comparison lisp/ChangeLog @ 55536:63dd50b7dcb2

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 11 May 2004 17:43:47 +0000
parents e862a78a46da
children 7dbc07a598a9
comparison
equal deleted inserted replaced
55535:de7b52d8b034 55536:63dd50b7dcb2
15 * iimage.el: New file. 15 * iimage.el: New file.
16 16
17 2004-05-11 Juanma Barranquero <lektu@terra.es> 17 2004-05-11 Juanma Barranquero <lektu@terra.es>
18 18
19 * custom.el (custom-initialize-default, defcustom): Typo in docstring. 19 * custom.el (custom-initialize-default, defcustom): Typo in docstring.
20
21 * files.el (set-visited-file-name, file-expand-wildcards):
22 Fix docstring.
20 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.
24 27
103 * international/code-pages.el (cp932, cp936, cp949, cp950): 106 * international/code-pages.el (cp932, cp936, cp949, cp950):
104 Add aliases. Also add cp125* if not already defined. 107 Add aliases. Also add cp125* if not already defined.
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):
109 Don't use CL-style default args.
110
111 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
112 (cvs-get-marked): Remove redundant arglist info.
113
114 * help-fns.el (help-highlight-arguments): Don't try to highlight 111 * help-fns.el (help-highlight-arguments): Don't try to highlight
115 missing or autoloaded arglists. Accept structured arguments, like 112 missing or autoloaded arglists. Accept structured arguments, like
116 the first ones of `do' and `flet'. 113 the first ones of `do' and `flet'.
114
115 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
116 (cvs-get-marked): Remove redundant arglist info.
117
118 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
119 Don't use CL-style default args.
117 120
118 2004-05-08 Andreas Schwab <schwab@suse.de> 121 2004-05-08 Andreas Schwab <schwab@suse.de>
119 122
120 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix. 123 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
121 124
330 (ps-setup): Call ps-comment-string. 333 (ps-setup): Call ps-comment-string.
331 (ps-value-string, ps-comment-string): New funs. 334 (ps-value-string, ps-comment-string): New funs.
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
339 * ehelp.el (electric-help-command-loop): Check whether the last
340 character is visible, not (point-max).
341 344
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
345 properties and overlays into the first line, and call 348 properties and overlays into the first line, and call
384 if value is ignore, or read as directory if value is dir. 387 if value is ignore, or read as directory if value is dir.
385 Set ido ignore property for dired-do-rename command. 388 Set ido ignore property for dired-do-rename command.
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'.
392 (help-do-arg-highlight): Auxiliary function to highlight a given 398 (help-do-arg-highlight): Auxiliary function to highlight a given
393 list of arguments in a string. 399 list of arguments in a string.
394 (help-highlight-arguments): Highlight the function arguments and 400 (help-highlight-arguments): Highlight the function arguments and
395 all uses of them in the docstring. 401 all uses of them in the docstring.
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
408 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring. 411 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
409 (bibtex-entry-update): New command bound to C-c C-u. 412 (bibtex-entry-update): New command bound to C-c C-u.
678 (sql-product-font-lock): Always highlight ANSI keywords. 681 (sql-product-font-lock): Always highlight ANSI keywords.
679 (sql-add-product-keywords): Made similar to 682 (sql-add-product-keywords): Made similar to
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.
687 690
688 * info-look.el (cfengine-mode): Accept a terminal (). 691 * info-look.el (cfengine-mode): Accept a terminal ().
1121 (compilation-next-error-function, compilation-find-buffer): 1124 (compilation-next-error-function, compilation-find-buffer):
1122 Remove compilation-last-buffer use. 1125 Remove compilation-last-buffer use.
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.
1131
1132 * makefile.w32-in (WINS): Add url/ directory.
1130 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.
1134 Alist of major mode specific functions to restore a desktop buffer. 1137 Alist of major mode specific functions to restore a desktop buffer.