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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Wed, 08 Oct 2008 17:29:38 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/10/08 17:29:37

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.14587
retrieving revision 1.14588
diff -u -b -r1.14587 -r1.14588
--- ChangeLog   8 Oct 2008 15:52:34 -0000       1.14587
+++ ChangeLog   8 Oct 2008 17:29:33 -0000       1.14588
@@ -26,9 +26,8 @@
 
 2008-10-07  Shigeru Fukaya  <address@hidden>
 
-       * rx-new.el (rx-constituents): Change `anything' to call
-       rx-anything. Change `not-wordchar' assignment to "\\W" from
-       "[^[:word:]]".
+       * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
+       Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
        (rx-group-if): New function.
        (rx-parent): New variable.
        (rx-and, rx-or): Put shy groups only when necessary.
@@ -37,26 +36,25 @@
        (rx-any-delete-from-range, rx-any-condense-range)
        (rx-check-any-string): New functions.
        (rx-check-any): Return result as a list. Don't convert chars to
-       strings. Don't prepend "\\" to "^". Don't search for close
-       bracket. Check char category string. Call rx-form instead of
-       rx-to-string.
+       strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
+       Check char category string.  Call rx-form instead of rx-to-string.
        (rx-any): Rebuid to complete the function.
-       (rx-check-not): Fix char category regexp pattern string. Call
-       rx-form instead of rx-to-string.
+       (rx-check-not): Fix char category regexp pattern string.
+       Call rx-form instead of rx-to-string.
        (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
        "[^^]". Call regexp-quote for one char string when not called from
        rx-not. Add "\\w", and toggle to upcase. Add the case of
        "\\[SCBW]" to toggle.
-       (rx-=, rx->=, rx -**, rx-repeat, rx-submatch): Call rx-form
+       (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
        instead of rx-to-string.
-       (rx-kleene): Call rx-form instead of rx-to-string. Call
-       rx-group-if to adjust putting of shy groups.
+       (rx-kleene): Call rx-form instead of rx-to-string.
+       Call rx-group-if to adjust putting of shy groups.
        (rx-atomic-p): Make check more precisely.
        (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
        (rx-regexp): Call rx-group-if.
        (rx-form): New function.
-       (rx-to-string): Call rx-form, rx-group-if. Refine definition of
-       NO-GROUP.
+       (rx-to-string): Call rx-form, rx-group-if.
+       Refine definition of NO-GROUP.
 
 2008-10-07  T. V. Raman  <address@hidden>  (tiny change)
 




reply via email to

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