]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog.12
Auto-commit of loaddefs files.
[gnu-emacs] / lisp / ChangeLog.12
index 35572bd6105cc220215145789dd202290e3cec22..6b34ef557833ea43d4afd9853f9ec4a81825cf13 100644 (file)
        Fix calls to get-buffer-window to find windows in other frames.
        Reported by David Hansen <david.hansen@gmx.net>.
 
-2007-03-27   Kevin Ryde  <user42@zip.com.au>
+2007-03-27  Kevin Ryde  <user42@zip.com.au>
 
        * info.el (Info-display-images-node): On a text-only terminal,
        show the "text" or "alt" parts of the image blobs.
 2007-03-20  David Kastrup  <dak@gnu.org>
 
        * files.el (magic-mode-alist): Require literal "%!PS" string for
-       magic postscript file detection.
+       magic PostScript file detection.
 
 2007-03-20  Richard Stallman  <rms@gnu.org>
 
 
        * outline.el (hide-sublevels): Keep empty last line, if available.
 
-       * buff-menu.el (list-buffers-noselect): Use explicit unicode code
-       rather than the corresponding unicode char, to make the code
+       * buff-menu.el (list-buffers-noselect): Use explicit Unicode code
+       rather than the corresponding Unicode char, to make the code
        more readable.
 
 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
 2007-01-01  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
-       Check the format of c-state-cache is valid for an optimisation before
+       Check the format of c-state-cache is valid for an optimization before
        using it.
 
        * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
        * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
        new line after an escaped EOL in a string.
 
-       * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
+       * progmodes/cc-engine.el (c-forward-label): Recognize "foo:" as a
        label when it directly follows "else", "do", ....
 
        * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
-       angle brackets (as seen in "explicit specialisations" of C++
+       angle brackets (as seen in "explicit specializations" of C++
        templates).
 
        * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
        * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
        clean-up comment-close-slash also to work when there's a comment
        terminator on the line.
-       (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
+       (c-beginning-of-defun, c-end-of-defun): Refactor and optimize
        these for large arg - only take account of top level {..}, except
        for initial and final adjustments.  M-- C-M-[ae] now go to the
        right defuns when the starting point is between defuns.  They use
 
 2006-12-17  Alan Mackenzie  <acm@muc.de>
 
-       * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
+       * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimize (for
        speed) the case when open-paren-in-column-0-is-defun-start is nil.
        Based on code by Martin Rudalics.
 
 2006-11-15  Simon Marshall  <simon@gnu.org>
 
        * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
-       to recognise "T t()" as a function declaration, rather than a
+       to recognize "T t()" as a function declaration, rather than a
        variable instantiation, iff at the top-level or inside a class
        declaration.  Suggested by Feng Li <fengli@gmail.com>.
 
        Register changes using allout-exposure-change-hook.
        Disregard aberrant topics.
        (allout-shift-in): With universal-argument, make topic a peer of
-       it's former offspring.  Simplify the code by separating out
+       its former offspring.  Simplify the code by separating out
        allout-shift-out functionality.
        (allout-shift-out): With universal-argument, make offspring peers
        of their former container, and its siblings.  Implement the
 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
 
        * frame.el (blink-cursor-start): Set timer first.
-       (blink-cursor-end): Ignore timer cancelling errors.
+       (blink-cursor-end): Ignore timer canceling errors.
        Suggested by Ken Manheimer.
 
 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
        * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
        doesn't look like a file name.
 
-       * complete.el (PC-expand-many-files): Avoid signalling an error when
+       * complete.el (PC-expand-many-files): Avoid signaling an error when
        the current directory doesn't exist.  Reported by MichaĆ«l Cadilhac.
 
 2006-08-02  Andreas Schwab  <schwab@suse.de>
 
        * progmodes/gdb-ui.el (gdb-same-frame): New option.
        (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
-       (gdb-init-1): Initialise them.
+       (gdb-init-1): Initialize them.
        (gdb-starting): Reset gdb-printing.
        (gdb-starting): Save value of gud-overlay-arrow-position.
        (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
        (org-get-indentation): New optional argument LINE.
        (org-fix-indentation, org-remove-tabs): New functions.
        (org-export-as-ascii, org-ascii-level-start): Determine and apply
-       correct indentation for headlines that are converted it items.
+       correct indentation for headlines that are converted to items.
        (org-skip-comments): Remove table lines that contain narrowing
        cookies but no other non-empty fields.
        (org-set-tags): Allow groups of mutually exclusive tags.
        (org-insert-labeled-timestamps-at-point): New option.
        (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
        of `hide-sublevels 1', in case the first headline is not level 1.
-       (org-overview, org-content): New fuction.
+       (org-overview, org-content): New function.
        (org-cycle-global-status, org-cycle-subtree-status): Make these
        variables buffer-local.
        (org-global-cycle): New command.
 
        * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
        the prompt.  If it returns earlier (when detecting an error
-       message), the rest of the output will merge accidently with the
+       message), the rest of the output will merge accidentally with the
        output of the next command.  Reported by M Jared Finder
        <jared@hpalace.com>.
 
 
 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
 
-       * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
+       * progmodes/gdb-ui.el (gdb-init-1): Re-initialize gdb-main-file to nil.
        (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
        (gdb-setup-windows): Put something in source window if we can't find
        the source file.
 
        * calendar/appt.el (diary-selective-display): Add defvar.
 
-       * sort.el (sort-columns): Use Posix arg syntax for `sort'.
+       * sort.el (sort-columns): Use POSIX arg syntax for `sort'.
 
        * isearch.el (search-whitespace-regexp): Fix custom type.
 
 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
-       delete-windows-on with an inexistent buffer.
+       delete-windows-on with a nonexistent buffer.
 
 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
 
        interactive spec from "p" to "P".
 
        * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
-       reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
+       response to a report from Joseph Kiniry <kiniry@acm.org> that it
        was difficult to understand.
 
 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
        much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
        * progmodes/cc-cmds.el:
        (c-ascertain-adjacent-literal): In the backwards direction, now
-       recognises AWK regexp delimiters as string delimiters.
+       recognizes AWK regexp delimiters as string delimiters.
        (c-after-statement-terminator-p): Adapt for virtual semicolons;
        check more rigorously for "end of macro".
        (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
 
 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
 
-       * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
+       * progmodes/cc-awk.el: Move regexps for analyzing AWK code to near the
        start of the file.  ^L now separate sections of the file.
        (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
        (c-awk-one-line-possibly-open-string-re)
 
        * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
        c-string-par-start/separate c-sentence-end-with-esc-eol,
-       initialised in c-setup-paragraph-variables, used in string
+       initialized in c-setup-paragraph-variables, used in string
        scanning subroutines of c-beginning-of-statement.
 
        * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
        * progmodes/cc-cmds.el (c-beginning-of-statement (and
        subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
        that movement over macros and code are rigorously separated from
-       eachother.  Correct a few incidental bugs.
+       each other.  Correct a few incidental bugs.
 
        * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
        Improve its doc-string.  Improve the handling of certain specific cases.
        * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
        (c-font-lock-declarators, c-font-lock-declarations)
        (c-complex-decl-matchers, c-basic-matchers-after): Use a text
-       property to mark the items in in declarator lists to handle
+       property to mark the items in declarator lists to handle
        refontification inside multiline declarations better.
 
        * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
        (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
        cleared before.  Obey default-enable-multibyte-characters.
        Use mapconcat.  Simplify setting of tar-header-offset.
-       (tar-mode-map): Move initialization inside delcaration.
+       (tar-mode-map): Move initialization inside declaration.
        (tar-flag-deleted): Use `abs'.
        (tar-expunge-internal): Remove unused var `line'.
        (tar-expunge-internal): Don't hardcode point-min==1.
        reveal-open-spots, so as to be more reliable.  There were several
        tricky corner cases where an open spot might be lost, or where
        a closed spot might end up on the list of open spots.
-       Only reveal text that's ellipsised.
+       Only reveal text that's ellipsized.
 
 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
 
        * ibuf-ext.el (ibuffer-auto-update-changed):
        Use `frame-or-buffer-changed-p' to check whether we need to update.
        (ibuffer-auto-mode): Don't advise `get-buffer-create' and
-       `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
+       `kill-buffer'.  Initialize `ibuffer-auto-buffers-changed'
        as a `frame-or-buffer-changed-p' state vector instead.
 
 2005-08-27  Romain Francoise  <romain@orebokech.com>
        which has been added in Emacs 21.1.
        (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
        (awk-mode): Use it.
-       (make-local-hook): Suppress warning about obsoleteness.
+       (make-local-hook): Suppress warning about obsolescence.
 
        * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
        (c-append-backslashes-forward, c-delete-backslashes-forward)
 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
-       Remove unused and inexistent var `inhibit-trace'.
+       Remove unused and nonexistent var `inhibit-trace'.
        (debugger-mode): Use run-mode-hooks.
        (debugger-list-functions): Add buttons; setup xref stack.
 
@@ -33346,7 +33346,7 @@ See ChangeLog.11 for earlier changes.
 ;; add-log-time-zone-rule: t
 ;; End:
 
-    Copyright (C) 2005-2011 Free Software Foundation, Inc.
+    Copyright (C) 2005-2013 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
@@ -33362,4 +33362,3 @@ See ChangeLog.11 for earlier changes.
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-