# HG changeset patch # User Stefan Monnier # Date 963963821 0 # Node ID 230ffbb2b7a8e348f29a65c769246ee43c53932e # Parent a97801b43475381e2ac67f1d96a3556fdd779782 *** empty log message *** diff -r a97801b43475 -r 230ffbb2b7a8 lisp/ChangeLog --- a/lisp/ChangeLog Tue Jul 18 23:43:21 2000 +0000 +++ b/lisp/ChangeLog Tue Jul 18 23:43:41 2000 +0000 @@ -1,3 +1,8 @@ +2000-07-18 Stefan Monnier + + * mouse.el (popup-menu): New function. + (mouse-major-mode-menu): Use it. + 2000-07-18 Dave Love * bindings.el (mode-line-mule-info, mode-line-modified): help-echo @@ -5,7 +10,7 @@ 2000-07-18 Gerd Moellmann - * faces.el (face-font-selection-order) + * faces.el (face-font-selection-order) (face-font-family-alternatives): Add custom type. 2000-07-18 Dave Love @@ -46,27 +51,26 @@ * eshell/esh-cmd.el (eshell-cmd): Ditto. * eshell/em-smart.el (eshell-smart): Ditto. * eshell/em-banner.el (eshell-banner): Ditto. - * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): - Ditto. + * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. * eshell/em-unix.el (eshell-shuffle-files): Don't disable same-file check in the MS-DOS version (it does support inodes). * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. - * eshell/eshell.el (eshell-directory-name): Run default directory - name through convert-standard-filename. + * eshell/eshell.el (eshell-directory-name): + Run default directory name through convert-standard-filename. 2000-07-18 Kenichi Handa - * international/mule-cmds.el (select-safe-coding-system): Fix typo - in the comment. - - * language/european.el (compound-text): Force katakana-jisx0201 to - be designated to G1. - - * international/mule-conf.el (oldjis-newjis-jisroman-ascii): Don't - translate some national variant characters of latin-jisx0201. + * international/mule-cmds.el (select-safe-coding-system): + Fix typo in the comment. + + * language/european.el (compound-text): + Force katakana-jisx0201 to be designated to G1. + + * international/mule-conf.el (oldjis-newjis-jisroman-ascii): + Don't translate some national variant characters of latin-jisx0201. (x-ctext): Force katakana-jisx0201 to be designated to G1. * international/kkc.el (kkc-after-update-conversion-functions): @@ -75,14 +79,13 @@ 2000-07-16 John Wiegley - * lisp/align.el (align-newline-and-indent): Adding new function. - for auto-aligning blocks of code on RET. + * lisp/align.el (align-newline-and-indent): + Adding new function. for auto-aligning blocks of code on RET. (align-region): Fixed badly formatted minibuffer message. 2000-07-17 Kenichi Handa - * international/kkc.el (kkc-show-conversion-list-count): Customize - it. + * international/kkc.el (kkc-show-conversion-list-count): Customize it. (kkc-region): Update kkc-next-count and kkc-prev-count here. Show the conversion list at first if appropriate. (kkc-next): Don't update kkc-next-count here.