Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 108:360340f9fd5f r20-1b6
Import from CVS: tag r20-1b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:18:39 +0200 |
parents | 8ff55ebd4be9 |
children | fe104dbd9147 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Aug 13 09:17:27 2007 +0200 +++ b/lisp/ChangeLog Mon Aug 13 09:18:39 2007 +0200 @@ -1,3 +1,93 @@ +Sat Mar 8 11:20:47 1997 Steven L Baur <steve@altair.xemacs.org> + + * x11/x-faces.el (*try-oblique-before-italic-fonts*): New user + variable. Allow trying oblique fonts ahead of italic fonts (from + Raymond Toy). + (x-make-font-italic): Use it. + + * prim/obsolete.el (window-system): Make it compatible not + obsolete. + +Fri Oct 11 14:21:05 1996 Christoph Wedler <wedler@fmi.uni-passau.de> + + * hyper-apropos.el (hypropos-get-doc): Put font names etc in + parentheses if instantiation uses fallback. + (hypropos-face-history): New variable. + (hyper-describe-face): New function. + (hyper-where-is): New command. + (hypropos-read-function-symbol): New function. + (hyper-describe-key): New command. + (hyper-describe-key-briefly): New command. + (hypropos-read-variable-symbol): New function. + (hyper-set-variable): New command. + (hypropos-set-variable): Changed to work with buffer-locals. + +Fri Jul 19 12:01:51 1996 Christoph Wedler <wedler@fmi.uni-passau.de> + + * hyper-apropos.el: Massive changes--the original knew nothing + about buffer-locals and local-bindings. + (hypropos-shrink-window): New user option. + (hypropos-ref-buffer): New variable. + (hypropos-regexp-history): New variable. + (hyper-apropos): Better interactive version. + (hypropos-grok-variables): Omit OBSOLETE stuff. + (hyper-describe-variable): Additional ARG, better interactive + version. + (hyper-describe-function): Ditto. + (hypropos-last-help): Without prefix arg, just display buffer. + (hypropos-insert-face): New function. + (hypropos-insert-keybinding): New function. + (hypropos-get-doc): Additional ARG, display documentation for + faces, complete change. + (hypropos-this-symbol): Using better regexp. + +Fri Mar 7 10:44:48 1997 Steven L Baur <steve@altair.xemacs.org> + + * x11/x-menubar.el (default-menubar): Reorganize again undoing + previous change. Customize submenu moved to top of options menu. + Edit faces restored to edit-faces and renamed to Browse faces. + +Thu Mar 6 08:43:27 1997 Steven L Baur <steve@altair.xemacs.org> + + * x11/x-menubar.el (options-menu): New variable. + (default-menubar): Use it. + + * prim/about.el (view-less): Explicit require. + +Wed Mar 5 18:03:02 1997 Steven L Baur <steve@altair.xemacs.org> + + * prim/cleantree.el: New file based on suggestion by David Moore, + and derived from Gnus nnml code. + +Tue Mar 4 01:19:37 1997 Hrvoje Niksic <hniksic@srce.hr> + + * edebug/edebug.el (edebug-compute-previous-result): Don't treat + numbers as chars. + +Wed Mar 5 10:11:55 1997 Steven L Baur <steve@altair.xemacs.org> + + * prim/startup.el (splash-hack-version-string): New function to + narrow the output of (emacs-version) for the splash screen. + (splash-frame-present): Use it. + +Tue Mar 4 19:52:10 1997 Steven L Baur <steve@altair.xemacs.org> + + * packages/supercite.el (sc-name-filter-alist): (Idea from Bob + Weiner). Update to handle names like Michael Sperber + [Mr. Preprocessor]. + +Mon Mar 3 17:50:04 1997 Per Abrahamsen <abraham@dina.kvl.dk> + + * prim/faces.el (init-face-from-resources): New variable. + (init-face-from-resources): Use it. + (init-device-faces): Use it. + (init-frame-faces): Use it. + (make-empty-face): New function. + + * x11/x-faces.el (x-init-face-from-resources): Made second + argument optional, and added a third argument. + (make-face-x-resource-internal): New alias. + Mon Mar 3 14:45:16 1997 Steven L Baur <steve@altair.xemacs.org> * prim/loadup.el: Remove custom.elc. @@ -638,7 +728,7 @@ * modes/m4-mode.el: Changed m4-program to point to /usr/bin/m4. -Sun Jan 12 18:49:30 1997 $B<i2,(B $BCNI'(B/MORIOKA Tomohiko <morioka@jaist.ac.jp> +Sun Jan 12 18:49:30 1997 ~~ ~~/MORIOKA Tomohiko <morioka@jaist.ac.jp> * mule/mule-misc.el: `-columns' -> `-width' and define `-columns' alias @@ -1188,7 +1278,7 @@ * utils/smtpmail.el: New file from Emacs 19.34. -Fri Dec 6 09:28:04 1996 $B<i2,(B $BCNI'(B/MORIOKA Tomohiko <morioka@jaist.ac.jp> +Fri Dec 6 09:28:04 1996 ~~ ~~/MORIOKA Tomohiko <morioka@jaist.ac.jp> * prim/startup.el (set-default-load-path): Set default-load-path dynamically since file-detect.el is dumped with XEmacs.