aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong2008-04-09 04:28:45 +0000
committerChong Yidong2008-04-09 04:28:45 +0000
commit2d9653c4985e398950e3cee47878f9d5903fd016 (patch)
tree648ef7bea46534633ea44f10717c327b0d0b0721 /lisp
parentbac2f6bcd178bb2dd6a7ac66428450d866238618 (diff)
downloademacs-2d9653c4985e398950e3cee47878f9d5903fd016.tar.gz
emacs-2d9653c4985e398950e3cee47878f9d5903fd016.zip
* emacs-lisp/regexp-opt.el (regexp-opt-group): Use
substring-no-properties for correct handling of unibyte strings.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b1f42ad3c28..7bde99394ec 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12008-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
12008-04-09 Stefan Monnier <monnier@iro.umontreal.ca> 62008-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<
@@ -10,6 +15,7 @@
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