From: Juanma Barranquero Date: Tue, 11 May 2004 17:43:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~6270 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b47773708b3bdefbb22b26235f3b0ae0df22dd4a;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0da2ce6cd64..b9d840e1199 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -18,6 +18,9 @@ * custom.el (custom-initialize-default, defcustom): Typo in docstring. + * files.el (set-visited-file-name, file-expand-wildcards): + Fix docstring. + 2004-05-10 Stefan Monnier * emacs-lisp/lisp-mode.el (prin1-char): Use eventp. @@ -105,15 +108,15 @@ 2004-05-09 Juanma Barranquero - * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read): - Don't use CL-style default args. + * help-fns.el (help-highlight-arguments): Don't try to highlight + missing or autoloaded arglists. Accept structured arguments, like + the first ones of `do' and `flet'. * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring. (cvs-get-marked): Remove redundant arglist info. - * help-fns.el (help-highlight-arguments): Don't try to highlight - missing or autoloaded arglists. Accept structured arguments, like - the first ones of `do' and `flet'. + * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read): + Don't use CL-style default args. 2004-05-08 Andreas Schwab @@ -332,13 +335,13 @@ 2004-05-06 Juanma Barranquero + * ehelp.el (electric-help-command-loop): Check whether the last + character is visible, not (point-max). + * help-fns.el (help-argument-name): Default to bold; don't inherit from font-lock-variable-name-face. (help-do-arg-highlight): Grok also ARGth occurrences in the docstring. - * ehelp.el (electric-help-command-loop): Check whether the last - character is visible, not (point-max). - 2004-05-05 Kenichi Handa * descr-text.el (describe-char): Copy the character with text @@ -386,6 +389,9 @@ 2004-05-04 Juanma Barranquero + * ehelp.el (electric-help-command-loop, electric-help-undefined) + (electric-help-help): Check against unmapped commands. + * 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'. @@ -396,12 +402,9 @@ (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 and C-c , 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. + * winner.el (winner-mode-map): Move `winner-undo' and + `winner-redo' to C-c and C-c , respectively (the + previous bindings conflict with `prev-buffer', `next-buffer'). 2004-05-03 Roland Winkler @@ -680,7 +683,7 @@ `font-lock-add-keywords'. (sql-send-string): Add function. -2004-04-29 Dave Love +2004-04-29 Dave Love * progmodes/cfengine.el (cfengine-beginning-of-defun) (cfengine-end-of-defun): Ensure progress through buffer. @@ -1123,11 +1126,11 @@ 2004-04-21 Juanma Barranquero - * makefile.w32-in (WINS): Add url/ directory. - * font-lock.el (font-lock-preprocessor-face): Remove spurious quote. (font-lock-warning-face): Fix spacing. + * makefile.w32-in (WINS): Add url/ directory. + 2004-04-21 Lars Hansen * desktop.el (desktop-buffer-mode-handlers): New variable.