Mercurial > emacs
comparison lisp/ChangeLog @ 25866:01522af1fa7c
#
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 04 Oct 1999 17:15:48 +0000 |
parents | a3d096ced6df |
children | 95732eb5af6e |
comparison
equal
deleted
inserted
replaced
25865:a3d096ced6df | 25866:01522af1fa7c |
---|---|
1 1999-10-04 Dave Love <fx@gnu.org> | |
2 | |
3 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines, | |
4 scroll-up-aggressively, scroll-down-aggressively. | |
5 | |
6 * widget.el (define-widget-keywords): Make dummy definition and | |
7 comment-out its use. | |
8 | |
9 * time.el (display-time-mode): Add autoload cookie. | |
10 | |
11 * term.el: Avoid ange-ftp related compilation warnings. | |
12 | |
13 * sun-curs.el: Require sun-fns. | |
14 | |
15 * msb.el: (msb--choose-file-menu): Use `completion-ignore-case' in | |
16 name comparisons. | |
17 | |
18 * rect.el: Add/fix various doc strings. Add `*' to all the | |
19 interactive specs. | |
20 (delete-extract-rectangle): Doc fix from verna. | |
21 | |
22 * tooltip.el (tooltip-mode): Customize this, per convention. | |
23 (tooltip-active): Option deleted. | |
24 | |
25 * help-macro.el (three-step-help): Customize. | |
26 | |
1 1999-10-03 Dave Love <fx@gnu.org> | 27 1999-10-03 Dave Love <fx@gnu.org> |
2 | 28 |
3 * image.el (defimage): Remove redundant code. Substitute file in | 29 * image.el (defimage): Remove redundant code. Substitute file in |
4 image plist. | 30 image plist. |
5 | 31 |