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: Thu, 08 May 2008 03:52:58 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/05/08 03:52:57

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13681
retrieving revision 1.13682
diff -u -b -r1.13681 -r1.13682
--- ChangeLog   7 May 2008 22:11:05 -0000       1.13681
+++ ChangeLog   8 May 2008 03:52:53 -0000       1.13682
@@ -1,7 +1,25 @@
+2008-05-08  Juanma Barranquero  <address@hidden>
+
+       * abbrev.el (define-abbrev-table):
+       * composite.el (toggle-auto-composition):
+       * json.el (json-alist-p, json-plist-p):
+       * minibuffer.el (completion-table-with-predicate):
+       * ps-mule.el (ps-mule-external-libraries):
+       * emacs-lisp/advice.el (ad-special-form-p):
+       * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
+       * eshell/em-smart.el (eshell-review-quick-commands):
+       * progmodes/python.el (python-comment-line-p, python-blank-line-p)
+       (python-skip-out, python-check-comint-prompt):
+       Don't use `iff' in docstrings.
+
+       * international/robin.el (robin-package-alist): Fix typo in docstring.
+       (robin-current-package-name): Doc fix.
+       (robin-activate): Don't use `iff' in docstring.
+
 2008-05-07  Eric S. Raymond  <address@hidden>
 
-       * vc.el, vc-dispatcher.el: VC-Dired support removed.  The code
-       uses a ewoc-based implementation now.
+       * vc.el, vc-dispatcher.el: VC-Dired support removed.
+       The code uses a ewoc-based implementation now.
        * vc-hooks.el: Support for Meta-CVS has been removed.
 
 2008-05-07  Stefan Monnier  <address@hidden>
@@ -82,8 +100,8 @@
 
 2008-05-05  Eric S. Raymond  <address@hidden>
 
-       * vc.el (vc-deduce-fileset): Lift all the policy and UI
-       stuff out of this function, move it to vc-dispatcher-selection-set.
+       * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
+       out of this function, move it to vc-dispatcher-selection-set.
 
 2008-05-05  Sam Steingold  <address@hidden>
 
@@ -165,7 +183,7 @@
        The separation is not yet completely clean, but it's a good start.
        * vc.el: This file is about 1700 lines shorter now.
        Remove obsolete logentry-check from the backend API.
-       * vc-sccs.el (vc-sccs-logentry-check): Remove .  This was the only
+       * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
        implementation of the logentry-check method, and it guarded against
        a log length limit that has probably been obsolete for 15 years (!).
 
@@ -179,12 +197,12 @@
 2008-05-02  Eric S. Raymond  <address@hidden>
 
        * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
-       vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
-       vc-svn.el, vc.el: (vc-*-checkout-model): Make sure every backend
+       * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
+       * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
        has one of these and that all are called in compatible ways.
        * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
-       vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
-       vc-svn.el, vc.el: (vc-*-revision-granularity): Make sure every
+       * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
+       * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
        backend has one of these.
 
 2008-05-02  Stefan Monnier  <address@hidden>




reply via email to

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