Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 377:d883f39b8495 r21-2b4
Import from CVS: tag r21-2b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:05:42 +0200 |
parents | a300bb07d72d |
children | 8626e4521993 |
comparison
equal
deleted
inserted
replaced
376:e2295b4d9f2e | 377:d883f39b8495 |
---|---|
1 1998-11-28 SL Baur <steve@altair.xemacs.org> | |
2 | |
3 * XEmacs 21.2-beta4 is released. | |
4 | |
5 1998-11-27 Jan Vroonhof <vroonhof@math.ethz.ch> | |
6 | |
7 * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton. | |
8 (easy-menu-item-present-p): Wrapper around find-menu-item. | |
9 (easy-menu-remove-item): Wrapper around delete-menu-item. | |
10 | |
11 * menubar.el (delete-menu-item): Add 'from-menu' argument. | |
12 (add-menu-button): Add 'in-menu' argument. | |
13 (add-menu-item-1): Add in-menu support to helper function. | |
14 | |
15 1998-11-27 Katsumi Yamaoka <yamaoka@jpl.org> | |
16 | |
17 * isearch-mode.el (isearch-mode): Fix keymap lossage. | |
18 | |
19 1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch> | |
20 | |
21 * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change | |
22 of Dec 4, 1997. | |
23 | |
24 1998-11-25 Hrvoje Niksic <hniksic@srce.hr> | |
25 | |
26 * process.el (shell-command-on-region): Report if the command | |
27 succeeded or failed. | |
28 | |
29 1998-11-24 Hrvoje Niksic <hniksic@srce.hr> | |
30 | |
31 * subr.el (buffer-substring-no-properties): Comment out. | |
32 | |
33 1998-11-07 Adrian Aichner <aichner@ecf.teradyne.com> | |
34 | |
35 * msw-faces.el (mswindows-find-smaller-font): Turning font names | |
36 into font instances first, like `x-frob-font-size' does. | |
37 (mswindows-find-larger-font): ditto | |
38 | |
39 1998-11-04 Greg Klanderman <greg@alphatech.com> | |
40 | |
41 * package-ui.el (pui-install-selected-packages): fix args in call | |
42 to `package-get'. | |
43 | |
44 1998-10-29 Jan Vroonhof <vroonhof@math.ethz.ch> | |
45 | |
46 * package-get.el (host-name): New widget type. | |
47 (package-get-remote): Better customization using new type. | |
48 (package-get-download-sites): idem dito. | |
49 | |
50 (package-get-custom): Do not use package-get-all untill we have | |
51 runtime dependencies. | |
52 | |
53 (package-get-remove-copy): Default to 't' we no longer need this | |
54 kludge as we do not currently use depenencies. | |
55 | |
56 (package-get-was-current): New variable. | |
57 (package-get-require-base): New 'force-current' argument. | |
58 (package-get-update-base): idem | |
59 (package-get-package-provider): idem | |
60 (package-get-locate-index-file): New 'no-remote' argument. | |
61 (package-get-locate-file): idem. | |
62 | |
63 (package-get-maybe-save-index): New function. | |
64 (package-get-update-base): Use it. | |
65 | |
66 1998-10-28 Greg Klanderman <greg@alphatech.com> | |
67 | |
68 * package-get.el (package-get-remote): default to nil; by default, | |
69 don't go out to the net via EFS. They must select a download site. | |
70 (package-get-download-sites): new variable. | |
71 (package-get-download-menu): new function. | |
72 (package-get-locate-index-file): new function. | |
73 (package-get-update-base): use it. | |
74 | |
75 * menubar-items.el (default-menubar): add "Update Package Index" | |
76 and "Add Download Site" menus under Options | Manage Packages. | |
77 | |
78 1998-10-19 Greg Klanderman <greg@alphatech.com> | |
79 | |
80 * package-get.el (package-get): bugfix code checking installed version | |
81 for case where package is not currently installed. | |
82 (package-get-require-signed-base-updates): new variable. | |
83 (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was | |
84 deemed not a goot thing. Use the variable | |
85 package-get-allow-unsigned-base-updates instead. | |
86 | |
87 1998-10-16 Greg Klanderman <greg@alphatech.com> | |
88 | |
89 * package-get.el (package-get): Don't install an older version than | |
90 we already have unless explicitly told to. Issue a warning. | |
91 | |
92 * package-ui.el (pui-add-required-packages): when adding | |
93 dependencies, don't add packages that are up to date. | |
94 (pui-package-symbol-char): Don't consider a package out of date | |
95 if you have a newer version installed than the latest version in | |
96 package-get-base. | |
97 | |
98 * package-get.el (package-get-base-filename): document that it may | |
99 be a path relative to package-get-remote; new default value. | |
100 (package-get-locate-file): new function. | |
101 (package-get-update-base): use it to expand package-get-base-filename. | |
102 (package-get-save-base): new function to save the package-get database | |
103 to file. | |
104 (package-get-update-base-from-buffer): add REMOTE-SOURCE argument. | |
105 (package-get-update-base): pass the REMOTE-SOURCE arg. | |
106 (package-get-update-base-entry): call package-get-custom-add-entry. | |
107 (package-get-file-installed-p): removed; no longer needed. | |
108 (package-get-create-custom): ditto. | |
109 (toplevel): remove code to build and load package-get-custom.el | |
110 (package-get-custom-add-entry): new function. | |
111 | |
112 1998-10-12 Hrvoje Niksic <hniksic@srce.hr> | |
113 | |
114 * wid-edit.el (widget-button-click): Don't switch window. | |
115 | |
116 1998-10-22 Jan Vroonhof <vroonhof@math.ethz.ch> | |
117 | |
118 * cus-face.el (custom-set-face-update-spec): Add autoload cookie | |
119 | |
120 1998-10-20 Malcolm Box <malcolm@brownale.demon.co.uk> | |
121 | |
122 * etags.el (find-tag-default): Run find-tag-hook using | |
123 run-hooks rather than funcall | |
124 | |
125 1998-10-19 Hrvoje Niksic <hniksic@srce.hr> | |
126 | |
127 * isearch-mode.el (isearch-mode): Set the current minor mode maps | |
128 and the current local map as the parents to isearch-mode-map. | |
129 | |
1 1998-10-15 SL Baur <steve@altair.xemacs.org> | 130 1998-10-15 SL Baur <steve@altair.xemacs.org> |
2 | 131 |
3 * XEmacs 21.2-beta3 is released. | 132 * XEmacs 21.2-beta3 is released. |
4 | 133 |
5 1998-10-15 Greg Klanderman <greg@alphatech.com> | 134 1998-10-15 Greg Klanderman <greg@alphatech.com> |