diff options
| author | Stefan Monnier | 2000-09-28 15:53:17 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-09-28 15:53:17 +0000 |
| commit | fa003899b882a10a67ba360cb0e4803ad03f8bdd (patch) | |
| tree | 80bc78b21d5c5664e97f2a3592e0604461f71f97 | |
| parent | 66fc753a278955b6622a5598e17656af57689e10 (diff) | |
| download | emacs-fa003899b882a10a67ba360cb0e4803ad03f8bdd.tar.gz emacs-fa003899b882a10a67ba360cb0e4803ad03f8bdd.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 33 |
1 files changed, 20 insertions, 13 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4d78ccf7e16..4ad5e36123f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2000-09-28 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * info.el (Info-extract-pointer): Undo last change. | ||
| 4 | Instead, fix the position of the `bound' arg to re-search-backward. | ||
| 5 | |||
| 6 | 2000-09-27 Stefan Monnier <monnier@cs.yale.edu> | ||
| 7 | |||
| 8 | * info.el (Info-extract-pointer): | ||
| 9 | Widen more carefully, to avoid finding pointers in other nodes. | ||
| 10 | (Info-index): Use push. | ||
| 11 | |||
| 1 | 2000-09-27 +00 Gerd Moellmann <gerd@gnu.org> | 12 | 2000-09-27 +00 Gerd Moellmann <gerd@gnu.org> |
| 2 | 13 | ||
| 3 | * frame.el (set-frame-font): Remove call to obsolete function | 14 | * frame.el (set-frame-font): Remove call to obsolete function |
| @@ -42,11 +53,10 @@ | |||
| 42 | 2000-09-26 Gerd Moellmann <gerd@gnu.org> | 53 | 2000-09-26 Gerd Moellmann <gerd@gnu.org> |
| 43 | 54 | ||
| 44 | * frame.el (frame-notice-user-settings): Don't add a | 55 | * frame.el (frame-notice-user-settings): Don't add a |
| 45 | tool-bar-lines frame parameter to default-frame-alist in batch | 56 | tool-bar-lines frame parameter to default-frame-alist in batch mode. |
| 46 | mode. | ||
| 47 | 57 | ||
| 48 | * frame.el (frame-notice-user-settings): Make tool-bar-mode and | 58 | * frame.el (frame-notice-user-settings): |
| 49 | default-frame-alist consistent. | 59 | Make tool-bar-mode and default-frame-alist consistent. |
| 50 | 60 | ||
| 51 | * toolbar/tool-bar.el (tool-bar-help): New function. | 61 | * toolbar/tool-bar.el (tool-bar-help): New function. |
| 52 | 62 | ||
| @@ -87,7 +97,6 @@ | |||
| 87 | 97 | ||
| 88 | * progmodes/hideshow.el: Update author email address. | 98 | * progmodes/hideshow.el: Update author email address. |
| 89 | Generally, sync w/ maintainer version 5.22. | 99 | Generally, sync w/ maintainer version 5.22. |
| 90 | |||
| 91 | (hs-hide-all-non-comment-function): New var. | 100 | (hs-hide-all-non-comment-function): New var. |
| 92 | (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings. | 101 | (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings. |
| 93 | (hs-hide-all): Use `hs-hide-all-non-comment-function'. | 102 | (hs-hide-all): Use `hs-hide-all-non-comment-function'. |
| @@ -108,8 +117,7 @@ | |||
| 108 | 117 | ||
| 109 | * vc-rcs.el (toplevel): Require `vc' when compiling. | 118 | * vc-rcs.el (toplevel): Require `vc' when compiling. |
| 110 | 119 | ||
| 111 | * startup.el (fancy-splash-head): Use splash.pbm instead of | 120 | * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm. |
| 112 | splash.xbm. | ||
| 113 | 121 | ||
| 114 | 2000-09-22 Andre Spiegel <spiegel@gnu.org> | 122 | 2000-09-22 Andre Spiegel <spiegel@gnu.org> |
| 115 | 123 | ||
| @@ -140,8 +148,8 @@ | |||
| 140 | * add-log.el (change-log-date-face, change-log-name-face) | 148 | * add-log.el (change-log-date-face, change-log-name-face) |
| 141 | (change-log-email-face, change-log-file-face) | 149 | (change-log-email-face, change-log-file-face) |
| 142 | (change-log-list-face, change-log-conditionals-face) | 150 | (change-log-list-face, change-log-conditionals-face) |
| 143 | (change-log-function-face, change-log-acknowledgement-face): New | 151 | (change-log-function-face, change-log-acknowledgement-face): |
| 144 | faces, inheriting from font-lock faces. | 152 | New faces, inheriting from font-lock faces. |
| 145 | (change-log-font-lock-keywords): Use them. | 153 | (change-log-font-lock-keywords): Use them. |
| 146 | 154 | ||
| 147 | 2000-09-21 Dave Love <fx@gnu.org> | 155 | 2000-09-21 Dave Love <fx@gnu.org> |
| @@ -165,8 +173,7 @@ | |||
| 165 | 173 | ||
| 166 | * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file): | 174 | * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file): |
| 167 | New functions. | 175 | New functions. |
| 168 | (vc-next-action-on-file): Call vc-transfer-file at appropriate | 176 | (vc-next-action-on-file): Call vc-transfer-file at appropriate places. |
| 169 | places. | ||
| 170 | (vc-switch-backend): New function. | 177 | (vc-switch-backend): New function. |
| 171 | (vc-prefix-map): Bind `vc-switch-backend' to `b'. | 178 | (vc-prefix-map): Bind `vc-switch-backend' to `b'. |
| 172 | (vc-register): Fix prompt. | 179 | (vc-register): Fix prompt. |
| @@ -181,8 +188,8 @@ | |||
| 181 | (vc-rcs-fetch-master-state): With non-strict locking, compare file | 188 | (vc-rcs-fetch-master-state): With non-strict locking, compare file |
| 182 | contents in order to find the state. | 189 | contents in order to find the state. |
| 183 | (vc-rcs-checkin): Allow creation of branches with no changes. | 190 | (vc-rcs-checkin): Allow creation of branches with no changes. |
| 184 | (vc-rcs-unregister, vc-rcs-receive-file, | 191 | (vc-rcs-unregister, vc-rcs-receive-file) |
| 185 | vc-rcs-set-non-strict-locking): New functions. | 192 | (vc-rcs-set-non-strict-locking): New functions. |
| 186 | 193 | ||
| 187 | * vc-hooks.el (vc-name): Force correct computation of the value | 194 | * vc-hooks.el (vc-name): Force correct computation of the value |
| 188 | in case it is missing. | 195 | in case it is missing. |