emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Mon, 04 Dec 2006 08:08:10 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        06/12/04 08:08:07

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.10398
retrieving revision 1.10399
diff -u -b -r1.10398 -r1.10399
--- ChangeLog   4 Dec 2006 07:34:01 -0000       1.10398
+++ ChangeLog   4 Dec 2006 08:08:06 -0000       1.10399
@@ -1,3 +1,8 @@
+2006-12-04  Stefan Monnier  <address@hidden>
+
+       * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
+       O(n^2) regexp-search by anchoring the search.
+
 2006-12-04  Dan Nicolaescu  <address@hidden>
 
        * whitespace.el (whitespace-cleanup-internal): Use current
@@ -31,7 +36,7 @@
        <indicate-empty-lines, case-fold-search>:
        Add "globally" to Help string.
        <case-fold-search>: MESSAGE arg need not say "globally".
-       (menu-bar-edit-menu <paste-from-menu>): Renamed from select-and-paste.
+       (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
 
 2006-12-03  Liam Healy  <address@hidden>  (tiny change)
 
@@ -45,7 +50,7 @@
        docstring error.
        (allout-yank-processing): Fix depth shift of multiple-topic so yanks
        work again, using allout-ascend's new option.
-       (allout-setup-mode-map): Extracted from allout-mode to initialize
+       (allout-setup-mode-map): Extract from allout-mode to initialize
        allout-mode-map.  Call it on file load, so the mode docstring
        substitutions work even if allout mode has not yet been invoked.
        (allout-mode): Use new allout-setup-mode-map to track any keybinding
@@ -191,8 +196,8 @@
 
 2006-11-29  J.D. Smith  <address@hidden>
 
-       * progmodes/idlwave.el (idlwave-auto-fill): Remove
-       paragraph-start let to prevent auto-fill giving up.
+       * progmodes/idlwave.el (idlwave-auto-fill):
+       Remove paragraph-start let to prevent auto-fill giving up.
 
 2006-11-28  Juanma Barranquero  <address@hidden>
 
@@ -200,8 +205,8 @@
 
 2006-11-27  Andreas Seltenreich  <address@hidden>
 
-       * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Fix
-       interactive spec of the functions getting defined to make them
+       * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
+       Fix interactive spec of the functions getting defined to make them
        work as documented.
 
 2006-11-28  Chong Yidong  <address@hidden>




reply via email to

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