Don't use `extrasub' (loses with autoconf 2.59).
[bpt/emacs.git] / lisp / ChangeLog
index b98e9b0..4e587cf 100644 (file)
@@ -1,5 +1,207 @@
+2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
+
+       * ses.el (ses-set-parameter): Fix typo.
+
+2004-05-04  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el (ido-read-internal): Fix call to read-file-name for edit.
+       Must expand directory for completion to work; and don't mess with
+       process-environment.
+       (ido-read-file-name): If command has ido property, don't use ido
+       if value is ignore, or read as directory if value is dir.
+       Set ido ignore property for dired-do-rename command.
+
+2004-05-04  Juanma Barranquero  <lektu@terra.es>
+
+       * help-fns.el (help-argument-name): New face, inheriting from
+       font-lock-variable-name-face, to highlight function arguments in
+       `describe-function' and `describe-key'.
+       (help-do-arg-highlight): Auxiliary function to highlight a given
+       list of arguments in a string.
+       (help-highlight-arguments): Highlight the function arguments and
+       all uses of them in the docstring.
+       (describe-function-1): Use it. Do docstring output via `insert',
+       not 'princ', so text attributes are preserved.
+
+       * winner.el (winner-mode-map): Move winner-undo and winner-redo to
+       C-c <left> and C-c <right>, respectively (the previous bindings
+       conflict with prev-buffer, next-buffer).
+
+       * ehelp.el (electric-help-command-loop, electric-help-undefined)
+       (electric-help-help): Check against unmapped commands.
+
+2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
+
+       * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
+       (bibtex-entry-update): New command bound to C-c C-u.
+       (bibtex-text-in-string): Fix regexp.
+       (bibtex-assoc-of-regexp): Remove.
+       (bibtex-progress-message): Fix docstring.
+       (bibtex-inside-field): Use if.
+       (bibtex-assoc-regexp): New function.
+       (bibtex-format-entry): Make code more robust so that it formats
+       also old entries.
+       (bibtex-autokey-demangle-title): Merge with obsolete function
+       bibtex-assoc-of-regexp.
+       (bibtex-field-list): New function.
+       (bibtex-entry): Use bibtex-field-list.
+       (bibtex-parse-entry): Fix docstring.
+       (bibtex-print-help-message): Use bibtex-field-list.
+       (bibtex-make-field): Use bibtex-field-list.
+       (bibtex-entry-index): Bugfix. Return crossref key if required.
+       (bibtex-lessp): Fix docstring.
+
+2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * select.el (xselect-convert-to-string): Move comment to intended line.
+
+2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
+       cut/copy/paste in case menu-bar-enable-clipboard is in effect.
+
+2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * term/x-win.el (x-clipboard-yank): Don't exit on error from
+       x-get-selection.
+
+2004-05-03  Jason Rumney  <jasonr@gnu.org>
+
+       * makefile.nt: Remove.
+
+2004-05-03  Kim F. Storm  <storm@cua.dk>
+
+       * emulation/cua-base.el (cua--update-indications): Fix last change.
+       (cua-mode): Deactivate mark when cua-mode is enabled.
+
+2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
+
+2004-05-03  Nick Roberts  <nickrob@gnu.org>
+
+       * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
+       (gdb-display-source-buffer, gdb-put-breakpoint-icon)
+       (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
+       window over visible frames.
+       (gdb-goto-breakpoint): Make buffer display file at breakpoint.
+
+2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/compile.el (compilation-gcpro): New var.
+       (compilation-fake-loc): Use it.
+       (compilation-forget-errors): Reset it.
+
+2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * diff-mode.el (diff-header-face, diff-file-header-face):
+       Use min-colors.
+
+2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
+
+       * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
+       (bibtex-clean-entry): Disentangle code.
+       (bibtex-realign): New function.
+       (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
+       bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
+       Remove undocumented optional arg called-by-convert-alien.
+       (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
+       for sorting instead of bibtex-sort-buffer.
+
+2004-05-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * progmodes/compile.el (compilation-start): In the
+       no-async-subprocesses branch, call sit-for to give redisplay a
+       chance to show the updated process status in the mode line, and
+       fontify the buffer explicitly after the process exits.
+
+2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/python.el (python-compilation-line-number): Remove.
+       (python-compilation-regexp-alist): Don't use it any more.
+       (python-orig-start, python-input-filter): Remove.
+       (inferior-python-mode): Don't set up comint-input-filter-functions.
+       (python-send-region): Use compilation-fake-loc.
+
+       * progmodes/compile.el (compilation-messages-start): New var.
+       (compilation-mode): Don't setup next-error-function here.
+       (compilation-setup): Set it up here instead (for minor modes as well).
+       Make compilation-messages-start buffer local.
+       (compilation-next-error-function): Use it.
+       (compilation-forget-errors): Set compilation-messages-start.
+
+2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * ielm.el (ielm-prompt-read-only): Update docstring.
+
+       * comint.el (comint-prompt-read-only): Update docstring.
+       (comint-update-fence, comint-kill-whole-line)
+       (comint-kill-region): New functions.
+
+       * simple.el (kill-whole-line): Use "p" instead of "P" in
+       interactive form.
+
+2004-05-01  Juanma Barranquero  <lektu@terra.es>
+
+       * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
+       format arglist so default values in CL-style argument lists are
+       correctly shown.
+
+2004-05-01  Jason Rumney  <jasonr@gnu.org>
+
+       * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
+
+2004-05-01  Kenichi Handa  <handa@m17n.org>
+
+       * international/titdic-cnv.el (miscdic-convert): Don't generate a
+       quail file if it is up to date.
+
+2004-04-30  Juri Linkov  <juri@jurta.org>
+
+       * cus-edit.el (custom-mode-map):
+       Add key binding `C-x C-s' to `Custom-save'.
+
+       * outline.el (outline-blank-line): New var.
+       (outline-next-preface, outline-show-heading)
+       (outline-end-of-subtree): Use it.
+
+       * dired-aux.el (dired-touch-initial): New fun.
+       (dired-do-chxxx): Call it for op-symbol `touch'.
+       (dired-diff): Use `dired-dwim-target-directory'
+       if current dired buffer has no buffer mark.
+
+       * bindings.el (propertized-buffer-identification):
+       Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
+       Add C-M-arrow keys for consistency.
+
+       * files.el (confirm-kill-emacs):
+       Change group from top-level `emacs' to `convenience'.
+
+       * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
+       Push mark on the first call of successive command calls.
+       (insert-pair): New fun created from `insert-parentheses' with
+       `open' and `close' arguments added.  Enclose active regions
+       in paired characters.  Compare adjacent characters syntax with
+       inserted characters syntax before inserting a space.
+       (insert-parentheses): Call `insert-pair' with ?\( ?\).
+
+       * delsel.el: Don't put `delete-selection' property
+       on `insert-parentheses' symbol to take advantage of
+       region handling in `insert-pair' function.
+       Suggested by Stephan Stahl <stahl@eos.franken.de>.
+
 2004-04-30  Kim F. Storm  <storm@cua.dk>
 
+       * emulation/cua-base.el: Add support for changing cursor types;
+       based on patch from Michael Mauger.
+       (cua-normal-cursor-color, cua-read-only-cursor-color)
+       (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
+       Customization cursor type and/or cursor color.
+       (cua--update-indications): Handle cursor type changes.
+       (cua-mode): Update cursor indications if enabled.
+
+       * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
+
        * mouse.el (mouse-drag-copy-region): New defcustom.
        (mouse-set-region, mouse-drag-region-1): Use it.
 
        New defmacro.
        (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
        (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
-       New commands (suggested by Jordan Breeding)..
+       New commands (suggested by Jordan Breeding).
 
 2004-04-30  Juanma Barranquero  <lektu@terra.es>
 
 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
 
        * simple.el (backward-word, forward-to-indentation)
-       (backward-to-indentation):  Argument changed to optional.
+       (backward-to-indentation): Argument changed to optional.
        (next-line, previous-line): Use `or' instead of `unless'.
 
 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
        behaviour of `calendar-day-name' and `calendar-month-name' functions.
        (diary-name-pattern): Use abbrev arrays, rather than fixing
        abbrevs at three chars.  Calling syntax change.
-       (mark-diary-entries):  Adapt for new behaviours of
+       (mark-diary-entries): Adapt for new behaviours of
        `diary-name-pattern' and `calendar-make-alist' functions.
        (fancy-diary-font-lock-keywords): Adapt for new behaviour of
        `diary-name-pattern' function.
 
 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
 
-       * subr.el (dolist, dotimes):  Doc fix.
+       * subr.el (dolist, dotimes): Doc fix.
 
 2003-07-08  Kim F. Storm  <storm@cua.dk>