comparison lisp/ChangeLog @ 67818:5a83c9ee8aa6

(lazy-completion-table): Remove argument `args'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 26 Dec 2005 15:57:37 +0000
parents 7ead07735f77
children 0af1084b1b6e
comparison
equal deleted inserted replaced
67817:b240a2550f91 67818:5a83c9ee8aa6
1 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * subr.el (lazy-completion-table): Remove argument `args'.
4
5 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6 Don't use the `args' argument of lazy-completion-table.
7
1 2005-12-27 Nick Roberts <nickrob@snap.net.nz> 8 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
2 9
3 * descr-text.el (describe-char): Add optional argument for buffer. 10 * descr-text.el (describe-char): Add optional argument for buffer.
4 Set buffer appropriately. Call help-setup-xref. 11 Set buffer appropriately. Call help-setup-xref.
5 Suggested by Stefan Monnier. 12 Suggested by Stefan Monnier.
6 13
7 2005-12-27 Juri Linkov <juri@jurta.org> 14 2005-12-27 Juri Linkov <juri@jurta.org>
8 15
9 * descr-text.el (help-fns): Require. Don't require button for 16 * descr-text.el (help-fns): Require. Don't require button for
10 byte compilation. 17 byte compilation.
11 (describe-text-widget): Add help echo for first button. Use 18 (describe-text-widget): Add help echo for first button.
12 'help-info for second. 19 Use 'help-info for second.
13 (describe-property-list): Use 'help-argument-name instead of 'italic. 20 (describe-property-list): Use 'help-argument-name instead of 'italic.
14 (describe-text-category): Prompt in minibuffer. Call help-setup-xref. 21 (describe-text-category): Prompt in minibuffer. Call help-setup-xref.
15 (describe-char): Use 'help-character-set. Add help echo. Use 22 (describe-char): Use 'help-character-set. Add help echo.
16 'help-input-method. Remove superfluous insert. 23 Use 'help-input-method. Remove superfluous insert.
17 24
18 2005-12-25 Richard M. Stallman <rms@gnu.org> 25 2005-12-25 Richard M. Stallman <rms@gnu.org>
19 26
20 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp 27 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
21 at point, in case of narrowing. 28 at point, in case of narrowing.
33 40
34 2005-12-24 Chong Yidong <cyd@stupidchicken.com> 41 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
35 42
36 * custom.el (custom-push-theme): Fix docstring. 43 * custom.el (custom-push-theme): Fix docstring.
37 44
38 * cus-edit.el (custom-variable-set, custom-variable-save, 45 * cus-edit.el (custom-variable-set, custom-variable-save)
39 custom-variable-save): Custom-quote widget values. 46 (custom-variable-save): Custom-quote widget values.
40 (customize-save-variable): Fix custom-push-theme call. 47 (customize-save-variable): Fix custom-push-theme call.
41 48
42 2005-12-24 Eli Zaretskii <eliz@gnu.org> 49 2005-12-24 Eli Zaretskii <eliz@gnu.org>
43 50
44 * w32-fns.el (w32-batch-update-autoloads): New function. 51 * w32-fns.el (w32-batch-update-autoloads): New function.
45 52
46 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el): Use 53 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
47 w32-batch-update-autoloads, and don't setq generated-autoload-file 54 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
48 from the command line. 55 from the command line.
49 56
50 2005-12-23 Chong Yidong <cyd@stupidchicken.com> 57 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
51 58
52 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for 59 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
55 62
56 * cus-edit.el (custom-buffer-create-internal): Move "Erase 63 * cus-edit.el (custom-buffer-create-internal): Move "Erase
57 customization" button one line up. 64 customization" button one line up.
58 (custom-themed): New face. 65 (custom-themed): New face.
59 (custom-magic-alist): New value, THEMED, for theme settings. 66 (custom-magic-alist): New value, THEMED, for theme settings.
60 (custom-variable-state-set, custom-face-state-set): Check 67 (custom-variable-state-set, custom-face-state-set):
61 theme-value instead of saved-value. 68 Check theme-value instead of saved-value.
62 (custom-variable-reset-standard, custom-face-reset-standard): 69 (custom-variable-reset-standard, custom-face-reset-standard):
63 Remove theme setting entirely. Recalculate new values. 70 Remove theme setting entirely. Recalculate new values.
64 (custom-variable-set, custom-variable-set) 71 (custom-variable-set, custom-variable-set)
65 (custom-variable-reset-saved, custom-variable-reset-backup) 72 (custom-variable-reset-saved, custom-variable-reset-backup)
66 (custom-face-set, custom-face-reset-saved): Update `user' theme. 73 (custom-face-set, custom-face-reset-saved): Update `user' theme.
67 (custom-variable-save): Fix typos. 74 (custom-variable-save): Fix typos.
68 75
69 2005-12-23 Juri Linkov <juri@jurta.org> 76 2005-12-23 Juri Linkov <juri@jurta.org>
70 77
71 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms): 78 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
72 Add autoload cookies. 79 Add autoload cookies.
73 (edebug-outside-d-c-i-n-s-w): New variable. 80 (edebug-outside-d-c-i-n-s-w): New variable.