aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/saveplace.el
Commit message (Collapse)AuthorAgeFilesLines
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (load-save-place-alist-from-file): Use expanded name in both messages.Romain Francoise2006-09-161-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (save-place-alist-to-file): Write the file using write-region.Richard M. Stallman2005-05-291-1/+2
|
* (save-place-to-alist): Use with-no-warnings.Richard M. Stallman2005-04-231-1/+2
|
* (save-place-alist-to-file): Catch errors writing file.Richard M. Stallman2005-04-101-1/+3
|
* (save-place): Doc fix.Richard M. Stallman2004-11-161-1/+4
|
* * saveplace.el (save-place-alist-to-file): Bind `print-length'Karl Fogel2004-06-081-1/+3
| | | | | and `print-level' to nil when writing out `save-place-alist'. Thanks to Kai Grossjohann <[email protected]> for enlightenment.
* (save-place-forget-unreadable-files)Eli Zaretskii2004-02-211-0/+63
| | | | | | | (save-place-save-skipped, save-place-skip-check-regexp): New defcustoms. (save-place-forget-unreadable-files): New function. (save-place-alist-to-file): Use it to filter out files that are no longer readable.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-2/+2
|
* Use find-file-hook instead of find-file-hooks.Stefan Monnier2002-08-151-1/+1
|
* (save-place): Require `saveplace'.Gerd Moellmann2001-10-211-1/+2
|
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-2/+1
|
* Update maintainer email address.Karl Fogel2001-06-281-1/+1
|
* * saveplace.el (save-place-alist-to-file): Removed no-effect codeKarl Fogel2001-04-191-4/+0
| | | | | | that inserted file content only to delete it immediately. Probably a cut-and-paste bug. Thanks to Juanma Barranquero <[email protected]> for the patch.
* (save-place-to-alist): Optimize out the degenerateKarl Heuer1997-09-251-9/+10
| | | | case when point is 1.
* (save-place-version-control): Make nil the default.Richard M. Stallman1997-09-251-2/+2
|
* Add defgroup; use defcustom for user vars.Richard M. Stallman1997-04-151-8/+25
|
* (load-save-place-alist-from-file): Delete spurious t's.Richard M. Stallman1997-01-281-3/+1
|
* Undo previous change.Richard M. Stallman1996-05-081-10/+9
| | | | | Delete the version number entirely; fix up whitespace that was changed before.
* Merged cosmetic differences between FSF version and local copy. InKarl Fogel1996-05-081-9/+9
| | | | | | the future, diffmon will make this unnecessary. (save-place-version): new var; init to 1.4. (save-place-limit): init to nil.
* (save-place-kill-emacs-hook): Always call save-places-to-alist.Richard M. Stallman1996-03-061-3/+5
|
* (save-place-kill-emacs-hook): Don't saveRichard M. Stallman1996-03-051-2/+4
| | | | if we never loaded the save-place-file.
* (toggle-save-place): Fix message text.Karl Heuer1996-01-251-3/+3
|
* (toggle-save-place, save-place-alist-to-file, ↵Karl Heuer1996-01-251-7/+5
| | | | load-save-place-alist-from-file): Delete format call inside message.
* Update FSF's address.Erik Naggum1996-01-141-2/+7
|
* (save-place-file): Use convert-standard-filename.Richard M. Stallman1996-01-011-1/+1
|
* (save-place-limit): New variable.Richard M. Stallman1995-11-301-2/+23
| | | | | | (load-save-place-alist-from-file): Obey it. Fix "done" message. (save-place-alist-to-file): Fix "done" message.
* (save-place-to-alist): Handle hexl-mode specially.Richard M. Stallman1995-11-201-1/+4
|
* (save-place-find-file-hook): Check after-find-file-from-revert-buffer.Richard M. Stallman1994-09-061-1/+2
|
* (save-place-kill-emacs-hook): Fix typo.Richard M. Stallman1994-04-141-1/+1
|
* (save-place-find-file-hook, save-place-kill-emacs-hook): New functions.Richard M. Stallman1994-04-061-24/+19
| | | | (hooks for find-file-hooks,kill-emacs-hook): Use those new functions.
* (save-place-version-control): New var, for determiningRichard M. Stallman1994-04-041-7/+24
| | | | | | | how to back up the master saved-places file. (save-place-alist-to-file): Bind version-control depending on `save-place-version-control'. (hook for find-file-hooks): Specify the APPEND arg to add-hook.
* entered into RCSRichard M. Stallman1993-08-131-0/+186