diff options
| -rw-r--r-- | lisp/ChangeLog | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bad5a550509..37960b053f0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,43 @@ | |||
| 1 | 2005-05-19 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * calculator.el (calculator-radix-grouping-mode) | ||
| 4 | (calculator-radix-grouping-digits, calculator-displayer) | ||
| 5 | (calculator-radix-grouping-separator, calculator-copy-displayer): | ||
| 6 | * dabbrev.el (dabbrev-search-these-buffers-only): | ||
| 7 | * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly) | ||
| 8 | (diff-advance-after-apply-hunk, diff-mode-hook) | ||
| 9 | (diff-minor-mode-prefix): | ||
| 10 | * imenu.el (imenu-use-popup-menu): | ||
| 11 | * jit-lock.el (jit-lock-context-time): | ||
| 12 | * newcomment.el (comment-fill-column, comment-column) | ||
| 13 | (comment-style, comment-padding, comment-multi-line) | ||
| 14 | (comment-empty-lines, comment-auto-fill-only-comments): | ||
| 15 | * reveal.el (reveal-around-mark): | ||
| 16 | * uniquify.el (uniquify-buffer-name-style) | ||
| 17 | (uniquify-after-kill-buffer-p) | ||
| 18 | (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re) | ||
| 19 | (uniquify-min-dir-content, uniquify-separator) | ||
| 20 | (uniquify-trailing-separator-p, uniquify-strip-common-suffix): | ||
| 21 | * w32-vars.el (w32-fixed-font-alist): | ||
| 22 | * emacs-lisp/testcover.el (testcover-potentially-1value-functions): | ||
| 23 | * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height): | ||
| 24 | * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration): | ||
| 25 | * progmodes/perl-mode.el (perl-indent-level) | ||
| 26 | (perl-continued-statement-offset, perl-continued-brace-offset) | ||
| 27 | (perl-brace-offset, perl-brace-imaginary-offset) | ||
| 28 | (perl-label-offset, perl-indent-continued-arguments) | ||
| 29 | (perl-tab-always-indent, perl-tab-to-comment, perl-nochange): | ||
| 30 | * progmodes/tcl.el (tcl-indent-level) | ||
| 31 | (tcl-continued-indent-level, tcl-auto-newline) | ||
| 32 | (tcl-tab-always-indent, tcl-electric-hash-style) | ||
| 33 | (tcl-help-directory-list, tcl-use-smart-word-finder) | ||
| 34 | (tcl-application, tcl-command-switches, tcl-prompt-regexp) | ||
| 35 | (inferior-tcl-source-command): | ||
| 36 | * textmodes/fill.el (enable-kinsoku): | ||
| 37 | * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines): | ||
| 38 | * textmodes/table.el (table-yank-handler): | ||
| 39 | Specify missing group (and type, if simple) in defcustom. | ||
| 40 | |||
| 1 | 2005-05-19 Luc Teirlinck <teirllm@auburn.edu> | 41 | 2005-05-19 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 42 | ||
| 3 | * progmodes/compile.el (compilation-finish-function): Fix defvar. | 43 | * progmodes/compile.el (compilation-finish-function): Fix defvar. |