diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 71ee463a5b1..f22a1d6e597 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-04-25 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * faces.el (modify-face): Add compatibility for non-interactive use. | ||
| 4 | |||
| 1 | 2001-04-24 John Wiegley <johnw@gnu.org> | 5 | 2001-04-24 John Wiegley <johnw@gnu.org> |
| 2 | 6 | ||
| 3 | * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the | 7 | * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the |
| @@ -34,11 +38,9 @@ | |||
| 34 | * eshell/eshell.el (eshell-command): Made a few changes so that | 38 | * eshell/eshell.el (eshell-command): Made a few changes so that |
| 35 | `eshell-command' could be called programmatically. | 39 | `eshell-command' could be called programmatically. |
| 36 | 40 | ||
| 37 | * eshell/esh-mode.el: Moved `eshell-non-interactive-p' to | 41 | * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el. |
| 38 | eshell.el. | ||
| 39 | 42 | ||
| 40 | * eshell/eshell.el (eshell-non-interactive-p): Moved this variable | 43 | * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el. |
| 41 | here. | ||
| 42 | 44 | ||
| 43 | 2001-04-23 John Wiegley <johnw@gnu.org> | 45 | 2001-04-23 John Wiegley <johnw@gnu.org> |
| 44 | 46 | ||
| @@ -59,16 +61,16 @@ | |||
| 59 | 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il> | 61 | 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il> |
| 60 | 62 | ||
| 61 | * calendar/calendar.el (diary-entry-marker) | 63 | * calendar/calendar.el (diary-entry-marker) |
| 62 | (calendar-today-marker, calendar-holiday-marker): Use | 64 | (calendar-today-marker, calendar-holiday-marker): |
| 63 | display-color-p instead of window-system. | 65 | Use display-color-p instead of window-system. |
| 64 | (calendar-mode-map, calendar-mode): Use display-popup-menus-p | 66 | (calendar-mode-map, calendar-mode): Use display-popup-menus-p |
| 65 | instead of window-system. | 67 | instead of window-system. |
| 66 | (calendar-hide-window): Use display-multi-frame-p instead of | 68 | (calendar-hide-window): Use display-multi-frame-p instead of |
| 67 | window-system. | 69 | window-system. |
| 68 | 70 | ||
| 69 | * calendar/cal-x.el (calendar-two-frame-setup) | 71 | * calendar/cal-x.el (calendar-two-frame-setup) |
| 70 | (calendar-only-one-frame-setup, calendar-one-frame-setup): Use | 72 | (calendar-only-one-frame-setup, calendar-one-frame-setup): |
| 71 | display-multi-frame-p instead of window-system. | 73 | Use display-multi-frame-p instead of window-system. |
| 72 | 74 | ||
| 73 | 2001-04-23 Gerd Moellmann <gerd@gnu.org> | 75 | 2001-04-23 Gerd Moellmann <gerd@gnu.org> |
| 74 | 76 | ||
| @@ -80,14 +82,12 @@ | |||
| 80 | 2001-04-23 Alex Schroeder <alex@gnu.org> | 82 | 2001-04-23 Alex Schroeder <alex@gnu.org> |
| 81 | 83 | ||
| 82 | * goto-addr.el: Instead of defining line-beginning-position and | 84 | * goto-addr.el: Instead of defining line-beginning-position and |
| 83 | line-end-position a defalias is used for point-at-bol and | 85 | line-end-position a defalias is used for point-at-bol and point-at-eol. |
| 84 | point-at-eol. | 86 | |
| 85 | |||
| 86 | 2001-04-23 Alex Schroeder <alex@gnu.org> | 87 | 2001-04-23 Alex Schroeder <alex@gnu.org> |
| 87 | 88 | ||
| 88 | * goto-addr.el: Added XEmacs compatibility code. | 89 | * goto-addr.el: Added XEmacs compatibility code. |
| 89 | (goto-address-highlight-keymap): Made keybindings XEmacs | 90 | (goto-address-highlight-keymap): Made keybindings XEmacs compatible. |
| 90 | compatible. | ||
| 91 | 91 | ||
| 92 | 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il> | 92 | 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il> |
| 93 | 93 | ||
| @@ -96,8 +96,7 @@ | |||
| 96 | 2001-04-20 Alex Schroeder <alex@gnu.org> | 96 | 2001-04-20 Alex Schroeder <alex@gnu.org> |
| 97 | 97 | ||
| 98 | * sql.el (sql-escape-newlines-and-send): New function. | 98 | * sql.el (sql-escape-newlines-and-send): New function. |
| 99 | (sql-db2): Set comint-input-sender to | 99 | (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send. |
| 100 | sql-escape-newlines-and-send. | ||
| 101 | 100 | ||
| 102 | 2001-04-20 Alex Schroeder <alex@gnu.org> | 101 | 2001-04-20 Alex Schroeder <alex@gnu.org> |
| 103 | 102 | ||