diff options
| author | Juanma Barranquero | 2004-05-11 17:43:47 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2004-05-11 17:43:47 +0000 |
| commit | b47773708b3bdefbb22b26235f3b0ae0df22dd4a (patch) | |
| tree | e85fe2de347d40eda8efc42653bdbc367b374e01 | |
| parent | 814af837a26e5ddee42601671461990d59340e23 (diff) | |
| download | emacs-b47773708b3bdefbb22b26235f3b0ae0df22dd4a.tar.gz emacs-b47773708b3bdefbb22b26235f3b0ae0df22dd4a.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 37 |
1 files changed, 20 insertions, 17 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0da2ce6cd64..b9d840e1199 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -18,6 +18,9 @@ | |||
| 18 | 18 | ||
| 19 | * custom.el (custom-initialize-default, defcustom): Typo in docstring. | 19 | * custom.el (custom-initialize-default, defcustom): Typo in docstring. |
| 20 | 20 | ||
| 21 | * files.el (set-visited-file-name, file-expand-wildcards): | ||
| 22 | Fix docstring. | ||
| 23 | |||
| 21 | 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca> | 24 | 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 22 | 25 | ||
| 23 | * emacs-lisp/lisp-mode.el (prin1-char): Use eventp. | 26 | * emacs-lisp/lisp-mode.el (prin1-char): Use eventp. |
| @@ -105,15 +108,15 @@ | |||
| 105 | 108 | ||
| 106 | 2004-05-09 Juanma Barranquero <lektu@terra.es> | 109 | 2004-05-09 Juanma Barranquero <lektu@terra.es> |
| 107 | 110 | ||
| 108 | * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read): | 111 | * help-fns.el (help-highlight-arguments): Don't try to highlight |
| 109 | Don't use CL-style default args. | 112 | missing or autoloaded arglists. Accept structured arguments, like |
| 113 | the first ones of `do' and `flet'. | ||
| 110 | 114 | ||
| 111 | * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring. | 115 | * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring. |
| 112 | (cvs-get-marked): Remove redundant arglist info. | 116 | (cvs-get-marked): Remove redundant arglist info. |
| 113 | 117 | ||
| 114 | * help-fns.el (help-highlight-arguments): Don't try to highlight | 118 | * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read): |
| 115 | missing or autoloaded arglists. Accept structured arguments, like | 119 | Don't use CL-style default args. |
| 116 | the first ones of `do' and `flet'. | ||
| 117 | 120 | ||
| 118 | 2004-05-08 Andreas Schwab <schwab@suse.de> | 121 | 2004-05-08 Andreas Schwab <schwab@suse.de> |
| 119 | 122 | ||
| @@ -332,13 +335,13 @@ | |||
| 332 | 335 | ||
| 333 | 2004-05-06 Juanma Barranquero <lektu@terra.es> | 336 | 2004-05-06 Juanma Barranquero <lektu@terra.es> |
| 334 | 337 | ||
| 338 | * ehelp.el (electric-help-command-loop): Check whether the last | ||
| 339 | character is visible, not (point-max). | ||
| 340 | |||
| 335 | * help-fns.el (help-argument-name): Default to bold; don't inherit | 341 | * help-fns.el (help-argument-name): Default to bold; don't inherit |
| 336 | from font-lock-variable-name-face. | 342 | from font-lock-variable-name-face. |
| 337 | (help-do-arg-highlight): Grok also ARGth occurrences in the docstring. | 343 | (help-do-arg-highlight): Grok also ARGth occurrences in the docstring. |
| 338 | 344 | ||
| 339 | * ehelp.el (electric-help-command-loop): Check whether the last | ||
| 340 | character is visible, not (point-max). | ||
| 341 | |||
| 342 | 2004-05-05 Kenichi Handa <handa@m17n.org> | 345 | 2004-05-05 Kenichi Handa <handa@m17n.org> |
| 343 | 346 | ||
| 344 | * descr-text.el (describe-char): Copy the character with text | 347 | * descr-text.el (describe-char): Copy the character with text |
| @@ -386,6 +389,9 @@ | |||
| 386 | 389 | ||
| 387 | 2004-05-04 Juanma Barranquero <lektu@terra.es> | 390 | 2004-05-04 Juanma Barranquero <lektu@terra.es> |
| 388 | 391 | ||
| 392 | * ehelp.el (electric-help-command-loop, electric-help-undefined) | ||
| 393 | (electric-help-help): Check against unmapped commands. | ||
| 394 | |||
| 389 | * help-fns.el (help-argument-name): New face, inheriting from | 395 | * help-fns.el (help-argument-name): New face, inheriting from |
| 390 | font-lock-variable-name-face, to highlight function arguments in | 396 | font-lock-variable-name-face, to highlight function arguments in |
| 391 | `describe-function' and `describe-key'. | 397 | `describe-function' and `describe-key'. |
| @@ -396,12 +402,9 @@ | |||
| 396 | (describe-function-1): Use it. Do docstring output via `insert', | 402 | (describe-function-1): Use it. Do docstring output via `insert', |
| 397 | not 'princ', so text attributes are preserved. | 403 | not 'princ', so text attributes are preserved. |
| 398 | 404 | ||
| 399 | * winner.el (winner-mode-map): Move winner-undo and winner-redo to | 405 | * winner.el (winner-mode-map): Move `winner-undo' and |
| 400 | C-c <left> and C-c <right>, respectively (the previous bindings | 406 | `winner-redo' to C-c <left> and C-c <right>, respectively (the |
| 401 | conflict with prev-buffer, next-buffer). | 407 | previous bindings conflict with `prev-buffer', `next-buffer'). |
| 402 | |||
| 403 | * ehelp.el (electric-help-command-loop, electric-help-undefined) | ||
| 404 | (electric-help-help): Check against unmapped commands. | ||
| 405 | 408 | ||
| 406 | 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | 409 | 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> |
| 407 | 410 | ||
| @@ -680,7 +683,7 @@ | |||
| 680 | `font-lock-add-keywords'. | 683 | `font-lock-add-keywords'. |
| 681 | (sql-send-string): Add function. | 684 | (sql-send-string): Add function. |
| 682 | 685 | ||
| 683 | 2004-04-29 Dave Love <fx@gnu.org> | 686 | 2004-04-29 Dave Love <fx@gnu.org> |
| 684 | 687 | ||
| 685 | * progmodes/cfengine.el (cfengine-beginning-of-defun) | 688 | * progmodes/cfengine.el (cfengine-beginning-of-defun) |
| 686 | (cfengine-end-of-defun): Ensure progress through buffer. | 689 | (cfengine-end-of-defun): Ensure progress through buffer. |
| @@ -1123,11 +1126,11 @@ | |||
| 1123 | 1126 | ||
| 1124 | 2004-04-21 Juanma Barranquero <lektu@terra.es> | 1127 | 2004-04-21 Juanma Barranquero <lektu@terra.es> |
| 1125 | 1128 | ||
| 1126 | * makefile.w32-in (WINS): Add url/ directory. | ||
| 1127 | |||
| 1128 | * font-lock.el (font-lock-preprocessor-face): Remove spurious quote. | 1129 | * font-lock.el (font-lock-preprocessor-face): Remove spurious quote. |
| 1129 | (font-lock-warning-face): Fix spacing. | 1130 | (font-lock-warning-face): Fix spacing. |
| 1130 | 1131 | ||
| 1132 | * makefile.w32-in (WINS): Add url/ directory. | ||
| 1133 | |||
| 1131 | 2004-04-21 Lars Hansen <larsh@math.ku.dk> | 1134 | 2004-04-21 Lars Hansen <larsh@math.ku.dk> |
| 1132 | 1135 | ||
| 1133 | * desktop.el (desktop-buffer-mode-handlers): New variable. | 1136 | * desktop.el (desktop-buffer-mode-handlers): New variable. |