Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 375:a300bb07d72d r21-2b3
Import from CVS: tag r21-2b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:04:51 +0200 |
parents | 6240c7796c7a |
children | d883f39b8495 |
comparison
equal
deleted
inserted
replaced
374:4ebeb1a5388b | 375:a300bb07d72d |
---|---|
1 1998-10-15 SL Baur <steve@altair.xemacs.org> | |
2 | |
3 * XEmacs 21.2-beta3 is released. | |
4 | |
5 1998-10-15 Greg Klanderman <greg@alphatech.com> | |
6 | |
7 * package-get.el (package-get-update-base): use | |
8 insert-file-contents-internal, not insert-file-contents-literally. | |
9 | |
10 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch> | |
11 | |
12 * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at | |
13 dump time. | |
14 | |
15 1998-10-15 Greg Klanderman <greg@alphatech.com> | |
16 | |
17 * package-get.el (package-get-update-base-entry): new function. | |
18 (package-get-update-base): renamed; was `package-get-load-base'. | |
19 cleanup, and use package-get-update-base-from-buffer. | |
20 (package-get-update-base-from-buffer): new function. | |
21 (package-get-update-base-entries): new; helper for above. | |
22 Do not eval lisp grabbed over ftp; parse it from new format. | |
23 | |
24 1998-10-15 Greg Klanderman <greg@alphatech.com> | |
25 | |
26 * files.el (set-auto-mode): Don't play games loading package-get | |
27 database; package-get-package-provider will handle it all. | |
28 | |
29 1998-10-14 Greg Klanderman <greg@alphatech.com> | |
30 | |
31 * package-get.el (package-get-base-filename): new variable. | |
32 (package-get-require-base): new function. | |
33 (package-get-pgp-signed-begin-line): new variable. | |
34 (package-get-pgp-signature-begin-line): ditto. | |
35 (package-get-pgp-signature-end-line): ditto. | |
36 (package-get-load-base): new function. | |
37 (package-get-interactive-package-query): | |
38 (package-get-update-all): | |
39 (package-get-dependencies): | |
40 (package-get-package-provider): | |
41 (package-get-custom): use package-get-require-base. | |
42 [package-get-custom loading]: disable for now. | |
43 | |
44 * package-ui.el (pui-list-packages): use (package-get-require-base) | |
45 | |
46 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch> | |
47 | |
48 * package-ui.el: Correct obvious thinko in choosing extent face. | |
49 | |
50 1998-10-12 Jan Vroonhof <vroonhof@math.ethz.ch> | |
51 | |
52 * menubar-items.el (default-menubar): pui-list-package has nothing | |
53 to with Customize. Move all the package stuff to a new Item in Options. | |
54 | |
55 * package-ui.el (pui-menu): Add menu and Popup menu. | |
56 | |
57 * package-get.el (package-get): Use new | |
58 package-admin-get-install-dir. | |
59 | |
60 * package-admin.el (package-admin-get-install-dir): New syntax. | |
61 Conserve package location and put mule packages where mule-base is. | |
62 | |
63 * package-get.el : Customized | |
64 | |
65 * package-ui.el (pui): Customized | |
66 (pui-package-install-dest-dir): New variable. | |
67 (pui-install-selected-packages): Use it | |
68 | |
69 1998-10-12 SL Baur <steve@altair.xemacs.org> | |
70 | |
71 * package-get.el (package-get-interactive-package-query): Move | |
72 dependency on package-get-base to run-time. | |
73 (package-get-update-all): Ditto. | |
74 (package-get-dependencies): Ditto. | |
75 (package-get-package-provider): Ditto. | |
76 (package-get-custom): Ditto. | |
77 | |
78 1998-10-11 Glynn Clements <glynn@sensei.co.uk> | |
79 | |
80 * events.el: Remove 'ascii-character property from 'backspace | |
81 and 'delete symbols | |
82 | |
83 1998-10-11 SL Baur <steve@altair.xemacs.org> | |
84 | |
85 * package-get-base.el: removed. | |
86 | |
87 1998-09-23 Didier Verna <verna@inf.enst.fr> | |
88 | |
89 * simple.el (search-caps-disable-folding): moved from isearch-mode.el | |
90 (no-upper-case-p): new function. | |
91 (with-search-caps-disable-folding): new macro. | |
92 (with-interactive-search-caps-disable-folding): new macro. | |
93 (zap-to-char): In interactive mode, do a case-sensitive search if | |
94 the character is uppercase. | |
95 (zap-up-to-char): ditto. | |
96 | |
97 * replace.el (perform-replace): use the function no-upper-case-p. | |
98 | |
99 * isearch-mode.el (isearch-fix-case): ditto. | |
100 make obsolete `with-caps-disable-folding' and | |
101 `isearch-no-upper-case-p'. | |
102 | |
103 * etags.el (find-tag-internal): use `with-search-caps-disable-folding'. | |
104 (tags-search): ditto. | |
105 (tags-query-replace): ditto. | |
106 | |
107 * info.el (Info-search): ditto. | |
108 | |
109 1998-10-07 Jan Vroonhof <vroonhof@math.ethz.ch> | |
110 | |
111 * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local | |
112 | |
113 1998-10-07 Greg Klanderman <greg@alphatech.com> | |
114 | |
115 * package-admin.el (package-admin-rmtree): rewritten. need to | |
116 check for "." and ".." before symlink check. expand files and | |
117 directories with respect to DIRECTORY, not default-directory. | |
118 | |
119 1998-10-04 Greg Klanderman <greg@alphatech.com> | |
120 | |
121 * package-get.el (package-get-all): add INSTALL-DIR argument. | |
122 | |
123 1998-10-06 Greg Klanderman <greg@alphatech.com> | |
124 | |
125 * package-ui.el (pui-add-required-packages): new function, select | |
126 dependent packages. | |
127 (pui-display-keymap): bind it. | |
128 (pui-help-string): document it. | |
129 (pui-install-selected-packages): package-get-all -> package-get. | |
130 | |
131 * package-get.el (package-get-dependencies): new function. | |
132 | |
133 1998-10-04 Hrvoje Niksic <hniksic@srce.hr> | |
134 | |
135 * isearch-mode.el (isearch-done): Use regexp-search-ring-max for | |
136 regexps. | |
137 | |
138 1998-10-05 Hrvoje Niksic <hniksic@srce.hr> | |
139 | |
140 * mouse.el (default-mouse-track-point-at-opening-quote-p): New | |
141 function. | |
142 (default-mouse-track-normalize-point): Use it. | |
143 | |
144 1998-09-30 Jan Vroonhof <vroonhof@math.ethz.ch> | |
145 | |
146 * package-admin.el (package-admin-delete-binary-package): | |
147 General cleanup. Remove unnessary use of progn and | |
148 save-excursion. | |
149 (package-admin-delete-binary-package): Do NOT mess with file | |
150 modes. That is evil. | |
151 (package-admin-delete-binary-package): Wrap all deleting in | |
152 condition-case. The data in MANIFEST is untrustworthy. | |
153 (package-admin-delete-binary-package): Let the OS worry about non | |
154 empty directories. | |
155 | |
156 1998-10-09 SL Baur <steve@altair.xemacs.org> | |
157 | |
158 * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment | |
159 processing. | |
160 (lm-report-bug): Fix mail address to send bug reports to. | |
161 | |
1 1998-09-29 SL Baur <steve@altair.xemacs.org> | 162 1998-09-29 SL Baur <steve@altair.xemacs.org> |
2 | 163 |
3 * XEmacs 21.2-beta2 is released. | 164 * XEmacs 21.2-beta2 is released. |
4 | 165 |
5 1998-08-14 Jan Vroonhof <vroonhof@math.ethz.ch> | 166 1998-08-14 Jan Vroonhof <vroonhof@math.ethz.ch> |