summaryrefslogtreecommitdiff
path: root/lisp/view.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Small fixes re toggle-read-only, mainly docGlenn Morris2014-07-211-3/+3
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* lisp/*.el: More lexical-binding warnings' cleanups.Juanma Barranquero2013-08-111-2/+2
* Make S-SPC scroll in the opposite direction to SPCGlenn Morris2013-02-111-2/+3
* * lisp/view.el (view--enable, view--disable): Rename from view-mode-enableStefan Monnier2013-01-031-19/+15
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-2/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | Don't run view-mode-hook twice when calling view-mode (Bug#13315).Martin Rudalics2013-01-011-4/+6
|/
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-251-1/+1
* Doc fixes for view-mode and special major-modesGlenn Morris2012-03-151-3/+15
* Fix view-buffer-other-window/frame handling of special modes.Chong Yidong2012-02-011-9/+9
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-051-1/+1
* Spelling fixes.Paul Eggert2011-12-041-1/+1
* * lisp/view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from...Juri Linkov2011-11-241-4/+3
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong2011-10-191-11/+16
* Remove pop-to-buffer-same-window.Chong Yidong2011-09-021-1/+1
* Fix display-buffer interactive spec, and fixes for pop-to-buffer*.Chong Yidong2011-09-011-2/+4
* Rename quit-restore-window into quit-window.Chong Yidong2011-08-241-2/+2
* (view-buffer): Allow running in `special' modes if we're visiting a file.Lars Magne Ingebrigtsen2011-07-191-3/+4
* Make help and view-mode work with new buffer display facilities.Martin Rudalics2011-06-131-174/+73
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-1/+1
* Refill some long/short copyright headers.Glenn Morris2011-01-261-1/+2
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+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-18/+3
* | Test for special mode-class in view-buffer instead of view-file (bug#5513).Juri Linkov2010-04-191-11/+11
* | Reorganize Custom groups.Chong Yidong2010-03-121-2/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (view-mode-exit): If OLD-BUF is dead bury the bufferAndreas Schwab2009-11-011-5/+7
* Fix typos.Juanma Barranquero2009-09-241-5/+5
* Use forward-line rather than goto-line.Glenn Morris2009-08-221-1/+2
* * view.el (view-mode-enable): Don't define Helper-return-blurb ifChong Yidong2009-07-261-13/+12
* * view.el (view-window-size): Use window-line-height to find window height.Chong Yidong2009-05-261-29/+31
* * view.el (view-recenter): Allow recenter to compute window heightChong Yidong2009-05-261-2/+2
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* * align.el:Lute Kamstra2008-12-031-6/+6
* Fix typo in comment.Juanma Barranquero2008-11-041-1/+1
* Fix up comments.Stefan Monnier2008-06-241-30/+30
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
* (kill-buffer-if-not-modified): Add an autoload cookie.Eli Zaretskii2008-02-021-0/+1
* (view-buffer): Explain in doc-string why exit-actionMartin Rudalics2008-01-271-1/+6
* Sven Joachim <svenjoac at gmx.de>Glenn Morris2008-01-251-1/+1
* Merge from emacs--rel--22Miles Bader2008-01-221-15/+34
|\