comparison lisp/ChangeLog @ 863:42375619fa45

[xemacs-hg @ 2002-06-04 06:03:59 by andyp] merge 21.4 windows changes, minimally tested
author andyp
date Tue, 04 Jun 2002 06:05:53 +0000
parents 278c743f1578
children 987c2a685f39
comparison
equal deleted inserted replaced
862:278c743f1578 863:42375619fa45
1 2002-06-03 Ben Wing <ben@xemacs.org> and 1 2002-06-03 Andy Piper <andy@xemacs.org>
2 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> 2
3 3 * dialog-items.el (make-search-dialog): align various subcontrols
4 * process.el: 4 in visually pleasing ways, allow frame to autosize to the dialog
5 * process.el (process-synchronize-point): New. 5 size.
6 * process.el (call-process-internal): 6 * dialog.el (make-dialog-box): add a border inside the frame. Add
7 Create new process-synchronize-point to avoid dynamic binding 7 :autosize property, if t then reset the frame size appropriately
8 problems. Fix editing bogosity in setting process sentinels. 8 before the frame is mapped.
9 9 * gutter-items.el (set-progress-feedback-instantiator): align
10 2002-05-28 Katsumi Yamaoka <yamaoka@jpl.org> 10 various subcontrols.
11 11 * gutter-items.el (set-progress-abort-instantiator): ditto.
12 * obsolete.el (find-non-ascii-charset-region): Revert the function 12
13 definition. 13 2002-05-30 Andy Piper <andy@xemacs.org>
14 (find-non-ascii-charset-string): Ditto. 14
15 15 * files.el (revert-buffer-internal): don't visit
16 2002-06-01 Ben Wing <ben@xemacs.org> 16 revert-buffer. Kill buffer when not used. Suggested by Mike
17 17 Alexander <mta@arbortext.com>
18 * process.el (call-process-internal): 18
19 Insert before, not after, point. 19 2002-05-08 Andy Piper <andy@xemacs.org>
20 20
21 2002-05-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> 21 * files.el (revert-buffer): observe noconfirm behavior.
22
23 * code-process.el (call-process): Ensure that the argument to
24 `symbol-value-in-buffer' is a buffer even if `buffer' is a string.
25
26 2002-05-28 Ben Wing <ben@xemacs.org>
27
28 * code-init.el:
29 * code-init.el (coding-system-variable-default-value-table):
30 * code-init.el (coding-system-variable-default-value):
31 Don't use CRLF conversion by default on process output. CMD.EXE and
32 friends work both ways but Cygwin programs don't like the CRs.
33
34 * code-process.el:
35 * code-process.el (process-coding-system-alist):
36 * code-process.el (call-process):
37 * code-process.el (call-process-region):
38 * code-process.el (start-process):
39 * code-process.el (open-network-stream):
40 * code-process.el (set-buffer-process-coding-system):
41 * multicast.el:
42 * multicast.el (open-multicast-group):
43 * process.el:
44 * process.el (start-process-shell-command):
45 * process.el (call-process-internal):
46 * process.el (call-process): Removed.
47 * process.el (call-process-region): Removed.
48 * process.el (start-process): Removed.
49 * process.el (open-network-stream): Removed.
50
51 Improvements to call-process-internal:
52
53 -- allows a buffer to be specified for input and stderr output
54 -- use it on all systems
55 -- implement C-g as documented
56 -- clean up and comment
57
58 call-process-region uses new call-process facilities; no temp file.
59
60 remove duplicate funs in process.el.
61
62 comment exactly how coding systems work and fix various problems.
63
64 open-multicast-group now does similar coding-system frobbing to
65 open-network-stream.
66
67 * dumped-lisp.el (preloaded-file-list):
68 * faces.el (init-global-faces):
69 * msw-faces.el (mswindows-init-global-faces): New.
70 Fix some hidden errors due to code not being defined at the right time.
71
72 2002-05-25 Steve Youngs <youngs@xemacs.org>
73
74 * package-ui.el (pui-help-echo): Display both installed and author
75 version. Use a balloon-help window to display extra info like
76 package requires.
77
78 2002-05-23 Ben Wing <ben@xemacs.org>
79
80 * files.el:
81 * files.el (recover-session):
82 * files.el (recover-session-finish): Removed.
83 * files.el (Recover-session-files-from-auto-save-list-file): New.
84 Recover-session improvements: Only show session files where some
85 files can actually be recovered, and show in chronological order.
86
87 * subr.el:
88 * subr.el (truncate-string-to-width):
89 * subr.el (BUG): New.
90 * subr.el (truncate-string-with-continuation-dots): Removed.
91 * subr.el (plist-to-alist):
92 * menubar-items.el (default-menubar):
93 As promised to rms, the functionality in
94 truncate-string-with-continuation-dots has been merged into
95 truncate-string-to-width. Change callers in menubar-items.el.
96
97 * select.el:
98 * select.el (copy-primary-selection):
99 * select.el (kill-primary-selection):
100 * select.el (own-selection):
101 * select.el (cut-copy-clear-internal):
102 Document some of these funs better. Fix problem where we were
103 doing own-clipboard twice.
104
105 2002-05-20 Stephen J. Turnbull <stephen@xemacs.org>
106
107 * files.el (revert-buffer):
108 (revert-buffer-internal):
109 Update docstrings from 21.4.
110
111 2002-04-17 Nickolay Pakoulin <npak@ispras.ru>
112
113 * cus-edit.el (custom-save-delete-any): New function
114 (make-custom-save-resets-mapper): New macro
115 (custom-save-resets-mapper-alist): New constant
116 (custom-save-resets): Modified
117 Save customized values MUCH faster by keeping often used lambdas
118 in cache `custom-save-resets-mapper-alist' instead of building them
119 on the fly in `custom-save-resets'.
120
121 * cus-edit.el (custom-save-pretty-print): New variable
122 (custom-save-variable-p): New function
123 (custom-save-variable-internal): New function
124 (custom-save-variables): Modified
125 (custom-save-face-p): New function
126 (custom-save-face-internal): Modified
127 (custom-save-faces): Modified
128 Save customized variables and faces in the alphabetic order.
129 `custom-save-pretty-print' turns on/off pretty-printing values.
130
131 2002-05-16 Ben Wing <ben@xemacs.org>
132
133 * dialog.el:
134 * dialog.el (get-user-response): New. Function to ask a
135 multiple-choice question, automatically choosing a dialog box or
136 minibuffer representation as necessary. Generalized version of
137 yes-or-no-p, y-or-n-p.
138
139 * files.el:
140 * files.el (recover-file-diff-program): New.
141 * files.el (recover-file-diff-arguments): New.
142 * files.el (recover-file):
143 Use get-user-response to ask "yes/no/diff" question when recovering.
144 "diff" means that a diff is displayed between the current file and the
145 autosave. (Converts/deconverts escape-quoted as necessary. No more
146 complaints from you, Mr. Turnbull!) One known problem: when a dialog
147 is used, it's modal, so you can't scroll the diff. Will fix soon.
148
149 * lisp-mode.el (lisp-fill-paragraph):
150 If we're filling a string, don't treat semicolon as a comment,
151 which would give very unfriendly results.
152 Uses `buffer-syntactic-context'.
153
154 * simple.el:
155 * simple.el (undo-all-changes): New.
156 all changes back to the beginning. (Useful if you've saved the file
157 in the middle of the changes.)
158
159 * simple.el (kill-word-into-kill-ring): New.
160 * simple.el (backward-kill-word):
161 Add option kill-word-into-kill-ring, which controls whether words
162 deleted with kill-word, backward-kill-word, etc. are "cut" into the
163 kill ring, or "cleared" into nothingness. (My preference is the
164 latter, by far. I'd almost go so far as suggesting we make it the
165 default, as you can always select a word and then cut it if you want
166 it cut.)
167
168 * menubar-items.el (default-menubar):
169 Add option corresponding to kill-word-into-kill-ring.
170
171 2002-05-09 Stephen J. Turnbull <stephen@xemacs.org>
172
173 This patch is based on Jerry James's patch and analysis.
174
175 * select.el (get-clipboard):
176 (get-selection):
177 Update docstrings.
178 (get-clipboard-foreign):
179 (get-selection-foreign):
180 New function for use as `interprogram-paste-function's.
181
182 * simple.el (interprogram-paste-function): Change default to
183 `get-clipboard-foreign'; improve docstring.
184 (interprogram-cut-function): Improve dosctring.
185
186 2002-05-13 Ben Wing <ben@xemacs.org>
187
188 * files.el (revert-buffer):
189 Andy's patch from 21.4. Fix evil nasty problems with revert-buffer.
190
191 * menubar-items.el (default-menubar):
192 Add Append to Register to Rectangles/Register menu.
193
194 2002-05-13 Adrian Aichner <adrian@xemacs.org>
195
196 * code-process.el (call-process): Process-related docstring
197 improvements spurred by Norbert Koch.
198 * code-process.el (call-process-region): Ditto.
199 * code-process.el (start-process): Ditto.
200
201 2002-05-09 Ben Wing <ben@xemacs.org>
202
203 * keydefs.el (global-map): New.
204 * msw-init.el (init-post-mswindows-win):
205 ctrl-delete is like M-d, in keeping with PC standards. it still
206 will function at its original (delete-selection), when there's a
207 selection, with the new associated pending-del patch.
208
209 2002-04-14 Golubev I. N. <gin@mo.msk.ru>
210
211 * info.el (Info-find-index-alternatives): fix missing \ in \t.
212 Port of `Info-index' change from 21.4.
213
214 2002-04-23 Jerry James <james@xemacs.org>
215
216 * select.el (get-clipboard): Document connection with
217 interprogram-paste-function.
218 * select.el (get-selection): Document that nil should be
219 returned if XEmacs owns the selection.
220 Remove unnecessary variable.
221 * simple.el (kill-ring-max): Synch with FSF Emacs 21.2.
222 * simple.el (kill-new): Synch with FSF Emacs 21.2
223
224 2002-05-05 Ben Wing <ben@xemacs.org>
225
226 * bytecomp-runtime.el (with-obsolete-variable):
227 * bytecomp-runtime.el (with-obsolete-function):
228 Doc string changes.
229
230 * compat.el:
231 * compat.el (compat-current-package):
232 * compat.el (compat-current-package)): New.
233 * compat.el (compat-define-compat-functions): New.
234 * compat.el (compat-define-group):
235 * compat.el (compat-define-functions): Removed.
236 * compat.el (compat-defun): New.
237 * compat.el (compat-define-function): New.
238 * compat.el (compat-wrap-runtime): New.
239 * compat.el (compat-wrap): New.
240 * compat.el (compat): Removed.
241 * compat.el (overlays):
242 * compat.el (overlayp): New.
243 * compat.el (make-overlay): New.
244 * compat.el (move-overlay): New.
245 * compat.el (delete-overlay): New.
246 * compat.el (overlay-start): New.
247 * compat.el (overlay-end): New.
248 * compat.el (overlay-buffer): New.
249 * compat.el (overlay-properties): New.
250 * compat.el (overlays-at): New.
251 * compat.el (overlays-in): New.
252 * compat.el (next-overlay-change): New.
253 * compat.el (previous-overlay-change): New.
254 * compat.el (overlay-lists): New.
255 * compat.el (overlay-recenter): New.
256 * compat.el (overlay-get): New.
257 * compat.el (overlay-put): New.
258 * compat.el ('delete-extent): New.
259 * compat.el ('extent-end-position): New.
260 * compat.el ('extent-start-position): New.
261 * compat.el ('set-extent-endpoints): New.
262 * compat.el ('set-extent-property): New.
263 * compat.el ('make-extent): New.
264 * compat.el (extent-property): New.
265 * compat.el (extent-at): New.
266 * compat.el (map-extents): New. Some attempts to redo this to
267 make it truly useful and fix the "multiple versions interacting
268 with each other" problem. Not yet done. Currently doesn't work.
269
270 * files.el (revert-buffer-internal):
271 Use with-obsolete-variable to avoid warnings in new revert-buffer code.
272
273 2002-05-02 Steve Youngs <youngs@xemacs.org>
274
275 * package-get.el (package-get): Use 'warn' instead of 'lwarn'.
276
277 2002-05-01 Steve Youngs <youngs@xemacs.org>
278
279 * package-get.el (package-get-update-base-entry): Remove code to
280 add package entries into custom.
281 (package-get-custom-groups): Remove.
282 (package-get-custom): Ditto.
283 (package-get-custom-add-entry): Ditto.
284
285 2002-04-29 Steve Youngs <youngs@xemacs.org>
286
287 * menubar-items.el (default-menubar): Remove entry for managing
288 packages via custom.
289
290 2002-04-24 Mats Lidell <matsl@contactor.se>
291
292 * mule/european.el (language-info-alist): Add TUTORIAL & greeting for Swedish.
293
294 2002-04-28 Steve Youngs <youngs@xemacs.org>
295
296 * mule/mule-charset.el: Revert my last patch. 'string-to-char-list'.
297 22
298 2002-04-09 Andy Piper <andy@xemacs.org> 23 2002-04-09 Andy Piper <andy@xemacs.org>
299 24
300 * files.el (revert-buffer): use revert-buffer-internal if it looks 25 * files.el (revert-buffer): use revert-buffer-internal if it looks
301 like doing so will not result in any user-visible changes. 26 like doing so will not result in any user-visible changes.
424 149
425 * mule/japanese.el: Don't quote function expressions listed as 150 * mule/japanese.el: Don't quote function expressions listed as
426 `native-coding-system'. 151 `native-coding-system'.
427 * mule/chinese.el: Likewise. 152 * mule/chinese.el: Likewise.
428 153
429 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> 154 2002-06-03 Ben Wing <ben@xemacs.org> and
155 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
156
157 * process.el:
158 * process.el (process-synchronize-point): New.
159 * process.el (call-process-internal):
160 Create new process-synchronize-point to avoid dynamic binding
161 problems. Fix editing bogosity in setting process sentinels.
162
163 2002-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
164
165 * obsolete.el (find-non-ascii-charset-region): Revert the function
166 definition.
167 (find-non-ascii-charset-string): Ditto.
168
169 2002-06-01 Ben Wing <ben@xemacs.org>
170
171 * process.el (call-process-internal):
172 Insert before, not after, point.
173
174 2002-05-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
175
176 * code-process.el (call-process): Ensure that the argument to
177 `symbol-value-in-buffer' is a buffer even if `buffer' is a string.
178
179 2002-05-28 Ben Wing <ben@xemacs.org>
180
181 * code-init.el:
182 * code-init.el (coding-system-variable-default-value-table):
183 * code-init.el (coding-system-variable-default-value):
184 Don't use CRLF conversion by default on process output. CMD.EXE and
185 friends work both ways but Cygwin programs don't like the CRs.
186
187 * code-process.el:
188 * code-process.el (process-coding-system-alist):
189 * code-process.el (call-process):
190 * code-process.el (call-process-region):
191 * code-process.el (start-process):
192 * code-process.el (open-network-stream):
193 * code-process.el (set-buffer-process-coding-system):
194 * multicast.el:
195 * multicast.el (open-multicast-group):
196 * process.el:
197 * process.el (start-process-shell-command):
198 * process.el (call-process-internal):
199 * process.el (call-process): Removed.
200 * process.el (call-process-region): Removed.
201 * process.el (start-process): Removed.
202 * process.el (open-network-stream): Removed.
203
204 Improvements to call-process-internal:
205
206 -- allows a buffer to be specified for input and stderr output
207 -- use it on all systems
208 -- implement C-g as documented
209 -- clean up and comment
210
211 call-process-region uses new call-process facilities; no temp file.
212
213 remove duplicate funs in process.el.
214
215 comment exactly how coding systems work and fix various problems.
216
217 open-multicast-group now does similar coding-system frobbing to
218 open-network-stream.
219
220 * dumped-lisp.el (preloaded-file-list):
221 * faces.el (init-global-faces):
222 * msw-faces.el (mswindows-init-global-faces): New.
223 Fix some hidden errors due to code not being defined at the right time.
224
225 2002-05-25 Steve Youngs <youngs@xemacs.org>
226
227 * package-ui.el (pui-help-echo): Display both installed and author
228 version. Use a balloon-help window to display extra info like
229 package requires.
230
231 2002-05-23 Ben Wing <ben@xemacs.org>
232
233 * files.el:
234 * files.el (recover-session):
235 * files.el (recover-session-finish): Removed.
236 * files.el (Recover-session-files-from-auto-save-list-file): New.
237 Recover-session improvements: Only show session files where some
238 files can actually be recovered, and show in chronological order.
239
240 * subr.el:
241 * subr.el (truncate-string-to-width):
242 * subr.el (BUG): New.
243 * subr.el (truncate-string-with-continuation-dots): Removed.
244 * subr.el (plist-to-alist):
245 * menubar-items.el (default-menubar):
246 As promised to rms, the functionality in
247 truncate-string-with-continuation-dots has been merged into
248 truncate-string-to-width. Change callers in menubar-items.el.
249
250 * select.el:
251 * select.el (copy-primary-selection):
252 * select.el (kill-primary-selection):
253 * select.el (own-selection):
254 * select.el (cut-copy-clear-internal):
255 Document some of these funs better. Fix problem where we were
256 doing own-clipboard twice.
257
258 2002-05-20 Stephen J. Turnbull <stephen@xemacs.org>
259
260 * files.el (revert-buffer):
261 (revert-buffer-internal):
262 Update docstrings from 21.4.
263
264 2002-04-17 Nickolay Pakoulin <npak@ispras.ru>
265
266 * cus-edit.el (custom-save-delete-any): New function
267 (make-custom-save-resets-mapper): New macro
268 (custom-save-resets-mapper-alist): New constant
269 (custom-save-resets): Modified
270 Save customized values MUCH faster by keeping often used lambdas
271 in cache `custom-save-resets-mapper-alist' instead of building them
272 on the fly in `custom-save-resets'.
273
274 * cus-edit.el (custom-save-pretty-print): New variable
275 (custom-save-variable-p): New function
276 (custom-save-variable-internal): New function
277 (custom-save-variables): Modified
278 (custom-save-face-p): New function
279 (custom-save-face-internal): Modified
280 (custom-save-faces): Modified
281 Save customized variables and faces in the alphabetic order.
282 `custom-save-pretty-print' turns on/off pretty-printing values.
283
284 2002-05-16 Ben Wing <ben@xemacs.org>
285
286 * dialog.el:
287 * dialog.el (get-user-response): New. Function to ask a
288 multiple-choice question, automatically choosing a dialog box or
289 minibuffer representation as necessary. Generalized version of
290 yes-or-no-p, y-or-n-p.
291
292 * files.el:
293 * files.el (recover-file-diff-program): New.
294 * files.el (recover-file-diff-arguments): New.
295 * files.el (recover-file):
296 Use get-user-response to ask "yes/no/diff" question when recovering.
297 "diff" means that a diff is displayed between the current file and the
298 autosave. (Converts/deconverts escape-quoted as necessary. No more
299 complaints from you, Mr. Turnbull!) One known problem: when a dialog
300 is used, it's modal, so you can't scroll the diff. Will fix soon.
301
302 * lisp-mode.el (lisp-fill-paragraph):
303 If we're filling a string, don't treat semicolon as a comment,
304 which would give very unfriendly results.
305 Uses `buffer-syntactic-context'.
306
307 * simple.el:
308 * simple.el (undo-all-changes): New.
309 all changes back to the beginning. (Useful if you've saved the file
310 in the middle of the changes.)
311
312 * simple.el (kill-word-into-kill-ring): New.
313 * simple.el (backward-kill-word):
314 Add option kill-word-into-kill-ring, which controls whether words
315 deleted with kill-word, backward-kill-word, etc. are "cut" into the
316 kill ring, or "cleared" into nothingness. (My preference is the
317 latter, by far. I'd almost go so far as suggesting we make it the
318 default, as you can always select a word and then cut it if you want
319 it cut.)
320
321 * menubar-items.el (default-menubar):
322 Add option corresponding to kill-word-into-kill-ring.
323
324 2002-05-09 Stephen J. Turnbull <stephen@xemacs.org>
325
326 This patch is based on Jerry James's patch and analysis.
327
328 * select.el (get-clipboard):
329 (get-selection):
330 Update docstrings.
331 (get-clipboard-foreign):
332 (get-selection-foreign):
333 New function for use as `interprogram-paste-function's.
334
335 * simple.el (interprogram-paste-function): Change default to
336 `get-clipboard-foreign'; improve docstring.
337 (interprogram-cut-function): Improve dosctring.
338
339 2002-05-13 Ben Wing <ben@xemacs.org>
340
341 * files.el (revert-buffer):
342 Andy's patch from 21.4. Fix evil nasty problems with revert-buffer.
343
344 * menubar-items.el (default-menubar):
345 Add Append to Register to Rectangles/Register menu.
346
347 2002-05-13 Adrian Aichner <adrian@xemacs.org>
348
349 * code-process.el (call-process): Process-related docstring
350 improvements spurred by Norbert Koch.
351 * code-process.el (call-process-region): Ditto.
352 * code-process.el (start-process): Ditto.
353
354 2002-05-09 Ben Wing <ben@xemacs.org>
355
356 * keydefs.el (global-map): New.
357 * msw-init.el (init-post-mswindows-win):
358 ctrl-delete is like M-d, in keeping with PC standards. it still
359 will function at its original (delete-selection), when there's a
360 selection, with the new associated pending-del patch.
361
362 2002-04-14 Golubev I. N. <gin@mo.msk.ru>
363
364 * info.el (Info-find-index-alternatives): fix missing \ in \t.
365 Port of `Info-index' change from 21.4.
366
367 2002-04-23 Jerry James <james@xemacs.org>
368
369 * select.el (get-clipboard): Document connection with
370 interprogram-paste-function.
371 * select.el (get-selection): Document that nil should be
372 returned if XEmacs owns the selection.
373 Remove unnecessary variable.
374 * simple.el (kill-ring-max): Synch with FSF Emacs 21.2.
375 * simple.el (kill-new): Synch with FSF Emacs 21.2
376
377 2002-05-05 Ben Wing <ben@xemacs.org>
378
379 * bytecomp-runtime.el (with-obsolete-variable):
380 * bytecomp-runtime.el (with-obsolete-function):
381 Doc string changes.
382
383 * compat.el:
384 * compat.el (compat-current-package):
385 * compat.el (compat-current-package)): New.
386 * compat.el (compat-define-compat-functions): New.
387 * compat.el (compat-define-group):
388 * compat.el (compat-define-functions): Removed.
389 * compat.el (compat-defun): New.
390 * compat.el (compat-define-function): New.
391 * compat.el (compat-wrap-runtime): New.
392 * compat.el (compat-wrap): New.
393 * compat.el (compat): Removed.
394 * compat.el (overlays):
395 * compat.el (overlayp): New.
396 * compat.el (make-overlay): New.
397 * compat.el (move-overlay): New.
398 * compat.el (delete-overlay): New.
399 * compat.el (overlay-start): New.
400 * compat.el (overlay-end): New.
401 * compat.el (overlay-buffer): New.
402 * compat.el (overlay-properties): New.
403 * compat.el (overlays-at): New.
404 * compat.el (overlays-in): New.
405 * compat.el (next-overlay-change): New.
406 * compat.el (previous-overlay-change): New.
407 * compat.el (overlay-lists): New.
408 * compat.el (overlay-recenter): New.
409 * compat.el (overlay-get): New.
410 * compat.el (overlay-put): New.
411 * compat.el ('delete-extent): New.
412 * compat.el ('extent-end-position): New.
413 * compat.el ('extent-start-position): New.
414 * compat.el ('set-extent-endpoints): New.
415 * compat.el ('set-extent-property): New.
416 * compat.el ('make-extent): New.
417 * compat.el (extent-property): New.
418 * compat.el (extent-at): New.
419 * compat.el (map-extents): New. Some attempts to redo this to
420 make it truly useful and fix the "multiple versions interacting
421 with each other" problem. Not yet done. Currently doesn't work.
422
423 * files.el (revert-buffer-internal):
424 Use with-obsolete-variable to avoid warnings in new revert-buffer code.
425
426 2002-05-02 Steve Youngs <youngs@xemacs.org>
427
428 * package-get.el (package-get): Use 'warn' instead of 'lwarn'.
429
430 2002-05-01 Steve Youngs <youngs@xemacs.org>
431
432 * package-get.el (package-get-update-base-entry): Remove code to
433 add package entries into custom.
434 (package-get-custom-groups): Remove.
435 (package-get-custom): Ditto.
436 (package-get-custom-add-entry): Ditto.
437
438 2002-04-29 Steve Youngs <youngs@xemacs.org>
439
440 * menubar-items.el (default-menubar): Remove entry for managing
441 packages via custom.
442
443 2002-04-24 Mats Lidell <matsl@contactor.se>
444
445 * mule/european.el (language-info-alist): Add TUTORIAL & greeting for Swedish.
446
447 2002-04-28 Steve Youngs <youngs@xemacs.org>
448
449 * mule/mule-charset.el: Revert my last patch. 'string-to-char-list'.
430 450
431 * XEmacs 21.5.6 "bok choi" is released. 451 * XEmacs 21.5.6 "bok choi" is released.
432 452
433 2002-03-31 Ben Wing <ben@xemacs.org> 453 2002-03-31 Ben Wing <ben@xemacs.org>
434 454
1152 2001-11-24 Andy Piper <andy@xemacs.org> 1172 2001-11-24 Andy Piper <andy@xemacs.org>
1153 1173
1154 * printer.el (generic-print-region): set default-frame-plist to 1174 * printer.el (generic-print-region): set default-frame-plist to
1155 nil while creating the printer frame so that sizes reflect the 1175 nil while creating the printer frame so that sizes reflect the
1156 printed page. 1176 printed page.
1177
1178 2002-05-09 Stephen J. Turnbull <stephen@xemacs.org>
1179
1180 This patch is based on Jerry James's patch and analysis.
1181
1182 * select.el (get-clipboard):
1183 (get-selection):
1184 Update docstrings.
1185 (get-clipboard-foreign):
1186 (get-selection-foreign):
1187 New function for use as `interprogram-paste-function's.
1188
1189 * simple.el (interprogram-paste-function): Change default to
1190 `get-clipboard-foreign'; improve docstring.
1191 (interprogram-cut-function): Improve dosctring.
1192
1193 2002-03-18 Adrian Aichner <adrian@xemacs.org>
1194
1195 * cus-edit.el (customize-save-variable): Fix typo in prompt.
1196
1197 2002-03-26 John Paul Wallington <jpw@xemacs.org>
1198
1199 * obsolete.el (assq-delete-all): New compatibility alias for
1200 remassq.
1201
1202 2002-01-09 Simon Josefsson <jas@extundo.com>
1203
1204 * files.el (auto-mode-alist): Support Sieve (*.siv, *.sieve).
1205
1206 2002-01-04 Adrian Aichner <adrian@xemacs.org>
1207
1208 * info.el (Info-auto-generate-directory): Default
1209 Info-auto-generate-directory to 'if-outdated.
1210
1211 2002-03-28 Stephen J. Turnbull <stephen@xemacs.org>
1212
1213 * startup.el (normal-top-level): Prevent migration code from
1214 trashing .emacs on an error in loading the init files.
1215
1216 2002-03-14 Ville Skyttä <ville.skytta@xemacs.org>
1217
1218 * files.el (auto-mode-alist): GNUmakefile is a Makefile,
1219 "system default" Xdefaults and friends get xrdb-mode.
1220
1221 2002-03-05 Mats Lidell <matsl@contactor.se>
1222
1223 * help-nomule.el (tutorial-supported-languages): Added Swedish
1224 tutorial. Sorted languages.
1225
1226 2002-02-11 Mike Sperber <mike@xemacs.org>
1227
1228 * info.el (Info-maybe-update-dir): Regenerate dir if we're
1229 regenerating outdated dir files and dir is non-existent.
1230
1231 2002-01-27 Stephen J. Turnbull <stephen@xemacs.org>
1232
1233 * code-files.el (convert-mbox-coding-system): Improve comment.
1234 (write-region): Improve docstring. Reformat to 80 columns. Add
1235 coding-system argument to `write-region-pre-hook' call.
1236 (write-region-pre-hook): Fix docstring to mention lockname argument.
1237
1238 2002-01-18 Stephen J. Turnbull <stephen@xemacs.org>
1239
1240 * minibuf.el (completing-read): Remove redundant wrong arg list.
1241
1242 * help.el (with-displaying-help-buffer): Put usage advice in docstring.
1243
1244 2001-12-27 John Paul Wallington <jpw@shootybangbang.com>
1245
1246 * obsolete.el (interactive-form): new compatibility alias for
1247 function-interactive.
1248
1249 2001-11-29 Adrian Aichner <adrian@xemacs.org>
1250
1251 * menubar-items.el (Menubar-items-truncate-list): Removed.
1252 * menubar-items.el (Menubar-items-truncate-history): New.
1253 * menubar-items.el (default-menubar): Use
1254 Menubar-items-truncate-history.
1255
1256 2002-02-03 Adrian Aichner <adrian@xemacs.org>
1257
1258 * printer.el (generic-print-region): Pass correct arguments to
1259 lpr-region. Thanks to Nevin Kapur <nevin@jhu.edu> and Björn
1260 Torkelsson <torkel@acc.umu.se>.
1261
1262 2002-01-09 John Paul Wallington <jpw@shootybangbang.com>
1263
1264 * help.el (describe-mode): synched with FSF 19.34; handle nil
1265 minor mode indicators.
1266
1267 2001-12-03 Christoph Wedler <Christoph.Wedler@sap.com>
1268
1269 * minibuf.el (completing-read): Update docstring.
1270
1271 2001-12-17 Stephen J. Turnbull <stephen@xemacs.org>
1157 1272
1158 * faces.el (face-complain-about-font): Don't complain on printers. 1273 * faces.el (face-complain-about-font): Don't complain on printers.
1159 1274
1160 2001-11-21 Stephen J. Turnbull <stephen@xemacs.org> 1275 2001-11-21 Stephen J. Turnbull <stephen@xemacs.org>
1161 1276