]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog.16
* lisp/simple.el (shell-command): Add save-match-data comment
[gnu-emacs] / lisp / ChangeLog.16
index 728a04e8914596afd8b8594ea56786fc8e63a6ee..7fdcbd5a871e7f4e5426c5736270b17d89ca6d43 100644 (file)
        * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
        system-type windows-nt.
 
-       * server.el (server-create-window-system-frame): Look for window
-       type.
+       * server.el (server-create-window-system-frame): Look for window type.
        (server-proces-filter): Only force a window system when windows-nt
        _and_ w32.  Explain why.
 
        (w32-handle-dropped-file): Convert incoming dropped files from
        Windows paths to Cygwin ones before passing them on to the rest of
        Emacs.
-       (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
+       (w32-drag-n-drop): New parameter new-frame.  Simplify logic.
        (w32-initialize-window-system): Assert we're not initialized twice.
 
        * term/x-win.el: Require cl-lib; add ourselves to display-format-alist.
 2012-09-09  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-engine.el (c-state-cache-init):
-       Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
+       Initialize c-state-semi-nonlit-pos-cache\(-limit\)? properly.
        (c-record-parse-state-state):
        Record c-state-semi-nonlit-pos-cache\(-limit\)?.
 
        In doc-strings state whether the argument window has to denote a
        live, valid or any window.
 
-2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
+2012-08-16  Phil Sainty  <psainty@orcon.net.nz>
 
        * progmodes/subword.el (subword-forward-function)
        (subword-backward-function, subword-forward-regexp)
        c-set-fl-decl-start.
 
        * progmodes/cc-mode.el (c-common-init, c-after-change):
-       Changes due to pluralisation of c-before-font-lock-functions.
+       Changes due to pluralization of c-before-font-lock-functions.
        (c-set-fl-decl-start): New function, extracted from
        c-font-lock-enclosing-decls and enhanced.
 
        (c-nonlabel-token-key): Allow string literals for AWK.
        Refactor for the other modes.
 
-       Large brace-block initialisation makes CC Mode slow: Fix.
+       Large brace-block initialization makes CC Mode slow: Fix.
        Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
        routines.  Limit backward searching in c-font-lock-enclosing.decl.
 
        * vc/ediff-init.el (ediff-toggle-read-only-function):
        Use toggle-read-only.
 
-2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2011-10-22  Alan Mackenzie  <acm@muc.de>
 
        Fix bug #9560, sporadic wrong indentation; improve instrumentation
        of c-parse-state.
@@ -25224,7 +25223,7 @@ See ChangeLog.15 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 2011-2014 Free Software Foundation, Inc.
+  Copyright (C) 2011-2016 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.