Remove leading `*' from defcustom doc-strings.
[bpt/emacs.git] / lisp / ChangeLog
index c418612..b8232d9 100644 (file)
@@ -1,3 +1,59 @@
+2007-11-24  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
+       (appt-disp-window): Don't require electric.  Remove
+       minibuffer-avoidance code, since appt-select-lowest-window does that.
+       (appt-select-lowest-window): Avoid minibuffer.
+
+       * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
+       (esh-mode): Require it.
+       (esh-util): Use require rather than featurep and load.
+       (eshell): No need to test if eshell-mode is bound; remove obsolete
+       reference to eshell-auto.
+       (eshell-command, eshell-command-result): Don't require esh-mode
+       now that the file does.
+       (top-level): Move provide statement to the end of the
+       file.  Re-order and update commentary.
+
+2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
+
+       * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
+       (vc-annotate-toggle-annotation-visibility): New command.
+       (vc-annotate-mode-map): Bind "V" to it.
+       (vc-annotate-mode-menu): Add entry for it.
+       (vc-annotate-get-time-set-line-props): New func.
+       (vc-annotate-display-autoscale)
+       (vc-annotate-display-difference): Use it.
+
+2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
+
+       * ido.el (ido-file-name-all-completions-1): Check for fboundp of
+       `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
+       `tramp-completion-mode'.
+
+2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
+
+       * vc-git.el (vc-git-show-log-entry): New func.
+
+       * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
+       (vc-git-state): Use vc-git--call.
+       (vc-git-registered, vc-git-working-revision)
+       (vc-git-previous-revision, vc-git-next-revision)
+       (vc-git--run-command-string, vc-git-symbolic-commit):
+       Use vc-git--out-ok.
+
+2007-11-24  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/byte-run.el (declare-function): Doc fix.
+
+2007-11-24  Kenichi Handa  <handa@m17n.org>
+
+       * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
+
+2007-11-23  David Kastrup  <dak@gnu.org>
+
+       * server.el (server-process-filter): Use `command-line-args-left'
+
 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
 
 2007-09-30  David Kastrup  <dak@gnu.org>
 
-       * server.el (server-process-filter): Use `command-line-args-left'
-
        * startup.el (argv): Alias for `command-line-args-left' to use as
        `(pop argv)' inside of --eval command sequences.  Allows for
        passing shell commands into Emacs verbatim without need for Lisp