aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (completion-setup-function): Count completion-sizeEli Zaretskii2000-01-031-0/+5
| | | | from minibuffer-prompt-end, not from point-min.
* *** empty log message ***Eli Zaretskii2000-01-021-0/+14
|
* *** empty log message ***Gerd Moellmann2000-01-011-1/+4
|
* (defimage): Handle specifications containing :dataGerd Moellmann2000-01-011-0/+8
| | | | | | | instead of :file. (image-type-from-data): New function. (image-type-from-file-header): Use it. (create-image): Add parameter DATA-P.
* *** empty log message ***Richard M. Stallman1999-12-311-0/+17
|
* * image.el (defimage): Images with the :data keyword should be considered ↵William M. Perry1999-12-311-0/+5
| | | | valid as well.
* (dired-get-filename): Don't call file-name-absolute-p with FILE if FILE is nil.Richard M. Stallman1999-12-311-0/+10
|
* (make-mode-line-mouse-sensitive): Copy keymapGerd Moellmann1999-12-301-0/+6
| | | | | | | assigned to mode-line-mode-menu because bindings.el is dumped with Emacs, and thus the lists used for menu-item definition will be copied to pure space. Emacs' menu code (parse_menu_item) doesn't like pure menu item definitions.
* *** empty log message ***Gerd Moellmann1999-12-301-0/+5
|
* *** empty log message ***Richard M. Stallman1999-12-301-0/+5
|
* (also deleted unsightly eol whitespace)Thien-Thi Nguyen1999-12-291-35/+45
|
* *** empty log message ***Thien-Thi Nguyen1999-12-281-0/+4
|
* *** empty log message ***Thien-Thi Nguyen1999-12-281-0/+38
|
* (icomplete-exhibit): Adapt to prompt in buffer.Gerd Moellmann1999-12-281-0/+2
|
* (c-fill-paragraph): Don't delete whiteGerd Moellmann1999-12-281-0/+5
| | | | space in front of a C-style comment end.
* (command-line-1): Make mode line mouse-sensitive forEli Zaretskii1999-12-281-0/+5
| | | | the MS-DOS version as well.
* *** empty log message ***Gerd Moellmann1999-12-281-0/+4
|
* (ispell-process-line): Add local var line-offset to adjust for the changeRichard M. Stallman1999-12-281-0/+6
| | | | in positions within the line, due to previous replacements.
* (lpr-buffer, print-buffer, lpr-region, print-region): Doc fixes.Richard M. Stallman1999-12-281-0/+5
|
* (change-log-version-number-regexp-list)Gerd Moellmann1999-12-271-0/+28
| | | | | | | | | | | | | | | | | | | | | | | (change-log-version-info-enabled): Change :version to 21.1. (toplevel): Require CL when compiling. (change-log-version-number-regexp-list): Added tag :version 20.6 (change-log-version-info-enabled): Added tag :version 20.6 More general version number search with user-configurable regexp list. (change-log-version-number-regexp-list): New user variable. (change-log-find-version): Rewritten. Use user-configurable version numbering regexp list change-log-version-number-regexp-list. (change-log-find-version): Renamed to change-log-version-number-search (add-log-file-name-function): New. (change-log-search-vc-number): Added END paramaeter. Added doc string to function. (change-log-version-rcs): Renamed. Was change-log-search-vc-number.
* *** empty log message ***Richard M. Stallman1999-12-251-0/+13
|
* *** empty log message ***Gerd Moellmann1999-12-221-0/+5
|
* Version 1.2 is released.Gerd Moellmann1999-12-211-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (antlr): This package has a web page. Menu/keymap additions for commenting/uncommenting regions. Suggested by Dale Davis <Dale_Davis@securify.com>. (antlr-mode-map): New binding [C-c C-c]. (antlr-mode-menu): New entries. Respect Emacs conventions. ((require 'cl)): Only use during compilation. (antlr-language-for-option): New function to avoid using `find'. (antlr-mode): Use it. (antlr-with-syntax-table): Define new instead using XEmacs' one. (antlr-imenu-create-index-function): Change accordingly. (antlr-inside-rule-p): Ditto. (antlr-end-of-rule): Ditto. (antlr-end-of-body): Ditto. (antlr-beginning-of-rule): Ditto. (antlr-indent-line): Ditto. Really use `antlr-tab-offset-alist'. (antlr-set-tabs): Don't use hard-coded values. Minor navigation changes. Not perfect, but this won't be possible without a huge time penalty. (antlr-skip-exception-part): Be more specific. (antlr-skip-file-prelude): Don't skip action prelude of next rule. Renamed from `antlr-skip-grammar-header'. (antlr-next-rule): Change accordingly. (antlr-end-of-body): Ditto. Better error message. (antlr-beginning-of-body): Better error message. (antlr-imenu-create-index-function): Skip rule action prelude. Minor syntax highlighting changes. (antlr-font-lock-default-face): Deletia. (antlr-font-lock-tokendef-face): Changed color. (antlr-font-lock-tokenref-face): Changed color. (antlr-font-lock-literal-face): Changed color. (antlr-font-lock-additional-keywords): Minor changes.
* *** empty log message ***Gerd Moellmann1999-12-211-0/+4
|
* (completion-ignored-extensions): Add .pdf.Gerd Moellmann1999-12-191-0/+4
|
* Put the version info into binary on MS-DOS as well.Eli Zaretskii1999-12-191-0/+4
|
* *** empty log message ***Gerd Moellmann1999-12-191-0/+5
|
* *** empty log message ***Dave Love1999-12-181-18/+19
|
* *** empty log message ***Dave Love1999-12-181-0/+23
|
* *** empty log message ***Gerd Moellmann1999-12-161-0/+4
|
* (custom-declare-variable): Purecopy value.Dave Love1999-12-161-0/+4
|
* *** empty log message ***Dave Love1999-12-161-0/+6
|
* System for adding and removing keywords.Gerd Moellmann1999-12-161-0/+26
| | | | | | | | | | | | | | | | | | | | Both local (previously added keyword) and global keywords can be removed. (font-lock-remove-keywords): New user-level function. (font-lock-update-removed-keyword-alist): New internal function. (font-lock-removed-keywords-alist): New variable. (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'. Empty `font-lock-keywords-alist' when `append' is `set' to avoid growing datastructures. (font-lock-set-defaults): Removes keywords stored in `font-lock-removed-keywords-alist' after local keywords added. (c-keywords, c++-keywords): Better "case" support for complex constant expressions, e.g. "case 1<<A_BIT_NO:". (c-keywords): Only highlight preprocessor directives when spelled correctly. (font-lock-match-c++-structor-declaration, c++-keywords): Fontify constructors and destructors with function face inside C++ class declarations.
* *** empty log message ***Gerd Moellmann1999-12-161-0/+3
|
* (java-keywords): Add Javadoc tags as of JDK 1.2.1.Gerd Moellmann1999-12-161-0/+4
|
* * ls-lisp.el (ls-lisp-insert-directory): Print an explicit messageEli Zaretskii1999-12-161-0/+11
| | | | | | | | | | if one of the files specified cannot be accessed by file-attributes. Do not strip any leading directories from the file names, to behave more like `ls' does. * dired.el (dired-get-filename): Handle absolute file names. (dired-readin-insert): If argument is a cons, don't print "wildcard" on the ``total'' line.
* Changes for separate unspecified foreground and background colorsEli Zaretskii1999-12-151-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on character terminals: * dispextern.h (FACE_TTY_DEFAULT_FG_COLOR) (FACE_TTY_DEFAULT_BG_COLOR): New macros. * xfaces.c (Qunspecified_fg, Qunspecified_bg): New variables. (syms_of_xfaces): Initialize and staticpro them. (tty_defined_color): If the color name is unspecified-fg or unspecified-bg, return FACE_TTY_DEFAULT_FG_COLOR and FACE_TTY_DEFAULT_BG_COLOR, respectively, as the pixel value. (tty_color_name): If the color pixel value is either FACE_TTY_DEFAULT_FG_COLOR or FACE_TTY_DEFAULT_BG_COLOR, return Qunspecified_fg or Qunspecified_bg, respectively. (Finternal_set_lisp_face_attribute): Allow values Qunspecified_fg and Qunspecified_bg for foreground and background colors. (realize_default_face): If the foreground and background colors are not specified, default to Qunspecified_fg and Qunspecified_bg. (realize_tty_face): By default, set the face colors to FACE_TTY_DEFAULT_FG_COLOR and FACE_TTY_DEFAULT_BG_COLOR. [MSDOS]: Handle FACE_TTY_DEFAULT_FG_COLOR and FACE_TTY_DEFAULT_BG_COLOR when face colors are not defined. Reverse the colors if the default colors were reversed. * dispnew.c (init_display): Initialize the frame pixels of the initial frame to FACE_TTY_DEFAULT_FG_COLOR and FACE_TTY_DEFAULT_BG_COLOR. * term.c (turn_on_face): If the default fore- and background colors are reversed, enter inverse video mode. Don't send color escape sequences for unspecified foreground and background colors. (turn_off_face): Handle unspecified-fg and unspecified-bg colors. * dosfns.c (unspecified_colors): New variable. (msdos_stdcolor_idx): Handle unspecified-fg and unspecified-bg color names, return FACE_TTY_DEFAULT_FG_COLOR and FACE_TTY_DEFAULT_BG_COLOR, respectively. (msdos_stdcolor_name): Handle FACE_TTY_DEFAULT_FG_COLOR and FACE_TTY_DEFAULT_BG_COLOR, return Qunspecified_fg and Qunspecified_bg, respectively. * msdos.c (IT_set_face): Support FACE_TTY_DEFAULT_FG_COLOR and FACE_TTY_DEFAULT_BG_COLOR as pixel values. * faces.el (face-read-integer, read-face-attribute) (color-defined-p, color-values): Allow color values unspecified-fg and unspecified-bg, handle them as unspecified.
* *** empty log message ***Kenichi Handa1999-12-151-0/+120
|
* (default-input-method): SpecifyGerd Moellmann1999-12-141-0/+8
| | | | that it should be set after current-language-environment.
* *** empty log message ***Gerd Moellmann1999-12-141-0/+4
|
* *** empty log message ***Gerd Moellmann1999-12-121-0/+4
|
* *** empty log message ***Gerd Moellmann1999-12-121-1/+357
|
* *** empty log message ***Dave Love1999-12-121-0/+9
|
* *** empty log message ***Gerd Moellmann1999-12-121-0/+5
|
* (menu-bar-edit-menu): Define the Spell submenu evenEli Zaretskii1999-12-121-0/+6
| | | | | if start-process is not bound, since Ispell now supports such platforms as well.
* *** empty log message ***Gerd Moellmann1999-12-121-2/+9
|
* *** empty log message ***Stefan Monnier1999-12-121-51/+51
|
* 1999-12-11 Samir Barjoud <samir@mindspring.com>Dave Love1999-12-111-0/+5
| | | | | * help.el (where-is): use `commandp' as predicate for `completing-read'
* *** empty log message ***Richard M. Stallman1999-12-101-0/+10
|
* (file-name-buffer-file-type-alist): Add `$' at end ofGerd Moellmann1999-12-101-0/+5
| | | | regexp matching image and audio files.