229
|
1 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
2
|
|
3 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
|
|
4 call a dumped routine instead.
|
|
5
|
|
6 * x-win-xfree86.el: Wrap file in defun.
|
|
7 * x-win-sun.el: Ditto.
|
|
8
|
|
9 1997-12-23 SL Baur <steve@altair.xemacs.org>
|
|
10
|
|
11 * help.el (view-emacs-news): Remove usage of outl-mouse which
|
|
12 advises functions and does other evil things.
|
|
13
|
|
14 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
15
|
|
16 * format.el (format-alist): Add `image/tiff'.
|
|
17 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
18
|
|
19 1997-12-21 SL Baur <steve@altair.xemacs.org>
|
|
20
|
|
21 * about.el (about-hackers): More names added.
|
|
22
|
|
23 * make-docfile.el: Remove superfluous package path search.
|
|
24
|
|
25 * loaddefs.el: Commentary changes. Removal of VM autoloads.
|
|
26
|
227
|
27 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
28
|
|
29 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
|
|
30 ignored shadows.
|
|
31
|
|
32 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
33
|
|
34 * startup.el (set-default-load-path): Make sure lisp and site-lisp
|
|
35 get trailing slashes when added to the load-path.
|
|
36
|
|
37 * x-init.el (init-x-win): Locate where XEmacs X localization files
|
|
38 are.
|
|
39
|
|
40 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
41
|
|
42 * x-faces.el: Added support for foregroundToolBarColor
|
|
43 to xpm-color-symbols.
|
|
44
|
|
45 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
46
|
|
47 * etags.el (tags-remove-duplicates): Removed.
|
|
48 (buffer-tag-table-list): Use `delete-duplicates'.
|
|
49
|
|
50 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
|
|
51 correctly.
|
|
52 (get*): Defalias to `get'.
|
|
53
|
|
54 * cl.el (eql): Compare integers with `eq'.
|
|
55 (cl-map-extents): Check for `map-extents' first.
|
|
56
|
|
57 1997-12-17 Didier Verna <verna@inf.enst.fr>
|
|
58
|
|
59 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
|
|
60 added the 'numero', 'copyright' and 'trademark' symbols.
|
|
61
|
|
62 * leim/quail/latin-post.el ("french-postfix"): see above.
|
|
63
|
|
64 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
65
|
|
66 * widget.el (define-widget): Check the arguments.
|
|
67
|
|
68 * cus-edit.el (customize-face): Use `check-argument-type'.
|
|
69 (custom-variable-value-create): Use `signal' to signal error.
|
|
70 (custom-variable-reset-saved): Ditto.
|
|
71 (custom-variable-reset-standard): Ditto.
|
|
72 (custom-face-reset-saved): Ditto.
|
|
73
|
|
74 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
|
|
75 (widget-default-format-handler): Ditto.
|
|
76 (widget-checklist-add-item): Ditto.
|
|
77 (widget-radio-add-item): Ditto.
|
|
78 (widget-editable-list-entry-create): Ditto.
|
|
79 (widget-sexp-prompt-value): Ditto.
|
|
80
|
|
81 * custom.el (custom-declare-variable): Signal errors better.
|
|
82 (custom-handle-keyword): Ditto.
|
|
83 (custom-declare-group): Ditto.
|
|
84
|
|
85 * window-xemacs.el (windows): Ditto.
|
|
86
|
|
87 * menubar.el (menu): Ditto.
|
|
88
|
|
89 * keydefs.el (keyboard): Ditto.
|
|
90
|
|
91 * minibuf.el (minibuffer): Ditto.
|
|
92
|
|
93 * process.el (execute): Ditto.
|
|
94
|
|
95 * fill.el (fill): Ditto.
|
|
96
|
|
97 * modeline.el (modeline): Ditto.
|
|
98
|
|
99 * help.el (help): Ditto.
|
|
100
|
|
101 * faces.el (faces): Ditto.
|
|
102
|
|
103 * files.el (files): Ditto.
|
|
104
|
|
105 * x-init.el (x): Ditto.
|
|
106
|
|
107 * lisp-mode.el (lisp): Ditto.
|
|
108
|
|
109 * process.el (processes): Ditto.
|
|
110
|
|
111 * mouse.el (mouse): Ditto.
|
|
112
|
|
113 * abbrev.el (abbrev): Moved from cus-edit.
|
|
114
|
|
115 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
|
|
116 as variable declaration.
|
|
117
|
|
118 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
119
|
|
120 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
121 (find-menu-item): Cosmetic changes.
|
|
122
|
|
123 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
124
|
|
125 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
|
|
126
|
|
127 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
128
|
|
129 * startup.el (set-default-load-path): Only search package-path
|
|
130 when not running temacs.
|
|
131
|
|
132 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
|
|
133 files.
|
|
134
|
|
135 * loadup.el: Correct commentary. Reformatting.
|
|
136 (really-early-error-handler): Use absolute path to the
|
|
137 first dumped-lisp.el file.
|
|
138 (really-early-error-handler): Print full path name of
|
|
139 each dumped lisp file (inherited from InfoDock).
|
|
140
|
|
141 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
|
|
142 dumped-lisp.el files.
|
|
143
|
|
144 * make-docfile.el (preloaded-file-list): Reorder when the
|
|
145 package-path is searched.
|
|
146 * update-elc.el: Ditto.
|
|
147
|
|
148 * lisp-mode.el (call-with-condition-handler): Treat the same as
|
|
149 `condition-case' for indentation.
|
|
150
|
|
151 * about.el (about-xemacs): Update release date.
|
|
152
|
225
|
153 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
154
|
|
155 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
|
|
156 anywhere but at the last clause.
|
|
157 (ecase): Disallow `t' and `otherwise'.
|
|
158
|
|
159 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
160
|
|
161 * cus-edit.el (custom-buffer-create-buttons): New function
|
|
162 from stuff moved out of `custom-buffer-create-internal'.
|
|
163 (custom-novice): New variable. Default t.
|
|
164 (custom-display-global-buttons): Ditto. Default `top'.
|
|
165 (custom-buffer-create-internal): Only display help if
|
|
166 `custom-novice' is non-nil. Display global buttons according to
|
|
167 `custom-display-global-buttons'.
|
|
168
|
|
169 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
170
|
|
171 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
172 (find-menu-item): Cosmetic changes.
|
|
173
|
|
174 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
175
|
|
176 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
|
|
177 look.
|
|
178
|
227
|
179 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
225
|
180
|
227
|
181 * format.el (format-deannotate-region): Bug fix.
|
|
182 Deannotating a region containing unknown tags would fail
|
|
183 (causing decoding of text/enriched to fail at user level)
|
225
|
184
|
|
185 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
186
|
|
187 * minibuf.el (read-directory-name): Support sixth
|
|
188 arg, HISTORY, as already documented.
|
|
189
|
|
190 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
191
|
|
192 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
|
|
193 to `ecase'.
|
|
194
|
|
195 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
196
|
|
197 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
|
|
198 skk-activate.
|
|
199
|
223
|
200 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
201
|
225
|
202 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.
|