Mercurial > emacs
changeset 66407:8fa62016e24f
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 24 Oct 2005 17:46:42 +0000 |
parents | 9ee3fe90596c |
children | 1df142d9f7e5 |
files | etc/NEWS lisp/ChangeLog |
diffstat | 2 files changed, 56 insertions(+), 28 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Mon Oct 24 17:21:30 2005 +0000 +++ b/etc/NEWS Mon Oct 24 17:46:42 2005 +0000 @@ -1522,6 +1522,7 @@ +++ ** savehist saves minibuffer histories between sessions. +To use this feature, put (savehist-load) in your `.emacs' file. +++ ** Filesets are collections of files. You can define a fileset in
--- a/lisp/ChangeLog Mon Oct 24 17:21:30 2005 +0000 +++ b/lisp/ChangeLog Mon Oct 24 17:46:42 2005 +0000 @@ -1,7 +1,36 @@ 2005-10-25 Masatake YAMATO <jet@gyve.org> - * simple.el (completion-common-substring): Use `completion-common-substring' - prior to `completion-base-size'. + * simple.el (completion-common-substring): + Use `completion-common-substring' prior to `completion-base-size'. + +2005-10-24 Hrvoje Niksic <hniksic@xemacs.org> + + * savehist.el: Require CL while compiling. + (savehist-history-variables): Remove. + (savehist-save-minibuffer-history, savehist-additional-variables) + (savehist-minibuffer-history-variables): New vars. + (savehist-save): Use them. + (savehist-uninstall, savehist-minibuffer-hook): New funs. + (savehist-install): New fun, extracted from savehist-load. + (savehist-load): Use them. + +2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca> + + * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add + a dummy doc-string-elt property. + (defalias, defvaralias, define-category): Add a docstring property. + + * image.el (defimage): + * widget.el (define-widget): + * custom.el (defface, defcustom): Add `doc-string' declaration. + + * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order. + (defadvice): Add `doc-string' declaration. + + * emacs-lisp/byte-run.el (macro-declaration-function): + Handle `doc-string' declarations. + (define-obsolete-function-alias, define-obsolete-variable-alias): + Add `doc-string' declaration. 2005-10-24 Kenichi Handa <handa@m17n.org> @@ -32,18 +61,17 @@ 2005-10-24 Ulf Jasper <ulf.jasper@web.de> - * calendar/icalendar.el (icalendar-version): Increase to 0.13. Now - a string. - (icalendar-import-format): Handle CLASS, STATUS, URL. Rename - `subject' to `summary'. + * calendar/icalendar.el (icalendar-version): Increase to 0.13. + Now a string. + (icalendar-import-format): Handle CLASS, STATUS, URL. + Rename `subject' to `summary'. (icalendar-import-format-summary): Rename from `icalendar-import-format-subject'. (icalendar-import-format-url, icalendar-import-format-status) (icalendar-import-format-class): New variables. (icalendar--rris): Take variable argument list. (icalendar--datestring-to-isodate): Remove unnecessary - calendar-style check when converting dates with explicit month - names. + calendar-style check when converting dates with explicit month names. (icalendar-export-region): Change return type of conversion subroutines. Bury current buffer unless error occurred. (icalendar--convert-to-ical) @@ -59,8 +87,7 @@ Strip trailing blanks from subject. Handle simple sexp entries as generated by icalendar.el. (icalendar--convert-float-to-ical) - (icalendar--convert-date-to-ical): Strip trailing blanks from - subject. + (icalendar--convert-date-to-ical): Strip trailing blanks from subject. (icalendar-import-file): Doc fix. (icalendar--format-ical-event): Handle CLASS, STATUS, URL. Correct call to icalendar--rris. @@ -128,8 +155,8 @@ * cus-edit.el (custom-button, custom-button-pressed): New vars. (custom-raised-buttons): Add :set spec. - (custom-button-unraised, custom-button-pressed-unraised): New - faces, so that custom-raised-buttons actually does something. + (custom-button-unraised, custom-button-pressed-unraised): + New faces, so that custom-raised-buttons actually does something. (custom-mode): Use custom-button and custom-button-pressed. * wid-edit.el (widget-specify-button): Don't ignore @@ -147,18 +174,18 @@ 2005-10-23 Michael Albinus <michael.albinus@gmx.de> - * files.el (directory-listing-before-filename-regexp): New - defvar. Replaces `dired-move-to-filename-regexp' from dired.el. - - * dired.el (dired-move-to-filename-regexp): Removed. All - occurences replaced by `directory-listing-before-filename-regexp'. - - * dired-x.el, locate.el, vc.el: Replace - `dired-move-to-filename-regexp' by + * files.el (directory-listing-before-filename-regexp): + New defvar. Replaces `dired-move-to-filename-regexp' from dired.el. + + * dired.el (dired-move-to-filename-regexp): Remove. + All occurences replaced by `directory-listing-before-filename-regexp'. + + * dired-x.el, locate.el, vc.el: + Replace `dired-move-to-filename-regexp' by `directory-listing-before-filename-regexp'. In vc.el it is overwritten locally; maybe this can be handled in files.el too. - * net/ange-ftp.el (ange-ftp-date-regexp): Removed. All occurences + * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences replaced by `directory-listing-before-filename-regexp'. 2005-10-23 Andreas Schwab <schwab@suse.de> @@ -225,11 +252,11 @@ * textmodes/ispell.el (ispell-local-dictionary-overridden): - * files.el (make-temp-file): Moved from subr.el. - * subr.el (make-temp-file): Moved to files.el. - - * window.el (get-buffer-window-list): Moved from subr.el. - * subr.el (get-buffer-window-list): Moved to window.el. + * files.el (make-temp-file): Move from subr.el. + * subr.el (make-temp-file): Move to files.el. + + * window.el (get-buffer-window-list): Move from subr.el. + * subr.el (get-buffer-window-list): Move to window.el. * image.el (image-load-path): Use eval-at-startup to initialize. @@ -254,8 +281,8 @@ (image-type-from-file-header): Use it instead of image-type-from-data. Use image-search-load-path instead of only looking in data-directory. (image-type-from-file-name): New defun. - (image-search-load-path): Make PATH arg optional, default to image-load-path. - Change `pathname' to `filename'. + (image-search-load-path): Change `pathname' to `filename'. + Make PATH arg optional, default to image-load-path. 2005-10-21 Richard M. Stallman <rms@gnu.org>