]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
* edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
[gnu-emacs] / lisp / ChangeLog
index 0652a238fdd1fe4e4d420898acda613205fa3526..0c942ad14e6ae99d4c20b0c226abecd9b0fea796 100644 (file)
@@ -1,3 +1,780 @@
+2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
+
+       * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
+       (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
+
+2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
+
+       * filesets.el: Update author email.
+       (filesets-data): Doc fix.
+
+2008-10-23  Jens Petersen  <petersen@redhat.com>
+
+       * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
+
+2008-10-23  Ulrich Mueller  <ulm@kph.uni-mainz.de>
+
+       * international/mule-cmds.el (describe-language-environment):
+       Indent sample text.
+
+2008-10-23  Glenn Morris  <rgm@gnu.org>
+
+       * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
+
+       * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
+       byte-compile a redefinition of a function with special byte-compile
+       handling.  (Bug#411)
+
+2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * ps-print.el: Deal with page sizes for label printes.  Suggested by
+       Friedrich Delgado Friedrichs <friedel@nomaden.org>.
+       (ps-print-version): New version 7.3.3.
+       (ps-page-dimensions-database): New page sizes for label printers.
+       (ps-n-up-printing): Fix code.
+
+2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
+
+       * frame.el (make-frame-command): Doc fix.  Use display-graphic-p.
+
+       * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
+       (list-at-point): Add docstrings.
+
+       * dired.el (dired-get-marked-files, dired-map-over-marks): Doc
+       fixes.
+
+       * dired-aux.el (dired-do-create-files): Doc fix.
+
+2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * version.el (emacs-version): Change '*Step' to 'NS' for consistency
+       with other documentation.
+
+2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
+
+       * replace.el (how-many): Fix typo in docstring.
+       Reported by Leo <sdl.web@gmail.com>.
+
+2008-10-22  Glenn Morris  <rgm@gnu.org>
+
+       * international/mule-cmds.el (universal-coding-system-argument):
+       Check for C-g.  (Bug#1205)
+
+2008-10-22  Kenichi Handa  <handa@m17n.org>
+
+       * international/characters.el: Don't setup
+       find-word-boundary-function-table.
+       (next-word-boundary-han, next-word-boundary-kana): Delete them.
+       (word-combining-categories, word-separating-categories): Adjusted
+       to the change of the docstrings.
+
+2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
+
+       * simple.el (region-active-p): Doc fix.
+
+2008-10-20  Eli Zaretskii  <eliz@gnu.org>
+
+       * subr.el (apply-partially): Move from here...
+
+       * simple.el (apply-partially): ...to here.
+
+2008-10-20  Andreas Schwab  <schwab@suse.de>
+
+       * subr.el (split-string-and-unquote): Simplify regexp.
+
+2008-10-20  Eli Zaretskii  <eliz@gnu.org>
+
+       * subr.el (top-level): Require `cl' when compiling.
+
+2008-10-20  David Reitter <david.reitter@gmail.com>
+
+       * info.el (Info-mode): Do not remove an existing header line if
+       `Info-use-header-line' is nil.
+
+2008-10-19  Juri Linkov  <juri@jurta.org>
+
+       * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
+       Add arg `delimited' as in `query-replace' for the case when
+       isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
+       Add more indicators to the prompt ("word" and "in region").
+
+       * replace.el (query-replace, query-replace-regexp)
+       (replace-string, replace-regexp, perform-replace): Add "word"
+       indicatiors to the prompt for word delimited replacements.
+
+       * replace.el (read-regexp): Rename arg `default' to `default-value'.
+       Doc fix.
+
+2008-10-19  Eli Zaretskii  <eliz@gnu.org>
+
+       * subr.el (apply-partially): Moved here from minibuffer.el.  Doc fix.
+
+       * simple.el (minibuffer-default-add-shell-commands): Doc fix.
+
+2008-10-19  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (enlarge-window-horizontally, shrink-window-horizontally):
+       Make argument names follow Elisp manual.
+
+2008-10-19  Eli Zaretskii  <eliz@gnu.org>
+
+       * textmodes/remember.el (remember-data-file):
+       * shadowfile.el (shadow-initialize)
+       <shadow-info-file, shadow-todo-file>:
+       * savehist.el (savehist-file):
+       * recentf.el (recentf-save-file):
+       * pcvs-defs.el (cvs-cvsrc-file):
+       * international/kkc.el (kkc-init-file-name):
+       * ido.el (ido-save-directory-list-file):
+       * calendar/todo-mode.el (todo-file-do, todo-file-done)
+       (todo-file-top): Run file names that begin with a period thru
+       `convert-standard-filename'.
+
+       * dos-fns.el (dos-reevaluate-defcustoms): New function.  Add it to
+       before-init-hook.
+
+       Fix Bug #1183:
+
+       * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
+       coding-system-for-read to ediff-coding-system-for-write.
+
+       * ediff-util.el (ediff-make-temp-file): Unconditionally bind
+       coding-system-for-write to ediff-coding-system-for-write.
+
+       * ediff-init.el (ediff-coding-system-for-read): Doc fix.
+       (ediff-coding-system-for-write): Set to emacs-internal.
+
+2008-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * international/mule-conf.el (emacs-internal): New coding system alias.
+
+2008-10-18  Juri Linkov  <juri@jurta.org>
+
+       * info.el (Info-file-supports-index-cookies-list): New variable.
+       (Info-file-supports-index-cookies): New function.
+       (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
+       (Info-index-nodes): Let-bind Info-point-loc to nil for files
+       without an index cookie to ignore it when Info-index-nodes is
+       called during navigating from an index node with line numbers.
+       (Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)
+
+       * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
+       variable definition section.
+
+       * info.el (Info-find-node-2): Put initial point below the header line
+       and breadcrumbs line.
+
+2008-10-18  Glenn Morris  <rgm@gnu.org>
+
+       * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
+       the needed external programs were not found.
+
+2008-10-18  Eli Zaretskii  <eliz@gnu.org>
+
+       * files.el (trash-directory): Run thru `convert-standard-filename'.
+       (file-modes-char-to-who, file-modes-char-to-right)
+       (file-modes-rights-to-number, file-modes-symbolic-to-number)
+       (read-file-modes): Doc fixes.
+
+2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
+
+       * abbrev.el (define-abbrev): Doc fix.
+
+2008-10-17  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
+       foo bar [] = { ...".
+
+2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
+
+       * faces.el (face-spec-set-2): Don't pass invalid attributes to
+       set-face-attribute.
+
+2008-10-17  Juanma Barranquero  <lekktu@gmail.com>
+
+       * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
+       according to `locale-coding-system'.  (This fixes trivial bug reported
+       as part of bug#1179).
+       Sort list of valid locale ids (EnumSystemLocales does not guarantee any
+       particular order).  Use `when'.
+
+2008-10-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * w32-fns.el (w32-check-shell-configuration): Doc fix.
+       (w32-add-charset-info): Fix typo in docstring.
+
+2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
+       after discussion.
+
+2008-10-16  Magnus Henoch  <mange@freemail.hu>
+
+       * vc-arch.el (vc-arch-dir-status): New function.
+       (vc-arch-after-dir-status): New function.
+
+2008-10-16  Glenn Morris  <rgm@gnu.org>
+
+       * man.el (Man-getpage-in-background): Force recent `man's to output
+       escape sequences even when stdout is not a tty.  (Bug#1142)
+
+2008-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * international/mule-conf.el: Add `utf8' and `UTF8' as
+       aliases for the `utf-8' coding system.
+
+2008-10-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * find-file.el (ff-get-file): Doc fix.
+       (ff-get-file-name): Use `let', not `let*'.
+       (ff-search-directories): Fix typo in docstring.
+       (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
+       (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
+       (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
+       (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
+       (cc-other-file-alist, modula2-other-file-alist):
+       Remove spurious * in docstrings.
+
+2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
+
+       * faces.el (set-face-attribute): Set family and foundry before
+       other attributes.
+       (face-spec-set-2): Pass unmodified args to set-face-attribute.
+
+2008-10-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * hl-line.el (hl-line-unload-function): New function.
+       (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
+       (hl-line-sticky-flag): Remove spurious * in docstring.
+
+2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
+
+       * vc-git.el (vc-git-show-log-entry): Include the revision in the
+       search string.
+
+2008-10-14  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-process-one-action): Embed regexp in
+       parentheses, before adding end-of-buffer construct.  Suggested by
+       Markus Triska <markus.triska@gmx.at>.
+
+2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
+
+       * net/newst-plainview.el (w3m-toggle-inline-image):
+       Define 'declare-function if necessary, for compatibility.
+
+       * net/newst-treeview.el (w3m-toggle-inline-images):
+       Define 'declare-function if necessary, for compatibility.
+
+2008-10-13  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
+       so that the function works on one-line macros.
+
+       * progmodes/cc-engine.el: Amend several doc strings and comments.
+
+2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
+
+       * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
+       (vc-cvs-stay-local): Add a new choice and default to it.
+       (vc-cvs-dir-status): Use the new vc-stay-local choice.
+
+       * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
+
+2008-10-12  Stephen Leake  <stephen_leake@member.fsf.org>
+
+       * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
+       Add support for extended return statement.
+
+       * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
+       and obj-dir; keep user order.
+
+2008-10-12  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (ELCFILES): Update.
+
+       * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
+       (shell-file-name-quote-list): Declare.
+
+2008-10-12  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
+
+2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * startup.el (command-line): If toolbar is disabled but ought to
+       be initialized, call tool-bar-setup.
+
+       * tool-bar.el (tool-bar-setup): Variable deleted.
+       (tool-bar-setup): Set it up unconditionally.
+
+       * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
+
+       * progmodes/grep.el (grep-mode-tool-bar-map): Check if
+       tool-bar-map has been initialized before setting it up.
+
+       * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
+       tool-bar-map has been initialized before setting it up.
+
+2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/warnings.el (display-warning): Issue a message if
+       called during daemon initialization.
+
+       * tool-bar.el (tool-bar-local-item)
+       (tool-bar-local-item-from-menu): Put the check for number of
+       display colors into the image expression.
+       (tool-bar-setup): Don't be a no-op on ttys.
+
+       * info.el (info-tool-bar-map): Initialize it unconditionally.
+
+       * progmodes/gud.el (gud-tool-bar-map): Initialize it
+       unconditionally.
+
+       * progmodes/grep.el (grep-mode-tool-bar-map): Initialize it
+       unconditionally.
+
+       * progmodes/compile.el (compilation-mode-tool-bar-map): Initialize
+       it unconditionally.
+
+2008-10-11  Romain Francoise  <romain@orebokech.com>
+
+       * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
+       * kmacro.el (kmacro-edit-lossage): Ditto.
+       * edmacro.el (edit-kbd-macro): Ditto.
+
+2008-10-11  Ulf Jasper  <ulf@web.de>
+
+       * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
+       Fixed variable names.
+
+2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * startup.el (command-line): Revert 2008-09-26 change, not
+       necessary anymore.
+
+2008-10-10  Andreas Schwab  <schwab@suse.de>
+
+       * simple.el (minibuffer-complete-shell-command): Bind
+       comint-delimiter-argument-list, comint-file-name-chars and
+       comint-file-name-quote-list like shell-mode.
+
+2008-10-10  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (pop-to-buffer): Fix misplacement of arg norecord in
+       call of select-window.
+
+2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc.el (calc-embedded-word-regexp)
+       (calc-embedded-word-regexp-alist): New variables.
+       (calc-embedded-open-word, calc-embedded-close-word)
+       (calc-embedded-open-close-word-alist): Remove unused variables.
+
+       * calc/calc-embed.el (calc-embedded-make-info): Use
+       `calc-embedded-word-regexp' to find words.
+
+2008-10-10  Martin Rudalics  <rudalics@gmx.at>
+
+       * info.el (Info-extract-menu-counting): New argment no-detail to
+       skip detailed node listings.
+       (Info-forward-node): New argument not-up to inhibit going up.
+       (Info-final-node): Call Info-extract-menu-counting and
+       Info-forward-node with the new arguments set to avoid infinite
+       looping.  (Bug#1116)
+
+2008-10-10  Eli Zaretskii  <eliz@gnu.org>
+
+       * startup.el (command-line): Don't invoke tool-bar-mode if it is
+       not fboundp.
+
+2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * startup.el (command-line): Enable tool-bar-mode as long as it is
+       not suppressed by X resources, regardless of the terminal.
+
+       * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
+       graphical terminals.
+       (tool-bar-setup): No-op if called on a tty.
+
+2008-10-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * frame.el (make-frame-on-tty): Use "F" inside interactive.
+       Support `pc' ``window-system''.
+
+       * progmodes/compile.el (compilation-start): Resurrect the version
+       for systems that don't support asynchronous subprocesses.
+
+2008-10-09  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (pop-up-frames): Add choice graphic-only.
+       (display-buffer): When pop-up-frames equals graphic-only do
+       not pop up new frame on text-only terminals.  (Bug#1061)
+
+2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
+       (vc-cvs-dir-status): Use it.
+
+2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * json.el (json-skip-whitespace): Fix last change.
+
+2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * bs.el (bs-unload-function): New function.
+
+2008-10-08  Sven Joachim  <svenjoac@gmx.de>
+
+       * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
+       * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
+       For clarity, explicitly require cl.
+
+2008-10-08  Michael Olson  <mwolson@gnu.org>
+
+       * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
+       can avoid a bad interaction with programs that add functions to
+       the window-scroll-functions hook.  This fixes Bug #858.
+
+2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * startup.el (command-line): Use display-warning to warn about an
+       init file error.
+       (command-line-1): Remove init file error delay.
+
+2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
+
+       * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
+       Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
+       (rx-group-if): New function.
+       (rx-parent): New variable.
+       (rx-and, rx-or): Put shy groups only when necessary.
+       (rx-bracket): Remove.
+       (rx-anything): New function.
+       (rx-any-delete-from-range, rx-any-condense-range)
+       (rx-check-any-string): New functions.
+       (rx-check-any): Return result as a list.  Don't convert chars to
+       strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
+       Check char category string.  Call rx-form instead of rx-to-string.
+       (rx-any): Rebuid to complete the function.
+       (rx-check-not): Fix char category regexp pattern string.
+       Call rx-form instead of rx-to-string.
+       (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
+       "[^^]".  Call regexp-quote for one char string when not called from
+       rx-not.  Add "\\w", and toggle to upcase.  Add the case of
+       "\\[SCBW]" to toggle.
+       (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
+       instead of rx-to-string.
+       (rx-kleene): Call rx-form instead of rx-to-string.
+       Call rx-group-if to adjust putting of shy groups.
+       (rx-atomic-p): Make check more precisely.
+       (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
+       (rx-regexp): Call rx-group-if.
+       (rx-form): New function.
+       (rx-to-string): Call rx-form, rx-group-if.
+       Refine definition of NO-GROUP.
+
+2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
+
+       * json.el (json-advance): Use forward-char.
+       (json-skip-whitespace): Use skip-syntax-forward.
+
+2008-10-07  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
+       indenting a macro followed by blank lines doesn't backslash the
+       following non-blank line into the macro.
+
+2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * startup.el (before-init-time, after-init-time): Move into emacs.c.
+       (command-line): Set after-init-time to nil before initialization.
+
+2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc-units.el (math-standard-units): Update the values
+       of the units.
+
+2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * bookmark.el (bookmark-unload-function): New function.
+
+2008-10-06  Andreas Schwab  <schwab@suse.de>
+
+       * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
+
+2008-10-06  Martin Rudalics  <rudalics@gmx.at>
+
+       * mail/footnote.el: Remove * in defcustom docstrings and tell
+       for most options that customizing them doesn't affect buffers
+       already displaying footnotes.
+       (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
+       Fix handling of text properties and identical start/end tags.
+       Do not use format when renumbering.
+       (Footnote-set-style): Make it work.
+       (Footnote-insert-numbered-footnote): Simplify.
+       (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
+       (Footnote-goto-footnote): Fix handling of empty section tag.
+       (Footnote-delete-footnote): Fix handling of identical start/end
+       tags, empty section tag, and spaced footnotes.  Do not use
+       kill-region.
+       (footnote-mode): Make most options buffer-local to avoid that
+       customizing messes up handling of footnotes in buffers that
+       already display them.
+
+2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * faces.el (x-create-frame-with-faces): Undo previous change.
+
+       * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
+       existent files.
+
+2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * international/mule-cmds.el (universal-coding-system-argument):
+       Handle digit-argument too.
+
+2008-10-05  Mario Lang  <mlang@delysid.org>
+
+       * xml.el (xml-parse-string): Use skip-chars-forward.
+
+2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
+       existent files.
+       (vc-bzr-dir-status-files): New function.
+
+2008-10-04  Glenn Morris  <rgm@gnu.org>
+
+       * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
+
+       * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
+       (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
+
+       * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
+       (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
+
+2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
+
+       * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
+       Fix typo.  (Bug#1074)
+
+2008-10-04  Martin Rudalics  <rudalics@gmx.at>
+
+       * progmodes/compile.el (compilation-start): Make sure to move to
+       point-max only when we are in the compilation buffer.  (Bug#1073)
+
+2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * faces.el (x-create-frame-with-faces): Only setup the toolbar if
+       tool-bar-mode is on.
+
+       * vc-svn.el (vc-svn-dir-status-files):
+       * vc-cvs.el (vc-cvs-dir-status-files): New function.
+
+2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-hg.el (vc-hg-dir-status-files): New function.
+
+2008-10-03  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window--display-buffer-1): Don't care about
+       visibility since raise-frame does.
+
+2008-10-03  Mario Lang  <mlang@delysid.org>
+
+       * nxml/xmltok.el (xmltok-forward): Simplify.
+
+2008-10-03  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (ELCFILES): Update.
+
+       * frame.el (set-default-font): Make obsolete.
+       * mouse.el (mouse-set-font): Use set-frame-font.
+
+       * jka-cmpr-hook.el (jka-compr-compression-info-list)
+       (jka-compr-mode-alist-additions): Also match `.tbz2'.
+
+       * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
+       * files.el (auto-mode-alist): Add .PRO as per above autoload.
+
+2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
+       (vc-dir-refresh): Set it here instead.  (Bug#1067)
+
+2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
+
+       * faces.el (inhibit-frame-set-background-mode): New var.
+       (frame-set-background-mode): Use it to avoid a loop in
+       face-spec-recalc.
+
+2008-10-02  Glenn Morris  <rgm@gnu.org>
+
+       * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
+       vc-diff-switches.
+
+2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
+       that is, to take some action when a buffer is killed.  Suggested by
+       Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
+       11.2.2.
+       (whitespace-action): Docstring and :type fix.
+       (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
+       Code fix.
+       (whitespace-add-local-hook, whitespace-remove-local-hook)
+       (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
+
+2008-10-01  Magnus Henoch  <mange@freemail.hu>
+
+       * net/tls.el (open-tls-stream): Show the actual command being
+       executed, instead of the format string.
+
+2008-10-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * term/internal.el (dos-locale-alist): New alist.
+       (dos-codepage-setup): Use it to compute a value of locale with
+       which to call set-locale-environment.  Remove code to set
+       terminal, keyboard, and file-name encoding (done by
+       set-locale-environment).
+
+       * international/mule-cmds.el
+       (set-language-environment-nonascii-translation): Fix nonascii
+       value for `pc' ``window-system''.
+       (set-display-table-and-terminal-coding-system)
+       (set-default-coding-systems): Don't special-case `pc'.
+
+2008-10-01  Glenn Morris  <rgm@gnu.org>
+
+       * filesets.el (filesets-menu-name): Fix type.
+       (filesets-menu-path, filesets-menu-before): Fix types.
+       Change defaults to be consistent with recentf.  (Bug#1056)
+
+2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * term/xterm.el (xterm-turn-on-modify-other-keys)
+       (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
+       Don't forget to pass `terminal' to `send-string-to-terminal'.
+
+2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
+
+       * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
+       (vc-file-not-found-hook): Check, that `buffer-file-name' is
+       non-nil.  It is not clear, whether this is only fixing symptoms on
+       an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
+       is embedded by that check.  So it might be TRT.  Suggested by Dan
+       Nicolaescu <dann@ics.uci.edu>.
+
+2008-09-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * Makefile.in (ELCFILES): Remove codepage.elc.
+
+       * international/codepage.el: File removed, as even ms-dos doesn't
+       need it anymore.
+
+       * loadup.el [ms-dos]: Don't load ccl and codepage.
+
+       * term/internal.el: Remove coding: cookie and no-byte-compile flag.
+       (IT-character-translations, cjk-codepages-alist): Remove variables.
+       (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
+       (IT-unicode-translations): Remove charset and base elements.
+       Add translations for Latin-1 characters.
+       (IT-setup-unicode-display): Accept a CODING argument.  Don't use
+       base and chset elements of IT-unicode-translations.  Don't wrap
+       translation in "{...}".  Set up translations only for characters
+       for which unencodable-char-position returns non-nil.
+       (dos-codepage-setup): Don't use special-case codepages in
+       cjk-codepages-alist.
+
+       * files.el (locate-dominating-file): Wrap directory-files with
+       condition-case, instead of calling file-directory-p, which stats
+       the directory one more time.
+
+       * mail/mail-utils.el (mail-unquote-printable-region):
+       Use insert-byte instead of insert-char, when the UNIBYTE arg is
+       non-nil.
+
+2008-09-30  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-file-insert-file-contents): Fix typo.
+
+2008-09-30  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
+
+2008-09-30  Daniel Colascione  <danc@merrillpress.com>
+
+       * progmodes/which-func.el (which-func-imenu-joiner-function): New.
+       (which-function): Handle nested imenu trees.
+
+       * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
+       some nested menu items.
+
+2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc-units.el (math-standard-units): Add entries used to
+       display the the values in the units buffer.
+       (math-build-units-table): Add entries to the units table to be used
+       to display the values in the units buffer.
+       (math-build-units-table-buffer): Use the display entry of the units
+       table when non-nil.
+       (calc-define-unit): Add option to enter display value of unit.
+
+2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
+
+       * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
+
+2008-09-29  Eli Zaretskii  <eliz@gnu.org>
+
+       * files.el (locate-dominating-file): Take file-attributes of
+       `dir', not of `file' (which never changes).
+
+2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
+
+       * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
+       also be `localname'.
+
+       * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
+       IDENTIFICATION.
+
+2008-09-28  Glenn Morris  <rgm@gnu.org>
+
+       * vc.el (vc-switches): Give it a doc string.
+
+2008-09-28  Romain Francoise  <romain@orebokech.com>
+
+       * comint.el (comint-show-output): Adjust to stickiness changes of
+       the output field.
+
+       * startup.el (command-line): Start the daemon server later.
+
+2008-09-28  Martin Rudalics  <rudalics@gmx.at>
+
+       * subr.el (read-quoted-char): Call char-resolve-modifiers
+       instead of char-resolve-modifers.
+
+2008-09-27  Glenn Morris  <rgm@gnu.org>
+
+       * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
+       than [return].  (Bug#1031)
+
+2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
+
+       * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
+
+2008-09-27  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg-wait-for-status): Check if there is no pending status.
+       Reported by Ted Romer <ted@romerfamily.com>.
+
+2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * startup.el (command-line): Turn on menu-bar-mode and
+       tool-bar-mode when running as a daemon.
+
 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
 
        * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
 
 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
 
-       * emacs-lisp/emacslisp-mode.el (calculate-lisp-indent): Fix
+       * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
        indentation problem with keyword symbols when a list starts with
        ,@ or spaces.  (Bug#1012)
 
        frame-specific X resource settings.  Set faces using a list of
        frame parameters explicitly passed to the calling
        function (e.g. make-frame).
-       (x-create-frame-with-faces, tty-create-frame-with-faces): Supply
-       explicit frame parameter list to face-set-after-frame-default.
+       (x-create-frame-with-faces, tty-create-frame-with-faces):
+       Supply explicit frame parameter list to face-set-after-frame-default.
 
 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
 
 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * vc.el (vc-annotate-show-diff-revision-at-line): Change
-       vc-diff-internal arg to match what vc-deduce-fileseset returns now.
+       vc-diff-internal arg to match what vc-deduce-fileset returns now.
 
 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
        * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
        list to a cons so the caller can get back both expanded and
        unexpanded filesets.
-       * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
+       * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
        (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
        Change handling of selection-set returns as required.
 
        Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
        (diary-hebrew-insert-yearly-entry):
        Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
-       (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
+       (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
        Keep old name as alias.
        (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
        (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
 
        * calc/calc-ext.el (calc-extended-command-history): New variable.
-       (calc-exectute-extended-command): Use `calc-extended-command-history'.
+       (calc-execute-extended-command): Use `calc-extended-command-history'.
 
 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>