Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 197:acd284d43ca1 r20-3b25
Import from CVS: tag r20-3b25
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 10:00:02 +0200 |
| parents | a2f645c6b9f8 |
| children | 169c0442b401 |
comparison
equal
deleted
inserted
replaced
| 196:58e0786448ca | 197:acd284d43ca1 |
|---|---|
| 1 1997-09-30 SL Baur <steve@altair.xemacs.org> | |
| 2 | |
| 3 * prim/dumped-lisp.el (preloaded-file-list): Load | |
| 4 cl/auto-autoloads early. | |
| 5 | |
| 6 1997-10-01 Hrvoje Niksic <hniksic@srce.hr> | |
| 7 | |
| 8 * custom/cus-edit.el (custom-save-delete): Bind `find-file-hooks' | |
| 9 to nil. | |
| 10 | |
| 11 * custom/wid-edit.el (widget-next-button-or-field): Use the | |
| 12 `start-open' flag to `map-extents'. | |
| 13 (widget-previous-button-or-field): Ditto. | |
| 14 | |
| 15 * custom/cus-edit.el (custom-face-value-create): Use | |
| 16 `face-custom-attributes'. | |
| 17 | |
| 18 * packages/font-lock.el: Defcustomed some variables. | |
| 19 | |
| 20 1997-09-30 Hrvoje Niksic <hniksic@srce.hr> | |
| 21 | |
| 22 * custom/cus-face.el: Big changes. Most of the functionality | |
| 23 moved to faces.el. Internal functions renamed not to start with | |
| 24 `custom-'. | |
| 25 | |
| 26 * custom/cus-face.el (face-spec-set): Use `reset-face'. | |
| 27 | |
| 28 * prim/faces.el (reset-face): Accept LOCALE, TAG-SET and EXACT-P. | |
| 29 | |
| 30 * custom/cus-face.el (face-spec-set): Use `remove-specifier'. | |
| 31 (get-frame-background-mode): Cache background modes of frames. | |
| 32 | |
| 33 * prim/minibuf.el (input-error): Add a `display-error' property. | |
| 34 | |
| 35 * custom/cus-face.el (initialize-face-resources): Check for | |
| 36 `make-face-x-resource-internal' before using it. | |
| 37 (custom-get-frame-properties): Use `set-frame-property'. | |
| 38 | |
| 39 1997-09-29 Hrvoje Niksic <hniksic@srce.hr> | |
| 40 | |
| 41 * custom/wid-edit.el (widget-specify-button): Set the `tabable' | |
| 42 property. | |
| 43 (widget-specify-field): Ditto. | |
| 44 (widget-next-button-or-field): Use it. | |
| 45 (widget-previous-button-or-field): Ditto. | |
| 46 | |
| 47 1997-09-29 Martin Buchholz <mrb@eng.sun.com> | |
| 48 | |
| 49 * sunpro/sunpro-init.el: Fix initialization failure if | |
| 50 compile/debug toolbar buttons are LAST on the toolbar. | |
| 51 | |
| 52 1997-09-29 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> | |
| 53 | |
| 54 * prim/help.el (find-function-noselect): Now finds libraries | |
| 55 explicitly loaded from outside `load-path' as it should. | |
| 56 | |
| 57 1997-09-29 SL Baur <steve@altair.xemacs.org> | |
| 58 | |
| 59 * prim/help.el(describe-function-1): Fix for compiled macros. | |
| 60 From Hrvoje Niksic <hniksic@srce.hr> | |
| 61 | |
| 62 Mon Sep 29 01:30:45 1997 Kyle Jones <kyle_jones@wonderworks.com> | |
| 63 | |
| 64 * prim/startup.el: Added defvars for lock-directory | |
| 65 and superlock-file to quiet the byte-compiler. | |
| 66 | |
| 67 (normal-top-level): Removed call to init-glyphs; it now | |
| 68 runs at dump time from lisp/prim/glyphs.el. | |
| 69 | |
| 70 (splash-frame-present): Call splash-hack-version-string | |
| 71 once after all the strings have been inserted, instead | |
| 72 of once per string insertion. | |
| 73 | |
| 74 * prim/glyphs.el (init-glyphs): Replaced references | |
| 75 to data-directory with "../etc/" which is the data | |
| 76 directory at dump time. This is likely a lose for | |
| 77 those who CANNOT_DUMP. I don't know what the right | |
| 78 answer is in that case. | |
| 79 | |
| 80 Run init-glyphs at dump time. | |
| 81 | |
| 82 * prim/faces.el (init-other-random-faces): Don't set | |
| 83 colors for the text cursor if we're initializating a | |
| 84 tty device, since it does nothing on a tty. | |
| 85 | |
| 86 Removed modeline-buffer-id, modeline-mousable and | |
| 87 modeline-mousable-minor-mode-code face initialization; this | |
| 88 code is now run at dump time in lisp/prim/modeline.el. | |
| 89 | |
| 90 * prim/faces.el: Set reverse-p property on tty devices | |
| 91 for the primary-selection face. Set underline-p property | |
| 92 on tty devices for the secondary-selection face. Both of | |
| 93 these actions are to prevent init-other-random-faces from | |
| 94 considering these faces the same as the default face on | |
| 95 ttys and applying useless color specs to them. | |
| 96 | |
| 97 * prim/modeline.el: Initialize modeline-buffer-id, | |
| 98 modeline-mousable and modeline-mousable-minor-mode | |
| 99 faces in this file at dump time. | |
| 100 | |
| 101 Added (defvar place) to quiet the byte-compiler. | |
| 102 | |
| 103 Mon Sep 29 02:11:35 1997 Kyle Jones <kyle_jones@wonderworks.com> | |
| 104 | |
| 105 * packages/vc-hooks.el: Move menu installation off | |
| 106 before-init-hook and do it at dump time. | |
| 107 | |
| 108 * ediff/ediff-hook.el: Move menu installation off | |
| 109 before-init-hook and do it at dump time. | |
| 110 | |
| 111 1997-09-29 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> | |
| 112 | |
| 113 * prim/help.el (describe-function-1): If the function is not yet | |
| 114 loaded, print the autoload file-name. If function is loaded, | |
| 115 print the library name in `load-history' or from | |
| 116 `compiled-function-annotation'. | |
| 117 | |
| 118 1997-09-28 Karl M. Hegbloom <karlheg@inetarena.com> | |
| 119 | |
| 120 * prim/help.el (find-function-noselect): remove reference to | |
| 121 `path' from the (let* ((path find... since &optional path is no | |
| 122 longer an argument to this function. Cures "Signaling: | |
| 123 (void-variable path)" error when using {M-x find-function}. | |
| 124 | |
| 125 1997-09-27 Karl M. Hegbloom <karlheg@inetarena.com> | |
| 126 | |
| 127 * utils/regexp-opt.el: Add support for the shy grouping "\\(?:" | |
| 128 that came along with the new regexp syntax. | |
| 129 | |
| 130 1997-09-29 Hrvoje Niksic <hniksic@srce.hr> | |
| 131 | |
| 132 * x11/x-toolbar.el: Minor fixes. | |
| 133 | |
| 134 1997-09-28 Hrvoje Niksic <hniksic@srce.hr> | |
| 135 | |
| 136 * custom/wid-edit.el (color): Buttonify the tag. | |
| 137 (widget-color-action): Use `read-color' unconditionally. | |
| 138 | |
| 139 * utils/edmacro.el: Use append/vconcat instead of mapcar/mapvector | |
| 140 with `identity'. | |
| 141 (format-kbd-macro): Use `indirect-function' instead of | |
| 142 `symbol-function'. | |
| 143 (read-kbd-macro): Fix docstring. | |
| 144 (edmacro-finish-edit): Use `match-string'. | |
| 145 (edmacro-parse-keys): Ditto. | |
| 146 (edmacro-parse-word): Use `dotimes' instead of `loop'. | |
| 147 (edmacro-format-keys): Ditto. | |
| 148 | |
| 149 * custom/cus-face.el (custom-face-attributes): Use | |
| 150 `set-face-background-pixmap', instead of `set-face-stipple'. | |
| 151 | |
| 152 * custom/cus-edit.el (custom-group-menu-create): Check whether | |
| 153 `custom-menu-create' returned a list. | |
| 154 | |
| 155 1997-09-28 SL Baur <steve@altair.xemacs.org> | |
| 156 | |
| 157 * utils/finder.el (finder-known-keywords): Ignore mule entry when | |
| 158 built without Mule. | |
| 159 | |
| 160 1997-09-27 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 161 | |
| 162 * quail.el (quail-execute-non-quail-command): `keylist' is not | |
| 163 list of characters. | |
| 164 (quail-update-translation): Don't use `quail-delete-region' | |
| 165 because overlay emulation of XEmacs can not regard 0 length | |
| 166 overlay. | |
| 167 (quail-show-kbd-layout): Must convert character(code) to event. | |
| 168 | |
| 169 1997-09-26 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 170 | |
| 171 * quail.el: sync with Emacs 20.2. | |
| 172 | |
| 173 1997-09-27 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 174 | |
| 175 * mule-init.el (init-mule): Load leim-list.el (to sync with Emacs | |
| 176 20.2). | |
| 177 | |
| 178 * mule-cmds.el: Change key binding for `select-input-method' to | |
| 179 sync with Emacs 20.2. | |
| 180 | |
| 181 (get-language-info, set-language-info, set-language-info-alist, | |
| 182 read-language-name): Modify to sync with Emacs 20.2. | |
| 183 | |
| 184 (leim-list-file-name): New constant (imported from Emacs 20.2). | |
| 185 (leim-list-header, leim-list-entry-regexp, | |
| 186 update-leim-list-functions): New variable (imported from Emacs | |
| 187 20.2). | |
| 188 (update-leim-list-file): New function (imported from Emacs 20.2). | |
| 189 | |
| 190 (current-input-method, current-input-method-title): Modify | |
| 191 DOC-string to sync with Emacs 20.2. | |
| 192 (default-input-method): Use `defcustom' (to sync with Emacs 20.2). | |
| 193 (input-method-history): New variable (imported from Emacs 20.2). | |
| 194 | |
| 195 (inactivate-current-input-method-function): Modify DOC-string to | |
| 196 sync with Emacs 20.2. | |
| 197 | |
| 198 (input-method-alist): New variable (imported from Emacs 20.2). | |
| 199 (register-input-method, read-input-method-name, | |
| 200 activate-input-method, inactivate-input-method): New function | |
| 201 (imported from Emacs 20.2). | |
| 202 (select-input-method, toggle-input-method, describe-input-method, | |
| 203 describe-current-input-method, read-multilingual-string): Modify | |
| 204 to sync with Emacs 20.2. | |
| 205 (input-method-verbose-flag): New variable; abolish | |
| 206 `input-method-tersely-flag'; to sync with Emacs 20.2. | |
| 207 (input-method-highlight-flag): New variable (imported from Emacs | |
| 208 20.2). | |
| 209 | |
| 210 (input-method-activate-hook, input-method-inactivate-hook): Modify | |
| 211 DOC-string to sync with Emacs 20.2. | |
| 212 (input-method-exit-on-invalid-key): New variable (imported from | |
| 213 Emacs 20.2). | |
| 214 | |
| 215 * mule-coding.el (check-coding-system): New alias. | |
| 216 (modify-coding-system-alist): New function (imported from Emacs | |
| 217 20.2). | |
| 218 | |
| 219 Rename coding-system `iso-2022-7' -> `iso-2022-7bit' to sync with | |
| 220 Emacs 20.2; define alias `iso-2022-7' for compatibility. | |
| 221 | |
| 222 * mule-process.el (network-coding-system-alist): New variable. | |
| 223 (open-network-stream): Refer it. | |
| 224 | |
| 225 1997-09-27 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 226 | |
| 227 * viet-util.el: New file; Imported from Emacs 20.2. | |
| 228 | |
| 229 * tibet-util.el: New file; Imported from Emacs 20.2. | |
| 230 | |
| 231 * hebrew.el, lao.el, lao-util.el, vietnamese.el, tibetan.el: | |
| 232 Imported from Emacs 20.2. | |
| 233 | |
| 234 * greek.el, european.el, ethiopic.el, english.el, cyrillic.el, | |
| 235 chinese.el, korean.el, japanese.el, thai.el, misc-lang.el: Modify | |
| 236 to sync with Emacs 20.2. | |
| 237 | |
| 238 1997-09-24 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 239 | |
| 240 * mule-process.el (start-process): Refer | |
| 241 `process-coding-system-alist'. | |
| 242 | |
| 243 * mule-process.el (call-process-region): Refer | |
| 244 `process-coding-system-alist'. | |
| 245 | |
| 246 * mule-process.el (process-coding-system-alist): New variable. | |
| 247 (call-process): Refer it. | |
| 248 | |
| 249 * mule-init.el: Rename `pathname-coding-system' to | |
| 250 `file-name-coding-system' to sync with Emacs 20.2. | |
| 251 | |
| 252 * mule-coding.el: Rename `pathname-coding-system' to | |
| 253 `file-name-coding-system' to sync with Emacs 20.2; define | |
| 254 `pathname-coding-system' as an obsolete variable. | |
| 255 | |
| 256 1997-09-03 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 257 | |
| 258 * lisp/mule/mule-files.el: Implement `file-coding-system-alist' of | |
| 259 Emacs 20.0.97 to sync; abolish variable | |
| 260 `buffer-file-coding-system-alist'. | |
| 261 | |
| 262 (find-file-coding-system-for-read-from-filename): Renamed from | |
| 263 `find-buffer-file-coding-system-from-filename'; modify for new | |
| 264 `file-coding-system-alist'. | |
| 265 | |
| 266 (find-file-coding-system-for-write-from-filename): New function. | |
| 267 | |
| 268 (insert-file-contents): Modify for new `file-coding-system-alist'. | |
| 269 | |
| 270 (write-region): Use | |
| 271 `find-file-coding-system-for-write-from-filename'. | |
| 272 | |
| 273 1997-09-27 SL Baur <steve@altair.xemacs.org> | |
| 274 | |
| 275 * prim/obsolete.el (define-widget-keywords): Make it obsolete. | |
| 276 | |
| 277 * custom/widget.el (define-widget-keywords): Restore superfluous | |
| 278 function `define-widget-keywords'. | |
| 279 | |
| 280 * modes/sh-script.el (sh-script): Restore correct feature. | |
| 281 | |
| 282 1997-09-27 Tomasz Cholewo <tjchol01@mecca.spd.louisville.edu> | |
| 283 | |
| 284 * prim/isearch-mode.el (isearch-help-or-delete-char): New function. | |
| 285 | |
| 1 1997-09-27 Hrvoje Niksic <hniksic@srce.hr> | 286 1997-09-27 Hrvoje Niksic <hniksic@srce.hr> |
| 2 | 287 |
| 3 * custom/cus-dep.el (Custom-make-dependencies): Minor fixes. | 288 * custom/cus-dep.el (Custom-make-dependencies): Minor fixes. |
| 4 | 289 |
| 5 1997-09-27 SL Baur <steve@altair.xemacs.org> | 290 1997-09-27 SL Baur <steve@altair.xemacs.org> |
| 30 docstring. Use `function-history' in completing-read. | 315 docstring. Use `function-history' in completing-read. |
| 31 (describe-function-1): Only print one filename, even if we know | 316 (describe-function-1): Only print one filename, even if we know |
| 32 two! Use `variable-history' in completing-read. | 317 two! Use `variable-history' in completing-read. |
| 33 (where-is): Mention `find-function-function' in docstring. | 318 (where-is): Mention `find-function-function' in docstring. |
| 34 (find-function-function): improve docstring. | 319 (find-function-function): improve docstring. |
| 35 (find-function-noselect): Remove optional arg. Now finds | 320 (find-function-noselect): Remove optional arg. Search also for |
| 36 libraries explicitly loaded from outside `load-path' as it should. | 321 cl's defun*. Return a pair instead of a list. |
| 37 Search also for cl's defun*. Return a pair instead of a list. | |
| 38 (find-function-read-function): use `function-history'. | 322 (find-function-read-function): use `function-history'. |
| 39 (find-function-do-it): new function. | 323 (find-function-do-it): new function. |
| 40 (find-function): Remove optional arg. Use `find-function-do-it'. | 324 (find-function): Remove optional arg. Use `find-function-do-it'. |
| 41 (find-function-other-window): ditto. | 325 (find-function-other-window): ditto. |
| 42 (find-function-other-frame): ditto. | 326 (find-function-other-frame): ditto. |
