Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 227:0e522484dd2a r20-5b12
Import from CVS: tag r20-5b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:12:37 +0200 |
parents | 12579d965149 |
children | 434959a2fba3 |
comparison
equal
deleted
inserted
replaced
226:eea38c7ad7b4 | 227:0e522484dd2a |
---|---|
1 1997-12-20 SL Baur <steve@altair.xemacs.org> | |
2 | |
3 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of | |
4 ignored shadows. | |
5 | |
6 1997-12-18 SL Baur <steve@altair.xemacs.org> | |
7 | |
8 * startup.el (set-default-load-path): Make sure lisp and site-lisp | |
9 get trailing slashes when added to the load-path. | |
10 | |
11 * x-init.el (init-x-win): Locate where XEmacs X localization files | |
12 are. | |
13 | |
14 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com> | |
15 | |
16 * x-faces.el: Added support for foregroundToolBarColor | |
17 to xpm-color-symbols. | |
18 | |
19 1997-12-17 Hrvoje Niksic <hniksic@srce.hr> | |
20 | |
21 * etags.el (tags-remove-duplicates): Removed. | |
22 (buffer-tag-table-list): Use `delete-duplicates'. | |
23 | |
24 * cl-extra.el (coerce): Coerce to bit-vector and weak-list | |
25 correctly. | |
26 (get*): Defalias to `get'. | |
27 | |
28 * cl.el (eql): Compare integers with `eq'. | |
29 (cl-map-extents): Check for `map-extents' first. | |
30 | |
31 1997-12-17 Didier Verna <verna@inf.enst.fr> | |
32 | |
33 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup + | |
34 added the 'numero', 'copyright' and 'trademark' symbols. | |
35 | |
36 * leim/quail/latin-post.el ("french-postfix"): see above. | |
37 | |
38 1997-12-15 Hrvoje Niksic <hniksic@srce.hr> | |
39 | |
40 * widget.el (define-widget): Check the arguments. | |
41 | |
42 * cus-edit.el (customize-face): Use `check-argument-type'. | |
43 (custom-variable-value-create): Use `signal' to signal error. | |
44 (custom-variable-reset-saved): Ditto. | |
45 (custom-variable-reset-standard): Ditto. | |
46 (custom-face-reset-saved): Ditto. | |
47 | |
48 * wid-edit.el (widget-prompt-value): Use `signal' to signal error. | |
49 (widget-default-format-handler): Ditto. | |
50 (widget-checklist-add-item): Ditto. | |
51 (widget-radio-add-item): Ditto. | |
52 (widget-editable-list-entry-create): Ditto. | |
53 (widget-sexp-prompt-value): Ditto. | |
54 | |
55 * custom.el (custom-declare-variable): Signal errors better. | |
56 (custom-handle-keyword): Ditto. | |
57 (custom-declare-group): Ditto. | |
58 | |
59 * window-xemacs.el (windows): Ditto. | |
60 | |
61 * menubar.el (menu): Ditto. | |
62 | |
63 * keydefs.el (keyboard): Ditto. | |
64 | |
65 * minibuf.el (minibuffer): Ditto. | |
66 | |
67 * process.el (execute): Ditto. | |
68 | |
69 * fill.el (fill): Ditto. | |
70 | |
71 * modeline.el (modeline): Ditto. | |
72 | |
73 * help.el (help): Ditto. | |
74 | |
75 * faces.el (faces): Ditto. | |
76 | |
77 * files.el (files): Ditto. | |
78 | |
79 * x-init.el (x): Ditto. | |
80 | |
81 * lisp-mode.el (lisp): Ditto. | |
82 | |
83 * process.el (processes): Ditto. | |
84 | |
85 * mouse.el (mouse): Ditto. | |
86 | |
87 * abbrev.el (abbrev): Moved from cus-edit. | |
88 | |
89 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom' | |
90 as variable declaration. | |
91 | |
92 1997-12-15 Hrvoje Niksic <hniksic@srce.hr> | |
93 | |
94 * menubar.el (find-menu-item): Use `check-argument-type'. | |
95 (find-menu-item): Cosmetic changes. | |
96 | |
97 1997-12-18 SL Baur <steve@altair.xemacs.org> | |
98 | |
99 * x-menubar.el (default-menubar): Guard usage of lpr-switches. | |
100 | |
101 1997-12-17 SL Baur <steve@altair.xemacs.org> | |
102 | |
103 * startup.el (set-default-load-path): Only search package-path | |
104 when not running temacs. | |
105 | |
106 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp | |
107 files. | |
108 | |
109 * loadup.el: Correct commentary. Reformatting. | |
110 (really-early-error-handler): Use absolute path to the | |
111 first dumped-lisp.el file. | |
112 (really-early-error-handler): Print full path name of | |
113 each dumped lisp file (inherited from InfoDock). | |
114 | |
115 * shadow.el (find-emacs-lisp-shadows): Ignore multiple | |
116 dumped-lisp.el files. | |
117 | |
118 * make-docfile.el (preloaded-file-list): Reorder when the | |
119 package-path is searched. | |
120 * update-elc.el: Ditto. | |
121 | |
122 * lisp-mode.el (call-with-condition-handler): Treat the same as | |
123 `condition-case' for indentation. | |
124 | |
125 * about.el (about-xemacs): Update release date. | |
126 | |
1 1997-12-17 Hrvoje Niksic <hniksic@srce.hr> | 127 1997-12-17 Hrvoje Niksic <hniksic@srce.hr> |
2 | 128 |
3 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen | 129 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen |
4 anywhere but at the last clause. | 130 anywhere but at the last clause. |
5 (ecase): Disallow `t' and `otherwise'. | 131 (ecase): Disallow `t' and `otherwise'. |
22 1997-12-15 Hrvoje Niksic <hniksic@srce.hr> | 148 1997-12-15 Hrvoje Niksic <hniksic@srce.hr> |
23 | 149 |
24 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed" | 150 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed" |
25 look. | 151 look. |
26 | 152 |
27 1997-12-16 SL Baur <steve@altair.xemacs.org> | 153 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> |
28 | 154 |
29 * format.el (format-deannotate-region): Document me! | 155 * format.el (format-deannotate-region): Bug fix. |
30 From Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | 156 Deannotating a region containing unknown tags would fail |
157 (causing decoding of text/enriched to fail at user level) | |
31 | 158 |
32 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com> | 159 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com> |
33 | 160 |
34 * minibuf.el (read-directory-name): Support sixth | 161 * minibuf.el (read-directory-name): Support sixth |
35 arg, HISTORY, as already documented. | 162 arg, HISTORY, as already documented. |