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>
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)
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.
* 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
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.
+ * 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.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
+ * 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>
* 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.
+ * files.el (make-temp-file): Move from subr.el.
+ * subr.el (make-temp-file): Move to files.el.
- * window.el (get-buffer-window-list): Moved from subr.el.
- * subr.el (get-buffer-window-list): Moved to window.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.
(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>