Mercurial > hg > xemacs-beta
comparison src/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 | 9caf26dd924f |
children | 9f70af3ac939 |
comparison
equal
deleted
inserted
replaced
2547:a9527fcdf77f | 2548:c4c8a36043be |
---|---|
1 2005-02-02 Ben Wing <ben@xemacs.org> | |
2 | |
3 * lread.c: | |
4 * lread.c (check_if_suppressed): | |
5 * lread.c (Fload_internal): | |
6 * lread.c (locate_file_in_directory_mapper): | |
7 * lread.c (readevalloop): | |
8 * lread.c (syms_of_lread): | |
9 * lread.c (vars_of_lread): | |
10 * lisp.h: | |
11 Remove undeeded Vload_file_name_internal_the_purecopy, | |
12 Qload_file_name -- use internal_bind_lisp_object instead of | |
13 specbind. | |
14 | |
15 Add load-suppress-alist. | |
16 | |
1 2005-02-02 Ben Wing <ben@xemacs.org> | 17 2005-02-02 Ben Wing <ben@xemacs.org> |
2 | 18 |
3 * menubar.c: | 19 * menubar.c: |
4 * menubar.c (Fcompare_menu_text): | 20 * menubar.c (Fcompare_menu_text): |
5 New fun to compare menu itext as if the two were normalized. | 21 New fun to compare menu itext as if the two were normalized. |
8 * menubar.c (syms_of_menubar): | 24 * menubar.c (syms_of_menubar): |
9 Rename; there are no external callers of this function. | 25 Rename; there are no external callers of this function. |
10 Remove unneeded BUFFER argument. Don't downcase. | 26 Remove unneeded BUFFER argument. Don't downcase. |
11 (This will be done in compare-menu-text.) | 27 (This will be done in compare-menu-text.) |
12 Document that return value may be same string. | 28 Document that return value may be same string. |
13 | |
14 2005-02-02 Ben Wing <ben@xemacs.org> | |
15 | |
16 * lread.c: | |
17 * lread.c (check_if_suppressed): | |
18 * lread.c (Fload_internal): | |
19 * lread.c (locate_file_in_directory_mapper): | |
20 * lread.c (readevalloop): | |
21 * lread.c (syms_of_lread): | |
22 * lread.c (vars_of_lread): | |
23 * menubar.c: | |
24 * menubar.c (Fcompare_menu_text): | |
25 * menubar.c (Fnormalize_menu_text): | |
26 * menubar.c (syms_of_menubar): | |
27 * menubar.c (vars_of_menubar): | |
28 | |
29 2004-11-09 Ben Wing <ben@xemacs.org> | |
30 | |
31 * lisp.h: | |
32 | |
33 * lread.c: | |
34 * lread.c (check_if_suppressed): | |
35 * lread.c (Fload_internal): | |
36 * lread.c (locate_file_in_directory_mapper): | |
37 * lread.c (readevalloop): | |
38 * lread.c (syms_of_lread): | |
39 * lread.c (vars_of_lread): | |
40 Remove undeeded Vload_file_name_internal_the_purecopy, | |
41 Qload_file_name -- use internal_bind_lisp_object instead of | |
42 specbind. | |
43 | |
44 Add load-suppress-alist. | |
45 | 29 |
46 2003-02-15 Ben Wing <ben@xemacs.org> | 30 2003-02-15 Ben Wing <ben@xemacs.org> |
47 | 31 |
48 * syswindows.h: Define W32API_2_2 for w32api.h v2.2 or higher. | 32 * syswindows.h: Define W32API_2_2 for w32api.h v2.2 or higher. |
49 Use it when defining a missing structure that is present in this | 33 Use it when defining a missing structure that is present in this |