[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/ChangeLog
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/ChangeLog |
Date: |
Sun, 26 Jun 2005 14:21:47 -0400 |
Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7845 emacs/lisp/ChangeLog:1.7846
*** emacs/lisp/ChangeLog:1.7845 Sun Jun 26 18:14:40 2005
--- emacs/lisp/ChangeLog Sun Jun 26 18:21:46 2005
***************
*** 1,3 ****
--- 1,11 ----
+ 2005-06-26 Stefan Monnier <address@hidden>
+
+ * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
+ a :require to the defcustom.
+
+ * emacs-lisp/autoload.el (make-autoload): Add the :setter for
+ defcustoms corresponding to minor modes.
+
2005-06-26 David Ponce <address@hidden>
* recentf.el: Require 'tree-widget instead of 'wid-edit.
***************
*** 6,13 ****
(recentf-open-files-action): Doc fix.
(recentf-dialog-goto-first): New function.
(recentf-dialog-mode-map): Set parent keymap first.
! (recentf-dialog-mode): Define with define-derived-mode. Don't
! display continuation lines in dialogs.
(recentf-edit-list): Rename from recentf-edit-selected-items.
(recentf-edit-list-select): Rename from recentf-edit-list-action.
Simplify.
--- 14,21 ----
(recentf-open-files-action): Doc fix.
(recentf-dialog-goto-first): New function.
(recentf-dialog-mode-map): Set parent keymap first.
! (recentf-dialog-mode): Define with define-derived-mode.
! Don't display continuation lines in dialogs.
(recentf-edit-list): Rename from recentf-edit-selected-items.
(recentf-edit-list-select): Rename from recentf-edit-list-action.
Simplify.
***************
*** 97,103 ****
(line-move-1): When there are overlays around, use vertical-motion.
* faces.el (escape-glyph): Use brown against light background.
! (nobreak-space): Renamed from no-break-space.
Fix previous change.
* dired-aux.el (dired-do-copy): Fix arg prompt.
--- 105,111 ----
(line-move-1): When there are overlays around, use vertical-motion.
* faces.el (escape-glyph): Use brown against light background.
! (nobreak-space): Rename from no-break-space.
Fix previous change.
* dired-aux.el (dired-do-copy): Fix arg prompt.
***************
*** 151,157 ****
* bindings.el (propertized-buffer-identification): Use renamed
`Buffer-menu-buffer' face.
! * faces.el (vertical-border): Renamed from `vertical-divider'.
(escape-glyph): Change dark-background color back to `cyan'.
2005-06-21 Juri Linkov <address@hidden>
--- 159,165 ----
* bindings.el (propertized-buffer-identification): Use renamed
`Buffer-menu-buffer' face.
! * faces.el (vertical-border): Rename from `vertical-divider'.
(escape-glyph): Change dark-background color back to `cyan'.
2005-06-21 Juri Linkov <address@hidden>
***************
*** 237,244 ****
2005-06-18 Peter Kleiweg <address@hidden>
! * progmodes/ps-mode.el: Update version and maintainer's email
! address.
2005-06-18 Steve Youngs <address@hidden>
--- 245,251 ----
2005-06-18 Peter Kleiweg <address@hidden>
! * progmodes/ps-mode.el: Update version and maintainer's email address.
2005-06-18 Steve Youngs <address@hidden>
***************
*** 326,333 ****
New backward-compatibility aliases for renamed faces.
(eshell-ls-decorated-name): Use renamed eshell-ls faces.
! * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove
! "-face" suffix from face name.
(c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
instead of literal face.
--- 333,340 ----
New backward-compatibility aliases for renamed faces.
(eshell-ls-decorated-name): Use renamed eshell-ls faces.
! * progmodes/cc-fonts.el (c-nonbreakable-space-face):
! Remove "-face" suffix from face name.
(c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
instead of literal face.
***************
*** 455,462 ****
ido-incomplete-regexp.
(ido-incomplete-regexp): New face.
(ido-completions): Use it.
! (ido-complete, ido-exit-minibuffer, ido-completions): Handle
! incomplete regexps.
(ido-completions): Add check for complete match when entering a regexp.
2005-06-15 Stefan Monnier <address@hidden>
--- 462,469 ----
ido-incomplete-regexp.
(ido-incomplete-regexp): New face.
(ido-completions): Use it.
! (ido-complete, ido-exit-minibuffer, ido-completions):
! Handle incomplete regexps.
(ido-completions): Add check for complete match when entering a regexp.
2005-06-15 Stefan Monnier <address@hidden>
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, (continued)
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M . Stallman, 2005/06/23
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Luc Teirlinck, 2005/06/23
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Nick Roberts, 2005/06/23
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2005/06/23
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M . Stallman, 2005/06/24
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M . Stallman, 2005/06/25
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M . Stallman, 2005/06/25
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Luc Teirlinck, 2005/06/25
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Luc Teirlinck, 2005/06/25
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, David Ponce, 2005/06/26
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,
Stefan Monnier <=
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Stefan Monnier, 2005/06/26
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Nick Roberts, 2005/06/26
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Lute Kamstra, 2005/06/27
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Luc Teirlinck, 2005/06/27
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Luc Teirlinck, 2005/06/27
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Vinicius Jose Latorre, 2005/06/27
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M . Stallman, 2005/06/28
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Luc Teirlinck, 2005/06/28
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Luc Teirlinck, 2005/06/28
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Vinicius Jose Latorre, 2005/06/28