comparison lisp/ChangeLog @ 2548:c4c8a36043be

[xemacs-hg @ 2005-02-03 07:11:19 by ben] behavior ws #4: package-suppress, autoload update/sync, add easy-mmode/regexp-opt to core lread.c, lisp.h: Remove undeeded Vload_file_name_internal_the_purecopy, Qload_file_name -- use internal_bind_lisp_object instead of specbind. Add load-suppress-alist. * easy-mmode.el, regexp-opt.el: Move these files into core. Uncomment stuff depending on new custom.el. autoload.el: Removed. Major update. Sync with FSF 21.2. Create the ability to make custom-defines files. update-elc-2.el, update-elc.el: Rewrite to use new autoload API. update-elc.el: Add easy-mmode.
author ben
date Thu, 03 Feb 2005 07:11:28 +0000
parents 5d1743698fb3
children 9ec13301bb30
comparison
equal deleted inserted replaced
2547:a9527fcdf77f 2548:c4c8a36043be
1 2005-02-02 Ben Wing <ben@xemacs.org>
2
3 * easy-mmode.el, regexp-opt.el:
4 Move these files into core.
5 Uncomment stuff depending on new custom.el.
6
7 * autoload.el:
8 * autoload.el (generate-autoload-function): New.
9 * autoload.el (autoload-feature-suffix): New.
10 * autoload.el (generate-autoload-section-continuation): New.
11 * autoload.el (make-autoload):
12 * autoload.el (generate-file-autoloads):
13 * autoload.el (generate-autoload-type-section):
14 * autoload.el (process-one-lisp-autoload): New.
15 * autoload.el (generate-lisp-file-autoloads-1):
16 * autoload.el (generate-c-file-autoloads-1):
17 * autoload.el (generate-custom-defines): New.
18 * autoload.el (print-autoload): Removed.
19 * autoload.el (autoload-print-form): New.
20 * autoload.el (defcustom):
21 * autoload.el (autoload-read-section-header): New.
22 * autoload.el (update-file-autoloads):
23 * autoload.el (update-autoloads-here): Removed.
24 * autoload.el (batch-update-directory-custom-defines): New.
25 * autoload.el (update-autoload-files):
26 * autoload.el (autoload-update-directory-autoloads): Removed.
27 * autoload.el (batch-update-directory-autoloads): New.
28 * autoload.el (autoload-featurep-protect-autoloads):
29 * autoload.el (update-autoloads-from-directory): Removed.
30 * autoload.el (update-custom-define-files): New.
31 * autoload.el (autoload-make-feature-name):
32 * autoload.el (batch-update-autoloads):
33 * autoload.el (batch-update-directory): Removed.
34 * autoload.el (batch-update-one-directory): Removed.
35 * autoload.el (batch-force-update-one-directory): Removed.
36 Major update. Sync with FSF 21.2.
37 Create the ability to make custom-defines files.
38
39 * update-elc-2.el (batch-update-elc-2):
40 * update-elc.el (do-autoload-commands):
41 Rewrite to use new autoload API.
42
43 * update-elc.el (lisp-files-needing-early-byte-compilation):
44 Add easy-mmode.
45
1 2005-02-02 Ben Wing <ben@xemacs.org> 46 2005-02-02 Ben Wing <ben@xemacs.org>
2 47
3 * behavior.el: 48 * behavior.el:
4 * behavior.el (behavior-group-hash-table): New. 49 * behavior.el (behavior-group-hash-table): New.
5 * behavior.el (behavior-override-hash-table): New. 50 * behavior.el (behavior-override-hash-table): New.
205 * custom.el (custom-reset-variables): 250 * custom.el (custom-reset-variables):
206 Sync with FSF 21.3. 251 Sync with FSF 21.3.
207 252
208 2004-11-09 Ben Wing <ben@xemacs.org> 253 2004-11-09 Ben Wing <ben@xemacs.org>
209 254
210 * easy-mmode.el, regexp-opt.el:
211 Move these files into core.
212 Uncomment stuff depending on new custom.el.
213
214 * autoload.el:
215 * autoload.el (generate-autoload-function): New.
216 * autoload.el (autoload-feature-suffix): New.
217 * autoload.el (generate-autoload-section-continuation): New.
218 * autoload.el (make-autoload):
219 * autoload.el (generate-file-autoloads):
220 * autoload.el (generate-autoload-type-section):
221 * autoload.el (process-one-lisp-autoload): New.
222 * autoload.el (generate-lisp-file-autoloads-1):
223 * autoload.el (generate-c-file-autoloads-1):
224 * autoload.el (generate-custom-defines): New.
225 * autoload.el (print-autoload): Removed.
226 * autoload.el (autoload-print-form): New.
227 * autoload.el (defcustom):
228 * autoload.el (autoload-read-section-header): New.
229 * autoload.el (update-file-autoloads):
230 * autoload.el (update-autoloads-here): Removed.
231 * autoload.el (batch-update-directory-custom-defines): New.
232 * autoload.el (update-autoload-files):
233 * autoload.el (autoload-update-directory-autoloads): Removed.
234 * autoload.el (batch-update-directory-autoloads): New.
235 * autoload.el (autoload-featurep-protect-autoloads):
236 * autoload.el (update-autoloads-from-directory): Removed.
237 * autoload.el (update-custom-define-files): New.
238 * autoload.el (autoload-make-feature-name):
239 * autoload.el (batch-update-autoloads):
240 * autoload.el (batch-update-directory): Removed.
241 * autoload.el (batch-update-one-directory): Removed.
242 * autoload.el (batch-force-update-one-directory): Removed.
243 Major update. Sync with FSF 21.2.
244 Create the ability to make custom-defines files.
245
246 * paragraphs.el: 255 * paragraphs.el:
247 * paragraphs.el (paragraphs): New. 256 * paragraphs.el (paragraphs): New.
248 * paragraphs.el (use-hard-newlines): Removed. 257 * paragraphs.el (use-hard-newlines): Removed.
249 * paragraphs.el (paragraph-start): 258 * paragraphs.el (paragraph-start):
250 * paragraphs.el (paragraph-separate): 259 * paragraphs.el (paragraph-separate):
257 * paragraphs.el (forward-sentence): 266 * paragraphs.el (forward-sentence):
258 * paragraphs.el (mark-end-of-sentence): 267 * paragraphs.el (mark-end-of-sentence):
259 * paragraphs.el (transpose-sentences): 268 * paragraphs.el (transpose-sentences):
260 Sync to 21.3. Depends on easy-mmode in core. 269 Sync to 21.3. Depends on easy-mmode in core.
261 270
262 * update-elc-2.el (batch-update-elc-2):
263 * update-elc.el (do-autoload-commands):
264 Rewrite to use new autoload API.
265
266 * update-elc.el (lisp-files-needing-early-byte-compilation):
267 Add easy-mmode.
268 271
269 2005-01-31 Ben Wing <ben@xemacs.org> 272 2005-01-31 Ben Wing <ben@xemacs.org>
270 273
271 * help.el: 274 * help.el:
272 * help.el (describe-distribution): Go to appropriate FAQ entry. 275 * help.el (describe-distribution): Go to appropriate FAQ entry.