# HG changeset patch # User Stefan Monnier # Date 1013187046 0 # Node ID 8caf2a2ccf886ea102efc3e598a05f82d0d21d0e # Parent 4485515845918365cd64696cd245d06efb6bfd93 *** empty log message *** diff -r 448551584591 -r 8caf2a2ccf88 lisp/ChangeLog --- a/lisp/ChangeLog Fri Feb 08 16:50:05 2002 +0000 +++ b/lisp/ChangeLog Fri Feb 08 16:50:46 2002 +0000 @@ -1,3 +1,8 @@ +2002-02-08 Stefan Monnier + + * font-lock.el (save-buffer-state): Use restore-buffer-modified-p. + (c-font-lock-syntactic-face-function): Accept doxygen-style comments. + 2002-02-08 Richard M. Stallman * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op. @@ -9,12 +14,12 @@ 2002-02-08 Eli Zaretskii - * net/ange-ftp.el (ange-ftp-process-handle-line) + * net/ange-ftp.el (ange-ftp-process-handle-line) (ange-ftp-set-xfer-size): If the file's size is a float, divide by 1024 instead of using ash. - * international/mule-cmds.el (select-safe-coding-system): State - the buffer's name in the message popped in the *Warning* buffer, + * international/mule-cmds.el (select-safe-coding-system): + State the buffer's name in the message popped in the *Warning* buffer, and make sure the offending buffer is displayed. 2002-02-07 Markus Rost @@ -28,13 +33,13 @@ * register.el (list-registers): New command. (describe-register-1): New subroutine, taken out of view-register. - * emacs-lisp/copyright.el (copyright-regexp): + * emacs-lisp/copyright.el (copyright-regexp): Delete the unibyte copyright symbol; it's redundant. Fix a spazz in the multibyte encoding here. 2002-02-07 Dave Love - * language/cyril-util.el (cyrillic-encode-koi8-r-char) + * language/cyril-util.el (cyrillic-encode-koi8-r-char) (cyrillic-encode-alternativnyj-char): Get translation tables from symbol properties, not as variables. (standard-display-cyrillic-translit): Include unicodes. @@ -88,7 +93,7 @@ * subr.el (force-mode-line-update): Doc fix. - * subr.el (atomic-change-group, prepare-change-group) + * subr.el (atomic-change-group, prepare-change-group) (activate-change-group, accept-change-group, cancel-change-group): New functions. @@ -111,8 +116,7 @@ * play/pong.el (pong-height): Don't use height that exceeds the frame height. - (pong-border-options): Make the border colors slightly more - bright. + (pong-border-options): Make the border colors slightly more bright. * play/gamegrid.el (gamegrid-display-type): Treat any color-capable display as color-x, if display-color-p is fboundp. @@ -137,28 +141,24 @@ 2002-02-04 Simon Josefsson - * dired.el (dired-load-hook, dired-mode-hook) + * dired.el (dired-load-hook, dired-mode-hook) (dired-before-readin-hook, dired-after-readin-hook): Defcustom. 2002-02-03 Colin Walters - * ibuf-ext.el (ibuffer-filter-format-alist, - ibuffer-cached-filter-formats, - ibuffer-compiled-filter-formats): New variables. - + * ibuf-ext.el (ibuffer-filter-format-alist) + (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats): + New variables. * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer is now the Emacs CVS tree. (ibuffer-formats): Doc fix. - (ibuffer-active-formats-name, ibuffer-current-formats): New - functions. + (ibuffer-active-formats-name, ibuffer-current-formats): New functions. (ibuffer-current-format): Use them. - (ibuffer-recompile-formats): Add support for - ibuffer-filter-format-alist. - (ibuffer-check-formats): Ditto. - (ibuffer-switch-format): Ditto. - (ibuffer-update-title): Ditto. + (ibuffer-recompile-formats, ibuffer-check-formats) + (ibuffer-switch-format, ibuffer-update-title): + Add support for ibuffer-filter-format-alist. (define-ibuffer-column process): Remove unncessary consing. - + * ibuf-macs.el (define-ibuffer-column): Add beginnings of support for a summary column. @@ -173,10 +173,8 @@ 2002-02-03 Pavel Jan,Am(Bk - * menu-bar.el (menu-bar-help-menu): Use different text for - tool-tip. - (menu-bar-options-save): Save also the value of - `display-time-mode'. + * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip. + (menu-bar-options-save): Save also the value of `display-time-mode'. (showhide-date-time): New function. (menu-bar-showhide-menu): New menu-item "Date and time". @@ -219,8 +217,7 @@ These changes integrate new version of flyspell.el from its maintainer, Manuel Serrano: - * textmodes/flyspell.el (flyspell-issue-message-flag): New user - option. + * textmodes/flyspell.el (flyspell-issue-message-flag): New user option. (flyspell-mode-on, flyspell-notify-misspell) (flyspell-small-region, flyspell-external-point-words) (flyspell-large-region): Use it @@ -248,8 +245,8 @@ * novice.el (enable-command): If Emacs was invoked as "emacs -q", don't alter the user's ~/.emacs. (disable-command): If user-init-file is nil or does not exist, - default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows). But - don't alter the init file if Emacs was invoked as "emacs -q" + default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows). + But don't alter the init file if Emacs was invoked as "emacs -q" 2002-02-01 Stefan Monnier diff -r 448551584591 -r 8caf2a2ccf88 src/ChangeLog --- a/src/ChangeLog Fri Feb 08 16:50:05 2002 +0000 +++ b/src/ChangeLog Fri Feb 08 16:50:46 2002 +0000 @@ -6,6 +6,10 @@ * sysdep.c (init_system_name): Put unused variable `p' in #if 0. +2002-02-07 Stefan Monnier + + * lisp.h (Fx_file_dialog): Export (for Motif code in fileio.c). + 2002-02-07 Kim F. Storm * keymap.c (where_is_internal): Only check whether definition is @@ -23,14 +27,14 @@ defining command remapping. Doc updated. (Flookup_key): Remap command through keymap if KEY is a symbol. (is_command_symbol): New function. - (Fkey_binding): Use it. New optional argument NO-REMAP. Doc - updated. Callers changed. Perform command remapping via + (Fkey_binding): Use it. New optional argument NO-REMAP. + Doc updated. Callers changed. Perform command remapping via recursive call unless that arg is non-nil. (where_is_internal): New argument no_remap. Callers changed. Call recursively to find original key bindings for a remapped comand unless that arg is non-nil. - (Fwhere_is_internal): New optional argument NO-REMAP. Doc - updated. Callers changed. Pass arg to where_is_internal. + (Fwhere_is_internal): New optional argument NO-REMAP. + Doc updated. Callers changed. Pass arg to where_is_internal. * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype. (is_command_symbol): Added prototype. @@ -63,7 +67,7 @@ * lread.c (read1): Redesign strategy for force_multibyte and force_singlebyte. Now is_multibyte records whether read_buffer is multibyte. Encountering any multibyte character makes it so. - + 2002-02-02 Stefan Monnier * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and