X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/f49909700b5fd44a10e7983a89ad9a0710fdddf4..c0c16d4501c5cba072e896a909eac33bf0937f84:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 16d6cd9207..5cff212be1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,107 @@ +2002-02-06 John Wiegley + + * eshell/esh-ext.el (eshell-external-command): Added a fix for + XEmacs' new dired.el, which adds a global entry in the + `file-name-handler-alist'. + +2002-01-26 John Wiegley + + * align.el (align-region): Added a missing name argument. + +2002-01-14 John Wiegley + + * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace + after the #! of a shell interpretor specification. + +2002-02-15 Richard M. Stallman + + * help.el (describe-key-briefly): Make output in INSERT case + look just like what is displayed in the normal case. + +2002-02-15 Andreas Schwab + + * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require + non-letter after specials. + +2002-02-15 Eli Zaretskii + + * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator. + +2002-02-15 Kai Gro,A_(Bjohann + + * simple.el (mark-word): Mark more if repeated. + * textmodes/paragraphs.el (mark-paragraph): Ditto. + (mark-end-of-sentence): Ditto. + +2002-02-15 Per Abrahamsen + + * wid-edit.el (widgetp): Made it more robust. + +2002-02-14 Per Abrahamsen + + * facemenu.el (describe-text-done): New function. + (describe-text-mode-map): New variable. + (describe-text-mode-hook): New option. + (describe-text-mode): New function. + (describe-text-widget): New function. + (describe-text-sexp): New function. + (describe-text-properties): New function. + (describe-text-category): New command. + (describe-text-at): New command. + (facemenu-menu): Replace `list-text-properties-at' with + `describe-text-at' in the menu. + + * wid-edit.el (widgetp): New function. + * wid-edit.el (widget-keymap, widget-insert, widget-setup): + Autoloaded. + + * emacs-lisp/pp.el (pp-to-string): Autoloaded. + + * wid-browse.el: Removed version and x-url keywords. + +2002-02-13 Kim F. Storm + + * cus-start.el (mode-line-in-non-selected-windows): + Allow customization. + +2002-02-13 Richard M. Stallman + + * textmodes/bibtex.el (bibtex-parse-buffers-stealthily): + Tell bibtex-parse-keys to output no progress messages. + + * international/mule-diag.el (list-input-methods): + Use help-input-method, not describe-input-method, for button type. + + * register.el (describe-register-1): Access register contents here. + + * textmodes/text-mode.el (text-mode-hook-identify): Restore + previous definition. Add to text-mode-hook again. + + * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev. + (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end + to avoid needing sendmail.el at run time. + + * bindings.el (mode-line-minor-mode-keymap): Definition moved up. + Initialization moved up too. + (mode-line-modes): Use :propertize. + (mode-line-mode-menu-keymap): Var deleted. + (mode-line-copied-mode-name): Var deleted. + (mode-line-mode-name): Function deleted. + (mode-line-mode-menu): Each item now shows its mode line lighter. + (minor-mode-alist): Don't call propertize here. + +>>>>>>> 1.3452 +2002-02-12 Eli Zaretskii + + * progmodes/pascal.el (pascal-imenu-generic-expression): Add + menu-title and fix parentheses. + +2002-02-12 Per Abrahamsen + + * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'. + (menu-bar-options-menu): Don't set default value for + `truncate-lines'. + 2002-02-12 Per Abrahamsen * menu-bar.el (menu-bar-options-save): Only save @@ -48,7 +152,7 @@ * cus-start.el: Don't warn about "x-*" symbols when building a non-GUI version. -2002-02-11 Pavel Jan,Bm(Bk +2002-02-11 Pavel Jan,Am(Bk * strokes.el (strokes-do-stroke, strokes-do-complex-stroke): Doc fix. @@ -74,7 +178,7 @@ (dump-charsets, dump-codings): Deleted (obsolete). From Dave Love . -2002-02-10 Pavel Jan,Bm(Bk +2002-02-10 Pavel Jan,Am(Bk * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling. @@ -98,7 +202,7 @@ * ediff.el: typo in comment. -2002-02-09 Pavel Jan,Bm(Bk +2002-02-09 Pavel Jan,Am(Bk * menu-bar.el (menu-bar-options-save): Take care of line-number-mode and column-number-mode variables. @@ -246,6 +350,7 @@ (gamegrid-make-color-tty-face): Use the value of color, not the symbol itself. Don't call gamegrid-color. +>>>>>>> 1.3440 2002-02-05 Eli Zaretskii * gud.el (gud-refresh): Call recenter only after we are sure we @@ -261,7 +366,6 @@ * cus-start.el (x-use-underline-position-properties): Allow customization. ->>>>>>> 1.3434 2002-02-04 Simon Josefsson * dired.el (dired-load-hook, dired-mode-hook) @@ -599,6 +703,7 @@ * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition. +>>>>>>> 1.3409 2002-01-21 Richard M. Stallman * emacs-lisp/copyright.el (copyright-regexp): Fix previous change. @@ -791,6 +896,7 @@ (eudc-display-mail): New function. (eudc-bob-play-sound-at-point): Remove XEmacs case. +>>>>>>> 1.3356 2002-01-15 Richard M. Stallman * emacs-lisp/autoload.el (make-autoload): @@ -1630,6 +1736,7 @@ * apropos.el (apropos-print): SPACING is now nil or a separator string. (apropos-documentation, apropos-value): Pass a suitable string. +>>>>>>> 1.3337 2001-12-21 Eli Zaretskii * dired.el (dired-free-space-program, dired-free-space-args):