emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master e133eea: ; ChangeLog.2 fixes


From: Juanma Barranquero
Subject: [Emacs-diffs] master e133eea: ; ChangeLog.2 fixes
Date: Sun, 08 Nov 2015 22:15:49 +0000

branch: master
commit e133eeaa9797dfb01880529d5ac68f9086ae7054
Author: Juanma Barranquero <address@hidden>
Commit: Juanma Barranquero <address@hidden>

    ; ChangeLog.2 fixes
---
 ChangeLog.2 |  115 ++++++++++++++++++++++++-----------------------------------
 1 files changed, 47 insertions(+), 68 deletions(-)

diff --git a/ChangeLog.2 b/ChangeLog.2
index 3668959..a915adb 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -22,10 +22,6 @@
        * lib/intprops.h, lib/timespec-add.c, lib/timespec-sub.c:
        Copy from gnulib.
 
-2015-11-07  Eli Zaretskii  <address@hidden>
-
-       ;* test/automated/abbrev-tests.el: Fix a typo in a comment
-
 2015-11-07  David Reitter  <address@hidden>
 
        Provide NS notification objects where required to eliminate warnings
@@ -43,20 +39,16 @@
 
 2015-11-07  Kelvin White  <address@hidden>
 
-       erc-pcomplete.el (pcomplete-erc-nicks): Fix bug#18771
-
-2015-11-07  l3thal  <address@hidden>
-
-       erc-pcomplete.el (pcomplete-erc-nicks): Fix bug#18771
+       * lisp/erc/erc-pcomplete.el (pcomplete-erc-nicks): Fix bug#18771.
 
 2015-11-07  David Reitter  <address@hidden>
 
        Ignore fullscreen exit notifications on NS when frame is dead
 
-       * nsterm.m (windowDidResize:,windowWillExitFullScreen:)
-         (windowDidExitFullScreen:): Return if frame is dead.
-         These functions may be called when a fullscreen frame
-         is closed; they are called before, not after.
+       * nsterm.m (windowDidResize:, windowWillExitFullScreen:)
+       (windowDidExitFullScreen:): Return if frame is dead.
+       These functions may be called when a fullscreen frame
+       is closed; they are called before, not after.
 
        May address Bug#21428.
 
@@ -75,12 +67,13 @@
 
 2015-11-07  Artur Malabarba  <address@hidden>
 
-       * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix a bug
+       * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix a bug.
 
        The defsubst was being created as:
            (cl-defsubst name (args) ("DOC") ...)
 
-       * test/automated/cl-lib-tests.el (cl-lib-struct-constructors): Add test
+       * test/automated/cl-lib-tests.el (cl-lib-struct-constructors):
+       Add test.
 
 2015-11-07  Mihai Olteanu  <address@hidden>  (tiny change)
 
@@ -121,15 +114,15 @@
 
        Fixed NextStep fullscreen problem (bug#21770).
 
-       * nsterm.m (ns_constrain_all_frames): Don't constrain fullscreen
-       frames.
+       * src/nsterm.m (ns_constrain_all_frames): Don't constrain
+       fullscreen frames.
 
 2015-11-06  Eli Zaretskii  <address@hidden>
 
        Ensure redisplay after evaluation
 
-       * lisp/progmodes/elisp-mode.el (elisp--eval-last-sexp): Revert
-       last change.
+       * lisp/progmodes/elisp-mode.el (elisp--eval-last-sexp):
+       Revert last change.
        * lisp/frame.el (redisplay--variables): Populate the
        redisplay--variables list.
        * src/xdisp.c (maybe_set_redisplay): New function.
@@ -139,7 +132,7 @@
 
 2015-11-06  Artur Malabarba  <address@hidden>
 
-       * test/automated/subr-tests.el (subr-test-when): Fix again
+       * test/automated/subr-tests.el (subr-test-when): Fix again.
 
 2015-11-06  Eli Zaretskii  <address@hidden>
 
@@ -152,15 +145,15 @@
 
 2015-11-06  Juanma Barranquero  <address@hidden>
 
-       * admin/notes/repo: Fix a few obsolete references to Bazaar
+       * admin/notes/repo: Fix a few obsolete references to Bazaar.
 
 2015-11-06  Artur Malabarba  <address@hidden>
 
-       * test/automated/subr-tests.el (subr-test-when): Fix test
+       * test/automated/subr-tests.el (subr-test-when): Fix test.
 
 2015-11-06  Martin Rudalics  <address@hidden>
 
-       Avoid division by zero crash observed by Yuan MEI.
+       Avoid division by zero crash observed by Yuan MEI
 
        See http://lists.gnu.org/archive/html/emacs-devel/2015-11/msg00194.html.
 
@@ -188,14 +181,13 @@
 
 2015-11-05  Stephen Leake  <address@hidden>
 
-       * lisp/progmodes/xref.el: require semantic/symref during compilation.
+       * lisp/progmodes/xref.el: Require semantic/symref during compilation.
 
 2015-11-05  Daiki Ueno  <address@hidden>
 
        Suppress redundant Pinentry startup messages
 
-       * lisp/net/pinentry.el (pinentry-start): Add optional QUIET
-       argument.
+       * lisp/net/pinentry.el (pinentry-start): Add optional QUIET argument.
        * lisp/epg.el: Declare `pinentry-start'.
        (epg--start): Call `pinentry-start' with QUIET argument set.
 
@@ -205,21 +197,17 @@
 
 2015-11-05  Juanma Barranquero  <address@hidden>
 
-       * test/automated/elisp-mode-test.el: Silence some run-time warnings
-
+       * test/automated/elisp-mode-test.el: Silence some run-time warnings.
        (xref-elisp-deftest): Bind `find-file-suppress-same-file-warnings' to t.
 
 2015-11-05  Tassilo Horn  <address@hidden>
 
-       Add prettify symbol for \times
-
-       * lisp/textmodes/tex-mode.el (tex--prettify-symbols-alist): Add
-       prettification support for \times.
+       * lisp/textmodes/tex-mode.el (tex--prettify-symbols-alist):
+       Add prettification support for \times.
 
 2015-11-05  Juanma Barranquero  <address@hidden>
 
-       * test/automated/process-tests.el: Skip tests when bash is not available
-
+       * test/automated/process-tests.el: Skip tests when bash is unavailable.
        (process-test-sentinel-accept-process-output)
        (process-test-sentinel-sit-for): skip-unless bash executable found.
 
@@ -233,11 +221,11 @@
 
 2015-11-04  Stefan Monnier  <address@hidden>
 
-       * lisp/emacs-lisp/eieio-compat.el: Typo caught by tests
+       * lisp/emacs-lisp/eieio-compat.el: Typo caught by tests.
 
        (eieio--generic-static-object-generalizer): Fix typo.
-       * test/automated/eieio-tests.el: Byte-compile it again.
-       It looks like the underlying cause of bug#17852 was fixed in the mean 
time.
+       * test/automated/eieio-tests.el: Byte-compile it again.  It looks
+       like the underlying cause of bug#17852 was fixed in the mean time.
 
 2015-11-04  Artur Malabarba  <address@hidden>
 
@@ -248,40 +236,39 @@
 
 2015-11-04  Artur Malabarba  <address@hidden>
 
-       * lisp/files.el (report-errors): Obsolete
+       * lisp/files.el (report-errors): Obsolete.
 
-       (normal-mode, hack-local-variables, dir-locals-find-file): Use
-       `with-demoted-errors' instead.
+       (normal-mode, hack-local-variables, dir-locals-find-file):
+       Use `with-demoted-errors' instead.
 
 2015-11-04  Artur Malabarba  <address@hidden>
 
-       * lisp/subr.el (when): Use `macroexp-progn'
+       * lisp/subr.el (when): Use `macroexp-progn'.
 
-       * test/automated/subr-tests.el (subr-test-when): New test
+       * test/automated/subr-tests.el (subr-test-when): New test.
 
 2015-11-04  Juanma Barranquero  <address@hidden>
 
-       * lisp/progmodes/xref.el: Doc fixes
-
+       * lisp/progmodes/xref.el: Doc fixes.
        (xref-make-file-location, xref-make-buffer-location, xref-make)
        (xref-make-bogus-location, xref-make-match): Add cross-references.
        (xref--insert-xrefs): Fix typo in docstring.
 
 2015-11-04  Anders Lindgren  <address@hidden>
 
-       Render fringe bitmaps correctly on NextStep (bug#21301).
+       Render fringe bitmaps correctly on NextStep (bug#21301)
 
        The fringe bitmaps were inverted, the background was not transparent,
        the image data was horizontally mirrored, and periodic fringe bitmaps
        were not supported.
 
-       * nsimage.m ([EmacsImage initFromXBM:width:height:fg:bg:]): When
-       both background and foreground colors are 0, set the background
+       * src/nsimage.m ([EmacsImage initFromXBM:width:height:fg:bg:]):
+       When both background and foreground colors are 0, set the background
        alpha channel to 0 (making the background transparent).  When
        copying the image data, do this from the most significant bit
        (leftmost) to the least (rightmost), to avoid mirroring.
-       * nsterm.m (ns_draw_fringe_bitmap): Don't invert the image bits. Add
-       support for periodic images (e.g. the empty line indicator).
+       * src/nsterm.m (ns_draw_fringe_bitmap): Don't invert the image bits.
+       Add support for periodic images (e.g. the empty line indicator).
 
 2015-11-03  Michael Heerdegen  <address@hidden>
 
@@ -295,13 +282,11 @@
 
 2015-11-03  Jay Belanger  <address@hidden>
 
-       Change maintainer address.
-
-       * lisp/calc/calc (calc-bug-address): Change address.
+       * lisp/calc/calc (calc-bug-address): Change maintainer address.
 
 2015-11-03  Michael Albinus  <address@hidden>
 
-       Fix a stupid error in gfilenotify.c.
+       Fix a stupid error in gfilenotify.c
 
        * src/gfilenotify.c (dir_monitor_callback): Cancel monitor only,
        if we've got a `deleted' signal AND the file name is the watched one.
@@ -310,18 +295,14 @@
 
        Fix Bug#21816; case insensitive file system in elisp-mode-tests.el
 
-       * test/automated/elisp-mode-tests.el (xref-elisp-test-run): Use
-       case-insensitive string compare for file names.
-       (emacs-test-dir): Add 'downcase' to cause case differences (at least on
-       my system).
-
-2015-11-03  Jackson Ray Hamilton  <address@hidden>
-
-       Fix ChangeLog.2 entry for js-jsx-mode
+       * test/automated/elisp-mode-tests.el (xref-elisp-test-run):
+       Use case-insensitive string compare for file names.
+       (emacs-test-dir): Add 'downcase' to cause case differences (at
+       least on my system).
 
 2015-11-02  Juanma Barranquero  <address@hidden>
 
-       flymake-tests.el (warning-predicate-rx-gcc): Fix check.
+       flymake-tests.el (warning-predicate-rx-gcc): Fix check
 
        * test/automated/flymake-tests.el (warning-predicate-rx-gcc):
        Also check that "make" is available, not just "gcc".
@@ -341,9 +322,8 @@
 
 2015-11-01  Glenn Morris  <address@hidden>
 
-       * lisp/progmodes/f90.el (f90-no-block-limit):
-
-       Add associate.  (Bug#21794)
+       * lisp/progmodes/f90.el (f90-no-block-limit): Add associate.
+       (Bug#21794)
        * test/automated/f90.el (f90-test-bug21794): New test.
 
 2015-11-01  Juanma Barranquero  <address@hidden>
@@ -358,8 +338,8 @@
        Improve completion in tramp-gvfs.el
 
        * lisp/net/tramp-gvfs.el (tramp-zeroconf-parse-device-names):
-       Renamed from `tramp-zeroconf-parse-service-device-names'.
-       (tramp-zeroconf-parse-webdav-device-names): Removed.  Code merged
+       Rename from `tramp-zeroconf-parse-service-device-names'.
+       (tramp-zeroconf-parse-webdav-device-names): Remove.  Code merged
        with `tramp-zeroconf-parse-device-names'.
        (tramp-gvfs-parse-device-names): New defun.
        (top): Use it when `tramp-zeroconf-parse-device-names' is not
@@ -370,7 +350,6 @@
 
 2015-10-31  Thomas Fitzsimmons  <address@hidden>
 
-       Change version of ntlm.el to 2.0.0
        * lisp/net/ntlm.el: Change version to 2.0.0.
 
 2015-10-31  Juanma Barranquero  <address@hidden>



reply via email to

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