* emacs.c (main): Print and error and exit when no data is read
[bpt/emacs.git] / lisp / ChangeLog
index e3b014e..0c06b01 100644 (file)
@@ -1,3 +1,528 @@
+2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * startup.el (command-line): Do not mention the server name in
+       case the user has not mentioned it, print a more explicit message.
+
+       * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.  Change
+       all callers.
+
+2008-12-18  Sam Steingold  <sds@gnu.org>
+
+       * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
+
+2008-12-18  Juri Linkov  <juri@jurta.org>
+
+       * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
+       `isearch-edit-string-set-word'.
+       (isearch-edit-string-set-word): Remove.
+       (isearch-occur): Imitate the C function `wordify' by replacing
+       non-word character with the \\W+ regexp.
+       (isearch-search-fun): Add `isearch-nonincremental' to the
+       condition of using a non-lax version of `word-search-forward'.
+
+2008-12-17  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-file-insert-file-contents): Set
+       buffer-file-name before decrypting a file.
+
+2008-12-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * server.el (server-start): If unable to start the server,
+       display a warning instead of raising an error.
+
+       * startup.el (server-process): Add defvar.
+       (command-line): If the daemon is unable to start the server,
+       display a message and exit Emacs.
+
+2008-12-15  Sam Steingold  <sds@gnu.org>
+
+       * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
+       mostly for CLISP modules, but could also be useful elsewhere.
+
+2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
+       * icomplete.el (icomplete-prospects-height):
+       * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
+
+2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * international/mule.el (find-auto-coding): Fix typo in docstring.
+
+       * international/mule-cmds.el (select-safe-coding-system):
+       * mail/rmail.el (rmail-require-mime-maybe):
+       Fix arguments of `display-warning'.
+
+       * simple.el (bad-package-check): Fix arguments of `display-warning',
+       using the package name as TYPE.  Use `string-match-p'.
+
+2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
+
+       * proced.el (proced-sort-interactive, proced-sort-pcpu)
+       (proced-sort-pmem, proced-sort-start, proced-sort-time)
+       (proced-sort-user, proced-sort-header): Prefix arg determines
+       sorting order.  Suggested by Dan Nicolaescu.
+       (proced-revert): Doc fix.
+
+2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
+
+       * proced.el (proced-grammar-alist): Allow refiner elements that
+       are cons pairs (function . help-echo) or nil.
+       (proced-refine): Use them.
+       (proced-format-alist): Allow alternatives.
+       (proced-descend): New variable.
+       (proced-sort): New arg descend.
+       (proced-sort-interactive): Repeated calls toggle sort order.
+       (proced-format): Accomodate changes of proced-format-alist.
+       Undefined attributes are displayed as "?".
+       (proced-process-attributes): New optional arg pid-list.
+       Ignore processes with empty attribute list.
+
+2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
+
+       * proced.el (proced-auto-update-interval): Renamed from
+       proced-timer-interval.
+       (proced-auto-update-flag): Renamed from proced-timer-flag.
+       (proced-auto-update-timer): Renamed from proced-timer.
+       (proced-toggle-auto-update): Renamed from
+       proced-toggle-timer-flag.
+       (proced-available): Initialize appropriately.
+
+2008-12-13  Glenn Morris  <rgm@gnu.org>
+
+       * subr.el (declare-function): Doc fix.
+
+       * font-core.el (font-lock-defaults): Doc fix: mention levels;
+       refer to elisp manual.
+
+2008-12-12  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (fit-window-to-buffer): Return non-nil when height
+       was orderly adjusted, nil otherwise.
+
+2008-12-12  Juanma Barranquero  <lekktu@gmail.com>
+           Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * server.el (server-sentinel): Uncomment code to delete connection file.
+       (server-start): Save the connection file in the server property list.
+       Delete it only when we are reasonably convinced that it is not owned by
+       a running server.
+       (server-force-delete): New command to force-delete the connection file,
+       and stop the server if it is running.
+       (server-running-p): Return t also for local TCP servers when we find a
+       process with a matching PID, and :other for undecided cases.
+
+2008-12-11  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (fit-window-to-buffer): Use with-selected-window and
+       condition-case.  Do not delete more windows than necessary in
+       the shrinking (delta < 0) case.  Do not raise an error when the
+       containing frame is too small to show all of buffer.  (Bug#1488)
+       * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
+       min-height arg 1 to make sure that small buffers are shown.
+
+2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
+       (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
+       (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
+       (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
+       (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
+       (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
+       (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
+       (ruby-backward-sexp, ruby-add-log-current-method)
+       (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
+       (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
+       (ruby-deep-indent-paren): Doc fix.
+       (ruby-insert-encoding-magic-comment): Remove * from docstring.
+       (ruby-here-doc-find-end): Reflow docstring.
+
+2008-12-11  Stephen Berman  <Stephen.Berman@rub.de>
+
+       * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
+       dired-shrink-to-fit is non-nil.  (Bug#1488)
+
+2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
+       decoding of long locale info is now done in `w32-get-locale-info'.
+
+2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
+
+       * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
+
+2008-12-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Makefile.in (ELCFILES): Add ruby-mode.elc.
+
+       * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
+       terminal variable assignment.
+
+2008-12-10  Yukihiro Matsumoto  <matz@ruby-lang.org>
+           Nobuyoshi Nakada  <nobu@ruby-lang.org>
+
+       * progmodes/ruby-mode.el: New file.
+
+2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
+
+       * net/tramp.el (top): Don't fail if there is no current message.
+       [Ulrich Mueller sent a patch, which I saw too late.]  (Bug#1514)
+
+2008-12-10  Kenichi Handa  <handa@m17n.org>
+
+       * international/fontset.el (setup-default-fontset): Add an entry
+       for characters in the Unicode SIP area.
+
+2008-12-10  Glenn Morris  <rgm@gnu.org>
+
+       * vc-mcvs.el: Move to obsolete/, with warning comment.
+       * Makefile.in (ELCFILES): Update.
+
+2008-12-10  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-hook.el (epa-file-find-file-hook): Don't mark the current
+       buffer unmodified.  (Bug#1509)
+       * epa-file.el (epa-file-insert-file-contents): Set buffer's
+       modification time if visiting a file and the content is
+       successfully decrypted.
+
+2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * files.el (save-some-buffers): At each map-y-or-n-p iteration,
+       check whether the buffer is still alive.
+
+2008-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
+
+2008-12-09  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (ELCFILES): Update.
+
+2008-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
+       Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
+
+2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * term/xterm.el (terminal-init-xterm): Discard pending input
+       before reading a reply to the terminal attributes query.
+
+2008-12-05  Andreas Schwab  <schwab@suse.de>
+
+       * dired.el (dired-font-lock-keywords): Fix last change.
+
+2008-12-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
+       into (defcustom ... "..." :type ... :group...).
+
+2008-12-05  Juanma Barranquero  <lekktu@gmail.com>
+
+       * international/mule-diag.el (mule-diag): Display the window
+       system version in a less laconic way.
+
+2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
+       if the sorting functions are not loaded.  (Bug#1432)
+
+2008-12-04  Sam Steingold  <sds@gnu.org>
+
+       * progmodes/compile.el (compilation-read-command): Extract from
+       compile.
+       (compile): Use it.
+       (recompile): Accept an optional argument to enable editing the
+       command line.
+
+2008-12-04  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (top): Write a message, when loading Tramp.
+
+       * net/tramp-cache.el (tramp-dump-connection-properties):
+       Polish the check, whether to dump the data.
+
+2008-12-04  Lute Kamstra  <lute@gnu.org>
+
+       * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
+       check if the file "CVS/Entries" exists.
+
+2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * international/mule-diag.el (list-character-sets): Doc fix.
+       (list-character-sets-2): Fix info in header.  Simplify.
+       (print-coding-system): Simplify.
+       (list-input-methods-1): Simplify.
+       (mule-diag): Display current font/fontset for all window systems,
+       not just X.  Simplify.
+
+2008-12-04  Glenn Morris  <rgm@gnu.org>
+
+       * vc-cvs.el (vc-cvs-register-switches): Doc fix.  Add t as option.
+       (vc-cvs-register): Doc fix.
+       * vc-mcvs.el (vc-mcvs-register-switches): Doc fix.  Add t as option.
+       (vc-mcvs-register): Doc fix.
+       * vc-rcs.el (vc-rcs-register-switches): Doc fix.  Add t as option.
+       (vc-rcs-register): Doc fix.
+       * vc-sccs.el (vc-sccs-register-switches): Doc fix.  Add t as option.
+       (vc-sccs-register): Doc fix.
+       * vc-svn.el (vc-svn-register-switches): Doc fix.  Add t as option.
+       (vc-svn-register): Doc fix.
+
+       * files.el (toggle-read-only): Doc fix.
+
+2008-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
+       be used in compact layout and vice-versa.
+
+2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
+
+       * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
+       like most list-* commands.
+
+       * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
+       They already exist in descr-text.el as `describe-char-unicodedata-file'
+       and `describe-char-unicode-data'.
+       (print-list): Simplify.
+       (read-charset): Reflow docstring.
+       (list-coding-systems): Doc fix.
+
+2008-12-03  Glenn Morris  <rgm@gnu.org>
+
+       * vc.el (vc-diff-switches): Doc fix.
+       * vc-bzr.el (vc-bzr-diff-switches): Doc fix.  Add t as option.
+       (vc-bzr-log-switches): Doc fix.
+       * vc-cvs.el (vc-cvs-diff-switches): Doc fix.  Add t as option.
+       * vc-git.el (vc-git-diff-switches): Doc fix.
+       * vc-hg.el (vc-hg-diff-switches): Doc fix.
+       * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
+       * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
+       * vc-rcs.el (vc-rcs-diff-switches): Doc fix.  Add t as option.
+       * vc-sccs.el (vc-sccs-diff-switches): Doc fix.  Add t as option.
+
+       * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
+       other backends.
+       (vc-arch-diff): Apply switches.
+
+       * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
+       than appending.
+
+       * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
+
+2008-12-03  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa--show-key): Use past tense of "expire" if the key
+       has already been expired.  Thanks to Peter BARABAS.
+
+2008-12-03  Lute Kamstra  <lute@gnu.org>
+
+       * align.el:
+       * allout.el:
+       * apropos.el:
+       * arc-mode.el:
+       * autoinsert.el:
+       * avoid.el:
+       * battery.el:
+       * bookmark.el:
+       * buff-menu.el:
+       * calculator.el:
+       * chistory.el:
+       * cmuscheme.el:
+       * comint.el:
+       * compare-w.el:
+       * dabbrev.el:
+       * delim-col.el:
+       * desktop.el:
+       * diff-mode.el:
+       * diff.el:
+       * dired-aux.el:
+       * dired-x.el:
+       * dired.el:
+       * dos-vars.el:
+       * ediff-diff.el:
+       * ediff-help.el:
+       * ediff-init.el:
+       * ediff-merg.el:
+       * ediff-mult.el:
+       * ediff-ptch.el:
+       * ediff-vers.el:
+       * ediff-wind.el:
+       * ediff.el:
+       * emerge.el:
+       * facemenu.el:
+       * faces.el:
+       * ffap.el:
+       * filecache.el:
+       * find-dired.el:
+       * font-core.el:
+       * font-lock.el:
+       * forms.el:
+       * fringe.el:
+       * help-at-pt.el:
+       * hippie-exp.el:
+       * ido.el:
+       * image-file.el:
+       * imenu.el:
+       * indent.el:
+       * info.el:
+       * isearchb.el:
+       * iswitchb.el:
+       * jit-lock.el:
+       * jka-compr.el:
+       * log-edit.el:
+       * lpr.el:
+       * ls-lisp.el:
+       * man.el:
+       * menu-bar.el:
+       * midnight.el:
+       * mouse-sel.el:
+       * mouse.el:
+       * msb.el:
+       * outline.el:
+       * paren.el:
+       * pcmpl-cvs.el:
+       * pcmpl-gnu.el:
+       * pcomplete.el:
+       * pcvs-info.el:
+       * pcvs-parse.el:
+       * printing.el:
+       * ps-mule.el:
+       * ps-print.el:
+       * replace.el:
+       * ruler-mode.el:
+       * saveplace.el:
+       * sb-image.el:
+       * scroll-bar.el:
+       * sha1.el:
+       * shadowfile.el:
+       * shell.el:
+       * sort.el:
+       * speedbar.el:
+       * strokes.el:
+       * tempo.el:
+       * term.el:
+       * terminal.el:
+       * time-stamp.el:
+       * time.el:
+       * tree-widget.el:
+       * type-break.el:
+       * vc-cvs.el:
+       * vc-hg.el:
+       * vc-mcvs.el:
+       * vc-rcs.el:
+       * vc-sccs.el:
+       * vc.el:
+       * view.el:
+       * w32-vars.el:
+       * whitespace.el:
+       * wid-edit.el: Remove leading * from docstrings of defcustoms,
+       deffaces, defconsts and defuns.
+
+2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
+       the prompt was added to the minibuffer.
+
+2008-12-02  Glenn Morris  <rgm@gnu.org>
+
+       * format.el (format-write-file): Rewrite doc yet again.
+
+       * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
+       Doc fix.  (Bug#1368)
+
+       * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
+
+2008-12-02  Aaron S. Hawley  <aaronh@garden.org>
+
+       * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
+       case where point is at the beginning of the buffer.  (Bug#1239)
+
+2008-12-02  Lennart Borgman  <lennart.borgman@gmail.com>
+
+       * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
+       already have the correct indentation.  (Bug#859)
+
+2008-12-02  Kenichi Handa  <handa@m17n.org>
+
+       * international/uni-decomposition.el: Re-generated.
+
+2008-12-01  Andreas Schwab  <schwab@suse.de>
+
+       * dired.el (dired-font-lock-keywords): Avoid fontifying file names
+       ending in a colon as directory header.
+
+2008-12-01  Kenichi Handa  <handa@m17n.org>
+
+       * international/uni-numeric.el: Re-generated.
+
+       * international/charprop.el: Re-generated.
+
+2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
+
+       * international/mule-cmds.el (locale-preferred-coding-systems):
+       Fix alist item.
+
+2008-12-01  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
+       (tramp-set-connection-property, tramp-flush-connection-property)
+       (tramp-dump-connection-properties): Use it.
+
+2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
+
+       * wdired.el (wdired-finish-edit): If displaying a single file,
+       change dired-directory if that file was renamed.
+
+       * emacs-lisp/byte-run.el (macro-declaration-function):
+       Disallow declare specs with lengths of 3 or more.
+
+       * dirtrack.el (dirtrack): Fix error message.
+
+2008-11-30  Glenn Morris  <rgm@gnu.org>
+
+       * vc-svn.el (vc-svn-diff-switches): Doc fix.
+       (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
+
+       * vc-git.el (vc-git-diff):
+       * vc-hg.el (vc-hg-diff):
+       * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
+
+       * eshell/esh-proc.el (eshell-needs-pipe): New variable.
+       (eshell-needs-pipe-p): New function.
+       (eshell-gather-process-output): Set process-connection-type according to
+       eshell-needs-pipe-p.  (Bug#1388)
+
+2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
+
+       * calendar/diary-lib.el (diary-cyclic): Doc fix.
+       (diary-remind-message, diary-number-of-entries)
+       (diary-include-other-diary-files, diary-mark-included-diary-files)
+       (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
+       (diary-font-lock-keywords-1): Reflow docstrings.
+       (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
+       (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
+
+       * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
+       (timer-duration): Use `string-match-p'.
+
+2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
+
+       * complete.el (PC-do-complete-and-exit):
+       Use minibuffer-confirm-exit-commands.
+
+       * minibuffer.el (minibuffer-confirm-exit-commands):
+       Add PC-complete and PC-complete-word to the list.
+
+2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * files.el (break-hardlink-on-save): Fix typo in docstring.
+       Add :version tag.
+
+       * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
+       (reb-mode): Define with `define-derived-mode'.
+
 2008-11-29  Karl Fogel  <kfogel@red-bean.com>
 
        * files.el (break-hardlink-on-save): New variable.
 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
 
        * term/x-win.el (x-gtk-stock-cache): New hash table.
-       (x-gtk-map-stock): Perform caching to prevent excess consing during
+       (x-gtk-map-stock): Perform caching to prevent excess consing
+       during redisplay.
 
 2008-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * international/characters.el: Set category 'C' to characters
        #x20000..#x2AFFF, #x2F800..#x2FFFF.
 
-       * loadup.el: Set inhibit-load-charset-map to t while preloading
-       files.
+       * loadup.el: Set inhibit-load-charset-map to t while preloading files.
 
 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
 
        * tool-bar.el (tool-bar-find-image-cache): Var deleted.
        (tool-bar-find-image): Function deleted.
-       (tool-bar-local-item, tool-bar-local-item-from-menu): Use
-       find-image instead of tool-bar-find-image.
+       (tool-bar-local-item, tool-bar-local-item-from-menu):
+       Use find-image instead of tool-bar-find-image.
        (tool-bar-keymap-cache): New hash table.
        (tool-bar-make-keymap): Use it.
        (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
        * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
        (forward-list, backward-list, down-list, backward-up-list)
        (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
-       (insert-pair, insert-parentheses):  State that the command assumes
+       (insert-pair, insert-parentheses): State that the command assumes
        that point is not in a string or comment.
 
 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
 
 2008-11-24  Ulf Jasper  <ulf@web.de>
 
-       * net/newst-treeview.el (newsticker--treeview-current-feed): Doc
-       string.
-       (newsticker--treeview-item-show): Renamed arg FEED to
-       FEED-NAME-SYMBOL.
-       (newsticker--treeview-tree-update-tag): Removed dead code.
+       * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
+       (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
+       (newsticker--treeview-tree-update-tag): Remove dead code.
        (newsticker-treeview-update): Don't update cache.
        (newsticker-treeview-quit): Don't save cache.
        (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
        (newsticker-stop): Use `newsticker--cache-save'.
        (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
        (newsticker--images-dir): New.
-       (newsticker--image-get, newsticker--image-sentinel): Use
-       `newsticker--images-dir'.
-       (newsticker--cache-save-version1): Backuped version of
+       (newsticker--image-get, newsticker--image-sentinel):
+       Use `newsticker--images-dir'.
+       (newsticker--cache-save-version1): Backup version of
        `newsticker--cache-save'.
        (newsticker--cache-update): Create newsticker-dir if necessary.
        (newsticker--cache-dir): New.
        cache data..
        (newsticker--cache-read, newsticker--cache-do-read): New.
 
-       * net/newst-reader.el (newsticker--image-read): Use
-       `newsticker--images-dir'.
+       * net/newst-reader.el (newsticker--image-read):
+       Use `newsticker--images-dir'.
 
 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
 
-       * files.el (confirm-nonexistent-file-or-buffer): Allow
-       `after-completion' value to request confirm only after TAB.
+       * files.el (confirm-nonexistent-file-or-buffer):
+       Allow `after-completion' value to request confirm only after TAB.
        (confirm-nonexistent-file-or-buffer): New function.
        (read-buffer-to-switch, find-file, find-file-other-window)
        (find-file-other-frame, find-file-read-only)
        (find-file-read-only-other-window)
        (find-file-read-only-other-frame): Use it.
-       (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc
-       fix.
+       (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
        Thanks to Alan Mackenzie for suggesting the new behavior.
 
-       * minibuffer.el (minibuffer-complete-and-exit): Change
-       `confirm-only' value of minibuffer-completion-confirm to
+       * minibuffer.el (minibuffer-complete-and-exit):
+       Change `confirm-only' value of minibuffer-completion-confirm to
        `confirm', and handle a `confirm-after-completion' value.
 
 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
 
 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
 
-       * viper.el: Date change.
+       * emulation/viper.el: Date change.
 
-       * viper-cmd.el (viper-envelop-ESC-key):
+       * emulation/viper-cmd.el (viper-envelop-ESC-key):
        viper-translate-all-ESC-keysequences is now a function.
 
-       * viper-init (viper-translate-all-ESC-keysequences): Make this variable.
+       * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
+       Make this variable.
 
 2008-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * net/xesam.el (xesam-kill-buffer-function): Wrap code by
        `ignore-errors' (the function must succeed always).
 
-2008-08-28  "Edward O'Connor"  <hober0@gmail.com>
+2008-08-28  Edward O'Connor  <hober0@gmail.com>
 
        * json.el (json-read-number): New arg.  Handle explicitly signed
        numbers.
 
        * calendar/calendar.el (increment-calendar-month): Optionally handle
        systems without 12 months per year.
-
        (calendar-date-is-visible-p): Doc fix.  Simplify.
 
        * calendar/holidays.el (holiday-filter-visible-calendar): Return result