comparison lisp/ChangeLog @ 314:341dac730539 r21-0b55

Import from CVS: tag r21-0b55
author cvs
date Mon, 13 Aug 2007 10:44:22 +0200
parents d1b52dcaa789
children 512e409c26a2
comparison
equal deleted inserted replaced
313:2905de29931f 314:341dac730539
1 1998-09-05 SL Baur <steve@altair.xemacs.org>
2
3 * XEmacs 21.0-pre12 is released.
4
5 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
6
7 * list-mode.el: `display-completion-list': added new/optional
8 keyword `:completion-string', which allows the programmer to
9 change the "Possible completions are:" prompt.
10
11 * menubar-items.el: Added new pulldown menu-pick to start up the
12 visual package browser/installer:
13
14 Options->Customize->List Packages
15
16 * package-admin.el: Added hooks for installing under both Unix
17 and MS Windows. Does additional error checking. No longer
18 calls "add-big-package.sh" to install packages under Unix; now
19 calls gunzip & tar directly.
20
21 * package-get.el: Added ability to install packages from files
22 on a local disk/CDROM. Now deletes any existing package lisp
23 directory. Does completion on available packages when
24 querying for package names. Will also search for .tgz files
25 in addition for .tar.gz files. Tries to reload
26 auto-autoloads, as a convenience when loading new packages,
27 and also tries to add any new package paths to `load-path'.
28 Changed all occurences of `concat' to use `expand-file-name'.
29
30 * package-ui.el: New file which implements the main visual
31 package browser/installer, which is started via a menu pick or
32 M-x pui-list packages.
33
34 1998-09-03 Hrvoje Niksic <hniksic@srce.hr>
35
36 * startup.el (load-init-file): spelling fix.
37
38 1998-09-02 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
39
40 * startup.el (normal-top-level): Load auto-autoload files
41 covariantly with their precedence.
42
43 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
44
45 * menubar-items.el (default-menubar): Remove "Font Weight"
46 option, there is currently no custom equivalent.. Customize-faces
47 is "Edit faces".
48
49 * x-font-menu.el (font-menu-set-font): Use customize to set
50 default face.
51
52 * faces.el (face-spec-update-all-matching): New function.
53
54 * cus-face.el (custom-set-face-update-spec): New function.
55 Interface to customize faces from elisp.
56
57 (custom-face-value-create): Show the customized settings if set
58 but not saved.
59
60 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
61
62 (custom-face-value-create): Show the customized settings if set
63 but not saved.
64
65 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
66
67 * keydefs.el (global-map): Add FSF 20.3 binding of
68 query-replace-regexp.
69
70 1998-08-26 SL Baur <steve@altair.xemacs.org>
71
72 * obsolete.el (column-number-start-at-one): Make obsolete.
73
1 1998-08-22 SL Baur <steve@altair.xemacs.org> 74 1998-08-22 SL Baur <steve@altair.xemacs.org>
2 75
3 * XEmacs 21.0-pre11 is released. 76 * XEmacs 21.0-pre11 is released.
4 77
5 1998-08-22 SL Baur <steve@altair.xemacs.org> 78 1998-08-22 SL Baur <steve@altair.xemacs.org>