aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/savehist.el
Commit message (Collapse)AuthorAgeFilesLines
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-1/+5
|
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | Use define-minor-mode where applicable.Stefan Monnier2010-05-021-22/+3
|/ | | | | | | | | | | | | | | | | | | | | | * mh-show.el (mh-showing-mode): Move function to mh-e.el. * mh-e.el (mh-showing-mode): * url-dired.el (url-dired-minor-mode): * org-table.el (orgtbl-mode): * view.el (view-mode): * type-break.el (type-break-query-mode) (type-break-mode-line-message-mode): * textmodes/reftex.el (reftex-mode): * term/vt100.el (vt100-wide-mode): * tar-mode.el (tar-subfile-mode): * savehist.el (savehist-mode): * ibuf-ext.el (ibuffer-auto-mode): * composite.el (auto-composition-mode): * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode): Use define-minor-mode. (vhdl-mode): Use static mode-line format. (vhdl-mode-line-update): Delete. (vhdl-create-mode-menu, vhdl-activate-customizations) (vhdl-hs-minor-mode): Don't bother calling it.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Update maintainer per comment from HN in bug#5056: "I no longerGlenn Morris2009-12-011-1/+3
| | | | actively maintain savehist-mode".
* * savehist.el (savehist-autosave-interval): Allow setting to nilJuanma Barranquero2009-11-301-1/+2
| | | | through customize. (Bug#5056)
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-2/+2
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* * completion.el (add-completion-to-head, add-completion): Doc fixes.Juanma Barranquero2008-10-251-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (completion-search-next, add-completions-from-file): Fix typos in docstrings. * filesets.el (filesets-menu-ensure-use-cached) (filesets-ingroup-patterns, filesets-filetype-property): * tutorial.el (get-lang-string): * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score): Fix typos in docstrings. * image-dired.el (image-dired-dired-after-readin-hook): Doc fix. (image-dired-line-up-method, image-dired-thumb-size) (image-dired-cmd-write-exif-data-options, image-dired-write-tags) (image-dired-track-original-file, image-dired-track-thumbnail) (image-dired-dired-next-line, image-dired-dired-previous-line) (image-dired-write-comments): Reflow docstrings. (image-dired-show-all-from-dir-max-files) (image-dired-format-properties-string, image-dired-create-thumbs) (image-dired-mark-tagged-files, image-dired-gallery-generate): Fix typos in docstrings. * savehist.el (savehist-save-minibuffer-history, savehist-file) (savehist-additional-variables, savehist-ignored-variables) (savehist-file-modes, savehist-autosave-interval): * startup.el (inhibit-startup-echo-area-message, inhibit-default-init) (inhibit-startup-buffer-menu, mail-host-address, user-mail-address) (fancy-splash-image): * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief) (thumbs-conversion-program, thumbs-margin): Remove spurious * in docstrings.
* New function `locate-user-emacs-file'.Juanma Barranquero2008-10-241-9/+1
| | | | | | | | | | | | | | | | | | | | | * subr.el (locate-user-emacs-file): New function. (user-emacs-directory): Mention it in docstring. * completion.el (save-completions-file-name): * filesets.el (filesets-menu-cache-file): * image-dired.el (image-dired-dir, image-dired-db-file) (image-dired-temp-image-file, image-dired-gallery-dir) (image-dired-temp-rotate-image-file): * savehist.el (savehist-file): * server.el (server-auth-dir): * startup.el (auto-save-list-file-prefix): * thumbs.el (thumbs-thumbsdir): * tutorial.el (tutorial--saved-dir): * play/gamegrid.el (gamegrid-user-score-file-directory): Use it. * url.el (url-configuration-directory): Use `locate-user-emacs-file'. * NEWS: New function `locate-user-emacs-file'.
* (savehist-file): Run file names that begin with a period thruEli Zaretskii2008-10-191-1/+1
| | | | `convert-standard-filename'.
* Comments.Glenn Morris2008-09-201-2/+2
|
* Ami Fischman <ami at fischman.org>Glenn Morris2008-09-201-5/+6
| | | | (savehist-save): Handle errors in writing as well as reading.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix comment typo.Glenn Morris2008-04-231-1/+1
|
* (savehist-load): Add WHEN to obsolescence declaration.Juanma Barranquero2008-04-181-8/+5
| | | | Remove redundant obsolescence info in docstring.
* (savehist-coding-system): Default to a variant coding systemJuanma Barranquero2008-01-041-2/+2
| | | | with explicit unix end-of-line conversion, which is safer.
* Merge from emacs--rel--22Miles Bader2007-11-091-1/+2
|\ | | | | | | Revision: [email protected]/emacs--devo--0--patch-923
| * (savehist-save): Obey savehist-ignored-variables.Richard M. Stallman2007-10-301-1/+2
| |
* | Merge from emacs--rel--22Miles Bader2007-10-271-4/+34
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 131-137) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 261-262) - Update from CVS Revision: [email protected]/emacs--devo--0--patch-908
| * (savehist-save): Omit unreadable elements.Richard M. Stallman2007-10-241-4/+34
| |
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <[email protected]> * Relicense all FSF files to GPLv3 or later. Revision: [email protected]/emacs--devo--0--patch-828
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
* | (savehist-file): Use user-emacs-directory.Chong Yidong2007-06-131-2/+2
|/
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Remove bogus `debug' in previous commit.Reiner Steib2006-04-031-2/+0
|
* (savehist): Add :version.Reiner Steib2006-04-031-3/+12
| | | | | | (savehist-ignored-variables): New variable. (savehist-minibuffer-hook): Don't save variables listed in `savehist-ignored-variables'.
* 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