1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00
Commit Graph

42276 Commits

Author SHA1 Message Date
Colin Walters
33e555921c *** empty log message *** 2002-06-12 05:10:38 +00:00
Colin Walters
5186b4bdfd Update copyright date. 2002-06-12 04:56:05 +00:00
Colin Walters
ce0e1de2ab (occur-mode): Don't set `font-lock-defaults'. 2002-06-12 04:55:34 +00:00
Colin Walters
94a0f9e063 (Info-mode): Don't set `font-lock-defaults'. 2002-06-12 04:55:21 +00:00
Colin Walters
50d7dfd52f (ibuffer-mode): Don't set `font-lock-defaults'. 2002-06-12 04:55:05 +00:00
Colin Walters
d1282401ce (help-mode): Don't set `font-lock-defaults'. 2002-06-12 04:54:54 +00:00
Colin Walters
93e5c2b583 (font-lock-set-defaults-1): Set variable alist here. 2002-06-12 04:54:41 +00:00
Colin Walters
61fd2c6832 font-core.el (font-lock-core-only): Variable deleted. All uses removed.
(font-lock-set-defaults): Variable alist settings moved back into
font-lock-set-defaults-1.
(turn-on-font-lock-if-enabled): Always turn on font-lock unless it
is specifically excluded by the user.
2002-06-12 04:54:30 +00:00
Colin Walters
333c5e0cba *** empty log message *** 2002-06-12 04:50:47 +00:00
Colin Walters
6ba3d6bcdf Add copy-tree. 2002-06-12 03:39:00 +00:00
Kim F. Storm
21b6d966e9 Added read-directory-name.
Added format-mode-line.
2002-06-11 22:33:52 +00:00
Kim F. Storm
8143e6ab15 (Fformat_mode_line): New function.
(frame_title_buf, frame_title_buf_end, frame_title_ptr)
(store_frame_title_char, store_frame_title): Use unconditionally.
(init_xdisp): Defsubr Fformat_mode_line.
Initialize frame_title_buf etc. unconditionally.
2002-06-11 22:27:11 +00:00
Kim F. Storm
aba91547ff *** empty log message *** 2002-06-11 22:25:44 +00:00
Stefan Monnier
2cf4b7b27f (read_key_sequence):
Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
things through those maps after downcasing events.
Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
applies after function-key-map.
Make sure that keytran can be done in the middle in the sequence.
Be careful not to throw away events past the one we downcase.
2002-06-11 19:51:53 +00:00
Richard M. Stallman
0672b5a0b9 *** empty log message *** 2002-06-11 19:30:09 +00:00
Richard M. Stallman
a0ba8995e3 (readable_events): Ignore any number of
FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
2002-06-11 19:29:40 +00:00
Richard M. Stallman
2e46cd0908 Delete "new in Emacs 21" note. 2002-06-11 19:28:20 +00:00
Richard M. Stallman
34f30f79b3 (format-alist): Document new element PRESERVE.
(format-write-file): Implement PRESERVE elt for a format.
2002-06-11 19:26:45 +00:00
Richard M. Stallman
77d18896aa (make-auto-save-file-name): Rename local filename' to file-name'. 2002-06-11 19:25:48 +00:00
Stefan Monnier
f74db72024 (read_integer): Remove unused var `tem'.
(read1): Fix int/Lisp_Object mixup.
2002-06-11 15:13:58 +00:00
Stefan Monnier
51f86bfc2e (tty_lookup_color): Type bool/Lisp_Object mismatch fixed. 2002-06-11 15:09:36 +00:00
Miles Bader
82c3d8525f defface `supports' predicate 2002-06-11 01:50:36 +00:00
Miles Bader
11ef2a3b0d display-supports-face-attributes-p 2002-06-11 01:50:15 +00:00
Richard M. Stallman
658397fbde (ebrowse-draw-tree-fn): Use copy-sequence.
(ebrowse-copy-list): Function deleted.
2002-06-10 09:04:34 +00:00
Richard M. Stallman
efbddb8e15 (eshell-copy-tree): Make it an alias for copy-tree. 2002-06-10 09:02:54 +00:00
Richard M. Stallman
cfebd4db43 (copy-list): Moved to cl.el.
(copy-tree): Don't use copy-list or cl-pop.
2002-06-10 09:01:08 +00:00
Richard M. Stallman
6b25a2f544 (copy-list): Moved back from subr.el. 2002-06-10 09:00:52 +00:00
Richard M. Stallman
37ce10ea26 Undo previous change. 2002-06-10 08:50:02 +00:00
Richard M. Stallman
8a0c77f5dc (viper-insert-prev-from-insertion-ring)
(viper-prev-destructive-command): Use copy-sequence.
2002-06-10 08:33:32 +00:00
Richard M. Stallman
a9304a86df (eshell-copy-list): Function deleted.
(eshell-sublist, eshell-copy-tree): Use copy-sequence.
2002-06-10 08:33:13 +00:00
Richard M. Stallman
48e889be9a (eshell-mode, eshell-mode): Use copy-sequence. 2002-06-10 08:32:57 +00:00
Richard M. Stallman
655e9ea980 (eshell/diff): Use copy-sequence. 2002-06-10 08:32:45 +00:00
Miles Bader
3238a55c37 Make comint use text properties for highlighting instead of overlays:
(comint-last-output-overlay): Variable removed.
(comint-send-input, comint-output-filter): Use text properties instead
of overlays.
(comint-insert-clicked-input): Rewrite to work with text properties as
well as overlays.
(comint-snapshot-last-prompt): Snapshot using text properties.
(comint-get-old-input-default, comint-extract-string): Don't copy text
properties.
2002-06-10 08:14:59 +00:00
Miles Bader
85fd1cfa83 (line-move-finish): Inhibit field motion when computing `line-end'. 2002-06-10 08:05:13 +00:00
Miles Bader
0415fedcd5 (revert-buffer): Correct typo: variable name is `buffer-file-format',
not `buffer-file-formats'.
2002-06-10 06:30:41 +00:00
Miles Bader
8b1d2946a2 (comint-send-input, comint-output-filter): Use the `font-lock-face'
property instead of `face'.  Don't check the highlight-enabling
variables anymore.
(comint-highlight-input, comint-highlight-prompt): Variables removed.
2002-06-10 06:20:33 +00:00
Miles Bader
4abe16b531 (custom-display): Use correct syntax for `supports' attributes. 2002-06-10 02:51:39 +00:00
Miles Bader
2b32d1a7ca (custom-display): Add support for `supports' predicate. 2002-06-10 02:47:18 +00:00
Miles Bader
16320ac7d4 (display-supports-face-attributes-p): Work correctly if DISPLAY is a frame.
(face-spec-set-match-display): Support `supports' predicate.
(italic): Try underlining for displays that don't support real italics.
2002-06-10 02:15:24 +00:00
Colin Walters
135f42ee4d (Cursor Position Information): Update "C-u C-x =" example. 2002-06-09 21:58:46 +00:00
Eli Zaretskii
5f320490f4 Fix a typo in a comment. 2002-06-09 17:13:56 +00:00
Miles Bader
ab2e49a0b5 *** empty log message *** 2002-06-09 13:03:29 +00:00
Miles Bader
b35df831c5 (Ftty_supports_face_attributes_p): New function.
(parse_rgb_list, tty_lookup_color): New functions.
(tty_defined_color): Use `tty_lookup_color' to do all the work.
(color_distance, Fcolor_distance): New functions.
(TTY_SAME_COLOR_THRESHOLD): New macro.
(Qtty_color_standard_values): New variable.
(syms_of_xfaces): Initialize new vars & functions.
2002-06-09 13:02:16 +00:00
Miles Bader
6ae315b0d8 (display-supports-face-attributes-p): New function. 2002-06-09 12:57:35 +00:00
Miles Bader
39ed191f8f (color-name-rgb-alist): Use 16-bit RGB values instead of 8-bit, for
consistency with the rest of emacs.
(tty-color-canonicalize): Only copy COLOR if we need to change it.
(tty-color-approximate): Scale values from `color-name-rgb-alist'
appropriately.  Return the whole color description, rather than just the
RGB values.
(tty-color-standard-values): New function.  Code mostly taken from
`tty-color-translate'.
(tty-color-translate, tty-color-values): Use `tty-color-desc' to do all
the work.
(tty-color-desc): Do color lookup here instead of calling
`tty-color-translate' and `tty-color-by-index'; this is now the main
place to do it.
2002-06-09 12:53:53 +00:00
Colin Walters
332607125e Fix previous change. 2002-06-09 02:27:43 +00:00
Colin Walters
0ab0c48162 (Precalcuated Fontification): Note how to use `font-lock-core-only'. 2002-06-09 00:43:09 +00:00
Colin Walters
c32aa1a580 (font-lock-default-function): If `font-lock-core-only' is non-nil,
don't use big font-lock machinery.
2002-06-09 00:41:11 +00:00
Colin Walters
e9476ca8e2 (font-lock-set-defaults-1): Variable alist is now set in
`font-lock-set-defaults'.
2002-06-09 00:40:25 +00:00
Colin Walters
df2d7e047e Regenerated. 2002-06-09 00:22:21 +00:00