]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog.17
Dired recognize dirs when file size in human units
[gnu-emacs] / lisp / ChangeLog.17
index 1d25e8f870ebaf567ec277a006b9022da3d9fa29..f0b2651f870a760e5aeddd07fdd8973a69ff27ca 100644 (file)
@@ -1,7 +1,6 @@
 2015-04-06  Alan Mackenzie  <acm@muc.de>
 
-       Fix miscellaneous glitches in cc-mode.el.  Fixes debbugs#20245.
-
+       Fix miscellaneous glitches in cc-mode.el.  (Bug#20245)
        * progmodes/cc-mode.el (c-common-init): bind
        \(before\|after\)-change-functions to nil around invocations of
        c-get-state-before-change-functions and
 
 2015-02-01  Alan Mackenzie  <acm@muc.de>
 
-       CC Mode: Stop Font Lock forcing fontification from BOL.  Fixes
-       debbugs#19669.
-
+       CC Mode: Stop Font Lock forcing fontification from BOL.
        * progmodes/cc-mode.el (c-font-lock-init): Setq
-       font-lock-extend-region-functions to nil.
+       font-lock-extend-region-functions to nil.  (Bug#19669)
 
 2015-04-06  Fabián Ezequiel Gallina  <fgallina@gnu.org>
 
        python.el: Do not break IPython magic completions.  (Bug#19736)
-
        * progmodes/python.el (python-shell-completion-setup-code):
        Cleaner setup; import rlcompleter as last resource.
 
@@ -45,7 +41,6 @@
 2015-04-06  Fabián Ezequiel Gallina  <fgallina@gnu.org>
 
        python.el: Enhance docstring detection following PEP-257.
-
        * progmodes/python.el (python-docstring-at-p): Remove function.
        (python-info-assignment-statement-p): New function.
        (python-info-assignment-continuation-line-p): Use it.
 
        Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.
        Also expunge eudc-c[ad]+r.
-
-       * subr.el (internal--compiler-macro-cXXr): "New" function, copied
-       from cl--compiler-macro-cXXr.
-       (caar, cadr, cdar, cddr): Changed from defsubsts to defuns with
+       * subr.el (internal--compiler-macro-cXXr): "New" function,
+       copied from cl--compiler-macro-cXXr.
+       (caar, cadr, cdar, cddr): Change from defsubsts to defuns with
        the above compiler-macro.
-
        * net/eudc.el (eudc-cadr, eudc-cdar, eudc-caar, eudc-cdaar): Remove.
-
-       * emacs-lisp/cl.el (Top level dolist doing defaliases): Remove
-       caaar, etc., from list of new alias functions.
-
+       * emacs-lisp/cl.el (Top level dolist doing defaliases):
+       Remove caaar, etc., from list of new alias functions.
        * emacs-lisp/cl-lib.el (cl-caaar, etc): Rename to caaar, etc.
        (gen-cXXr--rawname, gen-cXXr-all-cl-aliases): New function/macro
        which generate obsolete cl- aliases for caaar, etc.  Invoke them.
-
-       * desktop.el:
-       * edmacro.el:
-       * emacs-lisp/cl-macs.el:
-       * frameset.el:
-       * ibuffer.el:
-       * mail/footnote.el:
-       * net/dbus.el:
-       * net/eudc-export.el:
-       * net/eudc.el:
-       * net/eudcb-ph.el:
-       * net/rcirc.el:
-       * net/secrets.el:
-       * play/5x5.el:
-       * play/decipher.el:
-       * play/hanoi.el:
-       * progmodes/hideif.el:
-       * ses.el: Replace cl-caaar, eudc-cadr, etc. with caaar and cadr,
-       etc.
+       * desktop.el, edmacro.el, emacs-lisp/cl-macs.el, frameset.el:
+       * ibuffer.el, mail/footnote.el, net/dbus.el, net/eudc-export.el:
+       * net/eudc.el, net/eudcb-ph.el, net/rcirc.el, net/secrets.el:
+       * play/5x5.el, play/decipher.el, play/hanoi.el, progmodes/hideif.el:
+       * ses.el: Replace cl-caaar, eudc-cadr, etc. with caaar and cadr, etc.
 
 2015-04-05  Richard Stallman  <rms@gnu.org>
 
 
 2015-04-04  Alan Mackenzie  <acm@muc.de>
 
-       * progmodes/cc-mode.el (c-font-lock-init): Revert 2015-02-01 change
+       * progmodes/cc-mode.el (c-font-lock-init): Revert 2015-03-03 change
        "Stop Font Lock forcing fontification from BOL."  (Bug#20245)
 
 2015-04-04  Artur Malabarba  <bruce.connor.am@gmail.com>
 
 2015-04-04  Alan Mackenzie  <acm@muc.de>
 
-       Fix debbugs#20240 part two (jit-lock error during `comment-dwim').
-
        * jit-lock.el (jit-lock-after-change): Widen the buffer before
-       putting 'fontified text properties.
+       putting 'fontified text properties.  (Bug#20240)
 
 2015-04-03  Michael Albinus  <michael.albinus@gmx.de>
 
 
 2015-04-01  Alan Mackenzie  <acm@muc.de>
 
-       Fix the CC Mode fixes from 2015-03-30.  Fixes debbugs#20240.
-
+       Fix the CC Mode fixes from 2015-03-30.  (Bug#20240)
        * progmodes/cc-mode.el (c-extend-after-change-region):
        Widen before applying text properties.
-       * progmodes/cc-langs.el (c-before-font-lock-functions): Update an
-       entry to a new function name.
+       * progmodes/cc-langs.el (c-before-font-lock-functions):
+       Update an entry to a new function name.
 
 2015-04-01  Paul Eggert  <eggert@cs.ucla.edu>
 
 2015-03-30  Alan Mackenzie  <acm@muc.de>
 
        Correct calculation of CC Mode's font-lock region.
-
        * progmodes/cc-mode.el (c-fl-decl-start): Rename from
        c-set-fl-decl-start.  Change signature such that nil is returned
        when no declaration is found.
        the extra bit separately from the region calculated by CC Mode.
        (c-extend-after-change-region): Explicitly apply 'fontified
        properties to the extended bits of the font lock region.
-
        * progmodes/cc-langs.el (c-before-font-lock-functions)
        (c-before-context-fontification-functions): Use new names for
        existing functions (see above).
 
 2015-03-20  Alan Mackenzie  <acm@muc.de>
 
-       Fix debbugs#20146
+       Fix Bug#20146
 
        * font-lock.el (font-lock-extend-jit-lock-region-after-change):
        Return the calculated values, as per spec.
 
 2015-03-16  Alan Mackenzie  <acm@muc.de>
 
-       Edebug: Allow "S" to work during trace mode.  Fixes debbugs #20074.
+       Edebug: Allow "S" to work during trace mode.  Fixes Bug#20074.
        Also display the overlay arrow in go and go-nonstop modes.
 
        * emacs-lisp/edebug.el (edebug--display-1): Move the
 2015-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * net/shr.el (shr-insert): Remove soft hyphens.
-       (shr-insert): Also remove soft hypens from non-folded text.
+       (shr-insert): Also remove soft hyphens from non-folded text.
 
 2015-02-28  Eli Zaretskii  <eliz@gnu.org>
 
 
        * net/shr.el (shr-insert): Make sure the space inserted has the
        right font (for width).
-       (shr-fill-line): Preserve background colours when indenting/folding.
+       (shr-fill-line): Preserve background colors when indenting/folding.
        (shr-ensure-paragraph): Don't insert a new paragraph as the first
        item in a <li>.
 
        * calc/calc-ext.el (calc-init-extensions):  Autoload
        `calc-convert-exact-units' and assign it a keybinding.
 
-       * calc/calc-help (calc-u-prefix-help): Add help for the
+       * calc/calc-help.el (calc-u-prefix-help): Add help for the
        "un" keybinding.
 
 2015-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
        * hexl.el (hexl-mode):
        * ielm.el (inferior-emacs-lisp-mode):
        * progmodes/cfengine.el (cfengine3-mode):
-       * progmodes/elisp-mode (emacs-lisp-mode):
+       * progmodes/elisp-mode.el (emacs-lisp-mode):
        * progmodes/octave.el (octave-mode):
        * progmodes/python.el (python-mode):
        * simple.el (read--expression): Set `eldoc-documentation-function'
        * net/tramp.el (tramp-read-passwd): Ignore errors from `auth-source-*'.
 
        * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Use "\n"
-       as end-of-line delimeter for passwords, when running on MS Windows.
+       as end-of-line delimiter for passwords, when running on MS Windows.
 
 2014-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 
 2014-12-22  Artur Malabarba  <bruce.connor.am@gmail.com>
 
-       * let-alist.el (let-alist): Use `make-symbol' instead of `gensym'.
+       * emacs-lisp/let-alist.el (let-alist): Use `make-symbol'
+       instead of `gensym'.
 
 2014-12-20  Michael Albinus  <michael.albinus@gmx.de>
 
 
 2014-12-19  Artur Malabarba  <bruce.connor.am@gmail.com>
 
-       * let-alist.el (let-alist): Enable access to deeper alists by
+       * emacs-lisp/let-alist.el (let-alist): Enable access to deeper alists by
        using dots inside the dotted symbols.
 
 2014-12-19  Alan Mackenzie  <acm@muc.de>
 
 2014-12-18  Artur Malabarba  <bruce.connor.am@gmail.com>
 
-       * let-alist.el (let-alist): Evaluate the `alist' argument only once.
+       * emacs-lisp/let-alist.el (let-alist): Evaluate the `alist' argument only once.
 
 2014-12-18  Sam Steingold  <sds@gnu.org>
 
 
 2014-12-14  Artur Malabarba  <bruce.connor.am@gmail.com>
 
-       * let-alist.el: Add lexical binding.
+       * emacs-lisp/let-alist.el: Add lexical binding.
 
 2014-12-14  Steve Purcell  <steve@sanityinc.com>  (tiny change)
 
        * emacs-lisp/package.el (package-menu-mode): Use an extra column
-       for the "Version" column, to accomodate date-and-time-based versions.
+       for the "Version" column, to accommodate date-and-time-based versions.
 
 2014-12-14  Cameron Desautels  <camdez@gmail.com>
 
 
 2014-12-10  Artur Malabarba  <bruce.connor.am@gmail.com>
 
-       * let-alist.el: Add new package and macro.
+       * emacs-lisp/let-alist.el: Add new package and macro.
 
 2014-12-10  Eric S. Raymond  <esr@snark.thyrsus.com>
 
 
 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * net/eww.el (eww-follow-link): Revert prefix behaviour to
+       * net/eww.el (eww-follow-link): Revert prefix behavior to
        previous behavior.
        (eww-copy-page-url): Add doc string.
 
        console as well (bug#18629).
        * w32-common-fns.el: Remove.
        * loadup.el: Don't load w32-common-fns.el.
-       * w32-fns.elc: Don't require w32-common-fns.
+       * w32-fns.el: Don't require w32-common-fns.
 
        * icomplete.el: Move Iswitchb autoload here.  Much simpler.
        * obsolete/iswitchb.el (iswitchb-mode): Use normal autoload cookie.
        (python-shell-prompt-detect)
        (python-shell-prompt-validate-regexps): New functions.
        (python-shell-prompt-set-calculated-regexps): New function.
-       (inferior-python-mode): Use it.  Also honor overriden
+       (inferior-python-mode): Use it.  Also honor overridden
        python-shell-interpreter and python-shell-interpreter-args.
-       (python-shell-make-comint): Honor overriden
+       (python-shell-make-comint): Honor overridden
        python-shell-interpreter and python-shell-interpreter-args.
        (python-shell-get-or-create-process): Make it testable by allowing
        to call run-python non-interactively.
 2014-06-30  Grégoire Jadi  <daimrod@gmail.com>
 
        * net/rcirc.el (rcirc-buffer-process): Restore previous
-       behaviour.  (Bug#17772)
+       behavior.  (Bug#17772)
 
 2014-06-29  Alan Mackenzie  <acm@muc.de>
 
        (todo-move-category): Keep the moved category's name unless the
        file moved to already has a category with that name.  If the
        numerically last category of the source file was moved, make the
-       first category current to avoid selecting a nonexisting category.
+       first category current to avoid selecting a nonexistent category.
        (todo-merge-category): Fix implementation to make merging to a
        category in another file work as documented.  Eliminate now
        insufficient and unnecessary renaming of archive category, correct
        document string accordingly, and clarify it.  If the numerically
        last category of the source file was merged, make the first
-       category current to avoid selecting a nonexisting category.
+       category current to avoid selecting a nonexistent category.
        (todo-archive-done-item): When there are marked items and point
        happens to be on an unmarked item, ignore the latter.  Don't leave
        point below last item after archiving marked items.
 
        * faces.el (face-spec-recalc): Apply X resources only after the
        defface spec has been applied. Thus, X resources are no longer
-       overriden by the defface spec which also fixes issues on win32 where
+       overridden by the defface spec which also fixes issues on win32 where
        the toolbar coloring was wrong because it is set through X resources
-       and was (wrongfully) overriden.  (Bug#16694)
+       and was (wrongfully) overridden.  (Bug#16694)
 
 2014-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
 
@@ -26321,7 +26294,7 @@ See ChangeLog.16 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 2011-2015 Free Software Foundation, Inc.
+  Copyright (C) 2011-2016 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.