aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/image-file.el
Commit message (Collapse)AuthorAgeFilesLines
* Paul Pogonyshev <pogonyshev at gmx.net>Glenn Morris2007-08-221-1/+1
| | | | (image-file-name-extensions): Add "svg".
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-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
|
* (insert-image-file, image-file-yank-handler): FixKim F. Storm2005-07-221-6/+13
| | | | last change to maintain a (unique) yank-handler on yanked images.
* (insert-image-file): Add yank-handler.Kim F. Storm2005-07-211-0/+14
| | | | | (image-file-yank-handler): Yank handler to make unique copies of images when they are yanked into a buffer next to each other.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Revert last change.Juri Linkov2005-03-251-1/+1
|
* (image-file-name-extensions): Remove .xbm and .xpmJuri Linkov2005-03-251-1/+1
| | | | associated with c-mode in `auto-mode-alist'.
* (image-file-handler): Put `safe-magic' property toJuri Linkov2005-03-081-0/+1
| | | | `image-file-handler'.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Comment change.Richard M. Stallman2002-10-141-4/+0
|
* Fix spelling in comments.Pavel Janík2002-01-051-2/+2
|
* (image-file-name-extensions): Add pnm. Doc fix.Dave Love2001-12-181-5/+5
| | | | (image-file-name-regexps): Doc fix.
* (image-file-name-extensions): Add "tif".Miles Bader2001-02-201-1/+1
|
* (insert-image-file): When visiting an image, set `truncate-lines' to tMiles Bader2001-02-051-2/+5
| | | | so that any fringe arrow looks correct.
* (insert-image-file): When visiting an image, suppress the cursor in theMiles Bader2001-02-021-4/+7
| | | | image buffer.
* (image-file-name-extensions): Add "pgm" and "ppm".Miles Bader2000-12-181-1/+1
|
* (image-file-name-regexp): Automatically add upper-case variants of eachMiles Bader2000-12-011-1/+4
| | | | | filename extension in `image-file-name-extensions', since they seem to be common.
* (insert-image-file): Don't make `read-only' property rear-nonsticky.Miles Bader2000-11-221-2/+3
|
* (insert-image-file): Make `intangible' and `read-only' propertiesMiles Bader2000-11-191-1/+1
| | | | rear-nonsticky too.
* (auto-image-file-mode): Drop unneeded positional args.Stefan Monnier2000-11-031-3/+0
|
* (image-file-name-extensions, image-file-name-regexps): Add autoload cookies.Miles Bader2000-10-131-0/+2
|
* (auto-image-file-mode): Move to the end of the file, becauseMiles Bader2000-10-081-26/+30
| | | | | | `define-minor-mode' actually calls the mode-function if the associated variable is non-nil, which requires that all needed functions be already defined.
* (image-file-name-extensions): Add pbm.Dave Love2000-10-061-4/+4
|
* (image-file-name-regexp): image-file-regexps -> image-file-name-regexps.Dave Love2000-10-061-2/+2
|
* Docstring fixes.Stefan Monnier2000-10-051-3/+3
|
* (image-file-name-extensions): New variable.Miles Bader2000-09-291-55/+78
| | | | | | | | | | | | (image-file-name-regexps): Renamed from `image-file-regexps'. New default value is nil. Call `auto-image-file-mode'. (image-file-name-regexp): New function. (auto-image-file-mode): New minor mode. (insert-image-file): Don't make conditional on the image-file handler being enabled. (image-file-handler): Make the call here conditional instead. (set-image-file-handler-enabled, enable-image-file-handler) (disable-image-file-handler): Functions removed.
* Initial checkin.Miles Bader2000-09-271-0/+152