]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Merge from emacs--devo--0
[gnu-emacs] / lisp / ChangeLog
index 4ab077fedd38a5ca6aa389ddd1b94fb834169e25..3b9e3b621b326ea3cb589bf239824f91f36b37ca 100644 (file)
+2007-01-24  Miles Bader  <miles@gnu.org>
+
+       * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
+       (byte-compile-output-docform): Bind `print-circle' to t.
+
+2007-01-24  Kenichi Handa  <handa@m17n.org>
+
+       * international/ja-dic-cnv.el (skkdic-convert): Insert a related
+       file name of the original SKK dictionary file.
+
+2007-01-24  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el (ido-initial-position): New variable.
+       (ido-read-internal): Set it if default item is specified.
+       (ido-minibuffer-setup): Position cursor accordingly if set.
+       (ido-edit-input): C-e moves to end of input if not already there.
+       (ido-magic-backward-char): C-b does like M-b if prev char is /.
+       Don't switch to buffer mode if repeating C-b at start of input.
+       (ido-toggle-ignore): C-a only toggles ignore at start or end of
+       input; else it moves to start of input.
+       (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
+       not at end of input, delete rest of input, rather than normal op.
+
+2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
+
+       * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
+
+       * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
+       of message. Activate mark.
+       (ediff-activate-mark): Set transient-mark-mode to t.
+
+       * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
+
+2007-01-23  Martin Rudalics  <rudalics@gmx.at>
+
+       * help-fns.el (describe-variable): Don't suppress display of
+       buffer local value when the value is "large".
+
+2007-01-22  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el (ido-active): Add xemacs test from ido-minibuffer-setup.
+       (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
+       (ido-tidy): Use ido-active.
+
+2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
+
+       * hexl.el (hexl-mode-exit): Add missing quote.
+
+2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
+       (mac-ae-keyboard-modifiers): New function.
+       (mac-handle-toolbar-switch-mode): Use it.
+       (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
+       if keyboard modifiers on drop contain option key.
+       (mac-dnd-drop-data): Add optional argument `action'.
+       (special-event-map): Remove binding for M-drag-n-drop.
+
+2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
+
+       * add-log.el (add-log-current-defun): Use CC Mode functions to
+       find the beginning and end of a defun.
+
+2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-var-create-regexp)
+       (gdb-var-create-handler): Handle value field in GDB output of
+       -var-create.
+       (gdb-max-frames): New variable.
+       (gdb-stack-buffer, gdb-frames-select): Use it.
+       (gdb-info-stack-custom): Help user customize gdb-max-frames,
+       if necessary.
+       (gdb-get-frame-number): Simplify.
+
+2007-01-21  Glenn Morris  <rgm@gnu.org>
+
+       * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
+       Update copyrights.
+
+2007-01-21  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
+       handling of K&R stuff.
+
+2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
+
+       * textmodes/bibtex.el (bibtex-files): Fix customization type.
+
+2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * ps-print.el: Handle frame parameters (background and/or foreground
+       colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
+       (ps-print-version): New Version 6.7.1.
+       (ps-x-frame-property, ps-e-frame-parameter): New aliases.
+       (ps-frame-parameter): New fun.
+       (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
+       Fix doc and customization.
+       (ps-begin-job): Get frame parameters (background and/or foreground
+       colors).
+       (ps-do-despool): Ensure ps-printer-name has a valid value.
+
+2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
+       (gdb-debug-log-max): Rename from gdb-debug-ring-max.
+       (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
+       mean unlimited.
+
+2007-01-20  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
+       much more rigorous analysis of putative K&R regions.
+
+2007-01-20  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
+       New functions.
+
+2007-01-20  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-align.el, progmodes/cc-cmds.el,
+       * progmodes/cc-defs.el, progmodes/cc-engine.el,
+       * progmodes/cc-langs.el, progmodes/cc-styles.el,
+       * progmodes/cc-vars.el: Add my name.
+
+2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
+
+       * files.el (find-alternate-file): Revert query message to Emacs 21
+       version.
+
+2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
+
+       * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
+       the doc string how to use personal abbrevs without electric
+       keywords.
+
+2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
+
+       * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
+       Fixed cursor position when toggle abbreviated display.
+
+2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
+
+       * t-mouse.el: Update copyright following assignment by
+       Alessandro Rubini.
+
+2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
+
+       * type-break.el (type-break-demo-hanoi, type-break-demo-life)
+       (type-break-demo-boring): Call read-event instead of read-char.
+
+2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (small change)
+
+       * progmodes/compile.el: Add handling for makepplog.
+
+2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * textmodes/ispell.el (ispell-change-dictionary): Ensure that
+       aspell dictionaries are initialized when called non-interactively.
+
+2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
+
+       * progmodes/compile.el (compilation-loop): New arg limit.
+       Handle case where the first error is at point-min.
+       (compilation-next-error): New arg to compilation-loop call.
+
+2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
+
+       * info.el (Info-default-dirs): Change default info dir to
+       share/info.
+
+       * paths.el (Info-default-directory-list): Ditto.
+
+2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
+
+       * hexl.el (hexl-before-revert-hook): New function.
+       (hexl-mode): Use it.
+       (hexl-after-revert-hook): Just call hexl-mode.
+       (hexl-mode-exit): Remove before-revert-hook.
+
+2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
+
+2007-01-16  Martin Rudalics  <rudalics@gmx.at>
+
+       * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
+       by "-" in francais7 otherchars entry.
+       (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
+       otherchars entry.
+
+2007-01-15  Karl Fogel  <kfogel@red-bean.com>
+
+       * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
+       path.  Rewrite function in `cond' style for readability.
+
+       Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
+       (The path shortening, that is, not the rearrarangement.)
+
+2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * term/mac-win.el (mac-ae-quit-application): New function.
+       (mac-apple-event-map): Bind "quit application" Apple event to it.
+
+2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
+       than the program's output.
+
+2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
+       (kmacro-start-macro-or-insert-counter)
+       (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
+       (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
+
+       * longlines.el (longlines-show-hard-newlines):
+       * ruler-mode.el (ruler-mode-ruler):
+       * emulation/keypad.el (keypad-setup):
+       * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
+       Fix typo in docstring.
+
+2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
+
+       * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
+       Remove redirect character ">".
+
+2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
+
+       * replace.el (perform-replace): Remove leftover code.
+
+2007-01-12  Richard Stallman  <rms@gnu.org>
+
+       * replace.el (perform-replace): Don't clear NODENT when computing
+       the replacement string.
+
+2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-handle-file-local-copy):
+       Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
+       <christopher.ian.moore@gmail.com>.
+
+2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * diff-mode.el (diff-sanity-check-context-hunk-half)
+       (diff-sanity-check-hunk): New functions.
+       (diff-find-source-location): Use'em to check the hunks are well-formed.
+
+       * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
+       activate undo when undo is not active.
+       Reported by Chris Moore <christopher.ian.moore@gmail.com>.
+
+2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
+       (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
+       (ffap-url-at-point): Use char-classes rather than "a-z".
+
+2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ediff-init.el (ediff-autostore-merges):
+       * textmodes/fill.el (fill-region): Doc fix.
+
+2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * server.el (server-ensure-safe-dir): UIDs may be floats.
+
+2007-01-10  Richard Stallman  <rms@gnu.org>
+
+       * battery.el (battery-linux-proc-acpi): Use ignore-errors
+       around calls to directory-files.
+
+       * subr.el (momentary-string-display): Use save-excursion.
+
+       * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
+       argument, but read it as `X' does.
+
+2007-01-09  Juri Linkov  <juri@jurta.org>
+
+       * info.el (Info-fontify-node): Don't hide node names of index entries.
+
+       * faces.el (momentary): Change :group to basic-faces where all
+       basic faces belong to.  Add :version.
+
+2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
+
+       * tutorial.el (tutorial--display-changes): Show M-x sequence if no
+       keybinding is found.
+       (tutorial--find-changed-keys): Never treat null keybinding as a
+       remapping.
+
+2007-01-09  Martin Rudalics  <rudalics@gmx.at>
+
+       * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
+
+2007-01-09  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-cmds.el
+       (select-safe-coding-system-interactively): Fix message.
+
+2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
+       (tramp-process-actions): Add optional parameter TIMEOUT.
+       (tramp-open-connection-telnet, tramp-open-connection-rsh)
+       (tramp-open-connection-su): Add timeout of 60".
+
+2007-01-09  Richard Stallman  <rms@gnu.org>
+
+       * progmodes/compile.el (compile): Doc fix.
+
+2007-01-09  Markus Triska  <markus.triska@gmx.at>
+
+       * tumme.el (tumme-display-thumb): Doc fix.
+
+2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * battery.el (battery-search-for-one-match-in-files):
+       * bindings.el (mode-line-minor-mode-help):
+       * x-dnd.el (x-dnd-types-alist):
+       * calendar/icalendar.el (icalendar-import-buffer):
+       * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
+
+       * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
+
+2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
+
+       * replace.el (replace-regexp): Fix typo in docstring.
+
+2007-01-07  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-langs.el (c-operators, c-filter-ops):
+       Amend doc-string and comments.
+
+2007-01-06  Eli Zaretskii  <eliz@gnu.org>
+
+       * files.el (abbreviate-file-name): Doc fix.
+
+2007-01-06  Markus Triska  <triska@gmx.at>
+
+       * subr.el (split-string): Remove spurious ")" from doc string.
+
+2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
+
+       * textmodes/table.el (table--warn-incompatibility):
+       Use display-warning instead of momentary-string-display.
+
+2007-01-05  Richard Stallman  <rms@gnu.org>
+
+       * image.el (image-type-header-regexps): Recognize xbm more strictly.
+
+       * simple.el (backward-kill-word): Doc fix.
+
+2007-01-05  Romain Francoise  <romain@orebokech.com>
+
+       * international/mule.el (sgml-html-meta-auto-coding-function):
+       Ensure that the buffer contains a HTML document.
+
+2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * faces.el (momentary): Move here ...
+       * subr.el (momentary): ... from here.
+
+2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
+       (gdb-speedbar-expand-node): Ask user for confirmation before expanding
+       large structures/arrays.
+
+2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * files.el (find-file-noselect-1, set-visited-file-name):
+       Allow backup-enable-predicate to be nil.
+
+2007-01-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
+
+       * subr.el (momentary): New face.
+       (momentary-string-display): Display the string via a temporary
+       overlay using the new face, instead of inserting it in the buffer.
+
+2007-01-04  Andreas Schwab  <schwab@suse.de>
+
+       * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
+       last change.
+
+2007-01-03  Richard Stallman  <rms@gnu.org>
+
+       * woman.el (woman-decode-buffer): Clarify error message.
+
+2007-01-03  Alan Mackenzie  <acm@muc.de>
+
+       * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy
+       patch.
+
+2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
+
+       * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
+
+2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
+
+2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emulation/viper.el (viper-custom-file-name, viper-mode):
+       Fix typos in docstrings.
+
+       * subr.el (momentary-string-display): After moving point, set POS
+       variable to it to avoid later errors once the buffer is modified.
+       Doc fix.
+
+2007-01-02  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
+       check that the "*/" is present before trying to manipulate it.
+
+2007-01-02  Richard Stallman  <rms@gnu.org>
+
+       * wid-edit.el (widget-choose): Avoid ugly error for function keys.
+
+       * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
+       Fix format of value.
+
+       * cus-edit.el (customize-unsaved): Rename from customize-customized.
+       Change messages accordingly.
+       (customize-customized): Now alias.
+
 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
 
        * files.el (version-control): Doc fix.
 
 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
+       * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
+       Check the format of c-state-cache is valid for an optimisation before
        using it.
 
        * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
        the first continuation line in a macro gets the symbol
        `cpp-define-intro', the others getting `statement', or whatever.
 
-2007-01-01  Alan Mackenzie  <acm@muc.de>
-
        * progmodes/cc-cmds.el (c-context-line-break): When invoked within
        a string, preserve whitespace.  Add a backslash only when also in
        a macro.
 
-2007-01-01  Alan Mackenzie  <acm@muc.de>
-
        * progmodes/cc-defs.el: Correct typos.
 
-2007-01-01  Alan Mackenzie  <acm@muc.de>
-
        * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
        new line after an escaped EOL in a string.
 
-2007-01-01  Alan Mackenzie  <acm@muc.de>
-
        * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
        label when it directly follows "else", "do", ....
 
-2007-01-01  Alan Mackenzie  <acm@muc.de>
-
        * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
        angle brackets (as seen in "explicit specialisations" of C++
        templates).
 
-2007-01-01  Alan Mackenzie  <acm@muc.de>
-
        * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
        in the doc-string.
 
-2007-01-01  Alan Mackenzie  <acm@muc.de>
-
        * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
        when the comment ender looks like "=========*/" and is alone on
        its line.
 
-2007-01-01  Alan Mackenzie  <acm@muc.de>
-
        * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
        spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
        for the old name.
 
-2007-01-01  Alan Mackenzie  <acm@muc.de>
-
        * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
        c-\(beginning\|end\)-of-defun by default.
 
-2007-01-01  Alan Mackenzie  <acm@muc.de>
-
-       * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont): New
-       line-up function, for the DEFUN macro in the Emacs C sources.
+       * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
+       New line-up function, for the DEFUN macro in the Emacs C sources.
        Only used in "gnu" style.
 
        * progmodes/cc-styles.el (c-style-alist): Use this new function in
        the "gnu" style.
 
-2007-01-01  Alan Mackenzie  <acm@muc.de>
-
        * 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-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
        support c-\(beginning\|end\)-of-defun.
 
-2007-01-01  Alan Mackenzie  <acm@muc.de>
-
        * progmodes/cc-engine.el (c-forward-label): Analyze ":"
        expressions more rigorously, to exclude bit-field specifiers from
        being classed as labels.
        (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
        stmt boundary, check for "operator=", etc.
 
-2007-01-01  Alan Mackenzie  <acm@muc.de>
-
-       * progmodes/cc-mode.el (c-postprocess-file-styles): Bind
-       inhibit-read-only to t, around the call to
+       * progmodes/cc-mode.el (c-postprocess-file-styles):
+       Bind inhibit-read-only to t, around the call to
        c-remove-any-local-eval-or-mode-variables, so that it works on a
        RO file.
 
-2007-01-01  Alan Mackenzie  <acm@muc.de>
-
        * progmodes/cc-defs.el (c-version): Update the version number to
        "5.31.4".
 
        * ido.el (ido-set-matches-1): Fix last change.  If default item is
        current buffer, it is ok to be first.
 
+2006-12-27  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-cmds.el (select-safe-coding-system-interactively):
+       Use face `link' for problematic chars.
+
 2006-12-27  Kenichi Handa  <handa@m17n.org>
 
        * international/mule-cmds.el (select-safe-coding-system-interactively):
        (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
        (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
 
-2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>  (tiny change)
+2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
 
        * add-log.el (add-log-current-defun): Call `forward-sexp'
        multiple times to pick a member function name defined as
 
 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
 
-       * progmodes/sql.el (sql-mode-abbrev-table): Corrected initialization.
+       * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
        (sql-mode-syntax-table): Disable double quoted strings.
-       (sql-mode-font-lock-object-name): Added TYPE and TYPE BODY.
+       (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
 
 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
 
 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
-       * select.el (ccl-check-utf-8, string-utf-8-p): New functions
-       (by Kenichi Handa).
+       * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
+       Kenichi Handa).
        (xselect-convert-to-string): Decline requests for UTF8_STRING if
        the selection is not UTF-8.
 
        * 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>
+2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
 
        * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
 
 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * files.el, newcomment.el, outline.el, simple.el,
-       emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
-       progmodes/cc-vars.el, progmodes/compile.el:
+       emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
+       progmodes/cc-vars.el, progmodes/compile.el:
        Move `safe-local-variable' declarations to the respective files.
 
        * help-fns.el (describe-variable): Don't print safe-var if it is
        Sync with Tramp 2.0.52.
 
        * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
-       net/tramp-vc.el: Add code for unloading Tramp.  See comment before
+       net/tramp-vc.el: Add code for unloading Tramp.  See comment before
        `tramp-unload-tramp' for checklist.
 
        * net/tramp.el: Require `timer-funcs' instead of `timer' if in
@@ -30556,7 +30960,7 @@ See ChangeLog.11 for earlier changes.
 ;; add-log-time-zone-rule: t
 ;; End:
 
-    Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+    Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,
   are permitted provided the copyright notice and this notice are preserved.