Mercurial > emacs
comparison lisp/ChangeLog @ 41000:030176b8a696
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 13 Nov 2001 07:34:05 +0000 |
parents | 711f156491a5 |
children | 85e9ec065308 |
comparison
equal
deleted
inserted
replaced
40999:d5ccdce87268 | 41000:030176b8a696 |
---|---|
1 2001-11-13 Colin Walters <walters@debian.org> | |
2 | |
3 * calc/calc.el (calc-unread-command): Use `unread-command-events'. | |
4 | |
5 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode | |
6 "~/.emacs"; use `read-file-name'. | |
7 | |
8 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el | |
9 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el | |
10 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el | |
11 * calc/calc.el: Use `frame-width' instead of `screen-width', | |
12 `frame-height' instead of `screen-height', and, | |
13 `executing-kbd-macro' instead of `executing-macro'. | |
14 | |
15 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with | |
16 correct number of arguments. | |
17 | |
18 * calc/calc-aent.el (calc-do-alg-entry): Use | |
19 `blink-paren-function' instead of `blink-paren-hook'. | |
20 | |
1 2001-11-12 Richard M. Stallman <rms@gnu.org> | 21 2001-11-12 Richard M. Stallman <rms@gnu.org> |
2 | 22 |
3 * calendar/todo-mode.el (todo-save): Add save-excursion | 23 * calendar/todo-mode.el (todo-save): Add save-excursion |
4 and save-restriction. | 24 and save-restriction. |
5 | 25 |