emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Fri, 22 Sep 2006 17:30:14 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        06/09/22 17:30:13

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5325
retrieving revision 1.5326
diff -u -b -r1.5325 -r1.5326
--- ChangeLog   22 Sep 2006 12:54:27 -0000      1.5325
+++ ChangeLog   22 Sep 2006 17:30:13 -0000      1.5326
@@ -1,3 +1,14 @@
+2006-09-22  Stefan Monnier  <address@hidden>
+
+       * regex.c (analyse_first): For eight-bit-control chars, mark both the
+       char's value and its leading byte in the fastmap.
+       (re_search_2): When fast-scanning without translation, be careful to
+       check that we only match the leading byte of a multibyte char.
+
+       * charset.h (PREV_CHAR_BOUNDARY): Make it work from within a char's
+       byte sequence.
+       (AT_CHAR_BOUNDARY): New macro.
+
 2006-09-22  Kenichi Handa  <address@hidden>
 
        * fns.c (optimize_sub_char_table): Don't optimize a sub-char-table
@@ -271,7 +282,7 @@
 
 2006-08-27  Martin Rudalics  <address@hidden>
 
-       * xdisp.c (mouse_autoselect_window): Removed.
+       * xdisp.c (mouse_autoselect_window): Remove.
        (Vmouse_autoselect_window): New variable.  DEFVAR_LISP it.
 
        * dispextern.h (mouse_autoselect_window): Remove extern.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]