comparison lisp/ChangeLog @ 93908:6c9438020201

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 09 Apr 2008 10:07:14 +0000
parents 174378d88972
children 9c7618eb2a42
comparison
equal deleted inserted replaced
93907:e04a4c740f3a 93908:6c9438020201
1 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
2
3 * calc/.cvsignore: New file.
4
1 2008-04-09 Jan Djärv <jan.h.d@swipnet.se> 5 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
2 6
3 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as 7 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
4 show-help-function when turning tooltip off. 8 show-help-function when turning tooltip off.
5 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area. 9 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
21 * log-view.el (log-view-mode-menu): 25 * log-view.el (log-view-mode-menu):
22 * log-edit.el (log-edit-menu): Add :help. 26 * log-edit.el (log-edit-menu): Add :help.
23 27
24 2008-04-09 Chong Yidong <cyd@stupidchicken.com> 28 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
25 29
26 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use 30 * emacs-lisp/regexp-opt.el (regexp-opt-group):
27 substring-no-properties for correct handling of unibyte strings. 31 Use substring-no-properties for correct handling of unibyte strings.
28 32
29 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca> 33 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
30 34
31 * add-log.el (change-log-next-buffer): Handle the case where version< 35 * add-log.el (change-log-next-buffer): Handle the case where version<
32 signals an error. 36 signals an error.