diff options
| author | Stefan Monnier | 2005-10-24 17:46:42 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-10-24 17:46:42 +0000 |
| commit | 567ecdfbeb02b6a7999a039639b67ee0a16b63f6 (patch) | |
| tree | 2f0568189a7f60816cdb59643f5a4d57e8333495 | |
| parent | 2a2b5b2998012b700f263d0d42fd6fcac00ec51a (diff) | |
| download | emacs-567ecdfbeb02b6a7999a039639b67ee0a16b63f6.tar.gz emacs-567ecdfbeb02b6a7999a039639b67ee0a16b63f6.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 1 | ||||
| -rw-r--r-- | lisp/ChangeLog | 77 |
2 files changed, 53 insertions, 25 deletions
| @@ -1522,6 +1522,7 @@ separate manual. | |||
| 1522 | 1522 | ||
| 1523 | +++ | 1523 | +++ |
| 1524 | ** savehist saves minibuffer histories between sessions. | 1524 | ** savehist saves minibuffer histories between sessions. |
| 1525 | To use this feature, put (savehist-load) in your `.emacs' file. | ||
| 1525 | 1526 | ||
| 1526 | +++ | 1527 | +++ |
| 1527 | ** Filesets are collections of files. You can define a fileset in | 1528 | ** Filesets are collections of files. You can define a fileset in |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c8cdf66c645..48cc3a72af1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,36 @@ | |||
| 1 | 2005-10-25 Masatake YAMATO <jet@gyve.org> | 1 | 2005-10-25 Masatake YAMATO <jet@gyve.org> |
| 2 | 2 | ||
| 3 | * simple.el (completion-common-substring): Use `completion-common-substring' | 3 | * simple.el (completion-common-substring): |
| 4 | prior to `completion-base-size'. | 4 | Use `completion-common-substring' prior to `completion-base-size'. |
| 5 | |||
| 6 | 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org> | ||
| 7 | |||
| 8 | * savehist.el: Require CL while compiling. | ||
| 9 | (savehist-history-variables): Remove. | ||
| 10 | (savehist-save-minibuffer-history, savehist-additional-variables) | ||
| 11 | (savehist-minibuffer-history-variables): New vars. | ||
| 12 | (savehist-save): Use them. | ||
| 13 | (savehist-uninstall, savehist-minibuffer-hook): New funs. | ||
| 14 | (savehist-install): New fun, extracted from savehist-load. | ||
| 15 | (savehist-load): Use them. | ||
| 16 | |||
| 17 | 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 18 | |||
| 19 | * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add | ||
| 20 | a dummy doc-string-elt property. | ||
| 21 | (defalias, defvaralias, define-category): Add a docstring property. | ||
| 22 | |||
| 23 | * image.el (defimage): | ||
| 24 | * widget.el (define-widget): | ||
| 25 | * custom.el (defface, defcustom): Add `doc-string' declaration. | ||
| 26 | |||
| 27 | * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order. | ||
| 28 | (defadvice): Add `doc-string' declaration. | ||
| 29 | |||
| 30 | * emacs-lisp/byte-run.el (macro-declaration-function): | ||
| 31 | Handle `doc-string' declarations. | ||
| 32 | (define-obsolete-function-alias, define-obsolete-variable-alias): | ||
| 33 | Add `doc-string' declaration. | ||
| 5 | 34 | ||
| 6 | 2005-10-24 Kenichi Handa <handa@m17n.org> | 35 | 2005-10-24 Kenichi Handa <handa@m17n.org> |
| 7 | 36 | ||
| @@ -32,18 +61,17 @@ | |||
| 32 | 61 | ||
| 33 | 2005-10-24 Ulf Jasper <ulf.jasper@web.de> | 62 | 2005-10-24 Ulf Jasper <ulf.jasper@web.de> |
| 34 | 63 | ||
| 35 | * calendar/icalendar.el (icalendar-version): Increase to 0.13. Now | 64 | * calendar/icalendar.el (icalendar-version): Increase to 0.13. |
| 36 | a string. | 65 | Now a string. |
| 37 | (icalendar-import-format): Handle CLASS, STATUS, URL. Rename | 66 | (icalendar-import-format): Handle CLASS, STATUS, URL. |
| 38 | `subject' to `summary'. | 67 | Rename `subject' to `summary'. |
| 39 | (icalendar-import-format-summary): Rename from | 68 | (icalendar-import-format-summary): Rename from |
| 40 | `icalendar-import-format-subject'. | 69 | `icalendar-import-format-subject'. |
| 41 | (icalendar-import-format-url, icalendar-import-format-status) | 70 | (icalendar-import-format-url, icalendar-import-format-status) |
| 42 | (icalendar-import-format-class): New variables. | 71 | (icalendar-import-format-class): New variables. |
| 43 | (icalendar--rris): Take variable argument list. | 72 | (icalendar--rris): Take variable argument list. |
| 44 | (icalendar--datestring-to-isodate): Remove unnecessary | 73 | (icalendar--datestring-to-isodate): Remove unnecessary |
| 45 | calendar-style check when converting dates with explicit month | 74 | calendar-style check when converting dates with explicit month names. |
| 46 | names. | ||
| 47 | (icalendar-export-region): Change return type of conversion | 75 | (icalendar-export-region): Change return type of conversion |
| 48 | subroutines. Bury current buffer unless error occurred. | 76 | subroutines. Bury current buffer unless error occurred. |
| 49 | (icalendar--convert-to-ical) | 77 | (icalendar--convert-to-ical) |
| @@ -59,8 +87,7 @@ | |||
| 59 | Strip trailing blanks from subject. Handle simple sexp | 87 | Strip trailing blanks from subject. Handle simple sexp |
| 60 | entries as generated by icalendar.el. | 88 | entries as generated by icalendar.el. |
| 61 | (icalendar--convert-float-to-ical) | 89 | (icalendar--convert-float-to-ical) |
| 62 | (icalendar--convert-date-to-ical): Strip trailing blanks from | 90 | (icalendar--convert-date-to-ical): Strip trailing blanks from subject. |
| 63 | subject. | ||
| 64 | (icalendar-import-file): Doc fix. | 91 | (icalendar-import-file): Doc fix. |
| 65 | (icalendar--format-ical-event): Handle CLASS, STATUS, URL. | 92 | (icalendar--format-ical-event): Handle CLASS, STATUS, URL. |
| 66 | Correct call to icalendar--rris. | 93 | Correct call to icalendar--rris. |
| @@ -128,8 +155,8 @@ | |||
| 128 | 155 | ||
| 129 | * cus-edit.el (custom-button, custom-button-pressed): New vars. | 156 | * cus-edit.el (custom-button, custom-button-pressed): New vars. |
| 130 | (custom-raised-buttons): Add :set spec. | 157 | (custom-raised-buttons): Add :set spec. |
| 131 | (custom-button-unraised, custom-button-pressed-unraised): New | 158 | (custom-button-unraised, custom-button-pressed-unraised): |
| 132 | faces, so that custom-raised-buttons actually does something. | 159 | New faces, so that custom-raised-buttons actually does something. |
| 133 | (custom-mode): Use custom-button and custom-button-pressed. | 160 | (custom-mode): Use custom-button and custom-button-pressed. |
| 134 | 161 | ||
| 135 | * wid-edit.el (widget-specify-button): Don't ignore | 162 | * wid-edit.el (widget-specify-button): Don't ignore |
| @@ -147,18 +174,18 @@ | |||
| 147 | 174 | ||
| 148 | 2005-10-23 Michael Albinus <michael.albinus@gmx.de> | 175 | 2005-10-23 Michael Albinus <michael.albinus@gmx.de> |
| 149 | 176 | ||
| 150 | * files.el (directory-listing-before-filename-regexp): New | 177 | * files.el (directory-listing-before-filename-regexp): |
| 151 | defvar. Replaces `dired-move-to-filename-regexp' from dired.el. | 178 | New defvar. Replaces `dired-move-to-filename-regexp' from dired.el. |
| 152 | 179 | ||
| 153 | * dired.el (dired-move-to-filename-regexp): Removed. All | 180 | * dired.el (dired-move-to-filename-regexp): Remove. |
| 154 | occurences replaced by `directory-listing-before-filename-regexp'. | 181 | All occurences replaced by `directory-listing-before-filename-regexp'. |
| 155 | 182 | ||
| 156 | * dired-x.el, locate.el, vc.el: Replace | 183 | * dired-x.el, locate.el, vc.el: |
| 157 | `dired-move-to-filename-regexp' by | 184 | Replace `dired-move-to-filename-regexp' by |
| 158 | `directory-listing-before-filename-regexp'. In vc.el it is | 185 | `directory-listing-before-filename-regexp'. In vc.el it is |
| 159 | overwritten locally; maybe this can be handled in files.el too. | 186 | overwritten locally; maybe this can be handled in files.el too. |
| 160 | 187 | ||
| 161 | * net/ange-ftp.el (ange-ftp-date-regexp): Removed. All occurences | 188 | * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences |
| 162 | replaced by `directory-listing-before-filename-regexp'. | 189 | replaced by `directory-listing-before-filename-regexp'. |
| 163 | 190 | ||
| 164 | 2005-10-23 Andreas Schwab <schwab@suse.de> | 191 | 2005-10-23 Andreas Schwab <schwab@suse.de> |
| @@ -225,11 +252,11 @@ | |||
| 225 | 252 | ||
| 226 | * textmodes/ispell.el (ispell-local-dictionary-overridden): | 253 | * textmodes/ispell.el (ispell-local-dictionary-overridden): |
| 227 | 254 | ||
| 228 | * files.el (make-temp-file): Moved from subr.el. | 255 | * files.el (make-temp-file): Move from subr.el. |
| 229 | * subr.el (make-temp-file): Moved to files.el. | 256 | * subr.el (make-temp-file): Move to files.el. |
| 230 | 257 | ||
| 231 | * window.el (get-buffer-window-list): Moved from subr.el. | 258 | * window.el (get-buffer-window-list): Move from subr.el. |
| 232 | * subr.el (get-buffer-window-list): Moved to window.el. | 259 | * subr.el (get-buffer-window-list): Move to window.el. |
| 233 | 260 | ||
| 234 | * image.el (image-load-path): Use eval-at-startup to initialize. | 261 | * image.el (image-load-path): Use eval-at-startup to initialize. |
| 235 | 262 | ||
| @@ -254,8 +281,8 @@ | |||
| 254 | (image-type-from-file-header): Use it instead of image-type-from-data. | 281 | (image-type-from-file-header): Use it instead of image-type-from-data. |
| 255 | Use image-search-load-path instead of only looking in data-directory. | 282 | Use image-search-load-path instead of only looking in data-directory. |
| 256 | (image-type-from-file-name): New defun. | 283 | (image-type-from-file-name): New defun. |
| 257 | (image-search-load-path): Make PATH arg optional, default to image-load-path. | 284 | (image-search-load-path): Change `pathname' to `filename'. |
| 258 | Change `pathname' to `filename'. | 285 | Make PATH arg optional, default to image-load-path. |
| 259 | 286 | ||
| 260 | 2005-10-21 Richard M. Stallman <rms@gnu.org> | 287 | 2005-10-21 Richard M. Stallman <rms@gnu.org> |
| 261 | 288 | ||