summaryrefslogtreecommitdiff
path: root/lisp/image-file.el
Commit message (Collapse)AuthorAgeFilesLines
...
* 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