comparison lisp/ChangeLog @ 93891:c3a6b4a9a15b

* emacs-lisp/regexp-opt.el (regexp-opt-group): Use substring-no-properties for correct handling of unibyte strings.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 09 Apr 2008 04:28:45 +0000
parents 5bd4e09f29d0
children ff99dcb2b31b
comparison
equal deleted inserted replaced
93890:5bd4e09f29d0 93891:c3a6b4a9a15b
1 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
2
3 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use
4 substring-no-properties for correct handling of unibyte strings.
5
1 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca> 6 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * add-log.el (change-log-next-buffer): Handle the case where version< 8 * add-log.el (change-log-next-buffer): Handle the case where version<
4 signals an error. 9 signals an error.
5 10
8 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar. 13 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
9 (mouse-major-mode-menu, mouse-popup-menubar) 14 (mouse-major-mode-menu, mouse-popup-menubar)
10 (mouse-popup-menubar-stuff): Use them. 15 (mouse-popup-menubar-stuff): Use them.
11 (C-down-mouse-3): Bind to a dynamic map rather than to 16 (C-down-mouse-3): Bind to a dynamic map rather than to
12 mouse-popup-menubar-stuff. 17 mouse-popup-menubar-stuff.
18
13 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1 19 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
14 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu. 20 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
15 21
16 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu> 22 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
17 23