]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Restore deleted entry.
[gnu-emacs] / lisp / ChangeLog
index dfe346a843ad48be4db20f9947aabc95c22b5190..33ed2702a04c2fc47803e4f469b05efb810f5c41 100644 (file)
@@ -1,7 +1,548 @@
+2007-10-14  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/etags.el (select-tags-table): Disable undo in the
+       `*Tags Table List*' buffer.
+
+2007-10-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * dired.el (dired-warn-writable): New face.
+       (dired-warn-writable-face): New variable.
+       (dired-font-lock-keywords): Use dired-warn-writable-face, instead
+       of dired-warning-face, for group- and world-writable files.
+
+2007-10-13  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
+       (octave-re-search-forward-kw, octave-re-search-backward-kw):
+       Add doc string, and an explicit COUNT argument.
+       (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
+       `inc' to search functions.
+
+2007-10-13  John W. Eaton  <jwe@octave.org>
+
+       * progmodes/octave-mod.el (octave-looking-at-kw)
+       (octave-re-search-forward-kw, octave-re-search-backward-kw):
+       New functions.
+       (octave-in-defun-p, calculate-octave-indent)
+       (octave-blink-matching-block-open, octave-beginning-of-defun)
+       (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
+       to search for regexps that contain case-sensitive keywords.
+       (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
+       (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
+
+2007-10-13  Richard Stallman  <rms@gnu.org>
+
+       * files.el (directory-abbrev-alist): Doc fix.
+
+2007-10-13  Jari Aalto  <jari.aalto@cante.net>
+
+       * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
+
+2007-10-12  Martin Rudalics  <rudalics@gmx.at>
+
+       * frame.el (set-frame-configuration): Assign name parameter only
+       if it has been set explicitly before.
+
+       * window.el (handle-select-window): Revert part of 2007-10-06
+       change setting the input focus.
+
+2007-10-12  Glenn Morris  <rgm@gnu.org>
+
+       * cus-edit.el (custom-variable-menu, custom-face-menu)
+       (custom-group-menu): Check init-file-user rather than
+       user-init-file, in case cus-edit is loaded by site-run-file.
+
+2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * follow.el (follow-stop-intercept-process-output):
+       Use `follow-call-process-filter' rather than `process-filter'.
+
+2007-10-11  Tom Tromey  <tromey@redhat.com>
+
+       * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
+       frame is visible.
+
+2007-10-10  Richard Stallman  <rms@gnu.org>
+
+       * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
+       in *Backtrace*.
+
+       * faces.el (face-font-selection-order): Doc fix.
+
+       * loadhist.el (unload-feature): Doc fix.
+
+2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * ps-print.el: Fix the usage of :foreground and :background face
+       attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
+       (ps-print-version): New version 6.7.6.
+       (ps-face-attributes, ps-face-attribute-list, ps-face-background):
+       Fix code.
+       (ps-face-foreground-color-p, ps-face-background-color-p)
+       (ps-face-color-p): New inline funs.
+
+2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
+
+       * follow.el: Change all instances of "Follow Mode" to "Follow
+       mode" in docstrings and messages.
+
+2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * faces.el (face-font-selection-order): Doc fix.
+
+       * follow.el (follow-mode-hook, follow-mode): Doc fixes.
+       (follow-mode-off-hook): Mark as obsolete.
+
+2007-10-08  Richard Stallman  <rms@gnu.org>
+
+       * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
+       (edebug-install-custom-print, edebug-reset-print-funcs)
+       (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
+       Functions deleted.
+       (edebug-prin1, edebug-print, edebug-prin1-to-string)
+       (edebug-format, edebug-message): Define directly as aliases.
+
+2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
+
+2007-10-07  Glenn Morris  <rgm@gnu.org>
+
+       * simple.el (bad-packages-alist): Clarify Semantic and CEDET
+       version numbers.
+
+2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-completion-mode): Extend doc-string.
+       (tramp-completion-mode-p): Revert change from 2007-09-24.
+       Checking for `return' etc as last character is not sufficient, for
+       example in dired-mode when entering <g> (revert-buffer) or
+       <s> (dired-sort).
+
+2007-10-06  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (mouse-autoselect-window-cancel): Don't cancel for
+       select-window or select-frame events.
+       (handle-select-window): When autoselecting window set input
+       focus.  Restructure.
+
+       * frame.el (focus-follows-mouse): Moved to frame.c.
+       * cus-start.el (all): Add focus-follows-mouse.
+
+2007-10-05  Chris Moore  <dooglus@gmail.com>
+
+       * server.el (server-kill-new-buffers): Doc fix.
+
+2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
+
+       * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
+       activate font-locking in the *buffer-selection* buffer.
+       (bs-show-sorted): Doc fix.
+
+       * bs.el (bs--get-marked-string, bs--get-modified-string)
+       (bs--get-readonly-string, bs--get-size-string, bs--get-name)
+       (bs--get-mode-name, bs-mode): Fix typos in docstrings.
+       (bs--format-aux): Doc fix.
+
+2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
+
+2007-10-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+
+       * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
+
+2007-10-04  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gud-gud-gdb-command-name): New option.
+       (gud-gdb): New function for old M-x gdb (text command mode).
+       (gud-gdb-command-name, gdb): Move to...
+
+       * progmodes/gdb-ui.el: ...here and adapt doc string.
+       (gud-gdba-command-name, gdba): Delete.
+
+2007-10-03  Juanma Barranquero  <lekktu@gmail.com>
+
+       * bs.el: Don't defvar `font-lock-verbose'.
+       (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
+       (bs--get-file-name): Fix typos in docstrings.
+       (bs--show-header): Use `dolist' instead of `mapcar'.
+       (bs-mode): Set `show-trailing-whitespace' to nil.
+       (bs-buffer-sort-function, bs-mouse-select-other-frame)
+       (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
+       Doc fixes.
+
+2007-10-02  Adam Hupp  <adam@hupp.org>  (tiny change)
+
+       * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
+
+2007-10-02  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gdb): Make graphical mode the default and
+       switch to text command mode if appropriate, i.e., reverse previous
+       arrangement.
+       (gud-gdb-marker-filter): Adapt for above change.
+
+       * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
+       gud-minor-mode and gud-marker-filter.
+       (gdb-fullname-regexp): New variable.
+       (gud-gdba-marker-filter): Use it to switch to text command
+       mode if appropriate.
+
+2007-10-02  Richard Stallman  <rms@gnu.org>
+
+       * frame.el (cursor-in-non-selected-windows): Doc fix.
+
+2007-10-01  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gud-display-line): Find source buffer even when
+       GUD buffer has its own frame.
+
+2007-10-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
+
+2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * term/x-win.el (x-gtk-stock-map): Version is 22.2.
+
+2007-09-29  Martin Rudalics  <rudalics@gmx.at>
+
+       * allout.el (allout-before-change-handler): Replace got-char by
+       goto-char.
+
+2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
+       Used to try and automatically enabled smerge-mode in the presence of
+       conflicts and to call `svn resolved' when the conflicts are gone.
+       (vc-svn-parse-status): Remember the svn-specific status.
+
+       * newcomment.el (comment-choose-indent): New function extracted
+       from comment-indent.  Improve the alignment algorithm.
+       (comment-indent): Use it.
+
+2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
+       (eldoc-message-commands, eldoc-current-idle-delay):
+       Fix typos in docstrings.
+
+       * progmodes/python.el (python-eldoc-function): Doc fix.
+
+2007-09-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * menu-bar.el (menu-bar-search-documentation-menu): Rename from
+       menu-bar-apropos-menu.  All users changed.
+       (menu-bar-help-menu): Change menu symbols to better match the text
+       displayed by the menu.
+
+2007-09-25  Glenn Morris  <rgm@gnu.org>
+
+       * view.el (view-search-no-match-lines): Add a doc string.
+       Rewrite to simplify and work better.
+
+2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-completion-mode-p): Rename from
+       `tramp-completion-mode'.  Revert logic, check `return', `newline'
+       and such alike.  Packages like Icicles tend to use other completion
+       characters but `tab' and `space' only.
+       (top): Require cl.el, when `copy-tree' is not available otherwise.
+
+       * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
+       `ad-get-arg'.
+
+2007-09-24  Ville Skytt\e,Ad\e(B  <scop@xemacs.org>  (tiny change)
+
+       * net/tramp-vc.el (tramp-vc-user-login-name):
+       Use `vc-find-version' instead of `process-file' to check whether we
+       have a new enough vc that doesn't need the defadvice.
+
+2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * files.el (file-name-sans-versions): Use [:alnum:] and also allow
+       #, @, : and ^.
+
+2007-09-23  Glenn Morris  <rgm@gnu.org>
+
+       * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
+
+2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
+
+       * log-view.el (log-view-mode-map): Likewise.
+
+       * diff-mode.el (diff-mode-shared-map): Likewise.
+
+2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+
+       * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
+       add inferior-octave-directory-tracker to the buffer-local value
+       of comint-input-filter-functions.
+
+2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * files.el (file-name-sans-versions): Also allow `A-Z'.
+
+       * vc.el: Mention all supported VC backends.
+
+2007-09-22  Richard Stallman  <rms@gnu.org>
+
+       * wid-edit.el (widget-specify-button): Don't merge mouse-face with
+       neighbouring buttons.
+
+2007-09-22  Andreas Schwab  <schwab@suse.de>
+
+       * files.el (file-name-sans-versions): Also allow `_'.
+
+2007-09-22  Glenn Morris  <rgm@gnu.org>
+
+       * eshell/esh-mode.el (eshell-output-filter-functions):
+       Add eshell-postoutput-scroll-to-bottom.
+
+2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * files.el (file-name-sans-versions): Allow - and a-z in version names.
+
+       * log-view.el (log-view-mode-map, log-view-mode-menu):
+       Bind log-view-annotate-version.
+       (log-view-beginning-of-defun, log-view-end-of-defun)
+       (log-view-annotate-version): New functions.
+       (log-view-mode): Use log-view-beginning-of-defun and
+       log-view-end-of-defun.
+
+2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
+
+2007-09-21  Kevin Ryde  <user42@zip.com.au>
+
+       * international/mule.el (sgml-html-meta-auto-coding-function):
+       Bind `case-fold-search' to t.
+
+2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * wid-edit.el (widget-image-insert): Don't merge mouse-face with
+       neighbouring buttons.
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
+       Recognize gcc's use of "note" for informational messages.
+
+2007-09-20  Glenn Morris  <rgm@gnu.org>
+
+       * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
+       motion functions, rather than hard-coding "\n\n".
+       (tex-validate-region): Check for eobp, to speed up.
+       (tex-next-unmatched-end): Doc fix.
+
+2007-09-19  Glenn Morris  <rgm@gnu.org>
+
+       * textmodes/tex-mode.el (tex-terminate-paragraph):
+       Use backward-paragraph.
+
+2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * textmodes/css-mode.el (css-electric-keys): electrick->electric.
+       (css-mode): Update correspondingly.
+
+2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
+
+       * vc-hooks.el (vc-menu-entry): New var.
+       (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
+       (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
+       (vc-menu-map): Declare and initialize in one step.
+
+       * menu-bar.el (vc-menu-map): Don't setup any more.
+       Instead, just create the proper spot in the menu.
+
+2007-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
+           Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc.el: Document new VC operation `extra-menu'.
+
+       * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
+
+2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
+       Signed-off-by, Acked-by and Merge.
+
+2007-09-17  Glenn Morris  <rgm@gnu.org>
+
+       * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
+       filename from `--file-line-error', if it is available.
+
+2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
+
+       * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
+       TeX `--file-line-error' format.
+
+2007-09-17  Glenn Morris  <rgm@gnu.org>
+
+       * textmodes/tex-mode.el (tex-region): Simplify previous change,
+       handling the case where the region is not in `tex-main-file'.
+       (tex-region-1): Delete.
+       (tex-region-header): New function, doing the header part of the
+       old tex-region-1.
+
+2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * ediff-init.el (ediff-verbose-p): This var is not a constant.
+
+2007-09-16  Drew Adams  <drew.adams@oracle.com>
+
+       * cus-edit (custom-face-edit-activate): Doc fix.
+
+2007-09-16  Glenn Morris  <rgm@gnu.org>
+
+       * textmodes/tex-mode.el (tex-region): Handle the case where the
+       region is not in `tex-main-file'.  Move the old code that applies
+       to both cases...
+       (tex-region-1): ...to this new function.
+
+2007-09-15  Martin Rudalics  <rudalics@gmx.at>
+
+       * simple.el (blink-matching-open): Don't display message when no
+       paren is found within blink-matching-paren-distance characters.
+       Don't search prompt in blink-matching-paren-distance nil case.
+
+2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
+
+2007-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc-mtn.el: New file.
+
+       * vc-hooks.el (vc-handled-backends): Add Mtn.
+
+2007-09-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * files.el (find-file, find-file-other-window)
+       (find-file-other-frame, find-file-existing, find-file-read-only)
+       (find-file-read-only-other-window)
+       (find-file-read-only-other-frame)
+       (find-alternate-file-other-window, find-alternate-file): Doc fixes.
+
+2007-09-13  Jari Aalto  <jari.aalto@cante.net>
+
+       * man.el (Man-default-man-entry): At end of line, continue looking
+       to the next line for possible end of hyphenated command.
+
+2007-09-13  Chris Moore  <dooglus@gmail.com>
+
+       * shell.el (shell-resync-dirs): Don't move the cursor relative to
+       the command being edited.
+
+2007-09-13  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gdb-ready): New variable.
+       (gdb): Set it to nil.  Set gud-running to nil here...
+       (gud-common-init): ...instead of here.
+
+       * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
+       Use gdb-ready.  Discard input until GDB is ready to accept it.
+
+2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
+       C-M-S- keys.
+
+2007-09-12  Martin Rudalics  <rudalics@gmx.at>
+
+       * dired.el (dired-warning): Inherit from font-lock-warning-face to
+       make it show up with eight colors.
+
+2007-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
+       diffs are concatenated with no intervening line.
+
+2007-09-10  Dave Love  <fx@gnu.org>
+
+       * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
+       (python-font-lock-keywords): Update to the 2.5 version of the language.
+       (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
+       (python-backspace): Only behave funny in code.
+       (python-compilation-regexp-alist): Add PDB stack trace regexp.
+       (inferior-python-mode): Add PDB prompt regexp.
+       (python-fill-paragraph): Refine the fenced-string regexp.
+       (python-find-imports): Handle imports spanning several lines.
+       (python-mode): Add `class' to hideshow support.
+
+2007-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
+       add-log-buffer-file-name-function rather than bind buffer-file-name,
+       so we dont end up calling change-log-mode in *cvs* when `fi' is the
+       ChangeLog file itself.
+
+       * outline.el (outline-flag-region): Use front-advance.
+
+2007-09-07  Ilya Zakharevich  <ilyaz@cpan.org>
+
+       * progmodes/cperl-mode.el: Merge upstream 5.23.
+       (cperl-where-am-i): Remove function.
+       (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
+       (cperl-sniff-for-indent): De-invert [string] and [comment].
+       When looking for label, skip s:m:y:tr.
+       (cperl-indent-line): Likewise.
+       (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
+       (cperl-windowed-init): Wrong `ps-print' handling.
+       Both thanks to Chong Yidong.
+       (cperl-look-at-leading-count): Could fail with unfinished RExen.
+       (cperl-find-pods-heres): If the second part of s()[] is missing,
+       don't try to highlight delimiters...
+
+2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/compile.el (compilation-get-file-structure): Complete last
+       change by also using spec-directory in the puthash.
+
+2007-09-07  Riccardo Murri  <riccardo.murri@gmail.com>
+
+       * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
+       (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
+       (vc-bzr-status): Fix shadowing of variable 'status'.
+       (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
+       Use `expand-file-name' instead of `concat'.
+       (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
+       Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
+
+2007-09-05  Jason Rumney  <jasonr@gnu.org>
+
+       * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
+
+2007-09-02  Richard Stallman  <rms@gnu.org>
+
+       * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
+       Add `safe-local-variable' property.
+       (lisp-body-indent): Likewise.
+
+2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
+       prev/next-node.
+
+       * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
+       (x-gtk-map-stock): New function.
+
+2007-09-02  Glenn Morris  <rgm@gnu.org>
+
+       * comint.el (comint-mode): Don't set scroll-conservatively.
+
+       * eshell/em-unix.el (eshell/time): Stringify and flatten the
+       non-command arguments.
+
 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
 
        * emacs-lisp/bytecomp.el (byte-recompile-directory):
        Fix bug: Don't expand top-level file name more than once.
+       Reported by Dmitry Antipov <dmantipov@yandex.ru>.
 
 2007-09-01  Richard Stallman  <rms@gnu.org>
 
 
 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
 
-       * files.el (backup-buffer-copy): Try to overwrite old backup
-       first.
+       * files.el (backup-buffer-copy): Try to overwrite old backup first.
 
 2007-08-29  Martin Rudalics  <rudalics@gmx.at>
 
 
 2007-08-28  Glenn Morris  <rgm@gnu.org>
 
-       * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false,
-       null.
+       * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
 
 2007-08-27  Alexandre Julliard  <julliard@winehq.org>
 
-        * vc-git.el (vc-git-state): Call git-add --refresh to update the
+       * vc-git.el (vc-git-state): Call git-add --refresh to update the
        state of the file.
-        (vc-git-workfile-unchanged-p): Delegate implementation to
-       vc-git-state.
-       (vc-git-create-repo): Fixed invalid command.
+       (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
+       (vc-git-create-repo): Fix invalid command.
 
 2007-08-27  Richard Stallman  <rms@gnu.org>
 
        * help.el (resize-temp-buffer-window): Use window-full-width-p
        instead of comparing frame-width and window-width.
 
-2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com> (tiny change)
+2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com>  (tiny change)
 
        * term.el: Honor term-default-fg-color and term-default-bg-color
        settings when modifying term-current-face.