Remove leading * from defcustom and defface docs.
[bpt/emacs.git] / lisp / ChangeLog
index d85a043..77bd47f 100644 (file)
@@ -1,5 +1,311 @@
+2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * files.el (locate-file-completion-table): Make it provide boundary
+       information, so partial-completion works better.
+
+2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
+
+       * mail/footnote.el (Footnote-text-under-cursor):
+       Check footnote-text-marker-alist before using it (bug#4324).
+
+2009-09-04  Glenn Morris  <rgm@gnu.org>
+
+       * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
+       * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
+       * play/solitaire.el, play/tetris.el:
+       Remove leading * from defcustom and defface docs.
+
+       * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
+       necessary.
+       (diary-fancy-overriding-map): New variable.
+       (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
+       Use view-mode.
+
+       * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
+       goto-line.
+
+2009-09-03  Glenn Morris  <rgm@gnu.org>
+
+       * arc-mode.el (archive-mode):
+       * dos-fns.el (set-default-process-coding-system):
+       * man.el (Man-getpage-in-background):
+       * menu-bar.el (menu-bar-describe-menu):
+       * server.el (server-process-filter):
+       * startup.el (command-line):
+       * tar-mode.el (tar-header-block-tokenize, tar-extract):
+       * w32-fns.el (set-default-process-coding-system):
+       * x-dnd.el (x-dnd-handle-file-name):
+       * international/mule-cmds.el (mule-menu-keymap)
+       (set-default-coding-systems, language-info-alist, set-language-info)
+       (set-language-environment, standard-display-european-internal)
+       (set-locale-environment):
+       * international/mule-diag.el (mule-diag):
+       * mail/emacsbug.el (report-emacs-bug):
+       * mail/rmail.el (rmail-mode):
+       * mail/sendmail.el (mail-setup):
+       Use default-value rather than default-enable-multibyte-characters.
+
+       * progmodes/f90.el: Move all safe properties into the defcustoms.
+       (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
+
+       * calendar/appt.el (appt-check):
+       * calendar/diary-lib.el (diary-set-header, diary-live-p)
+       (diary-check-diary-file, diary-list-entries)
+       (diary-include-other-diary-files, diary-simple-display)
+       (diary-fancy-display, diary-print-entries)
+       (diary-mark-included-diary-files, diary-make-entry):
+       Don't call substitute-in-file-name on diary-file.
+
+2009-09-03  Eduard Wiebe  <usenet@pusto.de>
+           Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * mail/footnote.el (footnote-prefix): Make it a defcustom.
+       (footnote-mode-map): Move initialization into the declaration.
+       (footnote-minor-mode-map): Define it rather than changing global-map.
+       (footnote-mode): Use define-minor-mode.
+
+2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-handle-file-attributes-with-ls)
+       (tramp-do-file-attributes-with-perl)
+       (tramp-do-file-attributes-with-stat): Rename from
+       `tramp-handle-file-attributes-with-*'.
+       (tramp-handle-file-attributes): Use them.
+       (tramp-do-directory-files-and-attributes-with-perl)
+       (tramp-do-directory-files-and-attributes-with-stat): Rename from
+       `tramp-handle-directory-files-and-attributes-with-*'.
+       (tramp-handle-directory-files-and-attributes): Use them.
+       (tramp-method-out-of-band-p): Additional parameter SIZE.
+       (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
+       (tramp-handle-write-region): Use it.
+       (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
+       (tramp-handle-vc-registered): Check, whether the first run did
+       return files to be tested.
+       (tramp-advice-make-auto-save-file-name): Do not call directly
+       `tramp-handle-make-auto-save-file-name', because this would bypass
+       the locking mechanism.
+
+       * net/tramp-compat.el (top): Autoload used functions from tramp.el.
+       (file-remote-p, process-file, start-file-process, set-file-times)
+       (tramp-compat-file-attributes): Compatibility functions shall not
+       call directly `tramp-handle-*', because this would bypass the
+       locking mechanism.
+       (tramp-compat-number-sequence): New defun.
+
+2009-09-02  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
+       alias for float-time.
+       (time-to-number-of-days): In Emacs, use float-time.
+       * net/newst-backend.el (time-add): Suppress warnings from compat
+       function.
+       * time.el (emacs-uptime, emacs-init-time):
+       * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
+       Use float-time rather than time-to-seconds.
+
+       * minibuffer.el (completion-initials-expand): Fix typo.
+
+       * faces.el (modeline, modeline-inactive, modeline-highlight)
+       (modeline-buffer-id):
+       * info.el (info-menu-5): Mark these face aliases as obsolete.
+
+2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-mi.el (gdb-current-context-command): Move the
+       space ...
+       (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
+       no "--thread" option.
+       (gdb-stopped): Don't print "Switched to thread" message when it is
+       unchanged.
+
+2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el (completion-try-completion)
+       (completion-all-completions): Remove ill-defined (and
+       mistakenly installed and luckily never used nor documented)
+       `completion-styles' property.
+       (completion-initials-expand, completion-initials-all-completions)
+       (completion-initials-try-completion): New functions.
+       (completion-styles-alist): Add doc to each entry.
+       Add new `initials' entry.
+
+2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
+       MI command -var-evaluate-expression.
+       (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
+       and tweak for case of string child.
+       (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
+
+2009-09-01  Glenn Morris  <rgm@gnu.org>
+
+       * add-log.el (change-log-date-face, change-log-name-face)
+       (change-log-email-face, change-log-file-face, change-log-list-face)
+       (change-log-conditionals-face, change-log-function-face)
+       (change-log-acknowledgement-face):
+       * cus-edit.el (custom-invalid-face, custom-rogue-face)
+       (custom-modified-face, custom-set-face, custom-changed-face)
+       (custom-saved-face, custom-button-face, custom-button-pressed-face)
+       (custom-documentation-face, custom-state-face, custom-comment-face)
+       (custom-comment-tag-face, custom-variable-tag-face)
+       (custom-variable-button-face, custom-face-tag-face)
+       (custom-group-tag-face-1, custom-group-tag-face):
+       * diff-mode.el (diff-header-face, diff-file-header-face)
+       (diff-index-face, diff-hunk-header-face, diff-removed-face)
+       (diff-added-face, diff-changed-face, diff-function-face)
+       (diff-context-face, diff-nonexistent-face):
+       * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
+       * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
+       * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
+       (Info-title-4-face):
+       * isearch.el (isearch-lazy-highlight-face):
+       * log-view.el (log-view-file-face, log-view-message-face):
+       * paren.el (show-paren-match-face, show-paren-mismatch-face):
+       * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
+       (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
+       (cvs-msg-face):
+       * smerge-mode.el (smerge-mine-face, smerge-other-face)
+       (smerge-base-face, smerge-markers-face):
+       * wid-edit.el (widget-documentation-face, widget-button-face)
+       (widget-field-face, widget-single-line-field-face)
+       (widget-inactive-face, widget-button-pressed-face):
+       * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
+       (woman-addition-face):
+       * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
+       (eshell-ls-executable-face, eshell-ls-readonly-face)
+       (eshell-ls-unreadable-face, eshell-ls-special-face)
+       (eshell-ls-missing-face, eshell-ls-archive-face)
+       (eshell-ls-backup-face, eshell-ls-product-face)
+       (eshell-ls-clutter-face):
+       * eshell/em-prompt.el (eshell-prompt-face):
+       * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
+       * obsolete/old-whitespace.el (whitespace-highlight-face):
+       * progmodes/antlr-mode.el (antlr-font-lock-default-face)
+       (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
+       (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
+       (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
+       (antlr-font-lock-literal-face):
+       * progmodes/ebrowse.el (ebrowse-tree-mark-face)
+       (ebrowse-root-class-face, ebrowse-file-name-face)
+       (ebrowse-default-face, ebrowse-member-attribute-face)
+       (ebrowse-member-class-face, ebrowse-progress-face):
+       * progmodes/make-mode.el (makefile-space-face):
+       * progmodes/sh-script.el (sh-heredoc-face):
+       * textmodes/flyspell.el (flyspell-incorrect-face)
+       (flyspell-duplicate-face):
+       * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
+       * textmodes/texinfo.el (texinfo-heading-face):
+       Mark face aliases with "-face" suffix as obsolete.
+
+       * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
+       compiler.
+
+       * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
+       (eudc-bob-sound-menu): Use defvar rather than defconst, since
+       easy-menu-define wants to modify these.
+
+       * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
+
+       * net/browse-url.el (browse-url-file-url):
+       * term/internal.el (dos-codepage-setup):
+       Use default-value rather than default-enable-multibyte-characters.
+
+       * progmodes/etags.el (etags-goto-tag-location):
+       * progmodes/flymake.el (flymake-highlight-line)
+       (flymake-goto-file-and-line, flymake-goto-line):
+       * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
+       (gdb-goto-breakpoint):
+       * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
+       * progmodes/python.el (python-find-function)
+       (python-pdbtrack-track-stack-file):
+       * progmodes/verilog-mode.el (verilog-surelint-off):
+       * term/ns-win.el (ns-open-file-select-line):
+       * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
+       Use forward-line rather than goto-line.
+
+       * textmodes/reftex-cite.el (reftex-offer-bib-menu):
+       * textmodes/reftex-index.el (reftex-display-index):
+       * textmodes/reftex-ref.el (reftex-offer-label-menu):
+       * textmodes/reftex-toc.el (reftex-toc):
+       Remove unnecessary bindings of default-major-mode (all are followed by
+       major-mode check and possible mode switch).
+
+2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
+       Handle watchpoints (bug#4282).
+       (def-gdb-thread-buffer-command): Enable thread to be selected by
+       clicking without selecting threads buffer first.
+       (gdb-current-context-command): Use selected frame so that "up",
+       "down" etc work in the GUD buffer.
+       (gdb-update): Find selected frame before rendering stack buffer.
+       (gdb-frame-handler): Set gdb-frame-number for stack buffer.
+
+2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/sym-comp.el (displayed-completions): Remove.
+       (symbol-complete): Use minibuffer-complete.
+
+2009-08-31  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
+
+       * apropos.el (apropos-symbols-internal):
+       Handle (obsolete) face aliases.
+
+       * faces.el (describe-face): Adjust the output format to be more like
+       describe-variable, and to mention (obsolete) face aliases.
+       Adjust the whitespace so that help-setup-xref works.
+
+       * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
+       * calendar/diary-lib.el (diary-button-face):
+       Mark these face aliases as obsolete.
+
+       * calendar/calendar.el (calendar-today): Doc fix.
+
+2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-mi.el (gdb-control-all-threads)
+       (gdb-control-current-thread): Force tool bar update.
+       (gdb-non-stop-handler): New function.
+       (gdb-init-1): Use it to test if non-stop mode is supported.
+       Remove unused gdbmi buffer type.
+
+2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
+
+       * progmodes/grep.el (grep-read-files): Strip trailing <N> from
+       buffer names not visiting a file (e.g. cloned buffers).
+
+2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
+
+       * comint.el (comint-exec-1): Check command is non-null first.
+       Part of gdb-mi.el change (2009-08-28).
+
 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
+
+2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
+
+       * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
+       instead of `dolist' to avoid a recursive require when bootstrapping.
+
+2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
+
+       * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
+
+       * net/imap.el (imap-send-command): Simplify.
+       (imap-wait-for-tag): point-max -> buffer-size.
+
+       * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
+       with constant argument.
+
+       * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
+
        * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
 
        * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):