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 [EMACS_22_BASE]


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v [EMACS_22_BASE]
Date: Thu, 23 Aug 2007 18:42:40 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Stefan Monnier <monnier>        07/08/23 18:42:39

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11049.2.249
retrieving revision 1.11049.2.250
diff -u -b -r1.11049.2.249 -r1.11049.2.250
--- ChangeLog   23 Aug 2007 18:19:56 -0000      1.11049.2.249
+++ ChangeLog   23 Aug 2007 18:42:34 -0000      1.11049.2.250
@@ -1,5 +1,26 @@
 2007-08-23  Stefan Monnier  <address@hidden>
 
+       * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
+       (dynamic-completion-table): Use it it.
+
+       * net/browse-url.el: Remove spurious * in custom docstrings.
+       (browse-url-filename-alist): Use new-style backquote.
+
+       * emacs-lisp/backquote.el (backquote-unquote-symbol)
+       (backquote-splice-symbol): Clarify they're not new-style unquotes.
+
+       * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
+       (\,@): Backslash the , and ,@ which are not new-style unquotes.
+
+       * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
+
+       * net/socks.el (socks-username/password-auth-filter):
+       Remove unused vars `state' and `desired-len'.
+       (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
+       (socks-wait-for-state-change): Use new-style backquotes.
+
+       * pcvs.el (cvs-mode-status): Fix long-standing typo.
+
        * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
        backquotes after each `read' rather than once per buffer.
 




reply via email to

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