]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2003-01-06 Dave Love <fx@gnu.org>
2
3 * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
4
5 * language/chinese.el ("Chinese-EUC-TW"): New.
6
7 2003-01-06 John Paul Wallington <jpw@shootybangbang.com>
8
9 * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
10
11 2003-01-05 Richard M. Stallman <rms@gnu.org>
12
13 * isearch.el (isearch-repeat): Error if try to repeat search and
14 there was no previous search.
15
16 * dired.el (dired-recursive-deletes): Fix custom type.
17
18 * dabbrev.el (dabbrev--substitute-expansion):
19 Convert all whitespace to single spaces,
20 except when it's carried over from the existing text.
21
22 * simple.el (split-line): Clean up implementation.
23
24 * mail/rmail.el (rmail-font-lock-keywords): Discard code to match both cases.
25 (rmail-variables): Specify case-insensitive matching for font-lock.
26
27 2003-01-05 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
28
29 * mail/sendmail.el (mail-font-lock-keywords): Match multiline In-Reply-To and X-*.
30 * mail/rmail.el (rmail-font-lock-keywords): Match multiline In-Reply-To and X-*.
31
32 2003-01-05 Mark A. Hershberger <mah@everybody.org>
33
34 * xml.el (xml-substitute-special): Check for &amp last.
35
36 2003-01-05 Dave Love <fx@gnu.org>
37
38 * buff-menu.el (Buffer-menu-execute): Fix for effect of header
39 line.
40
41 2003-01-05 Dave Love <fx@gnu.org>
42
43 * international/mule-diag.el (non-iso-charset-alist): Add
44 vietnamese-tcvn.
45
46 * international/mule-cmds.el (locale-language-names): Use
47 Croatian, Swedish.
48
49 2003-01-05 Andreas Schwab <schwab@suse.de>
50
51 * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer
52 name.
53
54 2003-01-05 Dave Love <fx@gnu.org>
55
56 * language/european.el ("Latin-6", "Croatian"): New.
57 ("Latin-7"): Fix nonascii-translation. Add input method.
58 ("Lithuanian", "Latvian"): Add nonascii-translation.
59 ("German", "Spanish", "Dutch", "Welsh", "Swedish"): Fix
60 nonascii-translation.
61
62 * language/georgian.el ("Georgian"): Fix nonascii-translation.
63
64 * international/mule-cmds.el (set-locale-environment): Ignore
65 empty values of environment variables.
66
67 * emacs-lisp/byte-opt.el (byte-optimize-nth)
68 (byte-optimize-nthcdr): Fix for case of wrong-length forms.
69
70 2003-01-04 Nick Roberts <nick@nick.uklinux.net>
71
72 * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
73 Use let construction to bind buffer-read-only to nil.
74 (gdba): 'set height 0' in GDB.
75 (gdb-display-end, gdb-frame-handler): Corrections to forming
76 full expression name for header-line in display frame.
77 (gdb-info-breakpoints-custom): Highlight breakpoints since
78 they may be clicked on with mouse-2.
79 (gdb-quit): Delete frames of displayed expressions when
80 quitting.
81 (gdb-delete-frames): New function.
82 (gdb-source-info): Don't create stack buffer automatically.
83
84 2003-01-04 Thien-Thi Nguyen <ttn@gnu.org>
85
86 * xml.el (xml-substitute-special): Move "&amp;" -> "&" last.
87
88 2003-01-04 Kim F. Storm <storm@cua.dk>
89
90 * simple.el (split-line): If present, copy fill-prefix from
91 current line to new line. Don't copy if prefix arg.
92 From Lisp, arg may be an alternative prefix string to copy.
93 Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
94
95 * mail/sendmail.el (mail-split-line): New function.
96 (mail-mode-map): remap split-line to mail-split-line.
97
98 2003-01-03 Dave Love <fx@gnu.org>
99
100 * emacs-lisp/find-func.el (find-variable-noselect): Make it work
101 with new load-history format.
102
103 * international/mule-cmds.el (sort-coding-systems): Adjust
104 priority of utf-16 and x-ctext.
105
106 * international/utf-8.el (utf-translate-cjk): Call
107 optimize-char-coding-system-table.
108
109 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
110 Call optimize-char-coding-system-table.
111
112 * international/mule.el (register-char-codings): Don't call
113 optimize-char-coding-system-table here.
114 (keyboard-coding-system): Doc fix. Update :version.
115
116 * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
117 (nroff-imenu-expression): New.
118 (nroff-mode): Use it.
119
120 * autoinsert.el (auto-insert-alist): Add man page skeleton.
121
122 2003-01-03 Andre Spiegel <spiegel@gnu.org>
123
124 * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
125 the lock.
126
127 2003-01-03 Kim F. Storm <storm@cua.dk>
128
129 * emulation/cua-base.el (cua--pre-command-handler): Corrected
130 handling of delete-selection properties.
131
132 2003-01-03 John Paul Wallington <jpw@shootybangbang.com>
133
134 * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
135 documentation string when `sym' is non-nil.
136
137 2003-01-02 Steven Tamm <steventamm@mac.com>
138
139 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): Have
140 scroll bars correctly default to being on the right for Mac
141 Carbon port by testing "mac-carbon" feature, not window-system.
142
143 2003-01-02 Markus Rost <rost@math.ohio-state.edu>
144
145 * cus-edit.el (customize-group, customize-group-other-window):
146 Call custom-load-symbol unconditionally.
147 (customize-face, customize-face-other-window): Fix format arg.
148
149 2003-01-02 John Paul Wallington <jpw@shootybangbang.com>
150
151 * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
152 to `left'.
153
154 2003-01-01 Richard M. Stallman <rms@gnu.org>
155
156 * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
157
158 * files.el (backup-buffer): Cope if file-modes returns nil.
159
160 2002-12-30 Steven Tamm <steventamm@mac.com>
161
162 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): Have
163 scroll bars correctly default to being on the right for Mac
164 Carbon port
165
166 2002-12-29 Nick Roberts <nick@nick.uklinux.net>
167
168 * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
169 (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
170 (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
171 (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
172 (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
173 (gdb-delete-disp-this-line): Rename (gdb-delete-display).
174 (gud-gdba-marker-filter): Remove unnecessary save-match-data.
175 (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
176 (gdb-frames-mouse-select): Simplify.
177 Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
178 consistent with other modes in emacs.
179 (gdb-display-source-buffer): Return window of source buffer
180 for (gud-display-line).
181
182 2002-12-29 Markus Rost <rost@math.ohio-state.edu>
183
184 * button.el (defface button): Add group.
185
186 * cus-edit.el (customize-browse): Call `widget-setup'.
187
188 2002-12-29 Andreas Schwab <schwab@suse.de>
189
190 * Makefile.in: Generate cus-load.el and finder-inf.el in the
191 source directory. Change dependencies on lisp files to explicitly
192 use $(lisp).
193 (compile-calc): Fix command substitution.
194 * cus-dep.el (generated-custom-dependencies-file): New variable.
195 (custom-make-dependencies): Use it instead of hardcoding
196 cus-load.el.
197 * finder.el (generated-finder-keywords-file): New variable.
198 (finder-compile-keywords): Use it instead of hardcoding
199 finder-inf.el.
200
201 2002-12-28 Richard M. Stallman <rms@gnu.org>
202
203 * info-look.el (info-lookup): Fix error message typo.
204
205 * comint.el (comint-mode): Localy set scroll-conservatively.
206 (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
207 is active only when point is at end.
208
209 * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
210 Fix error message.
211
212 * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
213
214 * simple.el (repeat-complex-command): Signal real error on failure.
215
216 2002-12-28 Andreas Schwab <schwab@suse.de>
217
218 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
219 automatic variable references enclosed in parens and optionally
220 suffixed by F or D.
221
222 2002-12-27 Miles Bader <miles@gnu.org>
223
224 * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
225 buffer-local variable.
226
227 2002-12-26 Markus Rost <rost@math.ohio-state.edu>
228
229 * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
230 the same way as `custom-buffer-create-other-window'.
231 (customize-variable-other-window, customize-option-other-window):
232 Definitions moved up.
233
234 2002-12-26 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
235
236 * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes.
237 * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
238 tramp.el. From Michael Albinus.
239 * net/tramp-smb.el: New file for using smbclient to access
240 Windows shares with Tramp. From Michael Albinus.
241
242 2002-12-26 Andreas Schwab <schwab@suse.de>
243
244 * international/mule-cmds.el (select-safe-coding-system): Fix
245 typo.
246
247 2002-12-26 Andre Spiegel <spiegel@gnu.org>
248
249 * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
250 order to get the latest version on the current branch. Update
251 documentation of vc-BACKEND-checkout to explain this.
252
253 * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
254 (vc-rcs-checkin): By default, specify the current workfile
255 branch as the check-in revision.
256
257 * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
258
259 * vc-sccs.el (vc-sccs-checkout): Likewise.
260
261 2002-12-26 Nick Roberts <nick@nick.uklinux.net>
262
263 * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
264 of displayed expressions are deleted when the displayed expressions
265 are deleted.
266 (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
267 deletion is handled by gdb-info-display-custom now.
268 (gdb-source-info): Undo earlier change (do create display buffer
269 automatically).
270
271 2002-12-25 Markus Rost <rost@math.ohio-state.edu>
272
273 * cus-edit.el (custom-save-faces): Fix typo.
274
275 2002-12-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
276
277 * mail/undigest.el (unforward-rmail-message): Do not assume that
278 the forwarded message's Date: header comes after From:. Use a
279 Forwarded-from: rather than a Forwarded-by: header. Add a
280 Forwarded-date: header.
281
282 2002-12-23 Nick Roberts <nick@nick.uklinux.net>
283
284 * gdb-ui.el (gdb-display-number-end): Make auto-display of
285 expressions in GDB work on text-only terminals.
286 (gdb-post-prompt): Compute current frame properly.
287 (gdb-get-current-frame, gdb-frame-handler): New functions.
288 (gdb-source-info): Move last statement into if clause.
289 Tidy, improve documentation.
290
291 2002-12-23 Richard M. Stallman <rms@gnu.org>
292
293 * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
294
295 * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
296 (easy-menu-define): Doc fix, say SYMBOL can be nil.
297
298 * window.el (save-selected-window): Save and restore
299 selected windows of all frames.
300
301 * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
302 Update custom types.
303
304 2002-12-23 Alex Schroeder <alex@emacswiki.org>
305
306 Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
307 Alex Schroeder's adaptation of Jan Vroonhof
308 <vroonhof@math.ethz.ch>'s code. Doc strings corrected by RMS.
309
310 * cus-edit.el (customize-save-variable): Take themes into account.
311 (custom-variable-save): Take themes into account.
312 (custom-variable-reset-saved): Add comment-widget.
313 (custom-variable-reset-standard): Add comment-widget.
314 (custom-variable-reset-standard): Take themes into account.
315 (custom-face-save): Take themes into account.
316 (custom-face-reset-standard): Take themes into account.
317 (custom-save-variables): Take themes into account.
318 (custom-save-faces): Take themes into account.
319 (custom-save-resets): New function.
320 (custom-save-loaded-themes): New function.
321 (customize-save-customized): Take themes into account.
322
323 * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
324 (custom-theme-set-faces): New function.
325 (custom-theme-face-value): New function.
326 (custom-theme-reset-internal-face): New function.
327 (custom-theme-reset-faces): New function.
328 (custom-reset-faces): New function.
329
330 * custom.el (custom-known-themes): New variable.
331 (custom-declare-theme): New function.
332 (deftheme): New macro.
333 (custom-make-theme-feature): New function.
334 (custom-theme-p): New function.
335 (custom-check-theme): New function.
336 (custom-push-theme): New function.
337 (custom-theme-set-variables): Take themes into account.
338 (custom-loaded-themes): New variable.
339 (custom-theme-loaded-p): New function.
340 (provide-theme): New function.
341 (require-theme): New function.
342 (custom-remove-theme): New function.
343 (custom-do-theme-reset): New function.
344 (custom-theme-load-themes): New function.
345 (custom-load-themes): New function.
346 (custom-theme-value): New function.
347 (custom-theme-variable-value): New function.
348 (custom-theme-reset-internal): New function.
349 (custom-theme-reset-variables): New function.
350 (custom-reset-variables): New function.
351
352 * cus-theme.el: New file.
353
354 2002-12-23 Matthew Swift <swift@alum.mit.edu>
355
356 * emacs-lisp/rx.el (rx-and): Generate a shy group.
357 Specify `no-group' when calling rx-to-string.
358 (rx-submatch): Specify `no-group' when calling rx-to-string.
359 (rx-kleene): Use rx-atomic-p to decide whether to make a group.
360 (rx-atomic-p): New function.
361
362 2002-12-23 Kevin Ryde <user42@zip.com.au>
363
364 * info-look.el (info-lookup): For ease of use try item
365 case-insensitive if not found case-sensitive.
366 Do case sensitive search in index nodes, so items differing only in
367 case go correctly to their respective nodes.
368
369 2002-12-22 Richard M. Stallman <rms@gnu.org>
370
371 * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
372
373 * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
374 Add defvars.
375
376 * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
377 on the file name.
378
379 * textmodes/outline.el (outline-next-visible-heading):
380 When going forward, test outline-invisible-p at start of header.
381
382 2002-12-22 Kevin Ryde <user42@zip.com.au>
383
384 * textmodes/makeinfo.el (makeinfo-buffer): Display result using
385 Info-mode.
386 (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
387 New functions.
388 (makeinfo-compile): Add a sentinel parameter.
389 (makeinfo-compilation-sentinel-region): Renamed from
390 makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
391 (makeinfo-region): Use this.
392 * info.el (Info-revert-find-node): New function.
393
394 2002-12-22 Nick Roberts <nick@nick.uklinux.net>
395
396 * tooltip.el (tooltip-gud-tips): Output tooltip without switching
397 process filter (gdba in gdb-ui.el only).
398 (gdb-tooltip-print): New function.
399 (tooltip-gud-process-output): Undo previous change.
400 (tooltip-strip-annotations): Remove.
401
402 2002-12-22 Zoltan Kemenczy <zoltan@ieee.org>
403
404 * gud.el (gud-menu-map): Add jdb support for "run".
405 (gud-jdb-find-source-using-classpath): Use 'identity.
406 (gud-jdb-marker-filter): Marker regexp and filename filtering
407 change to support a backwards-incompatible change in Sun's jdb
408 line number display in SDK versions 1.4.
409 (gud-format-command): gud-find-class now requires two
410 parameters (file and linenumber).
411 (gud-find-class): Bulk of the change related to using c-syntactic
412 symbols to locate nested class declarations in java sources
413 visited by java-mode (cc-mode).
414
415 2002-12-21 Nick Roberts <nick@nick.uklinux.net>
416
417 * gdb-ui.el: Remove the concept of an instance. This means that
418 a lot of functions have been renamed. Accessors are prefixed with
419 gdb-get, setters with gdb-set and the word instance has been
420 removed from many function and variable names.
421 (gdb-display-buffer): Protect source buffer as well
422 as GUD buffer when requesting new buffers.
423 (gdb-source-info): Two changes : Don't create display buffer
424 automatically, compute source window correctly.
425
426 2002-12-21 Richard M. Stallman <rms@gnu.org>
427
428 * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
429
430 * ls-lisp.el (original-insert-directory): Make this a variable,
431 don't set its function definition.
432 (insert-directory): Use funcall to call that function.
433
434 * bindings.el (help-echo): Change tooltip string.
435
436 * chistory.el (command-history-map): Move definition up.
437
438 * faces.el (help-xref-stack): Add defvar to avoid warning.
439
440 2002-12-21 Andreas Schwab <schwab@suse.de>
441
442 * dired.el (dired-insert-directory): Preserve text properties
443 when quoting.
444
445 2002-12-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
446
447 * mail/undigest.el (rmail-mail-separator): Renamed from
448 rmail-digest-mail-separator. All users changed.
449 (unforward-rmail-message): Rewritten to be more robust and to
450 additionally account for the common style of forwarding messages
451 by citing them entirely with headers.
452
453 2002-12-18 Dave Love <fx@gnu.org>
454
455 * international/utf-8-subst.el: Deleted.
456
457 * international/ucs-tables.el (ucs-fragment-8859): Don't modify
458 char-coding-system-table elements destructively. Use
459 optimize-char-coding-system-table.
460
461 * international/mule.el (optimize-char-coding-system-table): New.
462 (register-char-codings): Use it.
463
464 * international/utf-8.el (ucs-mule-cjk-to-unicode)
465 (ucs-unicode-to-mule-cjk): Revert last change.
466 (utf-subst-table-for-encode): Initially use
467 ucs-mule-cjk-to-unicode.
468 (utf-subst-table-for-decode): Initially use
469 ucs-unicode-to-mule-cjk.
470 (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
471 char-coding-system-table elements destructively.
472 (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
473 ucs-unicode-to-mule-cjk to new hash tables with realistic
474 parameters.
475
476 2002-12-18 John Paul Wallington <jpw@shootybangbang.com>
477
478 * info.el (Info-dir-remove-duplicates): Avoid infloop when
479 deleting last entry.
480
481 2002-12-17 Nick Roberts <nick@nick.uklinux.net>
482
483 * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
484 rename gud-gdba-marker-filter.
485 (gdb-append-to-inferior-io): Only pop up IO buffer if there is
486 output.
487 (gdb-make-instance): Remove (put into gdba).
488 Use gdb-instance-enqueue-input instead of
489 gdb-instance-enqueue-idle-input for user functions.
490 (gdb-instance-target-string): Simplify.
491 (in-gdb-instance-context): Remove.
492 Expand Commentary.
493
494 2002-12-17 Kenichi Handa <handa@m17n.org>
495
496 * international/mule.el (set-file-name-coding-system): New
497 function.
498
499 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
500 Add bindings for set-file-name-coding-system.
501
502 2002-12-17 Kenichi Handa <handa@m17n.org>
503
504 * international/mule-cmds.el (universal-coding-system-argument):
505 Bind coding-system-require-warning to t.
506 (select-safe-coding-system): Handle t in the arg
507 DEFAULT-CODING-SYSTEM specially. Use read-coding-system to read a
508 coding-system to allow users to specify unsafe coding system on
509 their risk.
510
511 2002-12-16 Francesco Potort\e,Al\e(B <pot@gnu.org>
512
513 * mail/undigest.el (rmail-digest-methods)
514 (rmail-digest-mail-separator): New variables.
515 (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
516 (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
517 (rmail-digest-parse-rfc934): New functions.
518 (undigestify-rmail-message): Completely rewritten.
519
520 2002-12-16 Kim F. Storm <storm@cua.dk>
521
522 * ido.el (ido-read-file-name): Removed debug message.
523
524 2002-12-16 Daniel Pfeiffer <occitan@esperanto.org>
525
526 * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
527 (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
528 (Buffer-menu-mode-width): New customization.
529 (Buffer-menu-sort-column): New var.
530 (Buffer-menu-no-header): New function for not changing header line and
531 recognizing swapped M&R columns, used by modifying commands in Buffer
532 Menu.
533 (Buffer-menu-buffer+size): New function for variable width buffer name.
534 (list-buffers-noselect): Rewritten for nicer menu.
535
536 2002-12-16 Markus Rost <rost@math.ohio-state.edu>
537
538 * filesets.el (filesets-build-menu-now): Don't clear messages.
539
540 * allout.el: Avoid name conflicts with outline.el. Replace
541 globally string "outline-" with string "allout-". Replaced 1446
542 occurrences; there was no string "allout-" before the change and
543 there seems to be no dependency on outline.el.
544 Put `quotes' around many function and variable names.
545 Doc changes to adjust to the change to prefix "allout-". Don't
546 provide 'outline. Use " Allout" as mode line string, not " Outl".
547 Put group 'allout in group 'editing. Update Copyright notice.
548 Autoload `allout-init'.
549 (allout-init): Give report also in case auto-activation was
550 inhibited.
551 (my-mark-marker): Test for feature 'xemacs instead of a string
552 parse.
553
554 2002-12-15 David Kastrup <David.Kastrup@t-online.de>
555
556 * emacs-lisp/autoload.el (autoload-ensure-default-file): Insert
557 missing space in file end comment.
558
559 2002-12-15 Simon Josefsson <jas@extundo.com>
560
561 * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
562 user-mail-address as sender.
563
564 2002-12-15 Dave Love <fx@gnu.org>
565
566 * international/mule-cmds.el (standard-keyboard-coding-systems):
567 Deleted.
568 (set-locale-environment): Don't use it.
569
570 * international/utf-8.el (ucs-mule-cjk-to-unicode)
571 (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
572 (utf-subst-table-for-decode): Specify :size, :rehash-size.
573 (utf-translate-cjk): :set rewritten to load subst-... files. Add
574 :set-after.
575 (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
576
577 2002-12-15 Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se> (tiny change)
578
579 * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
580 buffer as modified unless it really is.
581
582 2002-12-14 Andreas Schwab <schwab@suse.de>
583
584 * wid-edit.el (widget-move): Don't loop infinitely when there is
585 no field or button.
586
587 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
588
589 * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
590 (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
591 Undo 2002/09/27 change because kill-buffer-hook is not
592 permanent-local.
593
594 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
595 Optimize the remaining part of for-effect and/or expressions.
596
597 2002-12-13 Markus Rost <rost@math.ohio-state.edu>
598
599 * emacs-lisp/easy-mmode.el (define-minor-mode):
600 Use `custom-current-group'. Pass all groups to the hook.
601 (easy-mmode-define-global-mode): Use `custom-current-group'.
602
603 * international/mule-cmds.el (current-language-environment):
604 Set type according to `language-info-alist' also here.
605
606 * progmodes/compile.el (compilation-menu-map):
607 Use `kill-compilation' to stop compilation.
608
609 2002-12-13 Kenichi Handa <handa@m17n.org>
610
611 * language/european.el (encode-mac-roman): Fix last change.
612
613 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
614 (ccl-encode-alternativnyj): Fix last change.
615
616 2002-12-13 Nick Roberts <nick@nick.uklinux.net>
617
618 * gdb-ui.el: Improve documentation strings.
619 (gdb-many-windows): Set default value to nil.
620
621 2002-12-12 Dave Love <fx@gnu.org>
622
623 * international/subst-big5.el, international/subst-gb2312.el:
624 * international/subst-jis.el, international/subst-ksc.el: New.
625
626 * custom.el (defcustom, custom-set-variables): Doc fix.
627
628 * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
629 things protected by `(if (fboundp ...' or `(if (boundp ...'.
630
631 * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
632
633 2002-12-12 Glenn Morris <gmorris@ast.cam.ac.uk>
634
635 * progmodes/fortran.el (fortran-mode-abbrev-table):
636 Handle `define-abbrev' with either 5 or 6 arguments.
637
638 2002-12-12 Markus Rost <rost@math.ohio-state.edu>
639
640 * international/mule-cmds.el (set-language-info):
641 Update custom-type of `current-language-environment'.
642 (current-language-environment): Fix custom type.
643
644 2002-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
645
646 * progmodes/antlr-mode.el (antlr): New URL.
647
648 2002-12-10 R. Bernstein <rocky@panix.com>
649
650 * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
651 Fix erroneous print expression command, and fix typos.
652 (perldb): Undo previous change in prompt regexp.
653
654 2002-12-10 Steven Tamm <steventamm@mac.com>
655
656 * generic-x.el (javascript-generic-mode): Added C style block
657 comments as used in ECMA-262 standard.
658
659 2002-12-10 Kenichi Handa <handa@m17n.org>
660
661 * language/european.el ("Swedish"): Change tutorial file name to
662 TUTORIAL.sv in this langauge environment..
663
664 2002-12-09 John Paul Wallington <jpw@shootybangbang.com>
665
666 * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
667 disable it buffer-locally.
668 (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
669 `eventpt' and point.
670
671 * ibuf-ext.el (ibuffer-remove-duplicates): New function.
672 (ibuffer-set-filter-groups-by-mode): Use it instead of
673 `delete-duplicates' so we don't require cl library at runtime.
674 (ibuffer-insert-filter-group-before): Don't use `position' so we
675 don't require cl library at runtime.
676
677 * chistory.el (command-history-mode): Add interactive spec.
678 Improve doc string.
679
680 2002-12-09 Richard M. Stallman <rms@gnu.org>
681
682 * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
683
684 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
685
686 * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
687 customize type 'float is now defined.
688
689 2002-12-09 Dave Love <fx@gnu.org>
690
691 * international/code-pages.el (mik, pt154): New coding systems.
692
693 * international/ucs-tables.el: Fix properly.
694
695 2002-12-09 Andreas Schwab <schwab@suse.de>
696
697 * international/ucs-tables.el: Fix last change.
698
699 2002-12-09 Kenichi Handa <handa@m17n.org>
700
701 * international/titdic-cnv.el (titdic-convert): Process the
702 header part in multibyte mode.
703
704 2002-12-08 Dave Love <fx@gnu.org>
705
706 * international/code-pages.el (mule-diag): Move where it's required.
707
708 * international/ucs-tables.el: Add latin-jisx0201 characters.
709 Fix translation-table-for-input for lao, thai, tibetan.
710
711 2002-12-08 Andreas Schwab <schwab@suse.de>
712
713 * files.el (insert-directory): Insert free space only when
714 listing a full directory.
715
716 2002-12-08 Nick Roberts <nick@nick.uklinux.net>
717
718 * gdb-ui.el : Remove inappropriate key-bindings.
719 (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
720 Parse correctly when breakpoint has no line number.
721 (def-gdb-auto-update-handler, gdb-info-locals-handler),
722 (gdb-display-end): Avoid using insert-buffer.
723 (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
724
725 2002-12-07 Richard M. Stallman <rms@gnu.org>
726
727 * progmodes/compile.el (compilation-enter-directory-regexp-alist)
728 (compilation-leave-directory-regexp-alist): Match byte compiler output.
729
730 * emacs-lisp/cl-macs.el: Add local variable list
731 to turn off cl-function warnings.
732
733 * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
734 elements in load-history.
735 (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
736 and cl-struct-setf-expander.
737
738 * emacs-lisp/autoload.el (autoload-print-form-outbuf):
739 New variable.
740 (autoload-print-form): Use autoload-print-form-outbuf.
741 (generate-file-autoloads): Bind autoload-print-form-outbuf.
742
743 * calendar/calendar.el (calendar-day-name): Move defn down.
744
745 * speedbar.el (speedbar-directory-buttons-follow):
746 Don't use directory-sep-char.
747
748 2002-12-06 Masatake YAMATO <jet@gyve.org> (tiny change)
749
750 * register.el (describe-register-1): Use window-width
751 to truncate string in a register. Check whether the string
752 in a register is an empty string or a sequence of white spaces.
753
754 2002-12-07 Andreas Schwab <schwab@suse.de>
755
756 * faces.el (face-font-selection-order)
757 (face-font-family-alternatives, face-font-registry-alternatives):
758 Remove period from :tag value.
759
760 * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
761 to :inverse-video.
762
763 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
764
765 * wid-edit.el (define-widget number): Clarify doc and error message.
766 (define-widget float): New widget.
767
768 2002-12-07 Andreas Schwab <schwab@suse.de>
769
770 * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
771
772 * files.el (find-file-read-args): Reenable wildcard processing
773 unconditionally.
774
775 2002-12-06 Robert J. Chassell <bob@rattlesnake.com>
776
777 * textmodes/texinfmt.el (texinfo-format-scan): Handle new
778 functions for copyright notice and copying permissions.
779 (texinfo-copying, texinfo-insertcopying): New functions.
780
781 2002-12-03 TAKAHASHI Kaoru <kaoru@kaisei.org>
782
783 * textmodes/texinfmt.el (texinfo-format-ifxml)
784 (texinfo-format-xml): New function.
785 (ifxml, ifnotxml): New aliases.
786
787 2002-12-06 Dave Love <fx@gnu.org>
788
789 * international/utf-8-subst.el: Revert last change.
790
791 2002-12-06 Miles Bader <miles@gnu.org>
792
793 * info.el (Info-insert-dir): Make dir-node-cache variables
794 buffer-local, so that killing the *info* buffer forces the
795 dir-node to be rebuilt.
796
797 2002-12-06 Markus Rost <rost@math.ohio-state.edu>
798
799 * finder.el (finder-compile-keywords): Don't insert a keyword to
800 the generated file.
801
802 2002-12-05 Andreas Schwab <schwab@suse.de>
803
804 * speedbar.el (speedbar-highlight-face): Fix face spec.
805
806 2002-12-05 Stefan Monnier <monnier@cs.yale.edu>
807
808 * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
809 gdb-proc with gud-comint-buffer instead.
810 (gdb-proc): Remove.
811 (def-gdb-var): Simplify.
812 (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
813 Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
814 (gdb-goto-bp-this-line): Select the window while doing the goto-line.
815 (gdb-info-locals-handler): Avoid replace-regexp.
816
817 * calendar/calendar.el (facemenu-unlisted-faces): Only update
818 after facemenu is loaded.
819 (calendar-font-lock-keywords): Accept non-ASCII month names.
820 Use regexp-opt.
821
822 * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
823 (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
824 (gdba): Call `gdb' and then make modifications.
825 Always call gdb-clear-inferior-io rather than just "the first time".
826 (gud-break, gud-remove): Definitions moved to inside gdba.
827 (gdb-target-name): Remove. Use gud-target-name instead.
828 (gdba-complete-filter, gdba-common-init): Remove.
829 The changes were integrated into the generic code.
830
831 * gud.el: Use match-string.
832 (gud-menu-map): Re-fix gdb-running to gud-running.
833 Activate up/down and finish for pdb.
834 (gud-def): Use backquotes.
835 (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
836 (gud-gdb-complete-in-progress, gud-gdb-complete-string)
837 (gud-gdb-complete-break, gud-gdb-complete-list):
838 Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
839 gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
840 (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
841 Add a `filter' argument and run it on `string'.
842 (gud-gdb-run-command-fetch-lines): Use it instead of
843 gud-gdb-speedbar-stack-filter. Add a `skip' arg.
844 Return the fetched lines.
845 (gud-gdb-complete-command): Use it instead of cooking up
846 something by hand using gud-gdb-complete-filter.
847 (gud-gdb-get-stackframe): Use the new calling convention of
848 gud-gdb-run-command-fetch-lines.
849 (gud-gdb-fetched-stack-frame-list): Remove.
850 (gud-gdb-speedbar-stack-filter): Remove.
851 (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
852 (gud-bashdb-command-name): Add "--debugger" argument here.
853 (bashdb): Use default gud-find-file and don't bother with
854 a massage-args function now that --debugger is make explicit.
855 (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
856 (bashdb): Don't provide.
857 (gud-target-name): New var.
858 (gud-common-init): Set it.
859 Also reset gud-running and gud-last-last-frame.
860
861 2002-12-05 Dave Love <fx@gnu.org>
862
863 * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
864 mule-utf-16-le, mule-utf-16-be.
865
866 2002-12-05 Richard M. Stallman <rms@gnu.org>
867
868 * textmodes/outline.el (outline-mode): Doc fix.
869
870 2002-12-05 Edward M. Reingold <reingold@emr.cs.iit.edu>
871
872 * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
873
874 2002-12-05 Kenichi Handa <handa@m17n.org>
875
876 * international/titdic-cnv.el (quail-misc-package-ext-info):
877 Remove duplicate entry for chinese-b5-quick.
878 (batch-miscdic-convert): Don't try to call miscdic-convert on
879 files in the directory just following the arg "-dir".
880
881 2002-12-04 Stefan Monnier <monnier@cs.yale.edu>
882
883 * gdb-ui.el: Fold top-level `setq's and `define-key's into their
884 corresponding defvar.
885 (gdb-inferior-io-mode-map): New var.
886 Add bindings to it rather than to comint-mode-map.
887 (gdb-display-number-end): Use dolist. Remove always-true test.
888 (gdb-delete-line): Move and simplify.
889 (gdb-display-end): Don't bother going to beg-of-line since we're there.
890 (gdb-array-format1): Use dolist.
891 (gdb-make-windows-menu, gdb-make-frames-menu):
892 Move to top-level code. Move the menus to within the GUD menu.
893 Make the menus only appear in gdba mode.
894
895 * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
896 (gdb-inferior-io-mode): Use define-minor-mode.
897 (gdb-source-info): Don't burp if there's no source file.
898 (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
899 (gdb-inferior-io-stop, gdb-inferior-io-eof)
900 (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
901 (gdb-display-stack-buffer, gdb-frame-stack-buffer)
902 (gdb-display-registers-buffer, gdb-frame-registers-buffer)
903 (gdb-display-locals-buffer, gdb-frame-locals-buffer)
904 (gdb-display-display-buffer, gdb-frame-display-buffer)
905 (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
906 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
907 Remove the spurious left over arg from the "big reorg".
908
909 2002-12-04 Richard M. Stallman <rms@gnu.org>
910
911 * gud.el (gud-menu-map): Update for bashdb.
912 (perldb): Change prompt regexp.
913 (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
914 (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
915
916 * progmodes/cc-vars.el: Simply require wid-edit and custom
917 in eval-when-compile.
918
919 * progmodes/cc-menus.el: Don't require imenu.
920
921 * progmodes/cc-langs.el: Don't require cl.
922 (c-delete-duplicates): New function. Use instead of delete-duplicates.
923
924 * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
925 Add an else-clause to the if to avoid confused compiler warning.
926
927 * tooltip.el (tooltip-gud-tips-p): Undo previous change.
928
929 2002-12-03 Stefan Monnier <monnier@cs.yale.edu>
930
931 * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
932
933 * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
934 Update gdb-running -> gud-running.
935 (gdba): Use the default for gud-find-file.
936 (def-gdb-variable): Remove: fold into def-gdb-var.
937 (def-gdb-var): Use buffer-local-value and with-current-buffer.
938
939 * gud.el (gud-running): Rename from gdb-running. Update uses.
940 (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
941 tool-bar-add-item-from-menu to avoid let binding tool-bar-map
942 which fails if tool-bar.el is loaded in the mean time.
943 (gud-file-name): New fun.
944 (gud-find-file): Use it as default value for gud-find-file.
945 (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
946 on gud-find-file.
947 (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
948 (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
949 (gud-pdb-find-file, gud-jdb-find-file): Remove.
950 (gud-query-cmdline): Don't stuff the whole cwd in the command.
951 (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
952 (gud-mipsdbx-massage-args): Remove.
953 (gud-dbx-command-name): New var. Do what gud-mipsdbx-massage-args did.
954 (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
955 (gud-jdb-command-name): New var.
956 (gud-common-init): Re-instate RMS code of 11/13.
957
958 2002-12-03 Dave Love <fx@gnu.org>
959
960 * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
961 (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
962 (ucs-set-table-for-input): Use optional arg. Check for null `cs'.
963
964 2002-12-03 Andreas Schwab <schwab@suse.de>
965
966 * cus-edit.el (custom-display): Add checkbox for type mac.
967
968 * whitespace.el (whitespace-highlight-face): Fix face spec.
969
970 2002-12-02 Stefan Monnier <monnier@cs.yale.edu>
971
972 * simple.el (completion-setup-function): Fix last change to use
973 minibuffer-completing-file-name instead.
974
975 * add-log.el (change-log-mode): Set indent-line-function explicitly
976 to what it was before indent-line-function's default was changed.
977
978 2002-12-02 Richard M. Stallman <rms@gnu.org>
979
980 * textmodes/ispell.el (ispell-dict-map): Move specific
981 dictionary selection into a submenu.
982
983 * textmodes/fill.el (fill-indent-to-left-margin): New function.
984 (fill-newline, fill-region-as-paragraph): Use that.
985
986 * simple.el (completion-setup-function):
987 Handle ffap-read-file-or-url-internal specially like
988 read-file-name-internal.
989
990 2002-12-02 Simon Marshall <marshals@perth>
991
992 * font-lock.el (c++-font-lock-extra-types): Fix previous change.
993
994 2002-12-02 Fran\e,Ag\e(Bois Pinard <pinard@iro.umontreal.ca>
995
996 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
997 more make keywords: defined, endef, override, export, unexport
998 and vpath.
999
1000 2002-12-02 Dave Love <fx@gnu.org>
1001
1002 * autoarg.el (autoarg-kp-mode): Give it a :group.
1003
1004 2002-12-02 Noah Friedman <friedman@splode.com>
1005
1006 * complete.el (PC-do-completion): Do not add wildcards to pattern
1007 unless filename is non-nil.
1008
1009 2002-12-02 Andreas Schwab <schwab@suse.de>
1010
1011 * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
1012
1013 * paren.el (show-paren-mismatch-face): Fix face spec.
1014
1015 2002-11-30 Nick Roberts <nick@nick.uklinux.net>
1016
1017 * gdb-ui.el (gdb-many-windows): Define as a minor mode.
1018 (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
1019
1020 * tooltip.el (tooltip-gud-process-output): Handle annotations that
1021 are output with gdba in gdb-ui.el.
1022 (tooltip-strip-annotations): New function.
1023
1024 2002-12-29 Dave Love <fx@gnu.org>
1025
1026 * autoarg.el (autoarg-mode): Give it a :group.
1027
1028 2002-11-29 Bill Wohler <wohler@newt.com>
1029
1030 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
1031 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
1032 mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
1033 version 7.0.
1034
1035 * mail/mh-index.el, mail/mh-speed.el: New files for indexed
1036 searches and speedbar support in MH-E version 7.0.
1037
1038 * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
1039 toolbar/reply-from.pbm, toolbar/reply-from.xpm,
1040 toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
1041 MH-E version 7.0.
1042
1043 2002-11-29 Markus Rost <rost@math.ohio-state.edu>
1044
1045 * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
1046
1047 2002-11-29 Richard M. Stallman <rms@gnu.org>
1048
1049 * mail/rmail.el (rmail-convert-to-babyl-format):
1050 Make search for message delimiter case-sensitive.
1051
1052 * simple.el (yank-window-start): New variable.
1053 (yank): Record yank-window-start
1054 (yank-pop): Use yank-window-start.
1055
1056 * info.el (Info-additional-directory-list): Doc fix.
1057
1058 * indent.el (indent-according-to-mode, indent-region): Doc fix.
1059
1060 * tooltip.el (tooltip-gud-tips-p): Doc fix.
1061
1062 * eshell/em-script.el: Require eshell.
1063
1064 * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
1065
1066 2002-11-29 Kim F. Storm <storm@cua.dk>
1067
1068 * mwheel.el: Avoid accidental yanking of text while scrolling with
1069 the mouse wheel. This adds a short period after each mouse wheel
1070 scroll event where a click on the mouse wheel button is ignored.
1071 (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
1072 (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
1073 (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
1074 (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
1075 Start mwheel-inhibit-click-event-timer with timeout handler
1076 mwheel-inhibit-click-timeout.
1077
1078 2002-11-28 Nick Roberts <nick@nick.uklinux.net>
1079
1080 * tooltip.el (tooltip-gud-tips-setup): Remove.
1081 (tooltip-gud-debugger): Remove.
1082 (tooltip-gud-print-command): Use gud-minor mode instead of
1083 tooltip-gud-tips-setup and tooltip-gud-debugger.
1084
1085 * gdb-ui.el (gdb-starting): Set gdb-running to t.
1086 (gdb-stopped): Set gdb-running to nil.
1087 (gdb-quit): Reset some variables including tool-bar-map.
1088
1089 * gud.el (gdb-running): New variable.
1090 (gud-menu-map): Use gdb-running to grey out toolbar buttons
1091 with gdba in gdb-ui.el.
1092 (gud-tool-bar-map): Move to avoid byte compiler warning.
1093
1094 2002-11-27 Jason Rumney <jasonr@gnu.org>
1095
1096 * files.el (file-truename): Canonicalize non-existent names on w32.
1097
1098 2002-11-28 Kim F. Storm <storm@cua.dk>
1099
1100 * ido.el (ido-xemacs): Remove defvar. All uses changed to
1101 check (featurep 'xemacs) instead.
1102 (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
1103
1104 2002-11-27 Dave Love <fx@gnu.org>
1105
1106 * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
1107 forms' block to top (before uses).
1108 (help-fns): Don't require at top level. (Recursively.)
1109 (cl-transform-lambda): Require help-fns.
1110
1111 2002-11-26 Dave Love <fx@gnu.org>
1112
1113 * language/european.el (encode-mac-roman): Deal with unencodable
1114 characters.
1115
1116 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
1117 (ccl-encode-alternativnyj): Deal with unencodable characters.
1118
1119 * international/code-pages.el (cp-make-coding-system): Deal with
1120 unencodable characters.
1121
1122 2002-11-24 Richard M. Stallman <rms@gnu.org>
1123
1124 * mail/sendmail.el (mail-signature): Handle case where
1125 value of mail-signature is a string.
1126
1127 * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
1128
1129 * faces.el (face-set-after-frame-default): Ignore errors
1130 in face-spec-face-set.
1131
1132 * cus-face.el (custom-declare-face): Add face-defface-spec
1133 prop after applying the face spec.
1134
1135 2002-11-23 Nick Roberts <nick@nick.uklinux.net>
1136
1137 * tooltip.el (tooltip-gud-print-command): Add server prefix to the
1138 print command for gdb to keep it out of the command history.
1139
1140 * gdb-ui.el: Major re-organisation. Simplify legacy gdba
1141 code to allow only one gdb process.
1142
1143 2002-11-23 Markus Rost <rost@math.ohio-state.edu>
1144
1145 * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
1146 place. Add groups.
1147
1148 2002-11-22 Simon Marshall <marshals@perth>
1149
1150 * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
1151
1152 2002-11-21 Nick Roberts <nick@nick.uklinux.net>
1153
1154 * gdb-ui.el : General tidying. Patches from Stefan Monnier.
1155
1156 2002-11-20 Simon Josefsson <jas@extundo.com>
1157
1158 * play/morse.el (morse-code): Add non-ASCII characters, according
1159 to table at http://www.soton.ac.uk/~scp93ch/morse/.
1160
1161 2002-11-21 Richard M. Stallman <rms@gnu.org>
1162
1163 * dired.el (dired-sort-inhibit): New variable.
1164 (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
1165
1166 * find-dired.el (find-dired): Set dired-sort-inhibit to t
1167 buffer-locally.
1168
1169 2002-11-21 Eugene Exarevsky <zheka@relex.ru>
1170
1171 * progmodes/sql.el: Added LINTER support.
1172 (sql-linter-program): New variable.
1173 (sql-linter-options): New variable.
1174 (sql-mode-menu): Added Linter keywords.
1175 (sql-mode-linter-font-lock-keywords): New variable.
1176 (sql-highlight-linter-keywords): New function.
1177 (sql-linter): New function.
1178 (sql-ms-options): New variable.
1179 (sql-ms): Use it.
1180
1181 2002-11-21 John Paul Wallington <jpw@shootybangbang.com>
1182
1183 * ibuffer.el (ibuffer-formats): Change default value; bump width
1184 of size column in first format to 7.
1185
1186 2002-11-20 Stefan Monnier <monnier@cs.yale.edu>
1187
1188 * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
1189 load-history since `defvar' now uses this format.
1190
1191 * custom.el (custom-declare-variable): Use push.
1192 Use the (defvar . <sym>) format in load-history like `defvar' does.
1193
1194 * subr.el (symbol-file): Accept a non-atomic `function' arg.
1195 (with-local-quit): Add debug and indentation info.
1196
1197 2002-11-20 John Paul Wallington <jpw@shootybangbang.com>
1198
1199 * subr.el (symbol-file): Remove unused variable `functions'.
1200
1201 2002-11-20 Markus Rost <rost@math.ohio-state.edu>
1202
1203 * Makefile.in (setwins_almost): Renamed from finder_setwins.
1204 (custom-deps): Use it.
1205 (finder-data): Adjust to that name change.
1206
1207 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
1208
1209 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
1210 Turn errors into messages so they don't get ignored.
1211 (eldoc-get-fnsym-args-string): Use help-split-fundoc.
1212 (eldoc-beginning-of-sexp): Simplify.
1213 (eldoc-function-arglist): Remove.
1214 (eldoc-function-argstring): Use help-function-arglist instead.
1215 (eldoc-function-argstring-from-docstring-method-table)
1216 (eldoc-function-argstring-from-docstring): Remove.
1217
1218 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
1219
1220 2002-11-19 Dave Love <fx@gnu.org>
1221
1222 * emacs-lisp/bytecomp.el (maphash, map-char-table):
1223 Use byte-compile-funarg.
1224
1225 * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
1226
1227 2002-11-19 Markus Rost <rost@math.ohio-state.edu>
1228
1229 * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
1230 members here rather than with custom-add-to-group. This is the
1231 intended way of using defgroup and also lets
1232 custom-make-dependencies do its job.
1233 (defgroup vhdl-highlight-faces): Ditto.
1234
1235 * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
1236 Previous group name shadow is used in shadowfile.el.
1237 (shadows-compare-text-p): Use group lisp-shadow.
1238
1239 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
1240
1241 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
1242
1243 2002-11-19 Masatake Yamato <jet@gyve.org> (tiny change)
1244
1245 * register.el (describe-register-1): Don't assign to val the value
1246 returned by `remove-list-of-text-properties'.
1247
1248 2002-11-18 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1249
1250 * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
1251 Grok month numbers, too.
1252
1253 2002-11-18 Juanma Barranquero <lektu@terra.es>
1254
1255 * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
1256
1257 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
1258
1259 * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
1260
1261 * textmodes/refill.el (defgroup refill): New group.
1262
1263 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
1264
1265 * textmodes/sgml-mode.el (html-autoview-mode): Add group.
1266
1267 * textmodes/paragraphs.el (use-hard-newlines): Add group.
1268
1269 * progmodes/compile.el (compilation-shell-minor-mode): Add group.
1270 (compilation-minor-mode): Add group.
1271
1272 * reveal.el (global-reveal-mode): Add group.
1273
1274 * bookmark.el (bookmark-menu-length): Fix group name.
1275
1276 2002-11-17 Richard M. Stallman <rms@gnu.org>
1277
1278 * mail/rmail.el (rmail-ignored-headers): Add more headers.
1279
1280 * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
1281 (parse-time-val): Var renamed from `val'. All uses changed.
1282
1283 * files.el (parse-time-rules): Mark it as risky.
1284
1285 * finder.el (finder-commentary): Use buffer *Finder-package*.
1286
1287 * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
1288
1289 * simple.el (indicate-unused-lines)
1290 (default-indicate-unused-lines): New variable aliases.
1291
1292 2002-11-18 Kenichi Handa <handa@m17n.org>
1293
1294 * progmodes/cc-vars.el: Undo previous change.
1295
1296 2002-11-18 Kenichi Handa <handa@m17n.org>
1297
1298 * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
1299
1300 * language/european.el (iso-latin-1): Make it safe.
1301 (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
1302 (iso-latin-9): Likewise.
1303
1304 * language/greek.el (greek-iso-8bit): Make it safe.
1305
1306 * language/hebrew.el (hebrew-iso-8bit): Make it safe.
1307
1308 * language/lao.el (lao): Make it safe.
1309
1310 * language/thai.el (thai-tis620): Make it safe.
1311
1312 2002-11-17 Markus Rost <rost@math.ohio-state.edu>
1313
1314 * speedbar.el (defgroup speedbar): Use group 'etags instead of
1315 nonexisting group 'tags.
1316
1317 * emacs-lisp/re-builder.el: Add provide call.
1318
1319 * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
1320 (feedmail-fiddle-plex-user-list): Fix typo in group name.
1321
1322 * progmodes/make-mode.el (makefile-space-face): Fix group name.
1323
1324 * textmodes/ispell.el (defgroup ispell): Arrange that definition
1325 starts at beginning of line.
1326
1327 * textmodes/table.el (defgroup table-hooks): New group.
1328 (table-cell-map-hook): Fix typo in group name.
1329
1330 * calendar/diary-lib.el (diary-button-face): Add group and version
1331 number.
1332
1333 * warnings.el (defgroup warnings): New group.
1334
1335 2002-11-16 Markus Rost <rost@math.ohio-state.edu>
1336
1337 * emacs-lisp/autoload.el (update-autoloads-from-directories):
1338 Sort the list of files with no autoloads.
1339
1340 2002-11-16 Alan Shutko <ats@acm.org>
1341
1342 * calendar/diary-lib.el (list-diary-entries): Pass a marker
1343 indicating source of entry to add-to-diary-list.
1344 (diary-button-face, diary-entry, diary-goto-entry): New, to
1345 support click to diary file.
1346 (fancy-diary-display): Buttonize diary entries.
1347 (list-sexp-diary-entries): Pass a marker indicating source of
1348 entry to add-to-diary-list.
1349 (diary-date): Return mark as well as entry.
1350
1351 * calendar/calendar.el (diary-face): New.
1352 (european-calendar-display-form, describe-calendar-mode)
1353 (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
1354 (calendar-make-alist): New.
1355 (calendar-mode): Set up font-lock mode.
1356 (generate-calendar-window): Fontify if font-lock-mode is on.
1357
1358 2002-11-16 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
1359
1360 * international/codepage.el (cp866-decode-table): Fix the
1361 translation table.
1362
1363 2002-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
1364
1365 * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
1366 caused existing function definitions to be overridden by
1367 phonies when the bytecomp environment is restored.
1368
1369 2002-11-15 Nick Roberts <nick@nick.uklinux.net>
1370
1371 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
1372 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
1373 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
1374 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
1375 Icons for debugger (pbm files).
1376
1377 2002-11-15 Richard M. Stallman <rms@gnu.org>
1378
1379 * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
1380
1381 2002-11-15 John Paul Wallington <jpw@shootybangbang.com>
1382
1383 * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
1384 (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
1385 (ibuffer-mode-hooks): Remove spurious defvar.
1386 (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
1387 (ibuffer-mode): Run `ibuffer-mode-hook' instead of
1388 `ibuffer-mode-hooks'.
1389
1390 2002-11-15 Markus Rost <rost@math.ohio-state.edu>
1391
1392 * mail/rmailedit.el: Add provide call.
1393
1394 * play/bruce.el: Add provide call.
1395
1396 * emacs-lisp/gulp.el: Add provide call.
1397
1398 2002-11-14 Richard M. Stallman <rms@gnu.org>
1399
1400 * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
1401
1402 2002-11-14 Markus Rost <rost@math.ohio-state.edu>
1403
1404 * custom.el (custom-declare-group): Remove unnecessary line of code.
1405
1406 * cus-dep.el (custom-make-dependencies): Bind load-file-name.
1407
1408 2002-11-14 Edward M. Reingold <reingold@emr.cs.iit.edu>
1409
1410 * calendar/diary-lib.el (make-diary-entry): Allow for local variables
1411 at end of diary file.
1412
1413 2002-11-14 Kim F. Storm <storm@cua.dk>
1414
1415 * files.el (mode-name): Mark it as risky-local-variable like the
1416 other mode-line elements (moved from bindings.el).
1417
1418 * bindings.el (mode-name): Moved mark as risky-local-variable to
1419 files.el.
1420
1421 2002-11-14 Juanma Barranquero <lektu@terra.es>
1422
1423 * gud.el: Fix feature name in `provide'.
1424
1425 * gdb-ui.el: Fix feature name in `require'.
1426
1427 2002-11-14 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
1428
1429 * progmodes/etags.el (find-tag-default): Copy text at point without
1430 properties.
1431
1432 2002-11-14 Kenichi Handa <handa@m17n.org>
1433
1434 * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
1435
1436 2002-11-14 Kim F. Storm <storm@cua.dk>
1437
1438 * textmodes/fill.el (fill-nobreak-invisible): New var.
1439 (fill-nobreak-p): Test it; return t if set and point invisible.
1440 (fill-newline): Test it; remove invisible prop on newline if set.
1441
1442 * info.el (Info-fontify-node): New local list paragraph-markers.
1443 Record markers for mangled *note references on that list.
1444 When done, go back through those markers and fill each mangled
1445 paragraph with `fill-nobreak-invisible' let-bound to t.
1446 Don't use `display' property; insert "see" directly in buffer.
1447
1448 2002-11-14 Nick Roberts <nick@nick.uklinux.net>
1449
1450 * gdb-ui.el: New file, User Interface for running GDB
1451
1452 * gud.el:(gud-find-file): Set up GDB tool bar.
1453 (gud-menu-map): New commands: run, goto.
1454 Enable some commands for gdba.
1455 (gud-query-cmdline): Pass default directory to gdba.
1456 (gdb): Defune gud-goto and gud-run.
1457 (gud-gdb-complete-command): Maybe use gdba-complete-filter.
1458 (gud-mode): Set up local tool bar.
1459 (gud-display-line): For gdba, call gdb-display-source-buffer.
1460 (gud-basic-call): For gdba, maybe delete the current prompt.
1461 (gud-tool-bar-map): New variable.
1462 (gud-read-address): Correction.
1463
1464 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
1465 toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
1466 toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
1467 toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
1468 Icons for debugger.
1469
1470 2002-11-13 Stefan Monnier <monnier@cs.yale.edu>
1471
1472 * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
1473
1474 2002-11-13 Andre Spiegel <spiegel@gnu.org>
1475
1476 * vc-rcs.el (vc-rcs-registered): Improve comment.
1477
1478 * vc-sccs.el (vc-sccs-registered): Improve comment.
1479
1480 2002-11-13 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
1481
1482 * progmodes/compile.el (compilation-error-regexp-alist):
1483 Don't include colon and space after a file name as part of the name.
1484
1485 2002-11-13 Richard M. Stallman <rms@gnu.org>
1486
1487 * gud.el (gdb): Undo 10-26 change.
1488
1489 2002-11-13 Kenichi Handa <handa@m17n.org>
1490
1491 * replace.el (occur-engine): Set buffer-file-coding-system of
1492 OUT-BUF to that of one of BUFFERS if they locally bind that variable.
1493
1494 2002-11-13 Markus Rost <rost@math.ohio-state.edu>
1495
1496 * custom.el (custom-handle-all-keywords): Fix arg passed to
1497 custom-add-to-group.
1498
1499 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
1500
1501 * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
1502 (cvs-minor-mode-map): Add e binding in log-view-mode.
1503
1504 * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
1505 (perl-indent-line): Look at the open-paren to indent a close-paren.
1506 (perl-calculate-indent): Try to better indent args after hanging paren.
1507 Remove special code for open-paren-in-column-0.
1508
1509 * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
1510 (sgml-name-char): Use it.
1511 (sgml-tag-last, sgml-tag-history): New vars.
1512 (sgml-tag): Use them.
1513 (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
1514 (sgml-delete-tag): Remove resulting empty lines.
1515 (sgml-tag) <symbol-plist>: Don't make intangible.
1516 (sgml-parse-tag-backward): Add limit argument.
1517 (html-autoview-mode): Use define-minor-mode.
1518
1519 2002-11-12 Markus Rost <rost@math.ohio-state.edu>
1520
1521 * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
1522 that the definition is found by `find-function-search-for-symbol'
1523 and etags.
1524
1525 * vc-sccs.el (vc-sccs-registered): Ditto.
1526
1527 * emulation/edt.el (defgroup edt): Arrange that definition starts
1528 at beginning of line.
1529
1530 * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
1531
1532 * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
1533 Remove autoload cookie.
1534
1535 * newcomment.el (defgroup comment): Remove autoload cookie.
1536
1537 2002-11-11 Markus Rost <rost@math.ohio-state.edu>
1538
1539 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
1540 Declare with defvar, not with defcustom.
1541
1542 * cus-dep.el: Don't require 'autoload.
1543 (custom-make-dependencies): Handle :version also for autoloaded
1544 options.
1545
1546 * winner.el (defgroup winner): Arrange that definition starts at
1547 beginning of line.
1548
1549 * emulation/edt.el: Simplify Emacs 19 compatibility.
1550
1551 2002-11-11 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> (tiny change)
1552
1553 * dired-aux.el (dired-show-file-type): Format filename with "%s" to
1554 escape any format-like sequences it could contain.
1555
1556 2002-11-11 Per Abrahamsen <abraham@dina.kvl.dk>
1557
1558 * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
1559
1560 2002-11-11 Juanma Barranquero <lektu@terra.es>
1561
1562 * bindings.el (mode-name): Mark it as risky-local-variable.
1563
1564 2002-11-09 Dave Love <fx@gnu.org>
1565
1566 * international/mule-cmds.el (current-language-environment): Fix :type.
1567
1568 * international/ucs-tables.el: Revert to using
1569 translation-table-for-input instead of keyboard-translate-table.
1570
1571 * international/quail.el (quail-input-string-to-events):
1572 Revert last change.
1573
1574 * simple.el (quoted-insert): Bind translation-table-for-input,
1575 not keyboard-translate-table.
1576
1577 2002-11-08 Stefan Monnier <monnier@cs.yale.edu>
1578
1579 * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
1580
1581 * complete.el (PC-do-completion): Make partial-completion work
1582 with incomplete directory names.
1583
1584 * textmodes/tex-mode.el (latex-standard-block-names): Rename from
1585 standard-latex-block-names.
1586 (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
1587 and renewtheorem. Highlight \it and \bf separately since they
1588 may overlap.
1589 (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
1590 (tex-font-lock-keywords-3, tex-verbatim-environments)
1591 (tex-font-lock-syntactic-keywords): New vars.
1592 (superscript, subscript, tex-verbatim-face): New faces.
1593 (tex-font-lock-syntactic-face-function): Handle \verb construct.
1594 (tex-common-initialization): Update font-lock-defaults setting.
1595 (tex-insert-braces): Make it into a skeleton.
1596 (latex-fill-nobreak-predicate): Don't break after \.
1597 (latex-insert-block): Rename from tex-latex-block.
1598 (latex-down-list): Use tex-mode-syntax-table when skipping parens
1599 rather than the indentation syntax-table.
1600 (latex-close-block): Rename from tex-close-latex-block.
1601 (latex-split-block): New fun.
1602 (latex-indent): Don't indent inside a verbatim block.
1603 (latex-find-indent): Stick \begin{verbatim} to the margin.
1604
1605 2002-11-08 John Wiegley <johnw@gnu.org>
1606
1607 * calendar/timeclock.el (timeclock-modeline-display): Use assq as
1608 well as memq to find `global-mode-string' within
1609 `mode-line-format'. The structure of that variable has changed in
1610 21.3.
1611
1612 2002-11-07 Stefan Monnier <monnier@cs.yale.edu>
1613
1614 * format.el (format-decode): Be careful with the order in `format'.
1615
1616 * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
1617
1618 * eshell/em-glob.el: Require esh-util.
1619 (eshell-glob-initialize): Don't assume
1620 eshell-special-chars-outside-quoting is available.
1621
1622 * textmodes/fill.el (fill-paragraph): Consider a comment-start as
1623 a paragraph starter when filling non-comments.
1624 (fill-comment-paragraph): Don't narrow while doing the fill.
1625 Recognize paragraph starters and separators within comments.
1626 Use adaptive-fill-prefix when it works. Use comment-search-forward.
1627
1628 * progmodes/compile.el (grep-default-command): New fun.
1629 (grep): Use it.
1630 (compilation-menu-map): New var.
1631 (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
1632 (compilation-mode-map): Simplify.
1633 (compilation-shell-minor-mode, compilation-minor-mode):
1634 Use define-minor-mode.
1635
1636 * elide-head.el (elide-head): Don't make intangible.
1637
1638 * help.el (where-is): Rename map to defs (a list of syms is not a map).
1639 Test fboundp first, to speed things up. Use push.
1640
1641 * isearch.el (isearch-hidden): New var.
1642 (isearch-search-and-update): Test it.
1643 (isearch-range-invisible): Set it.
1644
1645 * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
1646 paragraph-separate, comment-column, and fill-paragraph-function.
1647 Simplify outline-regexp.
1648 (tcl-do-fill-paragraph): Remove.
1649
1650 2002-11-07 Markus Rost <rost@math.ohio-state.edu>
1651
1652 * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
1653
1654 * progmodes/compile.el (grep-compute-defaults): Undo previous change.
1655 Definition moved down.
1656 (grep-command, grep-find-command, grep-tree-command): Allow value nil.
1657 Do not declare :get property.
1658 (grep-use-null-device): Fix type. Do not declare :get property.
1659
1660 * emacs-lisp/checkdoc.el (checkdoc-find-error):
1661 Use get-file-buffer instead of get-buffer.
1662
1663 * cus-dep.el (custom-make-dependencies): Fix comment inserted in
1664 cus-load.el.
1665
1666 2002-11-07 Juanma Barranquero <lektu@terra.es>
1667
1668 * help.el (where-is): Report also aliases of the passed command.
1669
1670 2002-11-06 Dave Love <fx@gnu.org>
1671
1672 * simple.el (quoted-insert): Bind keyboard-translate-table around
1673 read-char.
1674
1675 * international/ucs-tables.el: Use keyboard-translate-table coding
1676 system property, not translation-table-for-input, for
1677 vietnamese-viscii & al.
1678 (translation-table-for-input): Set,
1679 don't defvar, and make permanent-local.
1680 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
1681 set-buffer-major-mode-hook, not quail-activate-hook.
1682 (ucs-set-table-for-input): Renamed from ucs-quail-activate.
1683 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
1684 Setup keyboard-translate-table, not translation-table-for-input.
1685 Modify set-buffer-major-mode-hook, not quail-activate-hook.
1686 (ucs-fragment-8859): Don't use translation-table-for-input coding
1687 system property.
1688 (ucs-quail-activate): Deleted.
1689 (ucs-set-table-for-input): New.
1690 (ucs-minibuffer-setup): Use it.
1691
1692 * international/quail.el (quail-input-string-to-events):
1693 Use keyboard-translate-table, not translation-table-for-input.
1694
1695 * files.el (normal-mode): Call ucs-set-table-for-input.
1696
1697 * international/mule.el (set-buffer-file-coding-system):
1698 Call ucs-set-table-for-input.
1699
1700 2002-11-06 Richard M. Stallman <rms@gnu.org>
1701
1702 * replace.el (query-replace, query-replace-regexp): Doc fixes.
1703
1704 * emacs-lisp/bytecomp.el (byte-compile-lambda):
1705 Handle progn like let, inside interactive spec.
1706
1707 * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
1708 Initialize to a suitable sexp.
1709 (tex-view): Evaluate tex-dvi-view-command and use the value.
1710
1711 2002-11-06 Kenichi Handa <handa@m17n.org>
1712
1713 * international/mule.el (coding-system-eol-type-mnemonic):
1714 Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
1715
1716 2002-11-06 Kim F. Storm <storm@cua.dk>
1717
1718 * info.el (Info-fontify-node): Fixed hiding of *note references
1719 with embedded file names like (xxx.yyy).
1720 Avoid making any lines visibly longer if hiding newlines inside
1721 note references by wrapping line after references if it contained
1722 a newline (unfortunaly this makes more lines appear "shorter").
1723 Properly reindent multi-line menu entry descriptions.
1724
1725 2002-11-05 Juanma Barranquero <lektu@terra.es>
1726
1727 * language/cyrillic.el ("Bulgarian"): Fix typo.
1728
1729 * international/mule.el (coding-system-eol-type-mnemonic):
1730 Move from mule-util.el.
1731
1732 * international/mule-util.el (coding-system-eol-type-mnemonic):
1733 Move to mule.el.
1734
1735 2002-11-04 Juanma Barranquero <lektu@terra.es>
1736
1737 * files.el (find-buffer-visiting): Accept new optional PREDICATE
1738 argument to return only a buffer that satisfies the predicate.
1739 (insert-file-1): New function.
1740 (insert-file-literally): Use it.
1741 (insert-file): Use it.
1742
1743 2002-11-04 Robert Fenk <Robert.Fenk@gmx.de> (tiny change)
1744
1745 * desktop.el (desktop-relative-file-names): New variable.
1746 (desktop-save): Use it.
1747
1748 2002-11-03 Andre Spiegel <spiegel@gnu.org>
1749
1750 * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
1751 its current version in dired.el.
1752
1753 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
1754
1755 * emacs-lisp/autoload.el (generate-file-autoloads)
1756 (update-file-autoloads): Strip .gz and other such extensions.
1757 (update-autoloads-from-directories): Also consider compressed files.
1758
1759 * info.el (Info-streamline-headings): New var.
1760 (Info-dir-remove-duplicates): New fun.
1761 (Info-insert-dir): Use it. Simplify the code with push,mapc,dolist.
1762 (Info-select-node): Simplify handling of Info-header-line.
1763 (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
1764 (Info-mode): Set header-line-format once and for all.
1765 (Info-fontify-node): Accept bogus first line with `File:' missing.
1766 Only make first line invisible if Info-use-header-line.
1767 Don't use `intangible': it's evil. Use inhibit-read-only.
1768 (Info-follow-reference, Info-next-reference, Info-prev-reference)
1769 (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
1770 since we don't use intangible any more.
1771
1772 * image.el (insert-image): Don't make intangible since
1773 adjust_point_for_property should be sufficient by default.
1774
1775 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
1776
1777 * textmodes/fill.el (fill-paragraph-handle-comment): New var.
1778 (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
1779 (fill-paragraph): Use them.
1780
1781 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
1782 Use fill-comment-paragraph.
1783
1784 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
1785
1786 * bindings.el (mode-line-change-eol)
1787 (mode-line-eol-desc-cache, mode-line-eol-desc): New.
1788 (mode-line-mule-info): Use them for the EOL part of the modeline.
1789
1790 * server.el (server-sentinel): Kill buffers if applicable.
1791 (server-temp-file-p): Make arg optional.
1792 (server-done): Use it to simplify.
1793 (server-switch-buffer): If server-window is a function, use it.
1794
1795 * mail/undigest.el (rmail-digest-end-regexps): Simplify.
1796 (undigestify-rmail-message): Fix paren-bug and simplify.
1797
1798 2002-11-02 Kim F. Storm <storm@cua.dk>
1799
1800 * info.el (Info-hide-note-references): nil value now does no
1801 reformatting at all. New choice 'tag reformats tag but shows
1802 the section reference.
1803 (Info-fontify-node): Use it.
1804
1805 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
1806
1807 * textmodes/tex-mode.el (tex-common-initialization):
1808 comment-start-skip shouldn't match on the next line.
1809
1810 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
1811 Don't bother making paragraph-start a superset of paragraph-separate.
1812 Use line-beginning-position.
1813
1814 * textmodes/sgml-mode.el (sgml-skip-tag-backward)
1815 (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
1816
1817 2002-11-01 Kim F. Storm <storm@cua.dk>
1818
1819 * info.el (Info-hide-note-references): New defcustom.
1820 (Info-fontify-node): Use it.
1821
1822 2002-10-31 Kim F. Storm <storm@cua.dk>
1823
1824 * shell.el (explicit-bash-args): Bash 1.x doesn't grok
1825 --noediting option; added run-time check to exclude it.
1826
1827 * info.el (Info-follow-reference, Info-next-reference)
1828 (Info-prev-reference, Info-try-follow-nearest-node):
1829 Bind inhibit-point-motion-hooks to t while parsing reference.
1830 (Info-fontify-node): When font-lock-mode is enabled, display
1831 "*note" and "* menu" references in a more user friendly format.
1832
1833 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
1834
1835 * textmodes/fill.el (fill-move-to-break-point): Skip white space
1836 _before_ checking to see if we're hitting the margin.
1837 (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
1838 it's now done by the C primitives. Don't use narrowing.
1839 Reorganize the line-breaking part of the code to simplify the control
1840 flow and make it work in the absence of narrowing.
1841 (fill-region): Don't use narrowing.
1842
1843 2002-10-30 Dave Love <fx@gnu.org>
1844
1845 * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
1846 (po-find-charset): Doc fix. Remove interactive spec.
1847 (po): Provide.
1848 (po-find-file-coding-system-guts): Re-written to use
1849 coding-system-alist, and code-pages, not codepage stuff.
1850
1851 * term/x-win.el: Remove some ancient compatibility code.
1852 Populate x-keysym-table.
1853
1854 2002-10-30 Andreas Schwab <schwab@suse.de>
1855
1856 * subr.el (replace-regexp-in-string): Doc fix.
1857
1858 2002-10-29 Dave Love <fx@gnu.org>
1859
1860 * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
1861
1862 * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
1863
1864 * international/mule-conf.el: Doc fixes.
1865
1866 2002-10-29 Richard M. Stallman <rms@gnu.org>
1867
1868 * server.el (server-switch-buffer): Say when no server buffers remain.
1869
1870 * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
1871
1872 2002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
1873
1874 * progmodes/make-mode.el (makefile-warn-continuations):
1875 Call re-search-forward with NOERROR t.
1876
1877 2002-10-29 Kim F. Storm <storm@cua.dk>
1878
1879 * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
1880 incomplete list of matches to be returned.
1881
1882 2002-10-29 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
1883
1884 * textmodes/texinfo.el (texinfo-environments): Add environment;
1885 copying, documentdescription, ifplaintext, ifnotplaintext, and
1886 verbatim.
1887
1888 * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
1889 (ifplaintext, ifnotplaintext)
1890 (afourpaper, afivepaper, afourlatex, afourwide)
1891 (documentlanguage, documentencoding): New aliases.
1892
1893 2002-10-29 John Paul Wallington <jpw@shootybangbang.com>
1894
1895 * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
1896 up filter groups menu. Preserve point unless a menu command has
1897 moved it from point clicked.
1898
1899 2002-10-29 David Kastrup <dak@lola.goethe.zz>
1900
1901 * calc/calc.el (calc-any-evaltos): Initialize to nil, since
1902 calc-refresh-evaltos appears to need this.
1903
1904 2002-10-28 Dave Love <fx@gnu.org>
1905
1906 * international/mule-diag.el (non-iso-charset-alist): Move to
1907 avoid compilation warning.
1908 (mule-diag): Provide.
1909
1910 * international/code-pages.el (cp-make-coding-system):
1911 Use utf-translation-table-for-decode, not
1912 utf-8-translation-table-for-decode.
1913 (mule-diag): Require.
1914
1915 * language/thai-util.el (thai-composition-function): Don't use prog1.
1916
1917 * language/lao-util.el (lao-composition-function): Don't use prog1.
1918
1919 * language/european.el (diacritic-composition-function):
1920 Modify confused prog1 form.
1921
1922 * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
1923 (quail-keyboard-layout): Customize.
1924 Move after quail-keyboard-layout-alist.
1925
1926 2002-10-28 Miles Bader <miles@gnu.org>
1927
1928 * progmodes/make-mode.el (makefile-warn-continuations):
1929 Don't barf when there _aren't_ any suspicious continuations.
1930
1931 2002-10-28 Matthew Swift <swift@alum.mit.edu>
1932
1933 * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
1934
1935 2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
1936
1937 * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
1938
1939 2002-10-27 Andreas Schwab <schwab@suse.de>
1940
1941 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
1942 end-of-comment syntax.
1943
1944 2002-10-27 Kim F. Storm <storm@cua.dk>
1945
1946 * ido.el (ido-cannot-complete-command): New defcustom, default to
1947 ido-completion-help (similar to iswitchb-cannot-complete-hook).
1948 (ido-complete): Call value of ido-cannot-complete-command rather
1949 than ido-completion-help when no common completion.
1950
1951 2002-10-27 Dave Love <fx@gnu.org>
1952
1953 * international/code-pages.el (iso-8859-11): New.
1954
1955 2002-10-27 Kim F. Storm <storm@cua.dk>
1956
1957 * pcvs.el (cvs-checkout): Use read-directory-name.
1958 (cvs-query-directory): Likewise.
1959
1960 2002-10-26 Richard M. Stallman <rms@gnu.org>
1961
1962 * progmodes/make-mode.el (makefile-cleanup-continuations):
1963 Default for variable is nil.
1964 (makefile-warn-continuations): New function.
1965 (makefile-mode): Put it on write-file-functions.
1966
1967 * international/mule-cmds.el (select-safe-coding-system):
1968 Delete debugging setq.
1969
1970 * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
1971 after looking in ~.
1972
1973 * startup.el (command-line): Look for .emacs under ~/.emacs.d
1974 after looking in ~.
1975
1976 * simple.el (toggle-truncate-lines): When turning off truncation,
1977 clear out the hscroll value in this buffer's windows.
1978
1979 * simple.el (display-message-or-buffer): Don't display empty
1980 output in the echo area.
1981
1982 * man.el (Man-default-man-entry): Don't look for all word chars,
1983 look only for characters that are normally part of a shell command.
1984
1985 * gud.el (gdb): Pass default-directory to GDB via -cd option.
1986
1987 * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
1988
1989 * find-file.el (ff-find-related-file): Fix autoload cookie.
1990
1991 * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
1992 risky-local-variable-p.
1993
1994 * files.el (risky-local-variable-p): VAL=nil has special meaning.
1995
1996 * Makefile.in (compile-always): Avoid error in old Bash versions.
1997
1998 2002-10-26 John Paul Wallington <jpw@shootybangbang.com>
1999
2000 * textmodes/picture.el (picture-mouse-set-point): New command.
2001 (picture-mode-map): Bind it.
2002 (picture-motion-reverse): Doc fix.
2003
2004 2002-10-25 Stefan Monnier <monnier@cs.yale.edu>
2005
2006 * textmodes/outline.el (outline-next-heading): Make sure the match-data
2007 is really correct where returning.
2008
2009 2002-10-24 Matthew Swift <swift@alum.mit.edu>
2010
2011 * textmodes/outline.el (outline-minor-mode): Add customization group.
2012
2013 2002-10-23 Richard M. Stallman <rms@gnu.org>
2014
2015 * files.el (risky-local-variable-p): New arg VAL.
2016 (compile-command): Use `stringp' for `safe-local-variable' prop.
2017 (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
2018
2019 2002-10-23 Francis J. Wright <F.J.Wright@qmul.ac.uk>
2020
2021 * woman.el (woman-version): Update to 0.551 (beta).
2022 (woman-parse-colon-path): Add support for current Cygwin mount
2023 conventions.
2024 (woman-Cyg-to-Win): New function to convert absolute filename from
2025 Cygwin to Windows form by executing external program cygpath if
2026 possible.
2027 (woman-man.conf-path): Update default to current common locations
2028 and to support Cygwin; update documentation.
2029 (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
2030 match possible names of man.conf file; tidy code and documentation.
2031 (woman-manpath): Simplify default and documentation; essentially
2032 move code that was here into `woman-parse-colon-path'.
2033 (woman-default-indent): Change Linux to GNU in documentation.
2034 (woman-addition-face): Make documentation consistent with other
2035 WoMan faces.
2036 (woman-emulate-tbl): New variable, determines whether tbl
2037 emulation is required.
2038 (woman-decode-region): Add check for preprocessor requests.
2039 (woman0-process-escapes, woman-special-characters)
2040 (woman-get-next-char, woman-parse-numeric-value): Add support for
2041 long groff names of the form [xxx].
2042 (woman-strings, woman-change-fonts): Now call `woman-match-name'.
2043 (woman2-PD, woman2-na): Doc fix.
2044 (woman-match-name): New function.
2045 (woman2-TS): New function.
2046 (woman2-TE): New alias for `woman2-fi'.
2047
2048 2002-10-23 Kim F. Storm <storm@cua.dk>
2049
2050 * ido.el (ido-restrict-to-matches): New command.
2051 (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
2052
2053 2002-10-22 Bob Halley <halley@play-bow.org> (tiny change)
2054
2055 * eshell/esh-io.el (eshell-set-output-handle): Fix so that
2056 multiple redirection can work.
2057
2058 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
2059
2060 * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
2061 Don't hardcode point-min == 1.
2062
2063 * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
2064 (hexl-mode, hexl-current-address, hexl-address-to-marker)
2065 (hexl-insert-char): Don't hardcode point-min == 1.
2066 (hexl-isearch-search-function): New fun.
2067 (hexl-mode-old-isearch-search-fun-function): New var.
2068 (hexl-mode): Use them.
2069 (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
2070 Use write-contents-functions rather then write-contents-hooks.
2071
2072 * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
2073 (paragraph-indent-text-mode-abbrev-table)
2074 (paragraph-indent-text-mode-syntax-table): Remove.
2075 (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
2076
2077 2002-10-21 Juanma Barranquero <lektu@terra.es>
2078
2079 * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
2080 from Emacs 21. Arg DIR renamed to DIRECTORY for consistency.
2081
2082 2002-10-20 Andreas Schwab <schwab@suse.de>
2083
2084 * apropos.el (apropos-group): Use customize-group-other-window.
2085
2086 2002-10-18 Stefan Monnier <monnier@rum.cs.yale.edu>
2087
2088 * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
2089 to just "/" instead of "/ p".
2090 (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
2091
2092 2002-10-18 Juanma Barranquero <lektu@terra.es>
2093
2094 * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
2095 ELSE expression on IF.
2096
2097 2002-10-17 Juanma Barranquero <lektu@terra.es>
2098
2099 * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
2100
2101 * subr.el (remq): Likewise.
2102
2103 * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
2104
2105 * vc-hooks.el (vc-insert-file): Likewise.
2106
2107 * vcursor.el (vcursor-other-window): Likewise.
2108
2109 * wid-edit.el (widget-choose): Likewise.
2110
2111 * calendar/diary-lib.el (diary-name-pattern): Likewise.
2112
2113 * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
2114
2115 * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
2116
2117 * emulation/edt-mapper.el (top-level): Likewise.
2118
2119 * eshell/esh-var.el (eshell/define): Likewise.
2120
2121 * mail/feedmail.el (feedmail-nuke-body-in-fcc)
2122 (feedmail-queue-draft-directory): Likewise.
2123
2124 * net/netrc.el (netrc-parse): Likewise.
2125
2126 * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
2127
2128 * progmodes/ebrowse.el (ebrowse-ts)
2129 (ebrowse-view/find-file-and-search-pattern)
2130 (ebrowse-draw-file-member-info): Likewise.
2131
2132 * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
2133
2134 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
2135
2136 * progmodes/sh-script.el (sh-indent-for-then): Likewise.
2137
2138 * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
2139
2140 * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
2141
2142 2002-10-17 Dave Love <fx@gnu.org>
2143
2144 * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
2145
2146 * international/code-pages.el (cp-make-translation-table): Use
2147 ucs-mule-to-mule-unicode.
2148 (cp-fix-safe-chars): Fix typo.
2149 (non-iso-charset-alist): Don't define.
2150 (cp-make-coding-system): Use utf-8-translation-table-for-decode.
2151 Define translation-table-for-input.
2152 (cp866): Reinstate.
2153 (alternativnj): Don't define alias.
2154 (koi8-u): Deleted.
2155
2156 * language/european.el ("Slovenian"): Use slovenian input-method.
2157 (encode-mac-roman): Use ucs-mule-to-mule-unicode.
2158
2159 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
2160 the table.
2161 (cyrillic-alternativnyj): Don't give it `mime-charset' property.
2162 (cp866): Delete this alias.
2163 ("Bulgarian"): Fix the value of `input-method'.
2164
2165 2002-10-16 Luc Teirlinck <teirllm@mail.auburn.edu>
2166
2167 * dired-aux.el (dired-add-entry): Put point in correct position
2168 before inserting marker char.
2169
2170 2002-10-16 Andreas Schwab <schwab@suse.de>
2171
2172 * dired.el (dired-readin-insert): Expand dired-directory.
2173
2174 * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
2175
2176 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
2177
2178 * textmodes/reftex-vars.el: Move reftex-set-dirty here from
2179 reftex.el. Move the provide call to end of file.
2180
2181 * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
2182
2183 2002-10-15 Dave Love <fx@gnu.org>
2184
2185 * man.el (Man-getpage-in-background): Set width in environment.
2186
2187 2002-10-15 Kenichi Handa <handa@m17n.org>
2188
2189 * mail/sendmail.el (sendmail-send-it): Call
2190 select-message-coding-system before changing the current bufer to
2191 " sendmail temp".
2192
2193 2002-10-14 Andre Spiegel <spiegel@gnu.org>
2194
2195 * files.el (insert-directory): Handle //SUBDIRED// lines in
2196 recursive listings from ls --dired.
2197
2198 * vc.el (vc-dired-reformat-line): Simplified. Handles text
2199 properties correctly now.
2200
2201 2002-10-14 Juanma Barranquero <lektu@terra.es>
2202
2203 * international/mule.el (set-selection-coding-system): Fix spacing.
2204
2205 2002-10-13 Richard M. Stallman <rms@gnu.org>
2206
2207 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2208 Treat `ignore' specially--prevent warnings about functions
2209 called for effect, in its args.
2210 Don't warn when `pop' is used for effect.
2211
2212 * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
2213
2214 * uniquify.el (uniquify-get-proposed-name):
2215 Don't use directory-sep-char.
2216
2217 * thingatpt.el (read-from-whole-string): Add call to `ignore'.
2218
2219 * find-file.el (ff-related-file-alist): New alias.
2220 (ff-find-related-file): New alias.
2221
2222 2002-10-13 Andreas Schwab <schwab@suse.de>
2223
2224 * dired.el (dired-insert-directory): When looking for existing
2225 indentation, goto OPOINT instead of beginning of buffer.
2226
2227 2002-10-12 Stefan Monnier <monnier@cs.yale.edu>
2228
2229 * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
2230
2231 2002-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
2232
2233 * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
2234
2235 * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
2236
2237 * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
2238 frame from frame of selected window.
2239 (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
2240 changing selected windows.
2241 (ediff-setup-control-frame): Make sure auto-rase is properly set for
2242 the control frame.
2243
2244 2002-10-10 Simon Josefsson <jas@extundo.com>
2245
2246 * browse-url.el (browse-url-mozilla): Doc fix.
2247
2248 2002-10-10 Steve Youngs <youngs@xemacs.org>
2249
2250 * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
2251 (browse-url-mozilla): Use it.
2252
2253 2002-10-11 Miles Bader <miles@gnu.org>
2254
2255 * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
2256 files contains an invalid timestamp.
2257
2258 2002-10-11 Simon Josefsson <jas@extundo.com>
2259
2260 * mail/sendmail.el (mail-envelope-from): New option `header' to
2261 use RFC 2822 From: header as the envelope address.
2262 (mail-envelope-from): New function, this should be used instead of
2263 looking at the `mail-envelope-from' variable.
2264 (sendmail-send-it): Use it.
2265
2266 * mail/smtpmail.el (smtpmail-via-smtp): Use it.
2267
2268 2002-10-11 Andre Spiegel <spiegel@gnu.org>
2269
2270 * dired.el (dired-insert-directory): Fix check for indentation
2271 from ls --dired.
2272
2273 * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
2274 properties from the reformatted line.
2275
2276 2002-10-10 Stefan Monnier <monnier@cs.yale.edu>
2277
2278 * textmodes/paragraphs.el (forward-paragraph): Keep track of
2279 remaining paragraphs to skip more carefully.
2280
2281 * add-log.el (add-change-log-entry): Don't call find-file at all
2282 if we're already in the proper buffer.
2283 (change-log-resolve-conflict): New fun.
2284 (change-log-mode): Use it and use define-derived-mode.
2285 (change-log-merge): Allow other-log to be a buffer.
2286 Don't add a \n if there are already enough \n's.
2287
2288 * finder-inf.el, subdirs.el, cus-load.el: Remove.
2289
2290 * finder.el ("finder-inf"): Don't fail if the file is absent.
2291
2292 * cus-dep.el (custom-make-dependencies): Don't use find-file.
2293 Use feature names rather than file names if applicable.
2294
2295 * cus-edit.el (customize-mode): New command.
2296
2297 * custom.el (custom-group-of-mode): New fun.
2298 (custom-load-symbol): Don't use preloaded-file-list now that
2299 load-history is always complete. Don't look up the expanded file
2300 name in load-history (looked like an XEmacsism).
2301
2302 * smerge-mode.el (smerge-ediff): Autoload.
2303 (smerge-match-conflict): Don't assume as much about smerge-begin-re.
2304 (smerge-resolve-function): New var.
2305 (smerge-resolve): New command.
2306 (smerge-basic-map): Bind it.
2307
2308 2002-10-10 Andre Spiegel <spiegel@gnu.org>
2309
2310 * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
2311 CVS/Entries, rather than comparing it textually.
2312
2313 2002-10-10 Markus Rost <rost@math.ohio-state.edu>
2314
2315 * international/encoded-kb.el: Add `provide' call.
2316
2317 2002-10-09 David Kastrup <David.Kastrup@t-online.de>
2318
2319 * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
2320 ln(-1) should be i*pi, not pi.
2321
2322 2002-10-09 Markus Rost <rost@math.ohio-state.edu>
2323
2324 * vc-cvs.el (vc-cvs-registered): In the autoload version use load
2325 instead of require to avoid loops when loaddefs.el is loaded after
2326 vc-cvs.el.
2327
2328 * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
2329 (Custom-reset-saved): Don't test for saved-value.
2330
2331 2002-10-08 Stefan Monnier <monnier@cs.yale.edu>
2332
2333 * vc.el (vc-find-version): Use the new backend op `find-version'.
2334 (vc-default-find-version): Provide the new backend op `find-version'
2335 in terms of the old `checkout' op.
2336
2337 * vc-rcs.el (vc-rcs-find-version): New fun.
2338 (vc-rcs-checkout): Remove `workfile' arg and simplify.
2339
2340 * vc-sccs.el (vc-sccs-find-version): New fun.
2341 (vc-sccs-checkout): Remove `workfile' arg and simplify.
2342
2343 * vc-cvs.el (vc-cvs-find-version): New fun.
2344
2345 2002-10-08 John Paul Wallington <jpw@shootybangbang.com>
2346
2347 * info.el (Info-next-menu-item, Info-last-menu-item)
2348 (info-emacs-manual): Add docstrings.
2349 (Info-index): Use `string-to-number' instead of `string-to-int'.
2350
2351 2002-10-08 Kenichi Handa <handa@m17n.org>
2352
2353 * international/ucs-tables.el (ucs-translation-table-for-decode):
2354 Define it as a translation-table.
2355
2356 2002-10-07 Richard M. Stallman <rms@gnu.org>
2357
2358 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2359
2360 * progmodes/compile.el (grep-compute-defaults): Set the standard-value
2361 properties of the variables being initialized.
2362
2363 * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
2364
2365 2002-10-07 Kim F. Storm <storm@cua.dk>
2366
2367 * emulation/cua-base.el (cua-normal-cursor-color):
2368 Fixed initialization to make "Erase Customization" work.
2369
2370 2002-10-07 Stefan Monnier <monnier@cs.yale.edu>
2371
2372 * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
2373 in case some other package redefined it.
2374 (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
2375
2376 * textmodes/fill.el (fill-paragraph): Go to BOL before calling
2377 forward-paragraph to make sure its return value is meaningful.
2378
2379 2002-10-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2380
2381 * net/tramp.el: Version 2.0.25 released.
2382 (tramp-handle-file-truename): If it's a directory,
2383 append slash only if result doesn't end in a slash already.
2384 (tramp-handle-file-truename): Restructure logic. If list of steps
2385 is nil, return "/" as the real name.
2386 (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
2387 `match-string' doesn't make sense. From Michael Albinus.
2388 (tramp-host-with-port-regexp): New defcustom. Equal to previous
2389 `tramp-host-regexp'. From Michael Albinus.
2390 (tramp-host-regexp): Taken off hashes in host names. Otherwise,
2391 scanning files like .rhosts would take comments as host names.
2392 From Michael Albinus.
2393 (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
2394 Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
2395 From Michael Albinus.
2396 (tramp-action-terminal): New function.
2397 (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
2398 (tramp-actions-before-shell): Use them.
2399 (tramp-handle-shell-command): Logic error. From Ivan
2400 Zakharyaschev <imz@altlinux.org>.
2401
2402 2002-10-06 Markus Holmberg <markush@acc.umu.se> (tiny change)
2403
2404 * thingatpt.el (thing-at-point-uri-schemes): New variable.
2405 (thing-at-point-url-regexp): Use it.
2406
2407 2002-10-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2408
2409 * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
2410 loops.
2411
2412 2002-10-05 Stefan Monnier <monnier@cs.yale.edu>
2413
2414 * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
2415 (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
2416 (vc-print-log): Don't check log-view-mode.
2417 (vc-default-show-log-entry): Don't check log-view-goto-rev.
2418 (vc-log-mode): Remove.
2419 (vc-log-edit): Don't check log-edit.
2420
2421 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
2422
2423 * vc-cvs.el (vc-cvs-show-log-entry):
2424 * vc-rcs.el (vc-rcs-show-log-entry): Delete.
2425
2426 * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
2427
2428 2002-10-04 Markus Rost <rost@math.ohio-state.edu>
2429
2430 * vc.el (vc-default-show-log-entry): Fix typo.
2431
2432 2002-10-04 Steven Tamm <steventamm@mac.com>
2433
2434 * term/mac-win.el: Add lines to handle the new [return] event.
2435
2436 2002-10-03 Stefan Monnier <monnier@cs.yale.edu>
2437
2438 * textmodes/fill.el (fill-paragraph): Give up if there's no
2439 paragraph at or after point.
2440
2441 * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
2442
2443 * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
2444 (vc-default-show-log-entry): New fun.
2445
2446 * subr.el (read-key-auxiliary-map, read-key): Remove.
2447 (read-quoted-char): Undo the `read-key' change of 2002-06-23.
2448
2449 2002-10-03 Markus Rost <rost@math.ohio-state.edu>
2450
2451 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
2452 menu pseudo-keys generated by easymenu which are lowercase in
2453 Emacs 21.4.
2454
2455 * progmodes/ada-xref.el
2456 (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
2457
2458 2002-10-03 John Paul Wallington <jpw@shootybangbang.com>
2459
2460 * frame.el (delete-frame-hook): Variable alias for
2461 `delete-frame-functions'. Mark obsolete.
2462
2463 2002-10-02 Stefan Monnier <monnier@cs.yale.edu>
2464
2465 * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
2466 (outline-5, outline-6, outline-7, outline-8): New faces.
2467 (outline-font-lock-faces, outline-font-lock-levels): New vars.
2468 (outline-font-lock-face): New fun.
2469 (outline-font-lock-keywords): Use it.
2470 (outline-font-lock-level): Remove.
2471 (outline-mode, outline-next-preface, outline-next-heading)
2472 (outline-previous-heading, outline-next-visible-heading):
2473 Use shy group.
2474 (outline-level) <var>: Update calling convention.
2475 (outline-level) <fun>: Take advantage of it.
2476 (outline-demote): Don't assume the match-data is still uptodate.
2477 (outline-up-heading): Simplify and make sure the match data is
2478 properly set at the end.
2479
2480 2002-10-02 Markus Rost <rost@math.ohio-state.edu>
2481
2482 * progmodes/sh-script.el (sh-alias-alist): Use append instead of
2483 nconc.
2484
2485 * startup.el (normal-top-level): Reset standard-value property of
2486 `user-full-name' here.
2487
2488 2002-10-02 Per Abrahamsen <abraham@dina.kvl.dk>
2489
2490 * wid-edit.el (widget-default-get): Change to return external
2491 value.
2492 (widget-choice-action): Update caller.
2493 (widget-editable-list-entry-create): Update caller.
2494
2495 * wid-edit.el (widget-types-copy): New function.
2496 (default): Added :copy keyword.
2497 (menu-choice): Ditto.
2498 (checklist): Ditto.
2499 (radio-button-choice): Ditto.
2500 (editable-list): Ditto.
2501 (group): Ditto.
2502 (widget-copy): New function.
2503 (widget-create-child): Use it.
2504 (widget-create-child-value): Use it.
2505
2506 2002-10-01 Bill Wohler <wohler@newt.com>
2507
2508 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
2509 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
2510 mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
2511 mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
2512 toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
2513 toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
2514 toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
2515 toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
2516 Upgraded to mh-e version 6.1.1. Full ChangeLog available in
2517 http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
2518 There were no user-visible changes in 6.1.1 from 6.1--only the
2519 section of the Makefile that installs the files into Emacs was changed.
2520
2521 2002-10-01 Stefan Monnier <monnier@cs.yale.edu>
2522
2523 * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
2524 works when font-lock is turned off.
2525
2526 * jit-lock.el (jit-lock-fontify-now): Don't widen.
2527 Let the jit-lock-functions do it if they want to.
2528
2529 2002-10-01 Juanma Barranquero <lektu@terra.es>
2530
2531 * eshell/esh-module.el (eshell-load-defgroups):
2532 Add "no-byte-compile: t" to subdirs.el.
2533
2534 * makefile.w32-in (update-subdirs-CMD): Likewise.
2535
2536 * forms-d2.el:
2537 * forms-pass.el:
2538 * generic-x.el:
2539 * patcomp.el:
2540 * paths.el:
2541 * version.el:
2542 * international/mule-conf.el:
2543 * language/czech.el:
2544 * language/devanagari.el:
2545 * language/english.el:
2546 * language/georgian.el:
2547 * language/greek.el:
2548 * language/hebrew.el:
2549 * language/japanese.el:
2550 * language/korean.el:
2551 * language/lao.el:
2552 * language/misc-lang.el:
2553 * language/romanian.el:
2554 * language/slovak.el:
2555 * language/thai.el:
2556 * language/utf-8-lang.el:
2557 * emacs-lisp/cl-specs.el:
2558 * eshell/esh-maint.el:
2559 * mail/blessmail.el:
2560 * play/bruce.el:
2561 * term/apollo.el:
2562 * term/AT386.el:
2563 * term/bobcat.el:
2564 * term/internal.el:
2565 * term/iris-ansi.el:
2566 * term/keyswap.el:
2567 * term/linux.el:
2568 * term/lk201.el:
2569 * term/news.el:
2570 * term/vt102.el:
2571 * term/vt125.el:
2572 * term/vt200.el:
2573 * term/vt201.el:
2574 * term/vt220.el:
2575 * term/vt240.el:
2576 * term/vt300.el:
2577 * term/vt320.el:
2578 * term/vt400.el:
2579 * term/vt420.el:
2580 * term/wyse50.el: Add "no-byte-compile: t" in first line.
2581
2582 2002-10-01 Kenichi Handa <handa@m17n.org>
2583
2584 * international/utf-16.el: Don't provide utf-16.
2585
2586 * international/utf-8.el (ccl-decode-mule-utf-8):
2587 Remove unnecessary line.
2588
2589 2002-09-30 Kenichi Handa <handa@m17n.org>
2590
2591 * language/thai.el (thai-tis620): Add `mime-charset' property.
2592
2593 * language/indian.el: Don't register "ISO10646.*-1" in
2594 font-ccl-encoder-alist.
2595
2596 * language/cyrillic.el (ccl-decode-koi8): Refer to
2597 ucs-translation-table-for-decode.
2598 (ccl-decode-koi8-u): Likewise.
2599 (ccl-decode-alternativnyj): Likewise.
2600 (cyrillic-koi8): Put `dependency' property.
2601 (koi8-u): Likewise.
2602 (cyrillic-alternativnyj): Likewise.
2603
2604 * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
2605 this translation-table name here.
2606 (utf-translation-table-for-encode): New translation-table name.
2607 (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
2608 (utf-defragmentation-table): New variable.
2609 (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
2610 (utf-subst-table-for-encode): New translation-table name.
2611 (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
2612 (utf-subst-table-for-decode): New translation-table name.
2613 (utf-fragment-on-decoding): Renamed from
2614 utf-8-fragment-on-decoding. Correctly handle the case that
2615 unify-8859-on-encoding-mode is off. Handle mule-utf-16-le and
2616 mule-utf-16-be too.
2617 (utf-translate-cjk): Renamed from utf-8-translate-cjk.
2618 Handle mule-utf-16-le and mule-utf-16-be too.
2619 (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
2620 and utf-subst-table-for-decode.
2621 (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
2622 and utf-subst-table-for-encode.
2623 (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
2624
2625 * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
2626 ucs-mule-cjk-to-unicode, not utf-8-subst-table and
2627 utf-8-subst-rev-table.
2628
2629 * international/utf-16.el (utf-16-decode-ucs): Look up
2630 utf-subst-table-for-decode. Fix for the case that the looking up
2631 succeeds.
2632 (ccl-decode-mule-utf-16-le): Translate characters by
2633 utf-translation-table-for-decode.
2634 (ccl-decode-mule-utf-16-be): Likewise.
2635 (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
2636 at first. Translate characters by utf-translation-table-for-encode.
2637 (ccl-encode-mule-utf-16-be): Likewise.
2638 (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
2639
2640 * loadup.el: Preload international/utf-16. Don't call ucs-unify-8859.
2641
2642 * international/ucs-tables.el: Don't bind
2643 utf-8-translation-table-for-decode while setting up
2644 ucs-mule-8859-to-ucs-table, etc. Add `depenency' property to
2645 iso-8859-* coding systems.
2646 (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
2647 If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
2648 populate the translation table named
2649 ucs-translation-table-for-decode. If FOR-ENCODE is non-nil, make
2650 ucs-mule-to-mule-unicode populates the translation table named
2651 utf-translation-table-for-encode. Call register-char-codings for
2652 mule-utf-16-be and mule-utf-16-le too.
2653 (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
2654 FOR-DECODE. If FOR-DECODE is non-nil, make the translation table
2655 named ucs-translation-table-for-decode vacant. If FOR-ENCODE is
2656 non-nil, make a proper char-table populates the translation table
2657 name utf-translation-table-for-encode. Call register-char-codings
2658 for all mule-utf-* to to reset their status to the origianl.
2659 (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
2660 ucs-fragment-8859 with fixed arguments. Set the version to 21.3.
2661 (unify-8859-on-decoding-mode): Likewise. Remove dependency.
2662 (ccl-encode-unicode-font): Delete.
2663 (ucs-tables-unload-hook): Delete.
2664
2665 * international/mule.el (decode-char): Refer to the translation
2666 hash table named utf-subst-table-for-decode. Refer to the
2667 translation table named utf-translation-table-for-decode instead
2668 of utf-8-translation-table-for-decode.
2669 (encode-char): Refer to the translation hash table named
2670 utf-subst-table-for-encode. Refer to the translation table named
2671 utf-translation-table-for-encode instead of
2672 utf-8-translation-table-for-encode.
2673
2674 * international/mule-diag.el (describe-coding-system):
2675 Describe `dependency' property.
2676
2677 * international/mule-conf.el (emacs-mule): Add property `composition'.
2678
2679 * international/fontset.el (ucs-mule-to-mule-unicode): Define this
2680 translation table name here.
2681 (ucs-mule-cjk-to-unicode): New translation table name.
2682 (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
2683 (font-ccl-encoder-alist): Change the font registry pattern to
2684 "ISO10646.*-*".
2685
2686 2002-09-30 Colin Walters <walters@gnu.org>
2687
2688 * calc/calc-stuff.el (calc-flush-caches): Add optional arg
2689 `inhibit-msg'.
2690
2691 * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
2692 `executing-kbd-macro' and `defining-kbd-macro'.
2693
2694 * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
2695 Call `calc-flush-caches' with inhibit-msg arg.
2696 (calc-change-mode): Remove extra arg for `calc-save-modes'.
2697
2698 * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
2699 Don't bind `executing-kbd-macro'.
2700
2701 2002-09-29 Noah Friedman <friedman@splode.com>
2702
2703 * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
2704
2705 2002-09-29 Richard M. Stallman <rms@gnu.org>
2706
2707 * startup.el (user-mail-address): Initialize to a useful value
2708 once Emacs is started up; initialize to "" at loadup time.
2709 (command-line): "", not nil, means user-mail-address not set yet.
2710
2711 2002-09-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2712
2713 * net/tramp.el: Version 2.0.24 released.
2714 (tramp-methods, tramp-completion-function-alist):
2715 Rename "*-old" methods to "*_old". From Michael Albinus.
2716 (tramp-completion-function-alist):
2717 Use `tramp-completion-function-alist-ssh' for the "fcp" method.
2718 From Michael Albinus.
2719 (tramp-default-method-alist): Use "su" for "root@localhost".
2720 (tramp-host-regexp): Allow "#" for "host#port" kludge.
2721 (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
2722 default method. Require additional args USER and HOST for this.
2723 Callers changed.
2724 (tramp-handle-file-local-copy): More local bindings. Bind results
2725 of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
2726 "are you awake" problem.
2727 (tramp-action-password): Protect against clobbered match data.
2728 (tramp-open-connection-setup-interactive-shell): Explicitly set
2729 tramp-last-cmd-time before invoking tramp-send-command the first
2730 time. Otherwise, tramp-send-command would issue "echo are you
2731 awake" right at the first time, which is not what we want.
2732 Reported by Douglas Gray Stephens.
2733 (tramp-find-inline-encoding): Don't redirect stdout to
2734 /dev/null to avoid "chmode go-rwx" operation from "mimencode
2735 >/dev/null" as root(!), and to check the output of the decoding
2736 command.
2737 (tramp-maybe-open-connection): Don't send "are you awake" if
2738 process has died.
2739
2740 2002-09-29 Colin Walters <walters@gnu.org>
2741
2742 * calc/calc.el (calc-dispatch-map): Actually set to keymap.
2743
2744 2002-09-29 Mike Williams <mdub@bigfoot.com>
2745
2746 * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
2747
2748 2002-09-29 Richard M. Stallman <rms@gnu.org>
2749
2750 * custom.el (defcustom): Doc fix.
2751
2752 2002-09-28 Richard M. Stallman <rms@gnu.org>
2753
2754 * loadhist.el (unload-feature): When undefining a variable,
2755 delete its buffer-local bindings.
2756
2757 2002-09-28 Luc Teirlinck <teirllm@mail.auburn.edu>
2758
2759 * subr.el (remove-yank-excluded-properties): Fix bugs in
2760 handling of category properties.
2761
2762 2002-09-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2763
2764 * ps-print.el (ps-print-emacs-type): Error if ps-print is
2765 activated in Epoch, inLucid or in Emacs v19 or lesser.
2766 Value can no longer be `lucid'.
2767 (ps-print-version): New version number (6.5.8).
2768 (faces): Never do (require 'faces).
2769
2770 2002-09-28 Simon Josefsson <jas@extundo.com>
2771
2772 * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
2773 streams that were opened using starttls.
2774
2775 2002-09-28 Paul Reilly <pmr@pajato.com>
2776
2777 * files.el (auto-mode-alist): Add support for Java Enterprise
2778 ARchive (ear/EAR) and Web ARchive (war/WAR) files.
2779
2780 2002-09-28 John Paul Wallington <jpw@shootybangbang.com>
2781
2782 * progmodes/m4-mode.el (m4-font-lock-keywords)
2783 (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
2784 (m4-m4-region): Doc fixes.
2785
2786 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>
2787
2788 * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
2789 (cl-push, cl-pop): Remove.
2790 Use pop and push throughout the file instead.
2791 (cl-transform-lambda): Add usage info to docstring if the arglist
2792 is complex.
2793
2794 * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
2795 (autoload-print-form): Also quote open-[-in-column 0.
2796
2797 * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
2798 (help-split-fundoc): Don't support old syntax any more.
2799 (help-add-fundoc-usage): New fun.
2800
2801 * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
2802 Use pop and push throughout the file instead.
2803 (cl-hash-lookup): Remove.
2804 (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
2805 (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
2806
2807 * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
2808 Use pop and push throughout the file instead.
2809
2810 * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
2811 loading since the current keymaps might be all weird.
2812
2813 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
2814 to the name since they're added by mode-line-format already.
2815 (define-minor-mode): Run (,mode -1) when needed.
2816
2817 * tar-mode.el (tar-untar-buffer): Handle dir-entries.
2818 (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
2819 (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
2820 Don't hardcode 1 == point-min.
2821
2822 * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
2823
2824 * subr.el (read-key-auxiliary-map): New var.
2825 (read-key): Use it.
2826 (make-temp-file): Make the file have mode 600.
2827 (add-minor-mode): Don't add properties to the name since it's
2828 added by mode-line-format already.
2829 Be more careful with the mode-line-menu entry name.
2830
2831 * userlock.el (ask-user-about-supersession-threat): Don't abort
2832 when the user hits mouse-2.
2833
2834 * register.el (set-register): Use push.
2835 (point-to-register): Set kill-buffer-hook in this buffer.
2836 (register-swap-out): Use dolist.
2837 (kill-buffer-hook): Don't change globally.
2838
2839 * server.el (server-select-display): New function.
2840 (server-process-filter): Add support for `-display' and `-eval' args.
2841 (server-visit-files): Use save-current-buffer, push, and dolist.
2842 Add server-kill-buffer to kill-buffer-hook.
2843 (kill-buffer-hook): Don't modify globally.
2844 (server-switch-buffer): Be a bit more careful with multiple displays.
2845 (server-socket-name): Always use /tmp and non-qualified hostname.
2846
2847 * uniquify.el (uniquify-rationalize-file-buffer-names):
2848 Add to kill-buffer-hook for buffers with conflict.
2849 (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
2850 (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
2851 (kill-buffer-hook): Don't change globally.
2852
2853 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>.
2854
2855 * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
2856 (calc-stack-top, calc-always-load-extensions)
2857 (calc-line-numbering, calc-line-breaking, calc-display-just)
2858 (calc-display-origin, calc-number-radix, calc-leading-zeros)
2859 (calc-group-digits, calc-group-char, calc-point-char)
2860 (calc-frac-format, calc-prefer-frac, calc-hms-format)
2861 (calc-date-format, calc-float-format, calc-complex-format)
2862 (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
2863 (calc-display-strings, calc-matrix-just, calc-break-vectors)
2864 (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
2865 (calc-vector-brackets, calc-matrix-brackets, calc-language)
2866 (calc-language-option, calc-function-open, calc-function-open)
2867 (calc-function-close, calc-language-output-filter)
2868 (calc-language-input-filter, calc-radix-formatter)
2869 (calc-left-label, calc-right-label, calc-word-size)
2870 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
2871 (calc-display-raw, calc-internal-prec, calc-inverse-flag)
2872 (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
2873 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
2874 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
2875 (calc-window-height, calc-display-trail, calc-show-selections)
2876 (calc-use-selections, calc-assoc-selections)
2877 (calc-display-working-message, calc-auto-why, calc-timing)
2878 (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
2879 (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
2880 Make into real defvars.
2881 (calc-mode-var-list): Delete.
2882 (calc-mode-save-mode, calc-standard-date-formats)
2883 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
2884 (calc-user-parse-tables, calc-gnuplot-default-device)
2885 (calc-gnuplot-default-output, calc-gnuplot-print-device)
2886 (calc-gnuplot-print-output, calc-gnuplot-geometry)
2887 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
2888 (calc-invocation-macro, calc-show-banner): Make into defvars,
2889 taken from `calc-mode-var-list'.
2890 (calc-emacs-type-epoch, calc-emacs-type-19)
2891 (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
2892 (calc-version, calc-version-date, calc-trail-pointer)
2893 (calc-trail-overlay, calc-undo-list, calc-redo-list)
2894 (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
2895 (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
2896 (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
2897 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
2898 (calc-said-hello, calc-executing-macro, calc-any-selections)
2899 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
2900 (calc-display-dirty, calc-prepared-composition)
2901 (calc-selection-cache-default-entry, calc-embedded-info)
2902 (calc-embedded-active, calc-standalone-flag, var-EvalRules)
2903 (math-eval-rules-cache-tag, math-radix-explicit-format)
2904 (math-expr-function-mapping, math-expr-variable-mapping)
2905 (math-read-expr-quotes, math-working-step, math-working-step-2)
2906 (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
2907 defvars, from toplevel setq.
2908 (calc-mode-map): Set up keymap in more modern fashion.
2909 (calc-dispatch-map): Ditto.
2910 (calc-command-flags, calc-final-point-line)
2911 (calc-final-point-column): Defvar.
2912 (calc-do): Use `save-current-buffer' instead of `save-excursion'.
2913 (sel-mode): Defvar.
2914 (calc-any-evaltos): Ditto.
2915 (calc-buffer, calc-prev-char, calc-prev-prev-char)
2916 (calc-digit-value): Ditto.
2917 (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
2918 (math-sub-bignum): Bind `diff'.
2919 (calc-selection-cache-entry): Defvar.
2920 (calc-count-lines): Reference `pos' instead of `newpos'.
2921
2922 2002-09-27 Simon Josefsson <jas@extundo.com>
2923
2924 * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
2925
2926 2002-09-26 Richard M. Stallman <rms@gnu.org>
2927
2928 * mail/unrmail.el (unrmail): Do the work directly,
2929 without actually selecting the messages in the from file.
2930 (unrmail-unprune): New subroutine.
2931
2932 * files.el (backup-buffer): Bind local var MODES.
2933 Don't use renaming for a suid or sgid file.
2934 Use backup-buffer-copy to do copying.
2935 (backup-buffer-copy): New subroutine.
2936 Clear suid and sgid bits for the copy.
2937
2938 2002-09-26 Edward M. Reingold <reingold@emr.cs.iit.edu>
2939
2940 * calendar/solar.el (solar-equinoxes-solstices):
2941 Use time properly adjusted for DST in the result.
2942
2943 2002-09-26 Richard M. Stallman <rms@gnu.org>
2944
2945 * follow.el (follow-generic-filter): Simply bind deactivate-mark.
2946 Bind inhibit-read-only; don't mess with buffer-read-only.
2947
2948 * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
2949
2950 2002-09-26 Luc Teirlinck <teirllm@mail.auburn.edu>
2951
2952 * ielm.el (inferior-emacs-lisp-mode): Treat the header as
2953 output, if comint-use-prompt-regexp-instead-of-fields is nil.
2954
2955 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
2956
2957 * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
2958 instead of within `with-current-buffer'.
2959
2960 2002-09-26 Stephen Eglen <stephen@gnu.org>
2961
2962 * iswitchb.el (iswitchb-completions): Test that
2963 iswitchb-common-match-string is a string, before printing common
2964 completions.
2965
2966 2002-09-25 Stefan Monnier <monnier@cs.yale.edu>
2967
2968 * server.el: Use built-in network primitives.
2969 (server-program, server-previous-string): Remove.
2970 (server-previous-strings): New var.
2971 (server-socket-name): New var.
2972 (server-log): Minor change to the output format.
2973 (server-sentinel): Clean up global state when a client disconnects.
2974 (server-unquote-arg): New fun.
2975 (server-start): Use server-socket-name and make-network-process.
2976 (server-process-filter): Now talks to the clients directly.
2977 Normalize file name after unquoting and decoding.
2978 (server-buffer-done): Just close the connection.
2979 (server-switch-buffer): Handle the case where all windows are
2980 dedicated or minibuffers.
2981
2982 * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
2983 Don't bind them variables.
2984 (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
2985 (font-lock-after-unfontify-buffer): Check that the vars are bound.
2986 (font-lock-dont-widen): New var.
2987 (font-lock-default-fontify-region): Use it.
2988
2989 * emacs-lisp/find-func.el (find-library-name):
2990 Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
2991
2992 2002-09-25 Kenichi Handa <handa@etl.go.jp>
2993
2994 * international/mule-cmds.el (select-safe-coding-system):
2995 Handle safe but rejected default coding systems and unsafe default
2996 coding systems differently.
2997
2998 * international/mule-diag.el (list-character-sets): Use the buffer
2999 name "*Character Set List*", not "*Help*". List also indirectly
3000 supported character sets.
3001 (list-charset-chars): Use the buffer name "*Character List*", not
3002 "*Help*". Display the current charset name in the modeline.
3003 (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
3004 (sort-listed-character-sets): Don't alter the region showing
3005 indirectly supported charsets.
3006
3007 2002-09-24 Simon Josefsson <jas@extundo.com>
3008
3009 * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
3010 (mail-extract-address-components): Doc fix.
3011
3012 2002-09-24 Markus Rost <rost@math.ohio-state.edu>
3013
3014 * simple.el (edit-and-eval-command): Protect command-history.
3015 (repeat-complex-command): Protect command-history.
3016
3017 2002-09-24 Juanma Barranquero <lektu@terra.es>
3018
3019 * replace.el (occur-find-match): New function.
3020 (occur-next, occur-prev): Use it.
3021
3022 * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
3023 (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
3024 instead of 'occur and 'occur-point.
3025
3026 * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
3027 (eshell-poor-mans-grep): Remove references to `occur-buffer'.
3028
3029 2002-09-24 Stefan Monnier <monnier@cs.yale.edu>
3030
3031 * descr-text.el (describe-text-category): Use *Help*.
3032 Don't kill-buffer.
3033 (describe-text-properties, describe-char):
3034 Delay self-inspection test. Use *Help*.
3035 Use syntax-after. Use `pos' rather than (point).
3036 Distinguish the before/after part of a composition.
3037
3038 2002-09-23 Kenichi Handa <handa@etl.go.jp>
3039
3040 * international/quail.el (quail-completion): Be sure to scroll
3041 quail-completion-buf.
3042
3043 2002-09-23 Richard M. Stallman <rms@gnu.org>
3044
3045 * ielm.el (*1): Fix previous change.
3046
3047 2002-09-23 Juanma Barranquero <lektu@terra.es>
3048
3049 * net/tramp.el (tramp-unified-filenames): Autoload it.
3050
3051 2002-09-23 Michael Kifer <kifer@cs.stonybrook.edu>
3052
3053 * ediff-init.el (ediff-get-next-window): Bug fix.
3054
3055 2002-09-22 Oliver Scholz <alkibiades@gmx.de>
3056
3057 * play/gamegrid.el (gamegrid-face): New variable to emulate a
3058 buffer-local default face.
3059 (gamegrid-xbm): New variable; XBM image as a replacement for
3060 `gamegrid-xpm' on Emacsen compiled without XPM-support.
3061 (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
3062 of images to Emacs.
3063 (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
3064 convert XEmacs-type image descriptors.
3065 (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
3066 (gamegrid-make-image-from-vector): New function. Convert XEmacs'
3067 image descriptors.
3068 (gamegrid-display-type): Use Emacs' standard `display-.*-p'
3069 functions to check for display capabilities. Fix the recognition
3070 of image-support in Emacs 21 by this way.
3071 (gamegrid-hide-cursor): Removed.
3072 (gamegrid-setup-default-font): Ported the code from XEmacs to
3073 Emacs: create a new face and assign the variable `gamegrid-face'
3074 to it. Make sure that the face is not higher than the smallest
3075 image used by the game.
3076 (gamegrid-initialize-display): Use `(setq cursor-type nil)'
3077 instead of `gamegrid-hide-cursor'.
3078 (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
3079 image in the buffer, instead of applying a face. [This is because
3080 Emacs display-tables are not as capable as the display-tables in
3081 XEmacs. Maybe this function should be renamed to reflect the change?]
3082 (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
3083 the face held by `gamegrid-face' in an overlay over the whole
3084 buffer to emulate a buffer-local default-face.
3085
3086 2002-09-22 Markus Triska <triska@gmx.at> (iny change)
3087
3088 * play/doctor.el (doctor-doc): Add 2 question words.
3089 (doctor-getnoun): Parse and save the complete object phrase.
3090
3091 2002-09-22 Richard M. Stallman <rms@gnu.org>
3092
3093 * international/mule-cmds.el (select-safe-coding-system): Cope if
3094 default-coding-system gives nil which was then used in `min'.
3095
3096 * mail/sendmail.el (sendmail-send-it): If user's buffer
3097 is unibyte, make tembuf unibyte.
3098
3099 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
3100
3101 * net/tramp.el: Version 2.0.22 released.
3102 (tramp-parse-rhosts, tramp-parse-shosts)
3103 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
3104 `add-to-list' for performance reasons.
3105 (tramp-get-completion-user-host): Return `nil' in case both `user'
3106 and 'host' are empty (not necessarily `nil'.
3107 (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
3108 (tramp-user-regexp): " \t" are not user regexp characters.
3109 (tramp-completion-handle-file-name-all-completions):
3110 Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
3111 completely, and it returns local completions as well.
3112 (tramp-completion-function-alist-ftp): New constant.
3113 (tramp-completion-function-alist): Add completion function for "ftp".
3114 From Michael Albinus <Michael.Albinus@alcatel.de>.
3115
3116 2002-09-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3117
3118 * net/tramp.el: Version 2.0.21 released.
3119 (tramp-handle-file-newer-than-file-p): If mtime of both files is
3120 known, return a useful result. Better error message in case one
3121 is a Tramp file and one isn't.
3122 (tramp-handle-file-local-copy, tramp-handle-write-region)
3123 (tramp-find-shell, tramp-open-connection-telnet)
3124 (tramp-open-connection-rsh, tramp-open-connection-su)
3125 (tramp-open-connection-setup-interactive-shell)
3126 (tramp-post-connection, tramp-maybe-open-connection)
3127 (tramp-method-out-of-band-p): Correct number of args for
3128 `tramp-get-rsh-program' and similar functions.
3129
3130 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
3131
3132 * net/tramp.el: Version 2.0.20 released.
3133
3134 2002-09-20 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
3135
3136 * net/tramp.el (tramp-completion-function-alist): Escape open
3137 paren in docstring.
3138 (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
3139 (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
3140 instead of tramp-message.
3141 (tramp-open-connection-rsh): Handle empty string as user name.
3142 (tramp-open-connection-su): Handle empty string as host name.
3143 Handle nil user name.
3144 (tramp-handle-file-local-copy, tramp-handle-write-region)
3145 (tramp-completion-handle-file-name-all-completions)
3146 (tramp-open-connection-telnet, tramp-open-connection-rsh)
3147 (tramp-open-connection-su, tramp-post-connection)
3148 (tramp-maybe-open-connection, tramp-method-out-of-band-p)
3149 (tramp-get-connection-function, tramp-get-remote-sh)
3150 (tramp-get-rsh-program, tramp-get-rsh-args)
3151 (tramp-get-rcp-program, tramp-get-rcp-args)
3152 (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
3153 (tramp-get-su-args, tramp-get-telnet-program)
3154 (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
3155 additional args USER, HOST.
3156 (tramp-action-password, tramp-open-connection-telnet)
3157 (tramp-open-connection-su, tramp-open-connection-multi)
3158 (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
3159 takes USER and HOST arguments, to be able to use
3160 `tramp-find-method'. Update callers.
3161 (tramp-find-method): New function.
3162
3163 2002-09-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3164
3165 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
3166 in SWITCHES (by removing it).
3167
3168 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3169
3170 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
3171
3172 2002-09-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3173
3174 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
3175
3176 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3177
3178 * net/tramp.el (tramp-bug): Add tramp-methods.
3179
3180 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3181
3182 * net/tramp.el (tramp-methods): Update docstring:
3183 tramp-encoding-command, tramp-decoding-command,
3184 tramp-encoding-function and tramp-decoding-function are not
3185 parameters anymore.
3186 (tramp-uuencode-region): Autoload it.
3187
3188 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3189
3190 Version 2.0.19 released.
3191
3192 * net/tramp-uu.el: New file, implements uuencode in Lisp.
3193
3194 * net/tramp.el (tramp-coding-commands):
3195 Use `tramp-uuencode-region' as local encoder for the uuencode based
3196 entries.
3197
3198 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3199
3200 * net/tramp.el (tramp-handle-write-region): Wrong parens.
3201
3202 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3203
3204 Version 2.0.18 released.
3205
3206 * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
3207 older versions of Perl. Now tested with 5.004. Suggestion from
3208 Michael Albinus.
3209
3210 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3211
3212 * net/tramp.el (tramp-find-inline-encoding):
3213 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
3214 (tramp-call-local-coding-command): OUTPUT equals nil means to
3215 discard the output. INPUT equals nil means /dev/null.
3216
3217 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3218
3219 * net/tramp.el (tramp-encoding-shell): Default to environment
3220 variable COMSPEC on Windows.
3221 (tramp-handle-write-region): More debugging output.
3222 (tramp-find-inline-encoding): Ditto.
3223
3224 2002-09-11 Michael Albinus <Michael.Albinus@alcatel.de>
3225
3226 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
3227 Define `result1'.
3228 (tramp-parse-hosts-group): Discard IPv6 entries.
3229
3230 2002-09-11 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
3231
3232 * net/tramp.el (tramp-post-connection): Only send Perl
3233 mime-encode/decode implementations when using inline method.
3234 (tramp-handle-file-local-copy)
3235 (tramp-handle-write-region, tramp-post-connection)
3236 (tramp-coding-commands, tramp-find-inline-encoding): For the
3237 inline encodings, distinguish between local and remote commands,
3238 instead of between commands and functions. (The local commands
3239 can be functions, too.) If the local host is a Windows machine,
3240 we can't expect the same commands to work there as on the remote host.
3241 (tramp-call-local-coding-command): New function for calling local
3242 encoding and decoding commands.
3243 (tramp-set-remote-encoding, tramp-get-remote-encoding)
3244 (tramp-set-remote-decoding, tramp-get-remote-decoding)
3245 (tramp-set-local-encoding, tramp-get-local-encoding)
3246 (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
3247 (tramp-get-encoding-command, tramp-set-encoding-command)
3248 (tramp-get-decoding-command, tramp-set-decoding-command)
3249 (tramp-get-encoding-function, tramp-set-encoding-function)
3250 (tramp-get-decoding-function, tramp-set-decoding-function):
3251 Old functions, removed.
3252
3253 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3254
3255 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3256 Change command to invoke /bin/sh slightly to make it compatible
3257 with the `rc' shell. Suggested by Daniel Pittman.
3258
3259 2002-09-10 Michael Albinus <Michael.Albinus@alcatel.de>
3260
3261 * net/tramp.el (tramp-handle-write-region): Added missing
3262 `)'. Hope it's the right place.
3263
3264 2002-09-09 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3265
3266 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3267 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
3268 order to get a sane shell prompt. If people have ${CWD}, say, in
3269 their shell prompt, then the default login shell might display
3270 something harmless, but the /bin/sh will display a dollar sign
3271 which confused the subsequent prompt recognition.
3272 (tramp-multi-action-password): More debugging output.
3273 (tramp-encoding-shell): Renamed from tramp-sh-program.
3274 More documentation. Default to cmd.exe on Windows NT.
3275 (tramp-encoding-command-switch): New variable. Use instead of
3276 hard-wired "-c" which is only good for /bin/sh.
3277 (tramp-encoding-reads-stdin): New variable. If t, commands are
3278 called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
3279 like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
3280 (tramp-multi-sh-program): Always default to tramp-encoding-shell.
3281 (tramp-handle-file-local-copy, tramp-handle-write-region):
3282 Respect tramp-encoding-shell and friends.
3283 (tramp-find-inline-encoding): Use new-style calls for checking if
3284 the local commands work.
3285
3286 2002-09-07 Michael Albinus <Michael.Albinus@alcatel.de>
3287
3288 * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
3289 entries. They are handled now by `tramp-completion-function-alist'.
3290 (tramp-completion-function): Defvar removed. I've never used
3291 it. Hmm.
3292 (tramp-get-completion-function)
3293 (tramp-get-completion-rsh, tramp-get-completion-ssh)
3294 (tramp-get-completion-telnet, tramp-get-completion-su):
3295 Functions removed as well. Not necessary any longer due to extended
3296 customization means.
3297 (tramp-completion-function-alist): New defcustom. Holds all
3298 FUNCTION FILE pairs used for user and host name completion
3299 relevant for METHOD.
3300 (tramp-completion-function-alist-rsh)
3301 (tramp-completion-function-alist-ssh)
3302 (tramp-completion-function-alist-telnet)
3303 (tramp-completion-function-alist-su): Defconst for initializing
3304 `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
3305 values are known for me until now. Needs to be completed for at
3306 least VMS++ like operating systems.
3307 (tramp-set-completion-function)
3308 (tramp-get-completion-function): New functions for configuration
3309 of `tramp-completion-function-alist'. The old definition of
3310 `tramp-get-completion-function' has been discarded.
3311 (tramp-completion-handle-file-name-all-completions):
3312 Change function call for user/host completion according to definition
3313 in `tramp-completion-function-alist'.
3314 (tramp-parse-passwd): Added exception handling for "root", because
3315 `tramp-get-completion-su' (the previous place for this stuff)
3316 doesn't exist any longer.
3317
3318 2002-09-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3319
3320 * net/tramp.el (tramp-enter-password):
3321 Use `tramp-password-end-of-line' to terminate the line.
3322 (tramp-bug): Include new variable `tramp-password-end-of-line'.
3323 (tramp-password-end-of-line): New variable. People who use plink
3324 under Windows might have to issue "\r\n" after the password, but
3325 they need to send just "\n" after the other commands. So this
3326 variable was introduced to complement `tramp-rsh-end-of-line'.
3327 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
3328 of line of the output delimiter.
3329
3330 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3331
3332 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
3333 (tramp-open-connection-setup-interactive-shell): Add some comments
3334 about Douglas Grey Stephen's suggestions to make Tramp work better
3335 with plink under Windows. I'm not sure what to think of them, but
3336 now I have a guinea pig to try it out on. Said guinea pig is
3337 having other problems, though... Also remove some commented-out code.
3338
3339 2002-09-06 Michael Albinus <Michael.Albinus@alcatel.de>
3340
3341 * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
3342 tuned.
3343 (tramp-get-completion-user-host): Accept user names as they are if
3344 typed until "@".
3345 (tramp-completion-mode): Replace `last-input-char' by modern
3346 `last-input-event'. Check for `event-modifiers'.
3347
3348 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3349
3350 * net/tramp.el (file-expand-wildcards): Corrected check to see if
3351 advising is necessary.
3352
3353 2002-09-05 Michael Albinus <Michael.Albinus@alcatel.de>
3354
3355 * net/tramp.el (tramp-postfix-single-method-format)
3356 (tramp-postfix-multi-method-format)
3357 (tramp-postfix-multi-hop-format)
3358 (tramp-postfix-user-format): New format strings.
3359 (tramp-postfix-single-method-regexp)
3360 (tramp-postfix-multi-method-regexp)
3361 (tramp-postfix-multi-hop-regexp)
3362 (tramp-postfix-user-regexp)
3363 (tramp-make-multi-tramp-file-format)
3364 (tramp-make-tramp-file-name): Apply them.
3365 (tramp-completion-handle-file-name-all-completions): Fix for
3366 invoking ange-ftp in case of "/ftp:xxx" file names.
3367
3368 2002-09-04 Michael Albinus <Michael.Albinus@alcatel.de>
3369
3370 * net/tramp.el (tramp-prefix-format)
3371 (tramp-postfix-host-format): New format strings.
3372 (tramp-prefix-regexp, tramp-method-regexp)
3373 (tramp-postfix-single-method-regexp)
3374 (tramp-postfix-multi-method-regexp)
3375 (tramp-postfix-multi-hop-regexp)
3376 (tramp-user-regexp, tramp-postfix-user-regexp)
3377 (tramp-host-regexp, tramp-postfix-host-regexp)
3378 (tramp-path-regexp): New atomar regular expressions.
3379 If corresponding format strings exist, derived from them.
3380 (tramp-file-name-structure)
3381 (tramp-multi-file-name-structure)
3382 (tramp-multi-file-name-hop-structure)
3383 (tramp-make-multi-tramp-file-format)
3384 (tramp-completion-mode)
3385 (tramp-completion-dissect-file-name)
3386 (tramp-parse-rhosts-group)
3387 (tramp-parse-shosts-group)
3388 (tramp-parse-hosts-group)
3389 (tramp-parse-passwd-group): Apply these expressions.
3390 (tramp-file-name-structure-unified)
3391 (tramp-file-name-structure-separate)
3392 (tramp-make-tramp-file-format-unified)
3393 (tramp-make-tramp-file-format-separate)
3394 (tramp-make-tramp-file-format)
3395 (tramp-make-tramp-file-user-nil-format-unified)
3396 (tramp-make-tramp-file-user-nil-format-separate)
3397 (tramp-make-tramp-file-user-nil-format)
3398 (tramp-multi-file-name-structure-unified)
3399 (tramp-multi-file-name-structure-separate)
3400 (tramp-multi-file-name-hop-structure-unified)
3401 (tramp-multi-file-name-hop-structure-separate)
3402 (tramp-make-multi-tramp-file-format-unified)
3403 (tramp-make-multi-tramp-file-format-separate): Removed.
3404 (tramp-make-tramp-file-name): Allow partial tramp file
3405 names. Generate tramp file format on-the-fly depending on
3406 parameters. Apply atomar format strings resp expressions.
3407 (tramp-get-completion-methods)
3408 (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
3409 (tramp-parse-hosts-group): Take all host names and IP addresses
3410 into account.
3411 (tramp-bug): Remove `tramp-make-tramp-file-format'.
3412
3413 2002-09-01 Michael Albinus <Michael.Albinus@alcatel.de>
3414
3415 * net/tramp.el (tramp-methods): Add `tramp-completion-function'
3416 for "su" and "sudo".
3417 (tramp-get-completion-telnet): Implement it.
3418 (tramp-parse-hosts)
3419 (tramp-parse-hosts-group)
3420 (tramp-get-completion-su)
3421 (tramp-parse-passwd)
3422 (tramp-parse-passwd-group): New functions.
3423
3424 2002-08-31 Michael Albinus <Michael.Albinus@alcatel.de>
3425
3426 * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
3427 (tramp-completion-file-name-handler-alist): Add handler for
3428 `file-exists-p.
3429 (tramp-completion-handle-file-exists-p): New function.
3430 (tramp-completion-handle-file-name-completion): Simplified.
3431 (tramp-completion-dissect-file-name): Regexp's reorganised.
3432 (tramp-completion-handle-file-name-all-completions):
3433 Call completion-function only if `user' or `host' is given.
3434 (tramp-get-completion-user-host): New function.
3435 (tramp-get-completion-rsh)
3436 (tramp-get-completion-ssh): Apply it.
3437
3438 2002-08-29 Michael Albinus <Michael.Albinus@alcatel.de>
3439
3440 * net/tramp.el (tramp-completion-file-name-handler-alist):
3441 Add handler for `expand-file-name'.
3442 (tramp-completion-handle-expand-file-name): New function.
3443
3444 2002-08-26 Michael Albinus <Michael.Albinus@alcatel.de>
3445
3446 * net/tramp.el (tramp-completion-mode): New function.
3447 (tramp-completion-handle-file-name-directory)
3448 (tramp-completion-handle-file-name-all-completions): Apply it.
3449 (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
3450 (tramp-point-at-eol): New defalias.
3451 (tramp-parse-rhosts-group)
3452 (tramp-parse-shosts-group):: Apply it.
3453
3454 2002-08-25 Michael Albinus <Michael.Albinus@alcatel.de>
3455
3456 * net/tramp.el (tramp-get-completion-methods)
3457 (tramp-get-completion-rsh)
3458 (tramp-get-completion-ssh): Add "[" for Xemacs.
3459 (tramp-completion-file-name-regexp-separate): Expression adapted.
3460 (tramp-completion-file-name-handler-alist): Add handler for
3461 `file-name-directory' and `file-name-nondirectory'.
3462 (tramp-completion-handle-file-name-directory)
3463 (tramp-completion-handle-file-name-nondirectory)
3464 (tramp-completion-run-real-handler): New functions.
3465 (tramp-completion-file-name-handler)
3466 (tramp-completion-handle-file-name-all-completions):
3467 Apply `tramp-completion-run-real-handler'.
3468 (tramp-parse-rhosts)
3469 (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
3470 `res' (otherwise side effects in XEmacs).
3471
3472 2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
3473
3474 * net/tramp.el (tramp-completion-file-name-regexp)
3475 (tramp-completion-file-name-handler-alist)
3476 (tramp-flatten-list)
3477 (tramp-completion-dissect-file-name)
3478 (tramp-get-completion-rsh)
3479 (tramp-parse-rhosts)
3480 (tramp-parse-rhosts-group)
3481 (tramp-get-completion-ssh): Doc string tuned.
3482 (tramp-methods): Doc string and custom type extended for
3483 `tramp-completion-function'.
3484 (tramp-completion-function): Variable added. Is it really used?
3485 Other variables like `tramp-completion-function' aren't used.
3486 (tramp-completion-file-name-handler-alist): Add handler for
3487 `file-name-completion'.
3488 (tramp-completion-handle-file-name-completion): New function.
3489
3490 2002-08-18 Michael Albinus <Michael.Albinus@alcatel.de>
3491
3492 * net/tramp.el (tramp-parse-rhosts)
3493 (tramp-parse-rhosts-group)
3494 (tramp-parse-shosts)
3495 (tramp-parse-shosts-group): New functions.
3496
3497 2002-08-17 Michael Albinus <Michael.Albinus@alcatel.de>
3498
3499 * net/tramp.el (tramp-completion-dissect-file-name)
3500 (tramp-completion-dissect-file-name1): New functions.
3501
3502 2002-08-16 Michael Albinus <Michael.Albinus@alcatel.de>
3503
3504 * net/tramp.el (tramp-get-completion-function)
3505 (tramp-get-completion-rsh)
3506 (tramp-get-completion-ssh)
3507 (tramp-get-completion-telnet): New functions.
3508 (tramp-methods): Add `tramp-completion-function' for all methods.
3509
3510 2002-08-15 Michael Albinus <Michael.Albinus@alcatel.de>
3511
3512 * net/tramp.el (tramp-get-completion-methods): New function.
3513 (tramp-find-default-method): Allow host to be nil (like user).
3514
3515 2002-08-14 Michael Albinus <Michael.Albinus@alcatel.de>
3516
3517 * net/tramp.el (tramp-completion-file-name-regexp-unified)
3518 (tramp-completion-file-name-regexp-separate)
3519 (tramp-completion-file-name-regexp)
3520 (tramp-completion-file-name-handler-alist): New defcustoms.
3521 (tramp-completion-file-name-handler): New function.
3522 Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
3523 (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
3524 to `inhibit-file-name-handlers'.
3525 (tramp-completion-handle-file-name-all-completions)
3526 (tramp-completion-handle-file-name-completion): New functions.
3527
3528 2002-08-12 Michael Albinus <Michael.Albinus@alcatel.de>
3529
3530 * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
3531 must be called again after activating `ange-ftp'.
3532 (tramp-ange-ftp-file-name-p): Check for Xemacs.
3533
3534 2002-08-08 Michael Albinus <Michael.Albinus@alcatel.de>
3535
3536 * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
3537 KEEP-DATE to tramp-invoke-ange-ftp 'rename.
3538 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
3539 tramp-invoke-ange-ftp 'write-region.
3540 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
3541 passing to tramp-invoke-ange-ftp 'set-file-modes.
3542 (tramp-flatten-list): New function. Maybe this functionality does
3543 exist already elsewhere in the libraries.
3544 (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
3545 list in order to avoid nested lists, f.e. when invoked from
3546 `tramp-handle-dired-call-process'.
3547
3548 2002-09-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3549
3550 * net/tramp.el (tramp-chunksize): New kluge variable.
3551 (tramp-send-region): If tramp-chunksize is non-nil, send region in
3552 parts and sleep 0.1 seconds between chunks.
3553
3554 2002-09-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3555
3556 * net/tramp.el (tramp-handle-insert-directory):
3557 Use `insert-buffer-substring' instead of `insert-buffer', which is not
3558 supposed to be used from Lisp. Remember old point in a variable
3559 instead of using `mark'. Suggestion from Stefan Monnier.
3560 (tramp-unified-filenames): New variable. Use it in default value
3561 of other filename variables.
3562 (file-expand-wildcards): Don't advise unless "[" and "]" are used
3563 in the filename format.
3564
3565 2002-09-01 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3566
3567 * net/tramp.el (tramp-methods): Remove duplicate definition of
3568 ssh1-old and ssh2-old.
3569
3570 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
3571
3572 * dired.el (dired-insert-directory): Always add "--dired" to to
3573 SWITCHES for remote files.
3574 * files.el (insert-directory): Comment saying that "--dired"
3575 might be in the SWITCHES.
3576 * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
3577 (ange-ftp-insert-directory): Comment explaining "--dired" handling.
3578
3579 2002-09-21 Markus Rost <rost@math.ohio-state.edu>
3580
3581 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
3582 word constituent syntax.
3583
3584 2002-09-21 Richard M. Stallman <rms@gnu.org>
3585
3586 * cus-dep.el (custom-make-dependencies): Bind to t
3587 around evaluating the def-form.
3588
3589 * custom.el (custom-dont-initialize): New variable.
3590 (custom-declare-variable): Don't init the variable
3591 if custom-dont-initialize is non-nil.
3592
3593 2002-09-21 John Paul Wallington <jpw@shootybangbang.com>
3594
3595 * net/eudc.el (eudc-install-menu): Use `define-key' and
3596 `easy-menu-create-menu' to avoid duplication of menu.
3597
3598 2002-09-20 Kim F. Storm <storm@cua.dk>
3599
3600 * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
3601 macro and terminate editing.
3602 (kmacro-step-edit-macro): Push previous macro onto ring if changed
3603 by step editing.
3604
3605 2002-09-19 Tom Tromey <tromey@redhat.com>
3606
3607 * play/blackbox.el (bb-right): Respect prefix argument.
3608 (bb-left, bb-up, bb-down): Likewise.
3609
3610 2002-09-19 Richard M. Stallman <rms@gnu.org>
3611
3612 * cus-dep.el (custom-make-dependencies): Fix previous change.
3613
3614 2002-09-19 Juanma Barranquero <lektu@terra.es>
3615
3616 * ielm.el (ielm-eval-input): Call `error-message-string' instead
3617 of the non-existent `ielm-format-error'.
3618
3619 2002-09-19 Stefan Monnier <monnier@cs.yale.edu>
3620
3621 * emacs-lisp/easymenu.el (easy-menu-remove):
3622 * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
3623
3624 * international/mule-diag.el (describe-coding-system):
3625 Remove unused `coding-spec' variable.
3626 (list-input-methods): Be more careful when setting up the help buffer.
3627
3628 * international/ucs-tables.el (unify-8859-on-encoding-mode):
3629 Set init value to t to reflect reality.
3630 (ucs-minibuffer-setup): Use minibuffer-selected-window.
3631
3632 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
3633
3634 * progmodes/make-mode.el (makefile-cleanup-continuations-p):
3635 Rename to makefile-cleanup-continuations.
3636 (makefile-mode): Use write-file-functions.
3637 (makefile-fill-paragraph): Use match-string-no-properties.
3638 (makefile-fill-paragraph): Use line-end-position.
3639 (makefile-add-log-defun): Simplify.
3640
3641 2002-09-18 Richard M. Stallman <rms@gnu.org>
3642
3643 * dired.el (dired-mark-pop-up): Doc fix.
3644
3645 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
3646 definition straight into loaddefs.el as well as executing it here.
3647
3648 2002-09-18 Colin Walters <walters@debian.org>
3649
3650 * calc/calc.el (calc-mode): Add font-lock-defontify to
3651 change-major-mode-hook.
3652
3653 2002-09-18 Richard M. Stallman <rms@gnu.org>
3654
3655 * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
3656 Don't ignore errors in rm line.
3657
3658 * menu-bar.el (menu-bar-search-menu): Nicer help string.
3659
3660 * replace.el (occur-engine-add-prefix): Use 7 spaces.
3661 (occur-engine): Use 7 digits to align tabs in the data.
3662
3663 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
3664 Don't make the definition dynamic if it shares structure
3665 with the arg list.
3666
3667 * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
3668 (pdb): In gud-remove, pass down the file name.
3669
3670 * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
3671
3672 2002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu>
3673
3674 * ielm.el: (*1, *2, *3): New variables.
3675 (ielm-eval-input): Make temporary buffers current on entry and
3676 exit to the let bindings for *, ** and ***.
3677 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
3678 Do not overrule global bindings for *, ** and ***.
3679
3680 2002-09-18 Tom Tromey <tromey@redhat.com>
3681
3682 * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
3683 boundaries before filling.
3684
3685 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
3686
3687 * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
3688 (server-switch-buffer): Only select a different window if
3689 next-buffer is non-nil. Don't switch in a dedicated window.
3690 If next-buffer is already displayed, reuse that window.
3691
3692 * diff-mode.el (diff-mode): Use compilation-minor-mode.
3693 Don't unbind compilation-last-buffer after autoloading compile.el.
3694 Hide the compilation-minor-mode bindings altogether.
3695
3696 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3697
3698 * dired.el (dired-insert-directory): Never add "--dired" when
3699 listing remote directories.
3700
3701 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
3702
3703 * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
3704
3705 * ediff-init.el: Use defalias instead of fset.
3706
3707 * ediff-util.el: Use defalias instead of fset.
3708
3709 * viper-util.el (viper-chars-in-region): Simplification.
3710
3711 * viper.el (viper-emacs-state-mode-list): Added modes.
3712
3713 2002-09-18 Jonathan Yavner <jyavner@engineer.com>
3714
3715 * emacs-lisp/testcover.el: New file. Uses edebug to instrument a
3716 module of code, with graphical display of poor-coverage spots.
3717
3718 * emacs-lisp/testcover-ses.el: New file. Demonstrates use of
3719 testcover on a interactive module like ses.
3720
3721 * emacs-lisp/testcover-unsafep.el: New file. Demonstrates use of
3722 testcover on a noninteractive module like unsafep.
3723
3724 2002-09-18 Miles Bader <miles@gnu.org>
3725
3726 * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
3727 unless it's bound.
3728
3729 2002-09-17 Stefan Monnier <monnier@cs.yale.edu>
3730
3731 * server.el (server-log): Add `client' arg.
3732 (server-start): Don't bother canceling the sentinel.
3733 (server-process-filter): Use replace-regexp-in-string and
3734 handle the new &n quoting. Use push. Use server-log's new arg.
3735 Don't output the C-x # message if `nowait'.
3736 (server-buffer-done): Use server-log's new arg.
3737
3738 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
3739
3740 * ses.el: New file.
3741
3742 * emacs-lisp/unsafep.el: New file.
3743
3744 * files.el (auto-mode-alist): Add ".ses" for ses-mode.
3745 (inhibit-quit): This is risky for unsafep, doesn't matter much for
3746 anybody else.
3747 (risky-local-variable-p): New function. Split off from
3748 hack-one-local-variable so unsafep can use it. Add \|-history$ to
3749 the list of disallowed local variable names (malicious user could
3750 stuff a `display' property in there that would be activated when
3751 na\e,Ao\e(Bve user called up the history).
3752
3753 2002-09-16 Markus Rost <rost@math.ohio-state.edu>
3754
3755 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
3756
3757 2002-09-16 Richard M. Stallman <rms@gnu.org>
3758
3759 * play/gomoku.el (gomoku-move-up, gomoku-move-down):
3760 Use forward-line and move-to-column.
3761
3762 * cus-edit.el (custom-variable-backup-value): New function.
3763 (custom-variable-reset-backup): New function.
3764 (custom-variable-menu): Add item for custom-variable-reset-backup.
3765 (custom-variable-set, custom-variable-reset-saved)
3766 (custom-variable-reset-standard): Call custom-variable-backup-value.
3767
3768 2002-09-16 Stefan Monnier <monnier@cs.yale.edu>
3769
3770 * dired.el (dired-font-lock-keywords): Use regexp-opt.
3771 (dired-move-to-filename): Better message when we fail to find the file.
3772 (dired-sort-toggle): Minor optimization.
3773
3774 2002-09-16 Juanma Barranquero <lektu@terra.es>
3775
3776 * dired-aux.el (dired-add-entry): Add missing argument to
3777 `dired-mark'.
3778
3779 2002-09-16 John Paul Wallington <jpw@shootybangbang.com>
3780
3781 * xscheme.el (scheme-interaction-mode): Doc fix.
3782
3783 * net/eudc.el (eudc-plist-get): Doc fix.
3784
3785 2002-09-16 Kim F. Storm <storm@cua.dk>
3786
3787 * menu-bar.el (menu-bar-last-search-type): New var.
3788 (nonincremental-repeat-search-forward)
3789 (nonincremental-repeat-search-backward): Repeat string or
3790 regexp search depending on menu-bar-last-search-type.
3791 (nonincremental-search-forward, nonincremental-re-search-forward)
3792 (nonincremental-search-backward, nonincremental-re-search-backward):
3793 Set menu-bar-last-search-type to string or regexp.
3794 (nonincremental-repeat-re-search-forward): Removed.
3795 (nonincremental-repeat-re-search-backward): Removed.
3796 (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
3797 (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
3798 (menu-bar-adv-search-menu): Removed.
3799 (menu-bar-search-menu): Reorganized.
3800 (menu-bar-edit-menu): Added "Replace" submenu.
3801
3802 2002-09-15 Richard M. Stallman <rms@gnu.org>
3803
3804 * scroll-bar.el (scroll-bar-mode): Specify :initialize.
3805
3806 * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
3807 when it's not being evaluated.
3808
3809 2002-09-15 Markus Rost <rost@math.ohio-state.edu>
3810
3811 * dired.el (dired-move-to-filename): Fix previous change.
3812
3813 2002-09-14 Kim F. Storm <storm@cua.dk>
3814
3815 * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
3816 (keypad-numlock-setup, keypad-numlock-shifted-setup):
3817 Change `Remove Binding' option to `Unspecified/User-defined'.
3818 (keypad-setup): Enhance explanation of setup type `none'.
3819
3820 2002-09-14 Richard M. Stallman <rms@gnu.org>
3821
3822 * time.el (display-time-mode): Set display-time-load-average here.
3823 (display-time-load-average): Initialize to nil.
3824 (display-time-default-load-average): Add "None" alternative.
3825 (display-time-update): Handle "None" alternative for load-average.
3826
3827 * dired-aux.el (dired-bunch-files): Put the arg FILES
3828 back as it was after temporary destrucive mods.
3829 (dired-add-entry): Use dired-insert-directory to handle indentation.
3830 Explicitly restore the line's marker character.
3831 Preserve the old file name's text properties.
3832 (dired-add-entry-do-indentation): Function deleted.
3833 (dired-relist-file): Doc fix.
3834 (dired-rename-file): Change argument names.
3835 (foo-rename-file): New function.
3836 (dired-do-hardlink): Use dired-hardlink.
3837 (dired-hardlink): New function.
3838 (dired-insert-subdir-doinsert): Use dired-insert-directory;
3839 that handles indentation, text props and header line.
3840 dired-readin-insert gets no args.
3841 Use `last' instead of `reverse'.
3842
3843 * dired.el (dired-use-ls-dired): New variable.
3844 (dired-directory): Document the rules better.
3845
3846 * dired.el (dired-insert-headerline): Function deleted.
3847 (dired-revert): Pass no args to dired-readin.
3848 (dired-move-to-filename): First try using dired-filename property.
3849 (dired-move-to-end-of-filename): Likewise.
3850 (dired-why): Try to show the start of this page of warnings.
3851 (dired-log): Insert the buffer name at start of page, not end.
3852 (dired-log-summary): If just one failure, explain it in echo area.
3853
3854 * dired.el (dired-internal-noselect):
3855 Always set dired-directory, when buffer is not new.
3856 Pass dir-or-list, not dirname, to dired-mode.
3857 Call dired-readin with no args.
3858 Don't call dired-after-readin-hook here.
3859 (dired-find-buffer-nocreate): Expand dirname.
3860 Expand the dir from dired-directory to compare with dirname.
3861
3862 (dired-readin): Take no args. Get the directory from dired-directory.
3863 Run dired-before-reading hook inside save-excursion.
3864 Run dired-after-readin-hook here.
3865 Don't make undo entries at all.
3866 Call dired-readin-insert with no args.
3867 Don't change indentation here.
3868 Don't insert headerline here.
3869
3870 (dired-readin-insert): Take no args.
3871 Get dir and file-list from dired-directory.
3872 Call dired-insert-directory the new way.
3873 Don't insert "wildcard" info here.
3874
3875 (dired-insert-directory): New arg FILE-LIST.
3876 First arg now DIR, always just the directory.
3877 This function fully handles setting up the buffer text:
3878 update indentation, insert headerline and "wildcard" info.
3879 Pass --dired arg if appropriate; put info in dired-filename props.
3880 Don't expand file names here.
3881
3882 * warnings.el (display-warning): In batch mode,
3883 exclude the final newline from the arg to `message'.
3884
3885 2002-09-13 Markus Rost <rost@math.ohio-state.edu>
3886
3887 * files.el (diff-buffer-with-file): Check whether associated file
3888 exists. Display message for 1 second. Always return nil.
3889
3890 2002-09-13 Stefan Monnier <monnier@cs.yale.edu>
3891
3892 * diff-mode.el (diff-mode): Turn on compilation-minor-mode
3893 support again, but more carefully this time.
3894
3895 * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
3896 such that backward-sexp correctly skips them.
3897 (perl-font-lock-keywords-2): Use regexp-opt.
3898 (perl-font-lock-syntactic-keywords)
3899 (perl-font-lock-syntactic-face-function): Better handle PODs.
3900 Handle package names with ' in them and ($$) in `sub' declarations.
3901 Handle format staements. Handle regexp and quote-like ops.
3902 (perl-empty-syntax-table): New var.
3903 (perl-quote-syntax-table): New fun.
3904
3905 * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
3906 (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
3907
3908 * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
3909
3910 * derived.el (define-derived-mode): Properly ignore unknown args.
3911
3912 * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
3913 Don't call the function during init if mode is on by default.
3914
3915 * simple.el: Provide `simple'.
3916 (transient-mark-mode, line-number-mode, column-number-mode):
3917 Pass an explicit `:require nil' argument.
3918
3919 2002-09-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
3920
3921 * play/tetris.el (tetris-blank-options, tetris-cell-options):
3922 Remove various redundant `(t nil)'.
3923
3924 * play/snake.el (snake-border-options): Use color on tty if available.
3925
3926 * play/tetris.el (tetris-border-options): Likewise.
3927
3928 * play/pong.el (pong-border-options): Likewise, plus reset
3929 color on tty to be [0.5 0.5 0.5].
3930
3931 2002-09-13 Kim F. Storm <storm@cua.dk>
3932
3933 * kmacro.el (kmacro-start-macro): Doc fix.
3934
3935 2002-09-13 Juanma Barranquero <lektu@terra.es>
3936
3937 * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
3938 to `idlwave-idlwave_routine_info-compiled'.
3939
3940 * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
3941 three arguments, not four.
3942
3943 2002-09-13 Kim F. Storm <storm@cua.dk>
3944
3945 * kmacro.el (kmacro-keymap): Changed bindings:
3946 C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
3947
3948 2002-09-12 Richard M. Stallman <rms@gnu.org>
3949
3950 * international/mule-cmds.el (universal-coding-system-argument):
3951 Read the coding system inside `interactive' spec, for command-history.
3952
3953 2002-09-12 Stefan Monnier <monnier@cs.yale.edu>
3954
3955 * emacs-lisp/find-func.el (find-library-name): Don't forget
3956 the empty suffix. Fix stale variable name.
3957
3958 * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
3959 (gud-pdb-massage-args): Delete.
3960 (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
3961 (gud-gdb-command-name): New var. Put "--fullname" in there.
3962 (gud-query-cmdline): Use the most recent executable as the default.
3963 Don't add "--fullname" (it's only valid/meaningful for GDB).
3964 (gud-xdb-marker-filter): Use match-string.
3965 (gud-perldb-massage-args): Don't add "-d".
3966 (gud-perldb-command-name): Add "-d".
3967 (gud-common-init): If `massage-args' is nil, don't call it.
3968 (gud-format-command): Don't hardcode point-min==1.
3969
3970 * derived.el: Require CL when compiling.
3971
3972 2002-09-12 Simon Josefsson <jas@extundo.com>
3973
3974 * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
3975 (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
3976 Use expand-file-name. Also don't require time-stamp.
3977
3978 2002-09-11 Richard M. Stallman <rms@gnu.org>
3979
3980 * derived.el (define-derived-mode): When making new abbrev table,
3981 don't try to copy the parent's abbrev table.
3982
3983 * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
3984 Always round scroll-bar-width parameter up.
3985 If it is nil, use 14.
3986
3987 * abbrev.el (copy-abbrev-table): New function.
3988
3989 2002-09-11 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3990
3991 * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
3992 ps-default-bg setting.
3993 (ps-print-version): New version number (6.5.7).
3994 (ps-mark-active-p): New fun.
3995 (ps-print-preprint-region): Adjust code.
3996
3997 2002-09-11 Dave Love <fx@gnu.org>
3998
3999 * international/mule.el (non-standard-designations-alist)
4000 (ctext-pre-write-conversion): Don't generate invalid extended
4001 segments for iso8859.
4002
4003 * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
4004 (cyrillic-alternativnyj-decode-table): Fix some entries.
4005
4006 * international/ucs-tables.el: Fix last change.
4007
4008 * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
4009 change.
4010
4011 2002-09-11 Kim F. Storm <storm@cua.dk>
4012
4013 * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
4014 kmacro-end-and-call-macro.
4015
4016 2002-09-11 Juanma Barranquero <lektu@terra.es>
4017
4018 * newcomment.el (uncomment-region): Fix let/let* use.
4019
4020 2002-09-11 Simon Josefsson <jas@extundo.com>
4021
4022 * time-stamp.el (time-stamp-hhmmss): New function.
4023
4024 * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
4025 (gud-query-cmdline): Add --fullname to the user cmdline.
4026
4027 * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
4028
4029 2002-09-11 Kim F. Storm <storm@cua.dk>
4030
4031 * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
4032 (kmacro-step-edit-map): Bind "A" to `append-end'.
4033 (kmacro-step-edit-prompt): Fix prompt.
4034 (kmacro-step-edit-query): Handle `append-end' response.
4035 (kmacro-step-edit-pre-command): Activate `append-end' at end of
4036 macro when required.
4037
4038 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
4039
4040 * derived.el (define-derived-mode): Fix typo.
4041
4042 * menu-bar.el (line-number-mode, column-number-mode)
4043 (transient-mark-mode): Use minor mode directly.
4044 (menu-bar-make-toggle): Remove `props' arg.
4045 Move customize-mark-as-set directly into the toggle function.
4046
4047 * whitespace.el (whitespace-global-mode): Use define-minor-mode.
4048 Use the new file hook names.
4049 (whitespace-describe): Remove. Move the text to `Commentary:'.
4050 (whitespace-unload-hook): Use the new file hook names.
4051
4052 * finder.el (finder-find-library): Remove.
4053 (finder-commentary): Use find-library-name and add completion.
4054
4055 * simple.el (transient-mark-mode, line-number-mode)
4056 (column-number-mode): Use define-minor-mode.
4057 (define-mail-user-agent): Delete. Moved to subr.el.
4058
4059 * loadup.el ("simple.el"): Move to after loaddefs.el.
4060
4061 * subr.el (define-mail-user-agent): Moved from simple.el.
4062
4063 2002-09-10 Richard M. Stallman <rms@gnu.org>
4064
4065 * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
4066 (boolp): Function deleted.
4067
4068 2002-09-10 Dave Love <fx@gnu.org>
4069
4070 * international/utf-8.el (ucs-mule-to-mule-unicode):
4071 Define unconditionally.
4072 (utf-8-fragmentation-table): New. Use it in top-level mapc.
4073 (utf-8-fragment-on-decoding): Use it to keep
4074 utf-8-translation-table-for-decode variable and translation table
4075 in sync.
4076
4077 * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
4078 when setting up tables and remove useless optimize-char-table.
4079 (ucs-mule-to-mule-unicode): Deleted.
4080 (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
4081
4082 * international/utf-16.el (utf-16-le-pre-write-conversion)
4083 (utf-16-be-pre-write-conversion): Deleted.
4084 (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
4085
4086 2002-09-10 Richard M. Stallman <rms@gnu.org>
4087
4088 * files.el (diff-buffer-with-file): Simplify.
4089 Don't signal an error if buffer has no file.
4090 Call sit-for after `diff' returns.
4091
4092 * play/gamegrid.el (gamegrid-make-color-tty-face):
4093 Handle string as COLOR arg.
4094 (gamegrid-display-type): Don't assume display-color-p
4095 implies a color-x terminal.
4096 (gamegrid-hide-cursor): Set `cursor-type' local variable.
4097
4098 * descr-text.el (describe-text-mode): Add font-lock-defontify to
4099 change-major-mode-hook.
4100
4101 * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
4102 change-major-mode-hook.
4103
4104 * comint.el (comint-mode): Add font-lock-defontify to
4105 change-major-mode-hook.
4106
4107 * info.el (Info-mode): Add font-lock-defontify to
4108 change-major-mode-hook.
4109
4110 * replace.el (occur-mode): Add font-lock-defontify to
4111 change-major-mode-hook.
4112
4113 * font-core.el (font-lock-defontify): New function.
4114
4115 2002-09-10 Richard M. Stallman <rms@gnu.org>
4116
4117 * ps-print.el (ps-printer-name-option): Doc fix.
4118
4119 2002-09-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4120
4121 * ps-print.el: Adjust ps-postscript-code-directory setting.
4122 XEmacs version check was adjusted.
4123 (ps-print-version): New version number (6.5.6).
4124 (ps-print-color-p, ps-page-dimensions-database): Autoload var.
4125 (ps-print-code, ps-print-preprint-region): Adjust code.
4126
4127 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4128
4129 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
4130 emacs-lisp-mode, like ~/.emacs.
4131
4132 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
4133
4134 * newcomment.el (uncomment-region): Be more careful with `='.
4135
4136 2002-09-10 Deepak Goel <deego@glue.umd.edu>
4137
4138 * play/doctor.el (doc//): Rename from `//'. Update callers.
4139 (doc$): Rename from `$'. Update callers.
4140
4141 2002-09-10 Miles Bader <miles@gnu.org>
4142
4143 * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
4144 variable, not a function.
4145
4146 * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
4147
4148 2002-09-10 Kim F. Storm <storm@cua.dk>
4149
4150 * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
4151 nil while executing macro to avoid triggering delete-selection-mode.
4152
4153 * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
4154 cancel defining keyboard macro when applicable.
4155
4156 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
4157
4158 * simple.el (transient-mark-mode, line-number-mode)
4159 (column-number-mode): Undo previous change because of bootstrapping.
4160
4161 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
4162
4163 * derived.el (define-derived-mode): Add keyword arguments.
4164 (derived-mode-make-docstring): Take abbrev and syntax table names.
4165
4166 * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
4167 (font-lock-default-function): Change arg name.
4168
4169 * cus-start.el (transient-mark-mode): Delete. Done in simple.el.
4170
4171 * paren.el (show-paren-function): Use syntax-after.
4172
4173 * emacs-lisp/syntax.el (syntax-after): Delete. Moved to subr.el.
4174
4175 * subr.el (symbol-file): Also work for autoloaded funcs.
4176 (syntax-after): New fun moved from syntax.el.
4177
4178 * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
4179 (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
4180 Update callers (but still run the old hooks as well).
4181
4182 * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
4183 (find-library): New funs.
4184 (find-function-search-for-symbol): Use it.
4185
4186 * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
4187
4188 * isearch.el (isearch-cmds): Add docstring.
4189 (isearch-mouse-2): Lookup binding in the proper buffer.
4190 Use call-interactively and remove the now useless `arg'.
4191 (isearch-search-fun-function): New var.
4192 (isearch-search-fun): New fun.
4193 (isearch-search, isearch-lazy-highlight-search): Use it.
4194
4195 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
4196
4197 * simple.el (what-line): Don't hard-code 1.
4198 (transient-mark-mode, line-number-mode, column-number-mode):
4199 Use define-minor-mode.
4200 (do-auto-fill): Only ignore prefix if it's really empty.
4201
4202 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
4203
4204 * files.el (save-some-buffers-action-alist): Use lower case for
4205 help string of diff-buffer-with-file.
4206
4207 2002-09-09 Richard M. Stallman <rms@gnu.org>
4208
4209 * calendar/calendar.el (mouse-scroll-calendar-left)
4210 (mouse-scroll-calendar-right, mouse-calendar-other-month):
4211 New commands.
4212 (calendar-mode-line-format): Use them.
4213
4214 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4215 Set and then bind default-directory.
4216
4217 * startup.el (fancy-splash-head, normal-splash-screen):
4218 Change the messages that explain about GNU or GNU/Linux.
4219
4220 * info.el (Info-search): Add (point-min) to subfile positions
4221 to get them right. Skip the current subfile using forward-line.
4222
4223 * files.el (make-backup-file-name-1): When make-directory fails,
4224 ignore backup-directory-alist.
4225 (make-directory): Expand DIR before looking for handler.
4226
4227 2002-09-09 Jari Aalto <jari.aalto@poboxes.com>
4228
4229 * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
4230 In addition to RCS, exclude CVS directories.
4231
4232 * ls-lisp.el (ls-lisp-format-time-list): New variable.
4233 (ls-lisp-format-time): Use it.
4234
4235 * files.el (auto-mode-alist): Use sh-mode for .bash files.
4236
4237 2002-09-09 Dave Love <d.love@dl.ac.uk>
4238
4239 * ps-print.el: Many doc fixes.
4240
4241 2002-09-09 John Paul Wallington <jpw@shootybangbang.com>
4242
4243 * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
4244 Update callers.
4245
4246 2002-09-08 Markus Rost <rost@math.ohio-state.edu>
4247
4248 * diff.el (diff): Doc fix.
4249
4250 2002-09-08 Richard M. Stallman <rms@gnu.org>
4251
4252 * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
4253
4254 * simple.el (undo-elt-in-region): Fix one-off error at END.
4255 (forward-visible-line): Handle invisibility by ignoring
4256 invisible newlines. Also include entire invisible lines beyond
4257 the stopping point.
4258
4259 * cus-edit.el (custom-save-variables, custom-save-faces):
4260 Clarify the comments written into .emacs.
4261
4262 2002-09-08 Markus Triska <triska@gmx.at>
4263
4264 * play/doctor.el (doctor-doc): Recognize question words
4265 and use qlist. Use doctor-shorten's return value.
4266 (doctor-shorten): Compute a return value, don't alter `sent'.
4267 (doctor-hates1): Add a question mark.
4268 (doctor-strangelove): Unused function deleted.
4269
4270 2002-09-08 Kim F. Storm <storm@cua.dk>
4271
4272 * kmacro.el (kmacro-end-and-call-macro): New command to end and
4273 call keyboard macro in one step. Bind it to C-x e by default.
4274 (kmacro-call-macro): Use format-kbd-macro.
4275 (kmacro-step-edit-macro): New command to interactively step edit
4276 and execute last keyboard macro.
4277 (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
4278 (kmacro-step-edit-mini-window-height): New custom var.
4279 (kmacro-step-edit-map): New keymap (parent is query-replace-map).
4280 (kmacro-step-edit-prefix-commands): New var.
4281 (kmacro-step-edit-prompt, kmacro-step-edit-query)
4282 (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
4283 (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
4284 New aux functions for step editing keyboard macros.
4285
4286 * subr.el (read-quoted-char): Apply listify-key-sequence to vector
4287 returned by this-single-command-raw-keys before appending it to
4288 unread-command-event.
4289
4290 2002-09-07 Colin Walters <walters@debian.org>
4291
4292 * progmodes/compile.el (compile-internal): Add optional argument
4293 no-async.
4294
4295 * diff.el (diff): Add optional argument no-async, and use the
4296 above argument.
4297
4298 * files.el (diff-buffer-with-file): Call diff synchronously, so we
4299 don't delete the temporary file before diff has a chance to read
4300 it.
4301
4302 * ibuf-ext.el (ibuffer-diff-with-file): Just call
4303 `diff-buffer-with-file'.
4304
4305 2002-09-07 John Paul Wallington <jpw@shootybangbang.com>
4306
4307 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
4308
4309 * emacs-lisp/find-func.el (find-function-recenter-line):
4310 Add custom type. Doc fix.
4311
4312 2002-09-06 Stefan Monnier <monnier@cs.yale.edu>
4313
4314 * menu-bar.el (menu-bar-make-mm-toggle): New macro.
4315 (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
4316 (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
4317 Remove. Use the minor mode function directly instead.
4318 (menu-bar-mode): Add message and customize-mark-as-set and return
4319 the new value as do other minor modes.
4320
4321 * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
4322
4323 2002-09-06 Simon Marshall <simon@gnu.org>
4324
4325 * progmodes/etags.el (find-tag-tag, complete-tag):
4326 Bind completion-ignore-case based on tags-case-fold-search, so that
4327 case-sensitivity of tag completion matches that of tag search.
4328
4329 2002-09-06 Juanma Barranquero <lektu@terra.es>
4330
4331 * calendar/solar.el (calendar-time-display-form): Fix spacing.
4332
4333 * double.el (double-prefix-only): Likewise.
4334
4335 * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
4336
4337 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
4338
4339 * emacs-lisp/float.el (string-to-float): Likewise.
4340
4341 * emacs-lisp/rx.el (rx): Likewise.
4342
4343 * faces.el (copy-face): Likewise.
4344
4345 * hilit-chg.el (highlight-changes-colours)
4346 (highlight-changes-active-string)
4347 (highlight-changes-passive-string)
4348 (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
4349
4350 * international/mule.el (decode-char): Likewise.
4351
4352 * progmodes/idlwave.el (idlwave-support-inheritance)
4353 (idlwave-routine-entry-compare): Likewise.
4354
4355 * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
4356 Likewise.
4357
4358 * progmodes/pascal.el (pascal-start-keywords): Likewise.
4359
4360 * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
4361 Likewise.
4362
4363 * progmodes/vhdl-mode.el (vhdl-progress-interval)
4364 (vhdl-corresponding-begin): Likewise.
4365
4366 * simple.el (choose-completion-string-functions): Likewise.
4367
4368 * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
4369
4370 * textmodes/fill.el (fill-nonuniform-paragraphs)
4371 (fill-individual-paragraphs): Likewise.
4372
4373 * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
4374
4375 * warnings.el (warning-level-aliases): Likewise.
4376
4377 * speedbar.el (speedbar-mode): Fix spacing and typos.
4378
4379 * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
4380
4381 2002-09-05 Markus Rost <rost@math.ohio-state.edu>
4382
4383 * textmodes/table.el (table-command-prefix): Fix type.
4384
4385 2002-09-05 Andre Spiegel <spiegel@gnu.org>
4386
4387 * vc-hooks.el: Don't require vc.el at compile-time; it causes
4388 recursive requirements during bootstrap.
4389
4390 2002-09-05 Kenichi Handa <handa@etl.go.jp>
4391
4392 * international/mule.el (decode-char): Cancel the previous change.
4393
4394 2002-09-04 Mats Lidell <matsl@contactor.se> (tiny change)
4395
4396 * language/european.el ("Swedish"): New set-language-info-alist call.
4397
4398 2002-09-04 Richard M. Stallman <rms@gnu.org>
4399
4400 * help-fns.el (help-with-tutorial): Properly set up
4401 completion-reference-buffer in the *Completion* buffer.
4402
4403 2002-09-04 John Paul Wallington <jpw@shootybangbang.com>
4404
4405 * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
4406 returns nil, return nil.
4407
4408 2002-09-04 Andre Spiegel <spiegel@gnu.org>
4409
4410 * vc-hooks.el: Require vc.el at compile-time.
4411 (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
4412 Moved here from vc.el.
4413
4414 * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
4415 Moved to vc-hooks.el.
4416
4417 * vc-rcs.el (vc-rcs-state): Don't require vc.el.
4418
4419 2002-09-04 Kenichi Handa <handa@etl.go.jp>
4420
4421 * international/mule.el (decode-char): Translate a character by
4422 utf-8-translation-table-for-decode only when
4423 utf-8-fragment-on-decoding is non-nil.
4424
4425 2002-09-02 Stefan Monnier <monnier@cs.yale.edu>
4426
4427 * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
4428 (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
4429 Use text-mode's syntax-table and abbrev-table.
4430 (text-mode): Set require-final-newline to t.
4431
4432 * newcomment.el (comment-make-extra-lines): Only use the
4433 dummy `=' char when there's really nothing else.
4434 Don't remove spaces if it leads to an incorrect comment.
4435
4436 * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
4437 around the cvs/ssh/libc bug.
4438 (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
4439 (defun-cvs-mode): Use the new `declare' thingy.
4440 (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
4441 (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
4442 (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
4443
4444 * pcvs-parse.el (cvs-parse-table): Create a `need-update'
4445 node rather than a message for new directories.
4446 (cvs-parse-status): Add support for `Entry Invalid'.
4447
4448 * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
4449 (smerge-combine-with-next): New function.
4450 (smerge-diff): Don't output `wrote /tmp/foo' messages.
4451 Insert message if no diffs were found.
4452
4453 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
4454 (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
4455
4456 2002-09-02 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4457
4458 * net/tramp.el: Version 2.0.15 released.
4459 (require 'base64): Most modern Emacsen have the base64
4460 encode/decode functions built in, so test to see if they are bound
4461 before we go blindly requiring base64.el.
4462 From Steve Youngs <youngs@xemacs.org>.
4463 (tramp-feature-write-region-fix): XEmacs doesn't have a
4464 'find-operation-coding-system' and this variable doesn't seem to
4465 be used anywhere so wrap it in (unless (featurep 'xemacs)).
4466 From Steve Youngs <youngs@xemacs.org>.
4467 (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
4468 (tramp-open-connection-su): Use user name "root" if no user name
4469 is given.
4470
4471 From Michael Albinus <Michael.Albinus@alcatel.de>:
4472 * net/tramp.el (tramp-invoke-ange-ftp):
4473 (tramp-ange-ftp-file-name-p): Check for Xemacs.
4474 (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
4475 tramp-invoke-ange-ftp 'rename.
4476 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
4477 tramp-invoke-ange-ftp 'write-region.
4478 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
4479 passing to tramp-invoke-ange-ftp 'set-file-modes.
4480 (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
4481 again after activating `ange-ftp'.
4482
4483 2002-09-02 Kim F. Storm <storm@cua.dk>
4484
4485 * ido.el (ido-ignore-item-temp-list): New variable.
4486 (ido-read-internal): Don't set ido-default-item if the default is
4487 member of ido-ignore-item-temp-list.
4488 Don't return first match for C-j if no text is entered.
4489 (ido-buffer-internal): Check for empty string return.
4490 (ido-make-buffer-list1): Use member instead of memq.
4491 (ido-window-buffer-p): Likewise.
4492 (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
4493 (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
4494
4495 * replace.el (multi-occur): Made "ido-aware":
4496 Changed prompt to use C-j instead of RET to end.
4497 Set ido-ignore-item-temp-list to the selected buffers so far, so
4498 they are automatically excluded from the list of choices.
4499 Use add-to-list instead of push.
4500
4501 2002-09-01 Richard M. Stallman <rms@gnu.org>
4502
4503 * term/x-win.el (function-key-map): Define S-iso-lefttab.
4504
4505 2002-09-01 Kim F. Storm <storm@cua.dk>
4506
4507 * edmacro.el (edit-kbd-macro): Recognize new default binding for
4508 C-x e in addition to old binding.
4509
4510 2002-09-01 Mario Lang <mlang@debian.org>
4511
4512 * files.el (save-some-buffers-action-alist): New variable.
4513 (save-some-buffers): Use that.
4514 (diff-buffer-with-file): New function.
4515
4516 2002-09-01 Richard M. Stallman <rms@gnu.org>
4517
4518 * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
4519
4520 * dired.el (defgroup dired): Use `files' as parent.
4521 (dired-get-filename): Ignore handler if it has safe-magic prop.
4522
4523 * jka-compr.el (jka-compr-handler): Add safe-magic property.
4524
4525 2002-08-31 Richard M. Stallman <rms@gnu.org>
4526
4527 * simple.el (kill-line): Use end-of-visible-line to determine
4528 if rest of line is blank.
4529 (end-of-visible-line): Cope if end-of-line moved back over
4530 invisible intangible chars at end of line.
4531
4532 * simple.el (completion-setup-function): Don't use directory-sep-char.
4533
4534 2002-09-01 Glenn Morris <gmorris@ast.cam.ac.uk>
4535
4536 * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
4537 needed.
4538 (f90-menu, f90-add-imenu-menu): Use lookup-key.
4539 Remove (eval-when-compile) for free variables.
4540
4541 2002-08-31 Andreas Schwab <schwab@suse.de>
4542
4543 * font-core.el (font-lock-change-mode): Avoid changing buffer
4544 state in any way.
4545
4546 2002-08-30 Stefan Monnier <monnier@cs.yale.edu>
4547
4548 * emacs-lisp/easymenu.el (easy-menu-filter-return):
4549 Handle the case where the filter returns a single menu entry.
4550 (easy-menu-add): Improve docstring.
4551 (easy-menu-current-active-maps): Remove.
4552 (easy-menu-get-map): Use current-active-maps.
4553
4554 * cus-edit.el (custom-unlispify-menu-entry): Don't remove
4555 the -p prefix from variables since they shouldn't have it anyway.
4556 (custom-group-menu-create, customize-menu-create):
4557 Only cdr if applicable, since custom-menu-create might return
4558 a vector (i.e. a single menu entry).
4559
4560 2002-08-30 Edward M. Reingold <reingold@emr.cs.iit.edu>
4561
4562 * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
4563 user's value of diary-list-include-blanks, but generate message
4564 instead if there are no entries.
4565
4566 2002-08-30 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
4567
4568 * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
4569
4570 2002-08-30 Markus Rost <rost@math.ohio-state.edu>
4571
4572 * menu-bar.el (menu-bar-read-mail): Doc fix.
4573
4574 2002-08-30 John Paul Wallington <jpw@shootybangbang.com>
4575
4576 * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
4577 (ibuffer-fontification-alist): Check hidden buffer case isn't
4578 visiting a file and change its face to italic.
4579
4580 2002-08-30 Juanma Barranquero <lektu@terra.es>
4581
4582 * replace.el (occur-mode): Add interactive declaration.
4583
4584 * bs.el (bs-message-without-log): Fix typo.
4585
4586 * font-core.el (font-lock-defaults): Likewise.
4587
4588 * font-lock.el (font-lock-add-keywords): Likewise.
4589
4590 * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
4591
4592 * textmodes/bibtex.el (bibtex-mode): Likewise.
4593
4594 * emulation/viper-ex.el (ex-compile-command): Likewise.
4595
4596 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
4597 Likewise.
4598
4599 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
4600
4601 * allout.el (my-mark-marker): Likewise.
4602
4603 2002-08-30 Simon Josefsson <jas@extundo.com>
4604
4605 * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
4606 unless s-debug-info is enabled.
4607
4608 2002-08-29 John Paul Wallington <jpw@shootybangbang.com>
4609
4610 * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.
4611
4612 * mwheel.el (mouse-wheel-up-button): Doc fix.
4613
4614 2002-08-29 Juanma Barranquero <lektu@terra.es>
4615
4616 * replace.el (occur-mode-hook): New hook.
4617 (occur-mode): Use it.
4618 (occur-hook): Set default to nil.
4619
4620 2002-08-29 Stefan Monnier <monnier@cs.yale.edu>
4621
4622 * net/ange-ftp.el: Use match-string and drop useless `function's.
4623 (ange-ftp-get-process): Bind `ange-ftp-this-user' and
4624 `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
4625 (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
4626 (ange-ftp-parse-dired-listing): Update the calls.
4627 (dired-local-variables-file): Declare to shut quieten the compiler.
4628 (ange-ftp-file-entry-active-p): Remove.
4629 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
4630 Don't exclude dangling symlinks.
4631 (ange-ftp-file-name-completion-1): Make predicate optional.
4632 (ange-ftp-parse-list-func-alist): Use add-to-list to update.
4633 (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
4634 (ange-ftp-bs2000-posix-hook-installed): Remove.
4635 (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
4636 (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
4637 `ange-ftp-this-host' instead of `user' and `host'.
4638
4639 2002-08-29 Richard M. Stallman <rms@gnu.org>
4640
4641 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4642 Decide here whether to print which form we're compiling.
4643 If we do that, still print file and line. Make file name
4644 relative to default-directory. Print fewer newlines.
4645 (byte-compile-log-file): Print something even if no file.
4646 Print messages for entering and leaving directories,
4647 and set default-directory.
4648 (displaying-byte-compile-warnings): Only sometimes bind warning-series.
4649 (byte-compile-warning-series): New function.
4650 (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
4651 (byte-compile-display-log-head-p): Function deleted.
4652
4653 * warnings.el (warning-series): Now can be a marker, not an integer.
4654 (display-warning): Handle new value for warning-series.
4655
4656 * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
4657 (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
4658 to don't-warn list.
4659
4660 2002-08-29 Kim F. Storm <storm@cua.dk>
4661
4662 * kmacro.el: Change default bindings from F7/F8 to F3/F4.
4663 Change default binding of C-x e to kmacro-end-or-call-macro.
4664 (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
4665 variables.
4666 (kmacro-get-prefix-arg): New function.
4667 (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
4668 improve. Callers changed.
4669 (kmacro-call-macro): Repeat macro by repeating last key or
4670 key defined in kmacro-call-repeat-key. New third arg non-nil
4671 means to end current macro.
4672 (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
4673 to get repeat last key functionality.
4674 (kmacro-start-macro-or-insert-counter): Improve doc string.
4675
4676 2002-08-28 Luc Teirlinck <teirllm@mail.auburn.edu>
4677
4678 * files.el (find-buffer-visiting): Compare file attributes
4679 using buffer-file-truename.
4680
4681 2002-08-28 Richard M. Stallman <rms@gnu.org>
4682
4683 * files.el (make-auto-save-file-name, make-backup-file-name-1):
4684 Don't use directory-sep-char.
4685
4686 2002-08-28 Juanma Barranquero <lektu@terra.es>
4687
4688 * replace.el (occur-hook): Renamed from `occur-mode-hook'.
4689 (occur-mode): Remove call to `occur-mode-hook'.
4690 (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
4691 (occur-1): Add call to `occur-hook'.
4692
4693 * subr.el (make-variable-frame-localizable): Alias for
4694 `make-variable-frame-local'.
4695
4696 2002-08-28 Miles Bader <miles@gnu.org>
4697
4698 * rfn-eshadow.el (read-file-name-electric-shadow-properties)
4699 (read-file-name-electric-shadow-tty-properties)
4700 (read-file-name-electric-shadow-mode): Remove compatibility defs.
4701
4702 * comint.el (comint-carriage-motion): Start at START.
4703
4704 2002-08-27 Francesco Potort\e,Al\e(B <pot@gnu.org>
4705
4706 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
4707 given by vsFTPd when accessed with a kerberised FTP client.
4708
4709 2002-08-27 Richard M. Stallman <rms@gnu.org>
4710
4711 * files.el (find-alternate-file):
4712 Bind kill-buffer-query-functions locally, don't set it.
4713
4714 2002-08-27 Andreas Schwab <schwab@suse.de>
4715
4716 * kmacro.el (kmacro-start-macro): Doc fix.
4717
4718 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
4719
4720 * textfile/reftex-ref.el (reftex-goto-label): New command.
4721
4722 * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
4723
4724 * textfile/reftex-parse.el (reftex-roman-number): New function.
4725 (reftex-section-number): Better handling of parts: No chapter
4726 counter resets.
4727
4728 * textfile/reftex.el (reftex-highlight-overlays): Added a third
4729 overlay.
4730 (reftex-mode-menu): Added entry for `reftex-toc-recenter.
4731 Also moved `reftex-reset-mode' to top level.
4732
4733 * textfile/reftex-toc.el (reftex-toc-recenter): New command.
4734 (reftex-toc-pre-command-hook): Don't remove highlight overlay.
4735 (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
4736
4737 * textfile/reftex-sel.el (reftex-get-offset): Get offset of
4738 document pointer *before* position, not after.
4739 (reftex-insert-docstruct): Get offset of document pointer *before*
4740 position, not after.
4741
4742 * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
4743 match over section title match.
4744
4745 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
4746 which determines on a per-file-basis if BibTeX is being used
4747 locally for citations.
4748 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
4749 cooperation with chapterbib.
4750 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
4751 better cooperation with chapterbib.
4752
4753 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
4754 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
4755
4756 2002-08-26 Kim F. Storm <storm@cua.dk>
4757
4758 * subr.el (suppress-keymap): Use command remapping instead of
4759 substitute-key-definition to undefine self-inserting keys.
4760
4761 2002-08-26 Juanma Barranquero <lektu@terra.es>
4762
4763 * makefile.w32-in (WINS): Add calc and obsolete.
4764
4765 2002-08-26 Stefan Monnier <monnier@cs.yale.edu>
4766
4767 * emacs-lisp/easy-mmode.el (define-minor-mode):
4768 Use customize-mark-as-set for global minor modes.
4769
4770 2002-08-25 Miles Bader <miles@gnu.org>
4771
4772 * rfn-eshadow.el (file-name-shadow-properties-custom-type):
4773 Renamed from `read-file-name-electric-shadow-properties-custom-type'.
4774 Change name of face.
4775 (file-name-shadow-properties): Renamed from
4776 `read-file-name-electric-shadow-properties'.
4777 (file-name-shadow-tty-properties): Renamed from
4778 `read-file-name-electric-shadow-tty-properties'.
4779 (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
4780 (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
4781 (file-name-shadow-mode): Renamed from
4782 `read-file-name-electric-shadow-mode'. Update references to
4783 renamed variables.
4784
4785 2002-08-24 Sam Steingold <sds@gnu.org>
4786
4787 * subr.el (eval-after-load): Do not call
4788 load-symbol-file-load-history (deleted yesterday).
4789
4790 2002-08-24 John Paul Wallington <jpw@shootybangbang.com>
4791
4792 * startup.el (normal-splash-screen): Ensure splash buffer is
4793 killed. Use tabs in output. Fix test whether previous buffer was
4794 *scratch* buffer.
4795
4796 * progmodes/simula.el (simula-abbrev-keyword-default)
4797 (simula-abbrev-keyword, simula-abbrev-stdproc-default)
4798 (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
4799
4800 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
4801
4802 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
4803
4804 2002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4805
4806 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
4807 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
4808 (f90-font-lock-off, f90-font-lock-menu): Delete.
4809 Use easy-menu-define instead.
4810 (f90-mode): Use easy-menu-add.
4811 No longer (require 'imenu) when compiling.
4812 (f90-mark-subprogram, f90-indent-region, f90-fill-region)
4813 (f90-abbrev-start): Use fboundp.
4814 (f90-imenu-flag): Delete - use imenu--index-alist instead.
4815
4816 2002-08-23 Richard M. Stallman <rms@gnu.org>
4817
4818 * loadhist.el (unload-feature): Distinguish functions from
4819 variables in load-history.
4820 (feature-symbols): Doc fix.
4821
4822 * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
4823
4824 * subr.el (symbol-file-load-history-loaded)
4825 (load-symbol-file-load-history): Deleted.
4826 (symbol-file): Don't call load-symbol-file-load-history.
4827
4828 2002-08-23 Andre Spiegel <spiegel@gnu.org>
4829
4830 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
4831
4832 2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
4833
4834 * frame.el (select-frame-by-name, select-frame-set-input-focus):
4835 Always call x-focus-frame, if using x.
4836 Use set-mouse-position on all systems, if focus-follows-mouse.
4837
4838 2002-08-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4839
4840 * net/tramp.el: Version 2.0.14 released.
4841 (tramp-shell-prompt-pattern): New variable.
4842 (tramp-actions-before-shell, tramp-multi-actions)
4843 (tramp-find-shell, tramp-open-connection-multi)
4844 (tramp-open-connection-setup-interactive-shell): Use it.
4845 (tramp-open-connection-telnet, tramp-open-connection-rsh)
4846 (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
4847 in the docstring.
4848 (tramp-bug): Report `tramp-shell-prompt-pattern'.
4849 (tramp-process-one-multi-action, tramp-process-one-action):
4850 Make message clearer so people don't confuse it with Emacs asking
4851 them a question if the regexp happens to end with "?".
4852 (tramp-verbose): Change default value from 10 to 9. Also change
4853 some logging levels so that 10 is reserved for stuff which is
4854 needed for debugging only, but 9 catches everything that people
4855 might like to see in order to see that Tramp is actually working.
4856
4857 2002-08-22 Kim F. Storm <storm@cua.dk>
4858
4859 * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
4860 Corrected spelling mistakes (for Joseph Arceneaux).
4861
4862 2002-08-21 Glenn Morris <gmorris@ast.cam.ac.uk>
4863
4864 * progmodes/f90.el: eval-when-compile a few defvars.
4865 (f90-xemacs-flag): Wrap in eval-and-compile.
4866 (f90-font-lock-keywords): Doc fix.
4867 (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
4868 (f90-mark-subprogram-overlay): Variable deleted.
4869 (f90-mark-subprogram): Remove overlay bit. Don't be silent about
4870 pushing mark.
4871 (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
4872
4873 2002-08-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4874
4875 * tramp.el: Version 2.0.13 released.
4876 (tramp-handle-write-region): Don't check to see if remote end is
4877 awake after sending data to remote host: we want to send "EOF" not
4878 "echo are you awake"...
4879 (tramp-maybe-open-connection): Swap args for tramp-time-diff.
4880 (tramp-yn-prompt-regexp): New variable.
4881 (tramp-action-yn): New function, using it.
4882 (tramp-feature-write-region-fix): New internal variable. Not yet
4883 used. Should be used in `tramp-handle-write-region'.
4884
4885 2002-08-21 Kim F. Storm <storm@cua.dk>
4886
4887 * bindings.el (mode-line-format): Moved global-mode-string last.
4888 (mode-line-position): Moved %p first. Added padding to %l/%c to
4889 eliminate jumpyness in modeline. Use (%l,%c) format if both
4890 line-number-mode and column-number-mode are enabled.
4891
4892 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org>
4893
4894 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
4895 that could cause an infinite loop if something that looks like
4896 a macro begins in the middle of a line.
4897
4898 * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
4899 could cause `c-state-cache' to contain two conses in sequence
4900 when there's an unbalanced open paren in a macro.
4901
4902 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk>
4903
4904 * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
4905
4906 * imenu.el (imenu--generic-function): Use mapc.
4907 (imenu-syntax-alist): Doc fix.
4908
4909 2002-08-20 Richard M. Stallman <rms@gnu.org>
4910
4911 * font-core.el (font-lock-change-mode): New function.
4912 (font-lock-mode): Use font-lock-change-mode instead of
4913 font-lock-unfontify-buffer.
4914 (font-lock-maximum-size, font-lock-verbose): Add defvars.
4915
4916 2002-08-20 Carsten Dominik <dominik@astro.uva.nl>
4917
4918 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
4919 which determines on a per-file-basis if BibTeX is being used
4920 locally for citations.
4921 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
4922 cooperation with chapterbib.
4923 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
4924 better cooperation with chapterbib.
4925
4926 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
4927 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
4928
4929 2002-08-20 Kim F. Storm <storm@cua.dk>
4930
4931 * kmacro.el: Major rework based on discussions with RMS.
4932 Most important change is that C-x C-k is now bound to a keymap
4933 with keyboard macro related commands. The original binding on
4934 C-x C-k is moved to C-x C-k e.
4935
4936 * binding.el: Remove macro related bindings (now in kmacro.el).
4937
4938 * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
4939
4940 2002-08-19 Stefan Monnier <monnier@cs.yale.edu>
4941
4942 * help-fns.el (help-split-fundoc): Replace the function name
4943 from the docstring with the one that should be displayed.
4944 (help-make-usage): Understand CL style arglists.
4945 (describe-function-1): Adapt to the new behavior of help-split-fundoc.
4946 (describe-variable): Use delete-region.
4947
4948 2002-08-19 Kenichi Handa <handa@etl.go.jp>
4949
4950 * international/mule.el (sgml-xml-auto-coding-function):
4951 Call re-search-forward with NOERROR t.
4952
4953 2002-08-19 Miles Bader <miles@gnu.org>
4954
4955 [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
4956 * comint.el (comint-inhibit-carriage-motion): New variable.
4957 (comint-carriage-motion): Argument STRING removed. New arguments
4958 START and END; interpret characters between START and END rather
4959 than using special comint state.
4960 (comint-output-filter): Call `comint-carriage-motion'.
4961 (comint-output-filter-functions): Don't add `comint-carriage-motion'.
4962 * ielm.el (inferior-emacs-lisp-mode):
4963 Give `comint-inhibit-carriage-motion' a local value of t.
4964
4965 2002-08-18 Richard M. Stallman <rms@gnu.org>
4966
4967 * textmodes/table.el: New file.
4968
4969 * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
4970
4971 2002-08-18 Andreas Schwab <schwab@suse.de>
4972
4973 * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
4974
4975 2002-08-17 Carsten Dominik <dominik@astro.uva.nl>
4976
4977 * textmodes/reftex.el (reftex-mode): Create special syntax tables.
4978 (reftex-syntax-table): Set a default in case this is being used
4979 outside a LaTeX file.
4980 (reftex-syntax-table-for-bib): Set a default in case this is being
4981 used outside a LaTeX file.
4982
4983 2002-08-17 Richard M. Stallman <rms@gnu.org>
4984
4985 * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
4986 and use write-file-functions instead of local-write-file-hooks.
4987 (tar-untar-buffer): Don't try to extract directories.
4988
4989 * menu-bar.el (fringe-mode): Set to nil.
4990
4991 * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
4992
4993 2002-08-15 Richard M. Stallman <rms@gnu.org>
4994
4995 * calendar/appt.el (appt-delete): Use substring-no-properties.
4996 (appt-make-list): Don't use prin1-to-string; use the string unchanged.
4997
4998 2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> (tiny change)
4999
5000 * server.el (server-process-filter): Simplify code.
5001 (server-goto-line-column): New function.
5002 (server-visit-files): Use server-goto-line-column.
5003 Offer to revert only if file has changed.
5004
5005 2002-08-15 Richard M. Stallman <rms@gnu.org>
5006
5007 * files.el (recover-this-file): New function.
5008 (after-find-file): Recommend recover-this-file.
5009
5010 * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
5011 to change-major-mode-hook when font lock is enabled.
5012
5013 * simple.el (toggle-truncate-lines): Force redisplay.
5014 Display status message.
5015
5016 2002-08-15 Carsten Dominik <dominik@sand.science.uva.nl>
5017
5018 * textmodes/reftex.el (reftex-mode): Moved the creation of special
5019 syntax tables to top-level.
5020
5021 2002-08-15 David Kastrup <David.Kastrup@t-online.de>
5022
5023 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
5024 use `hash-table-size' instead of `length'.
5025
5026 2002-08-14 Stefan Monnier <monnier@cs.yale.edu>
5027
5028 * help-fns.el (locate-library): Use locate-file(-completion).
5029 (help-split-fundoc): Tighten the regexp and recognize a usage-info
5030 where the function name is `fn'.
5031 (help-function-arglist): Follow aliases and macros.
5032 (describe-function-1): Use keymapp.
5033 If the docstring contains a usage info, use it even if the function is
5034 not a subroutine. Find usage info in aliases' docstring if necessary.
5035 (describe-variable): Get the value before setting up the *Help* buffer.
5036
5037 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
5038 Use find-file-hook instead of find-file-hooks.
5039 (define-minor-mode): Get rid of this silly `togglep'.
5040 Add an explicit `toggle' argument (used for interactive calls).
5041 Emit a warning when a nil argument turns the mode off.
5042
5043 * language/ethio-util.el (setup-ethiopic-environment-internal)
5044 (exit-ethiopic-environment): Use find-file-hook and
5045 write-file-functions instead of find-file-hooks and write-file-hooks.
5046
5047 * window.el (handle-select-window): Don't do anything if the window
5048 has disappeared since the event was generated.
5049 (split-window-save-restore-data): Use push and with-current-buffer.
5050
5051 * saveplace.el:
5052 * play/meese.el:
5053 * obsolete/hilit19.el:
5054 * completion.el (dynamic-completion-mode):
5055 * emacs-lisp/find-func.el (find-function-search-for-symbol):
5056 Use find-file-hook instead of find-file-hooks.
5057
5058 * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
5059 (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
5060 (imenu-space-replacement): Allow nil value.
5061 (imenu--completion-buffer): Use new vars and simplify.
5062 Fix handling of minibuffer-setup-hook.
5063 Use minibuffer-completion-help instead of rolling our own.
5064 (imenu-choose-buffer-index): Use the new var.
5065
5066 * startup.el (command-line): Load custom-file if not done yet.
5067
5068 2002-08-14 Kenichi Handa <handa@etl.go.jp>
5069
5070 * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
5071 the selection data string. Always return cons of type and string.
5072 (selection-converter-alist): Add (UTF8_STRING .
5073 xselect-convert-to-string).
5074
5075 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
5076
5077 * newcomment.el (comment-region): Force `lines' when `block' is set.
5078
5079 2002-08-12 Richard M. Stallman <rms@gnu.org>
5080
5081 * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
5082 (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
5083 (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
5084 (menu-bar-toggle-cua-mode, menu-bar-read-mail)
5085 (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
5086 (menu-bar-text-mode-auto-fill): New commands, used
5087 in menu bar menus instead of lambda expressions.
5088
5089 (menu-bar-showhide-fringe-menu-customize-left)
5090 (menu-bar-showhide-fringe-menu-customize-right)
5091 (menu-bar-showhide-fringe-menu-customize-disable)
5092 (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
5093
5094 (menu-bar-options-menu): Use toggle-truncate-lines.
5095 (showhide-date-time): Call customize-mark-as-set.
5096
5097 * emacs-lisp/find-func.el (find-function-search-for-symbol):
5098 Obey `definition-name' properties.
5099
5100 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
5101 Put `definition-name' properties on the functions whose
5102 names are constructed.
5103
5104 * textmodes/page-ext.el (pages-target-buffer): Add defvar.
5105 Renamed from target-buffer.
5106 (pages-directory, pages-copy-header-and-position): Uses changed.
5107
5108 * calendar/appt.el (appt-make-list): Correct the parsing of
5109 each appointment from time-string.
5110
5111 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
5112
5113 * scroll-all.el (scroll-all-mode): Use define-minor-mode.
5114 (scroll-all-mode) <defcustom>: Delete.
5115 (running-xemacs): Delete.
5116 (minor-mode-alist): Don't manipulate it directly.
5117
5118 2002-08-10 Kenichi Handa <handa@etl.go.jp>
5119
5120 * international/mule-cmds.el (search-unencodable-char): New function.
5121 (select-safe-coding-system): Show unencodable characters.
5122 (unencodable-char-position): Deleted, and implemented in C in coding.c.
5123
5124 2002-04-09 John Wiegley <johnw@gnu.org>
5125
5126 * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
5127 * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
5128 * em-dirs.el (eshell/cd): Ditto.
5129 * em-glob.el (eshell-glob-case-insensitive): Ditto.
5130 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
5131 * esh-ext.el (eshell-binary-suffixes): Ditto.
5132
5133 2002-08-09 Richard M. Stallman <rms@gnu.org>
5134
5135 * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
5136
5137 * simple.el (set-variable): Give locality status in prompt.
5138
5139 2002-08-09 Benjamin Rutt <rutt@cis.ohio-state.edu>
5140
5141 * simple.el (set-variable): If given a prefix argument, set
5142 variable buffer-locally.
5143
5144 2002-08-09 John Paul Wallington <jpw@shootybangbang.com>
5145
5146 * font-core.el (font-lock-function): Make it buffer-local.
5147
5148 2002-08-08 Richard M. Stallman <rms@gnu.org>
5149
5150 * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
5151 (checkdoc-message-interactive, checkdoc-interactive-loop)
5152 (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
5153 (checkdoc-defun):
5154 Update checkdoc-spellcheck-documentation-flag correctly.
5155 (checkdoc-ispell-docstring-engine): Don't test for
5156 checkdoc-autofix-flag = nil.
5157
5158 2002-08-07 John Paul Wallington <jpw@shootybangbang.com>
5159
5160 * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
5161
5162 * wid-browse.el (widget-minor-mode): Fix doc typo.
5163
5164 2002-08-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5165
5166 * net/tramp.el: Version 2.0.12 released.
5167 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5168 Comment out possibly obsolete "echo hello" commands.
5169 (tramp-run-real-handler): If operation is
5170 `ange-ftp-hook-function', use first arg as the real operation.
5171 (tramp-check-ls-commands): Use / instead of \ as directory
5172 separator. (Relevant for XEmacs on Windows.)
5173 (tramp-maybe-open-connection): Use tramp-wait-for-output when
5174 waiting for the "are you awake" command. Use a different string
5175 for the "are you awake" command.
5176 (tramp-send-command): New optional arg NEVEROPEN means to never
5177 invoke tramp-maybe-open-connection.
5178 (tramp-maybe-open-connection): Use it
5179
5180 2002-08-07 Richard M. Stallman <rms@gnu.org>
5181
5182 * warnings.el (warning-prefix-function, warning-series)
5183 (warning-fill-prefix, warning-group-format): Add autoload cookies.
5184
5185 2002-08-07 Kenichi Handa <handa@etl.go.jp>
5186
5187 * international/mule-cmds.el (select-safe-coding-system):
5188 Call pop-to-buffer inside save-window-excursion and save-excursion.
5189
5190 2002-08-06 John Paul Wallington <jpw@shootybangbang.com>
5191
5192 * help-fns.el (describe-function-1): Skip arglist note if
5193 function's definition is a keymap.
5194
5195 2002-08-06 Sam Steingold <sds@gnu.org>
5196
5197 * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
5198 and `mail-user-agent' instead of straight sendmail.
5199 (diary-modified, diary-entries-list, displayed-year)
5200 (displayed-month, entry, date, number, date-string, d-file)
5201 (original-date): Defvar without binding to avoid compiler warnings.
5202
5203 2002-08-05 Alan Shutko <ats@acm.org>
5204
5205 * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
5206 (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
5207 (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
5208
5209 * ibuf-ext.el (ibuffer-list-buffer-modes): New.
5210 (ibuffer-filter-by-used-mode): New.
5211
5212 2002-08-05 John Paul Wallington <jpw@shootybangbang.com>
5213
5214 * ediff-util.el (ediff-copy-list): Use `defalias' instead of
5215 `fset' and `symbol-function'.
5216
5217 2002-08-05 John Wiegley <johnw@gnu.org>
5218
5219 * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
5220 value unless pcomplete-cycle-cutoff-length is non-nil.
5221
5222 2002-04-09 John Paul Wallington <jpw@shootybangbang.com>
5223
5224 * esh-util.el (eshell-under-cygwin-p): New function.
5225 * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
5226 * em-dirs.el (eshell/cd): Ditto.
5227 * em-glob.el (eshell-glob-case-insensitive): Ditto.
5228 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
5229 * esh-ext.el (eshell-binary-suffixes): Ditto.
5230
5231 2002-08-05 Richard M. Stallman <rms@gnu.org>
5232
5233 * international/mule-cmds.el (select-safe-coding-system): Check for
5234 non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
5235
5236 * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
5237
5238 2002-08-05 Gerd Moellmann <gerd@gnu.org>
5239
5240 * image.el (image-jpeg-p): Accept "Exif" marker.
5241
5242 2002-08-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5243
5244 * net/tramp.el: Version 2.0.11 released.
5245 (tramp-perl-file-attributes): Print uid and gid as signed integers.
5246 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
5247 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
5248 calling Tramp again.
5249 (tramp-find-file-exists-command): Check for `ls -d' last, after
5250 all the variants on `test -e'.
5251 (tramp-post-connection): Erase buffer before finding a command to
5252 check if file exists.
5253
5254 2002-08-05 David Kastrup <David.Kastrup@t-online.de>
5255
5256 * calc/calc.el (math-format-stack-value): Revert a broken
5257 if->when replacement and reformat so that this does not happen
5258 again. Fixes a pretty lethal line formatting/yanking bug.
5259
5260 2002-08-04 John Paul Wallington <jpw@shootybangbang.com>
5261
5262 * startup.el (fancy-splash-frame): Check selected frame last.
5263
5264 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5265
5266 * net/tramp.el: Version 2.0.10 released.
5267 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
5268 standard output even if `uudecode -p' and `uudecode -o -' don't work.
5269 (tramp-post-connection): After finding the right shell, wait a
5270 bit. This is a kludge to avoid a race condition, even though I
5271 don't understand why there is a race condition in the first place.
5272 (tramp-post-connection): Install the `tramp_uudecode' shell
5273 function on the remote host.
5274 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
5275 (tramp-bug): Include more variables in the report.
5276
5277 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5278
5279 * net/tramp.el: Version 2.0.9 released.
5280 (tramp-bug): Add wording about additional info to include in bug
5281 report.
5282 (tramp-find-shell): Set $PS1 for invocation of second shell (for
5283 tilde expansion).
5284 (tramp-find-shell): Shell prompt must match at end of buffer.
5285 Do this also for fallback shell prompt.
5286 (tramp-find-shell): More debugging output.
5287 (tramp-find-inline-encoding): When checking the decoding command,
5288 some commands fail when reading from /dev/null. So we pass a
5289 known string through the encoding command and pass that through
5290 the decoding command. So we know whether the decoding command can
5291 deal with some real input.
5292
5293 2002-08-04 Andreas Schwab <schwab@suse.de>
5294
5295 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
5296
5297 2002-08-03 Andrew Choi <akochoi@shaw.ca>
5298
5299 * term/mac-win.el: Set keys to enable mouse wheel support.
5300
5301 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5302
5303 * net/tramp.el: Version 2.0.8.
5304 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
5305
5306 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5307
5308 * net/tramp.el: Version 2.0.7.
5309 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
5310 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
5311 because of `format' and say so in the docstring.
5312
5313 2002-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5314
5315 * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
5316 `type' forms.
5317 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
5318 (f90-type-def-re): Fix value.
5319
5320 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5321
5322 * net/tramp.el: Version 2.0.6.
5323 (tramp-default-method): Change to "ssh" from "sm".
5324 (tramp-wrong-passwd-regexp): Restructure. Add additional alternative.
5325 (tramp-su-program): New internal variable for method parameter.
5326 (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
5327 New variables. Very short Perl one-liner, but requires Perl
5328 module MIME::Base64 to be installed on the remote site.
5329 (tramp-perl-encode, tramp-perl-decode): New base64
5330 encoder/decoder. From Juanma Barranquero <lektu@terra.es>.
5331 (tramp-handle-file-truename): Invoke Ange-FTP properly (even
5332 though Ange-FTP doesn't do anything for this operation).
5333 (tramp-handle-set-visited-file-modtime): Comment change.
5334 (tramp-handle-make-directory): Save-excursion.
5335 (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
5336 twice, once is enough.
5337 (tramp-action-permission-denied): Show *tramp/foo* buffer so the
5338 user knows what's wrong.
5339 (tramp-post-connection): Support the two Perl encoders and decoders.
5340 (tramp-coding-commands): Ditto. Add some todo items.
5341
5342 2002-08-02 Richard M. Stallman <rms@gnu.org>
5343
5344 * international/mule.el (merge-coding-systems): New function.
5345 (set-buffer-file-coding-system): Use merge-coding-systems.
5346 Change prompt for args.
5347 (revert-buffer-with-coding-system): New command.
5348
5349 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
5350 Add bindings for revert-buffer-with-coding-system.
5351 (set-coding-system-map): Clarify menu item info for
5352 set-buffer-file-coding-system.
5353 (set-coding-system-map): Reorder and add separators.
5354
5355 * emacs-lisp/edebug.el (edebug-eval-top-level-form):
5356 Use eval-expression.
5357
5358 * subr.el (atomic-change-group): Doc fix.
5359
5360 2002-07-31 Colin Walters <walters@debian.org>
5361
5362 * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
5363 defvaralias for compatibility.
5364 (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
5365 defvaralias for compatibility.
5366
5367 2002-07-31 John Paul Wallington <jpw@shootybangbang.com>
5368
5369 * ibuffer.el (ibuffer-fontification-alist):
5370 Use `font-lock-constant-face' instead of `font-lock-reference-face'.
5371
5372 2002-07-31 John Wiegley <johnw@gnu.org>
5373
5374 * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
5375 prevent adding the symbol `pcomplete' to
5376 shell-dynamic-complete-functions to many times.
5377
5378 2002-07-31 Markus Rost <rost@math.ohio-state.edu>
5379
5380 * help-fns.el (describe-function-1): Test function for
5381 obsolescence only if it is a symbol.
5382
5383 * ediff.el (ediff-backup): New autoloaded command.
5384
5385 2002-07-31 Richard M. Stallman <rms@gnu.org>
5386
5387 * makefile.w32-in (compile-after-backup): Renamed from `compile'.
5388 Use `compile-always'.
5389 (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'.
5390 (compile): Renamed from `compile-files'.
5391 (compile-CMD, compile-SH): Renamed from `compile-files-*'.
5392
5393 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
5394 Check that (car elt) is a string.
5395
5396 * pcomplete.el (pcomplete-entries): Doc fix.
5397
5398 * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
5399
5400 2002-07-31 Andreas Schwab <schwab@suse.de>
5401
5402 * dired.el: Hide disabling of dired-find-alternate-file behind
5403 autoload-cookie.
5404
5405 2002-07-31 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
5406
5407 * makefile.w32-in: Revert some changes from 2002-07-23 because they
5408 don't work on MSVC/nmake builds.
5409 (update-subdirs-CMD): Generate the right list of subdirectories.
5410
5411 2002-07-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5412
5413 * net/tramp.el: New version 2.0.5.
5414 (tramp-methods): Remove inline encoding method parameters.
5415 The encoding is now autodetected. Also shorten the list of
5416 methods (u/m distinction gone) and rename the remaining methods to
5417 have longer, but more mnemonic, names.
5418 (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
5419 (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
5420 matched at end of buffer anyway.
5421 (tramp-yesno-prompt-regexp): New variable, for questions where the
5422 user should say "yes" or "no".
5423 (tramp-file-name-structure-unified)
5424 (tramp-file-name-structure-separate): Allow dash in method names.
5425 (tramp-actions-before-shell): New variable, contains list of
5426 pattern/action pairs. Output sent by remote end is scanned for
5427 the patterns, then the actions are executed.
5428 (tramp-multi-actions): Like `tramp-actions-before-shell', but
5429 executed for each hop in a multi-hop connection.
5430 (tramp-last-cmd-time): New variable. If nothing has been sent to
5431 remote end for 60 seconds, look to see if the remote end is still
5432 alive.
5433 (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
5434 It didn't work.
5435 (tramp-perl-encode, tramp-perl-decode): New variables, these
5436 require the MIME::Base64 module on the remote end.
5437 (tramp-handle-file-attributes): Restructure logic.
5438 (tramp-handle-file-attributes-with-ls)
5439 (tramp-handle-file-attributes-with-perl): More debugging.
5440 (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
5441 (tramp-handle-make-directory, tramp-handle-delete-directory)
5442 (tramp-handle-delete-file, tramp-handle-insert-directory):
5443 Expand file name.
5444 (tramp-handle-shell-command): Use `when', not `if'.
5445 (tramp-handle-file-local-copy, tramp-handle-write-region):
5446 Adapt to autodetection of inline encoding.
5447 (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
5448 variable ange-ftp-name-format is defined before binding it.
5449 (tramp-action-login, tramp-action-password, tramp-action-succeed)
5450 (tramp-action-permission-denied, tramp-action-yesno):
5451 Functions called from `tramp-actions-before-shell'.
5452 (tramp-multi-action-login, tramp-multi-action-password)
5453 (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
5454 Functions called from `tramp-multi-actions'.
5455 (tramp-process-one-action, tramp-process-actions):
5456 Pattern matching and action invocation code for
5457 `tramp-actions-before-shell'.
5458 (tramp-process-one-multi-action, tramp-process-multi-actions):
5459 Same for `tramp-multi-actions'.
5460 (tramp-open-connection-telnet, tramp-open-connection-rsh)
5461 (tramp-open-connection-su): Process actions instead of hardwired logic.
5462 (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
5463 (tramp-multi-connect-su): Ditto.
5464 (tramp-post-connection): New method for tramp_encode and
5465 tramp_decode scripts.
5466 (tramp-post-connection): Invoke inline autodetection code.
5467 (tramp-coding-commands): List of inline codings.
5468 (tramp-find-inline-encoding): This is the inline autodetection code.
5469 (tramp-maybe-open-connection): If nothing was sent to connection
5470 for 60 seconds, look if it connection is still alive.
5471 (tramp-send-command): Remember that something was sent to the
5472 connection.
5473 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
5474 Use backticks for constructing alist.
5475 (tramp-get-encoding-command, tramp-set-encoding-command)
5476 (tramp-get-decoding-command, tramp-set-decoding-command)
5477 (tramp-get-encoding-function, tramp-set-encoding-function)
5478 (tramp-get-decoding-function, tramp-set-decoding-function):
5479 Use for results of inline autodetection.
5480 (tramp-get-encoding-command, tramp-get-decoding-command)
5481 (tramp-get-encoding-function, tramp-get-decoding-function):
5482 Remove these old functions.
5483
5484 2002-07-30 Kenichi Handa <handa@etl.go.jp>
5485
5486 * language/indian.el (in-is13194): Give correct `safe-chars' property.
5487 (devanagari): Define it as an alias of in-is13194.
5488
5489 * international/mule.el (safe-chars):
5490 Put `char-table-extra-slots' property with value 0.
5491
5492 * files.el (revert-buffer): Fix previous change.
5493
5494 2002-07-29 Richard M. Stallman <rms@gnu.org>
5495
5496 * bindings.el (help-echo): If global-mode-string is non-nil,
5497 display some spaces after it.
5498
5499 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
5500 Don't call string-match on non-string.
5501 (displaying-byte-compile-warnings):
5502
5503 * textmodes/ispell.el (check-ispell-version): Bind default-directory
5504 to avoid errors. Kill the old temp buffer at the beginning.
5505
5506 2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>
5507
5508 * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix.
5509
5510 2002-07-29 John Paul Wallington <jpw@shootybangbang.com>
5511
5512 * scroll-all.el (scroll-all-mode): Handle numeric arg. Use `if'
5513 instead of `cond'.
5514
5515 2002-07-29 Kenichi Handa <handa@etl.go.jp>
5516
5517 * international/mule.el (ctext-post-read-conversion): Add support
5518 for embedded utf-8 encoding (ESC % G ... ESC % @).
5519
5520 2002-07-28 Kenichi Handa <handa@etl.go.jp>
5521
5522 * files.el (revert-buffer): Before calling insert-file-contents,
5523 kill the local variable buffer-file-coding-system.
5524
5525 2002-07-28 Richard M. Stallman <rms@gnu.org>
5526
5527 * bindings.el (mode-line-format): Handle vc-mode specially.
5528 Move mode-line-position to after global-mode-string.
5529 (mode-line-modes): Move the starting 3 spaces out of here.
5530 (mode-line-position): Separate with a space, not dashes.
5531
5532 * vc-hooks.el: Don't add to minor-mode-alist.
5533
5534 * emacs-lisp/edebug.el (edebug-debugger):
5535 If inside redisplay, just return.
5536
5537 * emacs-lisp/debug.el (debug): If inside redisplay, just return.
5538
5539 * info.el (Info-find-index-name): Improve last change.
5540
5541 2002-07-27 Richard M. Stallman <rms@gnu.org>
5542
5543 * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
5544
5545 * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
5546 in the third case.
5547
5548 2002-07-27 Markus Rost <rost@math.ohio-state.edu>
5549
5550 * ps-print.el: Update copyright year.
5551 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
5552
5553 2002-07-26 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5554
5555 * eshell/eshell.el (eshell): Numeric prefix arg means to switch
5556 to the session with that number. Old behavior still available
5557 with nonumeric prefix args.
5558
5559 2002-07-08 Simon Josefsson <jas@extundo.com>
5560
5561 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
5562
5563 2002-07-26 Juanma Barranquero <lektu@terra.es>
5564
5565 * warnings.el (lwarn, warn, warning-levels): Doc fix.
5566 (warning-suppress-log-types): Fix typo.
5567 (display-warning): Fix typo. Remove useless assignment to free variable
5568 `group-string'.
5569
5570 2002-07-25 Markus Rost <rost@math.ohio-state.edu>
5571
5572 * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
5573
5574 2002-07-25 Sam Steingold <sds@gnu.org>
5575
5576 * replace.el (occur-rename-buffer): New command.
5577 (occur-mode-map): Bind "r" to it. Added keybindings for
5578 `kill-this-buffer', `clone-buffer' and `quit-window'.
5579
5580 2002-07-25 Kevin Ryde <user42@zip.com.au>
5581
5582 * info.el (Info-find-index-name): Search for a function definition
5583 with a return type.
5584
5585 2002-07-25 David Ponce <david@dponce.com>
5586
5587 * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
5588 Don't recompute `entry' on each iteration.
5589 (byte-compile-delete-first): Make it defsubst.
5590
5591 2002-07-25 Sam Steingold <sds@gnu.org>
5592
5593 * progmodes/cc-engine.el (c-search-uplist-for-classkey):
5594 When `search-end' is a cons, use its car.
5595
5596 2002-07-25 Dave Love <fx@gnu.org>
5597
5598 * obsolete/c-mode.el: Deleted.
5599
5600 2002-07-25 Carsten Dominik <dominik@astro.uva.nl>
5601
5602 * textmodes/reftex.el (reftex-compile-variables):
5603 Simplified regular expression.
5604
5605 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
5606 Simplified the regexp.
5607
5608 * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
5609 (reftex-extract-bib-entries-from-thebibliography):
5610 Use `reftex-get-bibkey-default' to get a default regex.
5611 (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
5612 get a default regex.
5613
5614 * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
5615 XEmacs compatibility (got OK from RMS).
5616
5617 * textmodes/reftex-index.el (reftex-index-mode): Likewise.
5618
5619 * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
5620 (reftex-select-bib-mode): Likewise.
5621
5622 2002-07-25 Colin Walters <walters@debian.org>
5623
5624 * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
5625 by menu functions.
5626
5627 2002-07-24 Dave Love <fx@gnu.org>
5628
5629 * international/mule.el (set-auto-coding): Doc fix.
5630
5631 * international/utf-16.el: New file.
5632
5633 * language/european.el ("German", "French", "Spanish", "Turkish"):
5634 Add alternative coding systems.
5635 ("Dutch"): Likewise. Add input method.
5636 ("Welsh", "Latin-7"): Add nonascii-translation.
5637
5638 * language/georgian.el ("Georgian"): Add nonascii-translation.
5639
5640 * international/titdic-cnv.el: Doc fixes.
5641 (tit-process-header): Add coding cookie.
5642 (titdic-convert): Force writing as iso-2022-7bit.
5643
5644 * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
5645
5646 * international/mule-cmds.el: Doc fixes.
5647 (unencodable-char-position): New.
5648 (select-safe-coding-system): Use it to indicate problematic
5649 characters and add extra explanation. Avoid checking auto-coding
5650 for compressed files.
5651 (leim-list-header): Add coding cookie.
5652 (input-method-verbose-flag): Modify :type.
5653 (locale-language-names): Add bs, wa. Modify cy.
5654
5655 2002-07-24 Richard M. Stallman <rms@gnu.org>
5656
5657 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
5658 Bind warning-group-format.
5659
5660 * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
5661 (byte-compile-cl-warn): Use that variable.
5662 (byte-compile-find-cl-functions): New function.
5663 (displaying-byte-compile-warnings):
5664 Call byte-compile-find-cl-functions.
5665
5666 * warnings.el (warning-levels): Add %s to the strings.
5667 (warning-group-format): New variable.
5668 (warning-suppress-log-types): Renamed from warning-suppress-log.
5669 (warning-suppress-types): Renamed from warning-suppress.
5670 (display-warning): Implement those changes.
5671
5672 2002-07-23 Richard M. Stallman <rms@gnu.org>
5673
5674 * warnings.el: Add `provide' call.
5675
5676 * files.el (basic-save-buffer-2): If there's an error writing the file,
5677 unrename the backup file if it was just made.
5678 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
5679 (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
5680 when a backup was just made by renaming. Otherwise it's nil.
5681
5682 * wid-edit.el (widget-convert): Handle an argument that's a keyword.
5683 Recognize explicit :args specification.
5684
5685 * international/mule-cmds.el (select-safe-coding-system):
5686 Don't ask for confirmation of mismatch if find-file-literally was used.
5687
5688 2002-07-23 Markus Rost <rost@math.ohio-state.edu>
5689
5690 * add-log.el (add-log-current-defun): Fix typo in documentation.
5691
5692 2002-07-22 Markus Rost <rost@math.ohio-state.edu>
5693
5694 * add-log.el (add-log-mailing-address): Fix type. Can be a string.
5695
5696 * ido.el (ido-separator): Fix type.
5697
5698 2002-07-23 Andrew Innes <andrewi@gnu.org>
5699
5700 * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
5701 (DONTCOMPILE): Add various language files.
5702 (DONTCOMPILE): Remove term/xterm.el.
5703 (finder-inf.el): Remove.
5704 (update-authors): New target.
5705 (TAGS-LISP): Remove $(lispsource).
5706 (compile-always): Renamed from `compile-files'.
5707 (compile): New target, adapted from `compile-files'.
5708 (compile-calc): New target.
5709 (recompile): Change `.' to $(lisp).
5710 (bootstrap): Add update-subdirs and finder-data
5711 to dependencies; change compile-files to compile.
5712
5713 2002-07-22 Andre Spiegel <spiegel@gnu.org>
5714
5715 * vc.el (vc-next-action-on-file): Preserve find-file-literally.
5716
5717 2002-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5718
5719 * simple.el (undo, undo-more): Adjust messages when undoing in a
5720 region.
5721
5722 2002-07-22 John Paul Wallington <jpw@shootybangbang.com>
5723
5724 * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
5725 (browse-url-lynx-input-delay): Add custom type and group.
5726
5727 * cus-start.el (double-click-fuzz): Added.
5728
5729 2002-07-22 Alan Shutko <ats@acm.org>
5730
5731 * calendar/solar.el (diary-sabbath-candles): Add optional MARK
5732 parameter, specifying what face or character to use in the
5733 calendar display. These will now return (MARK . ENTRY).
5734
5735 * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
5736 parameter, specifying what face or character to use in the
5737 calendar display. These will now return (MARK . ENTRY).
5738
5739 * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
5740 (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
5741 MARK parameter, specifying what face or character to use in the
5742 calendar display. These will now return (MARK . ENTRY).
5743
5744 * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
5745 from diary-sexp-entry and pass it to mark-visible-calendar-date.
5746 (list-sexp-diary-entries): Update doc string for new docs for ....
5747 If diary-sexp-entry returns a cons, only add the text to the diary
5748 list.
5749 (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
5750 . STRING) to specify what face or character mark should be used in
5751 the calendar display.
5752 (diary-date, diary-block, diary-float, diary-anniversary)
5753 (diary-cyclic): Add optional MARK parameter, specifying what face
5754 or character to use in the calendar display. These will now
5755 return (MARK . ENTRY).
5756
5757 * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
5758 (calendar-holiday-list, diary-french-date, diary-mayan-date)
5759 (diary-julian-date, diary-astro-day-number, diary-chinese-date)
5760 (diary-islamic-date, list-islamic-diary-entries)
5761 (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
5762 (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
5763 (diary-rosh-hodesh, list-hebrew-diary-entries)
5764 (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
5765 (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
5766 (diary-sunrise-sunset, diary-sabbath-candles):
5767 Remove interactive flag from autoloads.
5768
5769 2002-07-22 Carsten Dominik <dominik@astro.uva.nl>
5770
5771 * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
5772 (reftex-bibliography-commands): New option.
5773 (reftex-toc-split-windows-horizontally): New option
5774 (reftex-toc-split-windows-horizontally-fraction): New option
5775 (reftex-include-file-commands): New option.
5776 (reftex-cite-format-builtin): Added ?n for nocite.
5777
5778 * textmodes/reftex-index.el (reftex-query-index-phrase):
5779 Use `reftex-index-verify-function'.
5780
5781 * textmodes/reftex-toc.el (reftex-re-enlarge):
5782 Handle horizontal splitting.
5783 (reftex-toc): Handle horizontal splitting
5784 (reftex-last-window-width): New variable.
5785
5786 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
5787 Use `reftex-bibliography-commands'.
5788 (reftex-locate-bibliography-files): Regexp relaxed to allow for
5789 cases where \bibliography is not the first thing on the line.
5790
5791 * textmodes/reftex.el (reftex-compile-variables):
5792 Use `reftex-include-file-commands'.
5793 (reftex-type-query-prompt): Changed defconst to defvar.
5794 (reftex-type-query-help, reftex-typekey-to-format-alist)
5795 (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
5796 (reftex-special-env-parsers, reftex-label-mac-list)
5797 (reftex-label-env-list, reftex-typekey-list)
5798 (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
5799 (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
5800 (reftex-no-follow-message, reftex-no-info-message): Likewise.
5801 (reftex-mode): Define systax table for bibtex parsing.
5802 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
5803
5804 * textmodes/reftex-cite.el (reftex-format-names): %a as name
5805 format lists all names.
5806 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
5807 (reftex-with-special-syntax-for-bib): New macro.
5808
5809 2002-07-21 Richard M. Stallman <rms@gnu.org>
5810
5811 * international/ucs-tables.el (ucs-quail-activate):
5812 Cope if buffer-file-coding-system is nil.
5813
5814 * bindings.el (last-buffer): Use buffer-list with frame arg.
5815 Create *scratch* if no other choice exists. Fix bugs.
5816
5817 2002-07-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5818
5819 * net/tramp.el: Bump version to 2.0.2.
5820 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
5821 longer names. Use old names "sm1", "sm2" and so on for methods
5822 invoking "ssh -1" or "ssh -2".
5823 (tramp-multi-file-name-structure-separate): Typo, its name was set
5824 to "tramp-file-name-structure-separate". Trivial patch.
5825 From Steve Youngs <youngs@xemacs.org>.
5826 (tramp-multi-sh-program): New variable.
5827 (tramp-open-connection-multi): Use it. Now you can use multi
5828 methods from Windows (at least in principle).
5829 (tramp-do-copy-or-rename-via-buffer): New function.
5830 (tramp-do-copy-or-rename-file): Use it. Change and simplify
5831 logic. Omit special case of invoking rcp directly to copy the files.
5832 (tramp-open-connection-su, tramp-multi-connect-telnet)
5833 (tramp-multi-connect-rlogin, tramp-multi-connect-su)
5834 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
5835 Use backticks in format-spec for brevity and to avoid
5836 character/number confusion in XEmacs.
5837
5838 2002-07-20 Richard M. Stallman <rms@gnu.org>
5839
5840 * wid-edit.el (widget-documentation-string-value-create):
5841 Say "Hide Rest", not just "Hide".
5842
5843 * cus-edit.el (custom-variable-value-create):
5844 Say "Show Value", not just "Show". Also "Hide Value".
5845 Output a newline before the doc string.
5846 (custom-face-value-create): Say "Show Face" and "Hide Face".
5847
5848 * files.el (toggle-read-only): Clean up the hint message.
5849
5850 * emacs-lisp/bytecomp.el: Use warnings.el.
5851 (byte-compile-warning-prefix): New function.
5852 (byte-compile-log-file): Return page start position.
5853 (byte-compile-log-warning): New function.
5854 (byte-compile-warn): Use byte-compile-log-warning.
5855 (byte-compile-report-error): Likewise. Also use error-message-string.
5856 (displaying-byte-compile-warnings): Bind warning-series.
5857 Don't bind or use byte-compile-warnings-point-max.
5858 Don't display the log buffer at the end.
5859 (byte-compile-warnings-point-max): Variable deleted.
5860 (byte-compile-log-1): Rewrite for trace info, not used for warnings.
5861 (byte-compile-last-warned-form, byte-compile-last-logged-file):
5862 Defvars moved.
5863
5864 * warnings.el: New file.
5865
5866 2002-07-19 Richard M. Stallman <rms@gnu.org>
5867
5868 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
5869 and `values-list' from list of CL functions.
5870
5871 2002-07-19 John Paul Wallington <jpw@shootybangbang.com>
5872
5873 * emacs-lisp/bytecomp.el (compile-defun):
5874 Bind `read-with-symbol-positions' to current buffer.
5875
5876 2002-07-19 Andre Spiegel <spiegel@gnu.org>
5877
5878 * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
5879 delete anything that comes after LIMIT from the buffer.
5880
5881 * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
5882 if this is really an RCS master file.
5883
5884 * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
5885
5886 2002-07-19 Juanma Barranquero <lektu@terra.es>
5887
5888 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
5889 (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
5890 (unread-command-char, executing-macro, post-command-idle-hook)
5891 (post-command-idle-delay): Move obsolescence declarations to subr.el.
5892
5893 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
5894 (baud-rate, compiled-function-p, define-function, unread-command-char)
5895 (executing-macro, post-command-idle-hook, post-command-idle-delay):
5896 Move obsolescence declarations from emacs-lisp/bytecomp.el.
5897 (directory-sep-char, mode-line-inverse-video):
5898 Add obsolescence declaration.
5899
5900 2002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
5901
5902 * progmodes/idlwave.el: Updated to IDLWAVE version 4.14. Too many
5903 changes to list them here.
5904
5905 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
5906 Too many changes to list them here.
5907
5908 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
5909 Too many changes to list them here.
5910
5911 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
5912 only minor documentation changes.
5913
5914 2002-07-18 Dave Love <fx@gnu.org>
5915
5916 * info-look.el: Support current auto{conf,make} manuals.
5917
5918 2002-07-18 Juanma Barranquero <lektu@terra.es>
5919
5920 * bindings.el (last-buffer): Add missing frame argument.
5921
5922 2002-07-18 Richard M. Stallman <rms@gnu.org>
5923
5924 * timer.el (timer-inc-time): Doc fix.
5925
5926 * replace.el (keep-lines, flush-lines): Interactively report
5927 read-only error before reading regexp argument.
5928
5929 * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
5930
5931 * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
5932 frame parameters like bury-buffer.
5933
5934 * simple.el (choose-completion-delete-max-match):
5935 Handle minibuffer prompts explicitly.
5936
5937 2002-07-18 Juanma Barranquero <lektu@terra.es>
5938
5939 * international/mule-util.el (string-to-sequence, truncate-string):
5940 Add autoload cookie to obsolescence declaration.
5941
5942 * rect.el (move-to-column-force): Likewise.
5943
5944 * composite.el (decompose-composite-char): Likewise; also remove
5945 redundant info.
5946
5947 2002-07-18 Kim F. Storm <storm@cua.dk>
5948
5949 * loadup.el: Load international/utf-8 before international/characters.
5950
5951 2002-07-17 Dave Love <fx@gnu.org>
5952
5953 * international/ucs-tables.el: Optimize tables. Deal with some
5954 non-8859 charsets.
5955 (ucs-mule-to-mule-unicode): New.
5956 (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
5957 translation.
5958 (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
5959 (unify-8859-on-encoding-mode): Doc mod. Fix custom version.
5960 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
5961 version. Add custom dependencies.
5962 (ucs-insert): Check for null from decode-char.
5963 (translation-table-for-input, ucs-quail-activate)
5964 (ucs-minibuffer-setup, ccl-encode-unicode-font)
5965 (ucs-tables-unload-hook): New.
5966
5967 * international/mule.el (define-translation-hash-table): New.
5968 (decode-char): Use utf-8-translation-table-for-decode.
5969 (encode-char): Use ucs-mule-to-mule-unicode.
5970
5971 * international/characters.el: Fix settings of U+2000-U+2027.
5972 Remove \e$(C'Y\e(B.
5973
5974 * international/mule-cmds.el (locale-language-names): Fix be, add
5975 sr_YU@cyrillic, modify tg.
5976 (locale-charset-language-names): Put @euro last.
5977
5978 * language/cyrillic.el (cyrillic-koi8-r-decode-table)
5979 (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
5980 (cyrillic-koi8-r-decode-table): Make unbound after use.
5981 (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
5982 factor. Use utf-8-translation-table-for-decode.
5983 (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
5984 (cyrillic-unify-encoding): New function.
5985 (cyrillic-koi8): Modify safe-chars, valid-codes.
5986 Remove charset-origin-alist.
5987 (Cp878, cp866): New alias.
5988 (ccl-encode-8859-5-font): New.
5989 (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
5990 (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
5991 Remove redundant parens.
5992 ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
5993 (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
5994 (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
5995 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
5996 ("Cyrillic-ALT"): Change input method.
5997 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
5998
5999 * international/utf-8.el (utf-8-subst-table)
6000 (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
6001 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
6002 (utf-8-ccl-regs, utf-8-translate-cjk): New.
6003 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
6004 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
6005 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
6006 (mule-utf-8): Remove pre-write-conversion.
6007 (utf-8-post-read-conversion): Comment out.
6008
6009 * international/ccl.el (ccl-command-table): Add lookup-integer,
6010 lookup-character.
6011 (ccl-extended-code-table): Add lookup-int-const-tbl,
6012 lookup-char-const-tbl.
6013 (ccl-compile-lookup-integer, ccl-compile-lookup-character)
6014 (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
6015 New functions.
6016 (define-ccl-program): Doc update.
6017
6018 * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
6019 (utf-8-subst-table): Don't set.
6020
6021 2002-07-17 Kenichi Handa <handa@etl.go.jp>
6022
6023 * international/mule.el (define-coding-system-alias):
6024 Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
6025 eol-type is not auto-detection.
6026
6027 * international/mule-diag.el (print-coding-system-briefly):
6028 Fix the handling of an alias of which eol-type is not auto-detection.
6029
6030 * international/mule-conf.el (us-ascii): Define it as an alias of
6031 iso-safe.
6032
6033 2002-07-17 Juanma Barranquero <lektu@terra.es>
6034
6035 * help-fns.el (describe-function-1): Put empty line before "Not
6036 documented" text.
6037
6038 * timer.el (timer-set-time-with-usecs): Mark obsolete.
6039
6040 2002-07-16 Stefan Monnier <monnier@cs.yale.edu>
6041
6042 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6043 Make sure to change the global tool-bar-map.
6044
6045 * vc.el (vc-default-comment-history): Hard code *vc*.
6046 This is because print-log always prints there now.
6047 (vc-annotate-font-lock-keywords): New var.
6048 (vc-annotate-mode): Use it. Set truncate-lines as well.
6049 (vc-annotate-display-select): Unify the two error reports.
6050 (vc-annotate-offset): New var.
6051 (vc-annotate-lines): New fun extracted from vc-annotate-display.
6052 (vc-annotate-display): Use it, via font-lock.
6053
6054 * help-fns.el (help-split-fundoc, help-function-arglist)
6055 (help-make-usage): New funs, extracted from describe-function-1.
6056 (describe-function-1): Use them.
6057
6058 * help.el (help-key-description): Show the untranslated keys
6059 when they start with ESC and the ESC was not translated.
6060
6061 * help-mode.el (view): Always require.
6062 (help-xref-mule-regexp): Don't use defconst for variables.
6063 (help-setup-xref): Keep the last 10 elements of the stack.
6064 (help-xref-override-view-map): New var.
6065 (help-make-xrefs): Use it instead of building a new map each time.
6066 (help-function-def): Allow help-fun to take a buffer as arg.
6067
6068 * diff-mode.el (diff-reverse-direction): Simplify.
6069 (diff-after-change-function): Fix typo.
6070 (diff-post-command-hook): Take care of edge cases.
6071 (diff-current-defun): Do `goto-char' after setting the mode.
6072
6073 * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
6074 Fold mouse-sel-bindings into it.
6075 (mouse-sel-bound-events): Turn it into an alist.
6076 (mouse-insert-selection): Delegate to mouse-yank-at-click if
6077 mouse-sel-default-bindings asks for it.
6078
6079 2002-07-16 Andre Spiegel <spiegel@gnu.org>
6080
6081 * files.el: Bind toggle-read-only to C-x C-q.
6082 (toggle-read-only): Display a warning message if the file is under
6083 version control.
6084
6085 * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
6086 (vc-toggle-read-only): Explain in the doc string that users can bind
6087 this to C-x C-q.
6088 (vc-checkout-model): Change doc string to refer to vc-next-action,
6089 not vc-toggle-read-only.
6090
6091 * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
6092 comparing to file on disk. Fix the case when claiming the lock
6093 on a file that has unlocked changes.
6094 (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
6095
6096 2002-07-16 Richard M. Stallman <rms@gnu.org>
6097
6098 * simple.el (choose-completion-string): Doc fix.
6099
6100 * cus-edit.el: New operation :custom-standard-value.
6101 (Custom-reset-standard): Use it.
6102 (custom-variable, custom-face): Define it.
6103 (custom-variable-standard-value, custom-face-standard-value): New fns.
6104 (custom-face-save): Don't save a face whose value is standard.
6105 (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
6106
6107 * cus-edit.el (custom-face-edit-fix-value):
6108 If VALUE is not a list, pass it thru.
6109
6110 * compare-w.el (compare-windows-whitespace): Always allow newline
6111 even if it does not have whitespace syntax.
6112
6113 2002-07-16 Juanma Barranquero <lektu@terra.es>
6114
6115 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
6116
6117 2002-07-15 Juanma Barranquero <lektu@terra.es>
6118
6119 * help-fns.el (describe-variable): Show documentation for aliased
6120 variable if alias does not have its own.
6121
6122 2002-07-15 Mike Williams <mdub@bigfoot.com>
6123
6124 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
6125 cut/paste functions.
6126
6127 2002-07-14 Richard M. Stallman <rms@gnu.org>
6128
6129 * files.el (find-alternate-file): Offer to save a modified buffer.
6130 Handle kill-buffer-query-functions better.
6131
6132 * startup.el (normal-splash-screen, fancy-splash-text):
6133 Update name of help menu item for ordering printed manuals.
6134
6135 * emacs-lisp/checkdoc.el: Fix doc typos.
6136
6137 2002-07-14 Stefan Monnier <monnier@cs.yale.edu>
6138
6139 * textmodes/tex-mode.el: Set encoding to utf-8.
6140 (tex-start-options): Make it into always-a-string.
6141 Remove silly custom options that are covered by the other var.
6142 (tex-start-commands): Fix docstring.
6143 (tex-open-quote, tex-close-quote): Add options.
6144 (tex-command): Provide default.
6145 (tex-font-lock-keywords-1): Highlight $$...$$.
6146 (tex-font-lock-keywords-2): Fix latin-1 chars.
6147 (tex-mode-map): Remove redundant \t binding.
6148 (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
6149 (latex-mode): Use add-hook for fill-nobreak-predicate.
6150 (tex-common-initialization): Set indent-tabs-mode to nil.
6151 (tex-insert-quote): Undo magic if invoked twice in a row.
6152 (latex-fill-nobreak-predicate): Don't use narrowing.
6153 (tex-latex-block): Don't cons uselessly.
6154 (tex-last-unended-begin): Signal user-friendlier error.
6155 (tex-goto-last-unclosed-latex-block): Don't catch signal.
6156 (tex-start-tex): Switch order of tex-start-options and
6157 tex-start-commands to make it obey docstrings.
6158
6159 2002-07-14 Mike Williams <mdub@bigfoot.com>
6160
6161 * mouse-sel.el (mouse-sel-bound-events): New constant.
6162 (mouse-sel-bindings): Save/restore original mouse-bindings.
6163
6164 2002-07-13 Stefan Monnier <monnier@cs.yale.edu>
6165
6166 * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
6167 (cl-hack-byte-compiler): Avoid infinite require loop.
6168
6169 * net/ange-ftp.el: Use hash-tables.
6170 (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
6171 (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
6172 (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
6173 Replace with make-hash-table, maphash, gethash, puthash and remhash.
6174 (ange-ftp-hash-entry-exists-p): Rewrite.
6175 (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
6176 Change mapatom -> maphash.
6177 (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
6178 Update to new calling mode.
6179
6180 * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
6181 (ebrowse-hash-table-to-alist): Delete.
6182 (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
6183 (ebrowse-tags-complete-symbol): Use the hashtable for completion.
6184
6185 * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
6186 Improve the regexp used when unquoting.
6187 (sgml-pretty-print): New function.
6188 (sgml-get-context): Better handling of improperly nested tags.
6189 (sgml-show-context): Don't use the FULL arg of sgml-get-context.
6190
6191 2002-07-13 Andreas Schwab <schwab@suse.de>
6192
6193 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
6194 inherited table entry.
6195
6196 2002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk>
6197
6198 * calendar/timeclock.el (timeclock-in): Handle the case where no
6199 log file exists (ie the very first call).
6200
6201 2002-07-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6202
6203 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
6204 is done by Tramp.
6205
6206 * net/tramp.el (tramp-multi-file-name-structure-unified):
6207 Add missing slash and move colon from start to end of each hop.
6208 (tramp-multi-file-name-hop-structure-unified): Move colon from
6209 start to end of each hop.
6210
6211 2002-07-13 Kim F. Storm <storm@cua.dk>
6212
6213 * progmodes/compile.el (grep-tree): Fixed autoload.
6214 Corrected use of undefined variable `match-files-aliases'.
6215
6216 2002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk>
6217
6218 * calendar/timeclock.el (timeclock-get-workday-function):
6219 `timeclock-workday' is not a valid option, rather a possible
6220 return value.
6221
6222 2002-07-12 Richard M. Stallman <rms@gnu.org>
6223
6224 * net/ange-ftp.el (ange-ftp-write-region):
6225 Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
6226 to ange-ftp-real-write-region.
6227
6228 * replace.el (flush-lines, keep-lines): Convert REND to a marker.
6229
6230 * help-fns.el (help-with-tutorial): Display completion list right away.
6231
6232 * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
6233
6234 * startup.el (command-line): Set memory-signal-data.
6235 (fancy-splash-text, normal-splash-screen):
6236 Mention "Read the Emacs Manual" or C-h r.
6237 Rearrange the initial help to put the help cmds on left
6238 and the actions (exit, undo) on the right. Other small
6239 text clarifications.
6240 (fancy-splash-text, actions page): Add blank line to balance help page.
6241
6242 * help.el (help-map): Add binding for info-emacs-manual.
6243 (print-help-return-message): Doc fix.
6244
6245 * strokes.el (strokes-help): Call print-help-return-message
6246 while inside with-output-to-temp-buffer.
6247
6248 * info.el (info-emacs-manual): New function.
6249 (Info-use-header-line): Doc fix.
6250
6251 * emacs-lisp/cl.el (multiple-value-call): Add alias.
6252
6253 * progmodes/compile.el (compilation-normalize-filename):
6254 New subroutine, taken out of compilation-parse-errors.
6255 (compilation-parse-errors): Use that, and for directories too.
6256 Don't check whether a directory really exists.
6257
6258 2002-07-12 Juanma Barranquero <lektu@terra.es>
6259
6260 * help-fns.el (describe-variable): Remove useless "Documentation:"
6261 string.
6262
6263 * timer.el (timer-set-time-with-usecs): Fix documentation.
6264 Simplify extraction of time data.
6265
6266 2002-07-12 John Paul Wallington <jpw@shootybangbang.com>
6267
6268 * help-fns.el (describe-variable): Mention if the variable is an
6269 alias. Put `defvaralias' info before the documentation.
6270
6271 2002-07-12 Kenichi Handa <handa@etl.go.jp>
6272
6273 * international/mule-cmds.el (locale-language-names): Change "mk"
6274 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
6275 alphabet) to "Cyrillic-ISO".
6276
6277 2002-07-11 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6278
6279 * net/tramp.el (tramp-default-method): New default method "sm"
6280 which I guess to be good for most people.
6281 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
6282 Ange-FTP) for some user/host combinations.
6283 (tramp-file-name-structure, tramp-file-name-regexp)
6284 (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
6285 (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
6286 (tramp-make-multi-tramp-file-format): New default value which
6287 unifies the filename syntax between Tramp and Ange-FTP. The new
6288 syntax is "/method:user@host:path". Note the colon after the method.
6289 (tramp-handle-file-name-directory): Don't return "/" when
6290 completing a remote root directory (where the filename looks like
6291 "/method:user@host:/").
6292 (tramp-handle-ange-ftp): Deleted.
6293 (tramp-disable-ange-ftp): New function, called at toplevel,
6294 deletes Ange-FTP from file-name-handler-alist.
6295 (tramp-handle-make-symbolic-link): Implement.
6296
6297 2002-07-10 Juanma Barranquero <lektu@terra.es>
6298
6299 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
6300
6301 * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
6302 (speedbar-vc-do-check): Likewise.
6303 (speedbar-obj-do-check): Likewise.
6304 (speedbar-mouse-hscroll): Likewise.
6305 (speedbar-file-lists): Likewise.
6306
6307 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
6308
6309 2002-07-09 Ole Aamot <ole@gnu.org>
6310
6311 * compile.el (compilation-error-regexp-alist):
6312 Recognize Valgrind messages.
6313
6314 2002-07-09 Juanma Barranquero <lektu@terra.es>
6315
6316 * faces.el (face-id): Fix typo.
6317
6318 * hexl.el (hexl-mode): Likewise.
6319
6320 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
6321
6322 * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
6323
6324 * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
6325 (speedbar-desired-buffer): Likewise.
6326 (speedbar-line-file): Likewise.
6327 (speedbar-special-mode-key-map): Fix typo.
6328 (speedbar-dynamic-tags-function-list): Likewise.
6329 (speedbar-use-images): Likewise.
6330 (speedbar-up-directory): Likewise.
6331 (speedbar-item-info): Likewise.
6332 (speedbar-set-timer): Likewise.
6333 (speedbar-insert-button): Likewise.
6334 (speedbar-make-button): Likewise.
6335 (speedbar-make-tag-line): Likewise.
6336 (speedbar-insert-files-at-point): Likewise.
6337 (speedbar-update-special-contents): Likewise.
6338 (speedbar-find-selected-file): Likewise.
6339 (speedbar-add-indicator): Likewise.
6340 (speedbar-do-function-pointer): Likewise.
6341 (speedbar-goto-this-file): Likewise.
6342 (speedbar-line-path): Likewise.
6343 (speedbar-mouse-event-p): Likewise.
6344 (speedbar-dir-follow): Likewise.
6345 (speedbar-tag-find): Likewise.
6346 (speedbar-fetch-etags-command): Likewise.
6347 (speedbar-fetch-etags-arguments): Likewise.
6348 (speedbar-toggle-etags): Likewise.
6349 (speedbar-extract-one-symbol): Likewise.
6350 (speedbar-parse-c-or-c++tag): Likewise.
6351 (speedbar-unhighlight-one-tag-line): Likewise.
6352 (speedbar-directory-face): Likewise.
6353 (defimage-speedbar): Likewise.
6354 (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
6355 (defimage-speedbar): Likewise.
6356
6357 2002-07-09 Miles Bader <miles@gnu.org>
6358
6359 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
6360 to nil when prompting for a filename.
6361
6362 2002-07-09 Kenichi Handa <handa@etl.go.jp>
6363
6364 * files.el (insert-directory): Be sure to bind
6365 coding-system-for-write to the just decided coding-system-for-read.
6366
6367 2002-07-09 Kim F. Storm <storm@cua.dk>
6368
6369 * ido.el (ido-make-merged-file-list): Move fully matching item to
6370 head of list.
6371 (ido-find-common-substring): Return substring instead of t.
6372
6373 2002-07-08 Juanma Barranquero <lektu@terra.es>
6374
6375 * info.el (Info-directory-list): Fix docstring.
6376
6377 2002-07-08 Miles Bader <miles@gnu.org>
6378
6379 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
6380 before first use.
6381
6382 2002-07-08 Kim F. Storm <storm@cua.dk>
6383
6384 * files.el (after-find-file): Don't check for read-only status
6385 of files just created (and not yet saved on disk).
6386
6387 * ido.el (ido-completion-help): Changed xemacs specific code to
6388 avoid byte compiler warning in GNU emacs.
6389 (ido-set-matches1): Use regexp-quote instead of identity.
6390 (ido-complete-space): New function.
6391 (ido-define-mode-map): Bind it to SPACE.
6392
6393 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
6394
6395 * font-lock.el (font-lock-default-unfontify-region):
6396 Use remove-list-of-text-properties.
6397 (font-lock-extra-managed-props): Doc fix.
6398
6399 * facemenu.el: Move `provide' to the end.
6400 (facemenu-read-color): Don't cons unnecessarily.
6401
6402 * language/ind-util.el (indian-make-hash):
6403 * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
6404 (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
6405
6406 * subr.el (insert-string): Update the obsolete info.
6407 (makehash): Move from C and mark obsolete.
6408
6409 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
6410 aliases to also work for interactive functions.
6411 Use the same wrapper for subroutines.
6412 (cancel-debug-on-entry): Get rid of the now-useless wrapper.
6413 (debug-on-entry-1): Correctly skip docstrings and interactive forms.
6414
6415 * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
6416 automatic environment name update.
6417 (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
6418
6419 2002-07-07 Richard M. Stallman <rms@gnu.org>
6420
6421 * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
6422
6423 * emacs-lisp/advice.el (ad-compile-function):
6424 Disable cl-function warnings if cl is loaded.
6425
6426 * files.el (safe-local-eval-forms): New user option.
6427 (hack-one-local-variable-eval-safep): Support it.
6428 Also allow `safe-local-eval-function' property to be a function
6429 or a list of functions.
6430 (c-add-style): Delete `safe-local-eval-function' property.
6431
6432 * files.el (after-find-file): Make buffer read-only if file is
6433 marked that way, even for root.
6434
6435 * files.el (save-some-buffers): Doc fix.
6436
6437 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
6438
6439 2002-07-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
6440
6441 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
6442 .sx[dmicw] file suffixes for Open office data files.
6443
6444 * files.el (auto-mode-alist): Likewise.
6445
6446 * international/mule.el (auto-coding-alist): Likewise.
6447
6448 2002-07-05 Kim F. Storm <storm@cua.dk>
6449
6450 * emulation/cua-rect.el (cua--rectangle-operation): Don't call
6451 FCT if current column is outside rectangle.
6452 (cua--delete-rectangle): Do nothing if zero width or out of bounds.
6453
6454 2002-07-04 Stefan Monnier <monnier@cs.yale.edu>
6455
6456 * net/ange-ftp.el: Use add-hook and find-file-hook.
6457 (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
6458 (ange-ftp-ls-parser): Make it into a function.
6459 Ignore trailing @ in symlink targets.
6460 (ange-ftp-file-entry-p): Ignore FTP errors.
6461 (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
6462 to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
6463
6464 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
6465
6466 * simple.el (toggle-truncate-lines): New command.
6467
6468 2002-07-04 Miles Bader <miles@gnu.org>
6469
6470 * comint.el (comint-displayed-dynamic-completions): New variable.
6471 (comint-dynamic-list-completions): Be more careful about choosing
6472 when to scroll an existing completions window.
6473
6474 2002-07-03 Andreas Schwab <schwab@suse.de>
6475
6476 * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
6477 after doc string.
6478
6479 2002-07-03 Juanma Barranquero <lektu@terra.es>
6480
6481 * net/tramp.el (tramp-send-eof): Fix typo.
6482 (tramp-kill-process): Likewise.
6483
6484 * play/dunnet.el (dun-physobj-desc): Likewise.
6485
6486 * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
6487
6488 * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
6489 (timeclock-workday-elapsed): Likewise.
6490
6491 * allout.el (outline-goto-prefix): Likewise.
6492
6493 * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
6494 (tpu-delete-to-bol): Likewise.
6495
6496 * subr.el (chars-in-region): Add obsolescence declaration for
6497 `chars-in-region'.
6498
6499 2002-07-03 Miles Bader <miles@gnu.org>
6500
6501 * faces.el (header-line): Don't use a `common' clause for
6502 inheriting from the mode-line face, since we can't override it,
6503 and we don't want it for ttys.
6504
6505 2002-07-02 Richard M. Stallman <rms@gnu.org>
6506
6507 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
6508
6509 * files.el (hack-one-local-variable-constantp): New function.
6510 (hack-one-local-variable-eval-safep): New function.
6511 Check for `eval:' calling fn with `safe-local-eval-function' property.
6512 (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
6513 (c-add-style, c-set-style): Add safe-local-eval-function property.
6514
6515 * files.el (insert-directory): Handle --dired option to ls.
6516
6517 * files.el (file-remote-p): New function.
6518
6519 * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
6520
6521 * startup.el (fancy-splash-screens): Switch to a chosen frame.
6522 (fancy-splash-frame): Choose the right frame to use.
6523 (use-fancy-splash-screens-p): Check dimensions of the right frame
6524 in order to decide.
6525
6526 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
6527 Rename cl-func to cl-functions. Enable it by default.
6528 (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
6529 if the file loads cl.
6530 (byte-compile-initial-macro-environment): For eval-and-compile,
6531 use byte-compile-eval-before-compile to eval.
6532 (byte-compile-eval-before-compile): New function to turn off
6533 cl-functions when appropriate, for eval-and-compile.
6534 (byte-compile-warnings): Doc fix.
6535
6536 2002-07-02 Dave Love <fx@gnu.org>
6537
6538 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
6539 (byte-compile-cl-warn): New function.
6540 (byte-compile-form): Use it, to warn about calling cl functions.
6541 (byte-compile-warning-types): Doc fix.
6542
6543 2002-07-02 Juanma Barranquero <lektu@terra.es>
6544
6545 * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
6546
6547 * textmodes/reftex-cite.el (reftex-citation): Fix typo.
6548
6549 * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
6550 Fix typo.
6551
6552 2002-07-02 Kim F. Storm <storm@cua.dk>
6553
6554 * emacs-lisp/bindat.el: New file.
6555
6556 2002-07-01 Sam Steingold <sds@gnu.org>
6557
6558 * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
6559 before `tex-main-file' because if the current buffer is new, its
6560 file might not exist yet, and then `tex-main-file' will
6561 incorrectly return "foo.tex.tex".
6562
6563 2002-07-01 Juanma Barranquero <lektu@terra.es>
6564
6565 * ido.el (ido-minibuffer-setup-hook): Doc fix.
6566
6567 2002-07-01 Dave Love <fx@gnu.org>
6568
6569 Make strokes a proper minor mode, and don't try to overload
6570 mouse-2, which doesn't work satisfactorily.
6571
6572 * strokes.el: Doc fixes.
6573 (strokes-mode): Defcustom deleted; replaced by minor mode def with
6574 re-written function.
6575 (strokes-while-inhibiting-garbage-collector): Comment out.
6576 (define-stroke, strokes-fix-button2-command, strokes-insinuated)
6577 (strokes-insinuate, global-set-stroke, describe-stroke)
6578 (load-user-strokes, save-strokes, strokes-bug-address)
6579 (strokes-click-command): Deleted.
6580 (strokes-execute-stroke): Remove strokes-click-p case.
6581 (strokes-describe-stroke): Remove strokes-click-p stuff.
6582 (strokes-help): Fix.
6583 (strokes-report-bug): Alias to report-emacs-bug.
6584 (strokes-prompt-user-save-strokes): Modify format of the file.
6585 (strokes-mode-map, strokes-unload-hook): New.
6586 (strokes-buffer-name): Don't customize.
6587
6588 2002-07-01 Richard M. Stallman <rms@gnu.org>
6589
6590 * info.el (Info-index): Get immediate error if used in `dir'.
6591
6592 * textmodes/picture.el (picture-forward-column)
6593 (picture-move-down): Never deactivate the mark.
6594
6595 2002-06-30 Simon Josefsson <jas@extundo.com>
6596
6597 * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
6598 menu entry into balloon help.
6599
6600 2002-06-30 Andreas Schwab <schwab@suse.de>
6601
6602 * files.el (directory-free-space-args): Don't use `-P' on Darwin.
6603 * term/mac-win.el: Don't set it here.
6604
6605 2002-06-29 Stefan Monnier <monnier@cs.yale.edu>
6606
6607 * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
6608
6609 2002-06-29 Andreas Schwab <schwab@suse.de>
6610
6611 * term/mac-win.el: Use directory-free-space-program instead of
6612 obsolete variable dired-free-space-program. On Darwin, don't set
6613 directory-free-space-program, shell-file-name and
6614 process-connection-type; set directory-free-space-args to not
6615 include `-P' and use utf-8 for file name coding system.
6616
6617 * simple.el (shell-command-on-region): Handle errors and signals
6618 from shell command execution.
6619 (display-message-or-buffer): Fix last change.
6620 (shell-command-default-error-buffer): Doc fix.
6621
6622 * dired.el (dired-view-file): Quote file name for
6623 dired-run-shell-command.
6624
6625 2002-06-29 Kim F. Storm <storm@cua.dk>
6626
6627 * kmacro.el: New file.
6628
6629 2002-06-28 John Wiegley <johnw@gnu.org>
6630
6631 * pcmpl-cvs.el: Added my name as the maintainer of this file.
6632
6633 2002-06-28 Andreas Schwab <schwab@suse.de>
6634
6635 * shell.el (explicit-bash-args): New user option.
6636
6637 2002-06-28 Kim F. Storm <storm@cua.dk>
6638
6639 * ido.el: New file.
6640
6641 2002-06-28 Stefan Monnier <monnier@cs.yale.edu>
6642
6643 * derived.el (define-derived-mode): Preserve the `mode-class' rather
6644 than the `special' symbol property.
6645 (derived-mode-class): Make it obsolete.
6646
6647 2002-06-27 Andreas Schwab <schwab@suse.de>
6648
6649 * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
6650
6651 2002-06-27 Juanma Barranquero <lektu@terra.es>
6652
6653 * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
6654 (meta-flag): Likewise.
6655
6656 * international/mule-util.el (string-to-sequence): Likewise.
6657
6658 * subr.el (char-bytes): Likewise.
6659 (make-local-hook): Likewise.
6660 (baud-rate): Remove redundant info from docstring.
6661
6662 * faces.el (frame-update-faces): Fix obsolescence declaration.
6663 (internal-get-face): Remove redundant info from docstring and
6664 fix obsolescence declaration.
6665
6666 * rect.el (move-to-column-force): Likewise.
6667
6668 * help-fns.el (describe-function-1): Use semicolon instead of dot.
6669 (describe-variable): Likewise.
6670
6671 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
6672
6673 * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
6674 (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
6675 (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
6676 (mouse-wheel-follow-mouse): Change default to t.
6677 (mwheel-event-button): Return the basic event symbol.
6678 (mwheel-scroll): Work with non-mouse events.
6679 (mouse-wheel-mode): Use the new vars.
6680 (mwheel-install): Obey `uninstall'.
6681
6682 * term/xterm.el (function-key-map): Add some bindings.
6683
6684 * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
6685 Rename from delay-uniquify-rationalize-file-buffer-names.
6686 Only rationalize if the buffer is under uniquify control.
6687 (uniquify-delayed-rationalize-file-buffer-names):
6688 Rename from delayed-uniquify-rationalize-file-buffer-names.
6689
6690 2002-06-27 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6691
6692 * net/tramp.el (tramp-file-name-structure)
6693 (tramp-multi-file-name-hop-structure): Split for easier readability.
6694 (tramp-handle-make-symbolic-link): Use user/host/method/... from
6695 LINKNAME, not FILENAME.
6696 (tramp-handle-verify-visited-file-modtime):
6697 Call tramp-ange-ftp-file-name-p with right parameters.
6698 (tramp-handle-verify-visited-file-modtime): `insert' does not
6699 work for integers, convert them to strings first.
6700 (tramp-handle-ange-ftp): New function to perform setup for
6701 replacing Ange-FTP with Tramp.
6702 (tramp-repair-jka-compr): New function to factor out some
6703 previously top-level code. Call the function at top-level.
6704
6705 2002-06-27 Juanma Barranquero <lektu@terra.es>
6706
6707 * composite.el (decompose-composite-char): Fix docstring.
6708
6709 * faces.el (describe-face): Capitalize "not documented" message.
6710
6711 * help-fns.el (describe-variable): Likewise.
6712 (describe-function-1): Likewise. Also, document the obsolescence
6713 of the function, if applicable.
6714
6715 2002-06-26 Juanma Barranquero <lektu@terra.es>
6716
6717 * info.el (info-menu-5): Fix documentation.
6718 (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
6719
6720 2002-06-26 Richard M. Stallman <rms@gnu.org>
6721
6722 * emacs-lisp/cl.el (values): Simplify definition.
6723
6724 * simple.el (shell-command): Match & only at end of whole command.
6725 (display-message-or-buffer): Don't use the echo area
6726 if output buffer is visible.
6727
6728 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
6729
6730 * progmodes/cperl-mode.el: Many trivial doc fixes.
6731 (cperl-non-problems): Definition deleted.
6732 (cperl-menu): Don't refer to cperl-non-problems.
6733 (cperl-word-at-point): Add doc string.
6734 (cperl-beautify-regexp-piece): Fix error message.
6735 (cperl-invert-if-unless): Fix error message.
6736
6737 * dired.el (dired-find-alternate-file): Mark as disabled.
6738
6739 2002-06-25 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6740
6741 * net/tramp.el (tramp-ftp-method): New user option.
6742 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
6743 (with-parsed-tramp-file-name): New macro for the usual big `let'
6744 statement to dissect a file-name.
6745 (tramp-handle-make-symbolic-link, tramp-handle-load)
6746 (tramp-handle-file-name-directory)
6747 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
6748 (tramp-handle-file-truename, tramp-handle-file-directory-p)
6749 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
6750 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
6751 Use the new macro and forward call to Ange-FTP if applicable.
6752 (tramp-make-ange-ftp-file-name): New helper function to convert a
6753 file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
6754 (tramp-default-method-alist): New user option.
6755 (tramp-find-default-method): Use it.
6756 (tramp-sh-extra-args): New variable.
6757 (tramp-find-shell): Use it.
6758 (tramp-open-connection-rsh): Support a kludgy feature for the
6759 "-p" option to ssh. If host name is given as "host#42", uses the
6760 "-p 42" option.
6761
6762 2002-06-25 Andreas Schwab <schwab@suse.de>
6763
6764 * replace.el (occur-1): Avoid invalid message format string.
6765
6766 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
6767
6768 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
6769 Check for `noruntime' even if the function has a known sig.
6770 (byte-compile-file, byte-compile-output-docform):
6771 Don't hard code point-min = 1.
6772
6773 * pcvs.el (cvs-parse-process): Don't save/restore point.
6774 Fix last change not to introduce spurious dir FIs.
6775 (cvs-move-to-goal-column): New function extracted from
6776 cvs-mode-previous-line.
6777 (cvs-mode-previous-line, cvs-mode-next-line): Use it.
6778 (cvs-addto-collection): Use it to preserve point.
6779 (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
6780
6781 * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
6782 Don't require the first element to be modifier-free.
6783
6784 * pcvs-parse.el (cvs-parse-table):
6785 Handle `nothing known about' with more care.
6786
6787 * pcvs.el (cvs-fileinfo-kill): Remove.
6788 (cvs-parse-process): Add `old-fis' argument.
6789 (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
6790
6791 * descr-text.el (describe-property-list): Make sure there's
6792 a space between the property name and its value.
6793 (describe-text-properties): Don't kill a pre-existing buffer.
6794
6795 * mwheel.el: Undo last patch from Stephen Gildea for now.
6796
6797 2002-06-24 Kim F. Storm <storm@cua.dk>
6798
6799 * emulation/keypad.el: Added :require 'keypad to defcustoms.
6800
6801 2002-06-23 Stefan Monnier <monnier@cs.yale.edu>
6802
6803 * subr.el (event-start, event-end, event-click-count):
6804 Accept non-mouse events as well.
6805 (read-key): New function.
6806 (read-quoted-char): Use it. Use this-single-command-raw-keys as well.
6807
6808 * files.el: Rename (and mark as obsolete)
6809 find-file-hooks to find-file-hook,
6810 find-file-not-found-hooks to find-file-not-found-functions,
6811 write-file-hooks to write-file-functions,
6812 write-contents-hooks to write-contents-functions.
6813 Mark local-write-file-hooks as obsolete.
6814 (locate-file-completion): Don't cons uselessly. Use test-completion.
6815 (basic-save-buffer): Use (point-min) rather than 1.
6816 (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
6817
6818 * help-fns.el (describe-variable): Only use `buffer' is still live.
6819 Use `delete-region' instead of save-excursion + delete-char.
6820 Document the obsolescence of the variable, if applicable.
6821
6822 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
6823
6824 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
6825 comment-auto-fill-only-comments.
6826
6827 2002-06-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6828
6829 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
6830 This is not a handled operation.
6831
6832 2002-06-21 Kim F. Storm <storm@cua.dk>
6833
6834 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
6835 work again. Corrected error in check for C-u initiated prefix.
6836
6837 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
6838
6839 2002-06-21 Richard M. Stallman <rms@gnu.org>
6840
6841 * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
6842 to browse-url-at-point.
6843
6844 * play/zone.el (zone-idle): Var deleted.
6845
6846 * international/iso-acc.el (iso-languages) <french>:
6847 `~ ' now generates `~', `~,' definition deleted.
6848
6849 * format.el (format-annotate-function): Copy multibyte flag
6850 and selective-display into the new temp buffer.
6851
6852 * edmacro.el (edmacro-fix-menu-commands):
6853 Discard `help-echo' events. Handle (menu-bar) events.
6854 Simplify by converting key sequence to a list and then back to vector.
6855
6856 2002-06-21 Stephen Gildea <gildea@stop.mail-abuse.org>
6857
6858 * mwheel.el: Allow arbitrary keys for scrolling, add a third
6859 scrolling speed, fix an unwind-protect.
6860 (mouse-wheel-scroll-amount): Now a three-element list.
6861 (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
6862 (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
6863 (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
6864 New functions.
6865
6866 2002-06-21 Andreas Schwab <schwab@suse.de>
6867
6868 * files.el (find-file-read-args): Add new argument `mustmatch' and
6869 pass it down to read-file-name.
6870 (find-file, find-file-other-window, find-file-other-frame)
6871 (find-file-read-only, find-file-read-only-other-window)
6872 (find-file-read-only-other-frame): Use it and fix prompts.
6873
6874 2002-06-21 Stefan Monnier <monnier@cs.yale.edu>
6875
6876 * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
6877
6878 2002-06-20 Emmanuel Briot <briot@act-europe.fr>
6879
6880 * progmodes/ada-mode.el: Update copyright notice.
6881 Synchronize with GNAT release 3.15a1.
6882 Do not attempt to load ada-support, which is only for compatibility
6883 with older Emacs versions, and is not needed for Emacs 21.
6884 Fix various calls to count-lines, that didn't work correctly when the
6885 buffer was narrowed.
6886 (ada-continuation-indent): New variable.
6887 (ada-contextual-menu): New entry "List local references", faster than
6888 "List References".
6889 (ada-mode): New alignment rules provided by S. Leake.
6890 Add support for which-function-mode.
6891 (ada-get-current-indent): Fix indentation of named parameter lists and
6892 nested boolean expressions.
6893 (ada-indent-on-previous-lines): Fix indentation of labels.
6894 (ada-search-prev-end-stmt): Fix searching of the previous
6895 end-statement, specially with regards to nested subprograms.
6896 (comment-region advice): Initially disabled, for better compatibility
6897 with other modes.
6898 (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
6899
6900 * progmodes/ada-xref.el: Update copyright notice.
6901 (ada-xref-create-ali): The default is now not to create automatically
6902 the ALI files by compiling the unit, since this isn't always reliable
6903 and requires an up-to-date project file.
6904 (ada-prj-default-comp-cmd): No longer use gcc directly to compile
6905 a file, but use gnatmake instead, since this gives access to the GNAT
6906 project files.
6907 (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
6908 (ada-load-project-hook): New variable, for support of GNAT
6909 project files.
6910 (ada-update-project-menu): Fix the detection of the project file name.
6911 (ada-add-keymap): Change key binding for ada-find-file, that conflicted
6912 with another binding in ada-mode.el.
6913 (ada-add-menu): New menu "List Local References", to list the reference
6914 to the entity only in the current file, instead of looking in the whole
6915 project. Much faster.
6916 (ada-find-references): New parameters arg and local-only.
6917 (ada-find-any-references): New parameters local-only and append.
6918 (ada-goto-declaration): Fix handling of predefined entities in xref.
6919 (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
6920 still compatible with GNAT 3.14 of course. Fix various calls to
6921 count-lines, that didn't work correctly when the buffer was narrowed.
6922
6923 * progmodes/ada-prj.el: Update copyright.
6924 (ada-prj-load-directory): Make sure we do not use one of the new Emacs
6925 21 dialogs to select the file, since we want a directory name only.
6926 (ada-customize): Add support for the new GNAT project files.
6927
6928 2002-06-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
6929
6930 * progmodes/etags.el (tag-implicit-name-match-p): New function.
6931 (etags-recognize-tags-table): Use it for implicit tag names.
6932
6933 2002-06-20 Miles Bader <miles@gnu.org>
6934
6935 * comint.el (comint-get-old-input-default): Strip text properties
6936 for fields too.
6937
6938 * comint.el (comint-output-filter): Run output-filter functions
6939 before setting up the prompt.
6940
6941 * international/characters.el: Re-enable code giving word syntax
6942 to certain japanese-jisx0208 characters.
6943
6944 2002-06-19 Glenn Morris <gmorris@ast.cam.ac.uk>
6945
6946 * progmodes/f90.el (f90-type-def-re): Fix value.
6947 (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
6948
6949 2002-06-18 Stefan Monnier <monnier@cs.yale.edu>
6950
6951 * international/quail.el (quail-help): Don't assume the buffer
6952 is displayed in the same frame.
6953
6954 * emacs-lisp/debug.el (cancel-debug-on-entry):
6955 * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
6956
6957 * pcvs.el (cvs-vc-command-advice): Handle the case where args
6958 are passed to `cvs' before the command name.
6959 (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
6960
6961 * pcvs-info.el (cvs-add-face): Minor rewrite.
6962 (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
6963
6964 * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
6965 regexp when they don't match comment-foo any more.
6966
6967 2002-06-18 Juanma Barranquero <lektu@terra.es>
6968
6969 * filesets.el (filesets-update-pre010505): Fix typo.
6970
6971 * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
6972
6973 * emulation/edt.el (edt-substitute): Fix typo.
6974
6975 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
6976
6977 * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
6978
6979 * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
6980
6981 2002-06-17 Richard M. Stallman <rms@gnu.org>
6982
6983 * facemenu.el (facemenu-map): Rename to Describe Text
6984 to Describe Properties and use describe-text-properties.
6985
6986 * simple.el (what-cursor-position): Use describe-char.
6987
6988 * descr-text.el (describe-char): Moved from mule-diag.el, renamed
6989 from describe-char-after. Now calls describe-text-properties.
6990 (describe-property-list): Renamed from describe-text-properties.
6991 (describe-text-properties): Renamed from describe-text-at.
6992 New arg OUTPUT-BUFFER.
6993 (describe-text-properties-1):
6994 New subroutine, broken out from describe-text-properties.
6995 Output a newline before each section of the output.
6996
6997 * international/mule-diag.el (describe-char-after):
6998 Moved to descr-text.el.
6999
7000 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
7001
7002 * international/mule.el (ctext-pre-write-conversion): Fix the values
7003 of FROM and TO if we create a new buffer.
7004
7005 2002-06-17 John Paul Wallington <jpw@shootybangbang.com>
7006
7007 * comint.el (comint-insert-clicked-input): Insert clicked-on
7008 previous input without properties.
7009
7010 2002-06-16 Andrew Choi <akochoi@shaw.ca>
7011
7012 * term/mac-win.el (scalable-fonts-allowed): Set to t.
7013
7014 2002-06-15 Colin Walters <walters@debian.org>
7015
7016 * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
7017 Delete defvars.
7018 (cvs-highlight): Delete.
7019 (cvs-add-face): Use `font-lock-face'. Always add properties.
7020
7021 * ibuffer.el (ibuffer-movement-cycle): New variable.
7022 (ibuffer-backward-line, ibuffer-forward-line): Use it.
7023
7024 2002-06-15 Richard M. Stallman <rms@gnu.org>
7025
7026 * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
7027 (batch-byte-recompile-directory): Undo previous change.
7028
7029 * comint.el (comint-skip-input): New function.
7030 (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
7031 (comint-stop-subjob): Use comint-skip-input.
7032
7033 * ielm.el (ielm-eval-input): Use error-message-string.
7034 (ielm-format-error, ielm-format-errors): Functions deleted.
7035
7036 2002-06-14 Kim F. Storm <storm@cua.dk>
7037
7038 * progmodes/compile.el (grep-tree): Doc fixes.
7039 Added SUBDIRS arg for non-interactive use.
7040
7041 2002-06-14 Juanma Barranquero <lektu@terra.es>
7042
7043 * comint.el (comint-snapshot-last-prompt):
7044 Bind `inhibit-read-only' to t to support read-only prompts.
7045 (comint-output-filter): Likewise.
7046
7047 2002-06-14 Miles Bader <miles@gnu.org>
7048
7049 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
7050 (pop): Move the call to `car' outside the prog1, as the compiler
7051 then generates better code.
7052
7053 2002-06-13 Richard M. Stallman <rms@gnu.org>
7054
7055 * play/zone.el (zone-timer): New variable holds the idle timer.
7056 (zone): Don't fiddle with the idle timer at all.
7057 (zone-when-idle): Put the idle timer in zone-timer.
7058 If one is already set up, cancel it and make a new one.
7059 (zone-leave-me-alone): Likewise.
7060
7061 2002-06-13 Jason Rumney <jasonr@gnu.org>
7062
7063 * w32-fns.el (w32-charset-info-alist): Reorder.
7064
7065 2002-06-13 Andreas Schwab <schwab@suse.de>
7066
7067 * files.el (auto-mode-alist): Move entry for ".in" to the end.
7068
7069 2002-06-13 Miles Bader <miles@gnu.org>
7070
7071 * comint.el (comint-mode): Don't set `font-lock-defaults'.
7072 (comint-mode-hook): Turn on font-lock by default.
7073
7074 2002-06-12 Karl Fogel <kfogel@red-bean.com>
7075
7076 * bookmark.el (bookmark-file-or-variation-thereof):
7077 Restore vc-backend check, thanks to Robert Thorpe for noticing.
7078
7079 2002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
7080
7081 * textmodes/bibtex.el: Change the maintainer to "none".
7082
7083 2002-06-12 Juanma Barranquero <lektu@terra>
7084
7085 * term/w32-win.el (x-handle-switch): Fix handling of
7086 x-invocation-args for switches with arguments.
7087
7088 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
7089
7090 * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
7091 without first making sure it's bound.
7092
7093 2002-06-12 Richard M. Stallman <rms@gnu.org>
7094
7095 * info.el (Info-fontify-node): Compute header line specially
7096 if node has no next, previous or up links.
7097 Hide the part of the first line that is used in the header.
7098 Use Info-next-link-keymap, etc.
7099 (Info-next-link-keymap, Info-prev-link-keymap)
7100 (Info-up-link-keymap): New variables.
7101
7102 * international/mule-diag.el (describe-char-after): Doc fix.
7103
7104 * view.el (view-mode-enter): Clarify echo area message.
7105
7106 * info.el (Info-select-node): Turn header line on or off here.
7107 (Info-setup-header-line): Function deleted.
7108 (Info-mode): Make Info-header-line local.
7109 (Info-fontify-node): Ignore Info-use-header-line.
7110 Unconditionally compute what the header line should be, and
7111 store it on the `header-line' property of the node's first char.
7112 Bind [header-line down-mouse-1].
7113 Use `keymap' property, not `local-map'.
7114 Bind [mouse-2] for mouse clicks on the node line in the text.
7115
7116 * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
7117
7118 2002-06-12 Miles Bader <miles@gnu.org>
7119
7120 * comint.el (comint-send-input): Properly handle empty and
7121 no-newline input regions.
7122
7123 2002-06-12 Colin Walters <walters@gnu.org>
7124
7125 * calc/calc.el: Use `when', `unless'.
7126 (calc-trail-mode): Use an italic `font-lock-face'.
7127 (calc-refresh): Ditto.
7128
7129 2002-06-12 Colin Walters <walters@debian.org>
7130
7131 * font-core.el (font-lock-core-only): Variable deleted.
7132 All uses removed.
7133 (font-lock-set-defaults): Variable alist settings moved back into
7134 font-lock-set-defaults-1.
7135 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
7136 is specifically excluded by the user.
7137
7138 * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
7139
7140 * help-mode.el (help-mode): Don't set `font-lock-defaults'.
7141
7142 * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
7143
7144 * info.el (Info-mode): Don't set `font-lock-defaults'.
7145
7146 * replace.el (occur-mode): Don't set `font-lock-defaults'.
7147
7148 * help-mode.el (help-highlight-p, help-highlight-face):
7149 Variable was unused; delete.
7150 (help-make-xrefs): Doc fix.
7151
7152 2002-06-11 Richard M. Stallman <rms@gnu.org>
7153
7154 * format.el (format-alist): Document new element PRESERVE.
7155 (format-write-file): Implement PRESERVE elt for a format.
7156
7157 * files.el (make-auto-save-file-name): Rename local `filename' to
7158 `file-name'.
7159
7160 2002-06-10 Richard M. Stallman <rms@gnu.org>
7161
7162 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
7163 (ebrowse-copy-list): Function deleted.
7164
7165 * eshell/em-unix.el (eshell/diff): Use copy-sequence.
7166
7167 * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
7168
7169 * eshell/esh-util.el (eshell-copy-list): Function deleted.
7170 (eshell-sublist): Use copy-sequence.
7171 (eshell-copy-tree): Make it an alias for copy-tree.
7172
7173 * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
7174
7175 * subr.el (copy-list): Moved to cl.el.
7176 (copy-tree): Don't use copy-list or cl-pop.
7177
7178 2002-06-10 Miles Bader <miles@gnu.org>
7179
7180 Make comint use text properties for highlighting instead of overlays:
7181 * comint.el (comint-last-output-overlay): Variable removed.
7182 (comint-send-input, comint-output-filter): Use text properties
7183 instead of overlays.
7184 (comint-insert-clicked-input): Rewrite to work with text
7185 properties as well as overlays
7186 (comint-snapshot-last-prompt): Snapshot using text properties.
7187 (comint-get-old-input-default, comint-extract-string): Don't copy
7188 text properties.
7189
7190 * simple.el (line-move-finish): Inhibit field motion when
7191 computing `line-end'.
7192
7193 * files.el (revert-buffer): Correct typo: variable name is
7194 `buffer-file-format', not `buffer-file-formats'.
7195
7196 * comint.el (comint-send-input, comint-output-filter): Use the
7197 `font-lock-face' property instead of `face'. Don't check the
7198 highlight-enabling variables anymore.
7199 (comint-highlight-input, comint-highlight-prompt): Variables removed.
7200
7201 * faces.el (display-supports-face-attributes-p): New function.
7202 (face-spec-set-match-display): Support `supports' predicate.
7203 (italic): Try underlining for displays that don't support real italics.
7204 * cus-edit.el (custom-display): Add support for `supports' predicate.
7205 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
7206 instead of 8-bit, for consistency with the rest of emacs.
7207 (tty-color-canonicalize): Only copy COLOR if we need to change it.
7208 (tty-color-approximate): Scale values from `color-name-rgb-alist'
7209 appropriately. Return the whole color description, rather than
7210 just the RGB values.
7211 (tty-color-standard-values): New function. Code mostly taken from
7212 `tty-color-translate'.
7213 (tty-color-translate, tty-color-values): Use `tty-color-desc' to
7214 do all the work.
7215 (tty-color-desc): Do color lookup here instead of calling
7216 `tty-color-translate' and `tty-color-by-index'; this is now the
7217 main place to do it.
7218
7219 2002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7220
7221 * progmodes/cc-style.el (c-set-style, c-set-style-1):
7222 Add another state for the `dont-override' flag where it only keeps
7223 globally set variables.
7224
7225 2002-06-08 Colin Walters <walters@gnu.org>
7226
7227 * descr-text.el (describe-text-properties): Sort the output by the
7228 size of the values. Put `font-lock-face' property on property names.
7229 (toplevel): Provide `descr-text'.
7230
7231 * international/mule-diag.el (describe-char-after): When there are
7232 text properties, require `descr-text', and just call
7233 `describe-text-properties'.
7234
7235 * international/mule.el (sgml-html-meta-auto-coding-function):
7236 New function.
7237 (auto-coding-from-file-contents): Delete; merge functionality into
7238 `set-auto-coding'.
7239 (set-auto-coding): Move tests from `auto-coding-functions' so that
7240 they have a lower priority than coding: tags.
7241 Put `auto-coding-regexp-alist' tests before coding: tag tests.
7242 (sgml-xml-auto-coding-function): Simply `intern' the match, and
7243 test if it's a valid coding system.
7244 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
7245
7246 2002-06-08 Colin Walters <walters@verbum.org>
7247
7248 * subr.el (copy-list): Moved here from cl.el.
7249 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
7250
7251 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
7252 subr.el. Add a defalias with the old name.
7253
7254 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
7255
7256 * replace.el (occur-mode): Don't set up categories. Do set
7257 `font-lock-defaults', and be sure to set `font-lock-core-only'.
7258 (occur-1): Pass `list-matching-lines-face' and
7259 `list-matching-lines-buffer-name-face'.
7260 (occur-engine): Use `font-lock-face' instead of categories.
7261
7262 * info.el (Info-mode): Don't set up categories. Do set
7263 `font-lock-defaults', and be sure to set `font-lock-core-only'.
7264 (Info-fontify-menu-headers): Use `font-lock-face' instead of
7265 categories.
7266 (Info-fontify-node): Ditto.
7267
7268 * ibuffer.el (ibuffer-category-alist): Delete.
7269 (ibuffer-get-category): Delete.
7270 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
7271 of categories.
7272 (ibuffer-compile-format): Don't treat `name' category specially.
7273 (ibuffer-column name): Use `font-lock-face'.
7274 (filename-and-process): Ditto.
7275 (ibuffer-buffer-name-category): Renamed to
7276 `ibuffer-buffer-name-face'. Don't use categories.
7277 (ibuffer-update-title-and-summary): Use `font-lock-face'.
7278 (ibuffer-insert-filter-group): Ditto.
7279 (ibuffer-mode): Don't set up categories. Do set
7280 `font-lock-defaults', and be sure to set `font-lock-core-only'.
7281 (ibuffer-compile-format): Don't pass third argument
7282 to column functions.
7283 (filename-and-process): Ditto.
7284
7285 * ibuf-macs.el (define-ibuffer-column): Don't create a third
7286 argument for the generated function.
7287
7288 * font-core.el (font-lock-category-alist): Delete.
7289 (turn-on-font-lock-if-enabled): Don't use it.
7290 (font-lock-symbol-category-alist): Delete.
7291 (font-lock-default-function): Use new `char-property-alias-alist'
7292 to make `font-lock-face' an alias for `face' when font-lock mode
7293 is enabled.
7294 (font-lock-core-only): New variable.
7295 (font-lock-set-defaults): Use it.
7296
7297 2002-06-08 Richard M. Stallman <rms@gnu.org>
7298
7299 * files.el (find-file-noselect-1): Undo previous change.
7300
7301 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
7302
7303 2002-06-07 Karl Fogel <kfogel@red-bean.com>
7304
7305 * bookmark.el (bookmark-file-or-variation-thereof): Just use
7306 Info-suffix-list, as suggested by Stefan Monnier.
7307
7308 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
7309
7310 * select.el (xselect-convert-to-string): If VALUE is a string,
7311 return a cons of TYPE and the string.
7312
7313 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7314
7315 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
7316 Fix the table to contain correct characters.
7317
7318 2002-06-04 Richard M. Stallman <rms@gnu.org>
7319
7320 * simple.el: Don't require cl.
7321
7322 2002-06-03 Richard M. Stallman <rms@gnu.org>
7323
7324 * dired.el (dired-do-shell-command): Doc fix in autoload.
7325
7326 * info.el (Info-extract-pointer): Ignore Info-header-line.
7327
7328 * progmodes/cc-mode.el (c-postprocess-file-styles):
7329 Do nothing except in CC modes.
7330
7331 * international/mule-cmds.el (select-safe-coding-system):
7332 When computing auto-cs, narrow to FROM...TO.
7333 Put save-excursion outside save-restriction.
7334 New arg FILE; use that for set-auto-coding.
7335
7336 2002-06-01 Richard M. Stallman <rms@gnu.org>
7337
7338 * simple.el (choose-completion-string-functions): Doc fix.
7339 (choose-completion-string): Add doc string.
7340
7341 2002-06-01 Kim F. Storm <storm@cua.dk>
7342
7343 * simple.el: Reworked previous change.
7344 (choose-completion-string1): Merged back into choose-completion-string.
7345 (choose-completion-string): Run choose-completion-string-functions
7346 after checking for proper minibuffer window. Added mini-p arg to
7347 the hook functions. Insert choice if all hook functions return nil.
7348 (choose-completion-string-functions): Doc update.
7349
7350 2002-06-01 Sam Steingold <sds@gnu.org>
7351
7352 * files.el (auto-mode-alist): Strip trailing ".in" from the file
7353 name when deciding the mode (for config.h.in, Makefile.in etc).
7354
7355 2002-06-01 Thien-Thi Nguyen <ttn@gnu.org>
7356
7357 * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
7358 ?/ and ?* entries to support /* */ style comments.
7359 (prolog-font-lock-keywords): New var.
7360 (prolog-mode): Enable font-locking; set `font-lock-defaults'.
7361
7362 2002-06-01 Kim F. Storm <storm@cua.dk>
7363
7364 * simple.el (choose-completion-string-functions): New special hook.
7365 (choose-completion-string1): Renamed from choose-completion-string.
7366 (choose-completion-string): Run choose-completion-string-functions
7367 until success, and only call choose-completion-string1 if it fails.
7368
7369 2002-05-31 Stefan Monnier <monnier@cs.yale.edu>
7370
7371 * textmodes/ispell.el (autoloaded toplevel): Don't use
7372 ispell-library-directory without checking that it's bound.
7373
7374 2002-05-31 Kim F. Storm <storm@cua.dk>
7375
7376 * emulation/cua-base.el (cua--last-deleted-region-pos)
7377 (cua--last-deleted-region-text): New aux variables.
7378 (cua-delete-region): Set them.
7379 (cua-repeat-replace-region): Use them to find the replacement text.
7380
7381 2002-05-31 Juanma Barranquero <lektu@terra.es>
7382
7383 * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
7384 Fix typos.
7385
7386 2002-05-31 Kim F. Storm <storm@cua.dk>
7387
7388 * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
7389 (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
7390 New custom variables.
7391 (grep-compute-defaults): Compute grep-tree-command's default value.
7392 (grep-expand-command-macros): New aux function.
7393 (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
7394 (grep-tree): New command like grep-find but extended prompting.
7395
7396 2002-05-30 Richard M. Stallman <rms@gnu.org>
7397
7398 * files.el (find-file-default): Add defvar for var already used.
7399
7400 * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
7401
7402 * subr.el (open-network-stream, open-network-stream-nowait)
7403 (open-network-stream-server, process-kill-without-query):
7404 Moved from simple.el.
7405
7406 * simple.el (open-network-stream, open-network-stream-nowait)
7407 (open-network-stream-server, process-kill-without-query):
7408 Moved to subr.el.
7409
7410 * simple.el (byte-compiling-files-p): Function deleted.
7411
7412 * textmodes/ispell.el (ispell-library-directory): Renamed from
7413 ispell-library-path. If Ispell is not installed, init to nil.
7414 (check-ispell-version): Doc fix.
7415 (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
7416 initialize this unconditionally when ispell-menu-map-needed is t.
7417 Local `path' renamed to `dir'.
7418
7419 2002-05-30 Miles Bader <miles@gnu.org>
7420
7421 * calc/calc.el (calc-show-banner): New variable.
7422 (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
7423 (calc-mode-var-list): Add `calc-show-banner'.
7424 * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
7425 (calc-toggle-banner): New function.
7426 * calc/calc-help.el (calc-d-prefix-help): Add `@'.
7427
7428 2002-05-29 Richard M. Stallman <rms@gnu.org>
7429
7430 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
7431 When recognizing a def... construct, make that indentation
7432 tentative, so that it can be overridden if the list in question
7433 is not actually an expression.
7434 (common-lisp-indent-call-method): New subroutine.
7435
7436 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
7437 Delete the output file if we get a file-error.
7438
7439 * tooltip.el (tooltip-mouse-motions-active): New variable.
7440 (tooltip-activate-mouse-motions): Don't kill track-mouse local
7441 if it was not made by us.
7442
7443 * mouse.el (mouse-set-font): Avoid misleading error message
7444 if user makes no selection.
7445
7446 * info.el (Info-setup-header-line): Don't hide the links line.
7447
7448 * files.el (find-file-noselect-1): Return the buffer we created
7449 even if it has been killed within `after-find-file'.
7450
7451 * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
7452
7453 2002-05-29 Kim F. Storm <storm@cua.dk>
7454
7455 * simple.el (open-network-stream-server): Pass on optional args
7456 sentinel and filter to make-network-process (from Luke Gorrie).
7457
7458 2002-05-28 Colin Walters <walters@gnu.org>
7459
7460 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
7461
7462 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
7463 (byte-compile-delete-first): New function.
7464 (byte-compile-read-position): New variable.
7465 (byte-compile-last-position): New variable.
7466 (byte-compile-current-buffer): New variable.
7467 (byte-compile-log-1): Use it.
7468 (byte-compile-set-symbol-position): New function.
7469 (byte-compile-obsolete, byte-compile-callargs-warn)
7470 (byte-compile-arglist-warn, byte-compile-arglist-warn)
7471 (byte-compile-print-syms, byte-compile-file-form-defmumble)
7472 (byte-compile-check-lambda-list, byte-compile-lambda)
7473 (byte-compile-form, byte-compile-variable-ref)
7474 (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
7475 (byte-compile-condition-case, byte-compile-defun)
7476 (byte-compile-defvar, byte-compile-autoload)
7477 (byte-compile-lambda-form): Use it.
7478 (byte-compile-from-buffer): Set it, and bind
7479 `read-with-symbol-positions' and `read-symbol-positions-list'.
7480
7481 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
7482
7483 2002-05-28 Kim F. Storm <storm@cua.dk>
7484
7485 * files.el (read-directory-name): New function.
7486 (cd): Use it instead of read-file-name.
7487
7488 2002-05-27 Kim F. Storm <storm@cua.dk>
7489
7490 * simple.el (push-mark-command): Added optional NOMSG arg.
7491
7492 * emulation/cua-base.el (cua-set-mark): Align pop to mark
7493 behaviour with standard set-mark-command.
7494 (cua--pre-command-handler): Use push-mark-command.
7495 (cua-repeat-replace-region): Improve functionality when
7496 repeated after moving point or changing buffer.
7497
7498 2002-05-26 Colin Walters <walters@verbum.org>
7499
7500 * startup.el (command-line): Use `when', `unless'.
7501 (command-line-1): New argument "--nosplash". Handle it.
7502
7503 * startup.el (inhibit-splash-screen): New variable alias for
7504 `inhibit-startup-message'.
7505
7506 * replace.el (perform-replace): Document return value. Use `pop'.
7507
7508 2002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7509
7510 * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
7511 and slightly changed behaviour, for `f90-previous-block-start' and
7512 `f90-next-block-end'.
7513 (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
7514
7515 2002-05-26 Simon Josefsson <jas@extundo.com>
7516
7517 * fringe.el (set-fringe-mode): Work when updating
7518 `default-frame-alist'.
7519
7520 2002-05-26 Kim F. Storm <storm@cua.dk>
7521
7522 * emulation/cua-base.el (cua--repeat-replace-text): New variable.
7523 (cua-repeat-replace-region): New command.
7524 (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
7525 Misc improvements to the commentary.
7526
7527 2002-05-26 Simon Josefsson <jas@extundo.com>
7528
7529 * fringe.el (fringe-query-style): New fringe style "minimal".
7530
7531 2002-05-24 Simon Josefsson <jas@extundo.com>
7532
7533 * rot13.el (rot13-translate-table): New variable.
7534 (rot13, rot13-string, rot13-region): New functions.
7535
7536 2002-05-25 Martin Stjernholm <bug-cc-mode@gnu.org>
7537
7538 * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
7539 of wrong anchoring, e.g. for else-if compounds.
7540
7541 2002-05-25 Miles Bader <miles@gnu.org>
7542
7543 * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
7544 (menu-bar-showhide-fringe-menu-customize-right)
7545 (menu-bar-showhide-fringe-menu-customize-disable):
7546 Use proper calling convention for `customize-set-value'.
7547 Require `fringe' before setting variable.
7548
7549 2002-05-25 Kim F. Storm <storm@cua.dk>
7550
7551 * emulation/cua-base.el (cua--self-insert-char-p): New function.
7552
7553 * emulation/cua-gmrk.el (cua--init-global-mark): Install default
7554 binding in cua--global-mark-keymap using cua--self-insert-char-p
7555 to handle all global self inserting characters in gmark mode.
7556
7557 * emulation/cua-rect.el (cua--init-rectangles): Install default
7558 binding in cua--rectangle-keymap using cua--self-insert-char-p
7559 to handle all global self inserting characters in rectangle mode.
7560
7561 2002-05-24 Stefan Monnier <monnier@cs.yale.edu>
7562
7563 * net/ange-ftp.el (read-file-name-internal): Remove the
7564 `ange-ftp' property.
7565 (ange-ftp-real-read-file-name-internal): Remove.
7566
7567 2002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk>
7568
7569 * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
7570 `forward-line'.
7571 (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
7572 (f90-previous-block-start): New navigation commands.
7573
7574 2002-05-20 Simon Josefsson <jas@extundo.com>
7575
7576 * fringe.el: New file.
7577
7578 * menu-bar.el (menu-bar-options-save): Add fringe-mode.
7579 (menu-bar-showhide-fringe-menu): New menu.
7580 (menu-bar-showhide-menu): Add Fringe sub-menu.
7581
7582 2002-05-23 Colin Walters <walters@verbum.org>
7583
7584 * replace.el (occur-engine): Include all text properties except
7585 mouse-face on the newline at the end of occurences.
7586
7587 2002-05-23 Kim F. Storm <storm@cua.dk>
7588
7589 * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
7590 (apropos-false-hit-str, apropos-true-hit-doc): New functions.
7591 (apropos-command, apropos-value, apropos-documentation-internal)
7592 (apropos-documentation-check-doc-file)
7593 (apropos-documentation-check-elc-file): Use them to filter out
7594 false matches where only one keyword matches, but more than once.
7595
7596 * apropos.el (apropos-show-scores, apropos-orig-regexp)
7597 (apropos-all-regexp, apropos-synonyms, apropos-words)
7598 (apropos-all-words): New variables.
7599 (aprpos-words-to-regexp, apropos-rewrite-regexp)
7600 (apropos-calc-scores, apropos-score-str, apropos-score-doc)
7601 (apropos-score-symbol): New functions.
7602 (apropos-command, apropos, apropos-value, apropos-documentation):
7603 Allow keywords in addition to regexp. Added scoring.
7604 (apropos-documentation-check-doc-file)
7605 (apropos-documentation-check-elc-file): Added scoring.
7606 (apropos-print): Sort according to score.
7607
7608 2002-05-22 Colin Walters <walters@cis.ohio-state.edu>
7609
7610 * info.el (Info-mode-hook): Change `font-lock-mode' to
7611 `turn-on-font-lock'.
7612
7613 * font-core.el (font-lock-function): New variable.
7614 (font-lock-default-function): New function, created from
7615 `font-lock-mode'.
7616 (font-lock-mode): Just funcall `font-lock-function'.
7617 (font-lock-symbol-category-alist): New variable.
7618
7619 2002-05-22 Markus Rost <rost@math.ohio-state.edu>
7620
7621 * files.el (file-newest-backup): Use file-name-sans-versions.
7622
7623 * diff.el (diff-latest-backup-file): Replace the main code by
7624 a call of file-newest-backup.
7625
7626 2002-05-22 Mike Williams <mdub@bigfoot.com>
7627
7628 * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
7629 the buffer.
7630
7631 2002-05-21 Stefan Monnier <monnier@cs.yale.edu>
7632
7633 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
7634 the last patch works around the wu-ftpd misfeature that prompted
7635 the disabling of this optimization.
7636
7637 2002-05-21 Colin Walters <walters@gnu.org>
7638
7639 * international/mule.el (make-coding-system): Doc fixes.
7640
7641 * international/mule.el (auto-coding-functions): New variable.
7642 (auto-coding-from-file-contents): Use it.
7643 (set-auto-coding): Update docs.
7644 (sgml-xml-auto-coding-function): New function.
7645
7646 * international/mule-util.el (truncate-string-to-width):
7647 New optional argument `ellipsis'. Add commented-out test suite, and
7648 change coding to iso-2022-7bit.
7649
7650 2002-05-21 Colin Walters <walters@verbum.org>
7651
7652 * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
7653 (font-lock-multiline, font-lock-fontified, font-lock-mode)
7654 (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
7655 (font-lock-global-modes): Moved to font-core.el.
7656 (font-lock-set-defaults-1): Partially moved to font-core.el.
7657
7658 * font-core.el: New file, with functions taken from font-lock.el.
7659 (font-lock-category-alist): New variable.
7660 (font-lock-mode): Use it.
7661 (font-lock-set-defaults): Partially taken from font-lock.el.
7662 Only load font-lock.el when necessary.
7663
7664 * loadup.el: Add font-core.el.
7665
7666 * replace.el (occur-mode-hook): New variable.
7667 (occur-fontify-region-function): Deleted.
7668 (occur-mode): Don't use it. Set up `font-lock-category-alist'
7669 instead.
7670 (occur-fontify-on-property): Deleted.
7671 (occur-engine): Use categories from `font-lock-category-alist'.
7672
7673 * info.el (Info-fontify): Deleted.
7674 (Info-select-node): Don't use it.
7675 (Info-mode-hook): New variable.
7676 (Info-mode): Set up categories.
7677 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
7678
7679 * ibuffer.el (ibuffer-formats): Update docs.
7680 (ibuffer-category-alist): New variable.
7681 (ibuffer-get-category): New function.
7682 (ibuffer-compile-make-eliding-form): Use category property instead
7683 of face.
7684 (ibuffer-compile-format): Pass current ibuffer buffer to column
7685 functions too.
7686 (ibuffer-buffer-name-category): New function.
7687 (ibuffer-compile-format): If the current column is a `name'
7688 column, figure out the appropriate category to put on it.
7689 (filename-and-process): Use category property.
7690 (ibuffer-fontify-region-function): Deleted.
7691 (ibuffer-unfontify-region-function): Deleted.
7692 (ibuffer-update-title-and-summary): Use category properties.
7693 (ibuffer-insert-filter-group): Ditto.
7694 (ibuffer-mode): Set up category properties.
7695
7696 2002-05-21 Colin Walters <walters@debian.org>
7697
7698 * replace.el (occur-engine): Increment globalcount all at once
7699 after searching a buffer.
7700 (occur-mode-map): Don't escape plain "o".
7701
7702 * ibuf-macs.el (define-ibuffer-column): Add third argument
7703 `ibuffer-buf'.
7704
7705 * ibuffer.el (toplevel): Require font-lock, to get the face
7706 definitions.
7707 (ibuffer-use-fontification): Deleted.
7708 (column filename-and-process): New column.
7709 (ibuffer-formats): Use it by default.
7710 (ibuffer-name-map, ibuffer-mode-name-map)
7711 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
7712 (ibuffer-do-save, ibuffer-do-toggle-modified)
7713 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
7714 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
7715 (ibuffer): New optional argument `formats'.
7716
7717 2002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
7718
7719 * indent.el (indent-rigidly): Mention how to remove all indentation.
7720
7721 2002-05-21 Colin Walters <walters@gnu.org>
7722
7723 * international/mule-diag.el (describe-char-after): Order display
7724 of text properties by the size of their value, for clarity.
7725
7726 2002-05-20 Stefan Monnier <monnier@cs.yale.edu>
7727
7728 * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
7729 (ange-ftp-file-name-completion): Don't cons unnecessarily.
7730 (ange-ftp-send-cmd): Always `cd' before doing `ls'.
7731
7732 * wid-edit.el (widget-color-complete):
7733 * progmodes/etags.el (tags-complete-tags-table-file):
7734 * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
7735
7736 * textmodes/outline.el (outline-reveal-toggle-invisible):
7737 Reverse the meaning of the second arg.
7738
7739 * reveal.el (reveal-post-command): Reverse the semantics of
7740 reveal-toggle-invisible and support isearch-open-invisible-temporary.
7741
7742 2002-05-20 Markus Rost <rost@math.ohio-state.edu>
7743
7744 * mail/sendmail.el (mail-recover-1): Remove (debug).
7745 (mail-signature): Fix :type.
7746 (mail-default-directory): New user option.
7747 (mail, mail-recover): Use that option.
7748
7749 2002-05-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7750
7751 * international/mule.el (auto-coding-alist): Use emacs-mule
7752 for auto-save files.
7753
7754 2002-05-20 Miles Bader <miles@gnu.org>
7755
7756 * files.el (find-file-read-args): Don't trash existing value of
7757 `minibuffer-setup-hook', just add our hook to it.
7758
7759 2002-05-19 Markus Rost <rost@math.ohio-state.edu>
7760
7761 * international/ucs-tables.el (unify-8859-on-encoding-mode)
7762 (unify-8859-on-decoding-mode): Change :version attributes to strings.
7763
7764 * simple.el (yank-excluded-properties): Change :version attribute
7765 to a string.
7766
7767 * dired.el (dired-view-command-alist): Change :version attribute
7768 to a string.
7769
7770 * xscheme.el (xscheme-start-hook): Change :version attribute to a
7771 string.
7772
7773 * find-dired.el (find-dired): Implement revert-buffer-function.
7774
7775 * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
7776
7777 2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7778
7779 * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
7780 (f90-get-present-comment-type): Fix earlier change.
7781 (f90-comment-indent): Doc fix.
7782 (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
7783 (f90-looking-at-if-then): Remove lets.
7784 (f90-looking-at-where-or-forall): Handle if split over lines.
7785 (f90-change-keywords): Doc fix.
7786
7787 2002-05-19 Richard M. Stallman <rms@gnu.org>
7788
7789 * indent.el (indent-region): Make COLUMN arg optional.
7790
7791 * files.el (find-file-read-args): New function.
7792 (find-file, find-file-other-window, find-file-other-frame)
7793 (find-file-read-only, find-file-read-only-other-window)
7794 (find-file-read-only-other-frame): Use it.
7795
7796 * custom.el (custom-load-symbol): Verify that LOADED is a string.
7797
7798 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
7799 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
7800 (archive-zip-update-case): Use locate-file to decide whether
7801 to use pkzip.
7802 (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
7803
7804 * files.el (locate-file): Doc fix.
7805
7806 2002-05-19 John Paul Wallington <jpw@shootybangbang.com>
7807
7808 * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
7809 as an option.
7810
7811 2002-05-18 Stefan Monnier <monnier@cs.yale.edu>
7812
7813 * uniquify.el (uniquify-rationalize-file-buffer-names):
7814 Always strip the trailing / even if the file is not a directory.
7815
7816 2002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk>
7817
7818 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
7819 initialization in the defvar.
7820 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
7821 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
7822 (f90-font-lock-4): Move the doc strings.
7823 (f90-menu-bar-menu): New internal variable to hold the top-level menu.
7824 (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
7825 (f90-mode-abbrev-table): Initialize in the defvar, with
7826 define-abbrev-table.
7827
7828 2002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
7829
7830 * tar-mode.el (tar-octal-time): Fix last change.
7831
7832 2002-05-18 Markus Rost <rost@math.ohio-state.edu>
7833
7834 * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
7835 (report-emacs-bug): Store the prompt in
7836 `report-emacs-bug-text-prompt'. Move Configuration/Important
7837 settings information after the user's report.
7838 (report-emacs-bug-hook): Unclutter by deleting the content of
7839 `report-emacs-bug-text-prompt'.
7840
7841 2002-05-17 Thomas Morgan <tlm@pocketmail.com>
7842
7843 * forms.el (forms-jump-record, forms-insert-record)
7844 (forms-delete-record): Calculate lines from the beginning of the
7845 accessible portion rather than from the beginning of the buffer.
7846
7847 2002-05-16 Eli Zaretskii <eliz@is.elta.co.il>
7848
7849 * ps-mule.el (eval-and-compile): Add a trivial replacement for a
7850 possibly missing encode-char.
7851 (ps-mule-font-info-database-bdf): Add associations for Unicode
7852 fonts. Doc fix.
7853 (ps-mule-font-info-database-ps-bdf): Doc fix.
7854 (ps-mule-encode-ucs2): New function for encoding Unicode characters.
7855
7856 * tar-mode.el (tar-octal-time): Fix the last argument of logior.
7857
7858 2002-05-16 Stefan Monnier <monnier@cs.yale.edu>
7859
7860 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7861 Find funs defined with defun-cvs-mode.
7862 (find-function-space-re): New const. Skips comments as well.
7863 (find-function-regexp, find-variable-regexp): Use it.
7864
7865 * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
7866 (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
7867 (cvs-mode-set-flags): Don't cons unnecessarily.
7868
7869 2002-05-16 Colin Walters <walters@debian.org>
7870
7871 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
7872 "Simple Calculator".
7873 (menu-bar-tools-menu) <calc>: New.
7874
7875 2002-05-16 Juanma Barranquero <lektu@terra.es>
7876
7877 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
7878
7879 * filesets.el (filesets-ormap): Fix typo.
7880
7881 * faces.el (describe-face): Fix typo.
7882
7883 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
7884
7885 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
7886 Don't treat (lambda () ...) as an expression.
7887
7888 2002-05-15 John Paul Wallington <jpw@shootybangbang.com>
7889
7890 * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
7891
7892 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
7893
7894 * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
7895
7896 2002-05-14 Glenn Morris <gmorris@ast.cam.ac.uk>
7897
7898 * progmodes/fortran.el (fortran-directive-re): New name for
7899 fortran-preprocessor-re. All usage updated.
7900 (fortran-calculate-indent): Give directives zero indentation.
7901
7902 2002-05-14 Jason Rumney <jasonr@gnu.org>
7903
7904 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
7905 displayed text and internal name as string.
7906
7907 2002-05-14 Kim F. Storm <storm@cua.dk>
7908
7909 * emulation/cua-rect.el (cua--rectangle-operation):
7910 Don't highlight empty lines in rectangles.
7911
7912 * emulation/keypad.el: Improved commentary.
7913 (keypad-setup, keypad-shifted-setup): Added choice to setup
7914 Numeric keypad with decimal key; value is selected character.
7915 (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
7916 (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
7917 (keypad-setup): Arg list changed to support the new options.
7918
7919 2002-05-14 Richard M. Stallman <rms@gnu.org>
7920
7921 * dabbrev.el (dabbrev-case-distinction): New option.
7922 (dabbrev--try-find): Handle dabbrev-case-distinction.
7923 (dabbrev--search): Clean up the code.
7924 (dabbrev-upcase-means-case-search): Doc fix.
7925 (dabbrev-case-replace): Fix custom tags and docs.
7926
7927 2002-05-14 Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>
7928
7929 * calc/calc-units.el (math-standard-units): Update from CODATA.
7930
7931 2002-05-14 Stefan Monnier <monnier@cs.yale.edu>
7932
7933 * skeleton.el (skeleton-transformation): Default to `identity'.
7934 (skeleton-insert): Use `move-after' markers and `insert' rather
7935 than rely on insert-before-markers.
7936 (skeleton-internal-1): Handle `> \n' specially so that the newline
7937 is inserted before the first line is indented.
7938
7939 2002-05-14 Mike Williams <mdub@bigfoot.com>
7940
7941 * textmodes/sgml-mode.el (sgml-tag):
7942 Default skeleton-transformation to `identity'.
7943
7944 2002-05-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
7945
7946 * shell.el (shell-mode): Make second part of initialisation
7947 depend on whether comint-input-ring is empty, rather than depend
7948 on it being nil.
7949
7950 2002-05-14 Richard M. Stallman <rms@gnu.org>
7951
7952 * files.el (make-auto-save-file-name):
7953 Delete the auto-save file after make-temp-file creates it.
7954
7955 2002-05-13 Kim F. Storm <storm@cua.dk>
7956
7957 * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
7958 (cua-mode): Print Enabled/Disabled messages if interactive.
7959 Disable delete-selection-mode and pc-selection-mode when cua-mode
7960 is enabled; reenable if cua-mode is turned off.
7961 Remember setting of transient-mark-mode when cua-mode is enabled;
7962 restore if cua-mode is disabled.
7963
7964 2002-05-13 Richard M. Stallman <rms@gnu.org>
7965
7966 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
7967
7968 2002-05-13 Colin Walters <walters@gnu.org>
7969
7970 * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
7971
7972 * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
7973 (ibuffer-redisplay-engine): Handle it.
7974
7975 * add-log.el (add-log-mailing-address): Can be a list, too.
7976 (add-change-log-entry): If `add-log-mailing-address' is a list,
7977 then handle it.
7978
7979 2002-05-12 Colin Walters <walters@debian.org>
7980
7981 * replace.el (occur-1): New optional argument `buf-name'.
7982 (occur-revert-function): Use it.
7983
7984 (occur-1): Handle plurals.
7985
7986 (occur-engine): If there are no more matches, then finish
7987 searching the current buffer.
7988
7989 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7990
7991 * net/ange-ftp.el (ange-ftp-try-passive-mode)
7992 (ange-ftp-passive-host-alist): Change :version attributes to be
7993 strings.
7994
7995 2002-05-12 Markus Rost <rost@math.ohio-state.edu>
7996
7997 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
7998 define-minor-mode.
7999
8000 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8001 Handle more whitespace/newline combinations in symbol definitions.
8002
8003 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
8004
8005 * w32-vars.el (w32)
8006 * vc-cvs.el (vc-cvs-global-switches)
8007 (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
8008 * textmodes/sgml-mode.el (sgml-xml-mode)
8009 * ruler-mode.el (ruler-mode)
8010 * replace.el (query-replace-skip-read-only)
8011 * progmodes/fortran.el (fortran-preprocessor-re)
8012 * net/ange-ftp.el (ange-ftp-passive-host-alist)
8013 * mail/sendmail.el (mail-use-dsn)
8014 * faces.el (mode-line-inactive, minibuffer-prompt)
8015 * add-log.el (add-log-always-start-new-record): Change all
8016 post-21.1 :version attributes to 21.4.
8017
8018 2002-05-12 Richard M. Stallman <rms@gnu.org>
8019
8020 * mail/smtpmail.el (smtpmail-mail-address): New variable.
8021 (smtpmail-send-it): Bind and use that instead of `mail-address'.
8022 (smtpmail-via-smtp): Likewise.
8023
8024 * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
8025 (ansi-color-apply-sequence): Avoid duplicates in combined face list.
8026
8027 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
8028
8029 * subr.el (functionp): Catch errors in indirect-function.
8030
8031 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8032
8033 * net/ldap.el (ldap-search-internal): Unfold folded lines before
8034 parsing.
8035
8036 * cus-edit.el (customize-set-value): Rename `var' to `variable'
8037 and `val' to `value'.
8038 (customize-save-variable): Rename `var' to `'variable.
8039
8040 2002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
8041
8042 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
8043 Use it for font-locking and indentation.
8044 (fortran-previous-statement, fortran-next-statement): Make them
8045 skip over preprocessor lines.
8046 (fortran-calculate-indent): Use fortran-preprocessor-re.
8047
8048 2002-05-10 Kim F. Storm <storm@cua.dk>
8049
8050 * emulation/cua-base.el (cua-enable-cua-keys)
8051 (cua-enable-register-prefix): Added value for `other' choice.
8052
8053 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
8054
8055 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
8056 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
8057 (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
8058 Run a named function.
8059 (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
8060 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
8061 Fix help text.
8062
8063 2002-05-10 Kim F. Storm <storm@cua.dk>
8064
8065 * emulation/cua-base.el (cua-mode): Misc. changes to use
8066 emulation-mode-map-alists instead of minor-mode-map-alist.
8067
8068 2002-05-09 Richard M. Stallman <rms@gnu.org>
8069
8070 * mail/rmail.el (rmail-show-message):
8071 Catch error in check-coding-system.
8072
8073 * progmodes/compile.el (compilation-error-regexp-alist):
8074 New element to recognize Python error messages.
8075
8076 * shell.el (shell-replace-by-expanded-directory):
8077 If there's already a / at the end, don't add one.
8078
8079 2002-05-09 Colin Walters <walters@verbum.org>
8080
8081 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
8082 `ibuffer-filter-disable', `ibuffer-pop-filter',
8083 `ibuffer-or-filter', `ibuffer-negate-filter',
8084 `ibuffer-decompose-filter', `ibuffer-save-filters',
8085 `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
8086 `ibuffer-save-filter-groups',
8087 `ibuffer-switch-to-saved-filter-groups',
8088 `ibuffer-delete-saved-filter-groups'.
8089
8090 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
8091
8092 2002-05-09 Markus Rost <rost@math.ohio-state.edu>
8093
8094 * woman.el (woman-menu): Move symbol before the comment so that
8095 find-function-search-for-symbol finds it.
8096
8097 2002-05-10 Miles Bader <miles@gnu.org>
8098
8099 * facemenu.el (list-colors-display): Don't use
8100 `display-color-cells' unless the display class is one for which
8101 that info is relevant.
8102
8103 2002-05-09 Simon Josefsson <jas@extundo.com>
8104
8105 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
8106 calling buffer.
8107 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
8108 have the patch).
8109
8110 2002-05-09 Kim F. Storm <storm@cua.dk>
8111
8112 * wid-edit.el (checkbox): New check-mark image.
8113
8114 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8115
8116 * filesets.el (filesets-running-xemacs): Fix last change.
8117
8118 2002-05-08 Markus Rost <rost@math.ohio-state.edu>
8119
8120 * help-fns.el (describe-function-1): If the source is
8121 `loaddefs.el', look for the real source. This is necessary only
8122 for defaliases.
8123
8124 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8125 Add autoload cookie.
8126 (find-function-regexp): Include
8127 "\(quote " to match the defaliases in loaddefs.el.
8128
8129 * filesets.el (filesets-conditional-sort): Use copy-sequence,
8130 not copy-list.
8131 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
8132 Defvar them to nil if running in Emacs.
8133
8134 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8135
8136 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
8137 to flyspell overlays.
8138
8139 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
8140
8141 2002-05-08 Richard M. Stallman <rms@gnu.org>
8142
8143 * diff.el (diff-regexp-alist): Doc fix.
8144
8145 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
8146
8147 2002-05-08 Simon Marshall <simon@gnu.org>
8148
8149 * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
8150 the frame name as the car of a menu entry, rather than the frame.
8151
8152 2002-05-08 Juanma Barranquero <lektu@terra.es>
8153
8154 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
8155 in docstring.
8156
8157 2002-05-07 Colin Walters <walters@verbum.org>
8158
8159 * replace.el (occur-unfontify-region-function): Delete.
8160 (occur-mode): Don't use it.
8161 (occur-engine): Respect `keep-props'.
8162 (occur-accumulate-lines): If we're moving forward, decrement;
8163 don't increment, and vice versa.
8164
8165 2002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
8166
8167 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
8168 (tibetan-canonicalize-for-unicode-regexp): New variables.
8169 (tibetan-canonicalize-for-unicode-region): New function.
8170 (tibetan-strict-unicode): New variable.
8171 (tibetan-pre-write-canonicalize-for-unicode): New function.
8172
8173 2002-05-07 Markus Rost <rost@math.ohio-state.edu>
8174
8175 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
8176 the autoload-cookie. Remove comment.
8177
8178 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
8179
8180 * rect.el (close-rectangle): Don't hide it behind the
8181 autoload-cookie.
8182
8183 2002-05-07 Juanma Barranquero <lektu@terra.es>
8184
8185 * windmove.el (windmove-default-keybindings): Add optional
8186 parameter to allow using a modifier other than 'shift.
8187
8188 2002-05-07 Thomas Link <t.link@gmx.at>
8189
8190 * filesets.el:
8191 (filesets-external-viewers): Fix customization problem.
8192 (filesets-some): Replaces cl's `some'. Calls changed.
8193 (filesets-member): Replaces cl's `member*'. Calls changed.
8194 (filesets-ormap): New function.
8195
8196 2002-05-07 John Paul Wallington <jpw@shootybangbang.com>
8197
8198 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
8199 menu items.
8200
8201 2002-05-07 Colin Walters <walters@gnu.org>
8202
8203 * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
8204 (ibuffer-clear-filter-groups): Likewise.
8205 (ibuffer-kill-filter-group): Likewise.
8206 (ibuffer-kill-line): Likewise.
8207 (ibuffer-read-filter-group-name): New function.
8208 (ibuffer-jump-to-filter-group): Use it.
8209 (ibuffer-kill-filter-group): Likewise.
8210 (ibuffer-yank-filter-group): Likewise.
8211 (ibuffer-decompose-filter-group): New function.
8212
8213 * ibuffer.el (ibuffer-mode-map): Bind it. Add :enable guard
8214 around `ibuffer-filters-to-filter-group' menu item. Fix :enable
8215 guards for `ibuffer-pop-filter-group' and
8216 `ibuffer-clear-filter-groups'.
8217
8218 2002-05-06 Markus Rost <rost@math.ohio-state.edu>
8219
8220 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8221 Use with-syntax-table.
8222
8223 2002-05-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
8224
8225 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
8226
8227 2002-05-05 Markus Rost <rost@math.ohio-state.edu>
8228
8229 * time-stamp.el (time-stamp-format): Doc fix: escape open
8230 parenthesis in column 0.
8231
8232 2002-05-04 Richard M. Stallman <rms@gnu.org>
8233
8234 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
8235 Handle both cases: when the menu item has cached info
8236 and when it doesn't.
8237
8238 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
8239 (filesets-open-file-function, filesets-save-buffer-function): Likewise.
8240 (filesets-tree-max-level): Doc fix.
8241 (filesets-commands, filesets-external-viewers)
8242 (filesets-ingroup-patterns): Mark as risky.
8243 (filesets-cache-hostname-flag): Doc fix.
8244 (filesets-menu-cache-file): Doc fix. Mark as risky.
8245 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
8246 Don't defcustom them if running in Emacs.
8247
8248 2002-05-04 Thomas Link <t.link@gmx.at>
8249
8250 * filesets.el (filesets-ingroup-collect-files):
8251 Fix problem with inclusion groups' :scan-depth property.
8252
8253 2002-05-04 Colin Walters <walters@verbum.org>
8254
8255 * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
8256 "Default" group earlier. Push killed group on
8257 `ibuffer-filter-group-kill-ring'.
8258 (ibuffer-kill-line): Document. Don't push killed group ourselves.
8259 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
8260 (ibuffer-insert-filter-group-before): New function, broken out
8261 from `ibuffer-yank'.
8262 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
8263
8264 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
8265 (ibuffer-mode-view-menu): Unused variables; deleted.
8266 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
8267
8268 2002-05-04 John Paul Wallington <jpw@shootybangbang.com>
8269
8270 * ibuffer.el (ibuffer-mode-groups-popup): New variable.
8271 (toplevel): Bind filter group menu entries in it. Add :enable
8272 forms for some menu items.
8273 (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
8274 to `ibuffer-mouse-popup-menu'.
8275 (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
8276 group name, and if so, pop up a filter group menu.
8277
8278 2002-05-04 Jason Rumney <jasonr@gnu.org>
8279
8280 * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
8281 (mwheel-scroll): Recognize nil scroll amount as documented.
8282
8283 * term/w32-win.el (mouse-wheel-scroll-line)
8284 (mouse-wheel-scroll-screen): Remove.
8285 ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
8286
8287 * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
8288
8289 2002-05-04 Markus Rost <rost@math.ohio-state.edu>
8290
8291 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8292 Bind case-fold-search when searching.
8293
8294 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
8295
8296 * apropos.el (apropos-print): Fix the reference to mouse-2.
8297
8298 2002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
8299
8300 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
8301
8302 2002-05-04 Kim F. Storm <storm@cua.dk>
8303
8304 * cus-edit.el (custom-buffer-verbose-help): New variable.
8305 (custom-buffer-create-internal): Remove verbose introduction
8306 in customization buffer when it is nil.
8307
8308 2002-05-03 Dave Love <fx@gnu.org>
8309
8310 * international/mule-cmds.el (select-safe-coding-system):
8311 Don't offer coding systems that use locking shift.
8312 Ask for confirmation if chosen coding system disagrees with
8313 a `coding:' spec in the file.
8314
8315 2002-05-03 John Wiegley <johnw@gnu.org>
8316
8317 * eshell/esh-var.el (eshell-modify-global-environment): Added this
8318 customization variable, which will cause any "export" commands
8319 within any eshell buffer to modify the global Emacs environment.
8320 It defaults to nil, which means that such commands will only
8321 modify that Eshell buffer's environment.
8322 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
8323
8324 * eshell/em-cmpl.el (eshell-command-completions-alist):
8325 Improve default completion targets for objdump, nm and readelf.
8326
8327 2002-05-03 Colin Walters <walters@verbum.org>
8328
8329 * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
8330 (gamegrid-add-score-with-update-game-score):
8331 Use `shared-game-score-directory'. Correctly handle non-setuid case.
8332
8333 2002-05-02 Colin Walters <walters@verbum.org>
8334
8335 * replace.el (occur-mode-map): Bind "q" to `delete-window'.
8336 (occur-1): If one of the buffers we're searching is the *Occur*
8337 buffer itself, handle it by creating a temporary buffer. If any
8338 of the buffers being searched are killed, note that in the search
8339 result message. Also, set local variables before we possibly kill
8340 the buffer.
8341
8342 2002-05-02 Kim F. Storm <storm@cua.dk>
8343
8344 * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
8345 (menu-bar-options-save): Added cua-mode.
8346 (menu-bar-options-menu): Added toggle for cua-mode.
8347 Disable toggle for transient-mark-mode if cua-mode is enabled.
8348
8349 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
8350 variable.
8351
8352 2002-05-01 Richard M. Stallman <rms@gnu.org>
8353
8354 * help.el (view-todo): New function.
8355 (help-map): Bind C-h C-t to view-todo.
8356 (help-for-help): Change the text.
8357
8358 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8359
8360 * progmodes/f90.el: Yet more doc string, commment and whitespace
8361 changes.
8362 (f90-imenu-flag): New name for internal variable f90-imenu.
8363 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
8364 (f90-no-break-re): Use regexp-opt.
8365 (f90-end-type-re): Add closing "\\>".
8366 (f90-indent-region): Correctly indent comments embedded in
8367 continued lines.
8368 (f90-indent-new-line): Make it indent the current line, as it should.
8369 (f90-line-continued, f90-get-present-comment-type)
8370 (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
8371 (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
8372 (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
8373 (f90-change-keywords): Minor code tidying.
8374
8375 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
8376 typo `fortran-strip-sqeuence-nos'.
8377
8378 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
8379
8380 * simple.el (clone-indirect-buffer-other-window): Fix a typo in
8381 pop-up-window.
8382
8383 2002-05-01 Kim F. Storm <storm@cua.dk>
8384
8385 * emulation/cua-base.el (cua--pre-command-handler):
8386 Only interpret delete-selection property if mark-active.
8387 (cua-mode): Fixed require in defcustom.
8388
8389 2002-05-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8390
8391 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
8392 error call.
8393
8394 2002-05-01 Colin Walters <walters@verbum.org>
8395
8396 * textmodes/tex-mode.el (tex-validate-buffer):
8397 Use `occur-revert-arguments' instead of setting `occur-nlines' and
8398 `occur-buffer'. Don't test for `input-pending-p' in loop.
8399 Set text property `occur-target' instead of `occur'.
8400
8401 2002-04-30 John Wiegley <johnw@gnu.org>
8402
8403 * align.el (align-region): Fixed the fix to align-region, because
8404 the "name" argument was appearing twice.
8405
8406 2002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org>
8407
8408 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
8409 to handle protection labels, one which doesn't get confused by
8410 inherit colons.
8411
8412 * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
8413 functions that have "class" or "struct" in the return type as
8414 classes or structs.
8415
8416 2002-04-30 Kim F. Storm <storm@cua.dk>
8417
8418 * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
8419 Options" to "New Options..."; rephrase tooltip.
8420 Rephrase tooltip for "Specific Option...".
8421 Added "Saved Options" item. [from Simon Marshall]
8422
8423 2002-04-30 Richard M. Stallman <rms@gnu.org>
8424
8425 * time.el (display-time-mail-directory)
8426 (display-time-mail-function): Doc fixes.
8427
8428 * ediff-hook.el: Remove autoload cookies.
8429
8430 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
8431
8432 * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
8433
8434 * align.el (align-region): Fix call to `message'.
8435 Check that (car rule) is a symbol.
8436
8437 * autoinsert.el (auto-insert-directory): Doc fix.
8438
8439 * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
8440
8441 * descr-text.el: New file, broken out of facemenu.el.
8442
8443 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
8444
8445 2002-04-29 Markus Rost <rost@math.ohio-state.edu>
8446
8447 * mail/emacsbug.el (report-emacs-bug-hook):
8448 Use replace-match only if search was successful.
8449
8450 2002-04-29 Richard M. Stallman <rms@gnu.org>
8451
8452 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
8453
8454 * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
8455 if the user edits the Emacs version number in the text.
8456
8457 * filesets.el (filesets-running-xemacs): Make defvar unconditional.
8458 (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
8459 (filesets-error): Simplify definition and make conditional
8460 on filesets-running-xemacs.
8461 (filesets-find-file-using): Renamed from fsfind-file-using.
8462
8463 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
8464
8465 * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
8466 (Info-read-node-name-1): Complete file names.
8467 (Info-complete-menu-item): Don't cons unnecessarily.
8468
8469 * files.el (locate-file): New fun.
8470 (locate-file-completion): Rename from load-completion and generalize.
8471 (load-library): Use it.
8472 (make-auto-save-file-name): Expand caddr.
8473
8474 * newcomment.el (comment-fill-column): New var.
8475 (comment-indent): Use it.
8476 (comment-or-uncomment-region): New fun.
8477 (comment-dwim): Use it.
8478
8479 2002-04-29 Colin Walters <walters@verbum.org>
8480
8481 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
8482 (ibuffer-kill-line): Copy the filter group data structure when killing.
8483 (ibuffer-yank): Handle case where we're yanking on the default
8484 group correctly.
8485 (ibuffer-delete-saved-filter-groups): Doc fix.
8486
8487 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
8488 Test whether or not update-game-score is setuid, and do the right
8489 thing.
8490
8491 2002-04-29 Kim F. Storm <storm@cua.dk>
8492
8493 * subr.el (remove-yank-excluded-properties): New helper function.
8494 (insert-for-yank, insert-buffer-substring-as-yank): Use it.
8495
8496 * simple.el (yank-excluded-properties): Added help-echo to list.
8497
8498 2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
8499
8500 * autoinsert.el (auto-insert-directory): Doc fix.
8501
8502 * progmodes/f90.el: Add/change doc strings for many inline
8503 functions. Whitespace changes.
8504 (f90-indent-line-no, f90-update-line): Minor code changes.
8505
8506 2002-04-29 Kim F. Storm <storm@cua.dk>
8507
8508 * emulation/cua-base.el: New file.
8509
8510 * emulation/cua-rect.el: New file.
8511
8512 * emulation/cua-gmrk.el: New file.
8513
8514 * emulation/keypad.el: New file.
8515
8516 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
8517
8518 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
8519 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
8520 New Vietnamese coding system.
8521
8522 * language/viet-util.el: Update Commentary section.
8523
8524 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8525
8526 * filesets.el (filesets-data): Doc fix.
8527 (filesets-running-xemacs): Define even when compiling.
8528
8529 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
8530 sentence.
8531
8532 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
8533
8534 * textmodes/fill.el (fill-context-prefix): Fix last change with
8535 yet-another-approach.
8536
8537 2002-04-28 Markus Rost <rost@math.ohio-state.edu>
8538
8539 * net/ange-ftp.el (ange-ftp-passive-host-alist)
8540 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
8541
8542 * files.el (small-temporary-file-directory): Fix custom type.
8543
8544 2002-04-28 Glenn Morris <gmorris@ast.cam.ac.uk>
8545
8546 * progmodes/f90.el (f90-xemacs-flag): New variable.
8547 (f90-mark-subprogram-overlay): New variable.
8548 (f90-mark-subprogram): Now it highlights the subprogram.
8549 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
8550 Fix highlighting of various "type" forms.
8551
8552 2002-04-28 Colin Walters <walters@verbum.org>
8553
8554 * ibuffer.el (ibuffer-mode): Additional documentation on filter
8555 groups.
8556
8557 2002-04-28 John Paul Wallington <jpw@shootybangbang.com>
8558
8559 * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
8560 ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
8561
8562 2002-04-28 Richard M. Stallman <rms@gnu.org>
8563
8564 * mail/sendmail.el (mail-recover-1): Decrease non-random-len
8565 by 1 for the newly-readded #.
8566
8567 * files.el (make-auto-save-file-name): Specify # as suffix
8568 in the non-file-visiting case.
8569
8570 * subr.el (make-temp-file): New arg SUFFIX.
8571
8572 * filesets.el: New file.
8573
8574 * replace.el (occur-accumulate-lines): Avoid incf and decf.
8575 (occur-engine-add-prefix): New function.
8576 (occur-engine): Avoid using macrolet, incf and decf.
8577 Use occur-engine-add-prefix instead.
8578 Rename `l' to `lines' and `c' to `matches'.
8579
8580 * replace.el (occur-engine, occur-mode-mouse-goto)
8581 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
8582 (occur-mode-goto-occurrence-other-window)
8583 (occur-mode-display-occurrence): A position is just a marker,
8584 not a list.
8585
8586 * replace.el (occur-revert-arguments):
8587 Renamed from occur-revert-properties. All uses changed.
8588
8589 2002-04-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8590
8591 * recentf.el (recentf-menu-before): Use string to specify path in
8592 the menu.
8593
8594 * international/mule-cmds.el (read-language-name): Take care of
8595 non-list values.
8596
8597 2002-04-27 Richard M. Stallman <rms@gnu.org>
8598
8599 * custom.el (custom-load-symbol): Moved from cus-edit.el.
8600 (custom-load-recursion): Likewise.
8601
8602 * cus-edit.el (custom-load-symbol): Moved to custom.el.
8603 (custom-load-recursion): Likewise.
8604
8605 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
8606 generated by easymenu are now lowercase.
8607
8608 2002-04-27 Richard M. Stallman <rms@gnu.org>
8609
8610 * menu-bar.el (menu-bar-update-buffers): Add menu items
8611 Next Buffer and Previous Buffer.
8612
8613 * simple.el (next-buffer, prev-buffer): New commands.
8614 Bind C-x left and C-x right to them.
8615
8616 * info.el (Info-header-line): Mark it as risky-local-variable.
8617
8618 * subr.el (insert-for-yank): Replace `category' property
8619 with whatever properties it stands for.
8620
8621 * subr.el (member-ignore-case): Ignore non-strings in LIST.
8622
8623 2002-04-27 Miles Bader <miles@gnu.org>
8624
8625 * faces.el (read-face-name): Format the prompt correctly when
8626 there's no default.
8627
8628 2002-04-26 Andrew Choi <akochoi@shaw.ca>
8629
8630 * term/mac-win.el: Don't call ediff-toggle-multiframe.
8631 Set default directory. Set process-connection-type to nil.
8632
8633 2002-04-26 Richard M. Stallman <rms@gnu.org>
8634
8635 * loadup.el: Explicitly load cus-face and timer.
8636
8637 * isearch.el: Don't require timer.
8638
8639 * faces.el: Don't require cus-face.
8640
8641 * cus-edit.el (customize-face): Use read-face-name
8642 and handle multiple faces.
8643 (customize-face-other-window): Make it work similarly.
8644
8645 * faces.el (read-face-name): New defaulting features.
8646 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
8647 (list-faces-display): Use the face, not its name string,
8648 as arg when running customize-face.
8649 Put a `read-face-name' prop on the entire line.
8650 (describe-face): Handle multiple faces via read-face-name.
8651
8652 * textmodes/tex-mode.el (tex-start-options): New variable.
8653 (tex-start-commands): New variable.
8654 (tex-start-options-string): Variable deleted.
8655 (tex-start-tex): Use tex-start-options and tex-start-commands,
8656 not tex-start-options-string.
8657 (tex-command): Doc fix.
8658
8659 2002-04-26 Sam Steingold <sds@gnu.org>
8660
8661 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
8662 not in the authinfo/netrc, keep `cred' at nil.
8663
8664 2002-04-26 Gerd Moellmann <gerd@gnu.org>
8665
8666 * find-file.el: Remove Ada-specific example code.
8667
8668 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
8669
8670 * ediff-hooks.el: Put back the autoloads.
8671
8672 2002-04-25 Colin Walters <walters@verbum.org>
8673
8674 * ibuffer.el (define column process): Use `ibuffer-aif'.
8675
8676 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
8677 defaults.
8678 (ibuffer-yank): Be sure to `setq' after we use `nconc'.
8679 (ibuffer-save-filter-groups): Correctly structure filter groups.
8680 (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
8681 groups.
8682
8683 2002-04-25 Simon Josefsson <jas@extundo.com>
8684
8685 * mail/sendmail.el (mail-use-dsn): New variable to request
8686 delivery status notification from MTA.
8687 (sendmail-send-it): Use it.
8688
8689 * mail/smtpmail.el (smtpmail-queue-counter): New variable.
8690 (smtpmail-send-it): Use it to construct new queue filenames
8691 (needed if you send more than one message per second, which is
8692 possible if you use Gnus Agent).
8693
8694 * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
8695 files as well.
8696 (smtpmail-try-auth-methods): Support netrc data.
8697 (netrc-parse): Autoload netrc.
8698
8699 2002-04-25 Colin Walters <walters@verbum.org>
8700
8701 * replace.el (multi-occur-by-filename-regexp): Doc fix.
8702 (occur-engine): Go to `point-min'. Make nlines argument actually
8703 mean number of context lines. Handle it. Pad digits to the right.
8704
8705 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
8706 `ibuffer-filter-groups'. All users updated.
8707 (ibuffer-show-empty-filter-groups): New variable.
8708 (ibuffer-saved-filter-groups): New variable.
8709 (ibuffer-maybe-save-stuff): Renamed from
8710 `ibuffer-maybe-save-saved-filters'. Callers updated.
8711 Handle `ibuffer-saved-filter-groups'.
8712 (ibuffer-hidden-filtering-groups): Renamed to
8713 `ibuffer-hidden-filter-groups'.
8714 (ibuffer-filter-group-kill-ring): New variable.
8715 (ibuffer-save-with-custom): Doc fix.
8716 (ibuffer-set-filter-groups-by-mode): New function.
8717 (ibuffer-clear-filter-groups): New function.
8718 (ibuffer-current-filter-groups-with-position): Renamed from
8719 `ibuffer-current-filter-groups'. Callers updated.
8720 (ibuffer-kill-filter-group): New function.
8721 (ibuffer-kill-line): New function.
8722 (ibuffer-yank): New function.
8723 (ibuffer-save-filter-groups): New function.
8724 (ibuffer-delete-saved-filter-groups): New function.
8725 (ibuffer-switch-to-saved-filter-groups): New function.
8726 (ibuffer-mark-on-buffer): Add optional arguments for adding a
8727 specific mark, and marking on a specific group.
8728
8729 * ibuffer.el (ibuffer-formats): Doc fix.
8730 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
8731 Bind new functions from ibuf-ext.el. Add menu entries for them.
8732 Remove superfluous tooltips.
8733 (ibuffer-toggle-marks): If on a group name, then toggle marks just
8734 in that group.
8735 (ibuffer-mark-interactive): Handle filter groups.
8736 (ibuffer-mark-forward, ibuffer-unmark-forward)
8737 (ibuffer-mark-for-delete, ibuffer-unmark-backward)
8738 (ibuffer-mark-for-delete-backwards): Update docs.
8739 (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
8740 to `ibuffer-current-filter-groups-with-position'.
8741 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
8742 (ibuffer-mode): Add some documentation about filter groups.
8743
8744 2002-04-25 Andreas Schwab <schwab@suse.de>
8745
8746 * find-dired.el (find-name-dired): Don't quote pattern twice.
8747
8748 2002-04-26 Miles Bader <miles@gnu.org>
8749
8750 * cus-edit.el (customize-face, customize-face-other-window):
8751 Use default instead of initial-input for suggested face.
8752
8753 2002-04-25 Gerd Moellmann <gerd@gnu.org>
8754
8755 * cus-edit.el (customize-face-other-window, customize-face):
8756 Interactively, when point is on text with a face, suggest to
8757 customize that face.
8758
8759 2002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk>
8760
8761 * progmodes/f90.el: General tidy-up of commentary and some doc
8762 strings.
8763
8764 2002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8765
8766 * scroll-all.el (scroll-all-function-all) New function to do the
8767 actual work.
8768 (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
8769 scroll-all-page-down-all, scroll-all-page-up-all,
8770 scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
8771 Make them use scroll-all-function-all.
8772
8773 * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
8774 with line-beginning-position.
8775 (f90-get-end-of-line): Removed and replaced with line-end-position.
8776 (f90-match-piece): Removed and replaced with match-string.
8777 (f90-current-indentation): Remove `current-column'.
8778 (f90-get-present-comment-type): Use match-string rather than
8779 buffer-substring.
8780 (f90-match-end): Use line-beginning-position, line-end-position
8781 rather than beginning-of-line, end-of-line.
8782 (f90-startup-message): Variable removed.
8783
8784 2002-04-24 Colin Walters <walters@verbum.org>
8785
8786 * replace.el (occur-accumulate-lines): Add optional argument
8787 `no-props'. Handle it.
8788 (occur-engine): Use it.
8789
8790 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set
8791 up autoloads manually.
8792 (ibuffer-split-list): New function.
8793 (ibuffer-filtering-groups): New variable.
8794 (ibuffer-hidden-filtering-groups): New variable.
8795 (ibuffer-mouse-toggle-filter-group): New function.
8796 (ibuffer-toggle-filter-group): New function.
8797 (ibuffer-toggle-filter-group-1): New function.
8798 (ibuffer-forward-filter-group): New function.
8799 (ibuffer-backward-filter-group): New funtion.
8800 (ibuffer-generate-filter-groups): New function.
8801 (ibuffer-filters-to-filter-group): New function.
8802 (ibuffer-pop-filter-group): New function.
8803 (ibuffer-jump-to-filter-group): New function.
8804 (ibuffer-do-occur): Just use `occur-read-primary-args'
8805
8806 * ibuffer.el (ibuffer-filter-group-name-face): New.
8807 (ibuffer-mode-map): Bind and add menu entries for most new
8808 functions; also, bind the arrow keys to the movement functions.
8809 (ibuffer-mode-filter-group-map): New.
8810 (ibuffer-mouse-toggle-mark): Handle group names.
8811 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
8812 (ibuffer-skip-properties): New function.
8813 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
8814 group names. Also, handle new properties.
8815 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
8816 Move error handling to `ibuffer-current-buffer'.
8817 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
8818 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
8819 (ibuffer-toggle-marks): Add optional group argument.
8820 (ibuffer-mark-interactive): Skip group names.
8821 (ibuffer-current-buffer): Clean up error handling.
8822 (ibuffer-fontify-region-function): Fontify group names.
8823 (ibuffer-map-lines): Add extra group argument. Handle it.
8824 (ibuffer-current-filter-groups): New function.
8825 (ibuffer-redisplay): Handle hidden filtering groups.
8826 (ibuffer-sort-bufferlist): New function, taken from
8827 `ibuffer-insert-buffers-and-marks'.
8828 (ibuffer-insert-filter-group): New function.
8829 (ibuffer-redisplay-engine): Renamed from
8830 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups.
8831 (ibuffer): Add filter-groups argument. Handle it.
8832 Use `save-selected-window'.
8833 (ibuffer-mode): Make `ibuffer-filtering-groups' and
8834 `ibuffer-hidden-filtering-groups' buffer-local.
8835
8836 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
8837
8838 2002-04-24 Richard M. Stallman <rms@gnu.org>
8839
8840 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
8841 (easy-menu-define-key-intern): Function deleted; callers intern
8842 and then call easy-menu-define-key.
8843 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
8844 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
8845 (easy-menu-name-match): New function.
8846 (add-submenu): New function.
8847 (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
8848
8849 2002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
8850
8851 * menu-bar.el (menu-bar-adv-search-menu)
8852 (menu-bar-adv-search-menu): Improve the help text.
8853
8854 2002-04-24 Simon Josefsson <jas@extundo.com>
8855
8856 * net/netrc.el: New file.
8857
8858 2002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
8859
8860 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
8861 Check if any of the available selection sources has new content
8862 and if so it will return that content.
8863
8864 2002-04-24 Miles Bader <miles@gnu.org>
8865
8866 * menu-bar.el (buffers-menu-show-directories)
8867 (buffers-menu-show-status): New variables.
8868 (menu-bar-update-buffers-1): Use them.
8869
8870 2002-04-24 Martin Stjernholm <mast@lysator.liu.se>
8871
8872 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
8873 from `c-do-auto-fill' and point is at or near the limit of the
8874 comment. Fixed bug when the prefix from `c-guess-fill-prefix'
8875 is longer than the text on the first line of the comment when
8876 it's masked.
8877
8878 2002-04-24 Miles Bader <miles@gnu.org>
8879
8880 * menu-bar.el (menu-bar-update-buffers-1): Make sure
8881 `uniquify-buffer-name-style' is bound.
8882
8883 2002-04-23 Colin Walters <walters@verbum.org>
8884
8885 * replace.el (toplevel): Require `cl' while compiling.
8886 (occur-buffer, occur-nlines): Delete.
8887 (occur-revert-properties): Rename to `occur-revert-properties'.
8888 (occur-mode): Handle it. Set up font lock.
8889 (occur-revert-function): Simply apply `occur-1'.
8890 (occur-mode-find-occurence, occur-mode-mouse-goto)
8891 (occur-mode-goto-occurrence-other-window)
8892 (occur-mode-display-occurrence): Handle buffer property.
8893 (list-matching-lines-face): Use defcustom.
8894 (list-matching-lines-buffer-name-face): New variable.
8895 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
8896 in ibuffer.el.
8897 (occur-read-primary-args): Move out of `occur'.
8898 (occur): Delete. Now simply call `occur-1'.
8899 (multi-occur, multi-occur-by-filename-regexp): New functions.
8900 (occur-1): New function.
8901 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
8902 previous implementation of `occur'; taken from ibuf-ext.el.
8903 (occur-fontify-on-property): New function.
8904 (occur-fontify-region-function, occur-unfontify-region-function):
8905 New functions.
8906
8907 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
8908
8909 * ibuf-ext.el (ibuffer-depropertize-string): Delete.
8910 (ibuffer-occur-match-face): Delete.
8911 (ibuffer-occur-props, ibuffer-occur-mode): Delete.
8912 (ibuffer-occur-mouse-display-occurence): Delete.
8913 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
8914 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
8915 (ibuffer-occur-engine): Moved to replace.el.
8916 (ibuffer-do-occur): Simply call `occur-1'.
8917
8918 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
8919 Handle the case where we're already viewing the score file.
8920
8921 2002-04-23 Andreas Schwab <schwab@suse.de>
8922
8923 * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
8924 next-tag-otherw.
8925
8926 2002-04-23 Miles Bader <miles@gnu.org>
8927
8928 * menu-bar.el (menu-bar-update-buffers-1): Don't display a
8929 directory separator if there's no directory. Don't display
8930 directories at all if uniquify is active. Some code cleanup.
8931 (uniquify-buffer-name-style): Declare (but don't initialize).
8932
8933 * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
8934 for command menu entries, since the low-level menu code modifies
8935 them. Cache the resulting list.
8936 (menu-bar-buffers-menu-command-entries): New variable.
8937
8938 * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
8939 Add separator line before commands
8940 Remove old crufty code that tried to line things up by adding
8941 spaces to entries (it doesn't work).
8942 Move `Frames' submenu after the normal buffers, and add a
8943 separator line before it.
8944 (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
8945
8946 2002-04-22 Richard M. Stallman <rms@gnu.org>
8947
8948 * files.el (after-find-file): Use %s to output MSG.
8949
8950 * dired.el (dired-mouse-find-file-other-window):
8951 Handle events that move out of the window.
8952
8953 2002-04-23 Martin Stjernholm <mast@lysator.liu.se>
8954
8955 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
8956 was moved to the following line when it was at the first line
8957 of a block comment where comment-start-skip matched to eol.
8958
8959 2002-04-22 Richard M. Stallman <rms@gnu.org>
8960
8961 * simple.el (line-move-finish): Find beg and end of line
8962 before calling line-move-to-column. Do consider intangible
8963 when finding the end. Take more care in analyzing the results
8964 of intangibility after line-move-to-column.
8965
8966 2002-04-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8967
8968 * international/mule-diag.el (list-input-methods-1): Doc fix
8969 (LEIM is now part of the standard distribution).
8970
8971 * tmm.el (tmm-completion-prompt): Doc fix.
8972
8973 * hilit-chg.el (global-highlight-changes): Capitalize status texts.
8974
8975 2002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
8976
8977 * diary-lib.el (include-other-diary-files): Allow modifying
8978 included buffer, to turn off selective display.
8979
8980 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8981
8982 * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
8983 pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
8984 emacsen that doesn't support it.
8985
8986 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8987
8988 * progmodes/cc-align.el, progmodes/cc-engine.el,
8989 progmodes/cc-styles.el, progmodes/cc-vars.el
8990 (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
8991 Find correct anchor for statement-cont in top level constructs.
8992 Analyze variable initializations in top level constructs as
8993 topmost-intro-cont instead of statement-cont. That is an
8994 incompatible change but it gives better consistency. The new
8995 lineup function c-lineup-topmost-intro-cont' compensates for
8996 it and is now put on topmost-intro-cont by default.
8997
8998 * progmodes/cc-align.el, progmodes/cc-engine.el,
8999 progmodes/cc-langs.el (c-lineup-argcont): Lineup function
9000 contributed by Kevin Ryde.
9001
9002 (c-in-gcc-asm-p): Function to recognize asm statements.
9003 Contributed by Kevin Ryde.
9004
9005 (c-opt-asm-stmt-key): New language variable to recognize the
9006 beginning of asm statements.
9007
9008 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9009
9010 * progmodes/cc-engine.el (c-guess-basic-syntax):
9011 Detect variable declarations after class and struct declarations
9012 correctly. Fixed limit error when finding the anchor for
9013 template-args-cont and topmost-intro-cont.
9014
9015 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9016
9017 * progmodes/cc-cmds.el (c-beginning-of-defun)
9018 (c-declaration-limits): Find the "line oriented" declaration
9019 start too, just like the "line oriented" end is found.
9020
9021 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9022
9023 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
9024 for `inexpr-statement'. This is not compatible, though.
9025 I think the benefit of a good default style outweights that in
9026 this case. Besides, `inexpr-statement' is not very common.
9027
9028 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9029
9030 * progmodes/cc-cmds.el (c-electric-delete-forward):
9031 Fix silly bug that caused it to delete backwards in hungry delete
9032 mode. (It's amazing that this bug hasn't been reported.)
9033
9034 * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
9035 Extracted the code to get the declaration limits from
9036 `c-mark-function' to a new `c-declaration-limits'.
9037
9038 (c-indent-defun): Use the same method to get the limits of the
9039 declaration or macro as `c-mark-function'.
9040
9041 * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
9042 list initializers correctly (but costly; it ought to be
9043 integrated into `c-beginning-of-statement-1').
9044
9045 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9046
9047 * progmodes/cc-cmds.el, progmodes/cc-engine.el
9048 (c-beginning-of-defun, c-end-of-defun, c-mark-function):
9049 Rewritten to detect the declaration limits better.
9050 Now handles K&R argdecls, class definitions followed by variables etc.
9051
9052 (c-in-knr-argdecl): Broke out the K&R argdecl test in
9053 `c-beginning-of-decl-1' to this new function.
9054
9055 (c-end-of-statement-1, c-end-of-decl-1):
9056 Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
9057 handles declarations that continue after the block.
9058
9059 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
9060 Added an option to restrict matching to the top level of the
9061 current paren sexp.
9062
9063 * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
9064 New regexp to recognize declarations that continue after the block.
9065
9066 (c-syntactic-eol): New regexp to match a "syntactic" eol.
9067
9068 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9069
9070 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
9071 that often caused the backward limit to be lost at the top
9072 level. This improves performance a bit.
9073
9074 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
9075 New function that works like `re-search-forward' but only returns
9076 matches in syntactically significant text.
9077
9078 * progmodes/cc-engine.el: Fixed a faster and more accurate way
9079 to recognize K&R argdecls.
9080
9081 (c-beginning-of-decl-1): New function that put point at the
9082 beginning of the declaration. It handles K&R argdecl blocks.
9083
9084 (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
9085 code with one that doesn't depend on the current indentation.
9086 The anchor position for `knr-argdecl' has also changed, but in
9087 a way that is unlikely to cause compatibility problems.
9088
9089 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9090
9091 * progmodes/cc-defs.el, progmodes/cc-engine.el
9092 (c-forward-comment): `forward-comment' in XEmacs skips over
9093 line continuations in the backward direction. Correct for
9094 that. Also made this a defun since it has grown too large now
9095 to be a defsubst.
9096
9097 * progmodes/cc-langs.el: More convenient and decentralized
9098 setup of the language specific variables. The regexp-opt
9099 mangling is also done at compile time now.
9100
9101 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9102
9103 * progmodes/cc-cmds.el (c-indent-line-or-region):
9104 Call `c-indent-line' directly instead of through
9105 `indent-according-to-mode' so that this function always
9106 indents syntactically.
9107
9108 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
9109 where a class beginning with a nested class could cause an
9110 infinite loop (the state outside the narrowed out class is
9111 never used now).
9112
9113 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9114
9115 * progmodes/cc-align.el, progmodes/cc-cmds.el,
9116 progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
9117 the context sensitive analysis inside macros is restricted to
9118 the bodies of #define's; other things, like #if expressions,
9119 never have anything in common with their surroundings.
9120 The old `cpp-macro-cont' syntax is now used in situations where
9121 the syntactic analysis isn't applicable, and a new syntactic
9122 element `cpp-define-intro' is used to add indentation in
9123 #define bodies.
9124
9125 (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
9126 better reflect its use.
9127
9128 * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
9129 continuation backslashes in the detection of `arglist-cont-nonempty'.
9130
9131 * progmodes/cc-align.el: Use the vector form in the return
9132 value in all cases where lineup functions return absolute columns.
9133
9134 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9135
9136 * progmodes/cc-engine.el (c-add-stmt-syntax)
9137 (c-guess-basic-syntax): Anchor `brace-list-intro' and
9138 `bracec-list-close' better for brace lists nested inside expressions.
9139
9140 * progmodes/cc-engine.el, progmodes/cc-langs.el,
9141 progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
9142 various language specific variables and their initialization.
9143 The keyword regexps are now lists that are combined with
9144 regexp-opt. Some variables have changed names to fit better
9145 with the naming convention.
9146
9147 * progmodes/cc-defs.el, progmodes/cc-vars.el
9148 (c-buffer-is-cc-mode): The value is the mode symbol of the
9149 original CC Mode mode.
9150
9151 (c-major-mode-is): Compare against the buffer local variable
9152 `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
9153
9154 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9155
9156 * progmodes/cc-engine.el (c-forward-syntactic-ws)
9157 (c-backward-syntactic-ws, c-forward-token-1)
9158 (c-backward-token-1, c-in-literal, c-literal-limits)
9159 (c-collect-line-comments, c-literal-type, c-on-identifier)
9160 (c-guess-basic-syntax): These functions are now considered part
9161 of the "CC Mode API" and may be used by other code.
9162 That's signified by making their documentation into docstrings.
9163
9164 (c-whack-state, c-hack-state, c-skip-case-statement-forward):
9165 Removed these internal functions since they aren't used.
9166
9167 (c-forward-to-cpp-expression): Classified this function as internal.
9168
9169 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9170
9171 * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
9172 Simplified these regexps; the class keywords they contain
9173 ought to be enough to avoid false matches, so checking for
9174 following identifiers etc is just unnecessary (and might also
9175 fail for oddly formatted code).
9176
9177 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9178
9179 * progmodes/cc-engine.el, progmodes/cc-cmds.el
9180 (c-forward-comment-lc): New function that behaves like
9181 `c-forward-comment', with the exception that line
9182 continuations are treated as whitespace.
9183
9184 (c-beginning-of-statement): Use `c-forward-comment-lc', to
9185 work correctly in macros and other places where line
9186 continuations should be treated as whitespace.
9187
9188 * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
9189 normal label in a switch block as a case label, to get
9190 consistent lineup with the case labels.
9191
9192 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
9193 in skipping over a macro that ends with an empty line.
9194
9195 * progmodes/cc-styles.el: Require cc-align since styles added
9196 with `c-add-style' often contains references to functions
9197 defined there, and so the `c-valid-offset' check might
9198 otherwise complain on them.
9199
9200 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9201
9202 * progmodes/cc-align.el, progmodes/cc-mode.texi,
9203 progmodes/cc-vars.el: Added two new lineup functions:
9204
9205 (c-lineup-knr-region-comment): A new lineup function to get
9206 (what most people think is) better indentation of comments in
9207 the "K&R region" between the function header and its body.
9208
9209 (c-lineup-gcc-asm-reg): New lineup function for better
9210 indentation inside gcc asm blocks. Contributed by Kevin Ryde.
9211
9212 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
9213 `c-lineup-knr-region-comment' in the default offset
9214 configuration, since these two functions have little impact
9215 outside their intended use, and they generally do the right
9216 thing when they kick in.
9217
9218 * progmodes/cc-engine.el (c-guess-continued-construct)
9219 (c-guess-basic-syntax): Handle nested functions in all
9220 languages, not just Pike. In C and C++ there's a gcc
9221 extension for this, and it also gives better treatment of
9222 macros that are followed by blocks.
9223
9224 * progmodes/cc-langs.el (c-symbol-key): Made this variable
9225 mode specific, to handle Pike special symbols like `== better.
9226
9227 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9228
9229 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
9230 progmodes/cc-vars.el (c-report-syntactic-errors): A new
9231 variable to control the syntactic error messages. It defaults
9232 to off; since CC Mode ignores most syntactic errors it might
9233 as well ignore them all for the sake of consistency.
9234
9235 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9236
9237 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
9238 Optimization. Can give a noticeable speedup if there's a
9239 large preceding function or class body.
9240
9241 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9242
9243 * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
9244 efficient and correct insertion functions in many places.
9245 Always inherit text properties correctly if the text is
9246 permanent. Also do it for speed in temporary insertions,
9247 since I figure it's less work to continue the surrounding text
9248 properties than to break them.
9249
9250 * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
9251 completion to make it easier to enter lists.
9252
9253 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9254
9255 * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
9256 c-state-cache was clobbered.
9257
9258 * progmodes/cc-cmds.el, progmodes/cc-engine.el
9259 (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
9260 to dependency.
9261
9262 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9263
9264 * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
9265 open parens in macros (if point isn't in the same one).
9266
9267 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9268
9269 * progmodes/cc-cmds.el (c-context-open-line): New function
9270 that is the `open-line' equivalent to `c-context-line-break'.
9271
9272 * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
9273 for Emacs 21 since `indent-new-comment-line' has been changed
9274 to `comment-indent-new-line' there.
9275
9276 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9277
9278 * progmodes/cc-engine.el, progmodes/cc-langs.el
9279 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
9280 New variables containing the character sets used to recognize
9281 statement/declaration boundaries. These variables might help
9282 to support languages like javascript and awk, where newlines
9283 sometimes delimits statements.
9284
9285 (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
9286 the set of statement delimiting characters, to allow it to be
9287 changed dynamically and per-mode.
9288
9289 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9290
9291 * progmodes/cc-engine.el (c-looking-at-bos)
9292 (c-looking-at-inexpr-block, c-add-stmt-syntax)
9293 (c-guess-basic-syntax): Treat blocks directly inside function
9294 calls like "bare" statements inside function calls, and not
9295 like in-expression statements. This to make indentation of
9296 such blocks consistent with other statements inside macro calls.
9297
9298 * progmodes/cc-engine.el (c-guess-basic-syntax):
9299 Made arglist-cont anchor correctly in arglists that contain statements.
9300
9301 * progmodes/cc-engine.el (c-guess-basic-syntax):
9302 Fixed consistent anchoring of defun-block-intro in defuns in code
9303 blocks (can only occur in Pike).
9304
9305 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
9306 (c-looking-at-inexpr-block-backward): Changed the arguments to
9307 require containing sexps and paren state, for better efficiency.
9308
9309 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9310
9311 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
9312 progmodes/cc-vars.el: Improved anchoring of statement and
9313 handling of labels in front of substatements.
9314
9315 (c-guess-continued-construct, c-guess-basic-syntax):
9316 Improved and unified anchoring at statements. Statements beginning
9317 with comments or labels are now avoided, by going out of
9318 blocks and containing statements if necessary. This nesting
9319 handling also fixes the case when there's a statement after a
9320 block open brace. Added the syntactic symbol `substatement-label'.
9321
9322 (c-electric-colon): Map the new `substatement-label' to
9323 `label' when consulting `c-hanging-colons-alist'.
9324
9325 (c-offsets-alist): Added substatement-label. Updated the
9326 comments for the new anchoring positions at statements.
9327
9328 * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
9329 anchor points for knr-argdecl-intro and access-label.
9330 They used to refer to some point on the same line, a bug which was
9331 neutralized by a kludge in `c-get-syntactic-indentation' which
9332 ignored such anchor points.
9333
9334 (c-get-syntactic-indentation): Removed the kludge that was
9335 necessary due to buggy anchor points.
9336
9337 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
9338 the absence of a comma before arglist-close (case 7A) in any
9339 language, since there's nothing better to do that case anyway.
9340 Added special case to make in-expression statements be
9341 recognized as normal arglist-cont if we're directly in a macro
9342 arglist, for consistency with other "bare" statements.
9343
9344 * progmodes/cc-engine.el (c-looking-at-bos): Added optional
9345 limit arg for backward searches.
9346
9347 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
9348 Anchor gcc in-expression statements at the surrounding open
9349 parenthesis. Treat a class body as an in-expression class if
9350 it's used in an object clone expression in Pike.
9351
9352 * progmodes/cc-engine.el (c-get-offset)
9353 (c-get-syntactic-indentation): Allow several anchor positions
9354 in the list of syntactic symbols. Only the first is used as
9355 the base for the offset calculation.
9356
9357 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9358
9359 * progmodes/cc-cmds.el (c-indent-defun): Indent the current
9360 macro if inside one at the top level. Do not throw an error
9361 if used at the top level outside a macro.
9362
9363 * progmodes/cc-cmds.el (c-backslash-region): Do tab width
9364 alignment only if the backslashes can't be aligned with
9365 surrounding backslashes.
9366
9367 * progmodes/cc-engine.el (c-end-of-macro): New function.
9368
9369 * progmodes/cc-engine.el (c-least-enclosing-brace):
9370 Rewritten to not be destructive.
9371
9372 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9373
9374 * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
9375 line break when point is inside the content of it; if it's in
9376 the cpp keyword a normal line break is done.
9377
9378 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
9379 cpp-macro-cont inside the argument list to a #define.
9380
9381 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9382
9383 * progmodes/cc-defs.el (c-forward-comment): Implemented a
9384 kludge to avoid the problem most forward-comment incarnations
9385 have with `\' together with comment parsing.
9386
9387 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9388
9389 * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
9390 which could cause the state returned by `c-parse-state' to
9391 lack a closed paren element. That in turn could result in
9392 very long searches, since it's common that they start from the
9393 last preceding close brace.
9394
9395 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9396
9397 * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
9398 treat else-if as a single continuation, since that'd make it
9399 hard to get the right anchor point when there's a line break
9400 between the two keywords. This change causes else-clause to
9401 be anchored on the closest preceding else-if and not always on
9402 the starting if, but that doesn't affect the indentation for
9403 any reasonably sane style. Also introduced a noerror flag.
9404
9405 (c-beginning-of-closest-statement): Removed;
9406 c-beginning-of-statement-1 now avoids the problem this one solved.
9407
9408 * progmodes/cc-engine.el (c-guess-continued-construct)
9409 (c-guess-basic-syntax): Better and more uniform anchor points
9410 for 'statement-cont and 'substatement. The effect is
9411 noticeable mostly when there's a label on the same line as the
9412 beginning of the statement, or when there are more stuff
9413 before the start of the statement.
9414
9415 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
9416 Added flag to disable looking at the type of the surrounding paren
9417 since that confuses c-beginning-of-statement-1 and a couple of
9418 other places.
9419
9420 * progmodes/cc-engine.el (c-guess-basic-syntax):
9421 Avoid stepping to the previous statement in case 18.
9422 Improvements in recognition of statement blocks on the top level.
9423
9424 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9425
9426 * progmodes/cc-engine.el (c-beginning-of-statement-1)
9427 (c-crosses-statement-barrier-p): Rewritten to get a well
9428 defined and documented behavior. This fixes some tricky cases
9429 in recognition of do-while constructs.
9430
9431 (c-backward-to-start-of-do, c-backward-to-start-of-if):
9432 Removed; use c-beginning-of-statement-1 instead.
9433
9434 (c-guess-continued-construct, c-guess-basic-syntax):
9435 Various fixes to not depend on the bugs previously in
9436 c-beginning-of-statement-1. Cleanups in cases 18 and 17 to
9437 use the new behavior of c-beginning-of-statement-1 better.
9438 Fixed recognition of catch blocks inside macros.
9439
9440 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
9441 in skipping over a macro.
9442
9443 * progmodes/cc-langs.el (c-label-kwds): New variable to
9444 contain the appropriate c-*-label-kwds value.
9445
9446 * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
9447 evaluation bug that caused the widget for
9448 c-block-comment-prefix to bug out.
9449
9450 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9451
9452 * progmodes/cc-engine.el (c-guess-basic-syntax):
9453 Improved recognition of statements: They are now recognized in
9454 contexts where they normally can't occur, e.g. on the top level or
9455 in function call arguments. This is mainly useful to recognize
9456 statements in macros at the top level, and in arguments to
9457 macros. The cases has been moved around quite a bit, and case
9458 10 has been copied to case 18. (The cases has not been
9459 renumbered because of this.)
9460
9461 (c-guess-continued-construct): New function which has the
9462 rules which are common between cases 10 and 18.
9463
9464 * progmodes/cc-engine.el (c-beginning-of-statement-1)
9465 (c-backward-to-start-of-do, c-backward-to-start-of-if):
9466 Fixes so that they really obey the passed limits.
9467
9468 (c-safe-position): Return nil if the state doesn't contain a
9469 suitable position.
9470
9471 (c-guess-basic-syntax): Fixes some too short limits in calls
9472 to c-beginning-of-statement-1. Some fixes for top level
9473 analysis in ObjC mode.
9474
9475 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9476 Fixed bug in do-while statements where the body is not a block.
9477
9478 * progmodes/cc-styles.el (c-set-style):
9479 Reset c-special-indent-hook to its global value if in override mode.
9480 Fixes problem where functions on that hook remained after
9481 style switch.
9482
9483 * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
9484 Use c-benign-error to report the c-strict-syntax-p error.
9485
9486 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9487
9488 * progmodes/cc-align.el, progmodes/cc-defs.el,
9489 progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
9490 Several fixes to treat macros as code and not literals and to
9491 handle line continuations transparently.
9492
9493 (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
9494 through whitespace and line continuations, but not comments
9495 and macros.
9496
9497 (c-in-literal): No longer recognizes macros as literals by
9498 default. An extra flag argument is required to do that.
9499
9500 (c-macro-start, c-query-macro-start)
9501 (c-query-and-set-macro-start): Added a cache for the macro
9502 start position.
9503
9504 (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
9505 more speed when limits are given. Workaround for bad behavior
9506 in forward-comment in some emacsen when it hits a buffer limit
9507 with a large repeat count.
9508
9509 (c-lineup-macro-cont): Improved behavior when
9510 c-syntactic-indentation-in-macros is nil.
9511
9512 (c-syntactic-indentation-in-macros, c-backslash-max-column)
9513 (c-auto-align-backslashes): New customization variables to
9514 control macro handling.
9515
9516 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
9517 Fixes to handle line continuations.
9518
9519 * progmodes/cc-defs.el, progmodes/cc-styles.el
9520 (c-get-style-variables, c-set-offset): Report style errors
9521 with message and ding instead of error signal. This to avoid
9522 interrupted mode init if there's some style problem.
9523
9524 (c-benign-error): New macro to report errors that doesn't need
9525 to interrupt the operation.
9526
9527 * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
9528
9529 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9530
9531 * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
9532 Removed most of the c-state-cache fiddling, since the global
9533 state cache now handles this.
9534
9535 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
9536 when there's an open paren at the very first char of the
9537 visible buffer region.
9538
9539 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
9540 Cache the state globally and invalidate it below every buffer
9541 change with the new after change function
9542 `c-check-state-cache'. This gives a considerable performance
9543 boost when editing large functions or classes.
9544
9545 * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
9546
9547 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9548
9549 * progmodes/cc-engine.el, progmodes/cc-langs.el,
9550 progmodes/cc-align.el: Improvements to syntactic analysis
9551 inside macros:
9552
9553 (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
9554 by `c-guess-basic-syntax'.
9555
9556 (c-parse-state): Fixed bug with braces inside macros when
9557 using cached state info.
9558
9559 (c-forward-to-cpp-expression): New function to aid in
9560 syntactic analysis inside macros.
9561
9562 (c-beginning-of-statement-1, c-backward-syntactic-ws):
9563 Fixes to work better inside macros.
9564
9565 (c-forward-syntactic-ws): Whitespace between the # and the
9566 command should be allowed in preprocessor directives.
9567
9568 (c-lineup-macro-cont): New lineup function to get context
9569 sensitive indentation inside macros.
9570
9571 (c-offsets-alist): Made `c-lineup-macro-cont' the default for
9572 cpp-macro-cont.
9573
9574 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9575
9576 * progmodes/cc-engine.el (c-beginning-of-statement-1)
9577 (c-forward-syntactic-ws): Fixes to handle continued lines.
9578
9579 (c-backward-to-start-of-if, c-guess-basic-syntax):
9580 Do syntactic analysis inside macros.
9581
9582 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9583
9584 * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
9585 possible by the more flexible state cache.
9586
9587 * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
9588 (c-whack-state-after, c-hack-state)
9589 (c-narrow-out-enclosing-class, c-guess-basic-syntax):
9590 Improved the state cache system. It now can use partial info from
9591 an old cached state to calculate a new one at a different
9592 position. Removed some kludges to avoid the state cache.
9593 The new functions `c-whack-state-before' and `c-whack-state-after'
9594 replace the now obsolete `c-whack-state'.
9595
9596 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9597 Optimized backing through a macro. This can speed things up
9598 quite a bit when there are long macros before point.
9599
9600 (c-beginning-of-macro): Do not ignore the limit.
9601
9602 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9603
9604 * progmodes/cc-cmds.el (c-electric-continued-statement):
9605 Fixed a bug where the keyword wasn't reindented correctly if
9606 followed by another keyword or identifier.
9607
9608 * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
9609 pairs that are in macros. Fixes some cases where e.g. the
9610 second of two "do { } while (0)" macros after each other
9611 indented differently.
9612
9613 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9614
9615 * progmodes/cc-engine.el (c-beginning-of-macro)
9616 (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
9617 directive when it begins a line, to allow for script
9618 interpreter lines like "#!/usr/bin/pike" at the beginning of
9619 the file.
9620
9621 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9622
9623 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
9624 Recognize brace blocks inside a parenthesis expression as
9625 inexpr-statement. Useful when writing statements as macro arguments.
9626
9627 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9628
9629 * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
9630 (c-mask-comment): Broke out the comment masking code from
9631 `c-fill-paragraph' to a new function `c-mask-comment', to be
9632 able to do the same thing in `c-do-auto-fill'. This should
9633 make auto-fill-mode behave better.
9634
9635 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9636
9637 * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
9638 Check `executing-macro' to avoid blinking parens when macros
9639 are executed.
9640
9641 * progmodes/cc-mode.el, progmodes/cc-styles.el
9642 (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
9643 consistency with `c-setup-paragraph-variables' (which was
9644 placed there due to the dependency from `c-set-style').
9645
9646 * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
9647 incomplete initialization from the style variable fallbacks if
9648 there already is a style called "user" defined when CC Mode
9649 starts up for the first time.
9650
9651 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9652
9653 * progmodes/cc-cmds.el, progmodes/cc-vars.el
9654 (c-comment-indent, c-indent-comment-alist): Added new variable
9655 `c-indent-comment-alist' to allow better control over
9656 `c-comment-indent'.
9657
9658 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9659
9660 * progmodes/cc-align.el (c-lineup-C-comments): Try to match
9661 both `comment-start-skip' and the comment prefix on the
9662 current line with the comment starter, so that we line up
9663 comments which matches `c-comment-prefix-regexp' on the first
9664 line (after the `/') without the need to make
9665 `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
9666
9667 * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
9668 (c-set-style-1, c-setup-paragraph-variables): Moved the
9669 variable initialization based on `c-comment-prefix-regexp' to
9670 a new function `c-setup-paragraph-variables', which is now
9671 used both at mode init and when a style that sets
9672 `c-comment-prefix-regexp' is activated.
9673
9674 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9675
9676 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9677 Better handling of C++ template args to avoid confusion with
9678 `<' and `>' used as operators in member init expressions.
9679
9680 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9681
9682 * progmodes/cc-engine.el (c-most-enclosing-brace)
9683 (c-least-enclosing-brace): Added optional second arg to limit
9684 the search to before a certain point.
9685
9686 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
9687 which could cause incorrect analysis if a cached state is used
9688 (usually only happens when an electric key reindents a line).
9689
9690 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9691
9692 * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
9693 insulation. This time for XEmacs 21.
9694
9695 * progmodes/cc-engine.el, progmodes/cc-langs.el:
9696 Improved handling of inheritance lists:
9697
9698 (c-beginning-of-inheritance-list): Rewritten to use a more
9699 syntactically correct method that doesn't get confused by
9700 badly placed linebreaks and comments.
9701
9702 (c-guess-basic-syntax): Several fixes to the handling of
9703 inheritance lists in combination with templates. 'inher-intro
9704 is now anchored on the start of the class declaration and not
9705 the indentation of the current line. Switched places on cases
9706 5D.3 and 5D.4 and made them use more syntactically correct methods.
9707
9708 (c-inher-key): Removed since the code in
9709 `c-guess-basic-syntax' now uses token-based search.
9710
9711 * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
9712 Added a submenu to access some toggles.
9713
9714 (c-toggle-syntactic-indentation): New function to toggle the
9715 variable `c-syntactic-indentation'.
9716
9717 * progmodes/cc-styles.el (c-set-style): Improved the error
9718 message for incorrect offsets a bit.
9719
9720 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9721
9722 * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
9723 sexp follows point immediately, instead find the closest
9724 following open paren that ends on another line.
9725
9726 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9727
9728 * progmodes/cc-align.el (c-lineup-cascaded-calls):
9729 New indentation function.
9730
9731 * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
9732 directives with whitespace between the '#' and the name.
9733
9734 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9735
9736 * progmodes/cc-engine.el (c-forward-syntactic-ws)
9737 (c-backward-syntactic-ws): Handle line continuations as
9738 whitespace. Don't move past a macro if that'd take us past
9739 the limit.
9740
9741 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9742
9743 * progmodes/cc-engine.el (c-beginning-of-macro)
9744 (c-forward-syntactic-ws): Multiline strings begin with `#"' in
9745 Pike, and that shouldn't be confused with a preprocessor directive.
9746
9747 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9748
9749 * progmodes/cc-cmds.el: Extended the kludge to interoperate
9750 with the delsel and pending-del packages wrt to the new
9751 function `c-electric-delete-forward'.
9752
9753 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9754
9755 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
9756 the block itself, i.e. only indent the contents in it.
9757
9758 * progmodes/cc-styles.el (c-set-style): Use the default
9759 argument to completing-read instead of initial-contents, if
9760 the function is recent enough to support it.
9761
9762 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9763
9764 * progmodes/cc-mode.el (c-mode-help-address):
9765 Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
9766 I've almost never seen a bug reported this way that should go
9767 to that list, but it's rather common that the reports concern
9768 the combination CC Mode and XEmacs instead.
9769
9770 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9771
9772 * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
9773 brace-elseif-brace and brace-catch-brace are active and
9774 there's a "else if"-block before the catch block.
9775
9776 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
9777 Detect function headers that span lines.
9778
9779 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9780
9781 * progmodes/cc-cmds.el (c-electric-brace)
9782 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
9783 Check for last on line only for doing the auto-newline-mode
9784 stuff, not for the reindentation.
9785
9786 * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
9787 handling of c-syntactic-indentation: When it's nil, indent the
9788 new lines but don't reindent the current one. Reindent the
9789 line only when the inserted brace comes first on it, instead
9790 of last.
9791
9792 * progmodes/cc-cmds.el (c-electric-brace)
9793 (c-electric-semi&comma): Fixed two places where
9794 c-syntactic-indentation wasn't heeded.
9795
9796 * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
9797 inside a macro.
9798
9799 * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
9800 little harder to find a fallback position when an orphan else
9801 is found. Fixed case where an else following a do-while
9802 statement could be associated with an if inside the do-while.
9803
9804 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9805
9806 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
9807 for the fallback to add a single space after the comment prefix.
9808
9809 * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
9810 behavior in some special cases, especially for single-line comments.
9811 Avoid breaking up a comment starter or ender.
9812
9813 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9814
9815 * progmodes/cc-cmds.el (c-outline-level): Applied patch from
9816 the Emacs sources to make this work in invisible text.
9817
9818 * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
9819 not be confused by a later ':' on the same line as the label.
9820
9821 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9822
9823 * progmodes/cc-cmds.el, progmodes/cc-mode.el
9824 (c-electric-delete, c-electric-delete-forward):
9825 Split `c-electric-delete' into two functions where
9826 `c-electric-delete-forward' always deletes forward and
9827 `c-electric-delete' only contains the code necessary for
9828 XEmacs to choose between backward and forward deletion.
9829 `c-electric-delete-forward' is now bound to C-d to get the
9830 electric behavior on that key too.
9831
9832 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9833
9834 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
9835 use of c-comment-prefix-regexp, which caused an error when
9836 it's a list.
9837
9838 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9839
9840 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
9841 (c-default-style): Removed the hardcoded switch to "java" style
9842 in Java mode. It's instead taken care of by the default value
9843 for c-default-style.
9844
9845 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9846
9847 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
9848 was triggered by equal signs in string literals.
9849
9850 2002-04-21 Kim F. Storm <storm@cua.dk>
9851
9852 * subr.el (insert-buffer-substring-no-properties): New function.
9853 (insert-buffer-substring-as-yank): New function.
9854
9855 2002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk>
9856
9857 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
9858 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
9859 prefix from scroll commands. Ignore end-of-buffer errors from
9860 other windows.
9861 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
9862 commands.
9863 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
9864 New functions.
9865
9866 * files.el: (auto-mode-alist): .f95 files in f90-mode.
9867
9868 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
9869 a DO statement irrespective of numeric label.
9870
9871 2002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
9872
9873 * files.el (auto-save-file-name-transforms): Doc fix.
9874 Add third element to "uniquify" filenames.
9875 (make-auto-save-file-name): Use new element of
9876 auto-save-file-name-transforms.
9877 * startup.el (command-line): Add third element to
9878 auto-save-file-name-transforms.
9879
9880 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
9881
9882 * files.el (file-name-non-special): Don't mangle the 0'th arg and the
9883 return value of file-name-completion and file-name-all-completions.
9884
9885 2002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
9886
9887 * progmodes/f90.el: Update maintainer.
9888 (f90-line-continued): Recognize blank/comment lines embedded in
9889 continuation lines.
9890 (f90-looking-at-program-block-start): No extra indentation after
9891 function or subroutine keyword appears in single quotes.
9892
9893 2002-04-19 Miles Bader <miles@gnu.org>
9894
9895 * custom.el (customize-mark-to-save, customize-mark-as-set)
9896 (custom-quote): Moved here from `cus-edit.el'.
9897 * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
9898 (custom-quote): Moved to `custom.el'.
9899
9900 2002-04-18 Richard M. Stallman <rms@gnu.org>
9901
9902 * facemenu.el (list-text-properties-at): Command deleted.
9903
9904 * rect.el (insert-rectangle): Use insert-for-yank.
9905
9906 * register.el (insert-register): Use insert-for-yank.
9907 (describe-register-1): Discard text props in yank-excluded-properties.
9908
9909 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
9910 Fix parts in construction of `menu-item' item at end.
9911
9912 * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
9913
9914 * subr.el (insert-for-yank): New function.
9915
9916 * simple.el (yank-excluded-properties): New user option.
9917 (yank-pop, yank): Use insert-for-yank.
9918
9919 2002-04-19 Kim F. Storm <storm@cua.dk>
9920
9921 * simple.el (pop-to-mark-command): Do not set this-command.
9922 (set-mark-command): Always jump to mark when called with arg.
9923
9924 2002-04-18 Francesco Potort\e,Al\e(B <pot@gnu.org>
9925
9926 * comint.el (comint-watch-for-password-prompt): Remove whitespace
9927 at the beginning of password prompts.
9928
9929 2002-04-18 Andrew Innes <andrewi@gnu.org>
9930
9931 * facemenu.el: Remove require of wid-edit.
9932
9933 2002-04-17 Colin Walters <walters@verbum.org>
9934
9935 * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
9936 one window.
9937 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
9938 (ibuffer-current-state-list): Reinstate optional argument; now
9939 just call `point' inside the mapping function.
9940
9941 2002-04-17 Francesco Potort\e,Al\e(B <pot@gnu.org>
9942
9943 * dired-aux.el (dired-star-subst-regexp)
9944 (dired-quark-subst-regexp): New constants.
9945 (dired-do-shell-command, dired-shell-stuff-it): Use them.
9946 (dired-do-shell-command): Raise an error if both `*' and `?'
9947 substitution marks are used in the same command.
9948 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
9949 in a command given via dired-do-shell-command.
9950
9951 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
9952
9953 2002-04-16 Jason Rumney <jasonr@gnu.org>
9954
9955 * international/mule-cmds.el (locale-preferred-coding-systems):
9956 Add "jpn".
9957
9958 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
9959
9960 * term.el (term-emulate-terminal): Fix last change.
9961
9962 2002-04-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9963
9964 * bindings.el (mode-line-mode-menu): Update names to reflect
9965 latest changes.
9966
9967 2002-04-16 Mike Williams <mdub@bigfoot.com>
9968
9969 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
9970 compilation error.
9971
9972 2002-04-16 Michael Kifer <kifer@cs.stonybrook.edu>
9973
9974 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
9975 (viper-ex-print-buf-name): New variable.
9976 (viper-ex-print-buf): New variable.
9977 (ex-token-alist): Invoke ex-print on ":print" Ex commands.
9978 (ex-g-marks): New variable.
9979 (ex-print): New function.
9980 (ex-print-display-lines): New function.
9981
9982 * viper.el (viper-set-hooks): Add window-setup-hook, which sets
9983 the cursor color.
9984
9985 * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
9986 when the window is not in its own frame.
9987 (ediff-clone-buffer-for-region-comparison): More robust window
9988 arrangement while prompting for regions to compare.
9989 (ediff-make-cloned-buffer): Use generate-new-buffer-name.
9990 (ediff-inferior-compare-regions): Deleted unused vars
9991 ctl-buf and quit-now.
9992
9993 2002-04-15 Richard M. Stallman <rms@gnu.org>
9994
9995 * facemenu.el (facemenu-add-new-face): Use this only for faces.
9996 Delete arg MENU.
9997 (facemenu-add-new-color): New function.
9998 (facemenu-set-foreground, facemenu-set-background):
9999 Use facemenu-add-new-color.
10000
10001 2002-04-15 Eli Zaretskii <eliz@is.elta.co.il>
10002
10003 * ediff-init.el (ediff-current-diff-face-A)
10004 (ediff-current-diff-face-B, ediff-current-diff-face-C)
10005 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
10006 (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
10007 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
10008 (ediff-even-diff-face-B, ediff-even-diff-face-C)
10009 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
10010 (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
10011 (ediff-odd-diff-face-Ancestor): Add special color definitions for
10012 tty and MS-DOS displays.
10013
10014 2002-04-15 Andrew Innes <andrewi@gnu.org>
10015
10016 * facemenu.el: Require wid-edit.
10017
10018 2002-04-15 Miles Bader <miles@gnu.org>
10019
10020 * faces.el (highlight): Force foreground to be black on a tty, so
10021 this face is readable on a dark-background tty.
10022 * wid-edit.el (widget-field-face, widget-single-line-field-face):
10023 Likewise.
10024
10025 2002-04-14 Kim F. Storm <storm@cua.dk>
10026
10027 * simple.el (pop-to-mark-command, push-mark-command): New commands.
10028 (set-mark-command): Use them.
10029 Enhanced functionality when command is repeated:
10030 - If first command set the mark (no prefix arg), repeat temporarily
10031 enables transient-mark-mode.
10032 - If first command jumped to mark off ring (with argument),
10033 repeat (with or without arg) jump to next mark off ring.
10034 - Use C-u C-u prefix to set mark after jump.
10035 (exchange-point-and-mark): Temporarily enable transient-mark-mode
10036 if prefix arg.
10037
10038 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10039
10040 * speedbar.el (speedbar-tag-hierarchy-method)
10041 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
10042
10043 2002-04-14 Mike Williams <mdub@bigfoot.com>
10044
10045 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
10046 beginning of buffer.
10047
10048 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10049
10050 * speedbar.el (speedbar-generic-item-info)
10051 (speedbar-sort-tags): Doc fix.
10052 (speedbar-add-supported-extension): Fix typo in interactive spec.
10053
10054 2002-04-13 Colin Walters <walters@verbum.org>
10055
10056 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
10057 only moving one line forward.
10058 (ibuffer-map-lines): Preserve point position even if we delete
10059 lines. Only call mapping functions with buffer and mark
10060 arguments; the other two were unused.
10061 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
10062
10063 * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
10064
10065 * calc/calc-bin.el (math-format-radix-float): Use `when'.
10066
10067 * calc/calc.el (math-format-number): Load `calc-ext' before we
10068 call `math-group-float'.
10069
10070 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10071 Renamed from `gamegrid-add-score'.
10072 (gamegrid-add-score-insecure): Restored from the old
10073 `gamegrid-add-score'.
10074 (gamegrid-add-score): Just dispatch on `system-type' to one of the
10075 previous two functions.
10076
10077 2002-04-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10078
10079 * iswitchb.el: Update commentary to include new function
10080 iswitchb-exclude-nonmatching.
10081
10082 2002-04-12 John Wiegley <johnw@gnu.org>
10083
10084 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
10085 operating systems to the regexp used to detect a script's interpreter.
10086
10087 2002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
10088
10089 * frame.el (frames-on-display-list): Use `equal' to compare the
10090 `display' frame parameter to the argument DISPLAY.
10091
10092 2002-04-12 Dave Love <fx@gnu.org>
10093
10094 * help.el (string-key-binding): Deal with margin events.
10095
10096 2002-04-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
10097
10098 * comint.el (comint-password-prompt-regexp): Match " SMB password".
10099
10100 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
10101
10102 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
10103
10104 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
10105
10106 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
10107 (buffer-syntactic-context-depth): New funs.
10108
10109 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
10110 on variables.
10111
10112 * emacs-lisp/debug.el (debug-on-entry): Use push.
10113 (debugger-make-xrefs): Don't assume point-min == 1.
10114
10115 * progmodes/cc-engine.el (c-backward-to-start-of-if):
10116 Don't assume point-min == 1.
10117
10118 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
10119 (etags-list-tags, etags-tags-apropos, select-tags-table):
10120 Don't assume point-min == 1.
10121
10122 2002-04-12 Mike Williams <mdub@bigfoot.com>
10123
10124 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
10125
10126 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
10127
10128 * textmodes/fill.el (fill-context-prefix): Fix up last change.
10129
10130 * simple.el (line-move): Use memq rather than or.
10131 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
10132 (do-auto-fill): Use fill-move-to-break-point.
10133 (syntax-code-table): Remove.
10134
10135 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
10136 Don't add spaces at end of sentences at end of line.
10137 (fill-move-to-break-point): Make sure the result is always greater
10138 than linebeg, so we ensure forward progress.
10139 (fill-region-as-paragraph): Compare to `to' rather than eobp.
10140 (fill-paragraph): Don't rebind fill-paragraph-function.
10141
10142 2002-04-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10143
10144 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
10145
10146 2002-04-11 Andreas Schwab <schwab@suse.de>
10147
10148 * files.el (file-name-non-special): Handle return value of t from
10149 `file-name-completion'.
10150
10151 2002-04-10 Stefan Monnier <monnier@cs.yale.edu>
10152
10153 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
10154 differently to avoid pathological exponential-time case.
10155 (adaptive-fill-regexp): Add ! and %.
10156 (fill-delete-prefix): Remove indentation while removing prefix.
10157 (fill-delete-newlines): Obey sentence-end.
10158 (fill-move-to-break-point, fill-newline): New functions extracted
10159 from fill-region-as-paragraph.
10160 (fill-region-as-paragraph): Use them.
10161 Don't fiddle with fill-indent-according-to-mode.
10162
10163 2002-04-10 Colin Walters <walters@verbum.org>
10164
10165 * play/snake.el (snake-score-file): Default to just "snake-scores".
10166
10167 * play/tetris.el (tetris-score-file): Likewise.
10168
10169 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
10170 use `update-game-score'.
10171
10172 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
10173 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
10174 ourselves; take it as an argument. Caller updated.
10175 (ibuffer-mode): Make mode-class special.
10176
10177 2002-04-10 Richard M. Stallman <rms@gnu.org>
10178
10179 * dired.el (dired-view-command-alist): New variable.
10180 (dired-view-file): Use external viewers for some files names.
10181
10182 * mouse.el (mouse-drag-region-1): Display region highlight
10183 only in the selected window.
10184
10185 * subr.el (remove-hook): When there are no more local hooks,
10186 kill the buffer-local value.
10187
10188 * isearch.el (isearch-mode): Don't call make-frame-visible
10189 if frame is already visible.
10190
10191 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
10192
10193 2002-04-09 Emmanuel Briot <briot@act-europe.fr>
10194
10195 * progmodes/ada-prj.el: Add support for the new project file
10196 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
10197 Fix widget handling for Emacs 21. ada-mode now only supports a single
10198 active project file, instead of one per buffer. This is far less
10199 confusing.
10200
10201 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
10202 (ada-func-or-proc-name): Get real subprogram name, after change in
10203 ada-mode.el.
10204
10205 * progmodes/ada-xref.el: Ada-mode no longer supports a different
10206 project file per buffer. This was too complex. Instead, there is
10207 now a single active project file at any given time, and the user
10208 can switch the active one through the Ada menu. This revision
10209 also provides better handling of the Windows command line, and the
10210 various available shells on that platform. ada-mode is now fully
10211 integrated with the GNU visual debugger gvd, see
10212 http://libre.act-europe.fr.
10213 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
10214 This is only available with GNAT 3.14.
10215 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
10216 (ada-quote-cmd): New function.
10217 (ada-initialize-runtime-library): Get the location of the actual
10218 runtime the compiler will be using, including support for
10219 cross-platform environments.
10220 (ada-treat-cmd-string): Add support for the new variable
10221 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
10222 two commands to run just prior to running the debugger, and just
10223 after starting it. This provide better support for cross-platform
10224 and remote debugging.
10225 (ada-get-absolute-dir): Remove, replace with expand-file-name.
10226 (ada-gdb-application): New parameter executable-name.
10227 (ada-get-ali-file-name): Better handling of separate packages.
10228 Checkin on behalf of the ada-mode maintainer.
10229
10230 * progmodes/ada-mode.el (ada-case-exception-file)
10231 (ada-indent-handle-comment-special): New variables.
10232 (ada-case-exception-substring): New variable. Casing exceptions
10233 can now also be defined for substrings, in addition to full
10234 identifier names. This provides more flexibility.
10235 (ada-align-list): New fun, provide support for align.el in ada-mode.
10236 (ada-procedure-start-regexp): Add support for operators and
10237 generic formal subprograms and packages.
10238 (ada-imenu-comment-re): New variable.
10239 (ada-imenu-generic-expression): Add support for protected types.
10240 (ada-mode): Set comment-start only after running ada-mode-hook, so
10241 that the user can change ada-comment-start in the hook.
10242 Add support for ispell in comments. Add support for align.el.
10243 (ada-save-exception-file, ada-create-case-exception-substring)
10244 (ada-adjust-case-substring): New functions.
10245 (ada-get-current-indent): Properly handles keywords with uppercases.
10246 (ada-goto-matching-end): Rewritten, fixes problems in the handling
10247 of nested blocks.
10248 (ada-untab-hard): Do not touch the contents of comments and strings.
10249
10250 2002-04-09 Mike Williams <mdub@bigfoot.com>
10251
10252 * textmodes/sgml-mode.el (sgml-lexical-context):
10253 Use sgml-parse-tag-backward to find start point.
10254 (sgml-looking-back-at): Doc fix.
10255
10256 2002-04-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10257
10258 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
10259 for prompt.
10260
10261 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
10262
10263 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
10264 Use define-minor-mode.
10265 (auto-revert-buffers): Use with-current-buffer.
10266 Avoid changing the minor modes.
10267
10268 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
10269 rather than char-to-string since last-input-char can be any event.
10270
10271 * international/titdic-cnv.el (tit-dictionary):
10272 Use defvar for non-constants.
10273
10274 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
10275 (global-cwarn-mode): Use easy-mmode-define-global-mode.
10276 (cwarn-font-lock-keywords): New function.
10277 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
10278 (cwarn-font-lock-match): New macro.
10279 (cwarn-font-lock-match-assignment-in-expression)
10280 (cwarn-font-lock-match-dangerous-semicolon)
10281 (cwarn-font-lock-match-reference): Use it.
10282
10283 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
10284 Use defvar rather than defconst since it's meant to be settable.
10285 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
10286 (cperl-fix-line-spacing): Add missing \ in [ t].
10287
10288 * loadup.el: Call ucs-unify-8859 directly rather than
10289 unify-8859-on-encoding-mode.
10290 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
10291
10292 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
10293 (sgml-mode): Use it for comment-line-break-function.
10294
10295 2002-04-08 Jason Rumney <jasonr@gnu.org>
10296
10297 * international/mule-cmds.el (reset-language-environment):
10298 Handle coding-systems not being defined yet.
10299
10300 2002-04-08 Sam Steingold <sds@gnu.org>
10301
10302 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
10303 (vc-cvs-checkin): Use it.
10304
10305 2002-04-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10306
10307 * files.el (display-time-string): Fix last change.
10308
10309 2002-04-07 Sam Steingold <sds@gnu.org>
10310
10311 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
10312
10313 2002-04-07 Jason Rumney <jasonr@gnu.org>
10314
10315 * international/mule-cmds.el (set-default-coding-systems)
10316 (reset-language-environment): Preserve eols on
10317 default-process-coding-system.
10318 (coding-system-change-text-conversion): Fix case where CODING is nil.
10319
10320 2002-04-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10321
10322 * subr.el (play-sound): Move here from simple.el.
10323
10324 * simple.el (play-sound): Move to subr.el.
10325
10326 2002-04-06 Richard M. Stallman <rms@gnu.org>
10327
10328 * files.el (display-time-string-forms): Mark as risky.
10329
10330 * enriched.el (enriched-decode-foreground, enriched-decode-background):
10331 Use proper format for desired elts of `face' property.
10332 Don't test display-color-p; make the properties unconditionally.
10333
10334 * progmodes/compile.el (compilation-error-regexp-alist):
10335 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
10336
10337 2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
10338
10339 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
10340 for customization type.
10341 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
10342
10343 2002-04-06 Mike Williams <mdub@bigfoot.com>
10344
10345 * textmodes/xml-lite.el: Remove.
10346
10347 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10348
10349 * simple.el (play-sound): New function (uses play-sound-internal).
10350
10351 2002-04-04 Richard M. Stallman <rms@gnu.org>
10352
10353 * files.el (mode-line-format, mode-line-modified)
10354 (mode-line-mule-info, mode-line-buffer-identification)
10355 (mode-line-modes, mode-line-position): Explicitly mark as risky.
10356 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
10357
10358 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
10359
10360 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
10361 Use (syntax-table), not old-syntax-table.
10362
10363 * enriched.el (enriched-decode-foreground)
10364 (enriched-decode-background): Don't call facemenu-get-face.
10365
10366 2002-04-04 Mike Williams <mdub@bigfoot.com>
10367
10368 * textmodes/sgml-mode.el: Add missing require.
10369 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
10370
10371 2002-04-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10372
10373 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
10374 spot indicated by text property `cvs-goal-column', if present.
10375
10376 * pcvs-info.el (cvs-fileinfo-pp): Use text property
10377 `cvs-goal-column' to indicate position of file name (if present).
10378
10379 2002-04-03 Richard M. Stallman <rms@gnu.org>
10380
10381 * mail/mailabbrev.el (mail-abbrev-complete-alias):
10382 Call mail-abbrev-make-syntax-table.
10383
10384 * format.el (format-deannotate-region): Doc fix.
10385
10386 * enriched.el (enriched-face-ans): Delete special treatment
10387 for fg:... and bg:... faces.
10388 (enriched-decode-foreground): Return a list that specifies
10389 the foreground color, rather than creating a face.
10390 (enriched-decode-background): Likewise.
10391
10392 * shell.el (shell-mode): Don't reinit comint-input-ring
10393 if that was already done.
10394
10395 2002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
10396
10397 * solar.el (solar-spring-or-summer-season): Delete.
10398 (solar-northern-spring-or-summer-season): New variable.
10399 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
10400 Rewrite.
10401
10402 * solar.el (diary-sabbath-candles-minutes): New variable.
10403 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
10404
10405 * calendar.el (update-calendar-mode-line): Force mode-line update.
10406 Make date under the cursor available as `date' in
10407 calendar-mode-line-format.
10408 Eval items in calendar-mode-line-format list.
10409
10410 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
10411 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
10412
10413 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
10414
10415 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
10416 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
10417 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10418 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
10419
10420 * cal-tex.el: Change all instances (interactive "P") to
10421 (interactive "p").
10422 (cal-tex-cursor-month): Add hfill and newline at end of month that
10423 ended on Saturday.
10424 (cal-tex-preamble): Change to LaTeX2e.
10425 (cal-tex-cursor-filofax-year): Don't use default month names in
10426 LaTeX macros in case user changes them.
10427 (cal-tex-month-name): New function. Used throughout in case user
10428 has done something funny with month names.
10429
10430 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
10431 (diary-rosh-hodesh): Spelling correction.
10432
10433 2002-04-03 Mike Williams <mdub@bigfoot.com>
10434
10435 * textmodes/sgml-mode.el (sgml-lexical-context)
10436 (sgml-parse-tag-backward): Extend support for CDATA to include
10437 conditional sections.
10438
10439 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10440
10441 * cus-start.el: Rename `autoselect-window' to
10442 `mouse-autoselect-window'.
10443
10444 2002-04-02 Richard M. Stallman <rms@gnu.org>
10445
10446 * files.el (hack-one-local-variable):
10447 Clear text props from string value.
10448
10449 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
10450
10451 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
10452 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
10453 Use regexp-opt.
10454 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
10455 from F95.
10456 (f90-procedures-re): Add `null' and `cpu_time' from F95.
10457 (f90-font-lock-keywords-1): Minor reorganization so we don't need
10458 `override' any more.
10459 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
10460 (f90-indent-subprogram): Use indent-region.
10461 (f90-break-line): Use indent-according-to-mode.
10462
10463 2002-04-02 Mike Williams <mdub@bigfoot.com>
10464
10465 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
10466 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
10467 (sgml-get-context): Remove use of sgml-inside-tag-p.
10468 (sgml-inside-tag-p): Remove.
10469 (sgml-looking-back-at): Short-circuit at beg of buffer.
10470 (sgml-lexical-context, sgml-calculate-indent): Add support for
10471 CDATA sections.
10472
10473 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
10474
10475 * help.el (help-key-description): New fun.
10476 (describe-key-briefly, describe-key): Use it and
10477 this-single-command-raw-keys plus new arg `untranslated'.
10478
10479 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
10480 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
10481 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
10482 (sgml-insert-end-tag): New funs taken from xml-lite.el.
10483 (sgml-calculate-indent): Use them.
10484 (sgml-slash-matching): Rename from sgml-slash.
10485 (sgml-slash): Copied from xml-lite and changed to use
10486 sgml-slash-matching and sgml-quick-keys.
10487
10488 * international/mule-cmds.el (standard-keyboard-coding-systems):
10489 Add koi8-u and koi8-r.
10490
10491 * eshell/.cvsignore: New file.
10492
10493 * eshell/esh-groups.el: Remove.
10494
10495 * progmodes/tcl.el: Change maintainer.
10496 (tcl-electric-hash-style): Change default to nil.
10497 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
10498 (tcl-do-auto-fill): Remove.
10499 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
10500
10501 2002-04-01 Mike Williams <mdub@bigfoot.com>
10502
10503 * textmodes/sgml-mode.el: Doc fixes.
10504 (sgml-mode): Set indent-line-function to sgml-indent-line.
10505 (sgml-calculate-indent): Add an explicit check for 'text syntax,
10506 to protect against future enhancements to sgml-lexical-context.
10507 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
10508
10509 * textmodes/xml-lite.el: Removed much redundant stuff.
10510 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
10511 always start within text. Make use of sgml-unclosed-tag-p.
10512
10513 2002-04-01 Ville Skytt\e,Ad\e(B <ville.skytta@xemacs.org>
10514
10515 * tcl.el (tcl-imenu-generic-expression): New value.
10516 (tcl-imenu-create-index-function): Function deleted.
10517 (tcl-mode): Check for filladapt-mode.
10518 Use tcl-imenu-generic-expression instead of
10519 tcl-imenu-create-index-function.
10520 (inferior-tcl-mode): Doc fix.
10521 Change not legally significant.
10522
10523 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10524
10525 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
10526
10527 * window.el (handle-select-window): New function.
10528 Update copyright.
10529
10530 2002-04-01 Richard M. Stallman <rms@gnu.org>
10531
10532 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
10533
10534 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
10535 tool-bar-add-item, and new arg MAP.
10536 (tool-bar-add-item): Now calls tool-bar-local-item.
10537 (tool-bar-local-item-from-menu): Renamed from
10538 tool-bar-add-item-from-menu, and new arg IN-MAP.
10539 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
10540
10541 * help-fns.el (help-with-tutorial): Allow various ways
10542 to specify the text in the [...] line, in handling the <...> line.
10543
10544 * progmodes/idlw-rinfo.el (idlwave-system-routines):
10545 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
10546
10547 * subr.el (redraw-modeline): Define alias.
10548
10549 2002-03-31 Richard M. Stallman <rms@gnu.org>
10550
10551 * files.el (file-expand-wildcards): Use save-match-data.
10552
10553 * files.el (format-alist): Mark as risky.
10554
10555 * simple.el (kill-new): Doc fix.
10556
10557 * emacs-lisp/byte-opt.el (side-effect-free-fns)
10558 (side-effect-and-error-free-fns): Add many functions, remove some.
10559
10560 2002-03-30 Richard M. Stallman <rms@gnu.org>
10561
10562 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
10563
10564 2002-03-30 Eli Zaretskii <eliz@gnu.org>
10565
10566 * font-lock.el (save-buffer-state): Fix last change.
10567
10568 * files.el (auto-save-file-name-transforms): Fix last change.
10569
10570 * startup.el (command-line): Fix last change.
10571
10572 2002-03-29 Richard M. Stallman <rms@gnu.org>
10573
10574 * subr.el (play-sound-file): Moved to simple.el.
10575
10576 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
10577
10578 2002-03-29 Colin Walters <walters@verbum.org>
10579
10580 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
10581 instead of `forward-line'.
10582 (ibuffer-forward-line): Be sure to skip over special properties
10583 before moving, too.
10584
10585 * calc/calc.el (calc-was-split): Var deleted.
10586 (calc): Remove reference to it.
10587 (calc): Ditto.
10588 (calc-quit): Ditto.
10589 (calc-init-base): Ditto.
10590
10591 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
10592
10593 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
10594
10595 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
10596 instead of nil when point is outside of any tag.
10597 (sgml-beginning-of-tag): Adjust to the change.
10598 (sgml-calculate-indent): Use the new info returned by
10599 sgml-lexical-context. Try to handle unclosed tags.
10600
10601 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
10602 at unclosed tags unless it is at indentation.
10603 Kill nested unclosed tags.
10604 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
10605 (xml-lite-mode): Use sgml-indent-line instead.
10606
10607 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
10608
10609 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
10610 expand-file-name.
10611
10612 * startup.el (command-line): Recompute auto-save-file-name-transforms
10613 using the updated value of temporary-file-directory.
10614
10615 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
10616
10617 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
10618 even with an empty context. Don't save excursion any more.
10619 Don't complain about unmatched start-tags in sgml-unclosed-tags.
10620 Ignore end-tags in sgml-empty-tags.
10621 (xml-lite-get-context, xml-lite-calculate-indent)
10622 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
10623 (xml-lite-indent-line): Use back-to-indentation.
10624
10625 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
10626 (sgml-name-re, sgml-attrs-re): New consts.
10627 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
10628 (sgml-mode): Use them.
10629 (sgml-lexical-context): Default to (point-min) if nothing else works.
10630 (sgml-calculate-indent): Indent slightly differently.
10631 (sgml-indent-line): Use back-to-indentation.
10632 (sgml-parse-dtd): New function.
10633 (sgml-unclosed-tags): New var.
10634 (html-mode): Set it.
10635
10636 2002-03-29 Simon Marshall <simon.marshall@misys.com>
10637
10638 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
10639
10640 2002-03-29 Richard M. Stallman <rms@gnu.org>
10641
10642 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
10643 Use FILTER arg in dired-get-marked-files to exclude directories.
10644 (dired-nondirectory-p): New function.
10645
10646 * dired.el (dired-get-marked-files): New arg FILTER
10647 allows selection of some files.
10648
10649 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
10650
10651 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
10652
10653 * speedbar.el (speedbar-default-directory-list): Made robust
10654 against deleted directories.
10655
10656 2002-03-28 Richard M. Stallman <rms@gnu.org>
10657
10658 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
10659 Bindings changed.
10660
10661 * progmodes/compile.el (compilation-handle-exit):
10662 If compilation-window-height is 0, display status in echo area.
10663
10664 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
10665
10666 * rect.el (replace-rectangle): Add autoload.
10667
10668 * files.el: Mark many more variables as risky.
10669 (hack-one-local-variable): Recognize several additional
10670 patterns as risky.
10671
10672 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
10673
10674 2002-03-28 Stefan Monnier <monnier@cs.yale.edu>
10675
10676 * textmodes/xml-lite.el (xml-lite-in-string-p):
10677 Use sgml-lexical-context.
10678 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
10679 (xml-lite-get-context): Check that open/close tags match.
10680 Don't stop scanning while we're ignoring matching tags.
10681
10682 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
10683 (sgml-mode-syntax-table): Use it.
10684 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
10685 (sgml-tags-invisible): Use it.
10686 (sgml-lexical-context): New fun.
10687 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
10688 (sgml-quote): Accept \n as entity reference terminator.
10689 (sgml-calculate-indent, sgml-indent-line): New funs.
10690
10691 2002-03-28 Andre Spiegel <spiegel@gnu.org>
10692
10693 * vc-cvs.el (vc-cvs-global-switches): New user option.
10694 (vc-cvs-command): New function. Update all callers of
10695 `vc-do-command' in vc-cvs.el to use this instead.
10696
10697 2002-03-27 Andrew Innes <andrewi@gnu.org>
10698
10699 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
10700 relying on shell globbing.
10701
10702 2002-03-27 Colin Walters <walters@debian.org>
10703
10704 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
10705 (ibuffer-fontification-alist): Use it.
10706 (ibuffer-backward-line): Handle `ibuffer-summary' area.
10707 (ibuffer-forward-line): Ditto.
10708
10709 * ibuf-ext.el (sorter mode-name): Doc fix.
10710 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
10711 (operation query-replace): Use new `noerror' arg for
10712 `query-replace-read-args'.
10713 (operation query-replace-regexp): Ditto.
10714
10715 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
10716
10717 * textmodes/xml-lite.el: Fix copyright notice.
10718 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
10719 (xml-lite-indent-comment-offset): Remove.
10720 (xml-lite-calculate-indent): Use new name. Use natural alignment
10721 for comments.
10722 (xml-lite-in-string-p): Simplify.
10723
10724 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10725
10726 * allout.el (outline-layout): Doc fix.
10727
10728 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
10729
10730 * textmodes/xml-lite.el: Don't require `custom'.
10731 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
10732 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
10733 (xml-lite-get-context): Drop nested tags not just for comments.
10734 (xml-lite-indent-line): Be more careful about moving point.
10735 (xml-lite-insert-end-tag, xml-lite-slash):
10736 Use indent-according-to-mode instead of xml-lite-indent-line.
10737 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
10738 Set sgml-xml-mode. Don't call force-mode-line-update.
10739 (xml-lite-mode-map): Don't bind TAB.
10740
10741 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
10742
10743 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
10744 parameter value.
10745 (gud-jdb-build-source-files-list): Comment clarification.
10746 (gud-jdb-massage-args): Reworked into loop-based argument list
10747 processing in order to support -classpath and -sourcepath argument
10748 processing.
10749 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
10750 to gud-jdb-classpath to obtain search list.
10751 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
10752 directory names in classpath/sourcepath lists, update comment.
10753 (jdb): Add setting of gud-jdb-sourcepath, update comment.
10754 (gud-find-class): Add gud-jdb-sourcepath use, and correct
10755 behaviour for the case when classpath is not used--backward
10756 compatibility fix.
10757
10758 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
10759
10760 * Makefile.in (compile, compile-always): Don't try to compile
10761 non-existent files or files in empty directories.
10762
10763 2002-03-26 Michael Ernst <mernst@alum.mit.edu>
10764
10765 * compare-w.el (compare-windows-whitespace): Match all whitespace.
10766
10767 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
10768 copy of standard Lisp directories.
10769
10770 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
10771 Support "next has longname" link type.
10772
10773 2002-03-26 Stefan Monnier <monnier@cs.yale.edu>
10774
10775 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
10776 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
10777 New functions.
10778 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
10779 (end-of-xml-tag): Remove.
10780 (xml-lite-get-context): Better handling of comments.
10781 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
10782 (xml-lite-parse-tag-backward): Rewrite.
10783
10784 2002-03-26 Juanma Barranquero <lektu@terra.es>
10785
10786 * makefile.w32-in (WINS): Add the toolbar directory.
10787
10788 2002-03-26 Richard M. Stallman <rms@gnu.org>
10789
10790 * subr.el (substring-no-properties): Function deleted (now in C).
10791
10792 2002-03-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10793
10794 * mwheel.el (mouse-wheel-mode): Use global-set-key and
10795 global-unset-key.
10796
10797 2002-03-24 Richard M. Stallman <rms@gnu.org>
10798
10799 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
10800
10801 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
10802 to query-replace-read-args.
10803
10804 * progmodes/compile.el (compilation-forget-errors):
10805 Don't adjust compilation-parsing-end if it's nil.
10806
10807 * replace.el (query-replace-read-args): New optional arg NOERROR.
10808 (perform-replace): Use save-window-excursion around recursive edit.
10809
10810 2002-03-24 Colin Walters <walters@verbum.org>
10811
10812 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
10813 non-nil, then always use another window.
10814
10815 2002-03-24 Gerd Moellmann <gerd@gnu.org>
10816
10817 * subr.el (macro-declaration-function): New function. Set the
10818 variable macro-declaration-function to it.
10819
10820 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
10821 Handle declarations in macro definitions.
10822
10823 2002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
10824
10825 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
10826
10827 * enriched.el (enriched-face-ans): Support FACE of the form
10828 (:foreground COLOR) and (:background COLOR).
10829 (enriched-decode-foreground, enriched-decode-background): Set the
10830 fore- and background colors of the faces we create, since facemenu
10831 doesn't.
10832
10833 2002-03-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10834
10835 * mwheel.el (mouse-wheel-mode): Use the result of
10836 current-global-map instead of the variable `global-map'.
10837
10838 2002-03-23 Richard M. Stallman <rms@gnu.org>
10839
10840 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
10841 broken out of sendmail-pre-abbrev-expand-hook.
10842 (sendmail-pre-abbrev-expand-hook): Use it.
10843
10844 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
10845
10846 * Makefile.in (finder-inf.el): Remove.
10847 (finder-data): Don't depend on finder-inf.el any more.
10848 (compile, compile-always): Handle the case where some files
10849 from DONTCOMPILE are missing (it tried to compile them).
10850 (bootstrap-clean): Use src/emacs only if executable.
10851 (bootstrap): Update subdirs.el and finder-inf.el.
10852
10853 * finder.el: Don't load finder-inf.el during byte-compilation.
10854
10855 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
10856 Don't consider cvs-removed files as under VC control.
10857 VC wouldn't handle them properly anyway and it confuses
10858 vc-file-not-found-hook.
10859
10860 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
10861 Add autoload cookie.
10862
10863 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
10864
10865 * calendar/calendar.el (calendar): Doc fix.
10866
10867 2002-03-22 Juanma Barranquero <lektu@terra.es>
10868
10869 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
10870 (gomoku-font-lock-X-face): Likewise.
10871 (gomoku-font-lock-keywords): Use faces instead of variables.
10872
10873 2002-03-21 Stefan Monnier <monnier@cs.yale.edu>
10874
10875 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
10876
10877 2002-03-21 Kim F. Storm <storm@cua.dk>
10878
10879 * simple.el (open-network-stream, open-network-stream-nowait)
10880 (open-network-stream-server): Use featurep to test for
10881 supported networking features.
10882
10883 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10884
10885 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
10886 directions as the last action.
10887
10888 2002-03-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10889
10890 * startup.el (fancy-splash-tail, normal-splash-screen):
10891 Update copyright.
10892
10893 * novice.el (disabled-command-hook): Clarify output text to match
10894 prompt.
10895
10896 2002-03-20 Jason Rumney <jasonr@gnu.org>
10897
10898 * frame.el (display-images-p): Do not explicitly check display type.
10899
10900 2002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
10901
10902 * mail-utils.el:
10903 Eliminate compilation warnings due to `rfc822-addresses'.
10904 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
10905 warning free compile.
10906
10907 2002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
10908
10909 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
10910 Take the current highlighting style into account.
10911 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
10912 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
10913
10914 * ediff-init.el (ediff-patch-job): New macro.
10915
10916 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
10917 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
10918
10919 * ediff-ptch.el (ediff-map-patch-buffer):
10920 Use ediff-make-new-meta-list-header.
10921 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
10922
10923 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
10924 (ediff-select-difference): Take highlighting style into account.
10925 (ediff-clone-buffer-for-region-comparison): New function.
10926 (ediff-inferior-compare-regions): Added comparison of current diff
10927 regions.
10928
10929 * ediff.el (ediff-clone-buffer-for-region-comparison)
10930 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
10931
10932 2002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
10933
10934 * mail-utils.el (rmail-dont-reply-to):
10935 Overhaul to correctly apply the regular
10936 expressions in the variable `rmail-dont-reply-to-names' to the list of
10937 destination addresses. Contributed by lorentey@elte.hu.
10938
10939 * rmail.el (rmail-dont-reply-to-names):
10940 Modify the documentation to make it email
10941 address centric rather than login name centric. Contributed by
10942 lorentey@elte.hu.
10943
10944 2002-03-18 Colin Walters <walters@verbum.org>
10945
10946 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
10947 we don't require `cl' at runtime.
10948 (sorting mode mode-name): Don't take the symbol-name of a string.
10949
10950 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
10951 line after setting the mark.
10952 (ibuffer-insert-buffers-and-marks): Invert the test for
10953 `ibuffer-sorting-reversep'.
10954
10955 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
10956
10957 * international/ucs-tables.el (unify-8859-on-decoding-mode)
10958 (unify-8859-on-encoding-mode): Remove autoload cookie.
10959
10960 2002-03-18 Andre Spiegel <spiegel@gnu.org>
10961
10962 * vc-rcs.el (vc-rcs-register): Fix handling of
10963 vc-[rcs-]register-switches.
10964 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
10965 Variables removed, since they weren't used yet.
10966
10967 * vc-cvs.el (vc-cvs-register): Fix handling of
10968 vc-[cvs-]register-switches.
10969
10970 * vc-sccs.el (vc-sccs-register): Fix handling of
10971 vc-[sccs-]register-switches.
10972
10973 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
10974
10975 * loadup.el ("emacs-lisp/backquote"): Load earlier.
10976 ("international/ucs-tables"): Load and turn on
10977 unify-8859-on-encoding-mode unconditionally.
10978 (emacs-version): Use `defconst' rather than `setq'.
10979
10980 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
10981
10982 2002-03-18 Richard M. Stallman <rms@gnu.org>
10983
10984 * menu-bar.el (menu-bar-options-menu): Cope if
10985 text-mode-hook is not a list.
10986
10987 2002-03-17 Richard M. Stallman <rms@gnu.org>
10988
10989 * emulation/pc-select.el (pc-selection-mode):
10990 Alter the existing global map, don't replace it.
10991
10992 * files.el (list-directory): Set default-directory at the end.
10993
10994 * dabbrev.el (dabbrev--goto-start-of-abbrev):
10995 Put a limit on field-beginning search.
10996
10997 2002-03-17 Simon Josefsson <jas@extundo.com>
10998
10999 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
11000 (browse-url-mosaic): Use it.
11001
11002 * net/browse-url.el (browse-url-filename-alist): Don't begin
11003 docstring with *, you don't want to set this one with M-x set-variable.
11004
11005 * net/browse-url.el: Put * in user option doc strings.
11006
11007 2002-03-17 Stefan Monnier <monnier@cs.yale.edu>
11008
11009 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
11010 (sgml-xml-guess): Simplify.
11011 (sgml-mode-common): Remove (move into sgml-mode).
11012 (sgml-mode): Add code from sgml-mode-common.
11013 Remove redundant setting of indent-line-function.
11014 Don't set skeleton-transformation when in XML mode.
11015
11016 * international/mule-diag.el (describe-char-after):
11017 Use `internal-describe-syntax-value' again (got lost somewhere).
11018
11019 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
11020 Use unify-8859-on-decoding-mode.
11021 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
11022 (ucs-insert): Give an error if the unicode char can't be created.
11023
11024 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
11025 (cvs-parse-status): Handle the "used to have a conflict" marker.
11026
11027 2002-03-17 Kim F. Storm <storm@cua.dk>
11028
11029 The following changes are related to the enhanced network process
11030 support.
11031
11032 * simple.el: Update copyright.
11033 (clone-process): Use make-network-process to clone network
11034 processes. Get command list via (process-contact ... t).
11035 Use set-process-query-on-exit-flag and process-query-on-exit-flag
11036 instead of process-kill-without-query.
11037 (open-network-stream): Replaces C-version from process.c.
11038 (open-network-stream-nowait, open-network-stream-server): New funs.
11039 (process-kill-without-query): Replaces C-version from process.c.
11040
11041 * files.el: Update copyright.
11042 (save-buffers-kill-emacs): Also check for active server
11043 processes. Use process-query-on-exit-flag. Only list processes
11044 which has the query-on-exit flag set in connection with user query.
11045
11046 * shadowfile.el: Update copyright.
11047 (shadow-save-buffers-kill-emacs): Also check for active server
11048 processes. Use process-query-on-exit-flag.
11049
11050 2002-03-16 Simon Marshall <simon.marshall@misys.com>
11051
11052 * imenu.el (imenu-menubar-modified-tick): Renamed from
11053 imenu-update-menubar-modified-tick.
11054 (imenu-update-menubar): Update imenu-menubar-modified-tick
11055 whenever outer condition succeeds.
11056
11057 * lazy-lock.el (save-buffer-state):
11058 Bind inhibit-modification-hooks and buffer-file-truename
11059 instead of before-change-functions and after-change-functions.
11060
11061 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
11062
11063 * international/codepage.el (codepage-setup): Don't define a
11064 codepage if it is already defined.
11065
11066 * textmodes/po.el (po-content-type-charset-alist): Convert the
11067 car of each association to a string.
11068 (po-find-file-coding-system-guts): If the charset matches a name
11069 of a codepage, set up that codepage and return it as a coding
11070 system to decode the file.
11071 (po-find-charset): Search for the Charset= header even if we've
11072 read less than 4KB.
11073 <top-level>: Remove the setup for all known codepages: it seems
11074 to cause crashes in the CCL driver.
11075
11076 2002-03-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11077
11078 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
11079 (bibtex-entry-field-alist): Doc fix.
11080
11081 2002-03-16 Richard M. Stallman <rms@gnu.org>
11082
11083 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
11084 Move definition above cperl-outline-regexp.
11085
11086 * bindings.el (mode-line-mule-info): In computing help-echo prop,
11087 avoid using save-window-excursion. And compile the function.
11088
11089 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
11090
11091 * files.el (load-completion): New function.
11092 (load-library): Use it.
11093
11094 2002-03-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11095
11096 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
11097 to match the actual code.
11098
11099 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
11100
11101 * textmodes/po.el (po-find-file-coding-system-guts):
11102 Use with-temp-buffer instead of po-with-temp-buffer.
11103
11104 * international/mule-conf.el (file-coding-system-alist): Add an
11105 association for PO files.
11106
11107 * textmodes/po.el: New file.
11108
11109 2002-03-15 Gerd Moellmann <gerd@gnu.org>
11110
11111 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
11112 Fix simple loop indentation.
11113
11114 2002-03-14 Miles Bader <miles@gnu.org>
11115
11116 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
11117
11118 2002-03-14 Richard M. Stallman <rms@gnu.org>
11119
11120 * textmodes/picture.el (picture-insert)
11121 (picture-clear-column, picture-draw-rectangle):
11122 Use move-to-column, not move-to-column-force.
11123
11124 * dired.el (dired-readin): Clear out undo list.
11125 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
11126 (dired-delete-entry): New function.
11127 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
11128 and dired-delete-entry, to update this buffer (and others).
11129
11130 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
11131
11132 * facemenu.el (facemenu-add-new-face):
11133 Pass region args to facemenu-set-face, when there is a region.
11134 (facemenu-set-foreground, facemenu-set-background)
11135 (facemenu-add-face): Doc fixes.
11136
11137 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
11138
11139 2002-03-14 Miles Bader <miles@gnu.org>
11140
11141 * emacs-lisp/debug.el: Require `button'.
11142 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
11143 to get TAB and <backtab> bindings.
11144
11145 * net/rlogin.el (rlogin-carriage-filter): Function removed.
11146 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
11147 comint removes carriage returns itself now.
11148
11149 * rfn-eshadow.el (rfn-eshadow-update-overlay):
11150 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
11151 getting hosed by our own intangible property.
11152
11153 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
11154
11155 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
11156 Add fortran-comment-line-start-skip to comment-start-skip.
11157 (fortran-comment-indent): Keep whole-line comments in column 0.
11158 (fortran-find-comment-start-skip): New arg `all'.
11159 If ALL is nil, make sure we only match comment-start-skip if we
11160 can't match fortran-comment-line-start-skip.
11161 Fix bug that made it return t but without moving point when
11162 matching '!'! (a false-comment followed by a real comment).
11163 (fortran-indent-comment): Use new `all' argument above.
11164 Be careful not to add an incorrect comment-starter like "C"
11165 in comment-column.
11166 (fortran-split-line): When splitting a comment, reuse the comment
11167 starter from the current line rather than fortran-comment-line-start.
11168 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
11169 cleaner behavior of fortran-find-comment-start-skip.
11170 (fortran-fill): Don't be confused by ! inside a comment.
11171 (fortran-break-line): Minor cleanup and simplification.
11172
11173 2002-03-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
11174
11175 * progmodes/etags.el (tag-exact-file-name-match-p)
11176 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
11177 simpler regexp.
11178
11179 2002-03-12 Colin Walters <walters@debian.org>
11180
11181 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
11182 redisplaying a line.
11183
11184 2002-03-12 Jan D. <Jan.Djarv@mbox200.swipnet.se>
11185
11186 * term/x-win.el (emacs-session-restore): Take previous id as
11187 an argument.
11188 (emacs-session-save): Add comment that return t means cancel shutdown
11189
11190 * startup.el (command-line): Must check that x-session-previous-id
11191 is bound also, for non-X platforms.
11192
11193 2002-03-12 Gerd Moellmann <gerd@gnu.org>
11194
11195 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
11196 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
11197 New user options.
11198 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
11199 (common-lisp-indent-function-1): Renamed from
11200 common-lisp-indent-function.
11201 (common-lisp-indent-function): Handle loop forms specially.
11202 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
11203 (lisp-backquote-indentation): New user option.
11204
11205 2002-03-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
11206
11207 * progmodes/etags.el (tag-exact-file-name-match-p)
11208 (tag-file-name-match-p, tag-partial-file-name-match-p):
11209 Assume that the header of a tags section has either a number
11210 or nothing after the last comma.
11211
11212 2002-03-11 Richard M. Stallman <rms@gnu.org>
11213
11214 * imenu.el (imenu-update-menubar-modified-tick): New variable.
11215 (imenu-update-menubar): Don't call imenu--make-index-alist
11216 if buffer has not changed since last time.
11217
11218 * desktop.el (desktop-buffer-handlers): Doc fix.
11219 (desktop-buffer-file): Explicitly return BUF.
11220
11221 * paren.el (show-paren-function): Move back in other direction
11222 to verify the match is correct.
11223
11224 * mail/supercite.el (sc-select-attribution): Accept whatever value
11225 we get in CHOICE; there is no value meaning "try again".
11226
11227 2002-03-11 Colin Walters <walters@verbum.org>
11228
11229 * shell.el (toplevel): Revert previous change to use pcomplete.
11230 (shell-mode): Ditto.
11231 (shell-pcomplete-setup-done): Remove.
11232 (shell-pcomplete): Ditto.
11233 (shell-pcomplete-reverse): Ditto.
11234
11235 * comint.el: Remove documentation on setting up pcomplete.
11236
11237 2002-03-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11238
11239 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
11240 item. Doc fix.
11241
11242 * image.el (image-type-from-file-header): Make temporary buffer
11243 unibyte.
11244
11245 * subr.el (add-to-list): Doc fix.
11246
11247 2002-03-11 Miles Bader <miles@gnu.org>
11248
11249 * pcomplete.el (pcomplete-entries): Expand environment variables
11250 in filename.
11251
11252 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
11253
11254 * play/mpuz.el: Use defface instead of facemenu-get-face.
11255
11256 2002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se>
11257
11258 * startup.el (command-line): Add call to emacs-session-restore if
11259 both x-session-id and x-session-previous-id are strings.
11260
11261 * term/x-win.el (x-handle-smid): New function.
11262 (emacs-session-filename): New function.
11263 (emacs-session-save): New function.
11264 (emacs-save-session-functions): New variable.
11265 (emacs-session-restore): New function.
11266
11267 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
11268
11269 * simple.el (shell-command-on-region): Call push-mark with
11270 non-nil second arg, to suppress the "Mark set" message.
11271
11272 2002-03-08 Richard M. Stallman <rms@gnu.org>
11273
11274 * textmodes/picture.el (picture-forward-column): New arg `interactive'
11275 is non-nil for an interactive call. Use instead of interactive-p.
11276 (picture-backward-column): Likewise.
11277
11278 * tar-mode.el (tar-untar-buffer): New function.
11279
11280 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
11281 Put the mouse-face on the entire xref, like the local keymap.
11282
11283 * find-dired.el (find-name-dired): Use shell-quote-argument.
11284
11285 2002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
11286
11287 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
11288 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
11289 (mpuz-allow-double-multiplicator): New options for nicer look and
11290 new features.
11291 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
11292 (mpuz-check-all-solved, mpuz-random-puzzle)
11293 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
11294 (mpuz-show-solution): Functions streamlined and removed french
11295 style space before punctuation, added face support and optional
11296 solving of trivial results.
11297
11298 2002-03-07 Colin Walters <walters@verbum.org>
11299
11300 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
11301
11302 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
11303 instead of "recency" for clarity.
11304 (ibuffer-compile-format): Document more. Handle new "summarizer"
11305 columns.
11306 (ibuffer-fontify-region-function): Ditto.
11307 (ibuffer-insert-buffer-line): Ditto.
11308 (ibuffer-map-lines): Ditto.
11309 (ibuffer-insert-buffers-and-marks): Ditto.
11310 (ibuffer-update-title-and-summary): Renamed from
11311 `ibuffer-update-title'. Handle "summarizer" columns.
11312 (ibuffer-clear-summary-columns): New function.
11313
11314 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
11315
11316 2002-03-07 Gerd Moellmann <gerd@gnu.org>
11317
11318 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
11319 Use the other-window instead of the other-frame functions when
11320 the window is dedicated.
11321
11322 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
11323
11324 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
11325 with SILENT so that a new field can be added.
11326
11327 2002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
11328
11329 * files.el (make-auto-save-file-name): Make sure the produced file
11330 name does not contain characters that are invalid for DOS/Windows
11331 filesystems.
11332
11333 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
11334 Remove replacement functions.
11335
11336 2002-03-06 Gerd Moellmann <gerd@gnu.org>
11337
11338 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
11339 the form `:x'.
11340
11341 * vc.el (vc-branch-part): Add autoload cookie. This function can
11342 be called from vc-rcs-find-most-recent-rev when visiting a file
11343 checked into RCS in a CVS sandbox.
11344
11345 2002-03-06 Andreas Schwab <schwab@suse.de>
11346
11347 * progmodes/hideif.el: Augment expression parser to handle
11348 conditional expressions.
11349 (hif-token-regexp): Also match `?' and `:'.
11350 (hif-tokenize): Handle `?' and ':' as tokens.
11351 (hif-expr): Parse conditional expressions.
11352 (hif-or-expr): Parse `||' expressions.
11353 (hif-and-expr): Renamed from hif-term.
11354 (hif-conditional): New function to evaluate a conditional
11355 expression.
11356
11357 2002-03-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11358
11359 * language/czech.el ("Czech"): Fix the documentation.
11360
11361 * language/slovak.el ("Slovak"): Likewise.
11362
11363 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
11364
11365 * xml.el (xml-parse-attlist): Accept empty strings.
11366
11367 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
11368
11369 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
11370 all terminals now support highlighting of some kind.
11371
11372 * language/european.el (mac-roman): Fix the safe-chars property.
11373
11374 2002-03-05 Andre Spiegel <spiegel@gnu.org>
11375
11376 * vc.el (vc-transfer-file): Use `make-temp-file'.
11377 (vc-default-update-changelog): Remove conditional use of
11378 `make-temp-name'.
11379
11380 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
11381
11382 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
11383
11384 * ediff-init.el: Comments.
11385
11386 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
11387 is loaded.
11388
11389 * ediff-mult.el (ediff-intersect-directories)
11390 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
11391 Cleanup.
11392 (ediff-draw-dir-diffs): Now supports the "C" command in directory
11393 difference buffer.
11394 (ediff-dir-diff-copy-file): New function that implements copying
11395 of files from one Ediff dir to another
11396 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
11397 (ediff-append-custom-diff): Better error msgs.
11398
11399 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
11400 (ediff-inferior-compare-regions): Use
11401 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
11402
11403 * ediff.el (ediff-directories-internal): Cleanup.
11404 (ediff-clone-buffer-for-region-comparison): Better interface.
11405
11406 2002-03-04 Richard M. Stallman <rms@gnu.org>
11407
11408 * emacs-lisp/easy-mmode.el (define-minor-mode):
11409 Use "P" in interactive spec of minor mode commands.
11410
11411 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
11412
11413 * faces.el (face-spec-choose): Allow `t' to appear before the end.
11414 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
11415 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
11416 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
11417 (mode-line-inactive, header-line): Move the `t' section to the
11418 beginning so the `:inherit' setting can be shared.
11419
11420 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11421
11422 * net/snmp-mode.el: Require tempo when compiling to prevent
11423 warnings. Update copyright notice.
11424
11425 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
11426 like not defined at all.
11427
11428 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
11429
11430 * textmodes/sgml-mode.el: Change maintainer to FSF.
11431 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
11432 (sgml-tags-invisible, sgml-beginning-of-tag):
11433 Allow _ : and non-ASCII in tag names, as required for XML.
11434 (sgml-name-char): Don't assume anything about charsets handled by
11435 encode-char.
11436
11437 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
11438 where one of the buffers is narrowed.
11439
11440 * hexl.el (hexlify-command, dehexlify-command): Remove.
11441 (hexlify-buffer, dehexlify-buffer): Use call-process-region
11442 rather than shell-command-on-region.
11443
11444 * newcomment.el (comment-forward): Use forward-comment to skip
11445 over whitespace (or comments) even when comment-use-syntax is nil.
11446
11447 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
11448
11449 * textmodes/xml-lite.el: New file.
11450
11451 2002-03-03 Richard M. Stallman <rms@gnu.org>
11452
11453 * textmodes/artist.el (artist-system): Use make-temp-file.
11454
11455 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
11456
11457 * mail/sendmail.el (mail-recover-1): Increase non-random-len
11458 by 1 since we changed make-auto-save-file-name to add one
11459 fewer character to the buffer name.
11460 (mail-recover): Really show point at the right place
11461 in the *Directory* buffer.
11462
11463 * files.el (make-auto-save-file-name): Use make-temp-file.
11464
11465 * terminal.el (te-create-terminfo): Use make-temp-file
11466 to create the source file in a safe way.
11467
11468 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
11469
11470 * cus-start.el: Rename automatic-hscroll-step and
11471 automatic-hscroll-margin into hscroll-step and hscroll-margin.
11472
11473 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
11474 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
11475
11476 * mouse.el (mouse-region-delete-keys): Add deletechar.
11477
11478 2002-03-03 Sam Steingold <sds@gnu.org>
11479
11480 * play/snake.el (snake-score-file): Fixed parens (broken by the
11481 last patch).
11482 * play/tetris.el (tetris-score-file): Ditto.
11483
11484 2002-03-03 Richard M. Stallman <rms@gnu.org>
11485
11486 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
11487
11488 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
11489
11490 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
11491 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
11492
11493 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
11494
11495 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
11496 instead of `buffer-substring-no-properties' to support enriched mode.
11497
11498 2002-03-02 Richard M. Stallman <rms@gnu.org>
11499
11500 * find-dired.el (find-grep-dired): Call shell-quote-argument.
11501 Specify the -e option.
11502 Rename arg to `regexp'.
11503
11504 2002-03-02 Milan Zamazal <pdm@zamazal.org>
11505
11506 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
11507
11508 2002-03-02 Miles Bader <miles@gnu.org>
11509
11510 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
11511 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
11512 If there's no applicable modifiers entry in the alist in
11513 `mouse-wheel-scroll-amount', fall back to the default, not to
11514 nil (which causes full screen scrolls).
11515
11516 2002-03-01 Andreas Schwab <schwab@suse.de>
11517
11518 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
11519 Remove extra paren in regexp.
11520
11521 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
11522
11523 * mouse.el (mouse-show-mark): Use display-mouse-p, not
11524 display-graphic-p, to decide whether to move point or use the
11525 highlighting.
11526
11527 2002-02-28 Colin Walters <walters@verbum.org>
11528
11529 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
11530
11531 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
11532 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
11533 (calc-temp-file-name): Use `make-temp-file'.
11534
11535 2002-02-28 Richard M. Stallman <rms@gnu.org>
11536
11537 * font-lock.el (java-font-lock-extra-types):
11538 Match java.net.URL, etc.
11539
11540 2002-02-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11541
11542 * hexl.el (hexl-options): Doc fix.
11543 Update Commentary section.
11544
11545 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
11546 Doc fixes.
11547
11548 2002-02-28 Andre Spiegel <spiegel@gnu.org>
11549
11550 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
11551 the user to do that first.
11552 (vc-update): New function.
11553
11554 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
11555 which calls vc-update. Use the term "Base Version" instead of
11556 "Last Version" for the entries "Revert" and "Compare".
11557
11558 2002-02-28 Kim F. Storm <storm@cua.dk>
11559
11560 * simple.el (shell-command-on-region): Report non-zero exit
11561 status in mode line instead of buffer.
11562
11563 2002-02-27 Richard M. Stallman <rms@gnu.org>
11564
11565 * comint.el (comint-preoutput-filter-functions): Doc fix.
11566 (comint-output-filter-functions, comint-input-filter-functions)
11567 (comint-redirect-filter-functions): Likewise.
11568
11569 (comint-redirect-preoutput-filter): Do the local-hook
11570 handling of t when running comint-redirect-filter-functions.
11571 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
11572
11573 2002-02-26 Richard M. Stallman <rms@gnu.org>
11574
11575 * paths.el (remote-shell-program): Add doc string.
11576
11577 2002-02-26 Colin Walters <walters@debian.org>
11578
11579 * ibuf-ext.el (sorter mode-name): New.
11580 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
11581
11582 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
11583 interactively, so they do something.
11584 (calc-scroll-right): Ditto.
11585
11586 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
11587
11588 * international/mule.el (ctext-pre-write-conversion): Handle the
11589 case when FROM is a string, and when we are called from
11590 build_annotations_2.
11591
11592 2002-02-26 Richard M. Stallman <rms@gnu.org>
11593
11594 * rect.el (clear-rectangle-line): Reindent to the same column
11595 that move-to-column reached when it tried to go to endcol.
11596
11597 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
11598
11599 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
11600
11601 * winner.el (winner-boring-buffers, winner-set): A window which
11602 displays a buffer whose name is in the list
11603 `winner-boring-buffers', will no longer be restored by `winner-undo'.
11604 (winner-sorted-window-list): Used to improve comparison between
11605 window configurations.
11606 (winner-win-data): Simplified and moved.
11607 (winner-conf): Simplified (now uses `winner-win-data').
11608 (winner-change-fun, winner-save-old-configurations)
11609 (winner-save-(un)conditionally, winner-redo): Changes made while in
11610 the minibuffer will be ignored. (Such changes are undone upon
11611 exit for the minibuffer, anyway.)
11612 (winner-set-conf): Preserve selected window whenever possible.
11613 (winner-make-point-alist): Simplified.
11614 (winner-mode, winner-save-unconditionally): Save current window
11615 configuration on entering minibuffer.
11616 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
11617 since it does not change the overall behavior of Emacs.
11618
11619 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
11620
11621 * international/mule-conf.el (compound-text): Renamed back from
11622 compound-text-no-extensions.
11623 (ctext-no-compositions): Remove the mime-charset property.
11624 (compound-text-with-extensions): Renamed from compound-text.
11625 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
11626
11627 2002-02-26 Juanma Barranquero <lektu@terra.es>
11628
11629 * faces.el (list-faces-display): Fix typo.
11630
11631 2002-02-25 Richard M. Stallman <rms@gnu.org>
11632
11633 * frame.el (focus-follows-mouse): Doc fix.
11634
11635 2002-02-26 Miles Bader <miles@gnu.org>
11636
11637 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
11638 to `define-key', since it no longer accepts the latter.
11639
11640 2002-02-25 Jason Rumney <jasonr@gnu.org>
11641
11642 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
11643 mouse-wheel-scroll-amount.
11644
11645 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
11646 mwheel.el.
11647
11648 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
11649
11650 2002-02-25 Andre Spiegel <spiegel@gnu.org>
11651
11652 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
11653 consistent with the others that take a backend name as a symbol.
11654
11655 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
11656
11657 2002-02-25 Kim F. Storm <no-spam@cua.dk>
11658
11659 * comint.el (comint-replace-by-expanded-filename): Do nothing if
11660 comint-match-partial-filename returns nil.
11661
11662 * shell.el (shell-pcomplete-setup-done): New variable.
11663 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
11664 (shell-pcomplete-reverse): Ditto.
11665
11666 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
11667
11668 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
11669
11670 2002-02-25 Juanma Barranquero <lektu@terra.es>
11671
11672 * subr.el (save-match-data): Doc fix.
11673
11674 * ielm.el (ielm-prompt): Allow customization; make it read-only.
11675
11676 2002-02-25 Kim F. Storm <storm@cua.dk>
11677
11678 * shell.el (shell-mode-map): Add "Complete" header so completion
11679 menu is shown on the menu bar in shell mode.
11680
11681 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
11682
11683 * ielm.el (ielm-match-data): New var.
11684 (inferior-emacs-lisp-mode): Make it buffer-local.
11685 (ielm-eval-input): Use it to preserve match-data between inputs.
11686
11687 2002-02-24 Juanma Barranquero <lektu@terra.es>
11688
11689 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
11690
11691 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
11692
11693 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
11694 `custom-buffer' customize group.
11695
11696 2002-02-23 Kim F. Storm <storm@cua.dk>
11697
11698 * help.el (where-is): Use remap-command.
11699
11700 * help-fns.el (describe-function-1): Use remap-command.
11701
11702 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
11703 change (no longer accept a symbol for the KEY argument).
11704
11705 2002-02-23 Colin Walters <walters@debian.org>
11706
11707 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
11708 * calc/calcalg2.el (math-solve-get-sign): Ditto.
11709
11710 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
11711 in generated function.
11712
11713 * ibuf-ext.el (ibuffer-old-time): Change to hours.
11714 (ibuffer-mark-old-buffers): Handle it.
11715
11716 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
11717 (toplevel): Bind them.
11718 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
11719 not necessary now that we use pcomplete.
11720
11721 * comint.el: Document how use new pcomplete completion facility.
11722
11723 2002-02-23 Richard M. Stallman <rms@gnu.org>
11724
11725 * mail/rmailsum.el (rmail-summary-output): Properly advance
11726 to next message, by calling rmail-summary-goto-msg.
11727
11728 * net/browse-url.el (browse-url-galeon): Specify --existing
11729 for an existing window. Use --noraise rather than --no-raise.
11730 Don't use -x.
11731
11732 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
11733
11734 * progmodes/etags.el (find-tag-noselect, find-tag)
11735 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
11736 Fix a typo in doc strings.
11737
11738 2002-02-20 Deepak Goel <deego@glue.umd.edu>
11739
11740 * play/snake.el (snake-velocity-queue, snake-update-velocity)
11741 (snake-final-x-velocity, snake-final-y-velocity):
11742 New variable and functions. Store user's keypresses
11743 into a queue and pop from the queue each subsequent turn.
11744 (snake-update-game, snake-move-left)
11745 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
11746 (snake-start-game): Use that queue.
11747 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
11748 (snake-use-color-flag): Likewise.
11749 (snake-mode): Rename uses of those variables.
11750
11751 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
11752
11753 Support for ICCCM Extended Segments in X selections:
11754
11755 * international/mule-conf.el (ctext-no-compositions): New coding
11756 system.
11757 (compount-text-no-extensions): Renamed from compound-text.
11758 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
11759 compound-text-no-extensions.
11760 (compound-text): Redefined using post-read and pre-write conversions.
11761
11762 * international/mule.el (non-standard-icccm-encodings-alist)
11763 (non-standard-designations-alist): New variables.
11764 (ctext-post-read-conversion, ctext-pre-write-conversion):
11765 New functions.
11766
11767 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
11768
11769 * vc.el (vc-default-init-version): Update documentation to
11770 indicate that the backend can override the default init version.
11771 (vc-register): Use the backend init-version function, if it
11772 exists, to determine the initial version of a file.
11773 (vc-diff-switches-list): Don't symbol-quote backend, since it's
11774 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
11775
11776 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
11777 not version-controlled. This is necessary, e.g., if the file has
11778 just been reverted, and thus was previously under version control
11779 but isn't any longer.
11780 (vc-find-file-hook): Likewise.
11781
11782 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
11783
11784 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
11785 (vc-cvs-sticky-tag-display): New variable.
11786 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
11787 (vc-cvs-checkin): If the input revision is a valid symbolic tag
11788 name, we create it as a branch, commit and switch to it.
11789 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
11790 (vc-cvs-valid-symbolic-tag-name-p): New function.
11791 (vc-cvs-parse-sticky-tag): New function.
11792 (vc-cvs-parse-entry): Added parsing of sticky tags.
11793
11794 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
11795
11796 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
11797 nil, and then explicitly set the standard-value to t.
11798
11799 2002-02-20 Sam Steingold <sds@gnu.org>
11800
11801 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
11802 since it is used in the menu bar.
11803
11804 2002-02-20 Richard M. Stallman <rms@gnu.org>
11805
11806 * simple.el (shell-command-on-region): Display the exit status
11807 when a command fails.
11808
11809 * subr.el (add-hook): Doc fix.
11810
11811 * frame.el (other-frame): Doc fix.
11812
11813 * simple.el (yank): Clear `field' property.
11814
11815 2002-02-20 Tom Tromey <tromey@cachet>
11816
11817 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
11818 natural paragraph boundaries. Don't fail at beginning of buffer.
11819
11820 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11821
11822 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
11823 call the argument "arg" to match plain next-line and
11824 previous-line. From Kevin Ryde <user42@zip.com.au>.
11825
11826 2002-02-19 Sam Steingold <sds@gnu.org>
11827
11828 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
11829 scroll amounts for different modifiers now.
11830 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
11831 format properly.
11832 (mouse-wheel-mode): Ditto.
11833
11834 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
11835
11836 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
11837 around function body.
11838
11839 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
11840 sense of the comparison, to match the doc strings of functions
11841 that use this macro.
11842
11843 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
11844
11845 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
11846
11847 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
11848 * menu-bar.el (menu-bar-mode): Ditto.
11849
11850 2002-02-18 Andreas Schwab <schwab@suse.de>
11851
11852 * replace.el (query-replace-regexp-eval): Doc fix.
11853
11854 2002-02-18 Colin Walters <walters@verbum.org>
11855
11856 * calc/calcalg2.el (math-solve-get-int): Convert return value from
11857 `math-get-from-counter' to a string before calling `concat' on it.
11858
11859 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
11860 (calc-public-autoloads): Obsolete; remove.
11861 (calc-private-autoloads): Ditto.
11862 (calc-add-autoloads): Ditto.
11863
11864 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
11865 for body.
11866
11867 2002-02-17 Jason Rumney <jasonr@gnu.org>
11868
11869 * w32-win.el (x-option-alist, x-long-option-alist)
11870 (x-switch-definitions): Remove, use command-line-x-option-alist
11871 instead to be consistent with X.
11872 (x-handle-initial-switch): New function.
11873
11874 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
11875
11876 * faces.el (mode-line-inactive, header-line): Add the :inherit
11877 attribute for the tty case.
11878
11879 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
11880
11881 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
11882 invoked from Rmail with full headers displayed.
11883
11884 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11885
11886 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
11887 when repeated.
11888 * textmodes/paragraphs.el (mark-paragraph): Ditto.
11889
11890 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
11891
11892 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
11893 (menu-bar-tools-menu): Removed speedbar.
11894
11895 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
11896 and `flyspell-mode' entries.
11897
11898 * textmodes/flyspell.el (flyspell): Add to ispell group.
11899
11900 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11901
11902 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
11903 repeated.
11904 (mark-defun): Mark more if repeated.
11905
11906 2002-02-17 Colin Walters <walters@verbum.org>
11907
11908 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
11909
11910 * ibuffer.el (ibuffer-truncate-lines): New option.
11911 (ibuffer-mode): Use it.
11912
11913 2002-02-17 Kim F. Storm <storm@cua.dk>
11914
11915 * cus-start.el: Add mouse-highlight.
11916
11917 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
11918
11919 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
11920
11921 * cus-start.el: Add automatic-hscroll-margin and
11922 automatic-hscroll-step.
11923
11924 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11925
11926 * cus-start.el (x-autoselect-window): Allow customization.
11927
11928 * eshell/em-alias.el (eshell-alias-initialize): Do not use
11929 make-local-hook.
11930
11931 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
11932
11933 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
11934
11935 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
11936
11937 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
11938
11939 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
11940
11941 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
11942
11943 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
11944
11945 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
11946
11947 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
11948
11949 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
11950
11951 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
11952
11953 * eshell/esh-io.el (eshell-io-initialize): Likewise.
11954
11955 * eshell/esh-mode.el (eshell-mode): Likewise.
11956
11957 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
11958
11959 * eshell/esh-var.el (eshell-var-initialize): Likewise.
11960
11961 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
11962
11963 * progmodes/idlwave.el (idlwave-mode): Likewise.
11964
11965 * textmodes/reftex-sel.el (reftex-select-label-mode)
11966 (reftex-select-bib-mode): Likewise.
11967
11968 2002-02-16 John Wiegley <johnw@gnu.org>
11969
11970 * eshell/em-hist.el (eshell-hist-initialize): When in the
11971 minibuffer, use the global value of `eshell-history-ring', and
11972 never save it to disk, or ask to save it to disk. This allows
11973 users of session.el to control whether its global state should be
11974 persisted or not.
11975 (eshell-add-command-to-history): Don't write Eshell's history out
11976 to disk, let the governing mode control that upon exit.
11977
11978 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
11979
11980 * eshell/eshell.el (eshell-command): Before reading from the
11981 minibuffer, add eshell-add-command-to-history to
11982 minibuffer-exit-hook, and remove it after read-from-minibuffer
11983 returns.
11984
11985 * eshell/em-hist.el (eshell-add-input-to-history): New function,
11986 with most of the code from eshell-add-to-history.
11987 (eshell-add-command-to-history): New function, to record in
11988 eshell-history the commands run via eshell-command.
11989 (eshell-add-to-history): Call eshell-add-command-to-history to do
11990 most of the work.
11991
11992 2002-02-16 John Wiegley <johnw@gnu.org>
11993
11994 * eshell/esh-ext.el (eshell-external-command): Added a fix for
11995 XEmacs' new dired.el, which adds a global entry in the
11996 `file-name-handler-alist'.
11997
11998 2002-02-16 John Wiegley <johnw@gnu.org>
11999
12000 * align.el (align-region): Added a missing name argument.
12001
12002 2002-02-16 John Wiegley <johnw@gnu.org>
12003
12004 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
12005 after the #! of a shell interpretor specification.
12006
12007 2002-02-15 Richard M. Stallman <rms@gnu.org>
12008
12009 * help.el (describe-key-briefly): Make output in INSERT case
12010 look just like what is displayed in the normal case.
12011
12012 2002-02-15 Andreas Schwab <schwab@suse.de>
12013
12014 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12015 Require non-letter after specials.
12016
12017 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
12018
12019 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
12020
12021 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12022
12023 * simple.el (mark-word): Mark more if repeated.
12024 * textmodes/paragraphs.el (mark-paragraph): Ditto.
12025 (mark-end-of-sentence): Ditto.
12026
12027 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
12028
12029 * wid-edit.el (widgetp): Made it more robust.
12030
12031 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
12032
12033 * facemenu.el (describe-text-done): New function.
12034 (describe-text-mode-map): New variable.
12035 (describe-text-mode-hook): New option.
12036 (describe-text-mode): New function.
12037 (describe-text-widget): New function.
12038 (describe-text-sexp): New function.
12039 (describe-text-properties): New function.
12040 (describe-text-category): New command.
12041 (describe-text-at): New command.
12042 (facemenu-menu): Replace `list-text-properties-at' with
12043 `describe-text-at' in the menu.
12044
12045 * wid-edit.el (widgetp): New function.
12046 * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
12047
12048 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
12049
12050 * wid-browse.el: Removed version and x-url keywords.
12051
12052 2002-02-13 Kim F. Storm <storm@cua.dk>
12053
12054 * cus-start.el (mode-line-in-non-selected-windows):
12055 Allow customization.
12056
12057 2002-02-13 Richard M. Stallman <rms@gnu.org>
12058
12059 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
12060 Tell bibtex-parse-keys to output no progress messages.
12061
12062 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
12063
12064 * progmodes/pascal.el (pascal-imenu-generic-expression):
12065 Add menu-title and fix parentheses.
12066
12067 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
12068
12069 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
12070 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
12071
12072 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
12073
12074 * menu-bar.el (menu-bar-options-save): Only save
12075 `current-language-environment' and `default-input-method' when
12076 marked as customized.
12077
12078 * international/mule-cmds.el
12079 (setup-specified-language-environment):
12080 Mark `current-language-environment' as customized.
12081 (set-input-method): Mark `default-input-method' as customized when
12082 called interactively.
12083 (toggle-input-method): Ditto.
12084
12085 2002-02-11 Colin Walters <walters@verbum.org>
12086
12087 * ibuffer.el (ibuffer-switch-format): Supply required argument for
12088 `ibuffer-current-formats'.
12089
12090 2002-02-11 Miles Bader <miles@gnu.org>
12091
12092 * faces.el (mode-line-inactive): Add dark-background variant.
12093
12094 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
12095
12096 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
12097 * menu-bar.el (menu-bar-mode): Ditto.
12098 * cus-edit.el (customize-mark-to-save): Always save variables
12099 without a standard value.
12100
12101 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
12102 (menu-bar-options-save): Ditto.
12103 (menu-bar-showhide-menu): Ditto.
12104 (menu-bar-options-menu): Ditto.
12105 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
12106 (menu-bar-scroll-bar-none): Remove.
12107 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
12108 expressions instead.
12109
12110 * cus-edit.el (customize-set-value): Return value.
12111 (customize-set-variable): Ditto.
12112 (customize-save-variable): Ditto.
12113 (customize-set-variable): Load dependencies before setting value.
12114 (custom-load-symbol): Autoload it.
12115 (customize-mark-as-set): New function.
12116
12117 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
12118
12119 * cus-start.el: Don't warn about "x-*" symbols when building a
12120 non-GUI version.
12121
12122 2002-02-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12123
12124 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
12125 Doc fix.
12126 (strokes-help): Do not use doubled with-output-to-temp-buffer.
12127 Fix the help string.
12128 (strokes-prompt-user-save-strokes): Fix typo.
12129 (strokes-list-strokes): Use proper exit-action argument for
12130 view-buffer. Update copyright notice.
12131
12132 * international/mule-diag.el: Various doc and message fixes.
12133 (non-iso-charset-alist): Add mac-roman. Don't add entries for
12134 codepages already present.
12135 (list-block-of-chars): Display space for null entries in
12136 translation table. Display tab specially.
12137 (list-non-iso-charset-chars): Check for null charsets. Use pop
12138 for clarity. Don't break 8-bit sets into sections between ranges.
12139 (list-charset-chars): Avoid indent-tabs-mode.
12140 (describe-char-after): Maybe use the text property for syntax
12141 table information. Maybe report char-code-property-table info.
12142 Maybe report character's unicode. Tweak printing of list info.
12143 (list-input-methods): Add xref buttons.
12144 (dump-charsets, dump-codings): Deleted (obsolete).
12145 From Dave Love <fx@gnu.org>.
12146
12147 2002-02-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12148
12149 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
12150
12151 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
12152
12153 * viper-util.el (viper-read-key-sequence): Fix so it'll read
12154 fast key sequences in emacs native mode
12155 (viper-events-to-keys): Delete.
12156
12157 * viper.el (describe-key, describe-key-briefly): Get rid of
12158 viper-events-to-keys.
12159
12160 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
12161
12162 * ediff-wind.el (ediff-setup-control-frame):
12163 Use ediff-has-gutter-support.
12164
12165 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
12166 check if buff is alive.
12167
12168 * ediff.el: Typo in comment.
12169
12170 2002-02-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12171
12172 * menu-bar.el (menu-bar-options-save): Take care of
12173 line-number-mode and column-number-mode variables.
12174 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
12175 "Show Column Number" in "Show/Hide" menu.
12176
12177 2002-02-09 Richard M. Stallman <rms@gnu.org>
12178
12179 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
12180
12181 2002-02-09 Kim F. Storm <storm@cua.dk>
12182
12183 * faces.el (mode-line-inactive): New face for mode-line for
12184 non-selected windows.
12185 (mode-line): Doc fix: Only used for selected window.
12186
12187 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
12188
12189 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
12190 name to "Insert Diary Entry".
12191
12192 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
12193
12194 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
12195 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
12196
12197 2002-02-08 Richard M. Stallman <rms@gnu.org>
12198
12199 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
12200
12201 2002-02-08 Andreas Schwab <schwab@suse.de>
12202
12203 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
12204 of point-min.
12205
12206 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
12207
12208 * net/ange-ftp.el (ange-ftp-process-handle-line)
12209 (ange-ftp-set-xfer-size): If the file's size is a float, divide
12210 by 1024 instead of using ash.
12211
12212 * international/mule-cmds.el (select-safe-coding-system):
12213 State the buffer's name in the message popped in the *Warning* buffer,
12214 and make sure the offending buffer is displayed.
12215
12216 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
12217
12218 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
12219
12220 2002-02-07 Richard M. Stallman <rms@gnu.org>
12221
12222 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
12223
12224 * register.el (list-registers): New command.
12225 (describe-register-1): New subroutine, taken out of view-register.
12226
12227 * emacs-lisp/copyright.el (copyright-regexp):
12228 Delete the unibyte copyright symbol; it's redundant.
12229 Fix a spazz in the multibyte encoding here.
12230
12231 2002-02-07 Dave Love <fx@gnu.org>
12232
12233 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
12234 (cyrillic-encode-alternativnyj-char): Get translation tables from
12235 symbol properties, not as variables.
12236 (standard-display-cyrillic-translit): Include unicodes.
12237
12238 2002-02-06 Kim F. Storm <storm@cua.dk>
12239
12240 * help.el (where-is): Report remapped commands.
12241
12242 * help-fns.el (describe-function-1): Ditto.
12243
12244 * subr.el (global-set-key, local-set-key): Accept a symbol for the
12245 KEY argument (like define-key).
12246
12247 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12248
12249 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
12250
12251 2002-02-06 Richard M. Stallman <rms@gnu.org>
12252
12253 * mail/mailabbrev.el: Require sendmail only at compile time.
12254 (mail-mode-header-syntax-table): Var deleted.
12255 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
12256 (sendmail-pre-abbrev-expand-hook): Only temporarily change
12257 local-abbrev-table and the syntax table.
12258 Compute mail-abbrev-syntax-table if that has not been done.
12259
12260 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
12261
12262 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
12263 (debugger-frame-number): Figure out the offset directly.
12264 (debugger-setup-buffer): Don't use debugger-frame-offset.
12265 (debugger-frame, debugger-frame-clear): Likewise.
12266 (debugger-jump): Don't alter debugger-frame-offset.
12267
12268 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12269 Replace foo-p as var name with foo-flag, not foo-p-flag.
12270
12271 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
12272 (highlight-changes-passive-string): Default to -Chg.
12273 (highlight-changes-global-modes): Doc fix.
12274
12275 * dired.el (dired-get-filename): Add /: when appropriate
12276 to avoid taking a local name as remote.
12277
12278 * files.el (file-name-non-special): Add special handling for
12279 file-name-sans-versions, file-name-completion, and
12280 file-name-all-completions.
12281
12282 * isearch.el (isearch-update): Don't update display in kbd macro.
12283 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
12284
12285 * subr.el (force-mode-line-update): Doc fix.
12286
12287 * subr.el (atomic-change-group, prepare-change-group)
12288 (activate-change-group, accept-change-group, cancel-change-group):
12289 New functions.
12290
12291 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
12292 (transpose-subr-1): Use atomic-change-group.
12293
12294 * subr.el (add-minor-mode): Include the mode's lighter string
12295 in the minor mode menu item name.
12296
12297 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
12298 rmail-count-screen-lines starting from (point-min).
12299
12300 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
12301 beyond the image height, to use the fancy splash screen.
12302
12303 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
12304 (text-mode): Set text-mode-variant here.
12305
12306 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
12307
12308 * play/pong.el (pong-height): Don't use height that exceeds the
12309 frame height.
12310 (pong-border-options): Make the border colors slightly more bright.
12311
12312 * play/gamegrid.el (gamegrid-display-type): Treat any
12313 color-capable display as color-x, if display-color-p is fboundp.
12314 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
12315 (gamegrid-make-color-tty-face): Use the value of color, not the
12316 symbol itself. Don't call gamegrid-color.
12317
12318 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
12319
12320 * gud.el (gud-refresh): Call recenter only after we are sure we
12321 are in the right window.
12322
12323 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
12324
12325 * cus-edit.el (customize-mark-to-save): New function.
12326 * menu-bar.el (menu-bar-options-save): Rewrote.
12327
12328 2002-02-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12329
12330 * cus-start.el (x-use-underline-position-properties):
12331 Allow customization.
12332
12333 2002-02-04 Simon Josefsson <jas@extundo.com>
12334
12335 * dired.el (dired-load-hook, dired-mode-hook)
12336 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
12337
12338 2002-02-03 Colin Walters <walters@verbum.org>
12339
12340 * ibuf-ext.el (ibuffer-filter-format-alist)
12341 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
12342 New variables.
12343 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
12344 is now the Emacs CVS tree.
12345 (ibuffer-formats): Doc fix.
12346 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
12347 (ibuffer-current-format): Use them.
12348 (ibuffer-recompile-formats, ibuffer-check-formats)
12349 (ibuffer-switch-format, ibuffer-update-title):
12350 Add support for ibuffer-filter-format-alist.
12351 (define-ibuffer-column process): Remove unncessary consing.
12352
12353 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
12354 for a summary column.
12355
12356 2002-02-03 Andreas Schwab <schwab@suse.de>
12357
12358 * window.el (save-selected-window): Move macro before first use.
12359 (balance-windows): Fix misplaced parenthesis.
12360
12361 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12362
12363 * calculator.el (calculator-displayers): Doc fixes.
12364
12365 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12366
12367 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
12368 (menu-bar-options-save): Save also the value of `display-time-mode'.
12369 (showhide-date-time): New function.
12370 (menu-bar-showhide-menu): New menu-item "Date and time".
12371
12372 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
12373
12374 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
12375 get-file-buffer to check for rmail buffer existence.
12376
12377 * term.el (term-emulate-terminal): Extract proper command string
12378 which is supplied to term-command-hook.
12379
12380 2002-02-03 Richard M. Stallman <rms@gnu.org>
12381
12382 * international/quail.el (quail-help): Don't call help-setup-xref.
12383
12384 * international/mule-cmds.el (describe-input-method):
12385 Call help-setup-xref here.
12386 (describe-current-input-method): Doc fix.
12387
12388 * novice.el (disabled-command-hook): Clarify output text.
12389 Indent the paragraph from the command's doc string.
12390
12391 * dabbrev.el (dabbrev--goto-start-of-abbrev):
12392 Exit loop on beginning of field rather than bobp.
12393
12394 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12395
12396 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
12397 the message text into the *mail* buffer, and restore the pruned
12398 state after that.
12399
12400 * mail/rmail.el (rmail-redecode-body): Prune the headers before
12401 looking for X-Coding-System header, and restore the pruned state
12402 before returning.
12403
12404 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12405
12406 * cus-edit.el (customize-save-variable): Fix typo in prompt.
12407
12408 These changes integrate new version of flyspell.el from its
12409 maintainer, Manuel Serrano:
12410
12411 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
12412 (flyspell-mode-on, flyspell-notify-misspell)
12413 (flyspell-small-region, flyspell-external-point-words)
12414 (flyspell-large-region): Use it
12415 (flyspell-before-incorrect-word-string)
12416 (flyspell-after-incorrect-word-string): New user options.
12417 (make-flyspell-overlay): Use them.
12418 (flyspell-version): New function.
12419 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
12420 definitions to use :weight.
12421 (flyspell-insert-function): New user option.
12422 (flyspell-auto-correct-word, flyspell-correct-word)
12423 (flyspell-xemacs-correct): Use it.
12424 (flyspell-define-abbrev): New function.
12425 (flyspell-auto-correct-word, flyspell-correct-word)
12426 (flyspell-xemacs-correct): Use it.
12427 (make-flyspell-overlay): Use `evaporate' property.
12428 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
12429 (flyspell-emacs-popup): Use `session' instead of `accept'.
12430 (flyspell-auto-correct-previous-pos): New variable.
12431 (flyspell-auto-correct-previous-hook)
12432 (flyspell-auto-correct-previous-word): New functions.
12433
12434 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12435
12436 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
12437 don't alter the user's ~/.emacs.
12438 (disable-command): If user-init-file is nil or does not exist,
12439 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
12440 But don't alter the init file if Emacs was invoked as "emacs -q"
12441
12442 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
12443
12444 * mail/sendmail.el (mail-mode): Undo half of last change.
12445
12446 * indent.el (indent-for-tab-command): Remove spurious code.
12447
12448 * hi-lock.el (hi-lock-find-patterns): Save restriction.
12449
12450 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
12451
12452 * calendar/time-date.el: Moved from lisp/gnus.
12453
12454 * calendar/parse-time.el: Ditto.
12455
12456 2002-01-31 Richard M. Stallman <rms@gnu.org>
12457
12458 * international/iso-acc.el (iso-languages): Fix ", " in French.
12459
12460 * cus-start.el (history-length): Specify customization for it.
12461
12462 * emacs-lisp/debug.el (debugger-setup-buffer):
12463 When an eval-buffer frame was reading from a buffer,
12464 insert indication of the buffer position.
12465 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
12466 (debugger-frame-clear, debugger-frame): Error on non-frame line.
12467
12468 * simple.el (shell-command-on-region): Err if no mark
12469 before reading the command string.
12470
12471 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
12472 Definitions moved down after hl-line-mode var's definition.
12473
12474 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
12475 (hilit-chg-set-face-on-change): Rename arg.
12476 (hilit-chg-make-ov): Detect error earlier.
12477
12478 * ediff-hook.el: Delete autoload cookies.
12479
12480 * comint.el (comint-scroll-show-maximum-output): Default is t.
12481
12482 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
12483 (batch-byte-compile-if-not-done): New function.
12484
12485 * Makefile.in (compile): New target.
12486 (compile-always): Renamed from compile-files.
12487 (compile-after-backup): Renamed from compile.
12488 (bootstrap): Depend on compile-always, not compile-files.
12489
12490 * emulation/pc-select.el (pc-select-save-and-set-mode):
12491 Properly use MODE-VAR.
12492
12493 2002-01-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12494
12495 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
12496 Version" to "About Emacs".
12497 (menu-bar-options-save): Add `default-frame-alist'
12498 to saved variables.
12499 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
12500 of the variable `scroll-bar-mode'.
12501
12502 * startup.el (normal-splash-screen, display-splash-screen):
12503 New functions (separated from command-line-1).
12504 (command-line-1): Use them.
12505
12506 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
12507
12508 * calendar/calendar.el (generate-calendar-month): Doc fix.
12509
12510 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12511
12512 * time.el (display-time-mail-directory): New option.
12513 (display-time-mail-function): Update doc-string.
12514 (display-time-mail-icon): Use XPM image when available.
12515 (display-time-string-forms): Use more descriptive text as
12516 help-echo property.
12517 (display-time-mail-check-directory): New function.
12518 (display-time-update): Use it.
12519
12520 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
12521 Quote `window-system'.
12522
12523 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
12524 Add Keywords header. Update Commentary section.
12525 Update copyright notice.
12526
12527 * menu-bar.el (menu-bar-scroll-bar-right)
12528 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
12529 (showhide-menu-bar): New functions.
12530 (menu-bar-showhide-menu): New submenu "Show/Hide".
12531 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
12532 "Show/Hide".
12533 Update copyright notice.
12534
12535 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
12536
12537 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
12538
12539 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
12540
12541 * pc-select.el (pc-selection-mode-hook)
12542 (pc-select-saved-settings-alist, pc-select-map)
12543 (pc-select-saved-global-map, pc-select-key-bindings-alist)
12544 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
12545 (pc-select-meta-moves-sexps-key-bindings)
12546 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
12547 New variables.
12548 (pc-select-define-keys, pc-select-restore-keys): New functions.
12549 (pc-select-add-to-alist, pc-select-save-and-set-var)
12550 (pc-select-save-and-set-mode, pc-select-restore-var)
12551 (pc-select-restore-mode): New macros.
12552 (pc-selection-mode): Completely rewrote the body of the function;
12553 the main goal was to make pc-selection-mode "turn-off"-able, like
12554 other minor modes. Use define-minore-mode instead of just a
12555 defun. Store the key bindings into four alists:
12556 pc-select-default-key-bindings, pc-select-extra-key-bindings,
12557 pc-select-meta-moves-sexps-key-bindings, and
12558 pc-select-tty-key-bindings; then have the pc-select-define-keys
12559 function walk those alists instead of calling define-key
12560 repeatedly. When the mode is turned on, set the
12561 keybindings in global-map and remember the old keybindings; when
12562 the mode is turned off, restore the previously-saved keybindings.
12563 (pc-selection-mode defcustom): Reflect the fact that the mode is
12564 now "turn-off"-able.
12565
12566 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
12567
12568 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
12569 returns t, don't treat that as an error.
12570
12571 2002-01-25 Jason Rumney <jasonr@gnu.org>
12572
12573 * faces.el (face-font-registry-alternatives) [windows-nt]:
12574 Add ms-oemlatin as an alternative for iso8859-1.
12575
12576 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
12577
12578 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
12579 args and the absence of an entry. Don't add -f each time.
12580
12581 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
12582
12583 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
12584
12585 Support for more than 8 colors on character terminals:
12586
12587 * term/rxvt.el: New file.
12588
12589 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
12590
12591 * term/xterm.el (xterm-standard-colors): New variable.
12592 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
12593 (xterm-rxvt-set-background-mode): New functions.
12594 (toplevel): Call xterm-register-default-colors,
12595 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
12596 Add support for more keys from xterm's terminfo entry.
12597
12598 * facemenu.el (list-colors-display): If the argument is nil, don't
12599 show more colors that the number returned by display-color-cells.
12600
12601 * term/pc-win.el (msdos-color-values): Reverse the order of the
12602 colors, since tty-color-define now preserves the registration order.
12603
12604 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
12605
12606 * term/tty-colors.el (tty-standard-colors): Reverse the order.
12607 (tty-register-default-colors): New function; code moved from
12608 startup.el's command-line.
12609 (tty-modify-color-alist): Use nconc instead of cons, to preserve
12610 the order the colors where registered.
12611
12612 * frame.el (display-color-cells): Use tty-display-color-cells.
12613
12614 * startup.el (command-line): Call tty-register-default-colors.
12615
12616 2002-01-25 Richard M. Stallman <rms@gnu.org>
12617
12618 * subr.el (remove): Doc fix.
12619
12620 2002-01-24 Richard M. Stallman <rms@gnu.org>
12621
12622 * progmodes/compile.el (compilation-handle-exit):
12623 Add a compilation-handle-exit property to the "finished" message.
12624 (compilation-parse-errors): Stop parsing when that property is seen.
12625
12626 * subr.el (substring-no-properties): New function.
12627 (copy-without-properties): Function deleted.
12628
12629 * term/x-win.el (x-handle-geometry): Put sizes on both
12630 initial-frame-alist and default-frame-alist.
12631
12632 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
12633 for saving .emacs.
12634
12635 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
12636
12637 * calendar/calendar.el (generate-calendar-month): Doc fix.
12638
12639 2002-01-23 Richard M. Stallman <rms@gnu.org>
12640
12641 * play/tetris.el (tetris): New defgroup.
12642 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
12643 (tetris-default-tick-period): Convert to defcustom.
12644 Added * in docstring to indicate user variable.
12645 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
12646 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
12647 (tetris-buffer-height, tetris-width, tetris-height)
12648 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
12649
12650 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
12651
12652 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
12653 and is already matched by adaptive-fill-regexp.
12654
12655 2002-01-22 Richard M. Stallman <rms@gnu.org>
12656
12657 * bindings.el (mode-line-copied-mode-name): New variable.
12658 (mode-line-mode-name): Don't modify mode-name itself!
12659 Instead, make a copy and reuse it.
12660
12661 * subr.el (copy-without-properties): New function.
12662
12663 * progmodes/sh-script.el (sh-set-shell): Doc fix.
12664
12665 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
12666 slash if DIR is just slash.
12667
12668 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
12669
12670 2002-01-21 Richard M. Stallman <rms@gnu.org>
12671
12672 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
12673
12674 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
12675 Move defvar up.
12676
12677 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
12678
12679 * ibuffer.el: Don't require ibuf-ext at load time.
12680 (ibuffer): Require ibuf-ext here.
12681
12682 2002-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
12683
12684 * generic-x.el (apache-conf-generic-mode): Highlight the first
12685 word in a line even if preceded by blanks.
12686
12687 2002-01-21 Richard M. Stallman <rms@gnu.org>
12688
12689 * window.el (window-body-height): Handle minibuffer window specially.
12690 Otherwise, don't return less than 1.
12691
12692 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
12693
12694 * ange-ftp.el: Added support for BS2000, and for raw ftp
12695 login commands (needed in some circumstances).
12696 (ange-ftp-raw-login): New custom var.
12697 (ange-ftp-normal-login): Perform login with raw ftp commands, if
12698 ange-ftp-raw-login is set and account password is needed.
12699 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
12700 (ange-ftp-bs2000-filename-pubset-regexp)
12701 (ange-ftp-bs2000-filename-username-regexp)
12702 (ange-ftp-bs2000-filename-prefix-regexp)
12703 (ange-ftp-bs2000-name-template): New consts.
12704 (ange-ftp-bs2000-short-filename-regexp)
12705 (ange-ftp-bs2000-fix-name-regexp-reverse)
12706 (ange-ftp-bs2000-fix-name-regexp): New consts.
12707 (ange-ftp-bs2000-special-prefix): New custom var.
12708 (ange-ftp-fix-name-for-bs2000)
12709 (ange-ftp-fix-dir-name-for-bs2000): New funs.
12710 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
12711 (ange-ftp-bs2000-posix-hook-installed): New vars.
12712 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
12713 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
12714 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
12715 (ange-ftp-bs2000-filename-regexp): New const.
12716 (ange-ftp-bs2000-additional-pubsets): New custom var.
12717 (ange-ftp-bs2000-cd-to-posix): New fun.
12718
12719 2002-01-20 Colin Walters <walters@verbum.org>
12720
12721 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
12722 with `byte-compile-dynamic'.
12723 (ibuffer-default-directory, toplevel): Doc files.
12724
12725 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12726
12727 * tempo.el (tempo-define-template): Doc fix.
12728
12729 * scroll-bar.el (scroll-bar-mode): Make argument optional.
12730
12731 2002-01-20 Jason Rumney <jasonr@gnu.org>
12732
12733 * w32-vars.el: New file.
12734
12735 * loadup.el [windows-nt]: Load it.
12736
12737 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
12738 and make them defcustoms.
12739
12740 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
12741
12742 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12743
12744 * language/tibet-util.el (tibetan-decompose-region)
12745 (tibetan-decompose-string): Fix typo in docstring.
12746
12747 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
12748
12749 2002-01-18 Richard M. Stallman <rms@gnu.org>
12750
12751 * comint.el (comint-redirect-send-command-to-process):
12752 Restore previous current buffer.
12753
12754 * window.el (window-body-height): New function.
12755
12756 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
12757
12758 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
12759 "Finish Function" menu map entries for jdb mode.
12760 (gud-jdb-use-classpath): New customization variable.
12761 (gud-jdb-command-name): Add customization.
12762 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
12763 (gud-jdb-classpath-string): New variable.
12764 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
12765 (gud-jdb-build-source-files-list): Likewise.
12766 (gud-jdb-massage-args): Record any command argument classpath
12767 string in `gud-jdb-classpath-string'.
12768 (gud-jdb-lowest-stack-level): New function, finds bottom of current
12769 java call stack in jdb output.
12770 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
12771 (gud-jdb-parse-classpath-string): New functions.
12772 (gud-jdb-marker-filter): Search/detect classpath information in
12773 jdb's output. marker regexp updated to match oldjdb and jdb output
12774 formats. Expand search for source files to include new/old methods
12775 using new functions above. Do not allow `gud-marker-acc' to grow
12776 without bound.
12777 (jdb): Set classpath information (if available) as jdb is started.
12778 Change `gud-break' and `gud-remove'
12779 to use new %c ("class") escape in format strings.
12780 Add `gud-finish', `gud-up', `gud-down' command string functions, and
12781 add them to the local menu map. Update `comint-prompt-regexp' for
12782 jdb and oldjdb. If attaching to an already running java VM and
12783 configured to use classpath, send command to query for classpath,
12784 else use previous method for finding and parsing java
12785 sources. Set `gud-jdb-find-source' function accordingly.
12786 (gud-mode): Doc fix.
12787 (gud-format-command): Add support for new %c ("class") escape.
12788 (gud-find-class): New function in support of %c escape.
12789
12790 2002-01-17 Richard M. Stallman <rms@gnu.org>
12791
12792 * ibuf-ext.el: Enable byte-compile-dynamic.
12793
12794 2002-01-17 Jason Rumney <jasonr@gnu.org>
12795
12796 * term/w32-win.el: Restore conditional require of fontset.
12797
12798 2002-01-16 Richard M. Stallman <rms@gnu.org>
12799
12800 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
12801 more or less.
12802 (mouse-drag-region): New function. For a click in the echo area,
12803 show *Messages*.
12804
12805 * ibuf-ext.el: Delete the autoloads for functions defined with
12806 ibuffer-specific commands.
12807
12808 * help.el (describe-distribution): Really call view-file.
12809
12810 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
12811 (ange-ftp-get-process): Pass that arg.
12812
12813 * comint.el (comint-simple-send): Fix previous change.
12814
12815 * net/telnet.el (telnet-simple-send): Fix previous change.
12816
12817 * progmodes/sql.el (sql-escape-newlines-and-send)
12818 (sql-query-placeholders-and-send): Fix previous change.
12819
12820 2002-01-16 Colin Walters <walters@verbum.org>
12821
12822 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
12823 URL, Compatibility headers. Update copyright notice.
12824 * ibuf-macs.el (toplevel): Require `cl' when compiling.
12825
12826 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
12827
12828 * startup.el (command-line): Set EOL mnemonics for the Mac.
12829
12830 2002-01-16 Andreas Schwab <schwab@suse.de>
12831
12832 * mail/feedmail.el (feedmail): Fix :link spec.
12833
12834 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12835
12836 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
12837 2 ldapsearch.
12838
12839 * net/eudc.el: New maintainer. Change author's address.
12840 (eudc-pre-select-window-configuration, eudc-insertion-marker):
12841 Variables removed.
12842 (eudc-insert-selected): Function removed.
12843 (eudc-select): Reimplemented.
12844 (eudc-expand-inline): Delete the strings only after its expansion
12845 is chosen not before.
12846
12847 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
12848 Minor coding style fixes.
12849
12850 * net/eudcb-ldap.el: New maintainer. Change author's address.
12851 (eudc-attribute-display-method-alist): Display mail with
12852 eudc-display-mail.
12853
12854 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
12855 * net/eudc-vars.el: New maintainer. Change author's address.
12856
12857 * net/eudc-bob.el: New maintainer. Change author's address.
12858 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
12859 (eudc-display-mail): New function.
12860 (eudc-bob-play-sound-at-point): Remove XEmacs case.
12861
12862 2002-01-15 Richard M. Stallman <rms@gnu.org>
12863
12864 * emacs-lisp/autoload.el (make-autoload):
12865 Don't handle define-ibuffer-column, define-ibuffer-filter,
12866 define-ibuffer-sorter, and define-ibuffer-op.
12867
12868 2002-01-14 Richard M. Stallman <rms@gnu.org>
12869
12870 * calendar/calendar.el (diary-date-forms): Doc fix.
12871
12872 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
12873
12874 * startup.el (command-line): Register the default tty colors even
12875 if the terminal doesn't seem to support colors.
12876 <tty-long-option-alist>: New option --color.
12877 (tty-handle-args): Parse the --color arg.
12878
12879 * term/tty-colors.el (tty-color-mode-alist): New variable.
12880
12881 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
12882
12883 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
12884 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
12885 Use it.
12886 (ange-ftp-hook-function): Preserve match-data.
12887 (ange-ftp-insert-directory): Typo.
12888 (ange-ftp-shell-command): Check if regexp matched.
12889
12890 2002-01-13 Richard M. Stallman <rms@gnu.org>
12891
12892 * international/mule-cmds.el: help-map bindings moved to help.el.
12893
12894 * help.el (view-echo-area-messages): New function.
12895 (help-map): Add `e' binding. Delete obsolete `d' binding.
12896 Change old Info bindings C-f, C-k and C-i to F, K, S.
12897 Move view-emacs-FAQ from F to C-f.
12898 Move view-emacs-problems from P to C-e.
12899 Bindings moved here from mule-cmds.el.
12900 C-l binding for describe-language-environment deleted
12901 (help-for-help): Update for all these changes.
12902
12903 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
12904
12905 2002-01-13 Dave Love <fx@gnu.org>
12906
12907 * emacs-lisp/copyright.el: Doc fixes.
12908 (copyright-regexp): Add Latin-9 copyright sign.
12909 Match comment delimiters in year lists.
12910 (copyright-current-year): Initialize to load-time year.
12911
12912 2002-01-13 Andreas Schwab <schwab@suse.de>
12913
12914 * dired-aux.el (dired-do-shell-command): Doc fix.
12915
12916 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
12917
12918 * startup.el (command-line-x-option-alist): New options "-fs",
12919 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
12920
12921 * term/x-win.el (x-handle-initial-switch): New function.
12922
12923 2002-01-13 Colin Walters <walters@debian.org>
12924
12925 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
12926 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
12927
12928 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
12929
12930 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
12931
12932 2002-01-12 Richard M. Stallman <rms@gnu.org>
12933
12934 * net/browse-url.el (browse-url-grail):
12935 Use browse-url-maybe-new-window.
12936
12937 * net/telnet.el (telnet-simple-send):
12938 Handle comint-input-sender-no-newline like comint-simple-send.
12939
12940 * progmodes/sql.el (sql-query-placeholders-and-send):
12941 Handle comint-input-sender-no-newline like comint-simple-send.
12942 (sql-escape-newlines-and-send): Likewise.
12943
12944 * comint.el (comint-input-sender): Doc fix.
12945 (comint-input-sender-no-newline): New variable.
12946 (comint-simple-send): If comint-input-sender-no-newline,
12947 don't output newline, but maybe send eof.
12948 (comint-send-input): New arg NO-NEWLINE.
12949 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
12950
12951 2002-01-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12952
12953 * textmodes/flyspell.el (flyspell-check-pre-word-p):
12954 Prevent delaying when executing keyboard macros.
12955
12956 2002-01-12 Richard M. Stallman <rms@gnu.org>
12957
12958 * simple.el (line-move): If we can't move enough lines,
12959 go to beginning or end of line.
12960
12961 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
12962 and proper window.
12963
12964 * help.el (describe-mode): Call help-setup-xref in the help buffer.
12965 Switch buffers only after calling `help-buffer'.
12966
12967 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
12968 only when they are surrounded by whitespace.
12969 Use dired-mark-separator when adding one file name to a command.
12970 (dired-do-shell-command): Verify that * is surrounded by whitespace.
12971 Ask for confirmation if * or ? is not surrounded by whitespace.
12972 (dired-bunch-files): Re-reverse the partial file list when it is used.
12973
12974 2002-01-12 Richard M. Stallman <rms@gnu.org>
12975
12976 * comint.el (comint-dynamic-list-completions): Repeating the command
12977 after displaying a completion list scrolls the list.
12978
12979 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
12980
12981 * files.el (find-file-noselect): Don't consider a buffer as
12982 visiting a file literally if it is in hexl-mode.
12983
12984 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
12985
12986 2002-01-11 Richard M. Stallman <rms@gnu.org>
12987
12988 * startup.el (initial-scratch-message): Fix custom type, add group.
12989
12990 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
12991 around the decode-coding-region call.
12992
12993 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
12994 after displaying a completion list scrolls the list.
12995
12996 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
12997
12998 * version.el (emacs-version): Bump to 21.2.50.
12999
13000 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
13001
13002 * play/zone.el (zone-timeout): New var.
13003 (zone-hiding-modeline): New macro.
13004 (zone-call): New func.
13005
13006 (zone): Init `modeline-hidden-level' symbol property.
13007 Use `zone-call' instead of `funcall'.
13008
13009 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
13010
13011 (zone-pgm-stress): Use `zone-hiding-modeline'.
13012
13013 (zone-pgm-stress-destress): New zone program.
13014
13015 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
13016
13017 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
13018
13019 2002-01-09 Richard M. Stallman <rms@gnu.org>
13020
13021 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
13022
13023 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
13024
13025 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
13026 flyspell-mouse-map.
13027
13028 2002-01-08 Richard M. Stallman <rms@gnu.org>
13029
13030 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
13031
13032 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
13033
13034 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
13035
13036 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13037
13038 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
13039 Do not use make-local-hook.
13040
13041 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
13042
13043 * international/quail.el (quail-start-translation)
13044 (quail-start-conversion): Bind last-command-event, last-command,
13045 and this-command in the first let. This fixes the change from
13046 2000-08-30.
13047
13048 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
13049
13050 * ediff-hook.el: Add an autoload cookie.
13051
13052 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13053
13054 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
13055 address of the author.
13056
13057 2002-01-08 Richard M. Stallman <rms@gnu.org>
13058
13059 * replace.el (occur-mode-goto-occurrence-other-window): New command.
13060 (occur-mode-map): Bind `o' to that.
13061
13062 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
13063
13064 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
13065 new macro that replaces viper-emacs-p and viper-xemacs-p in many
13066 cases. Used to reduce the number of warnings.
13067
13068 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
13069 (viper-standard-value): Move here from viper.el.
13070 (viper-set-unread-command-events): Move to viper-util.el
13071 (viper-check-minibuffer-overlay): Make sure
13072 viper-minibuffer-overlay is moved to cover the entire input field.
13073
13074 * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
13075 (viper-read-key-sequence, viper-set-unread-command-events)
13076 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
13077
13078 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
13079
13080 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
13081
13082 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
13083
13084 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
13085 (viper-event-vector-p): Move to viper-util.el
13086
13087 * viper.el (viper-standard-value): Move to viper-cmd.el.
13088 Use viper-cond-compile-for-xemacs-or-emacs.
13089
13090 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
13091
13092 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
13093
13094 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
13095 New macro designed to be used in many places where ediff-emacs-p or
13096 ediff-xemacs-p was previously used. Reduces the number of warnings.
13097 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
13098 of ediff-xemacs-p.
13099 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
13100 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
13101 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
13102 Move to ediff-util.el.
13103 (ediff-event-key): Moved here.
13104
13105 * ediff-merge.el: Got rid of unreferenced variables.
13106
13107 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
13108
13109 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
13110 (ediff-cleanup-mess): Improve the way windows are set up after
13111 quitting ediff.
13112 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
13113 (ediff-dispose-of-variant-according-to-user): New function
13114 designed to be smarter and also understands indirect buffers.
13115 (ediff-highlight-diff-in-one-buffer)
13116 (ediff-unhighlight-diff-in-one-buffer)
13117 (ediff-unhighlight-diffs-totally-in-one-buffer)
13118 (ediff-highlight-diff, ediff-highlight-diff)
13119 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
13120 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
13121 (ediff-get-region-contents, ediff-make-current-diff-overlay):
13122 Moved here.
13123 (ediff-format-bindings-of): New function by Hannu Koivisto
13124 <azure@iki.fi>.
13125 (ediff-setup): Make sure the merge buffer is always widened and
13126 modifiable.
13127 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
13128 result of a merge into a file visited by another buffer.
13129 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
13130 is visited by another buffer and ask to save/delete that buffer.
13131 (ediff-verify-file-merge-buffer): New function to do the above.
13132
13133 * ediff-vers.el: Load ediff-init.el at compile time.
13134
13135 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
13136
13137 * ediff.el (ediff-windows, ediff-regions-wordwise)
13138 (ediff-regions-linewise): Use indirect buffers to improve
13139 robustness and make it possible to compare regions of the same
13140 buffer (even overlapping regions).
13141 (ediff-clone-buffer-for-region-comparison)
13142 (ediff-clone-buffer-for-window-comparison): New functions.
13143 (ediff-files-internal): Refuse to compare identical files.
13144 (ediff-regions-internal): Get rid of the warning about comparing
13145 regions of the same buffer.
13146
13147 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
13148 Plus the following fixes courtesy of Dave Love: Doc fixes.
13149 (ediff-word-1): Use word class and move - to the
13150 front per regexp documentation.
13151 (ediff-wordify): Bind forward-word-function outside loop.
13152 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
13153 consing buffer contents.
13154 (ediff-goto-word): Move syntax table setting outside loop.
13155
13156 2002-01-07 Richard M. Stallman <rms@gnu.org>
13157
13158 * dired.el (dired-copy-filename-as-kill): Call kill-append
13159 if following a kill command.
13160
13161 * help-fns.el (describe-variable, describe-function):
13162 Do save-excursion.
13163
13164 2002-01-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13165
13166 * net/ldap.el (ldap-search-internal): Skip error message from
13167 ldapsearch. Allow listing attribute names only. Do not open
13168 non-existent files.
13169
13170 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
13171 call non-existent function.
13172
13173 * net/eudc.el (top-level): Revert previous change.
13174
13175 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
13176 variables to prevent warning from byte-compiler.
13177
13178 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
13179 string-match on emacs-version again.
13180
13181 * enriched.el (enriched-make-annotation): Fix the change from
13182 2002-01-05.
13183 (enriched-handle-display-prop): Return proper values.
13184
13185 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
13186 Use proper attribute name labeledUri instead of deprecated labeledUrl.
13187
13188 2002-01-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13189
13190 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
13191 editing an empty hotlist.
13192
13193 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
13194 Use buffer-string instead of buffer-substring for the whole buffer.
13195
13196 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
13197 not free.
13198
13199 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
13200 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
13201 (eudc-bob-save-object): Make the buffer unibyte.
13202 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
13203 object to external program.
13204
13205 2002-01-05 Andre Spiegel <spiegel@gnu.org>
13206
13207 * vc.el (vc-branch-part): Return nil if there's no `.'
13208 (vc-default-previous-version): Renamed from vc-previous-version.
13209 New args BACKEND and FILE. Return nil for revision numbers
13210 without a `.'
13211 (vc-version-diff): Call vc-BACKEND-previous-version.
13212 (vc-steal-lock): Steal lock before composing mail, so that no mail
13213 is sent when the stealing goes wrong. And we'll actually see the
13214 error in that case now.
13215 (vc-finish-steal): Removed.
13216
13217 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
13218 the lock, so that we see expanded headers.
13219 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
13220 (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
13221 available from vc.el. Updated all callers.
13222
13223 2002-01-05 Richard M. Stallman <rms@gnu.org>
13224
13225 * enriched.el (enriched-make-annotation): Doc fix.
13226
13227 * format.el (format-replace-strings, format-subtract-regions)
13228 (format-annotate-region, format-annotate-location)
13229 (format-annotate-atomic-property-change)
13230 (format-annotate-single-property-change): Doc fixes.
13231
13232 2002-01-05 Jason Rumney <jasonr@gnu.org>
13233
13234 * term/w32-win.el: Require fontset unconditionally.
13235 (w32-handle-scroll-bar-event): Remove.
13236
13237 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13238
13239 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
13240 copyrights to be updated.
13241
13242 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
13243
13244 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
13245 2001-10-24.
13246
13247 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
13248
13249 2002-01-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13250
13251 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
13252 (ldap-ignore-attribute-codings): Change the default value to allow
13253 encoding/decoding of attributes.
13254 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
13255
13256 2002-01-03 Richard M. Stallman <rms@gnu.org>
13257
13258 * files.el (basic-save-buffer): Undo previous change.
13259
13260 * calendar/diary-lib.el (diary-block): Doc fix.
13261
13262 * custom.el (defcustom): Fix syntax of previous change.
13263
13264 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
13265
13266 * custom.el (defcustom): Documented :tag, :link and :load.
13267
13268 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13269
13270 * mail/sendmail.el (mail-recover-1): New function.
13271 (mail-recover): Switch to the *mail* buffer right away.
13272 Use buffer-auto-save-file-name instead of calling
13273 make-auto-save-file-name. Call dired-noselect instead of invoking
13274 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
13275 before reading the auto-save file. If the buffer's auto-save file
13276 does not exist, call mail-recover-1 to allow recovery from past
13277 auto-saved drafts.
13278
13279 2002-01-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13280
13281 * time.el (display-time-load-average-threshold): Fix defcustom
13282 (add type and group).
13283
13284 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
13285 specification from the hostname.
13286
13287 2002-01-02 Richard M. Stallman <rms@gnu.org>
13288
13289 * facemenu.el (facemenu-active-faces):
13290 Use face-attributes-as-vector, not face-attributes-vector.
13291
13292 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
13293
13294 * xscheme.el: Eleven years of updates on a private copy.
13295
13296 Extensive changes to support multiple xscheme buffers:
13297 (run-scheme): Break up into new functions to facilitate starting
13298 processes in other buffers.
13299 (xscheme-start, xscheme-read-command-line): New functions.
13300 (start-scheme, select-scheme)
13301 (default-xscheme-runlight)
13302 (global-set-scheme-interaction-buffer)
13303 (local-set-scheme-interaction-buffer)
13304 (local-clear-scheme-interaction-buffer)
13305 (exit-scheme-interaction-mode)
13306 (verify-xscheme-buffer): New functions.
13307 (xscheme-process-name, xscheme-buffer-name)
13308 (xscheme-runlight): New internal vars.
13309 (default-xscheme-runlight): New const.
13310 (xscheme-start-process): Add args for the process/buffer names.
13311 (reset-scheme): Pass process/buffer names.
13312 (scheme-interaction-mode): Initialize new local vars.
13313 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
13314 (xscheme-select-process-buffer, xscheme-process-buffer)
13315 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
13316 (xscheme-goto-output-point, xscheme-write-message-1): Use new
13317 var xscheme-process-name.
13318 (xscheme-start-process): Initialize xscheme-process-name and
13319 xscheme-buffer-name in the process buffer. Pass buffer name to
13320 xscheme-modeline-initialize.
13321 (xscheme-modeline-initialize): Add argument to specify buffer name
13322 for mode-line vars.
13323 (xscheme-process-sentinel): Make sure sentinel is run in the
13324 process buffer so it sees its local vars.
13325 (xscheme-process-filter-initialize, xscheme-set-runlight):
13326 More elaborate logic to handle multiple-buffer mode lines.
13327
13328 (xscheme-enter-input-wait): Re-enable control-G handler upon
13329 entering input wait.
13330
13331 (scheme-interaction-mode): Add arg to preserve local vars.
13332 (xscheme-enter-interaction-mode)
13333 (xscheme-enter-debugger-mode): Preserve local vars.
13334 (xscheme-start-process): Clobber local vars.
13335
13336 (scheme-interaction-mode-commands): Allow end user to add commands
13337 to scheme-interaction-mode keymap.
13338 (scheme-interaction-mode-commands-alist): New variable.
13339
13340 (xscheme-send-string): Don't use insert-before-markers.
13341
13342 Implement a per-buffer kill ring:
13343 (xscheme-insert-expression)
13344 (xscheme-rotate-yank-pointer, xscheme-yank)
13345 (xscheme-yank-pop, xscheme-yank-push): New functions.
13346 (xscheme-expressions-ring)
13347 (xscheme-expressions-ring-yank-pointer)
13348 (xscheme-expressions-ring-max): New variables.
13349 (xscheme-send-string-1): Call xscheme-insert-expression to save
13350 expression in ring.
13351 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
13352 (xscheme-previous-send): Deleted variable.
13353
13354 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
13355 (xscheme-send-control-g-interrupt): Use process-send-string rather
13356 than send-string.
13357
13358 (xscheme-send-region): Insert a newline after an expression that
13359 is submitted in the interaction buffer, for consistency with
13360 recent changes to Edwin.
13361
13362 (xscheme-delete-output): New function mimics comint-delete-output.
13363 (xscheme-last-input-end): New internal variable.
13364 (xscheme-process-filter-output): Update xscheme-last-input-end.
13365
13366 (xscheme-send-control-g-interrupt): Make sure that
13367 xscheme-control-g-disabled-p is looked up in the right buffer.
13368
13369 (xscheme-enable-control-g): Clear C-g message if visible.
13370 (xscheme-control-g-message-string): New internal var.
13371 (xscheme-send-control-g-interrupt): Use new var.
13372
13373 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
13374 Delay after sending interrupt in order to work around race condition.
13375
13376 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
13377 (xscheme-send-char): Use xscheme-send-char rather than send-string
13378 to send single char.
13379
13380 (xscheme-process-filter, xscheme-process-filter-alist):
13381 Add support for evaluating expressions outside of the call-excursion.
13382 (xscheme-process-filter:string-action-noexcursion): New func.
13383
13384 (xscheme-write-value): Change output string to match that used by
13385 Edwin.
13386
13387 (xscheme-coerce-prompt): Don't write a space after a command
13388 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
13389 for us.
13390
13391 (reset-scheme): Delete process after killing it.
13392
13393 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13394
13395 * bindings.el (function-key-map): Don't bind shifted keypad
13396 numeric keys.
13397
13398 2002-01-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13399
13400 * enriched.el (enriched-handle-display-prop): Remove unused variables.
13401 (enriched-mode): Doc fix.
13402
13403 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13404
13405 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
13406 Hebrew points.
13407
13408 2002-01-01 Richard M. Stallman <rms@gnu.org>
13409
13410 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
13411
13412 2001-12-31 Richard M. Stallman <rms@gnu.org>
13413
13414 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
13415 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
13416 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
13417 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
13418 * progmodes/cperl-mode.el, progmodes/idlwave.el:
13419 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
13420 Adapt face definitions to use :weight and :slant.
13421
13422 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
13423
13424 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
13425
13426 * font-lock.el (initializing from font-lock-face-attributes):
13427 Use :weight and :slant, not :bold and :italic.
13428
13429 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
13430
13431 * cus-edit.el (custom-face-edit-fix-value): New function.
13432 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
13433
13434 2001-12-30 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13435
13436 * progmodes/octave-mod.el (octave-abbrev-table):
13437 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
13438 * progmodes/fortran.el (fortran-mode-abbrev-table):
13439 * progmodes/f90.el (f90-mode-abbrev-table):
13440 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
13441 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
13442 predefined abbrevs as "system" abbrevs.
13443
13444 2001-12-30 Richard M. Stallman <rms@gnu.org>
13445
13446 * info.el (Info-fontify-node): For a **** underline line, put the
13447 invisible and intangible props on the following newline, but not
13448 on the previous newline or the last char of the previous line.
13449
13450 * faces.el (face-set-after-frame-default): Don't change `default' face.
13451
13452 * faces.el (minibuffer-prompt): Adopt some default colors.
13453
13454 * replace.el (query-replace-read-args): Immediate error if read-only.
13455
13456 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
13457 Display the output buffer in a more intelligent way.
13458
13459 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
13460
13461 * ls-lisp.el (insert-directory): Modify the "total" line wording,
13462 in accordance with files.el's insert-directory.
13463
13464 2001-12-29 Richard M. Stallman <rms@gnu.org>
13465
13466 * files.el (basic-save-buffer): If a before-write hook displays
13467 an echo area message, pause before calling basic-save-buffer-1.
13468
13469 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
13470
13471 * textmodes/reftex-global.el (reftex-query-replace-document)
13472 (reftex-change-label): Doc fix.
13473
13474 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
13475
13476 * progmodes/etags.el (tags-query-replace): Doc fix.
13477
13478 2001-12-29 Richard M. Stallman <rms@gnu.org>
13479
13480 * progmodes/compile.el (compile-internal): Fix previous change.
13481
13482 2001-12-28 Richard M. Stallman <rms@gnu.org>
13483
13484 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
13485 shrink the windows above as necessary to get space.
13486 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
13487
13488 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
13489 This fixes a bug that treated all files as directories.
13490 (ange-ftp-insert-directory): Explicitly follow symlinks.
13491
13492 * international/iso-transl.el (iso-transl-char-map) Eliminate the
13493 alias symbols--put the translated sequences here directly.
13494
13495 * progmodes/cc-mode.el (c-mode-abbrev-table)
13496 (c++-mode-abbrev-table, objc-mode-abbrev-table)
13497 (java-mode-abbrev-table, pike-mode-abbrev-table):
13498 Mark all the predefined abbrevs as "system" abbrevs.
13499
13500 * mail/sendmail.el (mail-envelope-from): Fix custom type.
13501 (sendmail-send-it): Check mail-specify-envelope-from
13502 and mail-envelope-from in the mail buffer at start.
13503
13504 2001-12-28 Simon Josefsson <jas@extundo.com>
13505
13506 * mail/sendmail.el (mail-envelope-from): Fix :type.
13507 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
13508
13509 2001-12-28 Richard M. Stallman <rms@gnu.org>
13510
13511 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
13512
13513 * simple.el (line-move-invisible): New subroutine.
13514 (line-move-to-column): New subroutine--smarter about advancing over
13515 invisible parts of a line, or lines, but only as long as hpos grows.
13516 (line-move-finish): New subroutine: repeatedly processes desired
13517 column, intangibility, and fields.
13518 (line-move): Use those subroutines.
13519 When moving lines downward, skip invisible text first rather than last.
13520
13521 2001-12-27 Richard M. Stallman <rms@gnu.org>
13522
13523 * international/mule-diag.el (describe-char-after):
13524 Describe the text properties of the char after point.
13525
13526 * help.el (describe-key): Doc fix.
13527
13528 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
13529
13530 * find-dired.el (find-dired-sentinel): Precede exit message by
13531 two spaces, to match the regexp in dired-between-files.
13532
13533 2001-12-28 Miles Bader <miles@gnu.org>
13534
13535 * wid-edit.el (widget-toggle-value-create): Don't eval actual
13536 images (which are lists too).
13537
13538 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
13539
13540 * language/european.el: Fix the doc string of "Latin-5" language
13541 environment.
13542
13543 2001-12-26 Richard M. Stallman <rms@gnu.org>
13544
13545 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
13546 defined as before 2001-11-09.
13547 (add-minor-mode call): Specify the keymap.
13548
13549 * progmodes/compile.el (compile-internal):
13550 Set TERM variable in process-environment.
13551
13552 2001-12-25 Richard M. Stallman <rms@gnu.org>
13553
13554 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
13555 the buffer.
13556
13557 * startup.el (command-line): Convert command line args
13558 to Emacs internal representation using locale-coding-system.
13559
13560 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
13561
13562 * international/fontset.el: Don't require ind-util when compiling.
13563
13564 2001-12-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13565
13566 * emulation/tpu-edt.el (tpu-reset-screen-size):
13567 Use set-frame-height and set-frame-width instead of set-screen-height
13568 and set-screen-width.
13569
13570 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
13571 of obsolete set-screen-width.
13572
13573 * locate.el (locate): Remove dot at the end of error argument.
13574
13575 * emerge.el (emerge-show-file-name): Use frame-height instead of
13576 obsolete screen-height.
13577
13578 * mail/mh-utils.el (mh-show-msg): Likewise.
13579 (mh-handle-process-error): Use frame-width instead of obsolete
13580 screen-width.
13581
13582 2001-12-25 Richard M. Stallman <rms@gnu.org>
13583
13584 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
13585 to enlarge-window. Use save-selected-window. Don't try
13586 to resize windows that end at the bottom "level".
13587 Retry changing the sizes until the windows get the desired sizes.
13588 Discount the minibuffer when computing total height available.
13589
13590 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
13591 (debugger-make-xrefs): Only make a button for the first symbol
13592 on any line.
13593
13594 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
13595
13596 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
13597 Call IT-setup-unicode-display here instead of adding it to
13598 dos-codepage-setup-hook, so that Unicode display tables are set
13599 before dos-codepage-setup-hook runs.
13600
13601 2001-12-24 Richard M. Stallman <rms@gnu.org>
13602
13603 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
13604 (nslookup-mode-abbrev-table): Don't define it.
13605 (smbclient-mode-abbrev-table): Don't define it.
13606 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
13607 (nslookup-mode, smbclient-mode): Likewise.
13608 (network-connection-service-abbrev-alist): Variable deleted.
13609 (network-connection-mode-setup): Don't set up abbrev table.
13610
13611 * faces.el (minibuffer-prompt): New face.
13612 (minibuffer-prompt-properties): Add `face' property.
13613
13614 * replace.el (occur-mode-display-occurrence): New function.
13615 (occur-mode-map): Bind C-o to it.
13616
13617 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
13618
13619 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
13620 (viper-special-read-and-insert-char): Make C-m work right in the r
13621 comand.
13622 (viper-buffer-search-enable): Fixed format string.
13623
13624 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
13625 instead of viper-info-on-file.
13626 (ex-set-visited-file-name): New function.
13627
13628 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
13629
13630 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
13631 action argument.
13632
13633 * ediff-init.el: Fixed some doc strings.
13634
13635 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
13636 Got rid of make-local-hook.
13637
13638 * ediff-wind.el (ediff-setup-control-frame): Got rid of
13639 make-local-hook.
13640
13641 2001-12-23 Richard M. Stallman <rms@gnu.org>
13642
13643 * term/x-win.el (x-handle-geometry): Put height and width
13644 on default-frame-alist, left and top on initial-frame-alist.
13645 * term/w32-win.el (x-handle-geometry): Likewise.
13646
13647 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
13648
13649 * play/yow.el (yow): Use an arg to distinguish interactive calls,
13650 not interactive-p.
13651
13652 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13653
13654 * emacs-lisp/elint.el (elint-unknown-builtin-args):
13655 Remove mocklisp entries.
13656
13657 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
13658 Lisp. Obsoleted.
13659
13660 * emulation/mlconvert.el: File removed.
13661
13662 * emulation/mlsupport.el: Moved to obsolete.
13663
13664 * obsolete/mlsupport.el: Moved there from lisp/emulation.
13665
13666 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
13667
13668 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
13669 Remove mocklisp case.
13670
13671 * help-fns.el (describe-function-1): Remove mocklisp function case.
13672
13673 2001-12-22 Miles Bader <miles@gnu.org>
13674
13675 * textmodes/refill.el (refill-mode): Don't barf when redundantly
13676 turning refill-mode off.
13677
13678 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13679
13680 * time.el (display-time-load-average-threshold): New variable.
13681 (display-time-update): Use it.
13682
13683 These changes allow cycling through past 1, 5 and 15 minutes
13684 load-average displayed in the mode-line.
13685
13686 * time.el (display-time-default-load-average): New customizable option.
13687 (display-time-load-average): New variable.
13688 (display-time-cycle-load-average): New function.
13689 (display-time-update): Use them.
13690
13691 2001-12-21 Richard M. Stallman <rms@gnu.org>
13692
13693 * apropos.el (apropos-print): SPACING is now nil or a separator string.
13694 (apropos-documentation, apropos-value): Pass a suitable string.
13695
13696 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
13697
13698 * dired.el (dired-free-space-program, dired-free-space-args):
13699 Aliases for back-compatibility.
13700
13701 * info.el (Info-select-node): If Info-use-header-line is nil, set
13702 header-line-format to nil.
13703 (Info-fontify-node): Don't put a keymap text property on the
13704 heading if we are not going to display the header line. Remove
13705 any such text properties left over from past visits to this node.
13706
13707 * ls-lisp.el (insert-directory): Insert the amount of free disk
13708 space, like files.el's insert-directory does.
13709
13710 * files.el (directory-free-space-program):
13711 Mention file-system-info in the doc string.
13712 (get-free-disk-space): New function; code moved from insert-directory.
13713 (insert-directory): Call get-free-disk-space to get the amount of
13714 free space.
13715
13716 2001-12-21 Richard M. Stallman <rms@gnu.org>
13717
13718 * help.el (view-order-manuals, view-emacs-news, describe-copying)
13719 (describe-distribution, describe-project): Use view-file.
13720
13721 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
13722
13723 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
13724
13725 * emacs-lisp/easy-mmode.el (define-minor-mode):
13726 Make no arg by default in an interactive call,
13727 so that repeating the command toggles again.
13728
13729 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
13730
13731 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
13732
13733 * antlr-mode.el: More sophisticated indentation of cpp directive.
13734 (antlr-indent-at-bol-alist): New user option.
13735 (antlr-indent-line): Use it.
13736 (antlr-indent-style): New user option.
13737 (antlr-mode): Use it.
13738 (antlr-indent-item-regexp): Customize.
13739
13740 * antlr-mode.el: Syntax highlighting changes.
13741 (antlr-font-lock-literal-regexp): New user option.
13742 (antlr-font-lock-syntax-face): New face used for :, |, ....
13743 (antlr-font-lock-default-face): New face.
13744 (antlr-font-lock-additional-keywords): Use them.
13745
13746 * antlr-mode.el: New command to insert options -- variables.
13747 (antlr-mode-map): New binding [C-c C-o].
13748 (antlr-mode-menu): New submenus.
13749 (antlr-options-use-submenus): New user option.
13750 (antlr-tool-version): New user option.
13751 (antlr-options-auto-colon): New user option.
13752 (antlr-options-style): New user option.
13753 (antlr-options-push-mark): New user option.
13754 (antlr-options-assign-string): New user option.
13755 (antlr-options-headings): New variable.
13756
13757 * antlr-mode.el: New command to insert options -- specific.
13758 (antlr-options-alists): New variable.
13759 (antlr-read-value): New function.
13760 (antlr-read-boolean): New function.
13761 (antlr-language-option-extra): New function.
13762 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
13763 (antlr-c++-mode-extra): New function.
13764 (antlr-grammar-tokens): New function.
13765 (antlr-imenu-create-index-function): New optional argument.
13766
13767 * antlr-mode.el: New command to insert options -- functions.
13768 (antlr-insert-option): New command.
13769 (antlr-insert-option-interactive): New function.
13770 (antlr-options-menu-filter): New function.
13771 (antlr-option-kind): New function.
13772 (antlr-scan-lists): New alias.
13773 (antlr-scan-lists-internal): New function.
13774 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
13775 (antlr-option-level): New function.
13776 (antlr-syntactic-grammar-depth): New function.
13777 (antlr-option-location): New function.
13778 (antlr-insert-option-do): New function.
13779 (antlr-option-spec): New function.
13780 (antlr-version-string): New function.
13781 (antlr-insert-option-existing): New function.
13782 (antlr-insert-option-space): New function.
13783 (antlr-insert-option-area): New function.
13784
13785 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
13786 with narrowing. Menu change. Miscellaneous.
13787 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
13788 (antlr-mode-map): New bindings for characters in ":;|&(){}".
13789 (antlr-electric-character): New command.
13790 (antlr-class-header-regexp): New variable.
13791 (antlr-font-lock-additional-keywords): Use it.
13792 (antlr-imenu-create-index-function): Use it.
13793 (antlr-file-dependencies): Use it.
13794 (antlr-indent-line): Also works with restrictions.
13795 (antlr-indent-command): Interactive spec - changes the buffer.
13796 (antlr-language-for-option): Deletia.
13797 (antlr-language-option): New function, defined instead.
13798 (antlr-mode): Use it.
13799
13800 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
13801
13802 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
13803 instead of a literal /dev/null.
13804
13805 * Makefile.in (distclean): Remove Makefile in the build
13806 directory, not in the source directory.
13807
13808 2001-12-21 Simon Josefsson <jas@extundo.com>.
13809
13810 * mail/smtpmail.el (smtpmail-send-queued-mail):
13811 Use with-temp-buffer instead of find-file-noselect, and bind
13812 coding-system-for-read to no-conversion when reading the queued
13813 messages. (Simon's code modified slightly by Eli Zaretskii.)
13814
13815 2001-12-20 Werner Lemberg <wl@gnu.org>
13816
13817 * international/mule-diag.el (describe-coding-system)
13818 (print-coding-system-briefly): Make printed output have a similar
13819 format as describe-character-set.
13820
13821 2001-12-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13822
13823 * play/blackbox.el (bb-member): Remove, use member instead.
13824 (bb-delete): Remove, use delete instead.
13825 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
13826 bb-score, bb-detour-count and bb-balls-placed.
13827 Propertize results of rays.
13828
13829 2001-12-19 Karl Fogel <kfogel@red-bean.com>
13830
13831 * isearch.el (isearch-forward, isearch-edit-string): Make doc
13832 strings mention keybinding for `isearch-yank-word-or-char',
13833 rather than `isearch-yank-word', since the former is bound now
13834 and the latter is not.
13835 (isearch-yank-word-or-char): Fix formatting.
13836
13837 2001-12-19 Werner Lemberg <wl@gnu.org>
13838
13839 * language/czech.el, language/european.el, language/slovak.el:
13840 More fixes for language info doc strings.
13841
13842 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
13843
13844 * loadup.el: Add "language" to the load-path.
13845
13846 2001-12-19 Richard M. Stallman <rms@gnu.org>
13847
13848 * international/mule-cmds.el (describe-language-environment):
13849 Fix calls to help-xref-button.
13850
13851 2001-12-19 Miles Bader <miles@gnu.org>
13852
13853 * international/fontset.el: Require `ind-util' when compiling.
13854
13855 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13856
13857 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
13858 instead of decompose-composite-char.
13859
13860 2001-12-18 Richard M. Stallman <rms@gnu.org>
13861
13862 * simple.el (eval-expression-print-level)
13863 (eval-expression-print-length): Doc fixes.
13864
13865 * international/mule-diag.el (describe-character-set):
13866 Fix the arg to help-xref-button.
13867
13868 * files.el (directory-free-space-program): New variable.
13869 (directory-free-space-args): New variable.
13870 (insert-directory): Use those two variables for getting free space.
13871 Use file-system-info instead, if that is defined.
13872
13873 * dired.el (dired-free-space-program): Variable deleted.
13874 (dired-free-space-args): Variable deleted.
13875 (dired-insert-directory): Don't try to determine free space.
13876
13877 * files.el (font-lock-defaults): Add risky-local-variables prop.
13878 (hack-one-local-variable): Treat various font-lock variables as risky.
13879
13880 2001-12-18 Werner Lemberg <wl@gnu.org>
13881
13882 * language/chinese.el, language/cyrillic.el:
13883 * language/czech.el, language/european.el, language/greek.el:
13884 * language/hebrew.el, language/indian.el, language/japanese.el:
13885 * language/korean.el, language/lao.el, language/slovak.el:
13886 * language/thai.el, language/tibetan.el, language/vietnamese.el:
13887 Improve documentation strings of coding systems and language infos.
13888
13889 2001-12-18 Werner LEMBERG <wl@gnu.org>
13890
13891 Add support for EUC-TW decoding/encoding.
13892
13893 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
13894 (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
13895 New auxiliary functions to build `big5-to-cns'.
13896 (big5-to-cns): New translation alist.
13897
13898 * language/chinese.el: Added new coding system `euc-tw' and its
13899 alias `euc-taiwan'.
13900 Updated language `Chinese-CNS' to include euc-tw encoding also.
13901 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
13902 euc-tw.
13903
13904 2001-12-18 Dave Love <fx@gnu.org>
13905
13906 * loadup.el: Add language/utf-8-lang, language/georgian.
13907
13908 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
13909 (image-file-name-regexps): Doc fix.
13910
13911 * server.el (server-unload-hook): New function.
13912
13913 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
13914 (lm-crack-copyright): Cope with multi-line copyright `lines'.
13915
13916 * simple.el (newline): Doc fix.
13917 (eval-expression-print-level, eval-expression-print-length): Doc
13918 fix. Amend :type.
13919 (next-line, previous-line): Make arg optional.
13920 (newline): Doc fix.
13921
13922 * Makefile.in (DONTCOMPILE): Add various language files.
13923
13924 * international/quail.el (quail-input-string-to-events): Don't use
13925 string-to-list.
13926
13927 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
13928 calling `newline'.
13929
13930 2001-12-17 Richard M. Stallman <rms@gnu.org>
13931
13932 * comint.el (comint-dynamic-list-input-ring-select): New function.
13933 Switches back to the old window configuration.
13934 (comint-dynamic-list-input-ring): Bind RET to that function.
13935 (comint-dynamic-list-input-ring-window-conf): New variable.
13936
13937 2001-12-17 Werner Lemberg <wl@gnu.org>
13938
13939 * international/mule-conf.el: Improve documentation strings of
13940 character sets.
13941
13942 2001-12-16 Richard M. Stallman <rms@gnu.org>
13943
13944 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
13945 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
13946
13947 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
13948
13949 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
13950 Add a DESCRIPTION for the makefile item.
13951
13952 * find-file.el (ff-other-file-name): New function.
13953
13954 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
13955
13956 * international/quail.el (quail-input-string-to-events): Fix last
13957 change.
13958
13959 2001-12-16 Richard M. Stallman <rms@gnu.org>
13960
13961 * isearch.el (isearch-edit-string): When we set isearch-string
13962 to the default, also set isearch-message.
13963
13964 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
13965
13966 * startup.el (command-line-1): Display startup screen
13967 even if there are command line args.
13968 Add a note about how to go to editing your files.
13969 (fancy-splash-head): Add a note about how to go to your files.
13970 (fancy-splash-outer-buffer): New variable.
13971 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
13972
13973 * subr.el (with-temp-message): At the end, always discard
13974 the temp message, even by clearing the echo area.
13975
13976 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
13977
13978 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
13979
13980 * log-view.el (log-view-message-re, log-view-current-tag):
13981 Recognize Subversion's log output format.
13982
13983 * international/fontset.el: Build the list L at compile time.
13984
13985 * language/ind-util.el (mapthread): Make a closure.
13986
13987 2001-12-15 Richard M. Stallman <rms@gnu.org>
13988
13989 * isearch.el (isearch-start-hscroll): New variable.
13990 (isearch-mode): Set isearch-start-hscroll.
13991 (isearch-update): Restore original hscrolling if possible.
13992
13993 * isearch.el (isearch-edit-string):
13994 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
13995
13996 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
13997 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
13998 rather than regexp search and (2) copying text properties
13999 already set up on text unchanged from the previous backtrace.
14000
14001 * case-table.el (set-case-syntax-pair):
14002 Detect invalid calls and signal an error.
14003
14004 2001-12-15 Richard M. Stallman <rms@gnu.org>
14005
14006 * language/ind-util.el (range): Function deleted.
14007 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
14008 All calls changed.
14009
14010 * language/devan-util.el (devanagari-range): Renamed from `range'.
14011 All calls changed.
14012 (devanagari-regexp-of-hashtbl-keys):
14013 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
14014
14015 2001-12-15 Dave Love <fx@gnu.org>
14016
14017 * language/ind-util.el: Don't require cl.
14018 (indian-glyph-char, indian-glyph-max-char)
14019 (indian-char-glyph): Moved from indian.el
14020 (indian--puthash-char, mapthread): Don't quote lambda.
14021 (indian--map): New function.
14022 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
14023 (indian--puthash-cv): Use it.
14024
14025 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
14026 (indian-char-glyph): Moved to ind-util.el
14027
14028 * language/devan-util.el (devanagari-post-read-conversion):
14029 New function.
14030
14031 * language/georgian.el: New file.
14032
14033 * international/mule-cmds.el (locale-language-names): Add various
14034 entries. Remove utf-8 special case.
14035 (locale-charset-language-names, locale-preferred-coding-systems):
14036 Add utf-8 case.
14037 (set-language-environment): Process required-features earlier.
14038
14039 * international/quail.el (quail-keyboard-layout-alist):
14040 Add pc105-uk.
14041 (quail-keyboard-layout-type): Fix :type.
14042 (quail-choose-completion-string): Simplify.
14043 (quail-update-leim-list-file): Don't get fooled by commented-out code.
14044 (quail-input-string-to-events): Run events through
14045 translation-table-for-input.
14046
14047 * international/mule-conf.el (translation-table-for-input):
14048 New variable.
14049 (latin-iso8859-14): Amend description.
14050 (file-coding-system-alist): Add entry for utf-8.
14051
14052 * language/utf-8-lang.el: New file.
14053
14054 * international/code-pages.el: New file.
14055
14056 * language/hebrew.el ("Windows-1255"): New language.
14057
14058 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
14059 ("Latvian"): New languages.
14060
14061 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
14062
14063 * xml.el: Use setq rather than (set 'foo bar).
14064 Use push+nreverse rather than append.
14065 (xml-node-name, xml-node-attributes, xml-node-children):
14066 Use defsubst rather than macros.
14067 (xml-parse-region): Handle a nil return value from xml-parse-tag.
14068 (xml-parse-tag): Don't skip white space. Return nil for a comment.
14069 Concat the two strings surrounding a comment into a single string.
14070
14071 * newcomment.el (comment-indent): Jump to the middle of empty comments.
14072
14073 2001-12-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14074
14075 * select.el (xselect-convert-to-class, xselect-convert-to-name):
14076 Document.
14077
14078 2001-12-14 Andre Spiegel <spiegel@gnu.org>
14079
14080 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
14081 Return nil if FILE is not registered.
14082 (vc-check-master-templates, vc-default-make-version-backups-p):
14083 Doc fix.
14084
14085 2001-12-13 David Ponce <david@dponce.com>
14086
14087 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
14088 (ruler-mode-left-fringe-cols): New macro.
14089 (ruler-mode-right-fringe-cols): New macro.
14090 (ruler-mode-left-scroll-bar-cols): New macro.
14091 (ruler-mode-right-scroll-bar-cols): New macro.
14092 (ruler-mode-ruler): Use above new macros.
14093
14094 2001-12-13 Richard M. Stallman <rms@gnu.org>
14095
14096 * files.el (set-auto-mode): Fix previous change.
14097
14098 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
14099
14100 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
14101 (easy-menu-do-define, easy-menu-convert-item-1)
14102 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
14103 (easy-menu-return-item): Only return nil if there is no binding.
14104
14105 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
14106
14107 * whitespace.el (whitespace-version): 3.2
14108 * whitespace.el (whitespace-force-mode-line-update): Replace with
14109 `whitespace-mode-line-update', which is an alias to the correct
14110 function in various emacsen.
14111 * whitespace.el (whitespace-{un,}highlight-the-space):
14112 Add colorized highlighting of the bogus whitespaces in a buffer/file,
14113 using the `whitespace-highlight-face' if
14114 `whitespace-display-spaces-in-color' is set.
14115
14116 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
14117
14118 * international/mule.el (set-auto-coding): Don't search for
14119 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
14120
14121 2001-12-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14122
14123 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
14124
14125 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
14126
14127 * mail/rmailsum.el (rmail-summary-mode): Likewise.
14128
14129 2001-12-13 Richard M. Stallman <rms@gnu.org>
14130
14131 * simple.el (undo): Always set this-command to `undo',
14132 so that the next undo after an error will not begin redoing.
14133
14134 * simple.el (shell-command): Doc fix.
14135 (shell-command-on-region): If there is output an an error,
14136 add "...Shell command failed" to the output.
14137
14138 2001-12-13 David Ponce <david@dponce.com>
14139
14140 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
14141 (ruler-mode-left-fringe-cols): Function replaced by more efficient
14142 implementation `ruler-mode-extra-left-cols'.
14143 (ruler-mode-ruler): Use above new function. Take into account
14144 that the fringe areas can now be resized.
14145
14146 2001-12-12 Richard M. Stallman <rms@gnu.org>
14147
14148 * international/characters.el (Unicode): Comment out
14149 the specifications for kelvin and angstrom signs.
14150
14151 * international/mule.el (make-translation-table-from-vector):
14152 Allow null elements in VEC.
14153
14154 * international/ucs-tables.el (unify-8859-on-encoding-mode)
14155 (unify-8859-on-decoding-mode): Swap the code in their bodies.
14156 Add :version.
14157
14158 2001-12-11 Richard M. Stallman <rms@gnu.org>
14159
14160 * derived.el (derived-mode-p): Function moved to subr.el.
14161
14162 * subr.el (derived-mode-p): Moved here from derived.el.
14163
14164 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
14165
14166 * files.el (set-auto-mode-1): New subroutine, broken out of
14167 set-auto-mode.
14168 (set-auto-mode, hack-local-variables-prop-line): Use that.
14169
14170 2001-12-11 Dave Love <fx@gnu.org>
14171
14172 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
14173
14174 * language/european.el: Remove autoload cookies. Fix registration
14175 of diacritic composition function.
14176
14177 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14178
14179 * calendar/todo-mode.el: Require time-stamp.
14180
14181 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
14182
14183 2001-12-11 Richard M. Stallman <rms@gnu.org>
14184
14185 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
14186
14187 * textmodes/ispell.el (ispell-buffer-local-parsing):
14188 Match xml like sgml.
14189
14190 * emacs-lisp/advice.el (ad-compile-function):
14191 Byte compile the function under another (uninterned) name.
14192
14193 * gud.el (gdb): Define and bind gud-jump.
14194
14195 * font-lock.el (font-lock-mode):
14196 Put our function at the end of after-change-functions.
14197
14198 * ediff-diff.el (ediff-cmp-options): Doc fix.
14199
14200 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
14201
14202 2001-12-10 Richard M. Stallman <rms@gnu.org>
14203
14204 * isearch.el (isearch-yank-word-or-char): New function.
14205 (isearch-mode-map): Bind C-w to that.
14206
14207 * menu-bar.el (menu-bar-mode): Make arg optional.
14208
14209 * simple.el (line-move): Cope if next-single-property-change
14210 or previous-single-property-change returns nil.
14211
14212 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
14213 Don't use interactive-p; instead, pass the proper args
14214 in (interactive...). Clean up most of the trouble-report strings.
14215
14216 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
14217
14218 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
14219 enqueued messages literally.
14220
14221 2001-12-10 Noah Friedman <friedman@splode.com>
14222
14223 * battery.el (battery-insert-file-contents): Obsolete function
14224 removed.
14225 (battery-read-function): Obsolete function removed.
14226 (battery-linux-proc-apm): Use insert-file-contents.
14227
14228 2001-12-07 Stephen Eglen <stephen@gnu.org>
14229
14230 * iswitchb.el (iswitchb-visit-buffer):
14231 Use `select-frame-set-input-focus'--needed when window manager
14232 uses "click to focus" policy.
14233
14234 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14235
14236 * COPYING: Moved back.
14237
14238 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
14239
14240 * term/internal.el (IT-character-translations): Add entries for
14241 more points.
14242
14243 * international/characters.el: Resurrect the Hebrew category
14244 settings for all Hebrew characters removed by the last change.
14245 Add code for setting the Hebrew category of the Unicode Hebrew
14246 characters. Set syntax entries for Hebrew punctuation characters.
14247
14248 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
14249 points and directional formatting control characters.
14250
14251 2001-12-07 Dave Love <fx@gnu.org>
14252
14253 * language/lao-util.el: Add Unicode equivalents for rules.
14254 (lao-post-read-conversion): New function.
14255
14256 * language/lao.el: Add Unicode equivalents.
14257 (lao): Add post-read conversion.
14258
14259 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
14260 Use iso2022 encoding.
14261 (latin1-char-displayable-p): Doc fix.
14262 (latin1-display-ucs-per-lynx): New option.
14263 (latin1-display-ucs-per-lynx): New command.
14264 (latin1-display-reset): Special-case arabic.
14265 (ucs-tables): Require.
14266 (latin1-display-sets, latin1-display-setup): Add arabic.
14267 (latin1-display) <variable>: Use function latin1-display.
14268 (latin1-display) <function>: Add mule-unicode stuff.
14269 (latin1-display-check-font): Don't lose if `info' is nil.
14270
14271 * international/iso-transl.el: Insert Latin-1 characters, not
14272 unibyte codes.
14273
14274 * language/european.el (diacritic-composition-pattern): New constant.
14275 (diacritic-compose-region, diacritic-compose-string)
14276 (diacritic-compose-buffer, diacritic-post-read-conversion)
14277 (diacritic-composition-function): New functions.
14278
14279 * international/utf-8.el (ucs-mule-to-mule-unicode):
14280 New translation table.
14281 (ccl-encode-mule-utf-8): Use it.
14282 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
14283 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
14284 (utf-8-subst-table): New variable.
14285 (utf-8-compose-scripts): New option.
14286 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
14287
14288 * international/ucs-tables.el, international/utf-8-subst.el:
14289 New files.
14290
14291 * international/characters.el: Don't set word syntax (the default)
14292 explicitly. Add a diacritic category. Add info for Unicode
14293 equivalents of characters in various Mule charsets and for extra
14294 Unicode characters. Don't define specific categories for
14295 Indian/Devanagari, since they aren't used.
14296
14297 2001-12-06 Richard M. Stallman <rms@gnu.org>
14298
14299 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
14300 (set-justification-left, set-justification-right): Doc fix.
14301
14302 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
14303 (bug-f90-mode): Variable deleted.
14304
14305 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
14306
14307 * indent.el (indent-line-function): Default is indent-relative again.
14308
14309 2001-12-07 Miles Bader <miles@gnu.org>
14310
14311 * progmodes/compile.el (compilation-error-regexp-alist):
14312 Added regexps for RXP.
14313
14314 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
14315
14316 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
14317 Add shift-assignment operators to those highlighted, and highlight
14318 the whole operator rather than just the "=".
14319
14320 2001-12-04 Juanma Barranquero <lektu@terra.es>
14321
14322 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
14323 before saving abbrevs if `save-abbrevs' has the value `silently'.
14324
14325 2001-12-04 Andreas Schwab <schwab@suse.de>
14326
14327 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
14328
14329 2001-12-04 Colin Walters <walters@debian.org>
14330
14331 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
14332 for `defmacro*' forms.
14333
14334 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
14335 `defmacro*'.
14336
14337 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
14338
14339 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
14340
14341 2001-12-02 Richard M. Stallman <rms@gnu.org>
14342
14343 * files.el (insert-directory): If the df output does not look right,
14344 don't try to use it. Other cleanups in overall code structure.
14345
14346 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
14347
14348 * textmodes/outline.el (outline-mode-prefix-map):
14349 Add bindings for outline-promote and outline-demote.
14350 (outline-minor-mode-menu-bar-map): New var.
14351 (outline-minor-mode): Use it.
14352 (outline-heading-alist): New var (renamed from outline-level-heading).
14353 (outline-level): Use it.
14354 (outline-insert-heading, outline-promote, outline-demote):
14355 Update to use outline-heading-alist.
14356
14357 * disp-table.el (standard-display-european):
14358 Simplify since the function is not interactive any more.
14359 Don't set the existing buffers to unibyte.
14360
14361 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
14362
14363 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
14364
14365 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
14366
14367 * shell.el (shell): Use shell-file-name.
14368 Pop to buffer before calling comint to set COLUMNS properly.
14369
14370 * emacs-lisp/cl.el (svref): New alias.
14371
14372 * progmodes/antlr-mode.el (antlr-c-common-init):
14373 Don't inhibit adaptive-fill-mode any more.
14374
14375 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
14376
14377 * progmodes/etags.el (tags-with-face): Use make-symbol.
14378 (tags-search, tags-query-replace): Use backquotes.
14379
14380 * textmodes/picture.el (picture-mode-map): Don't use defconst
14381 for a variable.
14382
14383 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14384
14385 * textmodes/reftex-index.el (reftex-index-mode):
14386 Remove make-local-hook.
14387
14388 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
14389
14390 2001-12-02 Kim F. Storm <storm@cua.dk>
14391
14392 * isearch.el (isearch-resume-enabled): New variable.
14393 (isearch-done): Use that variable.
14394
14395 2001-12-01 Richard M. Stallman <rms@gnu.org>
14396
14397 * wid-edit.el (widget-button-click): Don't move point permanently:
14398 Avoid mouse-set-point--instead select the window,
14399 then do save-excursion, then move point.
14400 Specify the buffer for get-char-property.
14401 Don't use `@' in interactive.
14402
14403 * indent.el (indent-line-function):
14404 Default is indent-to-left-margin again.
14405
14406 * replace.el (query-replace-read-args): Display message
14407 if FROM contains `\n' or `\t'.
14408
14409 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
14410
14411 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
14412
14413 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
14414
14415 * emacs-lisp/regexp-opt.el (regexp-opt):
14416 Bind completion-regexp-list to nil.
14417
14418 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
14419
14420 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
14421
14422 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
14423 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
14424 Update maintainer.
14425
14426 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
14427
14428 * mail/smtpmail.el: Use with-current-buffer.
14429 (message-make-date, message-make-message-id): Autoload when needed.
14430 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
14431 headers when missing.
14432
14433 * international/encoded-kb.el (encoded-kbd-mode):
14434 Use define-minor-mode.
14435
14436 * enriched.el (enriched-mode): Use define-minor-mode.
14437 Use dolist and pop and push.
14438
14439 * info.el (Info-find-node-2): Don't call info-insert-file-contents
14440 with the `visit' argument.
14441 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
14442
14443 * progmodes/hideif.el (hide-ifdef-mode): Only modify
14444 `change-major-mode-hook' locally. Reset invisibility spec.
14445
14446 * man.el (Man-build-section-alist): Remove last Man-match-substring.
14447
14448 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14449
14450 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
14451 Clarify error message.
14452
14453 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14454
14455 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
14456
14457 2001-11-30 Andre Spiegel <spiegel@gnu.org>
14458
14459 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
14460 don't just return it.
14461
14462 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
14463
14464 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
14465 (menu-bar-read-emacs-man, search-emacs-glossary)
14466 (emacs-index-search, elisp-index-search): New functions.
14467 (apropso-documentation, apropos, apropos-value, apropos-variable)
14468 (apropos-commands): Modify menu item names and help text.
14469 (elisp-index-search, emacs-index-search, emacs-glossary):
14470 New menu items.
14471 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
14472 submenu.
14473 (info-elisp, info-elintro): New menu items.
14474 (apropos): Modify the menu item name.
14475
14476 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
14477
14478 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
14479
14480 * textmodes/outline.el (outline-promote, outline-demote): Typo.
14481
14482 * man.el (man-follow-mouse): New function.
14483 (Man-mode-map): Bind mouse-2 to it.
14484 (Man-match-substring): Remove. Replace with `match-string'.
14485 (man): Use the `default-value' argument to `read-string'.
14486 (Man-fontify-manpage): Add mouse-face to cross references.
14487
14488 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
14489
14490 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
14491
14492 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
14493 the value of require-match in minibuffer-completion-confirm.
14494 Use crm-local-completion-map.
14495
14496 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
14497 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
14498 (cl-make-type-test): Use char-valid-p for `character'.
14499
14500 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
14501 (Info-complete-menu-item): Rewrite. Add the ability to search
14502 several sequential nodes. Add a simple caching mechanism.
14503 (Info-goto-index): New function extracted from Info-index.
14504 (Info-index): Use it. Add completion to the interactive spec.
14505 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
14506
14507 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14508
14509 * COPYING: Removed.
14510
14511 2001-11-29 Dave Love <fx@gnu.org>
14512
14513 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
14514 (fortran-window-create, fortran-window-create-momentarily):
14515 Rewrite, moving error condition.
14516 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
14517 (fortran-mode-syntax-table): Revert last change.
14518
14519 * international/mule.el: Doc fixes.
14520 (map-charset-chars): New function.
14521 (register-char-codings): Use it to cope with generic chars in
14522 safe-chars.
14523
14524 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14525
14526 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
14527
14528 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
14529
14530 * play/studly.el (studlify-word, studlify-region)
14531 (studlify-buffer): Fix doc-string.
14532 (studlify-buffer): Add autoload cookie.
14533
14534 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
14535
14536 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
14537 (outline-up-heading-all): Remove.
14538 (hide-sublevels): Move to end-of-heading before calling flag-region.
14539 (outline-copy-overlay, outline-discard-overlays): Remove.
14540 (outline-flag-region): Use `remove-overlays'.
14541 Don't move to end-of-heading.
14542 (outline-next-visible-heading, outline-back-to-heading)
14543 (outline-on-heading-p): Use outline-invisible-p.
14544 (outline-font-lock-level): Use outline-up-heading's new arg.
14545 (outline-minor-mode): Simplify.
14546 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
14547 (outline): Put a `reveal-toggle-invisible' property.
14548 (outline-level-heading): New var.
14549 (outline-insert-heading, outline-promote, outline-demote)
14550 (outline-toggle-children): New commands.
14551
14552 * progmodes/hideif.el (hif-end-of-line): New function.
14553 (hide-ifdef-mode): Set line-move-ignore-invisible.
14554 (hide-ifdef-region-internal): New function.
14555 (hide-ifdef-region): Use it.
14556 (hif-defined): Return an integer.
14557 (hif-infix-to-prefix): Remove.
14558 (hif-tokenize): Parse from the buffer rather than from a string.
14559 Correctly tokenize integers. Use forward-comment.
14560 (hif-expr): Use hif-or.
14561 (hif-term): Use hif-and.
14562 (hif-factor): Use hif-not. Handle numbers properly.
14563 Don't require parenthesis around `defined's argument.
14564 (hif-and, hif-or, hif-not): New funs.
14565 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
14566 (hif-hide-line): Don't hide the \n before the line.
14567 (hif-possibly-hide): Correctly handle numeric evaluation results.
14568
14569 * progmodes/make-mode.el: Use line-(end|beginning)-position.
14570 (makefile-mode): Set indent-line-function.
14571 (makefile-browser-insert-continuation): Use with-current-buffer.
14572 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
14573
14574 2001-11-28 Karl Fogel <kfogel@red-bean.com>
14575
14576 * isearch.el (isearch-yank-internal): New helper function.
14577 (isearch-yank-char): New function.
14578 (isearch-yank-word, isearch-yank-line): Rewrite to use
14579 isearch-yank-internal.
14580
14581 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
14582
14583 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
14584 aren't supported. Print a message to that effect if invoked.
14585
14586 2001-11-27 Stephen Eglen <stephen@gnu.org>
14587
14588 * locate.el (locate): Put point at first matching file rather
14589 than top of buffer.
14590
14591 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
14592
14593 * reveal.el: New file.
14594
14595 * progmodes/hideif.el: Misc cleanup.
14596 (hide-ifdef-mode-submap): Put the def in the defvar.
14597 Use substitute-key-definition.
14598 (hide-ifdef-mode): Use define-minor-mode.
14599 (hif-outline-flag-region): Remove.
14600 (hif-show-all): Define in terms of hif-show-ifdef-region.
14601 (hif-after-revert-function): Rename from hif-before-revert-function.
14602 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
14603 (hif-tokenize): Use with-syntax-table.
14604 (hif-make-range): Use `else' also for `else-p'.
14605 (hif-range-else-p): Remove.
14606 (hif-find-range): Simplify.
14607 (hif-hide-line): Don't bother preserving buffer-modified-p.
14608 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
14609 Don't use selective-display and inhibit-read-only.
14610
14611 * subr.el (copy-overlay, remove-overlays): New funs.
14612
14613 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
14614
14615 2001-11-27 Sam Steingold <sds@gnu.org>
14616
14617 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
14618 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
14619 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
14620 * obsolete/c-mode.el, obsolete/cplus-md.el
14621 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
14622 * term/sun-mouse.el, textmodes/artist.el:
14623 Converted backquote to the new style.
14624 * mouse.el, reposition.el: Likewise (in comments).
14625 * expand.el: Likewise (in a string).
14626
14627 2001-11-27 Richard M. Stallman <rms@gnu.org>
14628
14629 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
14630
14631 2001-11-26 Richard M. Stallman <rms@gnu.org>
14632
14633 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
14634 if :on-glyph or :off-glyph is a list, eval it and store it back.
14635 (checkbox): Quote the values for :on-glyph and :off-glyph.
14636
14637 * cus-start.el (recursive-load-depth-limit): Delete item.
14638
14639 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
14640
14641 * help-fns.el (describe-categories, help-describe-category-set): New.
14642 describe-categories moved here from src/category.c.
14643
14644 2001-11-26 Sam Steingold <sds@gnu.org>
14645
14646 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
14647 arguments to `insert' are strings.
14648
14649 2001-11-26 Richard M. Stallman <rms@gnu.org>
14650
14651 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
14652
14653 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
14654
14655 * international/mule-diag.el: Require help-fns instead of
14656 help-funs.
14657
14658 * help-fns.el: Renamed from help-funs.el.
14659
14660 * startup.el (command-line-1): Don't try to call process-list if
14661 it is not fboundp.
14662
14663 2001-11-26 Sam Steingold <sds@gnu.org>
14664
14665 * frame.el (show-trailing-whitespace): Remove :set argument (the
14666 value was essentially identical to the defalt).
14667
14668 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14669
14670 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
14671
14672 * icomplete.el (icomplete-minibuffer-setup): Likewise.
14673
14674 * hilit-chg.el (hilit-chg-set): Likewise.
14675
14676 * speedbar.el (speedbar-mode): Likewise.
14677
14678 * calendar/calendar.el (calendar-mode): Likewise.
14679
14680 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
14681 insert-string.
14682
14683 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
14684
14685 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
14686
14687 * term/sun-mouse.el (sun-yank-selection): Likewise.
14688
14689 * textmodes/bib-mode.el (return-key-bib): Likewise.
14690
14691 * calendar/appt.el (appt-disp-window): Likewise.
14692
14693 * calendar/diary-lib.el (list-diary-entries): Likewise.
14694
14695 * array.el (array-reconfigure-rows): Likewise.
14696
14697 * filecache.el (file-cache-minibuffer-complete): Likewise.
14698
14699 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
14700
14701 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
14702
14703 * allout.el (outline-version, outline-open-topic)
14704 (outline-rebullet-heading, outline-insert-listified)
14705 (outline-latex-verbatim-quote-curr-line)
14706 (outline-latexify-one-item, outlineify-sticky): Likewise.
14707
14708 * vc.el (vc-next-action-on-file): Likewise.
14709 (vc-dired-mode): Remove make-local-hook.
14710
14711 2001-11-26 Andre Spiegel <spiegel@gnu.org>
14712
14713 * vc.el (vc-find-version): New function.
14714 (vc-version-other-window): Redefined in terms of the above.
14715
14716 * log-view.el (log-view-find-version): New function.
14717 (log-view-mode-map): Bind it to `f'.
14718
14719 2001-11-26 Gerd Moellmann <gerd@gnu.org>
14720
14721 * language/devan-util.el (dev-char-glyph): Escape `"' in
14722 string literals.
14723 (dev-glyph-glyph, dev-glyph-glyph-2)
14724 (devanagari-compose-syllable-region): Likewise.
14725
14726 2001-11-26 Richard M. Stallman <rms@gnu.org>
14727
14728 * window.el (save-selected-window): No error if saved window is dead.
14729
14730 * help-funs.el (describe-syntax): Put (interactive) after doc string.
14731
14732 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14733
14734 * international/quail.el (quail-help): Require help-mode in
14735 top-level instead.
14736
14737 * iswitchb.el (iswitchb-exhibit): Use insert instead of
14738 insert-string.
14739
14740 * icomplete.el (icomplete-exhibit): Likewise.
14741
14742 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
14743
14744 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
14745 (diff-hunk-kill): Simplify.
14746 (diff-post-command-hook): Only apply to a single hunk.
14747 (diff-hunk-text): Make `char-offset' non-optional.
14748 (diff-find-text): Return a cons cell.
14749 (diff-find-approx-text): New fun.
14750 (diff-find-source-location): Use it.
14751 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
14752 Adapt to new retval of diff-find-text.
14753
14754 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
14755 rather than integer- representation of dates.
14756
14757 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
14758
14759 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
14760 (syntax-after): New fun.
14761
14762 * help-funs.el (describe-syntax): New fun.
14763
14764 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
14765 (font-lock-ppss-stats, font-lock-ppss): Remove.
14766 (font-lock-fontify-syntactically-region): Remove tuning code.
14767 (font-lock-compile-keywords): Fix off-by-one bug.
14768 (font-lock-set-defaults): Don't set removed vars.
14769 (c-keywords): Add `inline'.
14770 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
14771
14772 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14773 Set syntax-begin-function.
14774 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
14775 (lisp-interaction-mode): Don't set local-abbrev-table any more.
14776 (lisp-mode-auto-fill): Use syntax-ppss and obey
14777 comment-auto-fill-only-comments.
14778 (lisp-fill-paragraph): Use syntax-ppss.
14779
14780 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
14781
14782 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
14783 version of rmail-enable-mime.
14784 (rmail-forward): Use it.
14785
14786 2001-11-25 Richard M. Stallman <rms@gnu.org>
14787
14788 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
14789
14790 * international/quail.el (quail-keyboard-layout-button):
14791 Define button type.
14792 (quail-keyboard-customize-button): Likewise.
14793 (quail-help): Use those button types. Require `help-mode'.
14794 Avoid altering the argument `package'.
14795
14796 * help-mode.el (help-function, help-variable, help-face)
14797 (help-coding-system, help-input-method, help-character-set):
14798 Define each button type with its own explicit define-button-type.
14799
14800 * language/devan-util.el: Comment out parts of the file
14801 which apparently are garbled.
14802
14803 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14804
14805 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
14806 insert-string.
14807
14808 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14809
14810 * play/snake.el (snake-mode): Remove make-local-hook.
14811
14812 * play/tetris.el (tetris-mode): Likewise.
14813
14814 * play/decipher.el (decipher-mode): Likewise.
14815
14816 * tmm.el (tmm-add-prompt): Likewise.
14817
14818 2001-11-25 Sam Steingold <sds@gnu.org>
14819
14820 * menu-bar.el (menu-bar-apropos-menu): New variable.
14821 Moved all `apropos' bindings to this menu.
14822 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
14823
14824 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
14825
14826 The following changes are for new indian languages support based
14827 on Unicode charset and CDAC fonts.
14828
14829 * international/mule-conf.el: Change indian-1-column charset to
14830 indian-glyph charset.
14831
14832 * international/characters.el: Adjusted for the change of
14833 indian-1-column -> indian-glyph.
14834
14835 * international/fontset.el: Delete the setting for indian-1-column
14836 and add the setting for indian-glyph in the default fontset.
14837
14838 * language/indian.el: Completely re-written.
14839
14840 * language/devanagari.el: Completely re-written.
14841
14842 * language/devan-util.el: Completely re-written.
14843
14844 * language/ind-util.el: New file.
14845
14846 2001-11-24 Richard M. Stallman <rms@gnu.org>
14847
14848 * startup.el (command-line-1): Don't do startup screen
14849 if a subprocess is running. Call the startup screen buffer
14850 "GNU Emacs". Make a special mode-line-format for it.
14851
14852 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
14853 (browse-url-galeon): Use that variable.
14854
14855 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
14856 eval-expression. Eval and set the variable simply.
14857
14858 * files.el (temporary-file-directory): Use defcustom.
14859 (small-temporary-file-directory): Likewise.
14860 (normal-backup-enable-predicate): Move down in file
14861 after definition of temporary-file-directory.
14862
14863 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
14864
14865 2001-11-24 Colin Walters <walters@debian.org>
14866
14867 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
14868 autoload names to match files renamed on initial calc import.
14869
14870 * calc/calc.el (Commentary): Cleanup, and add logistic curve
14871 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
14872
14873 2001-11-23 Colin Walters <walters@debian.org>
14874
14875 * Makefile.in (finder_setwins, setwins): Include Calc again.
14876
14877 * calc/calc-rules.el: Add header comment.
14878
14879 2001-11-23 Andre Spiegel <spiegel@gnu.org>
14880
14881 * vc.el (with-vc-properties): Don't bind `filename' locally.
14882 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
14883 to avoid name clashes. Fix `lisp-indent-function' property for
14884 both.
14885
14886 2001-11-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
14887
14888 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
14889
14890 2001-11-22 Colin Walters <walters@debian.org>
14891
14892 * calc/calc-misc.el (report-calc-bug):
14893 Use `reporter-prompt-for-summary-p'.
14894
14895 * calc/INSTALL, calc/Makefile: Remove.
14896
14897 2001-11-22 Miles Bader <miles@gnu.org>
14898
14899 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
14900 (reb-match-2, reb-match-3): Add dark-background variants.
14901
14902 2001-11-22 Colin Walters <walters@debian.org>
14903
14904 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
14905 (info "Calc").
14906 (report-calc-bug): Use reporter.el.
14907
14908 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
14909
14910 2001-11-21 Richard M. Stallman <rms@gnu.org>
14911
14912 * which-func.el (which-function): Call imenu--make-index-alist
14913 if necessary to get a list of functions.
14914 (which-function-imenu-failed): New variable.
14915 (which-func-update): Handle all visible windows.
14916 (which-func-update-1): New subroutine broken out of which-func-update.
14917
14918 * files.el (temporary-file-directory, null-device)
14919 (small-temporary-file-directory): Definitions moved up.
14920
14921 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
14922 (cperl-non-problems, cperl-praise): Doc fixes.
14923
14924 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
14925 (sh-mode-syntax-table): Function restored.
14926 Variable set up for use by function sh-mode-syntax-table.
14927 (sh-set-shell): Set the syntax table.
14928
14929 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
14930
14931 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
14932
14933 * international/encoded-kb.el: Don't alter minor-map-alist.
14934
14935 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14936
14937 * files.el (auto-save-file-name-transforms): Put remote files in
14938 temporary-file-directory rather than /tmp.
14939
14940 2001-11-21 Colin Walters <walters@debian.org>
14941
14942 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
14943 of (function ...) wrapper.
14944
14945 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
14946
14947 * derived.el (define-derived-mode): Create the abbrev-table
14948 from inside the `defvar'.
14949
14950 * jit-lock.el (jit-lock-defer-time): New var.
14951 (jit-lock-defer-timer, jit-lock-buffers): New vars.
14952 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
14953 (jit-lock-function): Defer fontification if requested.
14954 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
14955 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
14956 text property.
14957 (jit-lock-deferred-fontify): New fun.
14958
14959 2001-11-20 Richard M. Stallman <rms@gnu.org>
14960
14961 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
14962 Set local-abbrev-table to lisp-mode-abbrev-table.
14963
14964 * emacs-lisp/re-builder.el (reb-mode):
14965 Don't use define-derived-mode. Call kill-all-local-variables.
14966
14967 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
14968 Don't use define-derived-mode.
14969
14970 * help-mode.el (help-mode): Undo 2001-10-07 change.
14971
14972 * replace.el (occur-mode): Undo 2001-5-20 change.
14973
14974 2001-11-20 Jason Rumney <jasonr@gnu.org>
14975
14976 * w32-fns.el (w32-system-coding-system): Change to an alias for
14977 locale-coding-system.
14978 (set-w32-system-coding-system): Document the above change.
14979 Set locale-coding-system instead.
14980
14981 2001-11-20 Richard M. Stallman <rms@gnu.org>
14982
14983 * ruler-mode.el: Add pagination.
14984 (ruler-mode-toggle-show-tab-stops): No need to
14985 test `ruler-mode' variable.
14986
14987 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
14988
14989 * play/landmark.el: Mark lm-mode as special.
14990
14991 * play/gomoku.el: Mark gomoku-mode as special.
14992
14993 2001-11-20 Juanma Barranquero <lektu@terra.es>
14994
14995 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
14996 (top-level): Bind it to C-c C-b.
14997 (re-builder): Don't re-enter RE Builder Mode.
14998
14999 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
15000
15001 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
15002
15003 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
15004 `manual-program'.
15005
15006 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
15007 to a line without a comment.
15008
15009 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
15010
15011 * dired.el (dired-listing-switches): Mention in the doc string
15012 that some switches are not supported by ls-lisp.el
15013
15014 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
15015
15016 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
15017 (imenu--create-keymap-2): Remove.
15018 (imenu--create-keymap-1): Simplify, remove third argument.
15019 (imenu--generic-function): Use dolist.
15020 (imenu-find-default): New function.
15021 (imenu--completion-buffer): Use it.
15022 (imenu--mouse-menu): Use popup-menu.
15023 (imenu--menubar-select): Return t rather than calling imenu.
15024
15025 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
15026 New functions, extracted from fill-region-as-paragraph.
15027 (fill-region-as-paragraph): Use them.
15028 Use an end marker instead of eob.
15029 Ignore whitespace-only fill-prefixes when indenting according to mode.
15030 Simplify the loop that searches for spaces backwards.
15031
15032 * textmodes/picture.el (picture-vertical-step)
15033 (picture-horizontal-step): Don't use defconst for variables.
15034
15035 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
15036 (mail-extract-address-components): Downcase domain names.
15037 (mail-extr-delete-char): Remove. Use delete-char instead.
15038
15039 * emulation/pc-select.el: Doc string fixes.
15040 (pc-selection-mode): Don't treat macos as a tty.
15041
15042 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
15043
15044 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
15045
15046 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
15047 (mouse-wheel-progessive-speed): New var.
15048 (mwheel-scroll): Use it and handle float values.
15049
15050 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
15051
15052 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
15053 (iswitchb): Fix the case where the result was selected with the mouse.
15054 (iswitchb-completion-help): Use the normal *Completions* now that
15055 mouse selection works.
15056 (iswitchb-minibuffer-setup): Simplify.
15057
15058 * newcomment.el (comment-column, comment-style, comment-multi-line)
15059 (comment-auto-fill-only-comments): Remove :group arg.
15060 (comment-padding): Add :type.
15061 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
15062 if called interactively.
15063
15064 2001-11-19 Colin Walters <walters@verbum.org>
15065
15066 * calc/calc.el (toplevel): Add comment and version header.
15067 (calc-init-base): Bump version to 2.02f, update date.
15068
15069 2001-11-19 Richard M. Stallman <rms@gnu.org>
15070
15071 * net/browse-url.el: Support Mozilla and Galeon.
15072 By default, find the installed browser whichever it is.
15073 (browse-url-mozilla): New function.
15074 (browse-url-mozilla-sentinel): New function.
15075 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
15076 (browse-url-default-browser): New function.
15077 (browse-url-process-environment): Use browse-url-browser-display.
15078 (browse-url-browser-display): Renamed from browse-url-netscape-display.
15079 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
15080 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
15081 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
15082 (browse-url-browser-function): New default, new options.
15083
15084 2001-11-19 Sam Steingold <sds@gnu.org>
15085
15086 * bindings.el (last-buffer, unbury-buffer): New function.
15087 (mode-line-unbury-buffer): Use `unbury-buffer'.
15088
15089 2001-11-18 Stephen Eglen <stephen@gnu.org>
15090
15091 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
15092 control behaviour when no further completion is possible.
15093
15094 2001-11-19 Colin Walters <walters@verbum.org>
15095
15096 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
15097 (math-showing-full-precision, math-with-extra-prec, math-working)
15098 (calc-with-default-simplification)
15099 (calc-with-trail-buffer): Use backtick.
15100 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
15101 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
15102 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
15103 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
15104 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
15105 (Math-num-integerp, Math-bignum-test, Math-equal-int)
15106 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
15107 (calc-record-compilation-date-macro): Deleted. Callers updated.
15108 (math-format-radix-digit): Move to calc-bin.el.
15109
15110 * calc/calc.el (calc-record-compilation-date): Remove.
15111 (calc-bug-address): Update.
15112 (calc-settings-file): Use `user-init-file'.
15113
15114 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
15115 Handle null `calc-settings-file'.
15116
15117 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
15118 * calc/calc-keypd.el (calc-keypad-mode): New.
15119 (calc-do-keypad): Use it.
15120 (calc-keypad-map): Move into `calc-keypad-mode'.
15121
15122 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
15123 to defalias argument.
15124
15125 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
15126 (calcFunc-floor): Ditto.
15127
15128 * calc-units.el (calcFunc-usimplify): Ditto.
15129
15130 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
15131 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
15132 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
15133 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
15134 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
15135 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
15136 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
15137 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
15138 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
15139 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
15140 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
15141 and move them before their first use. Use `when', `unless'.
15142 Remove trailing periods from error forms. Add description and
15143 headers suggested by Emacs Lisp coding conventions.
15144
15145 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
15146
15147 * newcomment.el (comment-indent):
15148 Fix misindentation for comment-only lines.
15149 (comment-indent-new-line): Only obey comment-multi-line if the
15150 comment-ender is not the end-of-line.
15151
15152 2001-11-19 Richard M. Stallman <rms@gnu.org>
15153
15154 * net/net-utils.el (network-connection-service-abbrev-alist):
15155 New variable.
15156
15157 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
15158 Advance to start of 3rd sexp by moving fwd and backing over it.
15159 At first three elements, act like defun.
15160
15161 * delsel.el (delete-selection-pre-hook): Handle and resignal
15162 file-supersession errors to interact properly with userlock.el.
15163
15164 2001-11-18 Richard M. Stallman <rms@gnu.org>
15165
15166 * progmodes/fortran.el (fortran-mode-syntax-table):
15167 Specify punctuation syntax for backslash.
15168
15169 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
15170 All calls deleted.
15171
15172 * international/mule-util.el (string-to-sequence): Make it obsolete.
15173 (string-to-list, string-to-vector): Implement them directly
15174 using append and vconcat, not with string-to-sequence.
15175
15176 * startup.el (command-line): Set abbrevs-changed to nil after
15177 reading the init file and the abbrevs file.
15178
15179 * isearch.el (isearch): Use magenta2 as bg for (background light)
15180
15181 2001-11-17 Richard M. Stallman <rms@gnu.org>
15182
15183 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
15184
15185 * simple.el (minibuffer-history-sexp-flag): Doc fix.
15186
15187 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
15188
15189 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
15190 If set and if applicable, add a regexp to highlight defun-like
15191 text inside comments and strings.
15192 (font-lock-fontify-keywords-region): Pass that new arg.
15193 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
15194 to the end and pass that new arg.
15195 (c-font-lock-keywords-2): Fix regex for labels.
15196 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
15197 Make it work when LIMIT is several lines further.
15198 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
15199 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
15200 Use backquote and make the regexes for `int a, b, c;' work on
15201 multiple lines.
15202
15203 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
15204 (font-lock-defaults-alist): Don't change it any more.
15205 (reb-subexp-mode-map): Cleanup.
15206
15207 * custom.el (custom-current-group-alist): New var.
15208 (custom-declare-group): Set it.
15209 (custom-current-group): New fun.
15210 (custom-declare-variable, custom-handle-all-keywords):
15211 Use it as a default if no :group argument is specified.
15212
15213 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
15214 (standard-keyboard-coding-systems): New var.
15215 (set-locale-environment): Use it to decide whether or not to call
15216 set-keyboard-coding-system.
15217 (locale-language-names): Use \"French\" for "fr".
15218
15219 2001-11-17 Richard M. Stallman <rms@gnu.org>
15220
15221 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
15222 (add-to-list): Delete compatibility code.
15223 (checkdoc-next-message-error): Doc fix.
15224
15225 2001-11-17 Stephen Eglen <stephen@gnu.org>
15226
15227 * locate.el (locate): Show default locate pattern within the
15228 prompt, but don't insert it into the minibuffer contents.
15229 Catch the case when pattern is the empty string.
15230
15231 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
15232
15233 * language/european.el ("French"): New language environment.
15234
15235 2001-11-16 Richard M. Stallman <rms@gnu.org>
15236
15237 * calendar/todo-mode.el (todo-save): Fix previous change.
15238
15239 * subr.el (functionp): Do use cdr-safe on object.
15240
15241 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
15242
15243 * bindings.el (mode-line-mode-name): Only put the help-echo property
15244 if the local-map property was put as well.
15245 (global-map): Bind switch-frame, delete-frame, iconify-frame
15246 and make-frame-visible events.
15247
15248 * emacs-lisp/elp.el (elp-not-profilable): New var.
15249 (elp-not-profilable-p): New function.
15250 (elp-instrument-function): Use it. Use backquotes and push.
15251
15252 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
15253 (byte-stack+-info, byte-compile-last-warned-form)
15254 (byte-compile-last-logged-file): Don't defconst a variable.
15255 (no-byte-compile): Declare.
15256 (byte-compile-file): Don't boundp-check no-byte-compile any more.
15257 (byte-compile-defvar): Leave defconst as is.
15258
15259 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
15260 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
15261 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
15262 (edebug-best-error): Don't defconst a variable.
15263 (edebug-read-syntax-table): Use a char-table.
15264 (edebug-lemacs-specific): Remove.
15265 Toplevel: Eliminate check for Lucid Emacs.
15266
15267 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
15268
15269 * rect.el (move-to-column-force): Mark obsolete.
15270 (operate-on-rectangle, delete-extract-rectangle-line)
15271 (insert-rectangle, delete-whitespace-rectangle-line)
15272 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
15273 (string-rectangle-history): New var.
15274 (string-rectangle, string-insert-rectangle): Use it.
15275 (delete-rectangle-line): Fix pos/column mixup and simplify.
15276
15277 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
15278 (normal-top-level, command-line, command-line-1): Simplify.
15279
15280 * tar-mode.el (tar-mode): Use define-derived-mode.
15281
15282 * view.el (view-mode-enable): Don't use make-local-hook.
15283
15284 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
15285
15286 2001-11-16 Richard M. Stallman <rms@gnu.org>
15287
15288 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
15289 if it doesn't make sense as anything else.
15290 Don't recognize a "telephone number" at the beginning of the name.
15291 (mail-extr-leading-garbage): Match non-word characters only.
15292
15293 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15294
15295 * startup.el (command-line-processed): Doc fix.
15296
15297 * apropos.el (apropos-next-label-button): Doc fix.
15298
15299 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
15300
15301 * comint.el (comint-mode): Simplify.
15302 (make-comint-in-buffer): Run `comint-mode' only if necessary.
15303
15304 * subr.el (eval-after-load): Make it work with features as well.
15305
15306 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
15307
15308 * international/mule-cmds.el (describe-input-method): Setup xref.
15309 (set-language-environment): Use functionp.
15310 (locale-language-names, locale-charset-language-names)
15311 (locale-preferred-coding-systems): Defconst and purecopy.
15312
15313 * language/european.el (mac-roman): Add mime-charset property.
15314
15315 2001-11-15 Richard M. Stallman <rms@gnu.org>
15316
15317 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
15318 (multiple-value-apply, nth-value): Use defsubst rather than defalias
15319 to get better doc strings.
15320
15321 2001-11-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15322
15323 * derived.el: Fix autoload cookie.
15324
15325 2001-11-15 Richard M. Stallman <rms@gnu.org>
15326
15327 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
15328
15329 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
15330
15331 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
15332
15333 2001-11-15 Richard M. Stallman <rms@gnu.org>
15334
15335 * dired.el (dired-undo): Display a message to explain
15336 that this does not undo file system changes.
15337
15338 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
15339
15340 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
15341 into `unread-command-events' instead of trying keymap
15342 lookups ourselves. This makes mouse-clicks do the right
15343 thing even when keymaps of overlays are involved.
15344 (mouse-drag-drag): Likewise.
15345
15346 2001-11-15 Andreas Schwab <schwab@suse.de>
15347
15348 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
15349 characters and append anchor to pattern added to auto-mode-alist.
15350
15351 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
15352
15353 * server.el (server-process-filter): Run pre/post-comment-hook
15354 before/after visiting the file.
15355
15356 * info-look.el (makefile-mode): Add info for automake.
15357 (autoconf-mode): Fix the name of the index for automake.
15358
15359 * international/latin-9.el: Give pilcrow punctuation syntax.
15360
15361 2001-11-15 Andre Spiegel <spiegel@gnu.org>
15362
15363 * vc.el: Documentation fixes.
15364
15365 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
15366
15367 * smerge-mode.el (smerge-match-conflict): Fix typo.
15368 (smerge-diff): Be careful to read match-data early enough.
15369
15370 2001-11-14 Colin Walters <walters@verbum.org>
15371
15372 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
15373 (calcFunc-subst): Use `defalias' instead of `fset' and
15374 `symbol-function'.
15375
15376 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
15377 (calcFunc-ceil, calcFunc-round): Ditto.
15378
15379 * calc/calc-bin.el (calcFunc-clip): Ditto.
15380
15381 * calc/calc-ext.el (calcFunc-evalv): Ditto.
15382
15383 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
15384
15385 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
15386 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
15387
15388 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
15389
15390 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
15391 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
15392 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
15393 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
15394 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
15395 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
15396 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
15397 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
15398 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
15399 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
15400 * calcsel2.el: Style cleanup; don't put closing parens on their
15401 own line, add "foo.el ends here" to each file, and update
15402 copyright date.
15403
15404 * README: Update maintainer.
15405
15406 2001-11-13 Richard M. Stallman <rms@gnu.org>
15407
15408 * progmodes/compile.el (recompile): Use compilation-arguments if
15409 set, so as to be able to M-x recompile the exact command which
15410 created a compilation-mode buffer.
15411
15412 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
15413
15414 2001-11-13 Gerd Moellmann <gerd@gnu.org>
15415
15416 * mouse.el (mouse-drag-region): Don't run the up-event
15417 handler if window start changed due to the down-mouse event.
15418
15419 2001-11-13 Richard M. Stallman <rms@gnu.org>
15420
15421 * mouse.el (mouse-show-mark): Either move point to the mark
15422 or use highlighting, never both.
15423 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
15424
15425 2001-11-13 Simon Josefsson <jas@extundo.com>
15426
15427 * mail/smtpmail.el (top-level): Change maintainer to Simon
15428 Josefsson, cleanup the smtpmail.el header.
15429
15430 * mail/smtpmail.el (top-level): Don't require cl or base64.
15431 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
15432 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
15433 Defsubst instead of defmacro.
15434 (smtpmail-intersection): Return value in reverse order.
15435 (smtpmail-open-stream): Use stringp instead of string-to-list.
15436 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
15437 separated from smtpmail-via-smtp.
15438
15439 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
15440 rfc2104. Require base64 and cl.
15441 (smtpmail-smtp-service): Doc fix. :type fix.
15442 (smtpmail-debug-info): Doc fix.
15443 (smtpmail-debug-verb, smtpmail-auth-credentials)
15444 (smtpmail-starttls-credentials, smtpmail-auth-supported):
15445 New variables.
15446 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
15447 mail-utils (it is autoloaded).
15448 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
15449 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
15450 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
15451 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
15452 (smtpmail-via-smtp): Support AUTH.
15453 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
15454
15455 2001-11-13 Richard M. Stallman <rms@gnu.org>
15456
15457 * ebuff-menu.el (electric-buffer-update-highlight): New function.
15458 (electric-buffer-overlay): New variable.
15459 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
15460 (electric-buffer-list): Likewise.
15461
15462 * isearch.el (isearch-whitespace-chars): Doc fix.
15463 (isearch-mode): Handle negative search-slow-window-lines correctly.
15464
15465 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
15466
15467 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
15468
15469 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
15470 From Emmanuel Briot <briot@act-europe.fr>.
15471
15472 2001-11-13 Colin Walters <walters@debian.org>
15473
15474 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
15475
15476 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
15477 "~/.emacs"; use `read-file-name'.
15478
15479 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
15480 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
15481 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
15482 * calc/calc.el: Use `frame-width' instead of `screen-width',
15483 `frame-height' instead of `screen-height', and,
15484 `executing-kbd-macro' instead of `executing-macro'.
15485
15486 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
15487 correct number of arguments.
15488
15489 * calc/calc-aent.el (calc-do-alg-entry):
15490 Use `blink-paren-function' instead of `blink-paren-hook'.
15491
15492 2001-11-12 Richard M. Stallman <rms@gnu.org>
15493
15494 * calendar/todo-mode.el (todo-save): Add save-excursion
15495 and save-restriction.
15496
15497 * server.el (server-edit, server-done): Doc fix.
15498
15499 * simple.el (clone-indirect-buffer): Error if major mode symbol
15500 has a no-clone-indirect property.
15501 (clone-buffer): Check for obvious errors before reading clone name.
15502
15503 * info.el (Info-mode): Add a no-clone-indirect property.
15504
15505 2001-11-12 Sam Steingold <sds@gnu.org>
15506
15507 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
15508 set-buffer-modified-p to nil after `vc-exec-after'.
15509 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
15510 (log-view-mode): Make read-only.
15511 (log-view-current-file): Do final `expand-file-name' in the
15512 current `default-directory'.
15513 (log-view-current-tag): Take an optional `where' arg.
15514 (log-view-diff): New user command.
15515
15516 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15517
15518 * progmodes/cpp.el (cpp-choose-face): Fix typo.
15519
15520 2001-11-12 Sam Steingold <sds@gnu.org>
15521
15522 * emacs-lisp/cl-indent.el (toplevel): Indent properly
15523 `generic-flet', `generic-labels', `with-accessors',
15524 `with-condition-restarts'.
15525
15526 2001-11-12 Richard M. Stallman <rms@gnu.org>
15527
15528 * dired.el: Many trivial doc fixes.
15529 (dired-get-file-for-visit): New function.
15530 (dired-find-alternate-file, dired-mouse-find-file-other-window)
15531 (dired-view-file, dired-find-file-other-window, dired-display-file)
15532 (dired-find-file): Use dired-get-file-for-visit.
15533
15534 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
15535
15536 * sql.el (sql-mode): Doc change.
15537
15538 * sql.el (sql-mode-syntax-table): The backslash is no longer an
15539 escape character.
15540
15541 2001-11-12 Colin Walters <walters@debian.org>
15542
15543 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
15544 (calc-do-keypad): Don't attempt to use nonexistent global
15545 mouse-map, use calc-keypad-map.
15546 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
15547 (calc-keypad-left-click): Don't use mouse-map; update to new event
15548 interface.
15549 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
15550 (calc-keypad-press): Use `unread-command-events' instead of
15551 `unread-command-char'.
15552
15553 * calc/calc-ext.el (calc-init-extensions): Update autoload names
15554 to match files renamed on initial calc import.
15555
15556 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15557
15558 * textmodes/flyspell.el (flyspell-default-dictionary):
15559 Fix previous change.
15560
15561 2001-11-12 Richard M. Stallman <rms@gnu.org>
15562
15563 * textmodes/flyspell.el (flyspell-default-dictionary):
15564 Fix custom type.
15565
15566 2001-11-11 Richard M. Stallman <rms@gnu.org>
15567
15568 * calendar/solar.el (solar-sunrise-and-sunset):
15569 Exchange the two extreme values of day-length.
15570
15571 * progmodes/sh-script.el (sh-must-be-shell-mode):
15572 Allow modes derived from sh-mode.
15573
15574 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
15575 Turn off error in some re-search-forward calls.
15576
15577 * replace.el (query-replace-skip-read-only): New variable.
15578 (perform-replace): If that variable is non-nil, ignore matches
15579 that have a read-only property.
15580
15581 * derived.el (define-derived-mode): Doc fix.
15582
15583 * server.el (server-buffer-done): Test of server-existing-buffer
15584 was backwards.
15585 (server-existing-buffer): Doc fix.
15586
15587 * textmodes/flyspell.el (flyspell-default-dictionary):
15588 Allow nil as value, and make nil the default.
15589
15590 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
15591
15592 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
15593 it is not fboundp.
15594 (clipboard-yank): Ditto.
15595
15596 2001-11-11 Colin Walters <walters@verbum.org>
15597
15598 The following changes are based on patches from
15599 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
15600 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
15601
15602 * calc/calc.el (toplevel): Require calc-macs.
15603 (calc-minibuffer-size): New.
15604 (calcDigit-nondigit): Use it instead of `buffer-size'.
15605 (calcDigit-backspace): Likewise.
15606 (calcDigit-nondigit): Use `minibuffer-contents' instead of
15607 `buffer-string'.
15608 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
15609 `point-min'.
15610 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
15611 `save-excursion'.
15612
15613 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
15614 simple `setq' form.
15615
15616 * calc/calc-ext.el: (toplevel): Require calc.
15617 (calc-fancy-prefix-map): New.
15618 (calc-fancy-prefix): Use it.
15619 (calc-fancy-prefix-other-key): New.
15620
15621 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
15622 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
15623 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
15624 (calcAlg-enter): Likewise.
15625 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
15626
15627 2001-11-10 Richard M. Stallman <rms@gnu.org>
15628
15629 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
15630 (quietly-read-abbrev-file): Doc fix.
15631
15632 * startup.el (command-line): Read standard abbrev
15633 file (abbrev-file-name), if it exists.
15634
15635 * files.el (save-abbrevs): Default value is t.
15636
15637 * progmodes/compile.el (compile-goto-error): Fix previous change
15638 in the case where subsequent errors have not been parsed yet
15639 because they are in a different source file.
15640
15641 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
15642
15643 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
15644 Merge two regular expressions into one.
15645 (ps-mode): Make local bindings for `comment-start' and
15646 `comment-start-skip'.
15647 (ps-mode-looking-at-nested): Simplify an if-else construct;
15648 use `set-match-data' to set the result.
15649
15650 2001-11-10 Richard M. Stallman <rms@gnu.org>
15651
15652 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
15653 Function deleted.
15654 (flyspell-correct-word): Old definition deleted.
15655 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
15656 All references renamed too.
15657
15658 2001-11-10 Gerd Moellmann <gerd@gnu.org>
15659
15660 * Makefile.in (finder_setwins, setwins): Exclude Calc.
15661
15662 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
15663
15664 * wid-edit.el (checklist): Removed `:menu-tag'.
15665 (radio-button-choice): Ditto.
15666 (editable-list): Ditto.
15667
15668 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15669
15670 * play/gomoku.el: Move definitions of constants to the beginning
15671 of file, before their use.
15672
15673 2001-11-09 Richard M. Stallman <rms@gnu.org>
15674
15675 * textmodes/flyspell.el: Use the keymap property
15676 instead of local-map, and don't use a minor-mode map.
15677 (flyspell-mode-map): Variable deleted.
15678 Don't mess with minor-mode-map-alist.
15679 (calling add-minor-mode): Specify nil for keymap.
15680 And always use add-minor-mode, now that it exists.
15681 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
15682 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
15683 or flyspell-local-mouse-map.
15684 (make-flyspell-overlay): Use flyspell-mouse-map directly.
15685 (flyspell-mode): Doc fix.
15686 (flyspell-mode-on): Don't call make-local-hook.
15687
15688 2001-11-09 Sam Steingold <sds@gnu.org>
15689
15690 * emacs-lisp/debug.el (debugger-make-xrefs):
15691 Add buttons to all symbols.
15692
15693 2001-11-09 Andre Spiegel <spiegel@gnu.org>
15694
15695 * vc.el: Add John David Smith to credits.
15696
15697 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
15698
15699 * vc-hooks.el (vc-error-occured): Backquotified.
15700 (vc-file-prop-obarray): Use prime length for better efficiency.
15701
15702 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
15703
15704 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
15705
15706 * info.el (Info-file-list-for-emacs): Add entries for Calc.
15707
15708 2001-11-09 Miles Bader <miles@gnu.org>
15709
15710 * subr.el (functionp): Don't consider macros as functions.
15711
15712 2001-11-08 Miles Bader <miles@gnu.org>
15713
15714 * subr.el (functionp): Make work correctly for macros and unbound
15715 symbols.
15716
15717 * comint.el (comint-send-input): Fix description of
15718 `comint-process-echoes' in the doc-string.
15719
15720 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
15721
15722 * international/mule.el (make-translation-table): Doc fix.
15723 Suggested by Alex Schroeder <alex@gnu.org>.
15724
15725 2001-11-07 Richard M. Stallman <rms@gnu.org>
15726
15727 * info.el (Info-fontify-node): Highlight every third menu item.
15728
15729 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
15730
15731 * cus-edit.el (custom-face-value-create): Don't ignore the
15732 `customized-face' attribute when finding the current face spec.
15733
15734 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
15735
15736 * subr.el (with-local-quit): New macro.
15737 (make-syntax-table): Always inherit.
15738 (functionp): Be more careful when `object' is a symbol.
15739
15740 * dabbrev.el (dabbrev-completion): Use "*Completions*".
15741
15742 2001-11-07 Paul Eggert <eggert@twinsun.com>
15743
15744 * dired.el (dired-move-to-filename-regexp):
15745 Do not distinguish between ASCII letters and non-ASCII characters.
15746 Don't allow comma except in the form "month day, year".
15747 Don't allow space between month name and comma.
15748 Clean up the code that checks for trailing period, comma, and space.
15749 Remove now-obsolete comments, and add more commentary about
15750 Japanese dates.
15751 Always gobble up trailing spaces, instead of doing it only sometimes.
15752
15753 2001-11-07 Miles Bader <miles@gnu.org>
15754
15755 * paren.el (show-paren-match-face): Add dark-background variant.
15756
15757 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
15758
15759 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
15760 (lisp-mode-variables): Don't set paragraph-{start,separate}.
15761 Don't disable adaptive-fill-mode.
15762 (lisp-fill-paragraph): Use tab-width rather than 8.
15763 Prevent filling the first line of docstrings.
15764
15765 2001-11-06 Richard M. Stallman <rms@gnu.org>
15766
15767 * play/gomoku.el (gomoku): Doc fix.
15768
15769 * jka-compr.el (jka-compr-partial-uncompress):
15770 Support an alternative of not using dd.
15771 (jka-compr-dd-program): Use defcustom to define this.
15772 (jka-compr-load-suffixes): Use defcustom.
15773 (jka-compr-mode-alist-additions): Use defcustom.
15774
15775 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
15776
15777 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
15778 Also work when LIMIT is further than the end of line.
15779
15780 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
15781
15782 * international/quail.el (quail-update-leim-list-file): Print the
15783 offending file name if some of its quail-define-package forms is broken.
15784
15785 2001-11-05 Richard M. Stallman <rms@gnu.org>
15786
15787 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
15788 of the evaluated form.
15789
15790 2001-11-05 Paul Eggert <eggert@twinsun.com>
15791
15792 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
15793 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
15794 stamps always line up by default. Also, it uses a slightly
15795 different window to determine whether files are "recent".
15796
15797 2001-11-05 Andrew Innes <andrewi@gnu.org>
15798
15799 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15800 Don't attempt to remake autoloads before nuking .elc files.
15801
15802 2001-11-04 Richard M. Stallman <rms@gnu.org>
15803
15804 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
15805 previous-single-property-change or next-single-char-property-change
15806 returns nil.
15807
15808 * international/mule-cmds.el (set-locale-environment):
15809 Make it interactive; make arg optional.
15810
15811 * international/mule-diag.el (help-funs): Require help-funs.
15812
15813 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
15814
15815 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
15816
15817 2001-11-04 Miles Bader <miles@gnu.org>
15818
15819 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
15820 shadow of the splash image grey on a dark background instead of black.
15821
15822 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
15823
15824 * term.el (all faces): Don't (copy-face 'default <foo>).
15825
15826 * term/xterm.el (function-key-map):
15827 Add entry for `ESC [ 3 ~' -> <delete>
15828 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
15829 Use inheritance so that .emacs and terminfo take precedence.
15830
15831 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
15832
15833 * tooltip.el (tooltip-delay): Decrease to 0.7.
15834 (tooltip-hide-delay): Enlarge to 10.
15835
15836 2001-11-03 Richard M. Stallman <rms@gnu.org>
15837
15838 * startup.el (fancy-splash-tail): Explain how to recover
15839 from a crash, if there was a crash.
15840 (command-line-1): Reorganize display of startup screen,
15841 to simplify the logic. Use a temp buffer for it.
15842
15843 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
15844
15845 * frame.el (set-background-color, set-foreground-color):
15846 Call face-set-after-frame-default, to propagate the new colors to
15847 the frame's parameters alist.
15848
15849 * calendar/timeclock.el (timeclock-out): Signal an error if
15850 timeclock-last-event is nil.
15851
15852 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
15853
15854 * textmodes/fill.el (fill-context-prefix): Fix braino.
15855
15856 * international/quail.el (quail-help):
15857 Use `help-buffer' and move `help-setup-xref' to beginning.
15858
15859 * international/mule-cmds.el (describe-language-environment):
15860 Use `help-buffer' and move `help-setup-xref' to beginning.
15861
15862 * international/mule-diag.el (list-character-sets)
15863 (sort-listed-character-sets, describe-character-set)
15864 (describe-coding-system, describe-fontset, list-fontsets):
15865 Use `help-buffer' and move `help-setup-xref' to beginning.
15866 (describe-char-after): Use `internal-describe-syntax-value'.
15867
15868 2001-11-02 Richard M. Stallman <rms@gnu.org>
15869
15870 * mouse.el (popup-menu): If the user refuses to select
15871 from a menu, don't try to invoke the menu.
15872
15873 2001-11-02 Miles Bader <miles@gnu.org>
15874
15875 * help-mode.el (help-xref): New button type.
15876 (help-function, help-variable, help-face, help-coding-system)
15877 (help-input-method, help-character-set, help-type, help-symbol)
15878 (help-back, help-info, help-customize-variable, help-customize-face)
15879 (help-function-def, help-variable-def): Use it as a supertype.
15880 Remove `action' property.
15881
15882 * international/mule-diag.el (describe-character-set)
15883 (describe-coding-system): Pass correct args to `help-xref-button'.
15884 (sort-listed-character-sets): New button type.
15885 (list-character-sets): Use it.
15886 (list-charset-chars): New button type.
15887 (list-character-sets-1): Use it.
15888
15889 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
15890
15891 * indent.el (tab-always-indent, indent-for-tab-command):
15892 Remove redundant `never' setting.
15893
15894 * fill.el (fill-region-as-paragraph): Don't forget to skip
15895 over current whitespace before looking for a preceding space.
15896
15897 2001-11-01 Richard M. Stallman <rms@gnu.org>
15898
15899 * files.el (file-newest-backup): Don't pass backup file name
15900 thru file-name-sans-versions, because it never has version numbers.
15901
15902 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
15903 to avoid ambiguous nested loops.
15904
15905 * files.el (find-file-noselect): Offer to change buffer-read-only
15906 only when the file's read-only status has changed from before
15907 as well as disagreeing with the buffer's current status.
15908 (buffer-file-read-only): New var, local in all buffers.
15909
15910 * buff-menu.el (buffer-menu): Doc fix.
15911 (buffer-menu-other-window): Doc fix.
15912 (list-buffers, list-buffers-noselect): Doc fix.
15913
15914 2001-11-01 Gerd Moellmann <gerd@gnu.org>
15915
15916 * startup.el (command-line): If the terminal Emacs is running on
15917 has erase char set to ^H, use the Backspace key for deleting
15918 backward, and the Delete key for deleting forward.
15919
15920 2001-11-01 Miles Bader <miles@gnu.org>
15921
15922 * button.el (define-button-type): Make sure every user-defined
15923 button type has a supertype.
15924
15925 2001-10-31 Jason Rumney <jasonr@gnu.org>
15926
15927 * international/mule-cmds.el (locale-language-names): Add chs and
15928 cht as aliases for Chinese-GB and Chinese-BIG5.
15929
15930 2001-10-31 Richard M. Stallman <rms@gnu.org>
15931
15932 * bindings.el (mode-line-frame-identification): Add doc string.
15933 (mode-line-position, mode-line-modes): New variables.
15934 (mode-line-format): Use mode-line-position for the part
15935 that displays the position-in-buffer info.
15936 Use mode-line-modes for the part that displays major and minor modes.
15937
15938 2001-10-31 Sam Steingold <sds@gnu.org>
15939
15940 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
15941 (debugger-setup-buffer): Call it.
15942 (debugger-mode-map): Bind RET and mouse-2.
15943
15944 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15945
15946 * startup.el: Document command line option --no-window-system
15947 instead of --no-windows.
15948
15949 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
15950
15951 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
15952
15953 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
15954 (font-lock-defaults-alist): Use it.
15955 From David Ponce <david.ponce@wanadoo.fr>
15956
15957 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
15958 output of `char-after'.
15959
15960 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
15961
15962 * simple.el (reindent-then-newline-and-indent): Insert the newline
15963 before indenting the first line.
15964 (undo-get-state, undo-revert-to-state): New funs.
15965 (shell-command): Don't kill the buffer even if empty.
15966 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
15967 (transpose-subr-end2): Remove.
15968 (transpose-subr): Add `special' arg and simplify.
15969 (transpose-subr-1): Rewrite.
15970 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
15971 (rfc822-goto-eoh): Simplify.
15972
15973 2001-10-30 Richard M. Stallman <rms@gnu.org>
15974
15975 * enriched.el (enriched-face-ans): Fix previous change.
15976
15977 2001-10-30 Gerd Moellmann <gerd@gnu.org>
15978
15979 * international/iso-acc.el (iso-accents-compose): Remove a
15980 superfluous setq.
15981
15982 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
15983
15984 * buff-menu.el (list-buffers-noselect): If the buffer's name
15985 starts with a blank, but it visits a file, do show it (for files
15986 whose names start with a blank).
15987
15988 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
15989
15990 * textmodes/fill.el (sentence-end-double-space)
15991 (sentence-end-without-period): Move to paragraphs.el.
15992 (fill-indent-according-to-mode): Change default to t.
15993 (fill-context-prefix): Simplify control-flow and use a more
15994 sophisticated merge that unifies both previous checks.
15995 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
15996 (fill-nobreak-predicate): Make it into a defcustom'd hook.
15997 (fill-nobreak-p): New fun.
15998 (fill-region-as-paragraph): Use it.
15999 Handle `fill-indent-according-to-mode' slightly differently.
16000 (fill-individual-paragraphs-prefix): Simplify the control-flow.
16001 (fill-individual-paragraphs-citation): Fix.
16002
16003 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
16004 (paragraph-start): Change default to the `text-mode' value.
16005 (sentence-end-double-space, sentence-end-without-period):
16006 Move from fill.el.
16007 (forward-paragraph): Use `parstart' and `parsep' for temp variables
16008 rather than rebinding `paragraph-start' and `paragraph-separate'.
16009
16010 * indent.el (indent-line-function): Change default to indent-relative.
16011 (tab-always-indent): Add an `never' setting.
16012 (indent-according-to-mode): Handle `indent-relative' and
16013 `indent-relative-maybe' specially.
16014 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
16015 Handle the `never' case for `tab-always-indent'.
16016 Don't call indent-according-to-mode for indent-relative' and
16017 `indent-relative-maybe'.
16018 (insert-tab): Rename `prefix-arg' to `arg'.
16019 (indent-region): Indent the first line as well.
16020 (indent-relative): Don't mark the buffer modified if the indentation
16021 is unchanged.
16022
16023 * textmodes/text-mode.el (paragraph-indent-minor-mode):
16024 Don't set paragraph-separate. Set paragraph-start more carefully.
16025 Set indent-line-function.
16026 (paragraph-indent-text-mode): Use it and define-derived-mode.
16027 (text-mode-map): Remove the \t binding.
16028 (text-mode): Simplify now that the default is more favorable.
16029
16030 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
16031
16032 * emacs-lisp/find-func.el (find-function-search-for-symbol):
16033 If the regexp doesn't match, use a looser one.
16034 (find-variable-noselect): Add `file' argument.
16035
16036 * pcvs.el (cvs-mode-commit-hook): New hook.
16037 (cvs-mode-commit): Run it.
16038
16039 * log-edit.el (log-edit): Run hook after `log-edit-files'.
16040
16041 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
16042 (edebug-instrument-function): Use `find-function-noselect'.
16043
16044 2001-10-29 Richard M. Stallman <rms@gnu.org>
16045
16046 * term.el (term-if-emacs19): Macro deleted.
16047 Callers changed to use progn instead.
16048
16049 * frame.el (blink-cursor-mode): Doc fix.
16050
16051 * files.el (find-backup-file-name): Use make-backup-file-name.
16052
16053 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
16054 window-live-p.
16055 (edebug-set-conditional-breakpoint): Unconditionally use
16056 the former Emacs >=19 definition.
16057 (edebug-mark): Define unconditionally.
16058 (edebug-eval-expression): Always call read-from-minibuffer
16059 and specify history list.
16060 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
16061 edebug-set-conditional-breakpoint.
16062 (edebug-emacs-version-specific): Function deleted;
16063 do the job at top level.
16064 (edebug-emacs-19-specific): Function deleted, this is the default.
16065
16066 2001-10-29 Sam Steingold <sds@gnu.org>
16067
16068 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
16069 "/cygdrive/LETTER/" pathnames.
16070
16071 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
16072
16073 * faces.el (invert-face): Check for 'unspecified, not for nil,
16074 when testing whether face colors are not specified.
16075 From David.Kastrup@t-online.de (David Kastrup).
16076 (read-face-name): Doc fix.
16077 (make-face-bold, make-face-unbold, make-face-italic)
16078 (make-face-unitalic, make-face-bold-italic, invert-face):
16079 Remove trailing blank from the prompt passed to read-face-name.
16080
16081 2001-10-29 Sam Steingold <sds@gnu.org>
16082
16083 * emacs-lisp/bytecomp.el (byte-recompile-directory):
16084 Report numbers of files skipped and failed too.
16085 (byte-compile-file): Return 'no-byte-compile for skipped files.
16086
16087 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16088
16089 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
16090 and `M p'.
16091
16092 2001-10-29 Gerd Moellmann <gerd@gnu.org>
16093
16094 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
16095 as is on unread-command-events instead of `(SECOND-CHAR)'.
16096
16097 2001-10-29 Andre Spiegel <spiegel@gnu.org>
16098
16099 * vc.el: Mention vc-*-switches in backend API documentation.
16100 (vc-annotate): Adapt doc string to recent change.
16101
16102 2001-10-29 Gerd Moellmann <gerd@gnu.org>
16103
16104 * enriched.el (enriched-face-ans): Handle face attributes
16105 of the form `(FACE1 FACE2 ...)'.
16106
16107 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
16108
16109 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
16110
16111 * progmodes/sql.el (sql-mysql): Doc change by RMS.
16112
16113 * progmodes/sql.el (sql-db2): Doc change.
16114 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
16115 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
16116
16117 2001-10-29 Gerd Moellmann <gerd@gnu.org>
16118
16119 * env.el (substitute-env-vars): Don't quote argument to `rx';
16120 it's a macro.
16121
16122 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
16123
16124 * cus-start.el (recursive-load-depth-limit): Added.
16125
16126 2001-10-28 Richard M. Stallman <rms@gnu.org>
16127
16128 * textmodes/ispell.el (version18p, version20p): Vars deleted.
16129 All uses removed--assume Emacs version is >= 20.
16130
16131 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
16132 by really checking that it is not version 18.
16133
16134 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
16135
16136 2001-10-28 Miles Bader <miles@gnu.org>
16137
16138 * faces.el (face-attribute): Add INHERIT argument, consider face
16139 inheritance if it's non-nil.
16140 (face-attribute-merged-with): New function.
16141 (face-attribute-specified-or): New macro.
16142 (face-foreground, face-background, face-stipple): Add INHERIT
16143 argument. Use `face-attribute-specified-or'.
16144
16145 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
16146
16147 * font-lock.el: Require `syntax'.
16148 (font-lock-defaults-alist): Don't define keywords for lisp languages.
16149 Use `c-font-lock-syntactic-face-function' for c languages.
16150 (font-lock-mode): Don't unset vars when turning the mode off.
16151 (font-lock-default-fontify-buffer): Don't unset vars at the end.
16152 (font-lock-extra-managed-props): New var.
16153 (font-lock-default-unfontify-region): Use it.
16154 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
16155 Don't eval the value when there's no match.
16156 (font-lock-ppss-stats): New var.
16157 (font-lock-ppss): New fun.
16158 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
16159 (font-lock-apply-highlight): Allow `highlight' to set several props.
16160 (font-lock-set-defaults): Use dolist.
16161 (font-lock-unset-defaults): Remove.
16162 (font-lock-match-c-style-declaration-item-and-skip-to-next):
16163 Try to recognize prototypes using `foo P_ ((args))'.
16164 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
16165 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
16166 (c-font-lock-syntactic-face-function): New function.
16167 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
16168 (c++-keywords): Use a more sophisticated regexp to handle
16169 shallowly nested templates.
16170
16171 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
16172
16173 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
16174 (sgml-tag): Use it. Cleanup with `cond'.
16175 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
16176 Mark the overlays and only delete those that are marked.
16177 (sgml-skip-close-p): Remove.
16178 (sgml-value): Replace sgml-skip-close-p with its definition.
16179 (html-tag-alist): Use sgml-xml a bit more.
16180 (html-mode): Set sgml-empty-tags.
16181
16182 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
16183 (texinfo-update-node, texinfo-sequential-node-update):
16184 Don't bind the obsolete `auto-fill-hook'.
16185 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
16186 Use `set-buffer' rather than `switch-to-buffer'.
16187 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
16188 Use `set-buffer' rather than `switch-to-buffer'.
16189
16190 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
16191 text-mode-syntax-table.
16192 (mail-mode): Use define-derived-mode.
16193 Fix ordering of alternatives in adaptive-fill-regexp.
16194 (mail-mode-map): Don't rely on keymap's internal representation.
16195
16196 2001-10-27 Sam Steingold <sds@gnu.org>
16197
16198 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
16199 (sgml-xml-guess): Extracted from `html-mode' and generalized.
16200 (sgml-mode-common): Call it.
16201 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
16202 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
16203 (html-horizontal-rule, html-image, html-ordered-list):
16204 (html-unordered-list, html-list-item, html-paragraph):
16205 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
16206 `html-xhtml'.
16207
16208 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
16209
16210 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
16211 (ifnothtml): New alias.
16212
16213 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
16214
16215 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
16216 (toggle-text-mode-auto-fill): Use derived-mode-p.
16217
16218 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
16219
16220 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
16221 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
16222
16223 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
16224
16225 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
16226 Add make-obsolete cookies, to follow faces.el.
16227
16228 These changes avoid warnings from the byte compiler in faces.el:
16229
16230 * faces.el (internal-get-face): Use facep instead of the obsolete
16231 internal-find-face.
16232 (internal-frob-font-weight, internal-frob-font-slant):
16233 New defaliases for obsolete functions.
16234 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
16235 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
16236 (x-make-font-bold-italic): Use internal-frob-font-weight and
16237 internal-frob-font-slant aliases instead of the obsolete
16238 x-frob-... functions.
16239
16240 2001-10-26 Sam Steingold <sds@gnu.org>
16241
16242 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
16243 DOCTYPE; set `mode-name' based on it.
16244 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
16245 (sgml-tag): Close empty tags in XHTML.
16246
16247 2001-10-26 Jason Rumney <jasonr@gnu.org>
16248
16249 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
16250 when UNICODE is not defined.
16251
16252 2001-10-26 Sam Steingold <sds@gnu.org>
16253
16254 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
16255 be alone on the line.
16256
16257 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
16258
16259 * button.el (button): Special face definition for MS-DOS terminals.
16260
16261 2001-10-26 Sam Steingold <sds@gnu.org>
16262
16263 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
16264 Protect the /= test by checking that the args are non-nil.
16265 (sh-font-lock-close-heredoc): Check eof for being non-nil.
16266
16267 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
16268
16269 * textmodes/artist.el (artist-version): 1.2.4.
16270 (artist-butlast-fn): New variable.
16271 (artist-butlast): New function.
16272 (artist-ellipse-mirror-quadrant): Use it.
16273 (artist-mouse-draw-poly): Use nil for `point-list'.
16274 (artist-mouse-draw-poly): Check for point-list being nil.
16275
16276 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
16277
16278 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
16279 lambda expression.
16280 (ps-mode-menu-main): Submenu with options on/off was replaced with
16281 a toggle button.
16282 (ps-mode, ps-run-mode): Define with `define-derived-mode'
16283 (ps-mode): Autoload cookie added on same line as comment
16284 (ps-mode-tabkey, ps-mode-backward-delete-char):
16285 (ps-mode-r-balance): Replace `delete-horizontal-space' and
16286 `indent-to' with `indent-line-to'
16287 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
16288 instead of `eval'.
16289 (ps-mode-print-region): Use `with-temp-buffer'.
16290 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
16291 (numerous places): Add back-tick and tick around names in
16292 docstrings, fix punctuation in docstrings, remove trailing spaces.
16293
16294 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
16295
16296 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
16297 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
16298 (sgml-font-lock-syntactic-keywords): New var.
16299 (sgml-mode-common): Drop the two args.
16300 Don't make buffer-local variables that aren't used.
16301 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
16302 Don't set `before-string' props from sgml-display-text.
16303 (sgml-mode): Use define-derived-mode.
16304 (sgml-tags-invisible): Use sgml-display-text.
16305 (sgml-quote): New command.
16306 (html-tag-alist): Add args for `span'.
16307 (html-mode): Use define-derived-mode.
16308 Set sgml-display-text and sgml-tag-face-alist.
16309
16310 2001-10-25 Sam Steingold <sds@gnu.org>
16311
16312 * add-log.el (add-log-always-start-new-record): New user option.
16313 (add-change-log-entry): Use it.
16314
16315 2001-10-25 Richard M. Stallman <rms@gnu.org>
16316
16317 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
16318 bind case-fold-search if FROM is not all lower case.
16319
16320 2001-10-25 Gerd Moellmann <gerd@gnu.org>
16321
16322 * startup.el (normal-top-level): Check for frame-initial-frame
16323 only if it's really used.
16324
16325 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
16326
16327 * progmodes/compile.el (compilation-parse-errors-filename-function):
16328 New variable.
16329 (compilation-parse-errors): Use it.
16330
16331 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
16332
16333 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
16334 interactively so that C-u M-C-x still does edebug.
16335 (checkdoc-sentencespace-region-engine): Don't force a double-space
16336 after `.' if it doesn't look like an end-of-sentence.
16337 (debug-ignored-errors): Add `disambiguate ...'.
16338
16339 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
16340
16341 * textmodes/texinfo.el (texinfo-environments)
16342 (texinfo-environment-regexp): Hoist.
16343 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
16344 Only highlight the menu name in menu items.
16345 Setup `@foo ... @end foo' as text clones.
16346 (texinfo-clone-environment): New function.
16347 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
16348 (texinfo-insert-block): Simplify.
16349 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
16350 the command is repeated.
16351 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
16352 (texinfo-insert-@end): Simplify.
16353
16354 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
16355 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
16356 (texinfo-subsubsection-level-regexp)
16357 (texinfo-update-menu-same-level-regexps)
16358 (texinfo-update-menu-higher-regexps)
16359 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
16360
16361 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
16362 (derived-mode-p): Autoload.
16363
16364 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
16365 New vars and functions.
16366 (text-clone-maintain, text-clone-create): New functions.
16367
16368 2001-10-25 Miles Bader <miles@gnu.org>
16369
16370 * facemenu.el (facemenu-add-new-face): Fix variable names.
16371
16372 2001-10-24 Richard M. Stallman <rms@gnu.org>
16373
16374 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
16375 of t and nil values.
16376 (facemenu-set-face): Handle START and END interactively.
16377 (facemenu-set-foreground): Don't use a face; specify color directly.
16378 (facemenu-set-background): Likewise.
16379 (facemenu-set-face-from-menu): Doc fix.
16380 (facemenu-active-faces): Use face-attribute-vector
16381 to handle bare attributes not in faces.
16382 (facemenu-get-face): Don't handle face names fg:... and bg:...
16383 specially.
16384 (facemenu-add-new-face): New argument MENU.
16385 New way to handle adding colors to the color menus.
16386
16387 * env.el (substitute-env-vars): Quote the arg to rx.
16388
16389 2001-10-24 Sam Steingold <sds@gnu.org>
16390
16391 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
16392 Control" and "SGML" groups.
16393
16394 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16395
16396 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16397 Better handling of C++ template args to avoid confusion with `<'
16398 and `>' used as operators in member init expressions.
16399
16400 2001-10-24 Gerd Moellmann <gerd@gnu.org>
16401
16402 * replace.el (perform-replace): Move START and END parameters
16403 to the end of the argument list and make them optional.
16404
16405 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
16406 perform-replace.
16407
16408 * international/fontset.el (x-must-resolve-font-name): New function.
16409 (x-complement-fontset-spec): Use it.
16410
16411 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
16412
16413 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
16414
16415 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
16416 Turn caadr into caar of cdr.
16417
16418 2001-10-23 Gerd Moellmann <gerd@gnu.org>
16419
16420 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
16421 of mouse-{1,2} since dragging is on the down event.
16422
16423 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
16424
16425 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
16426 if ARG is nil.
16427
16428 * desktop.el (desktop-last-buffer): New variable.
16429 (desktop-create-buffer): Set it.
16430 (desktop-read): Bind it and switch to that buffer.
16431
16432 2001-10-22 Gerd Moellmann <gerd@gnu.org>
16433
16434 * progmodes/compile.el (compilation-set-window-height):
16435 Select old window only if it's still live.
16436
16437 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16438
16439 * help-mode.el (help-buffer): Remove debugging code.
16440 From Stefan Monnier <monnier@cs.yale.edu>.
16441
16442 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
16443
16444 * files.el (file-name-sans-extension, file-name-extension):
16445 Don't count the leading dots in file names as signaling an extension.
16446
16447 2001-10-22 Andre Spiegel <spiegel@gnu.org>
16448
16449 * vc.el (vc-diff-switches): Doc rewritten.
16450
16451 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
16452
16453 * tooltip.el (tooltip-set-param): Doc fix.
16454
16455 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
16456 127 to sgml-maybe-name-self.
16457 (sgml-name-8bit-mode): Doc fix.
16458 (sgml-char-names-table): New variable.
16459 (sgml-name-char): Support non-ASCII and mule-unicode-*
16460 characters. Doc fix.
16461 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
16462
16463 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
16464 doc string the effect of `left' and `top' parameters in
16465 tooltip-frame-parameters, the default values, and the units.
16466 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
16467 (tooltip-show): Mention in the doc string the `top' and `left'
16468 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
16469
16470 2001-10-22 Andre Spiegel <spiegel@gnu.org>
16471
16472 Add autoscaling support for vc-annotate.
16473 From J.D. Smith <jdsmith@alum.mit.edu>.
16474
16475 * vc.el (vc-annotate-display-default): Accept colormap scaling
16476 ratio (now deprecated).
16477 (vc-annotate-display-autoscale): Added.
16478 (vc-annotate-add-menu): New autoscaling menu options "Span to
16479 Oldest" and "Span Oldest->Newest". Easymenu support added for
16480 toggle menus driven by customize variable `vc-annotate-display-mode'.
16481 (vc-annotate-display-select): Added.
16482 (vc-annotate): Changed temp-buffer-show-function to
16483 `vc-annotate-display-select'.
16484 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
16485 Added argument OFFSET. Instead of backend function, calls now
16486 generic `vc-annotate-difference'.
16487 (vc-annotate-difference): Added as generic function instead of
16488 backend-specific function. No longer takes argument POINT, but
16489 instead accepts a time OFFSET.
16490 (vc-default-annotate-current-time): Added.
16491
16492 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
16493 version in vc.el, with
16494 (vc-cvs-annotate-current-time): Added, as override of default.
16495 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
16496 `vc-cvs-annotate-difference'.
16497
16498 2001-10-22 Gerd Moellmann <gerd@gnu.org>
16499
16500 * saveplace.el (save-place): Require `saveplace'.
16501
16502 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
16503 Use `sexp' for :value-type instead of `face'.
16504
16505 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
16506
16507 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
16508 regexps due to 5-digit message IDs.
16509
16510 2001-10-21 Jason Rumney <jasonr@gnu.org>
16511
16512 * term/w32-win.el (redisplay-dont-pause): Don't set.
16513
16514 2001-10-21 Miles Bader <miles@gnu.org>
16515
16516 * help-funs.el (help-manyarg-func-alist): Variable removed.
16517
16518 2001-10-21 Miles Bader <miles@gnu.org>
16519
16520 * help-funs.el (help-manyarg-func-alist): Remove entries for
16521 `insert', `insert-and-inherit', `insert-before-markers',
16522 `insert-before-markers-and-inherit', `message', `message-box',
16523 `message-or-box', `propertize', `format', `encode-time', `append',
16524 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
16525 `insert-string', `ml-if', `ml-provide-prefix-argument', and
16526 `ml-prefix-argument-loop'.
16527
16528 2001-10-21 Andre Spiegel <spiegel@gnu.org>
16529
16530 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
16531 (vc-default-diff-tree): New functions.
16532 (vc-version-diff): Use them. As a result, coding systems are now
16533 set up properly for all sorts of diffs, and tree diffs can now
16534 also be done locally.
16535 (vc-diff): With a prefix argument, don't require that it's called
16536 from a buffer under version control.
16537 (diff-switches): Remove duplicate definition.
16538
16539 * vc-cvs.el (vc-cvs-diff-tree): New function.
16540
16541 2001-10-21 Miles Bader <miles@gnu.org>
16542
16543 * help-funs.el (help-manyarg-func-alist): Remove entries for
16544 `list', `vector', `make-byte-code', `call-process',
16545 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
16546 `logand', `logior', and `logxor'.
16547
16548 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
16549 image bits to compensate. Use `make-string' instead of
16550 `make-bool-vector' (XBM apparently wants byte-aligned rows).
16551
16552 2001-10-20 Kim F. Storm <storm@cua.dk>
16553
16554 * simple.el (kill-ring-save): Don't show extent of copied region
16555 if using transient-mark-mode and region is fully visible.
16556
16557 See ChangeLog.9 for earlier changes.
16558
16559 ;; Local Variables:
16560 ;; coding: iso-2022-7bit
16561 ;; End:
16562
16563 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
16564 Copying and distribution of this file, with or without modification,
16565 are permitted provided the copyright notice and this notice are preserved.