emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master eb8a816: ChangeLog fixes


From: Glenn Morris
Subject: [Emacs-diffs] master eb8a816: ChangeLog fixes
Date: Wed, 24 Dec 2014 23:02:46 +0000

branch: master
commit eb8a8164e8954a26ac44bba9216e626408d50997
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    ChangeLog fixes
---
 lisp/ChangeLog |  100 +++++++++++++++++++++++++++-----------------------------
 1 files changed, 48 insertions(+), 52 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cfe9ab1..21d609d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -65,24 +65,21 @@
 
 2014-12-19  Alan Mackenzie  <address@hidden>
 
-       Make C++11 uniform init syntax work.  New keywords "final" and 
"override"
-
+       Make C++11 uniform init syntax work.
+       New keywords "final" and "override"
        * progmodes/cc-engine.el (c-back-over-member-initializer-braces):
        New function.
        (c-guess-basic-syntax): Set `containing-sex' and `lim' using the
        new function.
-
        * progmodes/cc-fonts.el (c-font-lock-declarations): Check more
        carefully for "are we at a declarator?" using
        c-back-over-member-initializers.
-
-       * progmodes/cc-langs.el (c-type-modifier-kwds): include "final"
+       * progmodes/cc-langs.el (c-type-modifier-kwds): Include "final"
        and "override" in the C++ value.
 
 2014-12-19  Martin Rudalics  <address@hidden>
 
-       * textmodes/ispell.el (ispell-command-loop): Don't use
-       `next-window'.
+       * textmodes/ispell.el (ispell-command-loop): Don't use `next-window'.
 
 2014-12-21  Lars Ingebrigtsen  <address@hidden>
 
@@ -162,7 +159,7 @@
        do the window handling.
        (ispell-adjusted-window-height, ispell-overlay-window): Remove.
        (ispell-display-buffer): New function to reuse, create and fit
-       window to ispell's buffers. (Bug#3413)
+       window to ispell's buffers.  (Bug#3413)
 
 2014-12-18  Dmitry Gutov  <address@hidden>
 
@@ -359,12 +356,12 @@
 
 2014-12-12  Eric S. Raymond  <address@hidden>
 
-       * vc/vc-dav.el, vc/vc-git.el, vc/vc-hg.el, vc/vc-src.el,
-       vc/vc.el: latest-on-branch-p is no longer a public method.
+       * vc/vc-dav.el, vc/vc-git.el, vc/vc-hg.el, vc/vc-src.el:
+       * vc/vc.el: latest-on-branch-p is no longer a public method.
 
-       * vc/vc.el, vc/vc-hg.el, vc/vc-git.el, vc/vc-hooks.el,
-       vc/vc-mtn.el, vc/vc-rcs.el, vc/vc-sccs.el, vc/vc-src.el: Remove 
`rollback'
-       method, to be replaced in the future by uncommit.
+       * vc/vc.el, vc/vc-hg.el, vc/vc-git.el, vc/vc-hooks.el:
+       * vc/vc-mtn.el, vc/vc-rcs.el, vc/vc-sccs.el, vc/vc-src.el:
+       Remove `rollback' method, to be replaced in the future by uncommit.
 
 2014-12-11  Michael Albinus  <address@hidden>
 
@@ -382,10 +379,9 @@
 
 2014-12-10  Eric S. Raymond  <address@hidden>
 
-       * vc/vc-dispatcher.el, vc/vc-hooks.el, vc/vc-rcs.el,
-       vc/vc-sccs.el, vc/vc.el: Righteous featurectomy of
-       vc-keep-workfiles, it's a shoot-self-in-foot archaism.
-       Workfiles are always kept.
+       * vc/vc-dispatcher.el, vc/vc-hooks.el, vc/vc-rcs.el:
+       * vc/vc-sccs.el, vc/vc.el: Righteous featurectomy of vc-keep-workfiles,
+       it's a shoot-self-in-foot archaism.  Workfiles are always kept.
 
 2014-12-10  Rasmus Pank Roulund  <address@hidden>
 
@@ -416,7 +412,7 @@
 2014-12-09  Eric S. Raymond  <address@hidden>
 
        * vc/vc-src.el (vc-src-do-comand): Prepend -- to file argument
-       list, avoids problems witth names containing hyphens.
+       list, avoids problems witt names containing hyphens.
 
 2014-12-09  Wilson Snyder  <address@hidden>
 
@@ -536,7 +532,7 @@
 
 2014-12-08  Eric S. Raymond  <address@hidden>
 
-       * vc/vc-arch.el: Moved to obsolete directory so a test framework
+       * vc/vc-arch.el: Move to obsolete directory so a test framework
        won't trip over bit-rot in it.  There has been no Arch snapshot
        for nine years.
 
@@ -743,13 +739,13 @@
 
 2014-12-02  Eric S. Raymond  <address@hidden>
 
-       * subr.el (filter): New macro. Because it's just silly for a Lisp
+       * subr.el (filter): New macro.  Because it's just silly for a Lisp
        not to have this in 2014.  And VC needs it.
 
-       * vc.el, all backends: API simplification: Abolish dir-status.
+       * vc.el: All backends: API simplification: Abolish dir-status.
        It's replaced by dir-status-files.
 
-       * vc.el, all backends: API simplification: Remove 4th
+       * vc.el: All backends: API simplification: Remove 4th
        'default-state' argument from vc-dir-status files and its backend
        methods - no backend method ever set it.  It was used only in the
        fallback method to to set a default of 'up-to-date, though a
@@ -760,17 +756,17 @@
        * vc.el (vc-expand-dirs): Now takes a second BACKEND argument,
        improving behavior on directories using multiple file-oriented VCSes.
 
-       * vc/vc.el and all backends: API simplification; clear-headers
+       * vc/vc.el: All backends: API simplification; clear-headers
        is no longer a public method.  It is now local to the one place
        it's used, in the RCS steal-lock method.
 
 2014-12-01  Eric S. Raymond  <address@hidden>
 
-       * vc/vc.el and all backends: API simplification; could-register
+       * vc/vc.el: In all backends: API simplification; could-register
        is no longer a public method.  (vc-cvs.el still has a private
        implementation.)
 
-       * vc/vc.el and all backends: API cleanup; the backend diff method
+       * vc/vc.el: In all backends: API cleanup; the backend diff method
        takes an explicit async flag.  This eliminates a particularly ugly
        global.
 
@@ -885,11 +881,11 @@
        the back ends; this fixes a layering violation that caused bad
        behavior with SVN.
 
-       * vc/vc.el, vc-hooks.el, and all backends: API simplification;
+       * vc/vc.el, vc-hooks.el: All backends: API simplification;
        vc-stay-local-p and repository-hostname are no longer public
        methods.  Only the CVS and SVN backends used these, and the SVN
        support was conditioned out because svn status -v is too slow.
-       The CVS back end retains this machibery and the vc-stay-local
+       The CVS back end retains this machinery and the vc-stay-local
        configuration variable now only affects it.
 
 2014-12-01  Stefan Monnier  <address@hidden>
@@ -898,23 +894,23 @@
 
 2014-12-01  Eric S. Raymond  <address@hidden>
 
-       * vc/vc.el, vc-hooks.el, and all backends: API simplification;
+       * vc/vc.el, vc-hooks.el: All backends: API simplification;
        vc-state-heuristic is no longer a public method, having been
        removed where it is redundant, unnecessary, or known buggy.
        This eliminated all backends except CVS.  Eliminates bug#7850.
 
        * vc/vc-cvs.el, vc/vc-hooks.el, vc/vc-rcs.el, vc/vc-sccs.el:
        Eliminate vc-mistrust-permissions.  It was only relevant to the
-       RCS and SCCS back ends and defaulted to t. Code now always
+       RCS and SCCS back ends and defaulted to t.  Code now always
        mistrusts permissions - by actual measurement the effect on
-       performance is negligible. As a side effect bug#11490 is now
+       performance is negligible.  As a side effect bug#11490 is now
        irrelevant.
 
-       * vc/vc.el, vc-hooks.el, and all backends: API simplification;
+       * vc/vc.el, vc-hooks.el: All backends: API simplification;
        vc-workfile-unchanged-p is no longer a public method (but the RCS
        and SCCS back ends retain it as a private method used in state
-       computation). This method was redundant with vc-state and usually
-       implemented as a trivial call to same. Fixes the failure mode
+       computation).  This method was redundant with vc-state and usually
+       implemented as a trivial call to same.  Fixes the failure mode
        described in bug#694.
 
        * vc/vc.el and all backends: API simplification; init-revision is
@@ -1077,7 +1073,7 @@
        string.
        (newsticker--treeview-load): Change wording of the questions the
        user is asked when `newsticker-groups-filename' is found to be
-       used and we offer to read and remove the groups file. (bug#19165)
+       used and we offer to read and remove the groups file.  (Bug#19165)
 
 2014-11-27  Lars Magne Ingebrigtsen  <address@hidden>
 
@@ -1282,7 +1278,7 @@
 2014-11-22  Ulf Jasper  <address@hidden>
 
        * net/newst-backend.el (newsticker--sentinel-work):
-       Tell `libxml-parse-xml-region' to discard comments. Fixes bug#18787.
+       Tell `libxml-parse-xml-region' to discard comments.  Fixes bug#18787.
 
 2014-11-22  Michael Albinus  <address@hidden>
 
@@ -1299,7 +1295,7 @@
        live in vc.el and certainly not in vc-hooks.el.
 
        * vc/vc-hooks.el, vc-rcs.el, vc-sccs.el: vc-name  -> vc-master-name.
-       This is preaparatory to isolating all the 'master' functions
+       This is preparatory to isolating all the 'master' functions
        used only by the file-oriented back ends.  With this done first,
        the substantive diffs will be easier to read.
 
@@ -2342,9 +2338,9 @@
        * ses.el (macroexp): Add require for this package, so that function
        `ses--cell gets macroexp-quote.
        (ses--cell): Makes formula a macroexp-quote of value when formula
-       is nil. The rationale of this changr is to allow in the future
+       is nil.  The rationale of this changr is to allow in the future
        shorter SES files, e.g. we could have only `(ses-cell A1 1.0)'
-       instead of `(ses-cell A1 1.0 1.0 nil REFLIST)'. In such a case
+       instead of `(ses-cell A1 1.0 1.0 nil REFLIST)'.  In such a case
        reference list REFLIST would be re-computed after load --- thus
        trading off load time against file size.
 
@@ -3349,7 +3345,7 @@
        HTML code has become part of the xml parse tree.
        (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0): Take care
        of possibly missing namespace prefixes.
-       (newsticker--parse-generic-items): Code formatting. Typo.
+       (newsticker--parse-generic-items): Code formatting.  Typo.
        (newsticker--images-dir): Add trailing slash.
        (newsticker--image-get): Fix error message.
 
@@ -3514,7 +3510,7 @@
        * vc/add-log.el (change-log-next-buffer): Don't create an empty
        buffer "ChangeLog" when the current buffer doesn't match 
ChangeLog.[0-9].
        Return the current buffer if no files match the default pattern
-       ChangeLog.[0-9].  Signal "end of multi" when file is nil. (Bug#18547)
+       ChangeLog.[0-9].  Signal "end of multi" when file is nil.  (Bug#18547)
 
 2014-09-25  Stefan Monnier  <address@hidden>
 
@@ -3652,7 +3648,7 @@
        * textmodes/reftex-sel.el (reftex-select-label-mode)
        (reftex-select-bib-mode, reftex-insert-docstruct): Derive modes
        from special-mode (instead of fundamental-mode) and propertize
-       with font-lock-face instead of just face. (Bug#18496)
+       with font-lock-face instead of just face.  (Bug#18496)
 
        * textmodes/reftex-toc.el (reftex-toc-mode, reftex-toc): Ditto.
 
@@ -4046,7 +4042,7 @@
        of local overrides.
        (ibuffer): Don't store previous windows configuration.
        Let `quit-window' handle restoring.
-       (ibuffer-quit): Remove function. Use `quit-window' instead.
+       (ibuffer-quit): Remove function.  Use `quit-window' instead.
        (ibuffer-restore-window-config-on-quit): Remove variable.
        (ibuffer-prev-window-config): Remove variable.
 
@@ -4300,10 +4296,10 @@
 
 2014-08-11  Ulf Jasper  <address@hidden>
 
-       Newsticker: introduce `newsticker-treeview-date-format'. (Bug#17227)
-
+       Newsticker: introduce `newsticker-treeview-date-format'.  (Bug#17227)
        * net/newst-treeview.el (newsticker-treeview-date-format): New.
-       (newsticker--treeview-list-add-item): Use 
`newsticker-treeview-date-format'.
+       (newsticker--treeview-list-add-item):
+       Use `newsticker-treeview-date-format'.
 
 2014-08-11  Glenn Morris  <address@hidden>
 
@@ -4512,7 +4508,7 @@
 2014-07-30  Christophe Deleuze  <address@hidden>  (tiny change)
 
        * calendar/icalendar.el (icalendar--decode-isodatetime):
-       Use actual current-time-zone when converting to local time. (Bug#15408)
+       Use actual current-time-zone when converting to local time.  (Bug#15408)
 
 2014-07-29  Martin Rudalics  <address@hidden>
 
@@ -4901,7 +4897,7 @@
 
 2014-07-12  Fabián Ezequiel Gallina  <address@hidden>
 
-       Fix dedenters and electric colon handling. (Bug#15163)
+       Fix dedenters and electric colon handling.  (Bug#15163)
        * progmodes/python.el
        (python-rx-constituents): Add dedenter and block-ender.
        (python-indent-dedenters, python-indent-block-enders): Delete.
@@ -5149,7 +5145,7 @@
 
        * progmodes/python.el (python-indent-post-self-insert-function):
        Enhancements to electric indentation behavior inside
-       parens. (Bug#17658)
+       parens.  (Bug#17658)
 
 2014-07-03  Stefan Monnier  <address@hidden>
 
@@ -5940,7 +5936,7 @@
        * help.el (help--key-binding-keymap): New function.
        (help--binding-locus): New function.
        (describe-key): Mention the keymap in which the binding was
-       found. (bug#13948)
+       found.  (bug#13948)
 
 2014-06-12  Stefan Monnier  <address@hidden>
 
@@ -6621,7 +6617,7 @@
 2014-05-24  Daniel Colascione  <address@hidden>
 
        * progmodes/subword.el (subword-find-word-boundary): Move point to
-       correct spot before search. (Bug#17580)
+       correct spot before search.  (Bug#17580)
 
        * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
        breaking the build.
@@ -6650,7 +6646,7 @@
        mksh. Improve custom spec; allow regular expressions.
        (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
        (sh-after-hack-local-variables): New function.
-       (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
+       (sh-mode): Use it; respect file-local `sh-shell' variable.  (Bug#17333)
        (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
        the normalization.
        (sh-canonicalize-shell): Rewrite to support regexes.
@@ -7638,7 +7634,7 @@
 2014-04-07  João Távora  <address@hidden>
 
        Fix `electric-pair-delete-adjacent-pairs' in modes binding
-       backspace. (bug#16981)
+       backspace.  (Bug#16981)
        * elec-pair.el (electric-pair-backward-delete-char): Delete.
        (electric-pair-backward-delete-char-untabify): Delete.
        (electric-pair-mode-map): Bind backspace to a menu item filtering



reply via email to

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