Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 110:fe104dbd9147 r20-1b7
Import from CVS: tag r20-1b7
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 09:19:45 +0200 |
| parents | 360340f9fd5f |
| children | 48d667d6f17f |
comparison
equal
deleted
inserted
replaced
| 109:e183fc049578 | 110:fe104dbd9147 |
|---|---|
| 1 Sat Mar 15 15:14:06 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 2 | |
| 3 * prim/loadup.el: Add prim/auto-customize.elc to dumped files. | |
| 4 | |
| 5 * utils/autoload.el (generated-custom-file): New variable. | |
| 6 (autoload-snarf-defcustom): New function. Grab Customization as | |
| 7 we look for autoload cookies. (based on code by Per Abrahamsen). | |
| 8 (update-file-autoloads): Use it. | |
| 9 (autoload-save-customization): New function (based on code by Per | |
| 10 Abrahamsen). | |
| 11 (batch-update-autoloads): Use it. | |
| 12 | |
| 13 Fri Mar 14 19:59:36 1997 Bob Weiner <weiner@infodock.com> | |
| 14 | |
| 15 * packages/jka-compr.el (jka-compr-installed-p): Simplify. | |
| 16 | |
| 17 Fri Mar 14 17:24:30 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 18 | |
| 19 * modes/sendmail.el: Correct vm macro hack. | |
| 20 (query-user-mail-address): New customizable variable. | |
| 21 (user-mail-address): New function, use it. (Courtesy of Per | |
| 22 Abrahamsen <abraham@dina.kvl.dk>). | |
| 23 | |
| 24 Thu Mar 13 18:49:50 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 25 | |
| 26 * x11/x-menubar.el (popup-mode-menu): Do something more correct | |
| 27 when combining a global popup menu and a local mode menu. | |
| 28 | |
| 29 Thu Mar 13 08:36:35 1997 Adrian Aichner <aichner@ecf.teradyne.com> | |
| 30 | |
| 31 * packages/crypt.el (crypt-unix-to-dos-region): Correct DOC string. | |
| 32 | |
| 33 Wed Mar 12 13:46:21 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 34 | |
| 35 * prim/obsolete.el (char=): Make alias for common lisp | |
| 36 compatibility. | |
| 37 | |
| 38 Mon Mar 10 09:44:05 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 39 | |
| 40 * prim/simple.el (set-fill-column): Clean up docstring. | |
| 41 | |
| 42 * x11/x-menubar.el (save-options-non-customized-face-list): Allow | |
| 43 save-options to save faces declared with defface macro. | |
| 44 | |
| 45 * packages/vc.el: diff-switches is autoloaded again in diff.el. | |
| 46 | |
| 47 * packages/diff.el (diff-switches): Default to "-c". | |
| 48 | |
| 49 Sun Mar 9 18:44:59 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu> | |
| 50 | |
| 51 * prim/help.el (describe-function-1): Add missing stream arguments | |
| 52 to terpri and princ. | |
| 53 | |
| 54 Sun Mar 9 15:38:29 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 55 | |
| 56 * prim/modeline.el (modeline-minor-mode-menu): Evaluate minor | |
| 57 modes in context of correct buffer. | |
| 58 | |
| 59 * prim/help.el (locate-library): Synched with Emacs 19.35. | |
| 60 | |
| 61 * packages/icomplete.el (icomplete-get-keys): Make it work. | |
| 62 | |
| 63 * prim/about.el: Add Jens Lautenbacher's picture. | |
| 64 | |
| 65 Sun Mar 9 12:38:53 1997 Noah Friedman <friedman@prep.ai.mit.edu> | |
| 66 | |
| 67 * utils/eldoc.el (eldoc-pre-command-refresh-echo-area): Use | |
| 68 eldoc-display-message-p, not eldoc-display-message-no-interference-p. | |
| 69 | |
| 1 Sat Mar 8 11:20:47 1997 Steven L Baur <steve@altair.xemacs.org> | 70 Sat Mar 8 11:20:47 1997 Steven L Baur <steve@altair.xemacs.org> |
| 71 | |
| 72 * prim/startup.el (startup-splash-frame-body): More text tweaking. | |
| 2 | 73 |
| 3 * x11/x-faces.el (*try-oblique-before-italic-fonts*): New user | 74 * x11/x-faces.el (*try-oblique-before-italic-fonts*): New user |
| 4 variable. Allow trying oblique fonts ahead of italic fonts (from | 75 variable. Allow trying oblique fonts ahead of italic fonts (from |
| 5 Raymond Toy). | 76 Raymond Toy). |
| 6 (x-make-font-italic): Use it. | 77 (x-make-font-italic): Use it. |
| 8 * prim/obsolete.el (window-system): Make it compatible not | 79 * prim/obsolete.el (window-system): Make it compatible not |
| 9 obsolete. | 80 obsolete. |
| 10 | 81 |
| 11 Fri Oct 11 14:21:05 1996 Christoph Wedler <wedler@fmi.uni-passau.de> | 82 Fri Oct 11 14:21:05 1996 Christoph Wedler <wedler@fmi.uni-passau.de> |
| 12 | 83 |
| 13 * hyper-apropos.el (hypropos-get-doc): Put font names etc in | 84 * packages/hyper-apropos.el (hypropos-get-doc): Put font names etc in |
| 14 parentheses if instantiation uses fallback. | 85 parentheses if instantiation uses fallback. |
| 15 (hypropos-face-history): New variable. | 86 (hypropos-face-history): New variable. |
| 16 (hyper-describe-face): New function. | 87 (hyper-describe-face): New function. |
| 17 (hyper-where-is): New command. | 88 (hyper-where-is): New command. |
| 18 (hypropos-read-function-symbol): New function. | 89 (hypropos-read-function-symbol): New function. |
| 22 (hyper-set-variable): New command. | 93 (hyper-set-variable): New command. |
| 23 (hypropos-set-variable): Changed to work with buffer-locals. | 94 (hypropos-set-variable): Changed to work with buffer-locals. |
| 24 | 95 |
| 25 Fri Jul 19 12:01:51 1996 Christoph Wedler <wedler@fmi.uni-passau.de> | 96 Fri Jul 19 12:01:51 1996 Christoph Wedler <wedler@fmi.uni-passau.de> |
| 26 | 97 |
| 27 * hyper-apropos.el: Massive changes--the original knew nothing | 98 * packages/hyper-apropos.el: Massive changes--the original knew nothing |
| 28 about buffer-locals and local-bindings. | 99 about buffer-locals and local-bindings. |
| 29 (hypropos-shrink-window): New user option. | 100 (hypropos-shrink-window): New user option. |
| 30 (hypropos-ref-buffer): New variable. | 101 (hypropos-ref-buffer): New variable. |
| 31 (hypropos-regexp-history): New variable. | 102 (hypropos-regexp-history): New variable. |
| 32 (hyper-apropos): Better interactive version. | 103 (hyper-apropos): Better interactive version. |
| 245 * x11/x-menubar.el (default-menubar): Correct unguarded reference | 316 * x11/x-menubar.el (default-menubar): Correct unguarded reference |
| 246 to fast-lock-mode variable. | 317 to fast-lock-mode variable. |
| 247 | 318 |
| 248 Wed Feb 19 08:04:02 1997 Noah Friedman <friedman@prep.ai.mit.edu> | 319 Wed Feb 19 08:04:02 1997 Noah Friedman <friedman@prep.ai.mit.edu> |
| 249 | 320 |
| 250 * eldoc.el (eldoc-message-commands): Doc fixes. | 321 * utils/eldoc.el (eldoc-message-commands): Doc fixes. |
| 251 (eldoc-message): Make function, not macro. | 322 (eldoc-message): Make function, not macro. |
| 252 | 323 |
| 253 * eldoc.el (eldoc-last-message): New internal variable. | 324 * utils/eldoc.el (eldoc-last-message): New internal variable. |
| 254 (eldoc-mode): Initialize it to nil. | 325 (eldoc-mode): Initialize it to nil. |
| 255 (eldoc-message): Use it. | 326 (eldoc-message): Use it. |
| 256 (eldoc-print-current-symbol-info): Use it. | 327 (eldoc-print-current-symbol-info): Use it. |
| 257 | 328 |
| 258 * eldoc.el (eldoc-pre-command-refresh-echo-area): New function. | 329 * utils/eldoc.el (eldoc-pre-command-refresh-echo-area): New function. |
| 259 (eldoc-mode): Put it on pre-command-hook if in XEmacs or using | 330 (eldoc-mode): Put it on pre-command-hook if in XEmacs or using |
| 260 idle timers in Emacs. | 331 idle timers in Emacs. |
| 261 | 332 |
| 262 * eldoc.el (eldoc-message-commands-table-size): New constant. | 333 * utils/eldoc.el (eldoc-message-commands-table-size): New constant. |
| 263 (eldoc-add-command): Use it to initialize eldoc-message-commands. | 334 (eldoc-add-command): Use it to initialize eldoc-message-commands. |
| 264 | 335 |
| 265 * eldoc.el (eldoc-display-message-no-interference-p): New function. | 336 * utils/eldoc.el (eldoc-display-message-no-interference-p): New |
| 337 function. | |
| 266 (eldoc-display-message-p): Use it. | 338 (eldoc-display-message-p): Use it. |
| 267 | 339 |
| 268 * eldoc.el (eldoc-print-fnsym-args, eldoc-print-var-docstring): | 340 * utils/eldoc.el (eldoc-print-fnsym-args, eldoc-print-var-docstring): |
| 269 Arg sym no longer optional. | 341 Arg sym no longer optional. |
| 270 Do not initialize arg if nil. | 342 Do not initialize arg if nil. |
| 271 | 343 |
| 272 * eldoc.el (eldoc-forward-sexp-safe): Function deleted. | 344 * utils/eldoc.el (eldoc-forward-sexp-safe): Function deleted. |
| 273 (eldoc-beginning-of-sexp): New function. | 345 (eldoc-beginning-of-sexp): New function. |
| 274 (eldoc-fnsym-in-current-sexp): Use eldoc-beginning-of-sexp. | 346 (eldoc-fnsym-in-current-sexp): Use eldoc-beginning-of-sexp. |
| 275 Use eldoc-current-symbol to get symbol at point. | 347 Use eldoc-current-symbol to get symbol at point. |
| 276 | 348 |
| 277 * eldoc.el (eldoc-function-argstring-from-docstring-method-table): | 349 * utils/eldoc.el |
| 278 Forge docstrings for `and', `or', `list', `+', and `-'. | 350 (eldoc-function-argstring-from-docstring-method-table): Forge |
| 279 | 351 docstrings for `and', `or', `list', `+', and `-'. |
| 280 * eldoc.el (eldoc-add-command-completions): New function. | 352 |
| 353 * utils/eldoc.el (eldoc-add-command-completions): New function. | |
| 281 (eldoc-add-command): Take list of args. | 354 (eldoc-add-command): Take list of args. |
| 282 No longer interactive. | 355 No longer interactive. |
| 283 (eldoc-remove-command-completions): New function. | 356 (eldoc-remove-command-completions): New function. |
| 284 (eldoc-remove-command): Take list of args. | 357 (eldoc-remove-command): Take list of args. |
| 285 No longer interactive. | 358 No longer interactive. |
| 286 | 359 |
| 287 * eldoc.el: Initialize eldoc-message-commands using | 360 * utils/eldoc.el: Initialize eldoc-message-commands using |
| 288 eldoc-add-command-completions. | 361 eldoc-add-command-completions. |
| 289 | 362 |
| 290 * eldoc.el (eldoc-display-message-p): New function. | 363 * utils/eldoc.el (eldoc-display-message-p): New function. |
| 291 Return nil if cursor-in-echo-area, or using idle timers and a | 364 Return nil if cursor-in-echo-area, or using idle timers and a |
| 292 command is still active. | 365 command is still active. |
| 293 (eldoc-print-current-symbol-info): Use eldoc-display-message-p. | 366 (eldoc-print-current-symbol-info): Use eldoc-display-message-p. |
| 294 | 367 |
| 295 Tue Feb 18 14:20:01 1997 David Byers <davby@ida.liu.se> | 368 Tue Feb 18 14:20:01 1997 David Byers <davby@ida.liu.se> |
