comparison lisp/ChangeLog @ 29158:76184e58accb

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 24 May 2000 16:07:50 +0000
parents c90a9537d91a
children c1e86c75dec7
comparison
equal deleted inserted replaced
29157:f0754aea38e3 29158:76184e58accb
46 2000-05-24 Kenichi Handa <handa@etl.go.jp> 46 2000-05-24 Kenichi Handa <handa@etl.go.jp>
47 47
48 * international/quail.el (quail-show-guidance-buf): Set 48 * international/quail.el (quail-show-guidance-buf): Set
49 current-input-method of the guidance buffer to the name of the 49 current-input-method of the guidance buffer to the name of the
50 curren input method. 50 curren input method.
51
52 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
53
54 * progmodes/compile.el (compile-internal): Style typo.
55
56 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
57 quote vars and functions in the docstring.
58
59 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
60
61 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
62 Don't quote lambdas.
63
64 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
51 65
52 2000-05-23 Gerd Moellmann <gerd@gnu.org> 66 2000-05-23 Gerd Moellmann <gerd@gnu.org>
53 67
54 * startup.el (command-line): Determine source file of compiled 68 * startup.el (command-line): Determine source file of compiled
55 user init file differently. Warn if compiled user init file 69 user init file differently. Warn if compiled user init file
136 * international/quail.el (quail-simple-translation-keymap): Map 150 * international/quail.el (quail-simple-translation-keymap): Map
137 128..255 to quail-self-insert-command. 151 128..255 to quail-self-insert-command.
138 (quail-keyboard-layout-alist): Add definition for "pc102-de". 152 (quail-keyboard-layout-alist): Add definition for "pc102-de".
139 153
140 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> 154 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
155
156 * help.el (help-manyarg-func-alist): Typo.
141 157
142 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and 158 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
143 intervals which makes it heaps simpler. 159 intervals which makes it heaps simpler.
144 160
145 * newcomment.el (comment-region-internal): Go back to BEG after quoting 161 * newcomment.el (comment-region-internal): Go back to BEG after quoting