(syntax-ppss): Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
index 18305a1..57d4b21 100644 (file)
@@ -1,7 +1,333 @@
+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.
+       ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
+       ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
+       ($(lisp)/progmodes/cc-engine.elc)
+       ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
+       ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
+       ($(lisp)/progmodes/cc-subword.elc)
+       ($(lisp)/progmodes/cc-vars.elc): New dependencies.
+
+       * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
+       ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
+       ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
+       ($(lisp)/progmodes/cc-engine.elc)
+       ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
+       ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
+       ($(lisp)/progmodes/cc-subword.elc)
+       ($(lisp)/progmodes/cc-vars.elc): New dependencies.
+
+2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * informat.el (Info-split-threshold): New variable.
+       (Info-split): Use it.
+
+       * textmodes/texinfmt.el (texinfo-format-buffer):
+       Use Info-split-threshold to decide whether to split Info files.
+
+2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
+
+       * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
+       quoting.
+
+       * comint.el (comint-dynamic-complete-as-filename): Quote directory
+       name when reinserting it.
+
+       * isearch.el (isearch-search-fun): Use word-search-forward-lax and
+       word-search-backward-lax for incremental word search.
+
+2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       * generic-x.el (generic-other-modes): Fix typo in docstring.
+       (generic-use-find-file-hook, generic-lines-to-scan)
+       (generic-find-file-regexp, generic-ignore-files-regexp)
+       (generic-define-mswindows-modes, generic-define-unix-modes):
+       Remove `*' from docstring.
+       (generic-mode-find-file-hook): Use `string-match-p'.
+       (apache-log-generic-mode, mailagent-rules-generic-mode)
+       (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
+       (java-manifest-generic-mode, java-properties-generic-mode)
+       (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
+       for consistency with other modes in generic-x.el.
+
 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
 
-       * textmodes/tex-mode.el (latex-handle-escaped-parens): New
-       variable.
+       * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
        (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
        parens specially only if latex-handle-escaped-parens is non-nil.
        (latex-indent-within-escaped-parens): New option.
        * subr.el (with-output-to-string): Make sure that the temporary
        buffer gets killed.
 
-2008-09-23  Markus Sauermann <markus@sauermann-consulting.de>  (tiny change)
+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)
 
 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>