| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (lisp): Add international/ucs-tables.elc and font-core.elc. | Juanma Barranquero | 2002-06-13 | 2 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Pavel Janík | 2002-06-13 | 4 | -9/+27 |
| | | |||||
| * | Rename enum event_kind items. | Pavel Janík | 2002-06-13 | 9 | -135/+135 |
| | | |||||
| * | New {language} and @regexp features. | Francesco Potortì | 2002-06-13 | 2 | -7/+27 |
| | | |||||
| * | New multi-line regexp and new regexp syntax. | Francesco Potortì | 2002-06-13 | 1 | -6/+33 |
| | | | | | New {language} and @regexp features. | ||||
| * | New multi-line regexp and new regexp syntax. | Francesco Potortì | 2002-06-13 | 3 | -23/+68 |
| | | |||||
| * | Comments added. | Francesco Potortì | 2002-06-13 | 1 | -5/+7 |
| | | |||||
| * | New multi-line regexp and new regexp syntax. | Francesco Potortì | 2002-06-13 | 1 | -114/+292 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | (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. | ||||
| * | (auto-mode-alist): Move entry for ".in" to the end. | Andreas Schwab | 2002-06-13 | 2 | -3/+7 |
| | | |||||
| * | (comint-mode): Don't set `font-lock-defaults'. | Miles Bader | 2002-06-13 | 2 | -3/+6 |
| | | | | | (comint-mode-hook): Turn on font-lock by default. | ||||
| * | * bookmark.el (bookmark-file-or-variation-thereof): Restore vc-backend | Karl Fogel | 2002-06-12 | 2 | -11/+22 |
| | | | | | | check, thanks to Robert Thorpe <robert.thorpe@antenova.com> for noticing. Redocument. | ||||
| * | Remove declaration of Qmouse_click and Qevent_kind. | Pavel Janík | 2002-06-12 | 2 | -2/+5 |
| | | |||||
| * | Rename menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT. | Pavel Janík | 2002-06-12 | 1 | -1/+1 |
| | | |||||
| * | Change the maintainer to "none". | Eli Zaretskii | 2002-06-12 | 2 | -1/+5 |
| | | |||||
| * | (x-handle-switch): Fix handling of x-invocation-args for switches with | Juanma Barranquero | 2002-06-12 | 2 | -2/+7 |
| | | | | | arguments. | ||||
| * | (Info-fontify-node): Compute header line specially | Richard M. Stallman | 2002-06-12 | 2 | -24/+70 |
| | | | | | | | | | 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. | ||||
| * | (menu-bar-showhide-fringe-menu): Don't use `fringe-mode' | Stefan Monnier | 2002-06-12 | 1 | -4/+8 |
| | | | | | without first making sure it's bound. | ||||
| * | (textget): Don't forget to `return'. | Stefan Monnier | 2002-06-12 | 2 | -11/+12 |
| | | | | | (lookup_char_property): Use XCAR/XCDR. | ||||
| * | (Initial Parameters, Resources): Fix references to the Emacs manual. | Andreas Schwab | 2002-06-12 | 2 | -2/+7 |
| | | |||||
| * | (describe-char-after): Doc fix. | Richard M. Stallman | 2002-06-12 | 2 | -2/+20 |
| | | |||||
| * | (view-mode-enter): Clarify echo area message. | Richard M. Stallman | 2002-06-12 | 1 | -1/+1 |
| | | |||||
| * | (Info-select-node): Turn header line on or off here. | Richard M. Stallman | 2002-06-12 | 1 | -51/+39 |
| | | | | | | | | | | | | (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. | ||||
| * | (font-lock-beginning-of-syntax-function): Doc fix. | Richard M. Stallman | 2002-06-12 | 1 | -5/+10 |
| | | |||||
| * | (Fformat_mode_line): Fix typo. | Juanma Barranquero | 2002-06-12 | 2 | -1/+5 |
| | | |||||
| * | (comint-send-input): Properly handle empty and no-newline input regions. | Miles Bader | 2002-06-12 | 2 | -2/+7 |
| | | |||||
| * | Use `when', `unless'. | Colin Walters | 2002-06-12 | 1 | -102/+91 |
| | | | | | | (calc-trail-mode): Use an italic `font-lock-face'. (calc-refresh): Ditto. | ||||
| * | *** empty log message *** | Colin Walters | 2002-06-12 | 1 | -1/+7 |
| | | |||||
| * | Update copyright date. | Colin Walters | 2002-06-12 | 2 | -2/+2 |
| | | |||||
| * | (occur-mode): Don't set `font-lock-defaults'. | Colin Walters | 2002-06-12 | 1 | -2/+0 |
| | | |||||
| * | (Info-mode): Don't set `font-lock-defaults'. | Colin Walters | 2002-06-12 | 1 | -2/+0 |
| | | |||||
| * | (ibuffer-mode): Don't set `font-lock-defaults'. | Colin Walters | 2002-06-12 | 1 | -3/+0 |
| | | |||||
| * | (help-mode): Don't set `font-lock-defaults'. | Colin Walters | 2002-06-12 | 1 | -23/+5 |
| | | |||||
| * | (font-lock-set-defaults-1): Set variable alist here. | Colin Walters | 2002-06-12 | 1 | -2/+3 |
| | | |||||
| * | font-core.el (font-lock-core-only): Variable deleted. All uses removed. | Colin Walters | 2002-06-12 | 2 | -20/+19 |
| | | | | | | | | (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. | ||||
| * | *** empty log message *** | Colin Walters | 2002-06-12 | 1 | -0/+9 |
| | | |||||
| * | Add copy-tree. | Colin Walters | 2002-06-12 | 1 | -0/+2 |
| | | |||||
| * | Added read-directory-name. | Kim F. Storm | 2002-06-11 | 1 | -0/+9 |
| | | | | | Added format-mode-line. | ||||
| * | (Fformat_mode_line): New function. | Kim F. Storm | 2002-06-11 | 1 | -8/+63 |
| | | | | | | | | (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. | ||||
| * | *** empty log message *** | Kim F. Storm | 2002-06-11 | 1 | -0/+8 |
| | | |||||
| * | (read_key_sequence): | Stefan Monnier | 2002-06-11 | 2 | -76/+65 |
| | | | | | | | | | | 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. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2002-06-11 | 2 | -0/+13 |
| | | |||||
| * | (readable_events): Ignore any number of | Richard M. Stallman | 2002-06-11 | 1 | -1/+20 |
| | | | | | FOCUS_IN_EVENT events and return 0 if nothing else in buffer. | ||||
| * | Delete "new in Emacs 21" note. | Richard M. Stallman | 2002-06-11 | 2 | -3/+2 |
| | | |||||
| * | (format-alist): Document new element PRESERVE. | Richard M. Stallman | 2002-06-11 | 1 | -2/+14 |
| | | | | | (format-write-file): Implement PRESERVE elt for a format. | ||||
| * | (make-auto-save-file-name): Rename local `filename' to `file-name'. | Richard M. Stallman | 2002-06-11 | 1 | -1/+1 |
| | | |||||
| * | (read_integer): Remove unused var `tem'. | Stefan Monnier | 2002-06-11 | 1 | -2/+3 |
| | | | | | (read1): Fix int/Lisp_Object mixup. | ||||
| * | (tty_lookup_color): Type bool/Lisp_Object mismatch fixed. | Stefan Monnier | 2002-06-11 | 1 | -1/+1 |
| | | |||||
| * | defface `supports' predicate | Miles Bader | 2002-06-11 | 1 | -1/+8 |
| | | |||||
| * | display-supports-face-attributes-p | Miles Bader | 2002-06-11 | 2 | -1/+35 |
| | | |||||
| * | (ebrowse-draw-tree-fn): Use copy-sequence. | Richard M. Stallman | 2002-06-10 | 2 | -7/+20 |
| | | | | | (ebrowse-copy-list): Function deleted. | ||||