1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00
Commit graph

42302 commits

Author SHA1 Message Date
Juanma Barranquero
7a8940dabb (lisp): Add international/ucs-tables.elc and font-core.elc. 2002-06-13 16:32:23 +00:00
Pavel Janík
e43bd4f5b2 *** empty log message *** 2002-06-13 15:00:02 +00:00
Pavel Janík
3b8f965153 Rename enum event_kind items. 2002-06-13 14:59:38 +00:00
Francesco Potortì
df3eebcbcf New {language} and @regexp features. 2002-06-13 12:10:39 +00:00
Francesco Potortì
cc76b31124 New multi-line regexp and new regexp syntax.
New {language} and @regexp features.
2002-06-13 12:10:00 +00:00
Francesco Potortì
6861f0e327 New multi-line regexp and new regexp syntax. 2002-06-13 11:15:46 +00:00
Francesco Potortì
292c80bc08 Comments added. 2002-06-13 10:57:55 +00:00
Francesco Potortì
24dbe96a10 New multi-line regexp and new regexp syntax.
(arg_type): at_icregexp label removed (obsolete).
(pattern): New member multi_line for multi-line regexps.
(filebuf): A global buffer containing the whole file as a string
for multi-line regexp matching.
(need_filebuf): Global flag raised if multi-line regexps used.
(print_help): Document new regexp modifiers, remove references to
obsolete option --ignore-case-regexp.
(main): Do not set regexp syntax and translation table here.
(main): Treat -c option as a backward compatibility hack.
(main, find_entries): Init and free filebuf.
(find_entries): Call regex_tag_multiline after the regular parser.
(scan_separators): Check for untermintaed regexp and return NULL.
(analyse_regex, add_regex): Remove the ignore_case argument, which
is now a modifier to the regexp.  All callers changed.
(add_regex): Manage the regexp modifiers.
(regex_tag_multiline): New function.  Reads from filebuf.
(readline_internal): If necessary, copy the whole file into filebuf.
(readline): Skip multi-line regexps, leave them to regex_tag_multiline.

(add_regex): Better check for null regexps.
(readline): Check for regex matching null string.
(find_entries): Reorganisation.
2002-06-13 10:44:15 +00:00
Andreas Schwab
dfd8bf47b3 (auto-mode-alist): Move entry for ".in" to the end. 2002-06-13 09:32:23 +00:00
Miles Bader
fcc6fa5153 (comint-mode): Don't set `font-lock-defaults'.
(comint-mode-hook): Turn on font-lock by default.
2002-06-13 09:28:48 +00:00
Karl Fogel
76bc6ee386 * bookmark.el (bookmark-file-or-variation-thereof): Restore vc-backend
check, thanks to Robert Thorpe <robert.thorpe@antenova.com> for
  noticing.  Redocument.
2002-06-12 21:44:33 +00:00
Pavel Janík
b3e8cc4dfb Remove declaration of Qmouse_click and Qevent_kind. 2002-06-12 20:55:27 +00:00
Pavel Janík
0245b3ef66 Rename menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT. 2002-06-12 20:52:40 +00:00
Eli Zaretskii
c2345c0d9d Change the maintainer to "none". 2002-06-12 17:24:30 +00:00
Juanma Barranquero
1823c9d2e1 (x-handle-switch): Fix handling of x-invocation-args for switches with
arguments.
2002-06-12 17:20:05 +00:00
Richard M. Stallman
efb21aabfa (Info-fontify-node): Compute header line specially
if node has no next, previous or up links.
Hide the part of the first line that is used in the header.
Use Info-next-link-keymap, etc.
(Info-next-link-keymap, Info-prev-link-keymap)
(Info-up-link-keymap): New variables.
2002-06-12 15:50:25 +00:00
Stefan Monnier
e7b6ee945a (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
without first making sure it's bound.
2002-06-12 13:55:59 +00:00
Stefan Monnier
91b5390444 (textget): Don't forget to `return'.
(lookup_char_property): Use XCAR/XCDR.
2002-06-12 13:29:55 +00:00
Andreas Schwab
61f7e0f5e5 (Initial Parameters, Resources): Fix references to the Emacs manual. 2002-06-12 13:10:00 +00:00
Richard M. Stallman
0381e6ca54 (describe-char-after): Doc fix. 2002-06-12 12:22:21 +00:00
Richard M. Stallman
1f5f6db607 (view-mode-enter): Clarify echo area message. 2002-06-12 12:20:51 +00:00
Richard M. Stallman
246a06d339 (Info-select-node): Turn header line on or off here.
(Info-setup-header-line): Function deleted.
(Info-mode): Make Info-header-line local.
(Info-fontify-node): Ignore Info-use-header-line.
Unconditionally compute what the header line should be, and
store it on the `header-line' property of the node's first char.
Bind [header-line down-mouse-1].
Use `keymap' property, not `local-map'.
Bind [mouse-2] for mouse clicks on the node line in the text.
2002-06-12 12:20:17 +00:00
Richard M. Stallman
fc896a928c (font-lock-beginning-of-syntax-function): Doc fix. 2002-06-12 12:16:08 +00:00
Juanma Barranquero
8b22c65ad8 (Fformat_mode_line): Fix typo. 2002-06-12 09:37:43 +00:00
Miles Bader
1b55e3016d (comint-send-input): Properly handle empty and no-newline input regions. 2002-06-12 09:18:26 +00:00
Colin Walters
cd01230948 Use when', unless'.
(calc-trail-mode): Use an italic `font-lock-face'.
(calc-refresh): Ditto.
2002-06-12 05:11:22 +00:00
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