Revert arch-tagline change
[bpt/emacs.git] / lisp / ChangeLog
index 9845f5a..f9ec346 100644 (file)
@@ -1,5 +1,242 @@
+2005-06-13  Lute Kamstra  <lute@gnu.org>
+
+       * woman.el (woman-mode-line-format): Delete constant.
+       (woman-mode-map): Initialize it properly.
+       (woman-mode): Set mode-class property to special.  Use
+       delay-mode-hooks and run-mode-hooks.  Use the right keymap.  Set
+       major-mode and mode-name.  Don't set mode-line-format directly.
+       (Man-getpage-in-background): Don't reference
+       woman-mode-line-format.
+
+       * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
+       string argument obsolete.
+
+2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/org.el:  (org-CUA-compatible): New option.
+       (org-disputed-keys): New variable.
+       (org-key): New function.
+       (orgtbl-make-binding): Add docstring to the created function.
+       (org-mode): Set paragraph start/separate regexps.
+       (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
+       (org-archive-location, org-archive-mark-done)
+       (org-archive-stamp-time): New options.
+       (org-archive-subtree): New command.
+       (org-fill-paragraph): New function.
+       (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
+       (org-fake-empty-table-line): Function removed.
+       (org-format-org-table-html): Do not create empty table lines at
+       separator lines.  Improved table header treatment.
+       (org-link-format): New option.
+       (org-make-link): New function.
+       (org-insert-link, org-store-link): Use org-make-link.
+       (org-open-file): Quote file name for shell command, to allow
+       spaces in file names.
+       (org-link-regexp): Fixed bug with mailto link.
+       (org-link-maybe-angles-regexp, org-protected-link-regexp): New
+       constant.
+       (org-export-as-html): Deal with the optional angles around a link.
+       Better treatment of file: links.
+       (org-open-at-point): Replace @{ and @} with < and >.
+       (org-run-mode-hooks): Function removed.
+       (org-agenda-mode): No longer use `org-run-mode-hooks'.
+
+2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
+       MI command -data-list-register-values.
+       (gdb-post-prompt): Indent properly.
+
+2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
+
+       * hilit-chg.el (highlight-changes-colors): Rename from
+       `highlight-changes-colours'.
+       (highlight-changes-colours): Keep as obsolete alias.
+       (highlight-changes-face-list): Doc fix.
+       (hilit-chg-make-list): Use `highlight-changes-colors'.
+
+2005-06-12  Mark A. Hershberger  <mah@everybody.org>
+
+       * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
+       defun-prompt-regexp.
+
+2005-06-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * loadup.el: Don't say we are dumping under 2 names on windows-nt
+       and cygwin.
+
+       * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH): Don't
+       use an old loaddefs.el, as in Makefile.in.
+
+2005-06-12  Lute Kamstra  <lute@gnu.org>
+
+       * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
+
+       * man.el (Man-mode-map): Initialize it properly.
+       (Man-mode): Set mode-class property to special.
+
+       * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
+
+2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
+       A newline is needed in the docstring there.
+
+       * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
+       Doc fixes.
+
+2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * printing.el: Doc fix.  The menubar is no more changed when printing
+       is loaded, it only changes when pr-menu-bind or pr-update-menus is
+       called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
+       (pr-version): New version number (6.8.4).
+       (pr-menu-bind): New command.
+       (pr-update-menus): Docstring and code fix.
+       (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
+       Docstring fix.
+       (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
+       (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
+
+2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * emacs-lisp/ewoc.el: Doc fixes for public funcs:
+       "Returns" to "return", document useful return values, etc.
+
+2005-06-11  Alan Mackenzie  <acm@muc.de>
+
+       * fill.el (fill-context-prefix): Try `adaptive-fill-function'
+       BEFORE `adaptive-fill-regexp' when determining a fill prefix.
+       (adaptive-file-function): Minor amendment to doc-string.
+
+2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
+
+       * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
+       (thumbs-relief, thumbs-margin, thumbs-image-resizing-step): Fix
+       :type--it is `integer', not `string'.
+
+       * faces.el (modeline-highlight): Rename from (the erroneous)
+       `modeline-higilight'.
+
+2005-06-11  Lute Kamstra  <lute@gnu.org>
+
+       * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
+       lisp-interaction-mode-map but make it the parent.
+       (edebug-eval-mode): Use define-derived-mode.
+
+2005-06-11  Andreas Schwab  <schwab@suse.de>
+
+       * bindings.el: Add binding of `ESC functionkey' for every
+       `M-functionkey'.
+       * hexl.el (hexl-mode-map): Likewise.
+
+2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist)
+       [msft]: update regexp for newer msft compilers.
+
+2005-06-10  Mark A. Hershberger  <mah@everybody.org>
+
+       * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
+       ATTLIST portions of included DTDs.
+       (xml-parse-dtd): Eliminate use of inefficient match-data.
+
+2005-06-10  Miles Bader  <miles@gnu.org>
+
+       * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
+       (mpuz-text): Remove "-face" suffix from face names.
+       (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
+       (mpuz-text-face): New backward-compatibility aliases for renamed faces.
+       (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
+
+       * play/gomoku.el (gomoku-O, gomoku-X):
+       Remove "-face" suffix from face names.
+       (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
+       New backward-compatibility aliases for renamed faces.
+       (gomoku-font-lock-keywords): Use renamed gomoku faces.
+
+2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
+
+       * thumbs.el: Fixes for changes of 2005-06-09.
+       (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
+       as a directory.
+       (thumbs-thumbname): Remove directory separator from format string;
+       `thumbs-thumbsdir' now returns a valid directory name.
+       (thumbs-temp-dir): New defsubst.
+       (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
+       Use it.
+
+       * cus-edit.el (minibuffer):
+       * files.el (make-backup-file-name-function):
+       * filesets.el (filesets-external-viewers):
+       * hilit-chg.el (highlight-changes-colours)
+       (highlight-changes-face-list, highlight-changes-rotate-faces):
+       * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
+       * kmacro.el (kmacro-call-macro):
+       * log-edit.el (log-edit-changelog-full-paragraphs):
+       * mouse.el (mouse-1-click-follows-link):
+       * skeleton.el (skeleton-autowrap):
+       * subr.el (insert-for-yank-1):
+       * tempo.el (tempo-insert-region):
+       * terminal.el (terminal-emulator):
+       * time.el (display-time-mail-face):
+       * vc.el (vc-annotate):
+       * vcursor.el (vcursor-copy-line):
+       * woman.el (woman-bold-headings, woman-ignore)
+       (woman-default-faces, woman-monochrome-faces):
+       * calendar/todo-mode.el (todo-insert-threshold):
+       * emulation/pc-select.el (pc-select-selection-keys-only)
+       (pc-selection-mode):
+       * emulation/vip.el (vip-find-char-forward):
+       * emulation/viper-cmd.el (viper-find-char-forward):
+       * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
+       (input-method-exit-on-invalid-key):
+       * international/mule-diag.el (describe-coding-system):
+       * international/ucs-tables.el (unify-8859-on-encoding-mode):
+       * net/browse-url.el (browse-url-xterm-program):
+       * obsolete/lazy-lock.el (lazy-lock-mode):
+       * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
+       (cperl-mode):
+       * progmodes/cpp.el (cpp-face-light-name-list)
+       (cpp-face-dark-name-list):
+       * progmodes/delphi.el (delphi-newline-always-indents):
+       Fix spellings in docstrings.
+
+       * ido.el (ido-mode, ido-file-extensions-order)
+       (ido-default-file-method, ido-default-buffer-method)
+       (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
+       (ido-decorations, ido-read-file-name-as-directory-commands)
+       (ido-read-file-name-non-ido, ido-work-directory-list)
+       (ido-ignore-item-temp-list, ido-current-directory)
+       (ido-magic-forward-char, ido-enter-find-file)
+       (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
+       (ido-find-file, ido-read-buffer): Fix typos in docstrings.
+
+2005-06-10  Lute Kamstra  <lute@gnu.org>
+
+       * play/dunnet.el (dun-mode): Use define-derived-mode.
+       (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
+       obsolete alias.
+
+       * play/doctor.el (doctor-mode-map): Remove defvar.
+       (doctor-mode): Use define-derived-mode.
+
+       * mail/mspools.el (mspools-mode):
+       * net/eudc-hotlist.el (eudc-hotlist-mode):
+       * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
+
 2005-06-10  Miles Bader  <miles@gnu.org>
 
+       * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
+       Remove "-face" suffix from face names.
+       (flyspell-incorrect-face, flyspell-duplicate-face):
+       New backward-compatibility aliases for renamed faces.
+       (flyspell-mode-on, make-flyspell-overlay)
+       (flyspell-highlight-incorrect-region)
+       (flyspell-highlight-duplicate-region)
+       (flyspell-display-next-corrections)
+       (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
+
        * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
        from face name.
        (texinfo-heading-face): New backward-compatibility alias for
@@ -8,7 +245,7 @@
 
        * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
        suffix from face names.
-       (tex-math-face, tex-verbatim-face): 
+       (tex-math-face, tex-verbatim-face):
        New backward-compatibility aliases for renamed faces.
        (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
        (tex-insert-quote): Use `tex-verbatim-face' variable instead of
        (cvs-header-face, cvs-filename-face, cvs-unknown-face)
        (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
        (cvs-msg-face): New backward-compatibility aliases for renamed faces.
-       (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp): 
+       (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
        Use renamed pcvs faces.
        * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
        * pcvs-defs.el (cvs-mode-map): Likewise.
        * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
        (smerge-markers): Remove "-face" suffix from face names.
        (smerge-mine-face, smerge-other-face, smerge-base-face)
-       (smerge-markers-face): 
+       (smerge-markers-face):
        New backward-compatibility aliases for renamed faces.
        (smerge-mine-face, smerge-other-face, smerge-base-face)
        (smerge-markers-face): Use renamed smerge faces.
 
-       * log-view.el (log-view-file, log-view-message): 
+       * log-view.el (log-view-file, log-view-message):
        Remove "-face" suffix from face names.
-       (log-view-file-face, log-view-message-face): 
+       (log-view-file-face, log-view-message-face):
        New backward-compatibility aliases for renamed faces.
        (log-view-file-face, log-view-message-face): Use renamed log-view faces.
 
-       * paren.el (show-paren-match, show-paren-mismatch): 
+       * paren.el (show-paren-match, show-paren-mismatch):
        Remove "-face" suffix from face names.
-       (show-paren-match-face, show-paren-mismatch-face): 
+       (show-paren-match-face, show-paren-mismatch-face):
        New backward-compatibility aliases for renamed faces.
        (show-paren-function): Use renamed show-paren faces.
 
        (ruler-mode-margins, ruler-mode-fringes)
        (ruler-mode-column-number, ruler-mode-fill-column)
        (ruler-mode-comment-column, ruler-mode-goal-column)
-       (ruler-mode-tab-stop, ruler-mode-current-column): 
+       (ruler-mode-tab-stop, ruler-mode-current-column):
        Remove "-face" suffix from face names.
        (ruler-mode-default-face, ruler-mode-pad-face)
        (ruler-mode-margins-face, ruler-mode-fringes-face)
        (ruler-mode-column-number-face, ruler-mode-fill-column-face)
        (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
-       (ruler-mode-tab-stop-face, ruler-mode-current-column-face): 
+       (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
        New backward-compatibility aliases for renamed faces.
        (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
        (ruler-mode-column-number, ruler-mode-fill-column)
 
        * progmodes/compile.el (compilation-warning-face)
        (compilation-info-face): Remove "-face" suffix from face names.
-       (compilation-warning-face, compilation-info-face): 
+       (compilation-warning-face, compilation-info-face):
        New backward-compatibility aliases for renamed faces.
        (compilation-warning-face, compilation-info-face):
        Use renamed compilation faces.
        (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): 
+       (change-log-function-face, change-log-acknowledgement-face):
        New backward-compatibility aliases for renamed faces.
        (change-log-font-lock-keywords): Use renamed change-log faces.
 
        (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): 
+       (custom-group-tag-face):
        New backward-compatibility aliases for renamed faces.
 
        * wid-edit.el (widget-documentation, widget-button)
 
 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
-       * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
-       use clipboard first.
+       * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
+       menu-bar-enable-clipboard and make Paste use clipboard first.
 
 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>