1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Miles Bader
e8ebf97dee (image-file-name-extensions): Add "tif". 2001-02-20 01:35:18 +00:00
Miles Bader
65e70fc452 (insert-image-file): When visiting an image, set `truncate-lines' to t
so that any fringe arrow looks correct.
2001-02-05 04:10:38 +00:00
Miles Bader
33155ffbf6 (insert-image-file): When visiting an image, suppress the cursor in the
image buffer.
2001-02-02 13:11:39 +00:00
Miles Bader
7f49aa0734 (image-file-name-extensions): Add "pgm" and "ppm". 2000-12-18 02:18:21 +00:00
Miles Bader
b170205b82 (image-file-name-regexp): Automatically add upper-case variants of each
filename extension in `image-file-name-extensions', since they seem to
be common.
2000-12-01 04:37:30 +00:00
Miles Bader
a02b5bb4c8 (insert-image-file): Don't make `read-only' property rear-nonsticky. 2000-11-22 02:00:42 +00:00
Miles Bader
e5a9dabf39 (insert-image-file): Make intangible' and read-only' properties
rear-nonsticky too.
2000-11-19 01:58:06 +00:00
Stefan Monnier
7d52567be7 (auto-image-file-mode): Drop unneeded positional args. 2000-11-03 22:17:58 +00:00
Miles Bader
1c7e37a93f (image-file-name-extensions, image-file-name-regexps): Add autoload cookies. 2000-10-13 01:34:00 +00:00
Miles Bader
33c7a00c07 (auto-image-file-mode): Move to the end of the file, because
`define-minor-mode' actually calls the mode-function if the associated
variable is non-nil, which requires that all needed functions be already
defined.
2000-10-08 23:23:55 +00:00
Dave Love
db623cef4e (image-file-name-extensions): Add pbm. 2000-10-06 16:20:03 +00:00
Dave Love
a23ccdf282 (image-file-name-regexp): image-file-regexps -> image-file-name-regexps. 2000-10-06 16:11:44 +00:00
Stefan Monnier
34a1934628 Docstring fixes. 2000-10-05 22:31:44 +00:00
Miles Bader
75e5b373ce (image-file-name-extensions): New variable.
(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.
2000-09-29 13:52:39 +00:00
Miles Bader
5859e61af9 Initial checkin. 2000-09-27 11:57:14 +00:00