summaryrefslogtreecommitdiff
path: root/lisp/image-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
* merge from trunkJoakim Verona2010-08-171-11/+33
|\
| * Merge from emacs-23Juanma Barranquero2010-07-271-6/+28
| |\
| | * Fix size calculation for sliced images in image-mode (Bug#6639).Shyam Karanatt2010-07-171-6/+28
| * | Do not set bookmark context for images (Bug#6650).Thierry Volpiatto2010-07-171-3/+3
| * | Preparation for setting bookmarks in Gnus article buffers (Bug#5975).Karl Fogel2010-07-141-2/+2
* | | some more docs and polishJoakim Verona2010-07-101-15/+19
* | | support for fit-widthJoakim Verona2010-06-271-7/+15
* | | image-mode changes. removed the imagemagick specific :geometry and :crop inte...Joakim Verona2010-06-261-1/+70
|/ /
* | * lisp/image-mode.el (image-mode-map): Remap left-char and right-char.Stefan Monnier2010-06-131-0/+2
* | * image-mode.el (image-mode): Add image-after-revert-hook to after-revert-hook.Juri Linkov2010-05-251-0/+9
* | Rename image-refresh to image-flush.Chong Yidong2010-05-221-2/+2
* | Merge from emacs-23Stefan Monnier2010-05-081-1/+1
|\ \ | |/
| * Fix typo in docstring.Juri Linkov2010-04-231-1/+1
* | Bind `C-v' to `scroll-up-command' and `M-v' to `scroll-down-command'.Juri Linkov2010-04-141-0/+2
* | Merge pending branchStefan Monnier2010-03-101-1/+1
|\ \ | |/ |/|
| * Animated image API.Kim F. Storm2010-03-071-1/+1
* | * doc-view.el (doc-view-mode):Juri Linkov2010-02-061-0/+2
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Change roles of modes and functions in image-mode.el (Bug#5062).Juri Linkov2009-12-041-144/+161
* (image-minor-mode): Exit more gracefully when the imageStefan Monnier2009-11-281-11/+19
* * term/x-win.el (x-gtk-stock-map):Dan Nicolaescu2009-11-111-9/+9
* * image-mode.el (image-toggle-display):Juanma Barranquero2009-10-021-2/+2
* (image-toggle-display): Let-bind `buffer-file-truename' to nil around theJuri Linkov2009-02-121-2/+3
* (image-mode): Always set image-type.Andreas Schwab2009-02-071-3/+6
* (image-mode): Use `image-get-display-property' instead of `get-text-property'.Juri Linkov2009-02-051-12/+15
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* Merge from emacs--rel--22Miles Bader2008-09-021-1/+1
|\
| * (image-mode): Fix 2008-07-19 change.Chong Yidong2008-08-291-1/+1
| * (image-mode): Set image-mode-text-map when image cannot be displayed.Chong Yidong2008-07-301-7/+8
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| * (image-minor-mode): Use image-mode-text-map.Chong Yidong2007-08-221-1/+1
| * (image-toggle-display): Use image-refresh.Chong Yidong2007-08-071-8/+7
* | Set image-mode-text-map when image cannot be displayed.Chong Yidong2008-07-301-9/+8
* | (image-minor-mode): Set up winprops.Chong Yidong2008-07-251-0/+1
* | (bookmark-make-record-default): Fix declaration.Glenn Morris2008-06-261-1/+2
* | * bookmark.el (bookmark-alist): Allow the 2 slightly different formatsStefan Monnier2008-06-251-27/+10
* | Add some compiler declarations, for builds without X.Glenn Morris2008-06-121-0/+3
* | (image-mode-map): Add doc-view-inspired bindings.Stefan Monnier2008-06-041-0/+3
* | * image-mode.el (image-mode-map): Suppress key map and bind `q'.Stefan Monnier2008-06-031-0/+3
* | (image-mode-winprops): Add argument CLEANUP to pruneChong Yidong2008-05-221-4/+14
* | Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* | (image-mode-fit-frame): New command.Stefan Monnier2008-04-031-0/+25
* | (image-mode-reapply-winprops): Fix last change.Stefan Monnier2008-03-271-3/+3
* | (image-mode-reapply-winprops): Simplify now thatStefan Monnier2008-03-261-13/+8
* | (image-bookmark-make-record): Delete obsoleteTassilo Horn2008-03-071-1/+1
* | Change a return type, for greater extensibility. SeeKarl Fogel2008-03-071-5/+5
* | (image-set-window-hscroll): Typo.Stefan Monnier2008-02-211-1/+1
* | Extend [hv]scroll support to per-window properties.Stefan Monnier2008-02-211-52/+73
* | (image-get-display-property): New fun.Stefan Monnier2008-02-181-10/+16