comparison 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
comparison
equal deleted inserted replaced
123:c77884c6318d 124:9b50b4588a93
1 Fri Apr 11 11:50:14 1997 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
2
3 * tm/tm-vm.el: tm-vm/use-original-url-button:
4 - Default is now t (principle of least surprise).
5 (tm-vm/build-preview-buffer):
6 - Bind vm-message-pointer in Preview-buffer.
7 - X-Face was not displayed for a certain set of enabling variables.
8 Calls to (vm-xemacs-p) were removed.
9
10 Sat Apr 12 05:27:56 1997 Steven L Baur <steve@altair.xemacs.org>
11
12 * modes/list-mode.el (list-mode-item-mouse-selected): Sometimes
13 event-closest-point returns nil.
14
15 * comint/telnet.el (telnet-check-software-type-initialize):
16 Restore 19.14 initialization of telnet-prompt-pattern for Unix.
17 (rsh): Allow a way to get back old password-less behavior.
18
19 * edebug/edebug.el (edebug-read-and-maybe-wrap-form): Protect
20 against pathological recursive calls.
21
22 * prim/loadup.el: add cus-start as dumped package.
23
24 * packages/vc.el (vc-directory): Dired requires a list not a
25 string of space separated names.
26
27 * utils/live-icon.el (live-icon-colour-name-from-face): `face' may
28 be a list of faces since it is generated by `extent-face'.
29
30 Fri Apr 11 21:12:57 1997 Steven L Baur <steve@altair.xemacs.org>
31
32 * packages/ispell.el: Don't attempt creation of the menubar unless
33 XEmacs has been compiled with menubars.
34
35 * prim/simple.el (yank-pop): mark-marker needs optional force
36 parameter to activate the region (suggested by Jamie Zawinski).
37
38 Fri Apr 11 17:47:26 1997 Per Abrahamsen <abraham@dina.kvl.dk>
39
40 * packages/apropos.el (apropos): Add support for faces, widgets,
41 and user options.
42 (apropos-print): Ditto.
43
44 Fri Apr 11 01:23:45 1997 Steven L Baur <steve@altair.xemacs.org>
45
46 * prim/loadup.el (running-xemacs): Declare. This variable is the
47 new canonical way of determining whether you're running under
48 XEmacs.
49
1 Thu Apr 10 13:23:14 1997 Steven L Baur <steve@altair.xemacs.org> 50 Thu Apr 10 13:23:14 1997 Steven L Baur <steve@altair.xemacs.org>
51
52 * packages/font-lock.el (font-lock-apply-highlight): Remove
53 support for back to back font hack (and restore correct
54 fontification of `int a, b, c;'). Patch from Anders Lindgren.
2 55
3 * prim/about.el (about-xemacs-xref): Forgot to link David Moore's 56 * prim/about.el (about-xemacs-xref): Forgot to link David Moore's
4 picture (oops). 57 picture (oops).
5 58
6 Thu Apr 10 12:30:29 1997 Per Abrahamsen <abraham@dina.kvl.dk> 59 Thu Apr 10 12:30:29 1997 Per Abrahamsen <abraham@dina.kvl.dk>