- 02 Feb, 2006 1 commit
-
-
Juanma Barranquero authored
savehist-trim-history): Fix typos in docstrings.
-
- 23 Dec, 2005 1 commit
-
-
Juri Linkov authored
-
- 16 Nov, 2005 2 commits
-
-
Richard M. Stallman authored
-
Stefan Monnier authored
(savehist-mode): Use it.
-
- 14 Nov, 2005 1 commit
-
-
Stefan Monnier authored
(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.
-
- 01 Nov, 2005 2 commits
-
-
Stefan Monnier authored
(savehist-mode) <defun>: Run the minor mode hook, set the custom state and emit a message if applicable.
-
Stefan Monnier authored
(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.
-
- 24 Oct, 2005 1 commit
-
-
Stefan Monnier authored
(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.
-
- 22 Oct, 2005 1 commit
-
-
Romain Francoise authored
-
- 19 Oct, 2005 1 commit
-
-
Stefan Monnier authored
-
- 18 Oct, 2005 1 commit
-
-
Stefan Monnier authored
-
- 16 Oct, 2005 4 commits
-
-
Miles Bader authored
-
Stefan Monnier authored
(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'.
-
Stefan Monnier authored
(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.
-
Richard M. Stallman authored
-