Don't use `extrasub' (loses with autoconf 2.59).
[bpt/emacs.git] / lisp / ChangeLog
index ed2fc85..4e587cf 100644 (file)
@@ -1,3 +1,97 @@
+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):