Switch license to GPLv3 or later.
[bpt/emacs.git] / lisp / ChangeLog
index 56adc5f..632c8fe 100644 (file)
@@ -1,3 +1,497 @@
+2007-07-25  Glenn Morris  <rgm@gnu.org>
+
+       * Relicense all FSF files to GPLv3 or later.
+
+       * COPYING: Switch to GPLv3.
+
+2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
+       Replace it with another one which disables undo before calling
+       erase-buffer and then turns it back on if needed.
+
+2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * ps-print.el: Problem with foreground and background color when
+       printing a buffer with and without faces.  Reported by Christian
+       Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
+       (ps-print-version): New version 6.7.5.
+       (ps-default-fg): Change default value to nil, so black color is used
+       when a face does not specify a foreground color.
+       (ps-default-bg): Change default value to nil, so white color is used
+       for background color.
+       (ps-begin-job): Fix code.
+
+2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
+
+2007-07-24  Alan Mackenzie  <acm@muc.de>
+
+       * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
+       Initialise byte-compile-unresolved-functions before rather than
+       after a compilation.
+       (byte-compile-unresolved-functions): Amplify doc string.
+
+2007-07-24  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
+       (cal-tex-rules, cal-tex-buffer, cal-tex-24)
+       (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
+       (cal-tex-cursor-week, cal-tex-cursor-week2)
+       (cal-tex-cursor-week-iso, cal-tex-week-hours)
+       (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
+       (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
+       (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
+
+2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
+
+2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
+       underlying file is uptodate.
+
+2007-07-23  Richard Stallman  <rms@gnu.org>
+
+       * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
+
+2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/sh-script.el (sh-font-lock-backslash-quote)
+       (sh-font-lock-flush-syntax-ppss-cache): New funs.
+       (sh-font-lock-syntactic-keywords): Use them to distinguish the
+       different possible cases for \'.
+       (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
+
+       * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
+       `file' from which to start the search and fix case where `file' is the
+       current directory and the root as well.
+
+       * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
+       name for buffer-file-name if it refers to a directory.
+
+2007-07-22  Jason Rumney  <jasonr@gnu.org>
+
+       * w32-fns.el (set-default-process-coding-system): Use dos line ends
+       for input to cmdproxy on all versions of Windows.
+       Use dos line ends for input to plink.
+
+       * comint.el (comint-simple-send): Concat newline before sending.
+       (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
+
+2007-07-22  Juri Linkov  <juri@jurta.org>
+
+       * isearch.el (isearch-edit-string): Save old point and
+       isearch-other-end to old-point and old-other-end before reading
+       the search string from minibuffer.  After exiting minibuffer set
+       point to old-other-end if point and the search direction is the
+       same as before reading the search string.
+       (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
+       to isearch-other-end.  Instead of isearch-search-and-update call
+       three functions isearch-search, isearch-push-state and isearch-update.
+
+2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
+
+       * textmodes/reftex.el (reftex-access-parse-file): Do not risk
+       destroying an existing buffer.
+
+2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
+
+       * term/x-win.el (x-handle-no-bitmap-icon): New function.
+
+2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
+
+       * textmodes/reftex.el (reftex-access-parse-file): Create parse
+       file in a way that does not interfere with recentf.
+
+2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
+
+       * image-dired.el (image-dired-sane-db-file): New func.
+       (image-dired-write-tags, image-dired-remove-tag)
+       (image-dired-list-tags, image-dired-write-comments)
+       (image-dired-get-comment, image-dired-mark-tagged-files)
+       (image-dired-create-gallery-lists): Call new func.
+       Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
+
+2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-hg.el (vc-hg-diff): Use vc-hg-command.
+       (vc-hg-dir-state): Fix loop.
+       (vc-hg-print-log): Fix expected return value for vc-hg-command.
+       (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
+       (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
+       (vc-hg-revert): Likewise.
+       (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
+
+2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
+
+       * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
+       case of alignment under a constant symbol, find and consider
+       the sexp actually at indentation to be the "last sexp".
+
+2007-07-20  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
+       (install): Use them to copy all *.el files before *.elc.
+       (clean): Don't delete *~.
+
+2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
+
+2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-hg.el (vc-hg-registered): Replace if with when.
+       (vc-hg-state): Deal with nonexistent files.
+
+2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
+
+       * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
+       (follow-delete-other-windows-and-split, follow-recenter)
+       (follow-windows-aligned-p, follow-point-visible-all-windows-p)
+       (follow-redisplay, follow-estimate-first-window-start)
+       (follow-xemacs-scrollbar-support, follow-intercept-process-output):
+       Fix typos in docstrings.
+
+2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
+
+       * bookmark.el (bookmark-show-all-annotations):
+       Make sure each inserted annotation ends with newline.
+
+       (bookmark-maybe-sort-alist): Don't modify
+       bookmark-alist.  Instead, if not sorting, simply return it.
+       (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
+       for its return value, not for its side effect.
+
+2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc.el: Add more info about the vc-registered function.
+
+2007-07-16  David Kastrup  <dak@gnu.org>
+
+       * emacs-lisp/advice.el (defadvice): Doc fix.
+
+2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * subr.el (when, unless): Doc fix.
+
+2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-hg.el (vc-hg-state): Handle removed files.
+       (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
+       (vc-hg-checkout): Re-enable.
+
+2007-07-15  Richard Stallman  <rms@gnu.org>
+
+       * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
+
+       * tutorial.el (tutorial--find-changed-keys):
+       Handle C-x specially like ESC.
+
+2007-07-15  Roland McGrath  <roland@frob.com>
+
+       * add-log.el (add-change-log-entry): Check add-log-full-name
+       and add-log-mailing-address later, after change-log-mode-hook.
+
+2007-07-15  Richard Stallman  <rms@gnu.org>
+
+       * isearch.el (isearch-mode, isearch-done):
+       Delete unintended code in previous change.
+
+       * ps-print.el (ps-default-bg): Change to White.
+
+2007-07-15  Aaron Hawley  <aaronh@garden.org>
+
+       * tar-mode.el (tar-get-descriptor): No error for zero-length file.
+
+2007-07-15  Martin Rudalics  <rudalics@gmx.at>
+
+       * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
+       when handling the terminating event.
+
+2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
+
+       * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
+
+2007-07-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
+       (install): Use them to copy all *.el files before *.elc.
+
+2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * replace.el (match): Use yellow1 instead of yellow.
+
+       * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
+
+       * pcvs-info.el (cvs-unknown): Likewise.
+
+2007-07-12  Davis Herring  <herring@lanl.gov>
+
+       * desktop.el (desktop-buffer-info, desktop-save):
+       Use `desktop-dirname' instead of `dirname'.
+
+2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
+
+       * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
+
+       * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
+
+2007-07-10  Richard Stallman  <rms@gnu.org>
+
+       * emacs-lisp/lisp-mode.el (eval-defun):
+       Explain special handling of `defface'.
+
+2007-07-09  Richard Stallman  <rms@gnu.org>
+
+       * isearch.el (isearch-edit-string): Call to isearch-push-state
+       after the search.
+
+2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * cus-start.el (file-coding-system-alist): Fix custom type.
+
+2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * longlines.el (longlines-wrap-region): Avoid marking buffer as
+       modified.
+       (longlines-auto-wrap, longlines-window-change-function):
+       Remove unnecessary calls to set-buffer-modified-p.
+
+2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc.el (vc-default-log-view-mode): New function.
+       (vc-print-log): Add new `log-view-mode' VC operation.
+
+2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
+
+       * pcvs-util.el (cvs-strings->string, cvs-string->strings):
+       Rename and move to...
+
+       * subr.el (strings->string, string->strings): ...here.
+
+       * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
+       (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
+
+       * progmodes/gud.el (gud-common-init): Call string->strings instead
+       of split-string.
+
+2007-07-07  Eli Zaretskii  <eliz@gnu.org>
+
+       * term/w32-win.el (menu-bar-open): New function.
+       Bind <f10> to it.
+
+2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * log-view.el (log-view-mode-menu): New menu.
+
+2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-hg.el: New file.
+
+2007-07-06  Andreas Schwab  <schwab@suse.de>
+
+       * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
+       dynamic bindings around the evaluation of the expression.
+       Reported by Jay Belanger <jay.p.belanger@gmail.com>.
+
+2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
+       file names.
+
+2007-07-02  Martin Rudalics  <rudalics@gmx.at>
+
+       * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
+
+       * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
+       event is not a cons cell.  Do not unread drag-mouse-1 events.
+       Select right window in check whether space was stolen from
+       window above.
+
+2007-07-01  Richard Stallman  <rms@gnu.org>
+
+       * files.el (find-file-visit-truename): Fix safe-local-variable value.
+
+2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * generic-x.el (generic-define-mswindows-modes)
+       (generic-define-unix-modes, apache-log-generic-mode)
+       (bat-generic-mode-keymap, java-manifest-generic-mode)
+       (show-tabs-generic-mode): Fix typos in docstrings.
+
+2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
+       replace-regexp-in-string.
+
+2007-06-28  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
+       $(lisp)/subdirs.el.
+
+2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
+
+       * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
+       the speedbar frame if nil; that deletes the current frame or
+       causes an error if it is the only frame.
+       Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
+
+2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
+       directory where the desktop file was found, as the docstring says.
+       (desktop-kill): Use `read-directory-name'.
+
+       * desktop.el (desktop-load-locked-desktop): New option.
+       (desktop-read): Use it.
+       (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
+       Use `when'.
+
+2007-06-24  Davis Herring  <herring@lanl.gov>
+
+       * desktop.el (desktop-save-mode-off): New function.
+       (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
+       (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
+       (desktop-claim-lock, desktop-release-lock): New functions.
+       (desktop-kill): Tell `desktop-save' that this is the last save.
+       Release the lock afterwards.
+       (desktop-buffer-info): New function.
+       (desktop-save): Use it.  Run `desktop-save-hook' where the doc
+       says to.  Detect conflicts, and manage the lock.
+       (desktop-read): Detect conflicts.  Manage the lock.
+
+2007-06-23  Eli Zaretskii  <eliz@gnu.org>
+
+       * ls-lisp.el (insert-directory): If an invalid regexp error is
+       thrown, try using FILE as a literal file name, not a wildcard.
+       Check for FILE as an existing file, not just a directory.
+
+2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ruler-mode.el (ruler-mode): Prevent clobbering the original
+       `header-line-format' when reentering ruler mode.
+
+2007-06-23  Eli Zaretskii  <eliz@gnu.org>
+
+       * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
+       FILE exists as a directory.
+
+2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
+       (vera-font-lock-match-item): Fix doc string.
+       (vera-in-comment-p): Remove unused function.
+       (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
+       use `syntax-ppss'.
+       (vera-forward-syntactic-ws): Fix argument order.
+       (vera-prepare-search): Use `with-syntax-table'.
+       (vera-indent-line): Fix doc string.
+       (vera-electric-tab): Fix doc string.
+       (vera-expand-abbrev): Define alias instead of using `fset'.
+       (vera-comment-uncomment-region): Use `comment-start-skip'.
+
+2007-06-20  Reto Zimmermann  <reto@gnu.org>
+
+       * progmodes/vera-mode.el: New file.
+
+2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ido.el (ido-find-file-in-dir): Don't signal an error for
+       empty directories.
+
+2007-06-18  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
+       When removing lines, also remove the \n.  Correction of patch of
+       2007-04-21.
+
+2007-06-17  Glenn Morris  <rgm@gnu.org>
+
+       * lpr.el (lpr-page-header-switches): Move %s to separate element
+       for correct quoting.  Doc fix.
+
+2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
+
+       * term/xterm.el (terminal-init-xterm): Escape parens in character
+       constants.
+
+2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
+
+       * scroll-lock.el (scroll-lock-mode): Doc fix.
+
+2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * font-lock.el (font-lock-add-keywords): In case font-lock was only
+       half-activated, forcefully activate it completely.
+
+2007-06-11  Richard Stallman  <rms@gnu.org>
+
+       * cus-edit.el (custom-variable-type): Doc fix.
+
+2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
+
+       * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
+
+2007-06-09  Davis Herring  <herring@lanl.gov>
+
+       * desktop.el (desktop-minor-mode-table): Doc fix.
+
+2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * image-mode.el (image-forward-hscroll, image-backward-hscroll)
+       (image-next-line, image-previous-line, image-scroll-up)
+       (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
+       New functions.
+       (image-mode-map): Remap motion commands.
+       (image-mode-text-map): New keymap for viewing images as text.
+       (image-mode): Use image-mode-map.
+       (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
+
+2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
+
+       Sync with Tramp 2.0.56.
+
+       * net/tramp.el:
+       * net/tramp-ftp.el:
+       * net/tramp-smb.el:
+       * net/tramp-util.el:
+       * net/tramp-vc.el:
+       Don't load cl.el, because that pollutes the namespace.  Replace cl
+       macros by their implementations where necessary.  Requested by
+       Richard Stallman <rms@gnu.org>.
+
+       * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
+       doesn't exist.
+       (with-parsed-tramp-file-name): Protect debug spec during compilation.
+       (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
+       (tramp-file-name-p, tramp-file-name-multi-method)
+       (tramp-file-name-method, tramp-file-name-user)
+       (tramp-file-name-host, tramp-file-name-localname): New defuns,
+       replacing defstruct `tramp-file-name'.
+       (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
+       (tramp-dissect-file-name, tramp-dissect-multi-file-name):
+       Apply `vector' instead of `make-tramp-file-name'.
+       (tramp-handle-make-auto-save-file-name):
+       Apply `tramp-temporary-file-directory' for compatibility reasons.
+       (tramp-completion-mode): Use `natnump' instead of `wholenump'
+       because of XEmacs.
+       (tramp-completion-mode): `last-input-event' is nil when XEmacs is
+       started.
+
+2007-06-07  David Kastrup  <dak@gnu.org>
+
+       * dired.el (dired-recursive-deletes, dired-recursive-copies):
+       Change default to `top'.
+
+2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * dired.el (dired-mode-map): Remove spurious separator.
+
 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
 
        * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
        * calendar/timeclock.el: Update version number.
        (timeclock-modeline-display): Mention timeclock-use-display-time
        in explanatory message.
-       (timeclock-log): Suppress warnings when finding the log.  Don't
-       check for a nil project twice.  Run hooks after killing the
+       (timeclock-log): Suppress warnings when finding the log.
+       Don't check for a nil project twice.  Run hooks after killing the
        buffer (if applicable).
        (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
        was geometric).  All uses changed.
        * hilit-chg.el (highlight-changes-rotate-faces): Don't set
        modified flag of buffer.  Use `inhibit-modification-hooks'.
 
-2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
+2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * mail/mail-extr.el (mail-extract-address-components): Recognize
-       non-ASCII characters except for NBSP as words.
+       * mail/mail-extr.el (mail-extract-address-components):
+       Recognize non-ASCII characters except for NBSP as words.
 
 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
 
        * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
        (magic-fallback-mode-alist): Add image-type-auto-detected-p.
 
-       * image.el (image-type-auto-detected-p): Don't scan
-       auto-mode-alist.
+       * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
 
        * longlines.el (longlines-mode): Make longlines-auto-wrap
        buffer-local.  Add hooks unconditionally.
 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
 
        * textmodes/table.el (table--point-entered-cell-function)
-       (table--point-left-cell-function): Bind
-       `inhibit-point-motion-hooks' to t.
+       (table--point-left-cell-function):
+       Bind `inhibit-point-motion-hooks' to t.
 
 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
 
        North American rule.  Replace "daylight savings" with "daylight
        saving" in doc.
 
-       * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
-       * calendar/lunar.el,solar.el: Replace "daylight savings" with
+       * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
+       * calendar/lunar.el, solar.el: Replace "daylight savings" with
        "daylight saving" in text.
 
        * woman.el (woman-change-fonts): Tweak previous change by using
        * term.el (term-handle-scroll, term-delete-lines)
        (term-insert-lines): Fix off by one errors.
 
-2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
+2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * net/tramp.el (tramp-touch): Use UTC to express time.
 
 
        * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
        * calendar/calendar.el (calendar-mode-map):
-       * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
+       * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
        * calendar/appt.el (appt-check, appt-make-list): Refer to
        diary-view-entries, diary-list-entries, diary-show-all-entries
        rather than obsolete aliases.
        (org-table-create-or-convert-from-region): New commands
        (org-table-toggle-vline-visibility): Command removed.
        (org-table-convert-region): Made a command.
-       (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
+       (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
        Replace with the normal org- functions.
        (org-self-insert-command): Don't trigger realign unnecessarily
        when blanking a field that is not full.
        (ibuffer-mode-header-map): New keymaps.
        (ibuffer-update-title-and-summary): Enable mouse face highlighting
        and keybindings for column headers.
-       (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
+       (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
        property.
 
 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
 
        * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
 
-2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
+2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
        uploading files.
@@ -33805,7 +34298,7 @@ See ChangeLog.11 for earlier changes.
 
   GNU Emacs is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
-  the Free Software Foundation; either version 2, or (at your option)
+  the Free Software Foundation; either version 3, or (at your option)
   any later version.
 
   GNU Emacs is distributed in the hope that it will be useful,