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: Tue, 08 Apr 2008 11:50:27 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/04/08 11:50:26

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13372
retrieving revision 1.13373
diff -u -b -r1.13372 -r1.13373
--- ChangeLog   8 Apr 2008 07:49:03 -0000       1.13372
+++ ChangeLog   8 Apr 2008 11:50:24 -0000       1.13373
@@ -1,3 +1,10 @@
+2008-04-08  Juanma Barranquero  <address@hidden>
+
+       * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
+       * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
+
+       * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
+
 2008-04-08  Glenn Morris  <address@hidden>
 
        * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
@@ -44,7 +51,7 @@
 
 2008-04-07  Vincent Belaïche <address@hidden>
 
-       * calc/calc-vec.el(calcFunc-kron, calc-kron): New functions.
+       * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
 
 2008-04-07  Jay Belanger  <address@hidden>
 
@@ -6985,7 +6992,6 @@
 
        * international/fontset.el (setup-default-fontset): Specify fonts
        for `symbol' script.
-
        * international/characters.el (script-list): Include `currency'
        in `symbol'.
 
@@ -8934,7 +8940,7 @@
        1.101 situated the original body of the error handling code as
        bogus condition-case handlers.  I've returned to just about the
        working code that was originally there, removing an unnecessary -
-       but benign - enclosing 'progn'.  \(Automated or cursory code fixes
+       but benign - enclosing 'progn'.  (Automated or cursory code fixes
        often aren't.)
 
        (allout-region-active-p): Fallback to value of mark-active if




reply via email to

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