aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/savehist.el
Commit message (Collapse)AuthorAgeFilesLines
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (savehist-loaded, savehist-load, savehist-install, savehist-autosave,Juanma Barranquero2006-02-021-10/+10
| | | | savehist-trim-history): Fix typos in docstrings.
* (savehist-mode-hook): Add `:group'.Juri Linkov2005-12-231-1/+2
|
* (savehist-save-hook): Add :group.Richard M. Stallman2005-11-161-1/+2
|
* (savehist-mode-hook): Re-add the var.Stefan Monnier2005-11-161-12/+19
| | | | (savehist-mode): Use it.
* (savehist-mode): Don't bother with `custom-set-minor-mode.Stefan Monnier2005-11-141-34/+26
| | | | | | | | | (savehist-coding-system): Check XEmacs version. (history-length): Declare also at run time. (savehist-mode): Don't emit a message. Don't run the minor mode hook. Don't set the customize state. (savehist-minibuffer-hook): Special case for when minibuffer-history-variable is equal to t.
* (savehist-mode) <defcustom>: Use custom-set-minor-mode if available.Stefan Monnier2005-11-011-12/+31
| | | | | (savehist-mode) <defun>: Run the minor mode hook, set the custom state and emit a message if applicable.
* Sync up to version 19.Stefan Monnier2005-11-011-107/+205
| | | | | | | | | | | | | | | (savehist-mode): New minor mode. (savehist-file): Use ~/.emacs.d or ~/.xemacs if available. (savehist-length): Remove (use history-length instead). (savehist-file-modes): Rename from savehist-modes. (savehist-save-hook, savehist-loaded): New vars. (savehist-load): Use savehist-mode. Try to smooth up transition from old format to new format. (savehist-install): Allow savehist-autosave-interval to be nil. (savehist-save): Run the new hook. Be more careful to only trim the history variables. (savehist-trim-history): New fun. Replaces savehist-process-for-saving. (savehist-printable): Print into a buffer rather than char-by-char.
* Require CL while compiling.Stefan Monnier2005-10-241-100/+90
| | | | | | | | | | (savehist-history-variables): Remove. (savehist-save-minibuffer-history, savehist-additional-variables) (savehist-minibuffer-history-variables): New vars. (savehist-save): Use them. (savehist-uninstall, savehist-minibuffer-hook): New funs. (savehist-install): New fun, extracted from savehist-load. (savehist-load): Use them.
* (savehist-history-variables): Add `grep-find-history'.Romain Francoise2005-10-221-0/+1
|
* (savehist-coding-system): Revert to checking XEmacs.Stefan Monnier2005-10-191-1/+6
|
* (savehist-load): Revert to checking XEmacs.Stefan Monnier2005-10-181-1/+3
|
* Add arch taglineMiles Bader2005-10-161-0/+1
|
* Don't require CL at runtime.Stefan Monnier2005-10-161-13/+11
| | | | | | | | | | (savehist-xemacs): Remove. (savehist-coding-system): Use utf-8 if available, regardless of religion. (savehist-no-conversion): Use (featurep 'xemacs). (savehist-load): Check existence of start-itimer rather than XEmacs. Use an idle timer. (savehist-process-for-saving): Replace use of CL funs `subseq' and `delete-if-not'.
* (savehist-autosave-interval, savehist-coding-system, savehist-timer)Stefan Monnier2005-10-161-59/+133
| | | | | | | (savehist-last-checksum, savehist-no-conversion): New vars. (savehist-autosave, savehist-process-for-saving, savehist-printable): New funs. (savehist-load, savehist-save): Use them. (savehist-delimit): Remove.
* New file.Richard M. Stallman2005-10-161-0/+195