]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog.12
Fix typos.
[gnu-emacs] / lisp / ChangeLog.12
index c242095fb07c870b49912cfa9dc49ae18f461098..7782fa10e4eea73916ac9f2bd82e23418dde42c7 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  Richard Stallman  <rms@gnu.org>
 
        * textmodes/ispell.el (ispell-call-process): New function.
-       Defends against bad `default-directory.'
+       Defends against bad `default-directory'.
        (ispell-check-version, ispell-find-aspell-dictionaries)
        (ispell-get-aspell-config-value, lookup-words): Call it.
        (ispell-call-process-region): New function.
        (org-set-frame-title, org-show-reference)
        (org-unhighlight-once, org-verify-change-for-undo): New functions.
        (org-show-variable): Remove command.
-       (org-add-log-maybe): New arguments STATE, FINDPOS
+       (org-add-log-maybe): New arguments STATE, FINDPOS.
        (org-table-sort-lines): Rewrite from scratch.
        (org-link-search): New argument AVOID-POS.
        (org-print-icalendar-entries): Remove argument CATEGORY.
        * files.el (find-alternate-file): Revert query message to Emacs 21
        version.
 
-2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
+2007-01-20  Eric Hanchrow  <offby1@blarg.net>
 
        * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
        the doc string how to use personal abbrevs without electric keywords.
 
 2006-12-30  Jan Djärv  <jan.h.d@swipnet.se>
 
-       * scroll-bar.el (previous-scroll-bar-mode): New variable
+       * scroll-bar.el (previous-scroll-bar-mode): New variable.
        (set-scroll-bar-mode): Set previous-scroll-bar-mode.
        (scroll-bar-mode): Use previous-scroll-bar-mode if set.
 
        (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
                        recursively.
                Bound `next-single-property-change' via `point-max'.
-       (cperl-unwind-to-safe): Bound likewise
+       (cperl-unwind-to-safe): Bound likewise.
        (cperl-font-lock-fontify-region-function): Likewise.
        (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
                Initialization of `cperl-font-lock-multiline-start' could be
        (cperl-calculate-indent): `char-after' could be nil...
        (cperl-find-pods-heres): REx can start after "[" too.
                Highlight (??{}) in RExen too.
-       (cperl-maybe-white-and-comment-rex): New constant
+       (cperl-maybe-white-and-comment-rex): New constant.
        (cperl-white-and-comment-rex): Likewise.
                XXXX Not very efficient, but hard to make
                better while keeping 1 group.
                Syntax-mark a {}-part of (?{}) as "comment"
                        (it was the ()-part)
                Better logic to distinguish what is what in REx
-       (cperl-tips-faces): Document REx highlighting
+       (cperl-tips-faces): Document REx highlighting.
        (cperl-praise): Mention REx syntax highlight etc.
 
        After 5.17:
        (cperl-indent-comment-at-column-0): New customization variable.
        (cperl-comment-indent): Indentation after $#a would increase by 1.
        (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
-       (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
+       (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'.
        (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
        (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
                        highlight $ in $foo too (UNTESTED).
        (cperl-style-alist): Likewise.
        (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
                and `cperl-extra-newline-before-brace' etc
-               being t
+               being t.
        (cperl-indent-exp): Plans B and C to find continuation blocks even
                if `cperl-extra-newline-before-brace' is t.
 
        (gdb-stack-position): New variable.
        (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
        (gdb-frames-mode): Set gdb-stack-position to nil.
-       Add to overlay-arrow-variable-list
+       Add to overlay-arrow-variable-list.
        (gdb-reset): Delete gdb-stack-position from above list.
 
 2006-08-14  Jan Djärv  <jan.h.d@swipnet.se>
        * avoid.el (mouse-avoidance-animating-pointer): New var.
        (mouse-avoidance-nudge-mouse): Use it.
        (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
-       (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
+       (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook.
        (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
        Don't activate if currently animating.  All callers changed.
 
        * 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>
        * textmodes/table.el: Add move-beginning-of-line and
        move-end-of-line to Point Motion Only Group.
 
-2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
+2006-07-22  Eric Hanchrow  <offby1@blarg.net>
 
        * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
 
        * 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-starting): Reset gdb-printing
+       (gdb-starting): Reset gdb-printing.
        (gdb-starting): Save value of gud-overlay-arrow-position.
        (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
        (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
        (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.
        links to BibTeX database entries..
        (org-get-current-options, org-set-regexps-and-options):
        Implement logging as a startup option.
-       (org-store-link): Make sure context string is never empty
+       (org-store-link): Make sure context string is never empty.
        (org-insert-link): Use relative path when possible.
        (org-at-item-checklet-p): New function.
        (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
        (gdb-init-1, gdb-post-prompt): ...and references to it.
        (gdb-frame-handler): Strip directory name from filename if present.
 
-       * progmodes/gud.el (gdb-force-update): Delete defvar
+       * progmodes/gud.el (gdb-force-update): Delete defvar.
        (gud-speedbar-buttons): ...and references to it.  Use window-start
        to try to keep position in watch expression.
 
 
        * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
        M-r, M-R, M-A, M-SPC or M-DEL.
-       (diff-mode-map): diff-refine-hunk now on C-c C-w
+       (diff-mode-map): diff-refine-hunk now on C-c C-w.
        (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
 
        * help-mode.el (help-mode): view-exit-action calls delete-window
        output of the next command.  Reported by M Jared Finder
        <jared@hpalace.com>.
 
-       * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
-       for `process-file', in order to let it work for older Emacsen too.
-
 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
 
        * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
        (org-edit-agenda-file-list, org-store-new-agenda-file-list)
        (org-read-agenda-file-list): New functions.
        (org-table-edit-field)
-       (org-table-create-or-convert-from-region): New commands
+       (org-table-create-or-convert-from-region): New commands.
        (org-table-toggle-vline-visibility): Command removed.
        (org-table-convert-region): Made a command.
        (orgtbl-delete-backward-char, orgtbl-delete-char): Remove commands.
        Optional argument unrestricted means ignore any restrictions.
        (org-install-agenda-files-menu): Find a buffer in Org-mode before
        trying to modify the menu.  Use generalized access to
-       `org-agenda-files.'
+       `org-agenda-files'.
        (org-agenda-list, org-todo-list, org-cycle-agenda-files)
        (org-agenda-file-to-front, org-remove-file, org-diary)
        (org-tags-view, org-export-icalendar-all-agenda-files)
        make underlining work for wide characters.
        (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
        TAB to `org-cycle', to make sure that no binding in
-       `outline-mode-map' can supercede it.
+       `outline-mode-map' can supersede it.
 
 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
 
        (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
        Use increment argument to enlarge/shrink.  Preserve point.
        (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
-       (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
+       (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up.
        (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
        (thumbs-mark, thumbs-unmark): Preserve point.
        (thumbs-modify-image): Keep old temp files and use to modify.
        (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
-       virtual semicolons;
+       virtual semicolons.
        (c-beginning-of-statement): Adapt for virtual semicolons; Separate
        out the code for forward movement into ...
        (c-end-of-statement): Now contains the code for forward movement,
        * 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.
        * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
        pgg-decrypt-region.
        (pgg-pending-timers): A new hash for tracking the passphrase cache
-       timers, so that new ones supercede old ones.
+       timers, so that new ones supersede old ones.
        (pgg-add-passphrase-to-cache): Rename from
        `pgg-add-passphrase-cache' to reduce confusion (all callers
        changed).  Modified to cancel old timers when new ones are added.
        * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
        pgg-decrypt-region.
        (pgg-pending-timers): A new hash for tracking the passphrase cache
-       timers, so that new ones supercede old ones.
+       timers, so that new ones supersede old ones.
        (pgg-add-passphrase-to-cache): Rename from
        `pgg-add-passphrase-cache' to reduce confusion (all callers
        changed).  Modified to cancel old timers when new ones are added.
        (allout-mode): Use key-binding substitution in the docstring.
        (allout-kill-line): Spell-out kill ring data structure mutation
        instead of using byte-compiler-complaint-provoking `pop'.
-       (allout-insert-listified): Use `insert' rather than `insert-string'
+       (allout-insert-listified): Use `insert' rather than `insert-string'.
        (allout-toggle-current-subtree-encryption): Update docstring, adjust
        to new gpp-based encryption, use new `allout-encrypted-topic-p'.
        (allout-encrypt-string): Totally revamped vis new underlying
        * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
        instead of :active.
 
-2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
+2005-10-08  Eric Hanchrow  <offby1@blarg.net>
 
        * textmodes/ispell.el (ispell-check-version):
        Ignore hyphen, and all that follows, in aspell's version text.
        * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
        Put `font-lock-function-name-face'.
        (gdb-info-frames-custom): Put `font-lock-function-name-face'
-       and `font-lock-variable-name-face'
+       and `font-lock-variable-name-face'.
        (gdb-registers-font-lock-keywords): New font lock keywords definition.
        (gdb-registers-mode): Use `gdb-registers-font-lock-keywords'.
        (gdb-memory-font-lock-keywords): New font lock keywords definition.
        (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
        (gdb-local-font-lock-keywords): New font lock keywords definition.
-       (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
+       (gdb-locals-mode): Use `gdb-local-font-lock-keywords'.
        (gdb-threads-font-lock-keywords): New font lock keywords definition.
        (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
 
        * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
        (jit-lock-stealth-nice): Change default value to 0.5.
 
-2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
+2005-04-23  Eric Hanchrow  <offby1@blarg.net>
 
        * abbrev.el (write-abbrev-file): Write table entries in
        alphabetical order by table name.
        * loadhist.el (unload-feature): Update for new format of load-history.
        Simplify the code.
 
-       * mail/rmail.el (rmail-ignored-headers): Ignore more headers
+       * mail/rmail.el (rmail-ignored-headers): Ignore more headers.
        (rmail-font-lock-keywords): Don't fontify the text of a citation.
 
        * mail/sendmail.el (mail-font-lock-keywords):
        (org-evaluate-time-range): Insert at point instead of directly
        after time range.
        (org-first-headline-recenter, org-subtree-end-visible-p)
-       (org-optimize-window-after-visibility-change): New functions
+       (org-optimize-window-after-visibility-change): New functions.
        (org-agenda-post-command-hook): Don't allow point at end of line,
        to make sure it always hits the text properties.
        (org-agenda-next-date-line, org-agenda-previous-date-line):
 
 2005-04-11  Jan Djärv  <jan.h.d@swipnet.se>
 
-       * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
+       * dired.el (dired-mode): Use dnd-* instead of x-dnd-*.
        (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
        (dired-dnd-handle-file): Call dnd-get-local-file-uri.
 
        * cus-edit.el (dnd): New group.
 
-       * term/w32-win.el (dnd): Require dnd
+       * term/w32-win.el (dnd): Require dnd.
        (w32-drag-n-drop): Call dnd-handle-one-url.
 
        * x-dnd.el: Require dnd.
 
        * progmodes/gdb-ui.el (gdb-var-update-handler)
        (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
-       for watch expressions,
+       for watch expressions.
        (gdb-var-create-handler): Don't set speedbar-update-flag.
        (gdb-post-prompt): Simplify test for speedbar.
 
        (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
 
 2005-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
-           Juri Linkov  <juri@jurta.org>
+            Juri Linkov  <juri@jurta.org>
 
        * textmodes/reftex-global.el (reftex-isearch-push-state-function)
        (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
 
        * progmodes/sh-script.el: Code copied from make-mode.el
-       with small changes,
+       with small changes.
        (sh-mode-map): Bind C-c C-\.
        (sh-backslash-column, sh-backslash-align): New variables.
        (sh-backslash-region, sh-append-backslash): New functions.
 
 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
-       * mail/rmail.el: Updated to work with movemail from GNU Mailutils
+       * mail/rmail.el: Updated to work with movemail from GNU Mailutils.
        (rmail-pop-password, rmail-pop-password-required): Move to
        rmail-obsolete group.
        (rmail-set-pop-password): Rename to rmail-set-remote-password.
 
        * textmodes/reftex-vars.el (reftex-cite-format-builtin):
        Add optional arguments to most cite commands.
-       (reftex-cite-cleanup-optional-args): New option
+       (reftex-cite-cleanup-optional-args): New option.
        (reftex-cite-prompt-optional-args): New option.
        (reftex-trust-label-prefix): New option.
 
@@ -33349,7 +33346,7 @@ See ChangeLog.11 for earlier changes.
 ;; add-log-time-zone-rule: t
 ;; End:
 
-    Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+    Copyright (C) 2005-2011 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
@@ -33365,5 +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/>.
-
-;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1