aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/view.el
Commit message (Expand)AuthorAgeFilesLines
* (view-remove-frame-by-deleting): Change default value to t.Martin Rudalics2007-11-101-143/+204
* (view-search-no-match-lines): Fix previous change (went wrong ifGlenn Morris2007-09-251-13/+10
* (view-search-no-match-lines): Add a doc string. Rewrite to simplifyGlenn Morris2007-09-251-20/+23
* Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-1/+2
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (view-inhibit-help-message): Fix typo in docstring.Juanma Barranquero2007-05-161-3/+3
* (view-mode): Fix typos in docstring.Juanma Barranquero2007-03-281-2/+2
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (view-mode): Doc fix.Eli Zaretskii2005-12-031-6/+8
* (view-inhibit-help-message): New defcustom.Romain Francoise2005-11-291-3/+10
* (View-revert-buffer-scroll-page-forward): UseAndreas Schwab2005-10-281-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (view-mode-enable): Set view-page-size and view-half-page-size to nil.Richard M. Stallman2004-10-161-7/+8
* (view-return-to-alist): Mark it permanent local.Richard M. Stallman2004-04-201-0/+1
* Revert previous change.Andreas Schwab2004-02-071-3/+0
* (view-mode-enable): Add view-mode-map toAndreas Schwab2004-02-061-0/+3
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (view-file): If existing buffer's major mode is special,Richard M. Stallman2003-07-091-3/+9
* (view-file, view-file-other-window, view-file-other-frame):Stefan Monnier2003-05-311-0/+3
* (Helper-return-blurb): Add defvar. (Also rearrange defuns.)Richard M. Stallman2003-05-031-27/+30
* (view-read-only): Move from view.el to files.el.Stefan Monnier2003-04-181-5/+0
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-3/+3
* (view-mode): Doc fix.Richard M. Stallman2003-01-251-3/+5
* (view-mode-enter): Clarify echo area message.Richard M. Stallman2002-06-121-1/+1
* (view-mode-enable): Don't use make-local-hook.Stefan Monnier2001-11-171-1/+0
* Add Keywords header.Gerd Moellmann2001-09-041-0/+1
* (toplevel): Use mode-line-minor-mode-keymap for theGerd Moellmann2001-08-091-9/+8
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+1
* Use local-map property, not keymap on mode-line string.Dave Love2000-11-121-2/+2
* (minor-mode-alist): Propertize the string.Dave Love2000-09-171-1/+6
* (view-mode-disable): Kill local binding of view-read-only.Richard M. Stallman2000-03-191-0/+8
* Some changes in documentation. Removed some trailingGerd Moellmann2000-01-311-48/+55
* (view-mode-disable): If buffer-read-only is nil,Karl Heuer1999-08-101-2/+3
* (view-mode-enable, view-mode-disable):Karl Heuer1999-08-101-0/+2
* (View-revert-buffer-scroll-page-forward): BindAndreas Schwab1999-01-041-1/+1
* (View-exit-and-edit): Bind view-no-disable-on-exit to nil.Karl Heuer1998-06-031-1/+2
* (view-mode-exit): Don't alter view-return-to-alist.Richard M. Stallman1998-04-261-3/+7
* (view-really-at-end): Return true when at end and notAndreas Schwab1998-04-201-15/+15
* (view-return-to-alist): Doc fix.Richard M. Stallman1998-03-161-3/+7
* Some changes in comments and documentation.Karl Heuer1997-10-161-51/+79
* (view-end-message): Don't mention q if it really do anything.Richard M. Stallman1997-09-091-4/+6
* (view-just-bury): New variable.Richard M. Stallman1997-08-081-1/+8
* Changed some documentation.Richard M. Stallman1997-06-251-65/+94
* (view-mode): Add autoload cookie to this variable.Kenichi Handa1997-06-191-0/+3
* Comment change.Richard M. Stallman1997-06-161-1/+1
* Don't globally add to change-major-mode-hook.Richard M. Stallman1997-06-161-4/+5
* Many doc fixes.Richard M. Stallman1997-06-141-90/+103
* Make view mode more similar to `less'.Richard M. Stallman1997-06-141-304/+717