Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 124:9b50b4588a93 r20-1b15
Import from CVS: tag r20-1b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:26:39 +0200 |
parents | d2f30a177268 |
children | 1370575f1259 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Aug 13 09:26:04 2007 +0200 +++ b/lisp/ChangeLog Mon Aug 13 09:26:39 2007 +0200 @@ -1,5 +1,58 @@ +Fri Apr 11 11:50:14 1997 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> + + * tm/tm-vm.el: tm-vm/use-original-url-button: + - Default is now t (principle of least surprise). + (tm-vm/build-preview-buffer): + - Bind vm-message-pointer in Preview-buffer. + - X-Face was not displayed for a certain set of enabling variables. + Calls to (vm-xemacs-p) were removed. + +Sat Apr 12 05:27:56 1997 Steven L Baur <steve@altair.xemacs.org> + + * modes/list-mode.el (list-mode-item-mouse-selected): Sometimes + event-closest-point returns nil. + + * comint/telnet.el (telnet-check-software-type-initialize): + Restore 19.14 initialization of telnet-prompt-pattern for Unix. + (rsh): Allow a way to get back old password-less behavior. + + * edebug/edebug.el (edebug-read-and-maybe-wrap-form): Protect + against pathological recursive calls. + + * prim/loadup.el: add cus-start as dumped package. + + * packages/vc.el (vc-directory): Dired requires a list not a + string of space separated names. + + * utils/live-icon.el (live-icon-colour-name-from-face): `face' may + be a list of faces since it is generated by `extent-face'. + +Fri Apr 11 21:12:57 1997 Steven L Baur <steve@altair.xemacs.org> + + * packages/ispell.el: Don't attempt creation of the menubar unless + XEmacs has been compiled with menubars. + + * prim/simple.el (yank-pop): mark-marker needs optional force + parameter to activate the region (suggested by Jamie Zawinski). + +Fri Apr 11 17:47:26 1997 Per Abrahamsen <abraham@dina.kvl.dk> + + * packages/apropos.el (apropos): Add support for faces, widgets, + and user options. + (apropos-print): Ditto. + +Fri Apr 11 01:23:45 1997 Steven L Baur <steve@altair.xemacs.org> + + * prim/loadup.el (running-xemacs): Declare. This variable is the + new canonical way of determining whether you're running under + XEmacs. + Thu Apr 10 13:23:14 1997 Steven L Baur <steve@altair.xemacs.org> + * packages/font-lock.el (font-lock-apply-highlight): Remove + support for back to back font hack (and restore correct + fontification of `int a, b, c;'). Patch from Anders Lindgren. + * prim/about.el (about-xemacs-xref): Forgot to link David Moore's picture (oops).