Mercurial > emacs
comparison lisp/ChangeLog @ 26427:3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
New user variable.
(calendar-hide-window): Use it.
(increment-calendar-month, calendar-for-loop, calendar-sum):
Use the new backquote syntax.
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Fri, 12 Nov 1999 16:05:16 +0000 |
parents | db29d7e69272 |
children | f572944ca41f |
comparison
equal
deleted
inserted
replaced
26426:89f3a23871fa | 26427:3b6cf16f3633 |
---|---|
1 1999-11-12 Sam Steingold <sds@ksp.com> | |
2 | |
3 * calendar/calendar.el (calendar-remove-frame-by-deleting): | |
4 New user variable. | |
5 (calendar-hide-window): Use it. | |
6 (increment-calendar-month, calendar-for-loop, calendar-sum): | |
7 Use the new backquote syntax. | |
8 | |
1 1999-11-12 Andrew Innes <andrewi@gnu.org> | 9 1999-11-12 Andrew Innes <andrewi@gnu.org> |
2 | 10 |
3 * select.el (x-set-selection): Call buffer-substring, not | 11 * select.el (x-set-selection): Call buffer-substring, not |
4 substring. Also fix docstring | 12 substring. Also fix docstring |
5 | 13 |
6 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl> | 14 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl> |
7 | 15 |
8 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list | 16 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list |
9 of customizable variables to bug report message. Added | 17 of customizable variables to bug report message. Added |
10 system-type to package name in bug report. | 18 system-type to package name in bug report. |
11 | 19 |
12 1999-11-12 Gerd Moellmann <gerd@gnu.org> | 20 1999-11-12 Gerd Moellmann <gerd@gnu.org> |
13 | 21 |
14 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name | 22 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name |
15 to display file names. | 23 to display file names. |
16 | 24 |
41 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as | 49 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as |
42 to-address. | 50 to-address. |
43 | 51 |
44 1999-11-08 Markus Rost <rost@ias.edu> | 52 1999-11-08 Markus Rost <rost@ias.edu> |
45 | 53 |
46 * wid-edit.el (widget-button-click): Wrap with save-excursion | 54 * wid-edit.el (widget-button-click): Wrap with save-excursion |
47 to restore track-mouse in the correct buffer. | 55 to restore track-mouse in the correct buffer. |
48 | 56 |
49 1999-11-08 Gerd Moellmann <gerd@gnu.org> | 57 1999-11-08 Gerd Moellmann <gerd@gnu.org> |
50 | 58 |
51 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com. | 59 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com. |
53 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl> | 61 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl> |
54 | 62 |
55 * progmodes/ps-mode.el (ps-mode-print-function): Changed default | 63 * progmodes/ps-mode.el (ps-mode-print-function): Changed default |
56 lpr-command to "lp" for some system-types. (copied from lpr.el | 64 lpr-command to "lp" for some system-types. (copied from lpr.el |
57 Emacs version 20.2.1). | 65 Emacs version 20.2.1). |
58 | 66 |
59 1999-11-04 Markus Rost <rost@ias.edu> | 67 1999-11-04 Markus Rost <rost@ias.edu> |
60 | 68 |
61 * simple.el (comment-region): Strip off white space at end of | 69 * simple.el (comment-region): Strip off white space at end of |
62 comment-start. | 70 comment-start. |
63 | 71 |