]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index 958223c2855830de8c7afdae9912067242cca5be..02b3cef22bf9ccf6c03ba9e213fc73050e6a4156 100644 (file)
@@ -1,3 +1,537 @@
+2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
+       gdb-cpp-define-alist-program if file is nil (currently only
+       " *partial-output-...").
+
+2008-01-27  Richard Stallman  <rms@gnu.org>
+
+       * allout.el: Many doc fixes.
+       (allout-encrypt-string): Fix error message.
+
+2008-01-26  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-vars.el (c-hanging-braces-alist): new element for
+       arglist-cont-nonempty.
+
+       * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
+       for a brace with syntax arglist-cont-nonempty.
+       
+       * progmodes/cc-styles.el (c-style-alist): Add elements for
+       arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
+       awk).
+
+2008-01-26  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-defs.el (c-save-buffer-state): Bind
+       buffer-file-name and buffer-file-truename to nil, to prevent
+       primitives generating "buffer is read only" messages.
+
+2008-01-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * progmodes/etags.el (tags-query-replace): Doc fix.
+
+2008-01-26  Phil Sung <psung@mit.edu> (tiny change)
+
+       * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
+       that the filename end is found even when the filename is empty.
+       Fixes error and spurious newlines when marking files for deletion.
+
+2008-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * blank-mode.el: New version 9.1.  Handle "long" line tail
+       visualization.  Doc fix.
+       (blank-line-length): Renamed to blank-line-column.
+       (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
+       Initialization fix.
+       (blank-replace-spaces-by-tabs): New fun.
+       (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
+
+2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       * allout.el (allout-unload-function): New function.
+
+2008-01-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * blank-mode.el: New version 9.0.  New commands to clean up some blank
+       problems like trailing blanks.  New faces and regexp for visualizing
+       the blank problems.  Doc fix.
+       (blank-chars, blank-global-modes, blank-chars-value-list)
+       (blank-toggle-option-alist, blank-help-text): Initialization fix.
+       (blank-indentation, blank-empty, blank-space-after-tab): New faces.
+       (blank-indentation, blank-empty, blank-space-after-tab)
+       (blank-indentation-regexp, blank-empty-at-bob-regexp)
+       (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
+       (blank-cleanup, blank-cleanup-region): New commands.
+       (blank-color-on): Code fix.
+
+2008-01-25  Sven Joachim  <svenjoac@gmx.de>
+
+       * view.el (kill-buffer-if-not-modified): Don't pass t to
+       buffer-modified-p.
+
+2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       * allout.el (allout-prefix-data): Doc fix.
+       (allout-show-current-subtree): Reflow docstring.
+       (allout-use-mode-specific-leader, allout-use-hanging-indents)
+       (produce-allout-mode-map, allout-overlay-interior-modification-handler)
+       (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
+       (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
+       (allout-copy-topic-as-kill, allout-listify-exposed)
+       (allout-process-exposed, allout-encrypted-key-info)
+       (allout-update-passphrase-mnemonic-aids)
+       (allout-next-topic-pending-encryption)
+       (allout-tests-globally-true): Fix typos in docstrings.
+
+2008-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc.el (vc-version-diff): Make sure we shrink the right window.
+
+2008-01-23  Jason Rumney  <jasonr@gnu.org>
+
+       * lpr.el (printer-name): Do not set on MS Windows.
+
+2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * blank-mode.el: Fix a problem of cleaning blank faces when turning off
+       blank-mode in some buffers (like *info* buffers).  Reported by Juanma
+       Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
+       blank-mode faces.  Doc fix.  New version 8.1.
+       (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
+       CONDITION BODY).
+       (blank-space-face): Face/option name replaced by blank-space.
+       (blank-hspace-face): Face/option name replaced by blank-hspace.
+       (blank-tab-face): Face/option name replaced by blank-tab.
+       (blank-newline-face): Face/option name replaced by blank-newline.
+       (blank-trailing-face): Face/option name replaced by blank-trailing.
+       (blank-line-face): Face/option name replaced by blank-line.
+       (blank-space-before-tab-face): Face/option name replaced by
+       blank-space-before-tab.
+       (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
+
+2008-01-20  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
+       prevent infloops.
+
+2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
+
+       * progmodes/python.el (python-imports): Default to "None".
+
+2008-01-19  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * progmodes/sh-script.el (sh-basic-offset):
+       * progmodes/cc-vars.el (c-syntactic-indentation)
+       (c-syntactic-indentation-in-macros): Mark as safe.
+
+2008-01-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
+       (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
+       (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
+       (global-blank-mode): Doc fixes.
+       (blank, blank-space-face, blank-hspace-face, blank-tab-face)
+       (blank-newline-face, blank-trailing-face, blank-line-face)
+       (blank-space-before-tab-face, blank-display-mappings)
+       (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
+       (global-blank-toggle-options, blank-help-text, blank-interactive-char)
+       (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
+       Fix typos in docstrings.
+
+2008-01-18  Richard Stallman  <rms@gnu.org>
+
+       * icomplete.el (icomplete-get-keys):
+       Look up KEYS using all maps in proper buffer.
+
+2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+           Miles Bader  <miles@gnu.org>
+
+       * blank-mode.el: New file.  Minor mode to visualise TAB,
+       (HARD) SPACE, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original
+       code for handling display table (via visws.el package), his code was
+       modified, but the main idea was kept.
+
+2008-01-16  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
+       an eval-and-compile, so as to permit byte-compiling (e.g. in
+       bootstrap).
+
+2008-01-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * frame.el (display-mm-height, display-mm-width):
+       * whitespace.el (whitespace-check-leading-whitespace)
+       (whitespace-check-trailing-whitespace)
+       (whitespace-check-spacetab-whitespace)
+       (whitespace-check-indent-whitespace)
+       (whitespace-check-ateol-whitespace):
+       * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
+
+2008-01-16  Glenn Morris  <rgm@gnu.org>
+
+       * comint.el (comint-regexp-arg): Fix no-input case.
+
+2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
+
+       * calendar/icalendar.el (icalendar-export-file)
+       (icalendar-import-file): Restore significant trailing whitespace
+       in `interactive' prompts.
+
+2008-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
+       after-save-hook so that it is not called multiple times.
+
+       * vc-svn.el (vc-svn-resolve-when-done): Likewise.
+
+2008-01-15  Glenn Morris  <rgm@gnu.org>
+
+       * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
+
+2008-01-14  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-vars.el (c-constant-symbol): New function which
+       supersedes c-const-symbol.  During a customize-.. call it enables
+       an element of (e.g.) c-hanging-braces alist to have its name
+       displayed, even when the default value of c-h-b etc. doesn't
+       include the elemnt.  Replace uses of the old function by the new.
+
+       * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
+       obscure non-working fragment ":value c-".
+
+       * progmodes/cc-engine.el (c-guess-basic-syntax): prevent a macro
+       call inside a struct being recognised as a K&R argument.
+
+2008-01-14  Jason Rumney  <jasonr@gnu.org>
+
+       * image.el (image-type): Use image-type-from-file-name (from trunk
+       2007-05-21  Chong Yidong  <cyd@stupidchicken.com>).
+
+2008-01-12  Glenn Morris  <rgm@gnu.org>
+
+       * woman.el (woman-parse-numeric-arg): Change handling of `==':
+       can be interned without a function definition.
+
+2008-01-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * view.el (view-file-other-window, view-file-other-frame): Don't
+       kill the buffer if it is modified.  Doc fixes.
+       (kill-buffer-if-not-modified): New function.
+       (view-file): Don't kill the buffer if it is modified.
+
+       * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete
+       function.
+       (ebrowse-view/find-file-and-search-pattern): Call
+       view-file-other-window instead of ebrowse-view-file-other-window.
+       (ebrowse-view-file-other-frame): Don't call
+       current-window-configuration.  Fix second argument in the call to
+       view-mode-enter.  Doc fix.
+
+2008-01-11  Richard Stallman  <rms@gnu.org>
+
+       * subr.el (atomic-change-group): Prevent undo list truncation.
+
+2008-01-11  Martin Rudalics  <rudalics@gmx.at>
+
+       * cus-start.el (all): Add missing version entries.
+
+2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * files.el (safe-local-eval-forms): Mark
+       (add-hook 'write-file-hooks 'time-stamp) as safe.
+
+2008-01-10  Nick Roberts  <nickrob@snap.net.nz>
+
+       * comint.el (comint-insert-input): Set point first.
+
+       * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
+       session doesn't hang because gdb-pending-triggers is non-nil.
+       (gdb-frame-handler): Use buffer-file-name instead of
+       buffer-name in case of duplicate file names.
+
+2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
+       C-M-e and C-M-h for emacs, they work by default.
+       (verilog-emacs-features): Remove.
+       (verilog-setup-dual-comments, verilog-populate-syntax-table):
+       Remove.  Move syntax table initialization ...
+       (verilog-mode-syntax-table): ... here.
+       (verilog-mode): Don't initialize the syntax table here.
+       (verilog-mark-defun): Only do something useful for XEmacs, emacs
+       does not need it.
+
+2008-01-10  Glenn Morris  <rgm@gnu.org>
+
+       * shell.el (shell-dirtrack-verbose, shell-mode)
+       (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
+       (dirtrack-toggle, dirtrack-mode): No longer alias to
+       shell-dirtrack-mode.
+
+2008-01-10  Kenichi Handa  <handa@ni.aist.go.jp>
+
+       * international/mule-cmds.el (select-safe-coding-system):
+       When a buffer is modified, cancel the writing.
+
+2008-01-09  Wilson Snyder  <wsnyder@wsnyder.org>
+
+       * progmodes/verilog-mode.el (verilog-booleanp): New function for
+       backward compatibility.  Replace all uses of booleanp with
+       verilog-booleanp.
+
+2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-hg.el (vc-hg-diff): Don't pass an empty string.
+
+2008-01-09  Wilson Snyder  <wsnyder@wsnyder.org>
+
+       * progmodes/verilog-mode.el (top-level): Fix spacing.
+       (verilog-mode-version, verilog-mode-release-date): Update version
+       number.
+       (verilog-mode-release-emacs): New variable.
+       (compile-command, reporter-prompt-for-summary-p): Define for byte
+       compiler.
+       (verilog-startup-message-lines)
+       (verilog-startup-message-displayed)
+       (verilog-display-startup-message): Remove.
+       (verilog-highlight-p1800-keywords): Improve docstring.
+       (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
+       (vector-skip-list): Only defvar at compile time.
+       (verilog-highlight-translate-off, verilog-indent-level)
+       (verilog-indent-level-module, verilog-indent-level-declaration)
+       (verilog-indent-declaration-macros, verilog-indent-lists)
+       (verilog-indent-level-behavioral)
+       (verilog-indent-level-directive, verilog-cexp-indent)
+       (verilog-case-indent, verilog-auto-newline)
+       (verilog-auto-indent-on-newline, verilog-tab-always-indent)
+       (verilog-tab-to-comment, verilog-indent-begin-after-if)
+       (verilog-align-ifelse, verilog-minimum-comment-distance)
+       (verilog-auto-lineup, verilog-highlight-p1800-keywords)
+       (verilog-auto-endcomments, verilog-auto-read-includes)
+       (verilog-auto-star-expand, verilog-auto-star-save)
+       (verilog-library-flags, verilog-library-directories)
+       (verilog-library-files, verilog-library-extensions)
+       (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
+       (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
+       (verilog-assignment-delay, verilog-auto-inst-vector)
+       (verilog-auto-inst-template-numbers)
+       (verilog-auto-input-ignore-regexp)
+       (verilog-auto-inout-ignore-regexp)
+       (verilog-auto-output-ignore-regexp)
+       (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp): Add
+       safe-local-variable properties.
+       (verilog-statement-menu, verilog-company)
+       (verilog-re-search-forward, verilog-re-search-backward)
+       (verilog-error-regexp-add, verilog-end-block-re)
+       (verilog-emacs-features, verilog-populate-syntax-table)
+       (verilog-setup-dual-comments, verilog-type-font-keywords)
+       (verilog-inside-comment-p, electric-verilog-backward-sexp)
+       (verilog-backward-sexp, verilog-forward-sexp)
+       (verilog-font-lock-init, verilog-mode)
+       (electric-verilog-terminate-line, electric-verilog-semi)
+       (electric-verilog-tab, verilog-insert-1, )
+       (verilog-insert-indices, verilog-generate-numbers)
+       (verilog-comment-region, verilog-label-be)
+       (verilog-beg-of-statement, verilog-in-case-region-p)
+       (verilog-in-struct-region-p, verilog-in-generate-region-p)
+       (verilog-in-fork-region-p, verilog-backward-case-item)
+       (verilog-set-auto-endcomments, verilog-get-expr)
+       (verilog-expand-vector-internal, verilog-surelint-off)
+       (verilog-batch-execute-func, verilog-calculate-indent)
+       (verilog-calc-1, verilog-calculate-indent-directive)
+       (verilog-leap-to-head, verilog-continued-line)
+       (verilog-backward-token, verilog-backward-syntactic-ws)
+       (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
+       (verilog-forward-ws&directives, verilog-at-constraint-p)
+       (verilog-skip-backward-comments, verilog-indent-line-relative)
+       (verilog-do-indent, verilog-indent-comment)
+       (verilog-more-comment, verilog-pretty-declarations)
+       (verilog-pretty-expr, verilog-just-one-space)
+       (verilog-indent-declaration, verilog-get-completion-decl)
+       (verilog-goto-defun, verilog-showscopes, verilog-header)
+       (verilog-signals-combine-bus, verilog-read-decls)
+       (verilog-read-always-signals-recurse, verilog-read-instants)
+       (verilog-read-auto-template, verilog-set-define)
+       (verilog-read-defines, verilog-read-signals, verilog-getopt)
+       (verilog-is-number, verilog-expand-dirnames)
+       (verilog-modi-lookup, verilog-modi-cache-results)
+       (verilog-insert-one-definition, verilog-make-width-expression)
+       (verilog-delete-autos-lined, verilog-auto-save-check)
+       (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
+       (verilog-auto-inst-param, verilog-auto-reg)
+       (verilog-auto-reg-input, verilog-auto-wire, )
+       (verilog-auto-output, verilog-auto-output-every)
+       (verilog-auto-input, verilog-auto-inout)
+       (verilog-auto-inout-module, verilog-auto-sense)
+       (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
+       (verilog-auto-ascii-enum, verilog-auto)
+       (verilog-sk-define-signal, verilog-mode-mouse-map)
+       (verilog-load-file-at-mouse, verilog-load-file-at-point)
+       (verilog-library-files): Cleanup spacing of )'s they should not be
+       on unique lines.  Fix checkdoc warnings.
+
+2008-01-09  Glenn Morris  <rgm@gnu.org>
+
+       * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
+       entry, for Windows.
+
+2008-01-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * ps-print.el: Some face attributes (like :strike-through) was not
+       being recognised.  Reported by Leo <sdl.web@gmail.com>.
+       (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
+       (ps-screen-to-bit-face): Fix code.
+
+2008-01-08  Kevin Ryde  <user42@zip.com.au>
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
+       For perl, allow "during global destruction" at end.
+
+2008-01-08  Glenn Morris  <rgm@gnu.org>
+
+       * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
+       unified format.
+
+       * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
+
+2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
+       quotes in case of spaces, e.g. STL containers (not pretty).
+
+2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
+
+2008-01-07  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gud-gdb-command-name): Explain
+       "--annotate=3" option is necessary for the Graphical Interface.
+
+2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-hg.el (vc-hg-dir-state): Pass the dir argument to
+       vc-hg-command.
+
+2008-01-07  Glenn Morris  <rgm@gnu.org>
+
+       * calc/calc-help.el (calc-full-help): Use emacs-copyright.
+
+2008-01-06  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
+       on menu bar.
+
+2008-01-06  Michael Albinus  <michael.albinus@gmx.de>
+
+       * ffap.el (ffap-read-file-or-url): Let-bind
+       `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
+
+2008-01-05  Sven Joachim  <svenjoac@gmx.de>
+
+       * vc-bzr.el: Fix typo in header.
+
+2008-01-05  Eli Zaretskii  <eliz@gnu.org>
+
+       * Makefile.in (custom-deps, finder-data): Depend on autoloads
+       instead of loaddefs.el.
+
+2008-01-05  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/verilog-mode.el: Replace all instances of
+       string-to-int with string-to-number, insert-string with insert,
+       and read-input with read-string.
+       (top-level): No need to require imenu, reporter, dinotrace, vc,
+       font-lock when compiling.  Always require compile.  Relegate remaining
+       compatibility cruft to XEmacs.  Don't require font-lock.
+       (verilog-version): Remove superfluous concat.
+       (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
+       No need to define.
+       (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
+       (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
+       (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
+       (verilog-startup-message-displayed): These are variables, not constants.
+       (verilog-batch-execute-func, verilog-auto-inst)
+       (verilog-auto-inst-param): Use mapc rather than mapcar.
+       (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
+       actually defining.
+       (verilog-modi-get-decls, verilog-modi-get-sub-decls)
+       (verilog-modi-get-outputs, verilog-modi-get-inouts)
+       (verilog-modi-get-inputs, verilog-modi-get-wires)
+       (verilog-modi-get-regs, verilog-modi-get-assigns)
+       (verilog-modi-get-consts, verilog-modi-get-gparams)
+       (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
+       (verilog-modi-get-sub-inputs): Move inline functions earlier in
+       the file.
+       (sigs-in, sigs-out): Don't declare multiple times.
+       (got-sig, got-rvalue, uses-delayed): Define for compiler with just
+       `defvar'.
+       (verilog-auto): Call dinotrace-unannotate-all only if bound.
+       (verilog-module-inside-filename-p): No need to wrap fboundp test
+       in condition-case.
+       (reporter-submit-bug-report): Autoload it.
+       (verilog-mark-defun): Call zmacs-activate-region only if bound.
+       (verilog-font-customize): Call customize-apropos only if bound.
+       (verilog-getopt-flags, verilog-auto-reeval-locals):
+       Use make-local-variable rather than make-variable-buffer-local.
+       (verilog-company, verilog-project, verilog-modi-cache-list):
+       Move make-variable-buffer-local calls to top-level.
+       (font-lock-defaults-alist): Don't define it.
+       (verilog-need-fld): Remove.
+       (verilog-font-lock-init): Don't set font-lock-defaults-alist.
+       (verilog-mode): Only call make-local-hook on XEmacs.
+       Set font-lock-defaults rather than using verilog-font-lock-init.
+
+       * progmodes/verilog-mode.el (top-level): Don't require compile.
+       (compilation-error-regexp-alist, compilation-last-buffer):
+       Define for compiler.
+       (verilog-insert-1): New function.
+       (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
+       Use verilog-insert-1.
+       (verilog-surelint-off): Use next-error-last-buffer if bound.
+       Check compile buffer is live.
+
+2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
+       gets inserted out-of-order.
+
+2008-01-04  Riccardo Murri  <riccardo.murri@gmail.com>
+
+       * vc-bzr.el: Copyright and version headers update.
+       Remove some outdated comments through the whole file.
+       (vc-bzr-program-args): Remove because unused.
+       (vc-bzr-log-switches): New customization option.
+       (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
+       use `vc-bzr-program-args'.
+       (vc-bzr-register): Fix for working with both 22.1 and CVS version of
+       `vc-find-root' (patch by Andreas Hoenen).
+       (vc-bzr-status): Update regex to match latest Bzr output.
+       Remove redundant test.
+       (vc-bzr-init-version): New function.
+       (vc-bzr-unregister): Must not delete file.
+       (vc-bzr-find-version): New function.
+       (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
+       a non-empty string, otherwise take head revision.
+       (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
+       (vc-bzr-diff): Simpler build of the revision spec string.
+       (vc-annotate-convert-time, vc-bzr-annotate-difference):
+       Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
+       (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
+       (vc-bzr-dired-state-info): Only provide custom strings for
+       overloaded VC state 'edited; otherwise fallback to
+       `vc-default-dired-state-info'.
+
+2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-git.el (vc-git-dir-state):
+       * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
+
+2008-01-04  Richard Stallman  <rms@gnu.org>
+
+       * delsel.el (delete-selection-mode): Doc fix.
+
 2008-01-04  Glenn Morris  <rgm@gnu.org>
 
        * version.el (emacs-copyright): Update to 2008.
@@ -5,8 +539,7 @@
 2008-01-03  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
-       (gud-speedbar-menu-items): Add item for gdb-var-set-format
-       below.
+       (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
 
        * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
        of watch expressions (only works fully with GDB 6.7 or later).
        (whitespace-check-buffer-spacetab)
        (whitespace-check-buffer-ateol):
        * progmodes/sh-script.el (sh-indentation):
-       * textmodes/ispell.el (ispell-local-pdict): Add
-       safe-local-variable properties.
+       * textmodes/ispell.el (ispell-local-pdict):
+       Add safe-local-variable properties.
+
+2007-12-31  Richard Stallman  <rms@gnu.org>
+
+       * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
+       Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
+       `parent'.
+       (custom-group-value-create): Pass two args to custom-add-parent-links.
 
 2007-12-29  Richard Stallman  <rms@gnu.org>
 
 
        * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
 
-       * info.el (Info-clone-buffer): Renamed from Info-clone-buffer-hook.
+       * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
        Use changed.
 
        * startup.el (fancy-splash-help-echo): Var deleted.
        * progmodes/cperl-mode.el (cperl-brace-offset)
        (cperl-continued-brace-offset, cperl-label-offset)
        (cperl-continued-statement-offset)
-       (cperl-extra-newline-before-brace, cperl-merge-trailing-else): Add
-       safe-local-variable properties.
+       (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
+       Add safe-local-variable properties.
 
 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
 
        (verilog-re-search-backward, verilog-re-search-forward-quick)
        (verilog-re-search-backward-quick, verilog-get-beg-of-line)
        (verilog-get-end-of-line, verilog-within-string): Move definitions
-       before first use. No code changes.
+       before first use.  No code changes.
 
 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
 
        (verilog-declaration-prefix-re, verilog-declaration-re)
        (verilog-end-of-statement, verilog-indent-declaration)
        (verilog-get-lineup-indent): Remove trailing whitespace.
-       (verilog-mode): Fix autoload cookie. Set
-       beginning-of-defun-function and end-of-defun-function. Use when
-       instead of if.
+       (verilog-mode): Fix autoload cookie.
+       Set beginning-of-defun-function and end-of-defun-function.
+       Use when instead of if.
        (verilog-emacs-features, verilog-auto-ascii-enum)
        (verilog-insert-indices): Escape braces in doc strings.
 
-2007-12-08  Michael McNamara <mac@verilog.com>
-           Wilson Snyder <wsnyder@wsnyder.org>
+2007-12-08  Michael McNamara  <mac@verilog.com>
+           Wilson Snyder  <wsnyder@wsnyder.org>
 
        * progmodes/verilog-mode.el: New file.
 
 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
 
-       * international/latexenc.el (latexenc-find-file-coding-system): If
-       both coding-system-for-write and buffer-file-coding-system of
+       * international/latexenc.el (latexenc-find-file-coding-system):
+       If both coding-system-for-write and buffer-file-coding-system of
        latex-main-file are nil, use `undecided'.
 
 2007-12-06  Jason Rumney  <jasonr@gnu.org>
 
 2007-09-05  Jason Rumney  <jasonr@gnu.org>
 
-       * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
+       * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
 
 2007-09-02  Richard Stallman  <rms@gnu.org>
 
 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
 
        * textmodes/bibtex.el (bibtex-field-list): Use functionp.
-       (bibtex-make-field): Check that INIT is a string. Use functionp.
+       (bibtex-make-field): Check that INIT is a string.  Use functionp.
 
 2007-04-14  Glenn Morris  <rgm@gnu.org>
 
        * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
        special help topics for keywords.
        (idlwave-help-assistant-command): Include ".exe" for ms-dos
-       etc. Assistant command.
+       etc.  Assistant command.
 
 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
 
        (newsticker--decode-iso8601-date): Bugfix for datestrings without
        days.
        (newsticker--buffer-do-insert-text): Fix.
-       (newsticker--buffer-insert-enclosure): Fix. length might be missing.
+       (newsticker--buffer-insert-enclosure): Fix.  Length might be missing.
        (newsticker--buffer-make-item-completely-visible):
        `switch-to-buffer' not necessary.
 
        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.)
+       (The path shortening, that is, not the rearrangement.)
 
 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        After 5.3, 5.4:
        (cperl-facemenu-add-face-function): Add docs, fix U<>.
        Copyright message updated.
-       (cperl-init-faces): Work around a bug in `font-lock'. May slow
+       (cperl-init-faces): Work around a bug in `font-lock'.  May slow
                        facification down a bit.
                Misprint for my|our|local for old `font-lock'
                        "our" was not fontified same as "my|local".
 
 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
-       * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
+       * progmodes/ebnf2ps.el: Doc fix.  Implement arrow spacing and scaling.
        (ebnf-version): New version 4.3.
        (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
        (ebnf-prologue): Adjust PostScript programming.
@@ -36387,7 +36927,7 @@ See ChangeLog.11 for earlier changes.
 ;; add-log-time-zone-rule: t
 ;; End:
 
-    Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+    Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.