]> code.delx.au - gnu-emacs/blobdiff - ChangeLog.2
Handle Mac OS X eol encoding in Tramp
[gnu-emacs] / ChangeLog.2
index 3668959ee6f5ef123416d13d449791dc5bf797a5..945f7871ddf59fcc16702a7633344bad5e9a5591 100644 (file)
        * lib/intprops.h, lib/timespec-add.c, lib/timespec-sub.c:
        Copy from gnulib.
 
-2015-11-07  Eli Zaretskii  <eliz@gnu.org>
-
-       ;* test/automated/abbrev-tests.el: Fix a typo in a comment
-
 2015-11-07  David Reitter  <david.reitter@gmail.com>
 
        Provide NS notification objects where required to eliminate warnings
 
 2015-11-07  Kelvin White  <kwhite@gnu.org>
 
-       erc-pcomplete.el (pcomplete-erc-nicks): Fix bug#18771
-
-2015-11-07  l3thal  <kwhite@gnu.org>
-
-       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  <david.reitter@gmail.com>
 
        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.
 
 
 2015-11-07  Artur Malabarba  <bruce.connor.am@gmail.com>
 
-       * 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  <mihai_olteanu@fastmail.fm>  (tiny change)
 
 
        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  <eliz@gnu.org>
 
        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.
 
 2015-11-06  Artur Malabarba  <bruce.connor.am@gmail.com>
 
-       * 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  <eliz@gnu.org>
 
 
 2015-11-06  Juanma Barranquero  <lekktu@gmail.com>
 
-       * 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  <bruce.connor.am@gmail.com>
 
-       * 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  <rudalics@gmx.at>
 
-       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.
 
 
 2015-11-05  Stephen Leake  <stephen_leake@stephe-leake.org>
 
-       * lisp/progmodes/xref.el: require semantic/symref during compilation.
+       * lisp/progmodes/xref.el: Require semantic/symref during compilation.
 
 2015-11-05  Daiki Ueno  <ueno@gnu.org>
 
        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.
 
 
 2015-11-05  Juanma Barranquero  <lekktu@gmail.com>
 
-       * 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  <tsdh@gnu.org>
 
-       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  <lekktu@gmail.com>
 
-       * 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.
 
 
 2015-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * 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  <bruce.connor.am@gmail.com>
 
 
 2015-11-04  Artur Malabarba  <bruce.connor.am@gmail.com>
 
-       * 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  <bruce.connor.am@gmail.com>
 
-       * 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  <lekktu@gmail.com>
 
-       * 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  <andlind@gmail.com>
 
-       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  <michael_heerdegen@web.de>
 
 
 2015-11-03  Jay Belanger  <jay.p.belanger@gmail.com>
 
-       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  <michael.albinus@gmx.de>
 
-       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.
 
        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  <jackson@jacksonrayhamilton.com>
-
-       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  <lekktu@gmail.com>
 
-       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".
 
 2015-11-01  Glenn Morris  <rgm@gnu.org>
 
-       * 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  <lekktu@gmail.com>
        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
 
 2015-10-31  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
 
-       Change version of ntlm.el to 2.0.0
        * lisp/net/ntlm.el: Change version to 2.0.0.
 
 2015-10-31  Juanma Barranquero  <lekktu@gmail.com>
 
 2015-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * lisp/emacs-lisp/cl-generic.el: Accomodate future changes.
+       * lisp/emacs-lisp/cl-generic.el: Accommodate future changes.
        (cl--generic-generalizer): Add `name' field.
        (cl-generic-make-generalizer): Add corresponding `name' argument.
        (cl-generic-define-generalizer): New macro.
        * lisp/net/tramp-compat.el (tramp-compat-delete-dups): New defun.
        * lisp/net/tramp-smb.el (tramp-smb-handle-directory-files): Use it.
 
-2015-10-28  Anders Lindgren  <andlind@gmail.com>
-
-       Merge branch 'master' of /Volumes/HD2/build/emacs-git-ssh
-
-       Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/emacs
-
-       Merge branch 'master' of /Volumes/HD2/build/emacs-git-ssh
-
 2015-10-28  Michael Albinus  <michael.albinus@gmx.de>
 
        * lisp/net/tramp-smb.el (tramp-smb-handle-directory-files):
        * nsterm.m (ns_constrain_all_frames, ns_init_term): Block input.
        * nsterm.m (ns_send_appdefined, EmacsApp): Trace output.
 
-2015-10-28  Anders Lindgren  <andlind@gmail.com>
-
-       Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/emacs
-
 2015-10-28  Artur Malabarba  <bruce.connor.am@gmail.com>
 
        * src/process.c (Fget_buffer_process): Improve docstring.
 
 2015-10-23  Anders Lindgren  <andlind@gmail.com>
 
-       NextSten maximization and NSTRACE rewrite
+       NextStep maximization and NSTRACE rewrite
 
        Full-height, full-width, and maximized windows now cover the
        entire screen (except the menu bar), including the part where the
 2015-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * lisp/progmodes/prolog.el: Improve handling of if/then/else.
-       (prolog-smie-rules): Accomodate standard if/then/else special
+       (prolog-smie-rules): Accommodate standard if/then/else special
        indentation.
        (prolog-mode): Add . to electric-indent-chars.
        (prolog-electric--if-then-else): Re-indent the line before adding space