Don't use `extrasub' (loses with autoconf 2.59).
[bpt/emacs.git] / lisp / ChangeLog
index 157b541..4e587cf 100644 (file)
@@ -1,3 +1,35 @@
+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.
@@ -56,7 +88,7 @@
 
 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * progmodes/compile.el (compilation-gcpro): New var
+       * progmodes/compile.el (compilation-gcpro): New var.
        (compilation-fake-loc): Use it.
        (compilation-forget-errors): Reset it.