*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2003-01-19 Kim F. Storm <storm@cua.dk>
2
3 * msb.el: Use `dir' instead of `path' everywhere.
4
5 2003-01-18 Kim F. Storm <storm@cua.dk>
6
7 * simple.el (kill-new, kill-append, kill-region): New
8 optional parameter yank-handler.
9 (yank-excluded-properties): Add yank-handler to list.
10 (yank-undo-function): New variable.
11 (yank): Use it to undo previous yank or yank-pop command.
12 Allow insert-for-yank to override this-command.
13
14 * subr.el (insert-for-yank): Arg list changed; now only accepts one
15 string rather than any number of strings; no callers needed change.
16 Use yank-handler text property on the arg string.
17 Set yank-undo-function variable appropriately for yank-pop.
18
19 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
20
21 * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
22 regexp-concatenation.
23
24 * add-log.el (add-change-log-entry): Don't leave space at eol.
25 (add-log-current-defun): Perl functions names can't have (or {.
26
27 * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
28 (sh-non-closing-paren): New const.
29 (sh-case, sh-while-getopts): Use it to make props non-sticky.
30 (sh-add-completer): Use test-completion.
31
32 2003-01-18 Vasily Korytov <deskpot@myrealbox.com> (tiny change)
33
34 * progmodes/cperl-mode.el: Don't make faces depend on window-system.
35
36 2003-01-18 Markus Rost <rost@math.ohio-state.edu>
37
38 * cus-edit.el (customize-changed-options): Undo last doc change.
39
40 2003-01-17 Stefan Monnier <monnier@cs.yale.edu>
41
42 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
43 Don't treat \n specially in sub-skeletons.
44
45 2003-01-17 Dave Love <fx@gnu.org>
46
47 * international/ucs-tables.el: Redo 8859-6 change in the right place.
48
49 2003-01-17 Kenichi Handa <handa@m17n.org>
50
51 * international/fontset.el: Don't setup the default fontset and
52 font-encoding-alist at the top level.
53 (setup-default-fontset): New function.
54 (create-fontset-from-fontset-spec): Delete autoload cookie.
55
56 * term/x-win.el: Require fontset unconditionally again.
57 Call setup-default-fontset at the top level.
58
59 * term/w32-win.el: Call setup-default-fontset.
60
61 * term/mac-win.el: Require fontset and call setup-default-fontset.
62
63 2003-01-16 Stefan Monnier <monnier@cs.yale.edu>
64
65 * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
66 property until end-of-paragraph.
67
68 2003-01-16 Kenichi Handa <handa@m17n.org>
69
70 * international/ucs-tables.el: Undo the last change.
71
72 2003-01-15 Dave Love <fx@gnu.org>
73
74 * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
75 and use documented treatment of -.
76
77 * dired-x.el (dired-filename-at-point): Fix filename-chars.
78
79 * international/ucs-tables.el: Set up tables for 8859-6.
80
81 * server.el (server-window): Customize.
82 (server-mode): New.
83 (server-unload-hook): Call server-start.
84
85 2003-01-15 John Wiegley <johnw@gnu.org>
86
87 * eshell/em-hist.el (eshell-save-history-on-exit):
88 Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
89 because the former name is somewhat unrelated to the variables'
90 possible values.
91
92 2003-01-15 Deepak Goel <deego@gnufans.org>
93
94 * calc/README: Add new maintainer.
95
96 * calc/*: Ditto.
97
98 * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
99
100 2003-01-15 Andrew Innes <andrewi@gnu.org>
101
102 * makefile.w32-in (loaddefs.el): Invoke make to build stub file
103 using appropriate rule for build environment.
104 (loaddefs.el-SH, loaddefs.el-CMD): New targets. Include small set
105 of autoloads and defvars, sufficient to dump bootstrap emacs.
106 (update-subdirs-SH): Use hard-coded list of top-level lisp
107 subdirs, because find program on Windows is not compatible with
108 Unix find.
109 (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
110 Explicitly load loaddefs.el so that bootstrap emacs can compile
111 properly.
112 (bootstrap-clean): Add dependency on loaddefs.el, to ensure
113 minimal stub sufficient for dumping bootstrap emacs is available.
114
115 * loadup.el: Include lisp/textmodes in load-path for bootstrap
116 emacs, to resolve ispell menu reference.
117
118 2003-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> (tiny change)
119
120 * international/mule.el (optimize-char-coding-system-table):
121 Optimize it.
122
123 * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
124
125 2003-01-14 Stefan Monnier <monnier@cs.yale.edu>
126
127 * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
128 occasional use of "05" rather than " 5" for day-of-month.
129
130 * log-view.el (log-view-message-re): The rev might be locked.
131
132 2003-01-14 Nick Roberts <nick@nick.uklinux.net>
133
134 * gdb-ui.el: Improve commentary.
135 (gdb-window-height, gdb-window-width, gdb-display-number-end):
136 Customize the dimensions of frames for displayed expressions.
137 (gdb-error-begin): Comment out because it is not used because of
138 bug/quirk in annotations.
139 (gdb-reset): Use with-current-buffer.
140
141 2003-01-14 Kim F. Storm <storm@cua.dk>
142
143 * ido.el (ido-read-internal, ido-file-internal)
144 (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
145 Don't use `path' as name of local variables holding a file name.
146
147 * arc-mode.el (archive-arc-rename-entry): Fix error message.
148 (archive-lzh-summarize): Rename local var `path' to `dir'.
149 (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
150
151 * dired.el: Doc fixes.
152 * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
153 (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
154 * dired-x.el: Doc fixes.
155
156 * fast-lock.el (fast-lock-cache-name): Doc fix.
157
158 * net/browse-url.el (browse-url-filename-alist): Doc fix.
159
160 2003-01-14 John Paul Wallington <jpw@shootybangbang.com>
161
162 * apropos.el (apropos): Restore autoload cookie. Fix typo in
163 "error retrieving function documentation" output.
164
165 2003-01-14 Kim F. Storm <storm@cua.dk>
166
167 * subr.el (process-put, process-get): New functions.
168
169 * simple.el (clone-process): Copy process' plist to new process.
170
171 2003-01-13 Markus Rost <rost@math.ohio-state.edu>
172
173 * cus-dep.el (custom-make-dependencies): Don't set standard-value
174 and version numbers for variables. Handle faces.
175
176 * cus-edit.el (customize-changed-options): Doc addition. Load the
177 version deps earlier. Use other tests for groups and variables.
178 Handle faces.
179
180 2003-01-14 Kim F. Storm <storm@cua.dk>
181
182 * ido.el: Doc fixes.
183 (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
184 (ido-rewrite-file-prompt-functions): Rename from
185 ido-make-file-prompt-hook. Directory name is now in dynamic
186 variable `dirname' (instead of `path').
187 (ido-rewrite-file-prompt-rules): Rename from
188 ido-rewrite-prompt-path-rules.
189 (ido-make-prompt): Directory name now in `dirname' var.
190 (ido-complete): Fix error message.
191
192 2003-01-13 John Paul Wallington <jpw@shootybangbang.com>
193
194 * server.el (server-process-filter): Use `minibufferp' to test
195 whether we are inside a minibuffer.
196 (server-process, server-kill-new-buffers): Doc fixes.
197
198 2003-01-13 Dave Love <fx@gnu.org>
199
200 * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
201 Remove pre-write-conversion.
202
203 2003-01-13 Kim F. Storm <storm@cua.dk>
204
205 * hexl.el (hexl-mode-map): Don't quote remapped command names.
206
207 2003-01-13 David Ponce <david@dponce.com>
208
209 * ruler-mode.el (ruler-mode): Cleanup buffer local variable
210 `header-line-format' if it didn't exist when `ruler-mode' was enabled.
211
212 2003-01-13 Masatake YAMATO <jet@gyve.org>
213
214 * ruler-mode.el (ruler-mode-comment-column-char)
215 (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
216 (ruler-mode-mouse-current-grab-object): New variables.
217 (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
218 New faces.
219 (ruler-mode-mouse-set-fill-column): Removed.
220 (ruler-mode-mouse-grab-any-column)
221 (ruler-mode-mouse-drag-any-column-iteration)
222 (ruler-mode-mouse-drag-any-column): New functions.
223 (ruler-mode-map): [header-line down-mouse-2] Bound to
224 `ruler-mode-mouse-grab-any-column' instead of
225 `ruler-mode-mouse-set-fill-column'.
226 (ruler-mode-ruler-help-echo): Update its value.
227 (ruler-mode-ruler-help-echo-when-goal-column): New help string used
228 when goal-column is already set.
229 (ruler-mode-ruler-help-echo-tab): Rename to...
230 (ruler-mode-ruler-help-echo-when-tab-stops): New.
231 (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
232 (ruler-mode-goal-column-help-echo): New help strings.
233 (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
234 instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
235 Show `comment-column' and `goal-column'. Echo the different help
236 string for each *-column characters on the ruler.
237
238 2003-01-13 Richard M. Stallman <rms@gnu.org>
239
240 * apropos.el (apropos-documentation-property): New function.
241 (apropos): Use apropos-documentation-property.
242
243 * files.el (mode-line-process): Mark as risky.
244
245 * help.el (where-is): Catch errors in indirect-function.
246
247 * server.el (server-process-filter): Comment out -eval.
248 Don't switch buffers if inside isearch or minibuffer.
249
250 * progmodes/compile.el (compilation-revert-buffer):
251 If buffer has a file, revert it in the normal way.
252
253 * term/x-win.el: Require fontset conditionally again.
254
255 2003-01-13 Kim F. Storm <storm@cua.dk>
256
257 * ido.el (ido-enable-tramp-completion): New defcustom.
258 (ido-enter-single-matching-directory): Change default to 'slash.
259 (ido-is-tramp-root): New defun.
260 (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
261 (ido-may-cache-directory, ido-final-slash, ido-read-internal)
262 (ido-complete, ido-make-file-list1, ido-make-dir-list1):
263 Handle tramp completion.
264 (ido-file-name-all-completions1): New defun for tramp completion.
265 (ido-file-name-all-completions): Use it.
266 (ido-set-matches1): Relax matching of text with trailing slash.
267 (ido-exhibit): Handle tramp completion.
268 Simplified code using nested cond forms using new `refresh' var.
269 Fixed handling of /~user/ paths.
270
271 2003-01-12 Andreas Schwab <schwab@suse.de>
272
273 * arc-mode.el (archive-mode-map): Use command remapping instead of
274 substitute-key-definition.
275 * emerge.el (emerge-setup-fixed-keymaps): Likewise.
276 * msb.el (msb-mode-map): Likewise.
277 * forms.el (forms--change-commands): Likewise.
278 * hexl.el (hexl-mode-map): Likewise.
279 * mail/mailabbrev.el (Commentary): Likewise.
280 * play/decipher.el (decipher-mode-map): Likewise.
281 * play/gomoku.el (gomoku-mode-map): Likewise.
282 * play/landmark.el (lm-mode-map): Likewise.
283 * play/solitaire.el (solitaire-mode-map): Likewise.
284 * progmodes/sh-script.el (sh-mode-map): Likewise.
285 * textmodes/picture.el (picture-substitute): Likewise.
286
287 * ielm.el (inferior-emacs-lisp-mode):
288 Bind comint-dynamic-complete-functions locally.
289
290 * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
291
292 2003-01-11 Andreas Schwab <schwab@suse.de>
293
294 * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
295 merge with existing fontification.
296
297 2003-01-11 Nick Roberts <nick@nick.uklinux.net>
298
299 * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
300 (gud-reset): New function. Reset environment at end of debugging.
301 (gud-sentinel): Call gud-reset or gdb-reset.
302 (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
303
304 * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
305 to find out if variable shuld be dereferenced.
306 (gud-display1): Exit if there is `No symbol'.
307 (gdb-expressions-mode-map): Correction to key-binding.
308 (gdb-reset): New function. Reset environment at end of debugging.
309 (gdb-quit): Remove.
310
311 2003-01-10 Dave Love <fx@gnu.org>
312
313 * international/code-pages.el (cp-make-coding-system): Fix last change.
314
315 2003-01-10 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
316
317 * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
318 use regexp-opt for readability.
319
320 2003-01-10 Mark A. Hershberger <mah@everybody.org>
321
322 * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
323 (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
324 empty elements.
325
326 2003-01-10 Luc Teirlinck <teirllm@mail.auburn.edu>
327
328 * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
329 shell.
330
331 2003-01-09 John Wiegley <johnw@gnu.org>
332
333 * pcomplete.el (pcomplete-termination-string): Add a variable
334 for modifying the string which is inserted after a completion or
335 expansion using pcomplete.
336
337 2003-01-09 Karl Berry <karl@gnu.org>
338
339 * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
340 so that we don't fail if no records match record-regexp.
341
342 2003-01-09 Markus Rost <rost@math.ohio-state.edu>
343
344 * cus-edit.el (customize-group, customize-group-other-window):
345 Remove unnecessary calls to custom-load-symbol.
346 (custom-group-value-create):
347 Load widget deps if state is not hidden. If widget deps are
348 loaded, load them in advance.
349 (custom-menu-create): If widget deps are loaded, load them earlier.
350
351 2003-01-09 John Paul Wallington <jpw@shootybangbang.com>
352
353 * language/ethio-util.el (ethio-gemination)
354 (exit-ethiopic-environment): Doc fixes.
355
356 * language/viet-util.el (viet-encode-viqr-region)
357 (viet-decode-viqr-region, viet-encode-viqr-buffer)
358 (viet-decode-viqr-buffer): Doc fixes.
359
360 2003-01-09 ShengHuo ZHU <zsh@cs.rochester.edu>
361
362 * paths.el: Remove gnus-startup-file.
363
364 2003-01-08 Bill Wohler <wohler@newt.com>
365
366 * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
367 mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
368
369 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
370 mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
371 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
372 mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
373
374 2003-01-08 Kim F. Storm <storm@cua.dk>
375
376 * mail/undigest.el (unforward-rmail-message): Don't use global
377 variable `n'.
378
379 2003-01-08 Francesco Potort\e,Al\e(B <pot@gnu.org>
380
381 * mail/undigest.el (unforward-rmail-message): Simplified.
382 No functional change.
383
384 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
385
386 * custom.el (custom-autoload, custom-variable-p): New functions.
387
388 * emacs-lisp/autoload.el (make-autoload):
389 Generate custom-autoload for autoloaded defcustoms.
390
391 * help-fns.el (describe-variable): Use custom-variable-p.
392
393 * simple.el (set-variable): Load deps of custom variables without type.
394
395 * cus-edit.el (custom-variable-prompt): Doc change.
396 Use custom-variable-p.
397 (customize-option): Remove search in loaddefs.el.
398 (customize-apropos): Use custom-variable-p.
399 (custom-save-variables): Use custom-variable-p to detect
400 non-rogue variables.
401
402 2003-01-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
403
404 * mail/undigest.el (unforward-rmail-message): Skip all newlines
405 after the initial separator.
406 (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
407 instead of Forwarded-from: and Forwarded-date:.
408
409 2003-01-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
410
411 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are
412 produced by TeX.
413
414 2003-01-07 Andre Spiegel <spiegel@gnu.org>
415
416 * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
417 branch.
418
419 2003-01-06 Dave Love <fx@gnu.org>
420
421 * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
422
423 * language/chinese.el ("Chinese-EUC-TW"): New.
424
425 2003-01-06 John Paul Wallington <jpw@shootybangbang.com>
426
427 * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
428
429 2003-01-05 Richard M. Stallman <rms@gnu.org>
430
431 * obsolete/uncompress.el: Display message that this pkg is obsolete.
432
433 * isearch.el (isearch-repeat): Error if try to repeat search and
434 there was no previous search.
435
436 * dired.el (dired-recursive-deletes): Fix custom type.
437
438 * dabbrev.el (dabbrev--substitute-expansion):
439 Convert all whitespace to single spaces,
440 except when it's carried over from the existing text.
441
442 * simple.el (split-line): Clean up implementation.
443
444 * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
445 both cases.
446 (rmail-variables): Specify case-insensitive matching for font-lock.
447
448 2003-01-05 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
449
450 * mail/sendmail.el (mail-font-lock-keywords):
451 * mail/rmail.el (rmail-font-lock-keywords): Match multiline
452 In-Reply-To and X-*.
453
454 2003-01-05 Mark A. Hershberger <mah@everybody.org>
455
456 * xml.el (xml-substitute-special): Check for &amp last.
457
458 2003-01-05 Dave Love <fx@gnu.org>
459
460 * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
461
462 2003-01-05 Dave Love <fx@gnu.org>
463
464 * international/mule-diag.el (non-iso-charset-alist):
465 Add vietnamese-tcvn.
466
467 * international/mule-cmds.el (locale-language-names):
468 Use Croatian, Swedish.
469
470 2003-01-05 Andreas Schwab <schwab@suse.de>
471
472 * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
473
474 2003-01-05 Dave Love <fx@gnu.org>
475
476 * language/european.el ("Latin-6", "Croatian"): New.
477 ("Latin-7"): Fix nonascii-translation. Add input method.
478 ("Lithuanian", "Latvian"): Add nonascii-translation.
479 ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
480 Fix nonascii-translation.
481
482 * language/georgian.el ("Georgian"): Fix nonascii-translation.
483
484 * international/mule-cmds.el (set-locale-environment):
485 Ignore empty values of environment variables.
486
487 * emacs-lisp/byte-opt.el (byte-optimize-nth)
488 (byte-optimize-nthcdr): Fix for case of wrong-length forms.
489
490 2003-01-04 Nick Roberts <nick@nick.uklinux.net>
491
492 * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
493 Use let construction to bind buffer-read-only to nil.
494 (gdba): 'set height 0' in GDB.
495 (gdb-display-end, gdb-frame-handler): Corrections to forming
496 full expression name for header-line in display frame.
497 (gdb-info-breakpoints-custom): Highlight breakpoints since
498 they may be clicked on with mouse-2.
499 (gdb-quit): Delete frames of displayed expressions when quitting.
500 (gdb-delete-frames): New function.
501 (gdb-source-info): Don't create stack buffer automatically.
502
503 2003-01-04 Thien-Thi Nguyen <ttn@gnu.org>
504
505 * xml.el (xml-substitute-special): Move "&amp;" -> "&" last.
506
507 2003-01-04 Kim F. Storm <storm@cua.dk>
508
509 * simple.el (split-line): If present, copy fill-prefix from
510 current line to new line. Don't copy if prefix arg.
511 From Lisp, arg may be an alternative prefix string to copy.
512 Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
513
514 * mail/sendmail.el (mail-split-line): New function.
515 (mail-mode-map): Remap split-line to mail-split-line.
516
517 2003-01-03 Dave Love <fx@gnu.org>
518
519 * emacs-lisp/find-func.el (find-variable-noselect): Make it work
520 with new load-history format.
521
522 * international/mule-cmds.el (sort-coding-systems):
523 Adjust priority of utf-16 and x-ctext.
524
525 * international/utf-8.el (utf-translate-cjk):
526 Call optimize-char-coding-system-table.
527
528 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
529 Call optimize-char-coding-system-table.
530
531 * international/mule.el (register-char-codings): Don't call
532 optimize-char-coding-system-table here.
533 (keyboard-coding-system): Doc fix. Update :version.
534
535 * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
536 (nroff-imenu-expression): New.
537 (nroff-mode): Use it.
538
539 * autoinsert.el (auto-insert-alist): Add man page skeleton.
540
541 2003-01-03 Andre Spiegel <spiegel@gnu.org>
542
543 * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
544 the lock.
545
546 2003-01-03 Kim F. Storm <storm@cua.dk>
547
548 * emulation/cua-base.el (cua--pre-command-handler):
549 Corrected handling of delete-selection properties.
550
551 2003-01-03 John Paul Wallington <jpw@shootybangbang.com>
552
553 * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
554 documentation string when `sym' is non-nil.
555
556 2003-01-02 Steven Tamm <steventamm@mac.com>
557
558 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
559 Have scroll bars correctly default to being on the right for Mac
560 Carbon port by testing "mac-carbon" feature, not window-system.
561
562 2003-01-02 Markus Rost <rost@math.ohio-state.edu>
563
564 * cus-edit.el (customize-group, customize-group-other-window):
565 Call custom-load-symbol unconditionally.
566 (customize-face, customize-face-other-window): Fix format arg.
567
568 2003-01-02 John Paul Wallington <jpw@shootybangbang.com>
569
570 * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
571 to `left'.
572
573 2003-01-01 Richard M. Stallman <rms@gnu.org>
574
575 * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
576
577 * files.el (backup-buffer): Cope if file-modes returns nil.
578
579 2002-12-30 Steven Tamm <steventamm@mac.com>
580
581 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
582 Have scroll bars correctly default to being on the right for Mac
583 Carbon port
584
585 2002-12-29 Nick Roberts <nick@nick.uklinux.net>
586
587 * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
588 (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
589 (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
590 (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
591 (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
592 (gdb-delete-disp-this-line): Rename (gdb-delete-display).
593 (gud-gdba-marker-filter): Remove unnecessary save-match-data.
594 (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
595 (gdb-frames-mouse-select): Simplify.
596 Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
597 consistent with other modes in emacs.
598 (gdb-display-source-buffer): Return window of source buffer
599 for (gud-display-line).
600
601 2002-12-29 Markus Rost <rost@math.ohio-state.edu>
602
603 * button.el (defface button): Add group.
604
605 * cus-edit.el (customize-browse): Call `widget-setup'.
606
607 2002-12-29 Andreas Schwab <schwab@suse.de>
608
609 * Makefile.in: Generate cus-load.el and finder-inf.el in the
610 source directory. Change dependencies on lisp files to explicitly
611 use $(lisp).
612 (compile-calc): Fix command substitution.
613 * cus-dep.el (generated-custom-dependencies-file): New variable.
614 (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
615 * finder.el (generated-finder-keywords-file): New variable.
616 (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
617
618 2002-12-28 Richard M. Stallman <rms@gnu.org>
619
620 * info-look.el (info-lookup): Fix error message typo.
621
622 * comint.el (comint-mode): Locally set scroll-conservatively.
623 (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
624 is active only when point is at end.
625
626 * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
627 Fix error message.
628
629 * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
630
631 * simple.el (repeat-complex-command): Signal real error on failure.
632
633 2002-12-28 Andreas Schwab <schwab@suse.de>
634
635 * progmodes/make-mode.el (makefile-font-lock-keywords):
636 Highlight automatic variable references enclosed in parens and
637 optionally suffixed by F or D.
638
639 2002-12-27 Miles Bader <miles@gnu.org>
640
641 * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
642 buffer-local variable.
643
644 2002-12-26 Markus Rost <rost@math.ohio-state.edu>
645
646 * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
647 the same way as `custom-buffer-create-other-window'.
648 (customize-variable-other-window, customize-option-other-window):
649 Definitions moved up.
650
651 2002-12-26 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
652
653 * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes.
654 * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
655 tramp.el. From Michael Albinus.
656 * net/tramp-smb.el: New file for using smbclient to access
657 Windows shares with Tramp. From Michael Albinus.
658
659 2002-12-26 Andreas Schwab <schwab@suse.de>
660
661 * international/mule-cmds.el (select-safe-coding-system): Fix typo.
662
663 2002-12-26 Andre Spiegel <spiegel@gnu.org>
664
665 * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
666 order to get the latest version on the current branch.
667 Update documentation of vc-BACKEND-checkout to explain this.
668
669 * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
670 (vc-rcs-checkin): By default, specify the current workfile
671 branch as the check-in revision.
672
673 * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
674
675 * vc-sccs.el (vc-sccs-checkout): Likewise.
676
677 2002-12-26 Nick Roberts <nick@nick.uklinux.net>
678
679 * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
680 of displayed expressions are deleted when the displayed expressions
681 are deleted.
682 (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
683 deletion is handled by gdb-info-display-custom now.
684 (gdb-source-info): Undo earlier change (do create display buffer
685 automatically).
686
687 2002-12-25 Markus Rost <rost@math.ohio-state.edu>
688
689 * cus-edit.el (custom-save-faces): Fix typo.
690
691 2002-12-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
692
693 * mail/undigest.el (unforward-rmail-message): Do not assume that
694 the forwarded message's Date: header comes after From:. Use a
695 Forwarded-from: rather than a Forwarded-by: header. Add a
696 Forwarded-date: header.
697
698 2002-12-23 Nick Roberts <nick@nick.uklinux.net>
699
700 * gdb-ui.el (gdb-display-number-end): Make auto-display of
701 expressions in GDB work on text-only terminals.
702 (gdb-post-prompt): Compute current frame properly.
703 (gdb-get-current-frame, gdb-frame-handler): New functions.
704 (gdb-source-info): Move last statement into if clause.
705 Tidy, improve documentation.
706
707 2002-12-23 Richard M. Stallman <rms@gnu.org>
708
709 * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
710
711 * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
712 (easy-menu-define): Doc fix, say SYMBOL can be nil.
713
714 * window.el (save-selected-window): Save and restore
715 selected windows of all frames.
716
717 * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
718 Update custom types.
719
720 2002-12-23 Alex Schroeder <alex@emacswiki.org>
721
722 Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
723 Alex Schroeder's adaptation of Jan Vroonhof
724 <vroonhof@math.ethz.ch>'s code. Doc strings corrected by RMS.
725
726 * cus-edit.el (customize-save-variable): Take themes into account.
727 (custom-variable-save): Take themes into account.
728 (custom-variable-reset-saved): Add comment-widget.
729 (custom-variable-reset-standard): Add comment-widget.
730 (custom-variable-reset-standard): Take themes into account.
731 (custom-face-save): Take themes into account.
732 (custom-face-reset-standard): Take themes into account.
733 (custom-save-variables): Take themes into account.
734 (custom-save-faces): Take themes into account.
735 (custom-save-resets): New function.
736 (custom-save-loaded-themes): New function.
737 (customize-save-customized): Take themes into account.
738
739 * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
740 (custom-theme-set-faces): New function.
741 (custom-theme-face-value): New function.
742 (custom-theme-reset-internal-face): New function.
743 (custom-theme-reset-faces): New function.
744 (custom-reset-faces): New function.
745
746 * custom.el (custom-known-themes): New variable.
747 (custom-declare-theme): New function.
748 (deftheme): New macro.
749 (custom-make-theme-feature): New function.
750 (custom-theme-p): New function.
751 (custom-check-theme): New function.
752 (custom-push-theme): New function.
753 (custom-theme-set-variables): Take themes into account.
754 (custom-loaded-themes): New variable.
755 (custom-theme-loaded-p): New function.
756 (provide-theme): New function.
757 (require-theme): New function.
758 (custom-remove-theme): New function.
759 (custom-do-theme-reset): New function.
760 (custom-theme-load-themes): New function.
761 (custom-load-themes): New function.
762 (custom-theme-value): New function.
763 (custom-theme-variable-value): New function.
764 (custom-theme-reset-internal): New function.
765 (custom-theme-reset-variables): New function.
766 (custom-reset-variables): New function.
767
768 * cus-theme.el: New file.
769
770 2002-12-23 Matthew Swift <swift@alum.mit.edu>
771
772 * emacs-lisp/rx.el (rx-and): Generate a shy group.
773 Specify `no-group' when calling rx-to-string.
774 (rx-submatch): Specify `no-group' when calling rx-to-string.
775 (rx-kleene): Use rx-atomic-p to decide whether to make a group.
776 (rx-atomic-p): New function.
777
778 2002-12-23 Kevin Ryde <user42@zip.com.au>
779
780 * info-look.el (info-lookup): For ease of use try item
781 case-insensitive if not found case-sensitive.
782 Do case sensitive search in index nodes, so items differing only in
783 case go correctly to their respective nodes.
784
785 2002-12-22 Richard M. Stallman <rms@gnu.org>
786
787 * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
788
789 * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
790 Add defvars.
791
792 * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
793 on the file name.
794
795 * textmodes/outline.el (outline-next-visible-heading):
796 When going forward, test outline-invisible-p at start of header.
797
798 2002-12-22 Kevin Ryde <user42@zip.com.au>
799
800 * textmodes/makeinfo.el (makeinfo-buffer): Display result using
801 Info-mode.
802 (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
803 New functions.
804 (makeinfo-compile): Add a sentinel parameter.
805 (makeinfo-compilation-sentinel-region): Renamed from
806 makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
807 (makeinfo-region): Use this.
808 * info.el (Info-revert-find-node): New function.
809
810 2002-12-22 Nick Roberts <nick@nick.uklinux.net>
811
812 * tooltip.el (tooltip-gud-tips): Output tooltip without switching
813 process filter (gdba in gdb-ui.el only).
814 (gdb-tooltip-print): New function.
815 (tooltip-gud-process-output): Undo previous change.
816 (tooltip-strip-annotations): Remove.
817
818 2002-12-22 Zoltan Kemenczy <zoltan@ieee.org>
819
820 * gud.el (gud-menu-map): Add jdb support for "run".
821 (gud-jdb-find-source-using-classpath): Use 'identity.
822 (gud-jdb-marker-filter): Marker regexp and filename filtering
823 change to support a backwards-incompatible change in Sun's jdb
824 line number display in SDK versions 1.4.
825 (gud-format-command): gud-find-class now requires two
826 parameters (file and linenumber).
827 (gud-find-class): Bulk of the change related to using c-syntactic
828 symbols to locate nested class declarations in java sources
829 visited by java-mode (cc-mode).
830
831 2002-12-21 Nick Roberts <nick@nick.uklinux.net>
832
833 * gdb-ui.el: Remove the concept of an instance. This means that
834 a lot of functions have been renamed. Accessors are prefixed with
835 gdb-get, setters with gdb-set and the word instance has been
836 removed from many function and variable names.
837 (gdb-display-buffer): Protect source buffer as well
838 as GUD buffer when requesting new buffers.
839 (gdb-source-info): Two changes : Don't create display buffer
840 automatically, compute source window correctly.
841
842 2002-12-21 Richard M. Stallman <rms@gnu.org>
843
844 * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
845
846 * ls-lisp.el (original-insert-directory): Make this a variable,
847 don't set its function definition.
848 (insert-directory): Use funcall to call that function.
849
850 * bindings.el (help-echo): Change tooltip string.
851
852 * chistory.el (command-history-map): Move definition up.
853
854 * faces.el (help-xref-stack): Add defvar to avoid warning.
855
856 2002-12-21 Andreas Schwab <schwab@suse.de>
857
858 * dired.el (dired-insert-directory): Preserve text properties
859 when quoting.
860
861 2002-12-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
862
863 * mail/undigest.el (rmail-mail-separator): Renamed from
864 rmail-digest-mail-separator. All users changed.
865 (unforward-rmail-message): Rewritten to be more robust and to
866 additionally account for the common style of forwarding messages
867 by citing them entirely with headers.
868
869 2002-12-18 Dave Love <fx@gnu.org>
870
871 * international/utf-8-subst.el: Deleted.
872
873 * international/ucs-tables.el (ucs-fragment-8859): Don't modify
874 char-coding-system-table elements destructively.
875 Use optimize-char-coding-system-table.
876
877 * international/mule.el (optimize-char-coding-system-table): New.
878 (register-char-codings): Use it.
879
880 * international/utf-8.el (ucs-mule-cjk-to-unicode)
881 (ucs-unicode-to-mule-cjk): Revert last change.
882 (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
883 (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
884 (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
885 char-coding-system-table elements destructively.
886 (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
887 ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
888
889 2002-12-18 John Paul Wallington <jpw@shootybangbang.com>
890
891 * info.el (Info-dir-remove-duplicates): Avoid infloop when
892 deleting last entry.
893
894 2002-12-17 Nick Roberts <nick@nick.uklinux.net>
895
896 * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
897 rename gud-gdba-marker-filter.
898 (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
899 (gdb-make-instance): Remove (put into gdba).
900 Use gdb-instance-enqueue-input instead of
901 gdb-instance-enqueue-idle-input for user functions.
902 (gdb-instance-target-string): Simplify.
903 (in-gdb-instance-context): Remove.
904 Expand Commentary.
905
906 2002-12-17 Kenichi Handa <handa@m17n.org>
907
908 * international/mule.el (set-file-name-coding-system): New function.
909
910 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
911 Add bindings for set-file-name-coding-system.
912
913 2002-12-17 Kenichi Handa <handa@m17n.org>
914
915 * international/mule-cmds.el (universal-coding-system-argument):
916 Bind coding-system-require-warning to t.
917 (select-safe-coding-system): Handle t in the arg
918 DEFAULT-CODING-SYSTEM specially. Use read-coding-system to read a
919 coding-system to allow users to specify unsafe coding system on
920 their risk.
921
922 2002-12-16 Francesco Potort\e,Al\e(B <pot@gnu.org>
923
924 * mail/undigest.el (rmail-digest-methods)
925 (rmail-digest-mail-separator): New variables.
926 (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
927 (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
928 (rmail-digest-parse-rfc934): New functions.
929 (undigestify-rmail-message): Completely rewritten.
930
931 2002-12-16 Kim F. Storm <storm@cua.dk>
932
933 * ido.el (ido-read-file-name): Remove debug message.
934
935 2002-12-16 Daniel Pfeiffer <occitan@esperanto.org>
936
937 * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
938 (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
939 (Buffer-menu-mode-width): New customization.
940 (Buffer-menu-sort-column): New var.
941 (Buffer-menu-no-header): New function for not changing header line and
942 recognizing swapped M&R columns, used by modifying commands in Buffer
943 Menu.
944 (Buffer-menu-buffer+size): New function for variable width buffer name.
945 (list-buffers-noselect): Rewritten for nicer menu.
946
947 2002-12-16 Markus Rost <rost@math.ohio-state.edu>
948
949 * filesets.el (filesets-build-menu-now): Don't clear messages.
950
951 * allout.el: Avoid name conflicts with outline.el.
952 Replace globally string "outline-" with string "allout-".
953 Replaced 1446 occurrences; there was no string "allout-" before the
954 change and there seems to be no dependency on outline.el.
955 Put `quotes' around many function and variable names.
956 Doc changes to adjust to the change to prefix "allout-".
957 Don't provide `outline'. Use " Allout" as mode line string,
958 not " Outl". Put group `allout' in group `editing'.
959 Update Copyright notice. Autoload `allout-init'.
960 (allout-init): Give report also in case auto-activation was inhibited.
961 (my-mark-marker): Test for feature `xemacs' instead of a string parse.
962
963 2002-12-16 Stefan Monnier <monnier@cs.yale.edu>
964
965 * xml.el (xml-parse-tag): Allow spaces between / and >.
966
967 2002-12-15 David Kastrup <David.Kastrup@t-online.de>
968
969 * emacs-lisp/autoload.el (autoload-ensure-default-file):
970 Insert missing space in file end comment.
971
972 2002-12-15 Simon Josefsson <jas@extundo.com>
973
974 * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
975 user-mail-address as sender.
976
977 2002-12-15 Dave Love <fx@gnu.org>
978
979 * international/mule-cmds.el (standard-keyboard-coding-systems):
980 Delete.
981 (set-locale-environment): Don't use it.
982
983 * international/utf-8.el (ucs-mule-cjk-to-unicode)
984 (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
985 (utf-subst-table-for-decode): Specify :size, :rehash-size.
986 (utf-translate-cjk): :set rewritten to load subst-... files.
987 Add :set-after.
988 (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
989
990 2002-12-15 Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se> (tiny change)
991
992 * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
993 buffer as modified unless it really is.
994
995 2002-12-14 Andreas Schwab <schwab@suse.de>
996
997 * wid-edit.el (widget-move): Don't loop infinitely when there is
998 no field or button.
999
1000 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
1001
1002 * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
1003 (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
1004 Undo 2002/09/27 change because kill-buffer-hook is not
1005 permanent-local.
1006
1007 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1008 Optimize the remaining part of for-effect and/or expressions.
1009
1010 2002-12-13 Markus Rost <rost@math.ohio-state.edu>
1011
1012 * emacs-lisp/easy-mmode.el (define-minor-mode):
1013 Use `custom-current-group'. Pass all groups to the hook.
1014 (easy-mmode-define-global-mode): Use `custom-current-group'.
1015
1016 * international/mule-cmds.el (current-language-environment):
1017 Set type according to `language-info-alist' also here.
1018
1019 * progmodes/compile.el (compilation-menu-map):
1020 Use `kill-compilation' to stop compilation.
1021
1022 2002-12-13 Kenichi Handa <handa@m17n.org>
1023
1024 * language/european.el (encode-mac-roman): Fix last change.
1025
1026 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
1027 (ccl-encode-alternativnyj): Fix last change.
1028
1029 2002-12-13 Nick Roberts <nick@nick.uklinux.net>
1030
1031 * gdb-ui.el: Improve documentation strings.
1032 (gdb-many-windows): Set default value to nil.
1033
1034 2002-12-12 Dave Love <fx@gnu.org>
1035
1036 * international/subst-big5.el, international/subst-gb2312.el:
1037 * international/subst-jis.el, international/subst-ksc.el: New.
1038
1039 * custom.el (defcustom, custom-set-variables): Doc fix.
1040
1041 * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
1042 things protected by `(if (fboundp ...' or `(if (boundp ...'.
1043
1044 * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
1045
1046 2002-12-12 Glenn Morris <gmorris@ast.cam.ac.uk>
1047
1048 * progmodes/fortran.el (fortran-mode-abbrev-table):
1049 Handle `define-abbrev' with either 5 or 6 arguments.
1050
1051 2002-12-12 Markus Rost <rost@math.ohio-state.edu>
1052
1053 * international/mule-cmds.el (set-language-info):
1054 Update custom-type of `current-language-environment'.
1055 (current-language-environment): Fix custom type.
1056
1057 2002-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1058
1059 * progmodes/antlr-mode.el (antlr): New URL.
1060
1061 2002-12-10 R. Bernstein <rocky@panix.com>
1062
1063 * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
1064 Fix erroneous print expression command, and fix typos.
1065 (perldb): Undo previous change in prompt regexp.
1066
1067 2002-12-10 Steven Tamm <steventamm@mac.com>
1068
1069 * generic-x.el (javascript-generic-mode): Added C style block
1070 comments as used in ECMA-262 standard.
1071
1072 2002-12-10 Kenichi Handa <handa@m17n.org>
1073
1074 * language/european.el ("Swedish"): Change tutorial file name to
1075 TUTORIAL.sv in this langauge environment..
1076
1077 2002-12-09 John Paul Wallington <jpw@shootybangbang.com>
1078
1079 * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
1080 disable it buffer-locally.
1081 (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
1082 `eventpt' and point.
1083
1084 * ibuf-ext.el (ibuffer-remove-duplicates): New function.
1085 (ibuffer-set-filter-groups-by-mode): Use it instead of
1086 `delete-duplicates' so we don't require cl library at runtime.
1087 (ibuffer-insert-filter-group-before): Don't use `position' so we
1088 don't require cl library at runtime.
1089
1090 * chistory.el (command-history-mode): Add interactive spec.
1091 Improve doc string.
1092
1093 2002-12-09 Richard M. Stallman <rms@gnu.org>
1094
1095 * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
1096
1097 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
1098
1099 * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
1100 customize type 'float is now defined.
1101
1102 2002-12-09 Dave Love <fx@gnu.org>
1103
1104 * international/code-pages.el (mik, pt154): New coding systems.
1105
1106 * international/ucs-tables.el: Fix properly.
1107
1108 2002-12-09 Andreas Schwab <schwab@suse.de>
1109
1110 * international/ucs-tables.el: Fix last change.
1111
1112 2002-12-09 Kenichi Handa <handa@m17n.org>
1113
1114 * international/titdic-cnv.el (titdic-convert): Process the
1115 header part in multibyte mode.
1116
1117 2002-12-08 Dave Love <fx@gnu.org>
1118
1119 * international/code-pages.el (mule-diag): Move where it's required.
1120
1121 * international/ucs-tables.el: Add latin-jisx0201 characters.
1122 Fix translation-table-for-input for lao, thai, tibetan.
1123
1124 2002-12-08 Andreas Schwab <schwab@suse.de>
1125
1126 * files.el (insert-directory): Insert free space only when
1127 listing a full directory.
1128
1129 2002-12-08 Nick Roberts <nick@nick.uklinux.net>
1130
1131 * gdb-ui.el : Remove inappropriate key-bindings.
1132 (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
1133 Parse correctly when breakpoint has no line number.
1134 (def-gdb-auto-update-handler, gdb-info-locals-handler),
1135 (gdb-display-end): Avoid using insert-buffer.
1136 (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
1137
1138 2002-12-07 Richard M. Stallman <rms@gnu.org>
1139
1140 * progmodes/compile.el (compilation-enter-directory-regexp-alist)
1141 (compilation-leave-directory-regexp-alist): Match byte compiler output.
1142
1143 * emacs-lisp/cl-macs.el: Add local variable list
1144 to turn off cl-function warnings.
1145
1146 * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
1147 elements in load-history.
1148 (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
1149 and cl-struct-setf-expander.
1150
1151 * emacs-lisp/autoload.el (autoload-print-form-outbuf):
1152 New variable.
1153 (autoload-print-form): Use autoload-print-form-outbuf.
1154 (generate-file-autoloads): Bind autoload-print-form-outbuf.
1155
1156 * calendar/calendar.el (calendar-day-name): Move defn down.
1157
1158 * speedbar.el (speedbar-directory-buttons-follow):
1159 Don't use directory-sep-char.
1160
1161 2002-12-06 Masatake YAMATO <jet@gyve.org> (tiny change)
1162
1163 * register.el (describe-register-1): Use window-width
1164 to truncate string in a register. Check whether the string
1165 in a register is an empty string or a sequence of white spaces.
1166
1167 2002-12-07 Andreas Schwab <schwab@suse.de>
1168
1169 * faces.el (face-font-selection-order)
1170 (face-font-family-alternatives, face-font-registry-alternatives):
1171 Remove period from :tag value.
1172
1173 * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
1174 to :inverse-video.
1175
1176 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
1177
1178 * wid-edit.el (define-widget number): Clarify doc and error message.
1179 (define-widget float): New widget.
1180
1181 2002-12-07 Andreas Schwab <schwab@suse.de>
1182
1183 * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
1184
1185 * files.el (find-file-read-args): Reenable wildcard processing
1186 unconditionally.
1187
1188 2002-12-06 Robert J. Chassell <bob@rattlesnake.com>
1189
1190 * textmodes/texinfmt.el (texinfo-format-scan): Handle new
1191 functions for copyright notice and copying permissions.
1192 (texinfo-copying, texinfo-insertcopying): New functions.
1193
1194 2002-12-03 TAKAHASHI Kaoru <kaoru@kaisei.org>
1195
1196 * textmodes/texinfmt.el (texinfo-format-ifxml)
1197 (texinfo-format-xml): New function.
1198 (ifxml, ifnotxml): New aliases.
1199
1200 2002-12-06 Dave Love <fx@gnu.org>
1201
1202 * international/utf-8-subst.el: Revert last change.
1203
1204 2002-12-06 Miles Bader <miles@gnu.org>
1205
1206 * info.el (Info-insert-dir): Make dir-node-cache variables
1207 buffer-local, so that killing the *info* buffer forces the
1208 dir-node to be rebuilt.
1209
1210 2002-12-06 Markus Rost <rost@math.ohio-state.edu>
1211
1212 * finder.el (finder-compile-keywords): Don't insert a keyword to
1213 the generated file.
1214
1215 2002-12-05 Andreas Schwab <schwab@suse.de>
1216
1217 * speedbar.el (speedbar-highlight-face): Fix face spec.
1218
1219 2002-12-05 Stefan Monnier <monnier@cs.yale.edu>
1220
1221 * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
1222 gdb-proc with gud-comint-buffer instead.
1223 (gdb-proc): Remove.
1224 (def-gdb-var): Simplify.
1225 (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
1226 Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
1227 (gdb-goto-bp-this-line): Select the window while doing the goto-line.
1228 (gdb-info-locals-handler): Avoid replace-regexp.
1229
1230 * calendar/calendar.el (facemenu-unlisted-faces): Only update
1231 after facemenu is loaded.
1232 (calendar-font-lock-keywords): Accept non-ASCII month names.
1233 Use regexp-opt.
1234
1235 * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
1236 (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
1237 (gdba): Call `gdb' and then make modifications.
1238 Always call gdb-clear-inferior-io rather than just "the first time".
1239 (gud-break, gud-remove): Definitions moved to inside gdba.
1240 (gdb-target-name): Remove. Use gud-target-name instead.
1241 (gdba-complete-filter, gdba-common-init): Remove.
1242 The changes were integrated into the generic code.
1243
1244 * gud.el: Use match-string.
1245 (gud-menu-map): Re-fix gdb-running to gud-running.
1246 Activate up/down and finish for pdb.
1247 (gud-def): Use backquotes.
1248 (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
1249 (gud-gdb-complete-in-progress, gud-gdb-complete-string)
1250 (gud-gdb-complete-break, gud-gdb-complete-list):
1251 Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
1252 gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
1253 (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
1254 Add a `filter' argument and run it on `string'.
1255 (gud-gdb-run-command-fetch-lines): Use it instead of
1256 gud-gdb-speedbar-stack-filter. Add a `skip' arg.
1257 Return the fetched lines.
1258 (gud-gdb-complete-command): Use it instead of cooking up
1259 something by hand using gud-gdb-complete-filter.
1260 (gud-gdb-get-stackframe): Use the new calling convention of
1261 gud-gdb-run-command-fetch-lines.
1262 (gud-gdb-fetched-stack-frame-list): Remove.
1263 (gud-gdb-speedbar-stack-filter): Remove.
1264 (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
1265 (gud-bashdb-command-name): Add "--debugger" argument here.
1266 (bashdb): Use default gud-find-file and don't bother with
1267 a massage-args function now that --debugger is make explicit.
1268 (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
1269 (bashdb): Don't provide.
1270 (gud-target-name): New var.
1271 (gud-common-init): Set it.
1272 Also reset gud-running and gud-last-last-frame.
1273
1274 2002-12-05 Dave Love <fx@gnu.org>
1275
1276 * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
1277 mule-utf-16-le, mule-utf-16-be.
1278
1279 2002-12-05 Richard M. Stallman <rms@gnu.org>
1280
1281 * textmodes/outline.el (outline-mode): Doc fix.
1282
1283 2002-12-05 Edward M. Reingold <reingold@emr.cs.iit.edu>
1284
1285 * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
1286
1287 2002-12-05 Kenichi Handa <handa@m17n.org>
1288
1289 * international/titdic-cnv.el (quail-misc-package-ext-info):
1290 Remove duplicate entry for chinese-b5-quick.
1291 (batch-miscdic-convert): Don't try to call miscdic-convert on
1292 files in the directory just following the arg "-dir".
1293
1294 2002-12-04 Stefan Monnier <monnier@cs.yale.edu>
1295
1296 * gdb-ui.el: Fold top-level `setq's and `define-key's into their
1297 corresponding defvar.
1298 (gdb-inferior-io-mode-map): New var.
1299 Add bindings to it rather than to comint-mode-map.
1300 (gdb-display-number-end): Use dolist. Remove always-true test.
1301 (gdb-delete-line): Move and simplify.
1302 (gdb-display-end): Don't bother going to beg-of-line since we're there.
1303 (gdb-array-format1): Use dolist.
1304 (gdb-make-windows-menu, gdb-make-frames-menu):
1305 Move to top-level code. Move the menus to within the GUD menu.
1306 Make the menus only appear in gdba mode.
1307
1308 * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
1309 (gdb-inferior-io-mode): Use define-minor-mode.
1310 (gdb-source-info): Don't burp if there's no source file.
1311 (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
1312 (gdb-inferior-io-stop, gdb-inferior-io-eof)
1313 (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
1314 (gdb-display-stack-buffer, gdb-frame-stack-buffer)
1315 (gdb-display-registers-buffer, gdb-frame-registers-buffer)
1316 (gdb-display-locals-buffer, gdb-frame-locals-buffer)
1317 (gdb-display-display-buffer, gdb-frame-display-buffer)
1318 (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
1319 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1320 Remove the spurious left over arg from the "big reorg".
1321
1322 2002-12-04 Richard M. Stallman <rms@gnu.org>
1323
1324 * gud.el (gud-menu-map): Update for bashdb.
1325 (perldb): Change prompt regexp.
1326 (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
1327 (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
1328
1329 * progmodes/cc-vars.el: Simply require wid-edit and custom
1330 in eval-when-compile.
1331
1332 * progmodes/cc-menus.el: Don't require imenu.
1333
1334 * progmodes/cc-langs.el: Don't require cl.
1335 (c-delete-duplicates): New function. Use instead of delete-duplicates.
1336
1337 * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
1338 Add an else-clause to the if to avoid confused compiler warning.
1339
1340 * tooltip.el (tooltip-gud-tips-p): Undo previous change.
1341
1342 2002-12-03 Stefan Monnier <monnier@cs.yale.edu>
1343
1344 * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
1345
1346 * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
1347 Update gdb-running -> gud-running.
1348 (gdba): Use the default for gud-find-file.
1349 (def-gdb-variable): Remove: fold into def-gdb-var.
1350 (def-gdb-var): Use buffer-local-value and with-current-buffer.
1351
1352 * gud.el (gud-running): Rename from gdb-running. Update uses.
1353 (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
1354 tool-bar-add-item-from-menu to avoid let binding tool-bar-map
1355 which fails if tool-bar.el is loaded in the mean time.
1356 (gud-file-name): New fun.
1357 (gud-find-file): Use it as default value for gud-find-file.
1358 (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
1359 on gud-find-file.
1360 (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
1361 (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
1362 (gud-pdb-find-file, gud-jdb-find-file): Remove.
1363 (gud-query-cmdline): Don't stuff the whole cwd in the command.
1364 (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
1365 (gud-mipsdbx-massage-args): Remove.
1366 (gud-dbx-command-name): New var. Do what gud-mipsdbx-massage-args did.
1367 (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
1368 (gud-jdb-command-name): New var.
1369 (gud-common-init): Re-instate RMS code of 11/13.
1370
1371 2002-12-03 Dave Love <fx@gnu.org>
1372
1373 * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
1374 (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
1375 (ucs-set-table-for-input): Use optional arg. Check for null `cs'.
1376
1377 2002-12-03 Andreas Schwab <schwab@suse.de>
1378
1379 * cus-edit.el (custom-display): Add checkbox for type mac.
1380
1381 * whitespace.el (whitespace-highlight-face): Fix face spec.
1382
1383 2002-12-02 Stefan Monnier <monnier@cs.yale.edu>
1384
1385 * simple.el (completion-setup-function): Fix last change to use
1386 minibuffer-completing-file-name instead.
1387
1388 * add-log.el (change-log-mode): Set indent-line-function explicitly
1389 to what it was before indent-line-function's default was changed.
1390
1391 2002-12-02 Richard M. Stallman <rms@gnu.org>
1392
1393 * textmodes/ispell.el (ispell-dict-map): Move specific
1394 dictionary selection into a submenu.
1395
1396 * textmodes/fill.el (fill-indent-to-left-margin): New function.
1397 (fill-newline, fill-region-as-paragraph): Use that.
1398
1399 * simple.el (completion-setup-function):
1400 Handle ffap-read-file-or-url-internal specially like
1401 read-file-name-internal.
1402
1403 2002-12-02 Simon Marshall <marshals@perth>
1404
1405 * font-lock.el (c++-font-lock-extra-types): Fix previous change.
1406
1407 2002-12-02 Fran\e,Ag\e(Bois Pinard <pinard@iro.umontreal.ca>
1408
1409 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
1410 more make keywords: defined, endef, override, export, unexport
1411 and vpath.
1412
1413 2002-12-02 Dave Love <fx@gnu.org>
1414
1415 * autoarg.el (autoarg-kp-mode): Give it a :group.
1416
1417 2002-12-02 Noah Friedman <friedman@splode.com>
1418
1419 * complete.el (PC-do-completion): Do not add wildcards to pattern
1420 unless filename is non-nil.
1421
1422 2002-12-02 Andreas Schwab <schwab@suse.de>
1423
1424 * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
1425
1426 * paren.el (show-paren-mismatch-face): Fix face spec.
1427
1428 2002-11-30 Nick Roberts <nick@nick.uklinux.net>
1429
1430 * gdb-ui.el (gdb-many-windows): Define as a minor mode.
1431 (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
1432
1433 * tooltip.el (tooltip-gud-process-output): Handle annotations that
1434 are output with gdba in gdb-ui.el.
1435 (tooltip-strip-annotations): New function.
1436
1437 2002-12-29 Dave Love <fx@gnu.org>
1438
1439 * autoarg.el (autoarg-mode): Give it a :group.
1440
1441 2002-11-29 Bill Wohler <wohler@newt.com>
1442
1443 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
1444 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
1445 mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
1446 version 7.0.
1447
1448 * mail/mh-index.el, mail/mh-speed.el: New files for indexed
1449 searches and speedbar support in MH-E version 7.0.
1450
1451 * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
1452 toolbar/reply-from.pbm, toolbar/reply-from.xpm,
1453 toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
1454 MH-E version 7.0.
1455
1456 2002-11-29 Markus Rost <rost@math.ohio-state.edu>
1457
1458 * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
1459
1460 2002-11-29 Richard M. Stallman <rms@gnu.org>
1461
1462 * mail/rmail.el (rmail-convert-to-babyl-format):
1463 Make search for message delimiter case-sensitive.
1464
1465 * simple.el (yank-window-start): New variable.
1466 (yank): Record yank-window-start
1467 (yank-pop): Use yank-window-start.
1468
1469 * info.el (Info-additional-directory-list): Doc fix.
1470
1471 * indent.el (indent-according-to-mode, indent-region): Doc fix.
1472
1473 * tooltip.el (tooltip-gud-tips-p): Doc fix.
1474
1475 * eshell/em-script.el: Require eshell.
1476
1477 * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
1478
1479 2002-11-29 Kim F. Storm <storm@cua.dk>
1480
1481 * mwheel.el: Avoid accidental yanking of text while scrolling with
1482 the mouse wheel. This adds a short period after each mouse wheel
1483 scroll event where a click on the mouse wheel button is ignored.
1484 (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
1485 (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
1486 (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
1487 (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
1488 Start mwheel-inhibit-click-event-timer with timeout handler
1489 mwheel-inhibit-click-timeout.
1490
1491 2002-11-28 Nick Roberts <nick@nick.uklinux.net>
1492
1493 * tooltip.el (tooltip-gud-tips-setup): Remove.
1494 (tooltip-gud-debugger): Remove.
1495 (tooltip-gud-print-command): Use gud-minor mode instead of
1496 tooltip-gud-tips-setup and tooltip-gud-debugger.
1497
1498 * gdb-ui.el (gdb-starting): Set gdb-running to t.
1499 (gdb-stopped): Set gdb-running to nil.
1500 (gdb-quit): Reset some variables including tool-bar-map.
1501
1502 * gud.el (gdb-running): New variable.
1503 (gud-menu-map): Use gdb-running to grey out toolbar buttons
1504 with gdba in gdb-ui.el.
1505 (gud-tool-bar-map): Move to avoid byte compiler warning.
1506
1507 2002-11-27 Jason Rumney <jasonr@gnu.org>
1508
1509 * files.el (file-truename): Canonicalize non-existent names on w32.
1510
1511 2002-11-28 Kim F. Storm <storm@cua.dk>
1512
1513 * ido.el (ido-xemacs): Remove defvar. All uses changed to
1514 check (featurep 'xemacs) instead.
1515 (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
1516
1517 2002-11-27 Dave Love <fx@gnu.org>
1518
1519 * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
1520 forms' block to top (before uses).
1521 (help-fns): Don't require at top level. (Recursively.)
1522 (cl-transform-lambda): Require help-fns.
1523
1524 2002-11-26 Dave Love <fx@gnu.org>
1525
1526 * language/european.el (encode-mac-roman): Deal with unencodable
1527 characters.
1528
1529 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
1530 (ccl-encode-alternativnyj): Deal with unencodable characters.
1531
1532 * international/code-pages.el (cp-make-coding-system): Deal with
1533 unencodable characters.
1534
1535 2002-11-24 Richard M. Stallman <rms@gnu.org>
1536
1537 * mail/sendmail.el (mail-signature): Handle case where
1538 value of mail-signature is a string.
1539
1540 * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
1541
1542 * faces.el (face-set-after-frame-default): Ignore errors
1543 in face-spec-face-set.
1544
1545 * cus-face.el (custom-declare-face): Add face-defface-spec
1546 prop after applying the face spec.
1547
1548 2002-11-23 Nick Roberts <nick@nick.uklinux.net>
1549
1550 * tooltip.el (tooltip-gud-print-command): Add server prefix to the
1551 print command for gdb to keep it out of the command history.
1552
1553 * gdb-ui.el: Major re-organisation. Simplify legacy gdba
1554 code to allow only one gdb process.
1555
1556 2002-11-23 Markus Rost <rost@math.ohio-state.edu>
1557
1558 * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
1559 place. Add groups.
1560
1561 2002-11-22 Simon Marshall <marshals@perth>
1562
1563 * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
1564
1565 2002-11-21 Nick Roberts <nick@nick.uklinux.net>
1566
1567 * gdb-ui.el : General tidying. Patches from Stefan Monnier.
1568
1569 2002-11-20 Simon Josefsson <jas@extundo.com>
1570
1571 * play/morse.el (morse-code): Add non-ASCII characters, according
1572 to table at http://www.soton.ac.uk/~scp93ch/morse/.
1573
1574 2002-11-21 Richard M. Stallman <rms@gnu.org>
1575
1576 * dired.el (dired-sort-inhibit): New variable.
1577 (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
1578
1579 * find-dired.el (find-dired): Set dired-sort-inhibit to t
1580 buffer-locally.
1581
1582 2002-11-21 Eugene Exarevsky <zheka@relex.ru>
1583
1584 * progmodes/sql.el: Added LINTER support.
1585 (sql-linter-program): New variable.
1586 (sql-linter-options): New variable.
1587 (sql-mode-menu): Added Linter keywords.
1588 (sql-mode-linter-font-lock-keywords): New variable.
1589 (sql-highlight-linter-keywords): New function.
1590 (sql-linter): New function.
1591 (sql-ms-options): New variable.
1592 (sql-ms): Use it.
1593
1594 2002-11-21 John Paul Wallington <jpw@shootybangbang.com>
1595
1596 * ibuffer.el (ibuffer-formats): Change default value; bump width
1597 of size column in first format to 7.
1598
1599 2002-11-20 Stefan Monnier <monnier@cs.yale.edu>
1600
1601 * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
1602 load-history since `defvar' now uses this format.
1603
1604 * custom.el (custom-declare-variable): Use push.
1605 Use the (defvar . <sym>) format in load-history like `defvar' does.
1606
1607 * subr.el (symbol-file): Accept a non-atomic `function' arg.
1608 (with-local-quit): Add debug and indentation info.
1609
1610 2002-11-20 John Paul Wallington <jpw@shootybangbang.com>
1611
1612 * subr.el (symbol-file): Remove unused variable `functions'.
1613
1614 2002-11-20 Markus Rost <rost@math.ohio-state.edu>
1615
1616 * Makefile.in (setwins_almost): Renamed from finder_setwins.
1617 (custom-deps): Use it.
1618 (finder-data): Adjust to that name change.
1619
1620 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
1621
1622 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
1623 Turn errors into messages so they don't get ignored.
1624 (eldoc-get-fnsym-args-string): Use help-split-fundoc.
1625 (eldoc-beginning-of-sexp): Simplify.
1626 (eldoc-function-arglist): Remove.
1627 (eldoc-function-argstring): Use help-function-arglist instead.
1628 (eldoc-function-argstring-from-docstring-method-table)
1629 (eldoc-function-argstring-from-docstring): Remove.
1630
1631 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
1632
1633 2002-11-19 Dave Love <fx@gnu.org>
1634
1635 * emacs-lisp/bytecomp.el (maphash, map-char-table):
1636 Use byte-compile-funarg.
1637
1638 * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
1639
1640 2002-11-19 Markus Rost <rost@math.ohio-state.edu>
1641
1642 * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
1643 members here rather than with custom-add-to-group. This is the
1644 intended way of using defgroup and also lets
1645 custom-make-dependencies do its job.
1646 (defgroup vhdl-highlight-faces): Ditto.
1647
1648 * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
1649 Previous group name shadow is used in shadowfile.el.
1650 (shadows-compare-text-p): Use group lisp-shadow.
1651
1652 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
1653
1654 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
1655
1656 2002-11-19 Masatake Yamato <jet@gyve.org> (tiny change)
1657
1658 * register.el (describe-register-1): Don't assign to val the value
1659 returned by `remove-list-of-text-properties'.
1660
1661 2002-11-18 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1662
1663 * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
1664 Grok month numbers, too.
1665
1666 2002-11-18 Juanma Barranquero <lektu@terra.es>
1667
1668 * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
1669
1670 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
1671
1672 * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
1673
1674 * textmodes/refill.el (defgroup refill): New group.
1675
1676 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
1677
1678 * textmodes/sgml-mode.el (html-autoview-mode): Add group.
1679
1680 * textmodes/paragraphs.el (use-hard-newlines): Add group.
1681
1682 * progmodes/compile.el (compilation-shell-minor-mode): Add group.
1683 (compilation-minor-mode): Add group.
1684
1685 * reveal.el (global-reveal-mode): Add group.
1686
1687 * bookmark.el (bookmark-menu-length): Fix group name.
1688
1689 2002-11-17 Richard M. Stallman <rms@gnu.org>
1690
1691 * mail/rmail.el (rmail-ignored-headers): Add more headers.
1692
1693 * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
1694 (parse-time-val): Var renamed from `val'. All uses changed.
1695
1696 * files.el (parse-time-rules): Mark it as risky.
1697
1698 * finder.el (finder-commentary): Use buffer *Finder-package*.
1699
1700 * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
1701
1702 * simple.el (indicate-unused-lines)
1703 (default-indicate-unused-lines): New variable aliases.
1704
1705 2002-11-18 Kenichi Handa <handa@m17n.org>
1706
1707 * progmodes/cc-vars.el: Undo previous change.
1708
1709 2002-11-18 Kenichi Handa <handa@m17n.org>
1710
1711 * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
1712
1713 * language/european.el (iso-latin-1): Make it safe.
1714 (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
1715 (iso-latin-9): Likewise.
1716
1717 * language/greek.el (greek-iso-8bit): Make it safe.
1718
1719 * language/hebrew.el (hebrew-iso-8bit): Make it safe.
1720
1721 * language/lao.el (lao): Make it safe.
1722
1723 * language/thai.el (thai-tis620): Make it safe.
1724
1725 2002-11-17 Markus Rost <rost@math.ohio-state.edu>
1726
1727 * speedbar.el (defgroup speedbar): Use group 'etags instead of
1728 nonexisting group 'tags.
1729
1730 * emacs-lisp/re-builder.el: Add provide call.
1731
1732 * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
1733 (feedmail-fiddle-plex-user-list): Fix typo in group name.
1734
1735 * progmodes/make-mode.el (makefile-space-face): Fix group name.
1736
1737 * textmodes/ispell.el (defgroup ispell): Arrange that definition
1738 starts at beginning of line.
1739
1740 * textmodes/table.el (defgroup table-hooks): New group.
1741 (table-cell-map-hook): Fix typo in group name.
1742
1743 * calendar/diary-lib.el (diary-button-face): Add group and version
1744 number.
1745
1746 * warnings.el (defgroup warnings): New group.
1747
1748 2002-11-16 Markus Rost <rost@math.ohio-state.edu>
1749
1750 * emacs-lisp/autoload.el (update-autoloads-from-directories):
1751 Sort the list of files with no autoloads.
1752
1753 2002-11-16 Alan Shutko <ats@acm.org>
1754
1755 * calendar/diary-lib.el (list-diary-entries): Pass a marker
1756 indicating source of entry to add-to-diary-list.
1757 (diary-button-face, diary-entry, diary-goto-entry): New, to
1758 support click to diary file.
1759 (fancy-diary-display): Buttonize diary entries.
1760 (list-sexp-diary-entries): Pass a marker indicating source of
1761 entry to add-to-diary-list.
1762 (diary-date): Return mark as well as entry.
1763
1764 * calendar/calendar.el (diary-face): New.
1765 (european-calendar-display-form, describe-calendar-mode)
1766 (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
1767 (calendar-make-alist): New.
1768 (calendar-mode): Set up font-lock mode.
1769 (generate-calendar-window): Fontify if font-lock-mode is on.
1770
1771 2002-11-16 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
1772
1773 * international/codepage.el (cp866-decode-table): Fix the
1774 translation table.
1775
1776 2002-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
1777
1778 * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
1779 caused existing function definitions to be overridden by
1780 phonies when the bytecomp environment is restored.
1781
1782 2002-11-15 Nick Roberts <nick@nick.uklinux.net>
1783
1784 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
1785 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
1786 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
1787 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
1788 Icons for debugger (pbm files).
1789
1790 2002-11-15 Richard M. Stallman <rms@gnu.org>
1791
1792 * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
1793
1794 2002-11-15 John Paul Wallington <jpw@shootybangbang.com>
1795
1796 * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
1797 (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
1798 (ibuffer-mode-hooks): Remove spurious defvar.
1799 (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
1800 (ibuffer-mode): Run `ibuffer-mode-hook' instead of
1801 `ibuffer-mode-hooks'.
1802
1803 2002-11-15 Markus Rost <rost@math.ohio-state.edu>
1804
1805 * mail/rmailedit.el: Add provide call.
1806
1807 * play/bruce.el: Add provide call.
1808
1809 * emacs-lisp/gulp.el: Add provide call.
1810
1811 2002-11-14 Richard M. Stallman <rms@gnu.org>
1812
1813 * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
1814
1815 2002-11-14 Markus Rost <rost@math.ohio-state.edu>
1816
1817 * custom.el (custom-declare-group): Remove unnecessary line of code.
1818
1819 * cus-dep.el (custom-make-dependencies): Bind load-file-name.
1820
1821 2002-11-14 Edward M. Reingold <reingold@emr.cs.iit.edu>
1822
1823 * calendar/diary-lib.el (make-diary-entry): Allow for local variables
1824 at end of diary file.
1825
1826 2002-11-14 Kim F. Storm <storm@cua.dk>
1827
1828 * files.el (mode-name): Mark it as risky-local-variable like the
1829 other mode-line elements (moved from bindings.el).
1830
1831 * bindings.el (mode-name): Moved mark as risky-local-variable to
1832 files.el.
1833
1834 2002-11-14 Juanma Barranquero <lektu@terra.es>
1835
1836 * gud.el: Fix feature name in `provide'.
1837
1838 * gdb-ui.el: Fix feature name in `require'.
1839
1840 2002-11-14 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
1841
1842 * progmodes/etags.el (find-tag-default): Copy text at point without
1843 properties.
1844
1845 2002-11-14 Kenichi Handa <handa@m17n.org>
1846
1847 * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
1848
1849 2002-11-14 Kim F. Storm <storm@cua.dk>
1850
1851 * textmodes/fill.el (fill-nobreak-invisible): New var.
1852 (fill-nobreak-p): Test it; return t if set and point invisible.
1853 (fill-newline): Test it; remove invisible prop on newline if set.
1854
1855 * info.el (Info-fontify-node): New local list paragraph-markers.
1856 Record markers for mangled *note references on that list.
1857 When done, go back through those markers and fill each mangled
1858 paragraph with `fill-nobreak-invisible' let-bound to t.
1859 Don't use `display' property; insert "see" directly in buffer.
1860
1861 2002-11-14 Nick Roberts <nick@nick.uklinux.net>
1862
1863 * gdb-ui.el: New file, User Interface for running GDB
1864
1865 * gud.el:(gud-find-file): Set up GDB tool bar.
1866 (gud-menu-map): New commands: run, goto.
1867 Enable some commands for gdba.
1868 (gud-query-cmdline): Pass default directory to gdba.
1869 (gdb): Defune gud-goto and gud-run.
1870 (gud-gdb-complete-command): Maybe use gdba-complete-filter.
1871 (gud-mode): Set up local tool bar.
1872 (gud-display-line): For gdba, call gdb-display-source-buffer.
1873 (gud-basic-call): For gdba, maybe delete the current prompt.
1874 (gud-tool-bar-map): New variable.
1875 (gud-read-address): Correction.
1876
1877 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
1878 toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
1879 toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
1880 toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
1881 Icons for debugger.
1882
1883 2002-11-13 Stefan Monnier <monnier@cs.yale.edu>
1884
1885 * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
1886
1887 2002-11-13 Andre Spiegel <spiegel@gnu.org>
1888
1889 * vc-rcs.el (vc-rcs-registered): Improve comment.
1890
1891 * vc-sccs.el (vc-sccs-registered): Improve comment.
1892
1893 2002-11-13 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
1894
1895 * progmodes/compile.el (compilation-error-regexp-alist):
1896 Don't include colon and space after a file name as part of the name.
1897
1898 2002-11-13 Richard M. Stallman <rms@gnu.org>
1899
1900 * gud.el (gdb): Undo 10-26 change.
1901
1902 2002-11-13 Kenichi Handa <handa@m17n.org>
1903
1904 * replace.el (occur-engine): Set buffer-file-coding-system of
1905 OUT-BUF to that of one of BUFFERS if they locally bind that variable.
1906
1907 2002-11-13 Markus Rost <rost@math.ohio-state.edu>
1908
1909 * custom.el (custom-handle-all-keywords): Fix arg passed to
1910 custom-add-to-group.
1911
1912 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
1913
1914 * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
1915 (cvs-minor-mode-map): Add e binding in log-view-mode.
1916
1917 * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
1918 (perl-indent-line): Look at the open-paren to indent a close-paren.
1919 (perl-calculate-indent): Try to better indent args after hanging paren.
1920 Remove special code for open-paren-in-column-0.
1921
1922 * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
1923 (sgml-name-char): Use it.
1924 (sgml-tag-last, sgml-tag-history): New vars.
1925 (sgml-tag): Use them.
1926 (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
1927 (sgml-delete-tag): Remove resulting empty lines.
1928 (sgml-tag) <symbol-plist>: Don't make intangible.
1929 (sgml-parse-tag-backward): Add limit argument.
1930 (html-autoview-mode): Use define-minor-mode.
1931
1932 2002-11-12 Markus Rost <rost@math.ohio-state.edu>
1933
1934 * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
1935 that the definition is found by `find-function-search-for-symbol'
1936 and etags.
1937
1938 * vc-sccs.el (vc-sccs-registered): Ditto.
1939
1940 * emulation/edt.el (defgroup edt): Arrange that definition starts
1941 at beginning of line.
1942
1943 * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
1944
1945 * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
1946 Remove autoload cookie.
1947
1948 * newcomment.el (defgroup comment): Remove autoload cookie.
1949
1950 2002-11-11 Markus Rost <rost@math.ohio-state.edu>
1951
1952 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
1953 Declare with defvar, not with defcustom.
1954
1955 * cus-dep.el: Don't require 'autoload.
1956 (custom-make-dependencies): Handle :version also for autoloaded
1957 options.
1958
1959 * winner.el (defgroup winner): Arrange that definition starts at
1960 beginning of line.
1961
1962 * emulation/edt.el: Simplify Emacs 19 compatibility.
1963
1964 2002-11-11 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> (tiny change)
1965
1966 * dired-aux.el (dired-show-file-type): Format filename with "%s" to
1967 escape any format-like sequences it could contain.
1968
1969 2002-11-11 Per Abrahamsen <abraham@dina.kvl.dk>
1970
1971 * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
1972
1973 2002-11-11 Juanma Barranquero <lektu@terra.es>
1974
1975 * bindings.el (mode-name): Mark it as risky-local-variable.
1976
1977 2002-11-09 Dave Love <fx@gnu.org>
1978
1979 * international/mule-cmds.el (current-language-environment): Fix :type.
1980
1981 * international/ucs-tables.el: Revert to using
1982 translation-table-for-input instead of keyboard-translate-table.
1983
1984 * international/quail.el (quail-input-string-to-events):
1985 Revert last change.
1986
1987 * simple.el (quoted-insert): Bind translation-table-for-input,
1988 not keyboard-translate-table.
1989
1990 2002-11-08 Stefan Monnier <monnier@cs.yale.edu>
1991
1992 * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
1993
1994 * complete.el (PC-do-completion): Make partial-completion work
1995 with incomplete directory names.
1996
1997 * textmodes/tex-mode.el (latex-standard-block-names): Rename from
1998 standard-latex-block-names.
1999 (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
2000 and renewtheorem. Highlight \it and \bf separately since they
2001 may overlap.
2002 (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
2003 (tex-font-lock-keywords-3, tex-verbatim-environments)
2004 (tex-font-lock-syntactic-keywords): New vars.
2005 (superscript, subscript, tex-verbatim-face): New faces.
2006 (tex-font-lock-syntactic-face-function): Handle \verb construct.
2007 (tex-common-initialization): Update font-lock-defaults setting.
2008 (tex-insert-braces): Make it into a skeleton.
2009 (latex-fill-nobreak-predicate): Don't break after \.
2010 (latex-insert-block): Rename from tex-latex-block.
2011 (latex-down-list): Use tex-mode-syntax-table when skipping parens
2012 rather than the indentation syntax-table.
2013 (latex-close-block): Rename from tex-close-latex-block.
2014 (latex-split-block): New fun.
2015 (latex-indent): Don't indent inside a verbatim block.
2016 (latex-find-indent): Stick \begin{verbatim} to the margin.
2017
2018 2002-11-08 John Wiegley <johnw@gnu.org>
2019
2020 * calendar/timeclock.el (timeclock-modeline-display): Use assq as
2021 well as memq to find `global-mode-string' within
2022 `mode-line-format'. The structure of that variable has changed in
2023 21.3.
2024
2025 2002-11-07 Stefan Monnier <monnier@cs.yale.edu>
2026
2027 * format.el (format-decode): Be careful with the order in `format'.
2028
2029 * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
2030
2031 * eshell/em-glob.el: Require esh-util.
2032 (eshell-glob-initialize): Don't assume
2033 eshell-special-chars-outside-quoting is available.
2034
2035 * textmodes/fill.el (fill-paragraph): Consider a comment-start as
2036 a paragraph starter when filling non-comments.
2037 (fill-comment-paragraph): Don't narrow while doing the fill.
2038 Recognize paragraph starters and separators within comments.
2039 Use adaptive-fill-prefix when it works. Use comment-search-forward.
2040
2041 * progmodes/compile.el (grep-default-command): New fun.
2042 (grep): Use it.
2043 (compilation-menu-map): New var.
2044 (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
2045 (compilation-mode-map): Simplify.
2046 (compilation-shell-minor-mode, compilation-minor-mode):
2047 Use define-minor-mode.
2048
2049 * elide-head.el (elide-head): Don't make intangible.
2050
2051 * help.el (where-is): Rename map to defs (a list of syms is not a map).
2052 Test fboundp first, to speed things up. Use push.
2053
2054 * isearch.el (isearch-hidden): New var.
2055 (isearch-search-and-update): Test it.
2056 (isearch-range-invisible): Set it.
2057
2058 * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
2059 paragraph-separate, comment-column, and fill-paragraph-function.
2060 Simplify outline-regexp.
2061 (tcl-do-fill-paragraph): Remove.
2062
2063 2002-11-07 Markus Rost <rost@math.ohio-state.edu>
2064
2065 * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
2066
2067 * progmodes/compile.el (grep-compute-defaults): Undo previous change.
2068 Definition moved down.
2069 (grep-command, grep-find-command, grep-tree-command): Allow value nil.
2070 Do not declare :get property.
2071 (grep-use-null-device): Fix type. Do not declare :get property.
2072
2073 * emacs-lisp/checkdoc.el (checkdoc-find-error):
2074 Use get-file-buffer instead of get-buffer.
2075
2076 * cus-dep.el (custom-make-dependencies): Fix comment inserted in
2077 cus-load.el.
2078
2079 2002-11-07 Juanma Barranquero <lektu@terra.es>
2080
2081 * help.el (where-is): Report also aliases of the passed command.
2082
2083 2002-11-06 Dave Love <fx@gnu.org>
2084
2085 * simple.el (quoted-insert): Bind keyboard-translate-table around
2086 read-char.
2087
2088 * international/ucs-tables.el: Use keyboard-translate-table coding
2089 system property, not translation-table-for-input, for
2090 vietnamese-viscii & al.
2091 (translation-table-for-input): Set,
2092 don't defvar, and make permanent-local.
2093 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
2094 set-buffer-major-mode-hook, not quail-activate-hook.
2095 (ucs-set-table-for-input): Renamed from ucs-quail-activate.
2096 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
2097 Setup keyboard-translate-table, not translation-table-for-input.
2098 Modify set-buffer-major-mode-hook, not quail-activate-hook.
2099 (ucs-fragment-8859): Don't use translation-table-for-input coding
2100 system property.
2101 (ucs-quail-activate): Deleted.
2102 (ucs-set-table-for-input): New.
2103 (ucs-minibuffer-setup): Use it.
2104
2105 * international/quail.el (quail-input-string-to-events):
2106 Use keyboard-translate-table, not translation-table-for-input.
2107
2108 * files.el (normal-mode): Call ucs-set-table-for-input.
2109
2110 * international/mule.el (set-buffer-file-coding-system):
2111 Call ucs-set-table-for-input.
2112
2113 2002-11-06 Richard M. Stallman <rms@gnu.org>
2114
2115 * replace.el (query-replace, query-replace-regexp): Doc fixes.
2116
2117 * emacs-lisp/bytecomp.el (byte-compile-lambda):
2118 Handle progn like let, inside interactive spec.
2119
2120 * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
2121 Initialize to a suitable sexp.
2122 (tex-view): Evaluate tex-dvi-view-command and use the value.
2123
2124 2002-11-06 Kenichi Handa <handa@m17n.org>
2125
2126 * international/mule.el (coding-system-eol-type-mnemonic):
2127 Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
2128
2129 2002-11-06 Kim F. Storm <storm@cua.dk>
2130
2131 * info.el (Info-fontify-node): Fixed hiding of *note references
2132 with embedded file names like (xxx.yyy).
2133 Avoid making any lines visibly longer if hiding newlines inside
2134 note references by wrapping line after references if it contained
2135 a newline (unfortunaly this makes more lines appear "shorter").
2136 Properly reindent multi-line menu entry descriptions.
2137
2138 2002-11-05 Juanma Barranquero <lektu@terra.es>
2139
2140 * language/cyrillic.el ("Bulgarian"): Fix typo.
2141
2142 * international/mule.el (coding-system-eol-type-mnemonic):
2143 Move from mule-util.el.
2144
2145 * international/mule-util.el (coding-system-eol-type-mnemonic):
2146 Move to mule.el.
2147
2148 2002-11-04 Juanma Barranquero <lektu@terra.es>
2149
2150 * files.el (find-buffer-visiting): Accept new optional PREDICATE
2151 argument to return only a buffer that satisfies the predicate.
2152 (insert-file-1): New function.
2153 (insert-file-literally): Use it.
2154 (insert-file): Use it.
2155
2156 2002-11-04 Robert Fenk <Robert.Fenk@gmx.de> (tiny change)
2157
2158 * desktop.el (desktop-relative-file-names): New variable.
2159 (desktop-save): Use it.
2160
2161 2002-11-03 Andre Spiegel <spiegel@gnu.org>
2162
2163 * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
2164 its current version in dired.el.
2165
2166 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
2167
2168 * emacs-lisp/autoload.el (generate-file-autoloads)
2169 (update-file-autoloads): Strip .gz and other such extensions.
2170 (update-autoloads-from-directories): Also consider compressed files.
2171
2172 * info.el (Info-streamline-headings): New var.
2173 (Info-dir-remove-duplicates): New fun.
2174 (Info-insert-dir): Use it. Simplify the code with push,mapc,dolist.
2175 (Info-select-node): Simplify handling of Info-header-line.
2176 (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
2177 (Info-mode): Set header-line-format once and for all.
2178 (Info-fontify-node): Accept bogus first line with `File:' missing.
2179 Only make first line invisible if Info-use-header-line.
2180 Don't use `intangible': it's evil. Use inhibit-read-only.
2181 (Info-follow-reference, Info-next-reference, Info-prev-reference)
2182 (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
2183 since we don't use intangible any more.
2184
2185 * image.el (insert-image): Don't make intangible since
2186 adjust_point_for_property should be sufficient by default.
2187
2188 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
2189
2190 * textmodes/fill.el (fill-paragraph-handle-comment): New var.
2191 (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
2192 (fill-paragraph): Use them.
2193
2194 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
2195 Use fill-comment-paragraph.
2196
2197 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
2198
2199 * bindings.el (mode-line-change-eol)
2200 (mode-line-eol-desc-cache, mode-line-eol-desc): New.
2201 (mode-line-mule-info): Use them for the EOL part of the modeline.
2202
2203 * server.el (server-sentinel): Kill buffers if applicable.
2204 (server-temp-file-p): Make arg optional.
2205 (server-done): Use it to simplify.
2206 (server-switch-buffer): If server-window is a function, use it.
2207
2208 * mail/undigest.el (rmail-digest-end-regexps): Simplify.
2209 (undigestify-rmail-message): Fix paren-bug and simplify.
2210
2211 2002-11-02 Kim F. Storm <storm@cua.dk>
2212
2213 * info.el (Info-hide-note-references): nil value now does no
2214 reformatting at all. New choice 'tag reformats tag but shows
2215 the section reference.
2216 (Info-fontify-node): Use it.
2217
2218 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
2219
2220 * textmodes/tex-mode.el (tex-common-initialization):
2221 comment-start-skip shouldn't match on the next line.
2222
2223 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
2224 Don't bother making paragraph-start a superset of paragraph-separate.
2225 Use line-beginning-position.
2226
2227 * textmodes/sgml-mode.el (sgml-skip-tag-backward)
2228 (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
2229
2230 2002-11-01 Kim F. Storm <storm@cua.dk>
2231
2232 * info.el (Info-hide-note-references): New defcustom.
2233 (Info-fontify-node): Use it.
2234
2235 2002-10-31 Kim F. Storm <storm@cua.dk>
2236
2237 * shell.el (explicit-bash-args): Bash 1.x doesn't grok
2238 --noediting option; added run-time check to exclude it.
2239
2240 * info.el (Info-follow-reference, Info-next-reference)
2241 (Info-prev-reference, Info-try-follow-nearest-node):
2242 Bind inhibit-point-motion-hooks to t while parsing reference.
2243 (Info-fontify-node): When font-lock-mode is enabled, display
2244 "*note" and "* menu" references in a more user friendly format.
2245
2246 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
2247
2248 * textmodes/fill.el (fill-move-to-break-point): Skip white space
2249 _before_ checking to see if we're hitting the margin.
2250 (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
2251 it's now done by the C primitives. Don't use narrowing.
2252 Reorganize the line-breaking part of the code to simplify the control
2253 flow and make it work in the absence of narrowing.
2254 (fill-region): Don't use narrowing.
2255
2256 2002-10-30 Dave Love <fx@gnu.org>
2257
2258 * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
2259 (po-find-charset): Doc fix. Remove interactive spec.
2260 (po): Provide.
2261 (po-find-file-coding-system-guts): Re-written to use
2262 coding-system-alist, and code-pages, not codepage stuff.
2263
2264 * term/x-win.el: Remove some ancient compatibility code.
2265 Populate x-keysym-table.
2266
2267 2002-10-30 Andreas Schwab <schwab@suse.de>
2268
2269 * subr.el (replace-regexp-in-string): Doc fix.
2270
2271 2002-10-29 Dave Love <fx@gnu.org>
2272
2273 * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
2274
2275 * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
2276
2277 * international/mule-conf.el: Doc fixes.
2278
2279 2002-10-29 Richard M. Stallman <rms@gnu.org>
2280
2281 * server.el (server-switch-buffer): Say when no server buffers remain.
2282
2283 * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
2284
2285 2002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
2286
2287 * progmodes/make-mode.el (makefile-warn-continuations):
2288 Call re-search-forward with NOERROR t.
2289
2290 2002-10-29 Kim F. Storm <storm@cua.dk>
2291
2292 * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
2293 incomplete list of matches to be returned.
2294
2295 2002-10-29 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
2296
2297 * textmodes/texinfo.el (texinfo-environments): Add environment;
2298 copying, documentdescription, ifplaintext, ifnotplaintext, and
2299 verbatim.
2300
2301 * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
2302 (ifplaintext, ifnotplaintext)
2303 (afourpaper, afivepaper, afourlatex, afourwide)
2304 (documentlanguage, documentencoding): New aliases.
2305
2306 2002-10-29 John Paul Wallington <jpw@shootybangbang.com>
2307
2308 * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
2309 up filter groups menu. Preserve point unless a menu command has
2310 moved it from point clicked.
2311
2312 2002-10-29 David Kastrup <dak@lola.goethe.zz>
2313
2314 * calc/calc.el (calc-any-evaltos): Initialize to nil, since
2315 calc-refresh-evaltos appears to need this.
2316
2317 2002-10-28 Dave Love <fx@gnu.org>
2318
2319 * international/mule-diag.el (non-iso-charset-alist): Move to
2320 avoid compilation warning.
2321 (mule-diag): Provide.
2322
2323 * international/code-pages.el (cp-make-coding-system):
2324 Use utf-translation-table-for-decode, not
2325 utf-8-translation-table-for-decode.
2326 (mule-diag): Require.
2327
2328 * language/thai-util.el (thai-composition-function): Don't use prog1.
2329
2330 * language/lao-util.el (lao-composition-function): Don't use prog1.
2331
2332 * language/european.el (diacritic-composition-function):
2333 Modify confused prog1 form.
2334
2335 * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
2336 (quail-keyboard-layout): Customize.
2337 Move after quail-keyboard-layout-alist.
2338
2339 2002-10-28 Miles Bader <miles@gnu.org>
2340
2341 * progmodes/make-mode.el (makefile-warn-continuations):
2342 Don't barf when there _aren't_ any suspicious continuations.
2343
2344 2002-10-28 Matthew Swift <swift@alum.mit.edu>
2345
2346 * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
2347
2348 2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
2349
2350 * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
2351
2352 2002-10-27 Andreas Schwab <schwab@suse.de>
2353
2354 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
2355 end-of-comment syntax.
2356
2357 2002-10-27 Kim F. Storm <storm@cua.dk>
2358
2359 * ido.el (ido-cannot-complete-command): New defcustom, default to
2360 ido-completion-help (similar to iswitchb-cannot-complete-hook).
2361 (ido-complete): Call value of ido-cannot-complete-command rather
2362 than ido-completion-help when no common completion.
2363
2364 2002-10-27 Dave Love <fx@gnu.org>
2365
2366 * international/code-pages.el (iso-8859-11): New.
2367
2368 2002-10-27 Kim F. Storm <storm@cua.dk>
2369
2370 * pcvs.el (cvs-checkout): Use read-directory-name.
2371 (cvs-query-directory): Likewise.
2372
2373 2002-10-26 Richard M. Stallman <rms@gnu.org>
2374
2375 * progmodes/make-mode.el (makefile-cleanup-continuations):
2376 Default for variable is nil.
2377 (makefile-warn-continuations): New function.
2378 (makefile-mode): Put it on write-file-functions.
2379
2380 * international/mule-cmds.el (select-safe-coding-system):
2381 Delete debugging setq.
2382
2383 * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
2384 after looking in ~.
2385
2386 * startup.el (command-line): Look for .emacs under ~/.emacs.d
2387 after looking in ~.
2388
2389 * simple.el (toggle-truncate-lines): When turning off truncation,
2390 clear out the hscroll value in this buffer's windows.
2391
2392 * simple.el (display-message-or-buffer): Don't display empty
2393 output in the echo area.
2394
2395 * man.el (Man-default-man-entry): Don't look for all word chars,
2396 look only for characters that are normally part of a shell command.
2397
2398 * gud.el (gdb): Pass default-directory to GDB via -cd option.
2399
2400 * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
2401
2402 * find-file.el (ff-find-related-file): Fix autoload cookie.
2403
2404 * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
2405 risky-local-variable-p.
2406
2407 * files.el (risky-local-variable-p): VAL=nil has special meaning.
2408
2409 * Makefile.in (compile-always): Avoid error in old Bash versions.
2410
2411 2002-10-26 John Paul Wallington <jpw@shootybangbang.com>
2412
2413 * textmodes/picture.el (picture-mouse-set-point): New command.
2414 (picture-mode-map): Bind it.
2415 (picture-motion-reverse): Doc fix.
2416
2417 2002-10-25 Stefan Monnier <monnier@cs.yale.edu>
2418
2419 * textmodes/outline.el (outline-next-heading): Make sure the match-data
2420 is really correct where returning.
2421
2422 2002-10-24 Matthew Swift <swift@alum.mit.edu>
2423
2424 * textmodes/outline.el (outline-minor-mode): Add customization group.
2425
2426 2002-10-23 Richard M. Stallman <rms@gnu.org>
2427
2428 * files.el (risky-local-variable-p): New arg VAL.
2429 (compile-command): Use `stringp' for `safe-local-variable' prop.
2430 (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
2431
2432 2002-10-23 Francis J. Wright <F.J.Wright@qmul.ac.uk>
2433
2434 * woman.el (woman-version): Update to 0.551 (beta).
2435 (woman-parse-colon-path): Add support for current Cygwin mount
2436 conventions.
2437 (woman-Cyg-to-Win): New function to convert absolute filename from
2438 Cygwin to Windows form by executing external program cygpath if
2439 possible.
2440 (woman-man.conf-path): Update default to current common locations
2441 and to support Cygwin; update documentation.
2442 (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
2443 match possible names of man.conf file; tidy code and documentation.
2444 (woman-manpath): Simplify default and documentation; essentially
2445 move code that was here into `woman-parse-colon-path'.
2446 (woman-default-indent): Change Linux to GNU in documentation.
2447 (woman-addition-face): Make documentation consistent with other
2448 WoMan faces.
2449 (woman-emulate-tbl): New variable, determines whether tbl
2450 emulation is required.
2451 (woman-decode-region): Add check for preprocessor requests.
2452 (woman0-process-escapes, woman-special-characters)
2453 (woman-get-next-char, woman-parse-numeric-value): Add support for
2454 long groff names of the form [xxx].
2455 (woman-strings, woman-change-fonts): Now call `woman-match-name'.
2456 (woman2-PD, woman2-na): Doc fix.
2457 (woman-match-name): New function.
2458 (woman2-TS): New function.
2459 (woman2-TE): New alias for `woman2-fi'.
2460
2461 2002-10-23 Kim F. Storm <storm@cua.dk>
2462
2463 * ido.el (ido-restrict-to-matches): New command.
2464 (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
2465
2466 2002-10-22 Bob Halley <halley@play-bow.org> (tiny change)
2467
2468 * eshell/esh-io.el (eshell-set-output-handle): Fix so that
2469 multiple redirection can work.
2470
2471 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
2472
2473 * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
2474 Don't hardcode point-min == 1.
2475
2476 * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
2477 (hexl-mode, hexl-current-address, hexl-address-to-marker)
2478 (hexl-insert-char): Don't hardcode point-min == 1.
2479 (hexl-isearch-search-function): New fun.
2480 (hexl-mode-old-isearch-search-fun-function): New var.
2481 (hexl-mode): Use them.
2482 (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
2483 Use write-contents-functions rather then write-contents-hooks.
2484
2485 * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
2486 (paragraph-indent-text-mode-abbrev-table)
2487 (paragraph-indent-text-mode-syntax-table): Remove.
2488 (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
2489
2490 2002-10-21 Juanma Barranquero <lektu@terra.es>
2491
2492 * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
2493 from Emacs 21. Arg DIR renamed to DIRECTORY for consistency.
2494
2495 2002-10-20 Andreas Schwab <schwab@suse.de>
2496
2497 * apropos.el (apropos-group): Use customize-group-other-window.
2498
2499 2002-10-18 Stefan Monnier <monnier@rum.cs.yale.edu>
2500
2501 * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
2502 to just "/" instead of "/ p".
2503 (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
2504
2505 2002-10-18 Juanma Barranquero <lektu@terra.es>
2506
2507 * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
2508 ELSE expression on IF.
2509
2510 2002-10-17 Juanma Barranquero <lektu@terra.es>
2511
2512 * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
2513
2514 * subr.el (remq): Likewise.
2515
2516 * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
2517
2518 * vc-hooks.el (vc-insert-file): Likewise.
2519
2520 * vcursor.el (vcursor-other-window): Likewise.
2521
2522 * wid-edit.el (widget-choose): Likewise.
2523
2524 * calendar/diary-lib.el (diary-name-pattern): Likewise.
2525
2526 * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
2527
2528 * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
2529
2530 * emulation/edt-mapper.el (top-level): Likewise.
2531
2532 * eshell/esh-var.el (eshell/define): Likewise.
2533
2534 * mail/feedmail.el (feedmail-nuke-body-in-fcc)
2535 (feedmail-queue-draft-directory): Likewise.
2536
2537 * net/netrc.el (netrc-parse): Likewise.
2538
2539 * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
2540
2541 * progmodes/ebrowse.el (ebrowse-ts)
2542 (ebrowse-view/find-file-and-search-pattern)
2543 (ebrowse-draw-file-member-info): Likewise.
2544
2545 * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
2546
2547 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
2548
2549 * progmodes/sh-script.el (sh-indent-for-then): Likewise.
2550
2551 * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
2552
2553 * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
2554
2555 2002-10-17 Dave Love <fx@gnu.org>
2556
2557 * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
2558
2559 * international/code-pages.el (cp-make-translation-table): Use
2560 ucs-mule-to-mule-unicode.
2561 (cp-fix-safe-chars): Fix typo.
2562 (non-iso-charset-alist): Don't define.
2563 (cp-make-coding-system): Use utf-8-translation-table-for-decode.
2564 Define translation-table-for-input.
2565 (cp866): Reinstate.
2566 (alternativnj): Don't define alias.
2567 (koi8-u): Deleted.
2568
2569 * language/european.el ("Slovenian"): Use slovenian input-method.
2570 (encode-mac-roman): Use ucs-mule-to-mule-unicode.
2571
2572 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
2573 the table.
2574 (cyrillic-alternativnyj): Don't give it `mime-charset' property.
2575 (cp866): Delete this alias.
2576 ("Bulgarian"): Fix the value of `input-method'.
2577
2578 2002-10-16 Luc Teirlinck <teirllm@mail.auburn.edu>
2579
2580 * dired-aux.el (dired-add-entry): Put point in correct position
2581 before inserting marker char.
2582
2583 2002-10-16 Andreas Schwab <schwab@suse.de>
2584
2585 * dired.el (dired-readin-insert): Expand dired-directory.
2586
2587 * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
2588
2589 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
2590
2591 * textmodes/reftex-vars.el: Move reftex-set-dirty here from
2592 reftex.el. Move the provide call to end of file.
2593
2594 * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
2595
2596 2002-10-15 Dave Love <fx@gnu.org>
2597
2598 * man.el (Man-getpage-in-background): Set width in environment.
2599
2600 2002-10-15 Kenichi Handa <handa@m17n.org>
2601
2602 * mail/sendmail.el (sendmail-send-it): Call
2603 select-message-coding-system before changing the current bufer to
2604 " sendmail temp".
2605
2606 2002-10-14 Andre Spiegel <spiegel@gnu.org>
2607
2608 * files.el (insert-directory): Handle //SUBDIRED// lines in
2609 recursive listings from ls --dired.
2610
2611 * vc.el (vc-dired-reformat-line): Simplified. Handles text
2612 properties correctly now.
2613
2614 2002-10-14 Juanma Barranquero <lektu@terra.es>
2615
2616 * international/mule.el (set-selection-coding-system): Fix spacing.
2617
2618 2002-10-13 Richard M. Stallman <rms@gnu.org>
2619
2620 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2621 Treat `ignore' specially--prevent warnings about functions
2622 called for effect, in its args.
2623 Don't warn when `pop' is used for effect.
2624
2625 * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
2626
2627 * uniquify.el (uniquify-get-proposed-name):
2628 Don't use directory-sep-char.
2629
2630 * thingatpt.el (read-from-whole-string): Add call to `ignore'.
2631
2632 * find-file.el (ff-related-file-alist): New alias.
2633 (ff-find-related-file): New alias.
2634
2635 2002-10-13 Andreas Schwab <schwab@suse.de>
2636
2637 * dired.el (dired-insert-directory): When looking for existing
2638 indentation, goto OPOINT instead of beginning of buffer.
2639
2640 2002-10-12 Stefan Monnier <monnier@cs.yale.edu>
2641
2642 * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
2643
2644 2002-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
2645
2646 * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
2647
2648 * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
2649
2650 * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
2651 frame from frame of selected window.
2652 (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
2653 changing selected windows.
2654 (ediff-setup-control-frame): Make sure auto-rase is properly set for
2655 the control frame.
2656
2657 2002-10-10 Simon Josefsson <jas@extundo.com>
2658
2659 * browse-url.el (browse-url-mozilla): Doc fix.
2660
2661 2002-10-10 Steve Youngs <youngs@xemacs.org>
2662
2663 * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
2664 (browse-url-mozilla): Use it.
2665
2666 2002-10-11 Miles Bader <miles@gnu.org>
2667
2668 * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
2669 files contains an invalid timestamp.
2670
2671 2002-10-11 Simon Josefsson <jas@extundo.com>
2672
2673 * mail/sendmail.el (mail-envelope-from): New option `header' to
2674 use RFC 2822 From: header as the envelope address.
2675 (mail-envelope-from): New function, this should be used instead of
2676 looking at the `mail-envelope-from' variable.
2677 (sendmail-send-it): Use it.
2678
2679 * mail/smtpmail.el (smtpmail-via-smtp): Use it.
2680
2681 2002-10-11 Andre Spiegel <spiegel@gnu.org>
2682
2683 * dired.el (dired-insert-directory): Fix check for indentation
2684 from ls --dired.
2685
2686 * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
2687 properties from the reformatted line.
2688
2689 2002-10-10 Stefan Monnier <monnier@cs.yale.edu>
2690
2691 * textmodes/paragraphs.el (forward-paragraph): Keep track of
2692 remaining paragraphs to skip more carefully.
2693
2694 * add-log.el (add-change-log-entry): Don't call find-file at all
2695 if we're already in the proper buffer.
2696 (change-log-resolve-conflict): New fun.
2697 (change-log-mode): Use it and use define-derived-mode.
2698 (change-log-merge): Allow other-log to be a buffer.
2699 Don't add a \n if there are already enough \n's.
2700
2701 * finder-inf.el, subdirs.el, cus-load.el: Remove.
2702
2703 * finder.el ("finder-inf"): Don't fail if the file is absent.
2704
2705 * cus-dep.el (custom-make-dependencies): Don't use find-file.
2706 Use feature names rather than file names if applicable.
2707
2708 * cus-edit.el (customize-mode): New command.
2709
2710 * custom.el (custom-group-of-mode): New fun.
2711 (custom-load-symbol): Don't use preloaded-file-list now that
2712 load-history is always complete. Don't look up the expanded file
2713 name in load-history (looked like an XEmacsism).
2714
2715 * smerge-mode.el (smerge-ediff): Autoload.
2716 (smerge-match-conflict): Don't assume as much about smerge-begin-re.
2717 (smerge-resolve-function): New var.
2718 (smerge-resolve): New command.
2719 (smerge-basic-map): Bind it.
2720
2721 2002-10-10 Andre Spiegel <spiegel@gnu.org>
2722
2723 * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
2724 CVS/Entries, rather than comparing it textually.
2725
2726 2002-10-10 Markus Rost <rost@math.ohio-state.edu>
2727
2728 * international/encoded-kb.el: Add `provide' call.
2729
2730 2002-10-09 David Kastrup <David.Kastrup@t-online.de>
2731
2732 * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
2733 ln(-1) should be i*pi, not pi.
2734
2735 2002-10-09 Markus Rost <rost@math.ohio-state.edu>
2736
2737 * vc-cvs.el (vc-cvs-registered): In the autoload version use load
2738 instead of require to avoid loops when loaddefs.el is loaded after
2739 vc-cvs.el.
2740
2741 * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
2742 (Custom-reset-saved): Don't test for saved-value.
2743
2744 2002-10-08 Stefan Monnier <monnier@cs.yale.edu>
2745
2746 * vc.el (vc-find-version): Use the new backend op `find-version'.
2747 (vc-default-find-version): Provide the new backend op `find-version'
2748 in terms of the old `checkout' op.
2749
2750 * vc-rcs.el (vc-rcs-find-version): New fun.
2751 (vc-rcs-checkout): Remove `workfile' arg and simplify.
2752
2753 * vc-sccs.el (vc-sccs-find-version): New fun.
2754 (vc-sccs-checkout): Remove `workfile' arg and simplify.
2755
2756 * vc-cvs.el (vc-cvs-find-version): New fun.
2757
2758 2002-10-08 John Paul Wallington <jpw@shootybangbang.com>
2759
2760 * info.el (Info-next-menu-item, Info-last-menu-item)
2761 (info-emacs-manual): Add docstrings.
2762 (Info-index): Use `string-to-number' instead of `string-to-int'.
2763
2764 2002-10-08 Kenichi Handa <handa@m17n.org>
2765
2766 * international/ucs-tables.el (ucs-translation-table-for-decode):
2767 Define it as a translation-table.
2768
2769 2002-10-07 Richard M. Stallman <rms@gnu.org>
2770
2771 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2772
2773 * progmodes/compile.el (grep-compute-defaults): Set the standard-value
2774 properties of the variables being initialized.
2775
2776 * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
2777
2778 2002-10-07 Kim F. Storm <storm@cua.dk>
2779
2780 * emulation/cua-base.el (cua-normal-cursor-color):
2781 Fixed initialization to make "Erase Customization" work.
2782
2783 2002-10-07 Stefan Monnier <monnier@cs.yale.edu>
2784
2785 * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
2786 in case some other package redefined it.
2787 (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
2788
2789 * textmodes/fill.el (fill-paragraph): Go to BOL before calling
2790 forward-paragraph to make sure its return value is meaningful.
2791
2792 2002-10-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2793
2794 * net/tramp.el: Version 2.0.25 released.
2795 (tramp-handle-file-truename): If it's a directory,
2796 append slash only if result doesn't end in a slash already.
2797 (tramp-handle-file-truename): Restructure logic. If list of steps
2798 is nil, return "/" as the real name.
2799 (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
2800 `match-string' doesn't make sense. From Michael Albinus.
2801 (tramp-host-with-port-regexp): New defcustom. Equal to previous
2802 `tramp-host-regexp'. From Michael Albinus.
2803 (tramp-host-regexp): Taken off hashes in host names. Otherwise,
2804 scanning files like .rhosts would take comments as host names.
2805 From Michael Albinus.
2806 (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
2807 Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
2808 From Michael Albinus.
2809 (tramp-action-terminal): New function.
2810 (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
2811 (tramp-actions-before-shell): Use them.
2812 (tramp-handle-shell-command): Logic error. From Ivan
2813 Zakharyaschev <imz@altlinux.org>.
2814
2815 2002-10-06 Markus Holmberg <markush@acc.umu.se> (tiny change)
2816
2817 * thingatpt.el (thing-at-point-uri-schemes): New variable.
2818 (thing-at-point-url-regexp): Use it.
2819
2820 2002-10-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2821
2822 * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
2823 loops.
2824
2825 2002-10-05 Stefan Monnier <monnier@cs.yale.edu>
2826
2827 * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
2828 (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
2829 (vc-print-log): Don't check log-view-mode.
2830 (vc-default-show-log-entry): Don't check log-view-goto-rev.
2831 (vc-log-mode): Remove.
2832 (vc-log-edit): Don't check log-edit.
2833
2834 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
2835
2836 * vc-cvs.el (vc-cvs-show-log-entry):
2837 * vc-rcs.el (vc-rcs-show-log-entry): Delete.
2838
2839 * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
2840
2841 2002-10-04 Markus Rost <rost@math.ohio-state.edu>
2842
2843 * vc.el (vc-default-show-log-entry): Fix typo.
2844
2845 2002-10-04 Steven Tamm <steventamm@mac.com>
2846
2847 * term/mac-win.el: Add lines to handle the new [return] event.
2848
2849 2002-10-03 Stefan Monnier <monnier@cs.yale.edu>
2850
2851 * textmodes/fill.el (fill-paragraph): Give up if there's no
2852 paragraph at or after point.
2853
2854 * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
2855
2856 * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
2857 (vc-default-show-log-entry): New fun.
2858
2859 * subr.el (read-key-auxiliary-map, read-key): Remove.
2860 (read-quoted-char): Undo the `read-key' change of 2002-06-23.
2861
2862 2002-10-03 Markus Rost <rost@math.ohio-state.edu>
2863
2864 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
2865 menu pseudo-keys generated by easymenu which are lowercase in
2866 Emacs 21.4.
2867
2868 * progmodes/ada-xref.el
2869 (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
2870
2871 2002-10-03 John Paul Wallington <jpw@shootybangbang.com>
2872
2873 * frame.el (delete-frame-hook): Variable alias for
2874 `delete-frame-functions'. Mark obsolete.
2875
2876 2002-10-02 Stefan Monnier <monnier@cs.yale.edu>
2877
2878 * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
2879 (outline-5, outline-6, outline-7, outline-8): New faces.
2880 (outline-font-lock-faces, outline-font-lock-levels): New vars.
2881 (outline-font-lock-face): New fun.
2882 (outline-font-lock-keywords): Use it.
2883 (outline-font-lock-level): Remove.
2884 (outline-mode, outline-next-preface, outline-next-heading)
2885 (outline-previous-heading, outline-next-visible-heading):
2886 Use shy group.
2887 (outline-level) <var>: Update calling convention.
2888 (outline-level) <fun>: Take advantage of it.
2889 (outline-demote): Don't assume the match-data is still uptodate.
2890 (outline-up-heading): Simplify and make sure the match data is
2891 properly set at the end.
2892
2893 2002-10-02 Markus Rost <rost@math.ohio-state.edu>
2894
2895 * progmodes/sh-script.el (sh-alias-alist): Use append instead of
2896 nconc.
2897
2898 * startup.el (normal-top-level): Reset standard-value property of
2899 `user-full-name' here.
2900
2901 2002-10-02 Per Abrahamsen <abraham@dina.kvl.dk>
2902
2903 * wid-edit.el (widget-default-get): Change to return external
2904 value.
2905 (widget-choice-action): Update caller.
2906 (widget-editable-list-entry-create): Update caller.
2907
2908 * wid-edit.el (widget-types-copy): New function.
2909 (default): Added :copy keyword.
2910 (menu-choice): Ditto.
2911 (checklist): Ditto.
2912 (radio-button-choice): Ditto.
2913 (editable-list): Ditto.
2914 (group): Ditto.
2915 (widget-copy): New function.
2916 (widget-create-child): Use it.
2917 (widget-create-child-value): Use it.
2918
2919 2002-10-01 Bill Wohler <wohler@newt.com>
2920
2921 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
2922 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
2923 mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
2924 mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
2925 toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
2926 toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
2927 toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
2928 toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
2929 Upgraded to mh-e version 6.1.1. Full ChangeLog available in
2930 http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
2931 There were no user-visible changes in 6.1.1 from 6.1--only the
2932 section of the Makefile that installs the files into Emacs was changed.
2933
2934 2002-10-01 Stefan Monnier <monnier@cs.yale.edu>
2935
2936 * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
2937 works when font-lock is turned off.
2938
2939 * jit-lock.el (jit-lock-fontify-now): Don't widen.
2940 Let the jit-lock-functions do it if they want to.
2941
2942 2002-10-01 Juanma Barranquero <lektu@terra.es>
2943
2944 * eshell/esh-module.el (eshell-load-defgroups):
2945 Add "no-byte-compile: t" to subdirs.el.
2946
2947 * makefile.w32-in (update-subdirs-CMD): Likewise.
2948
2949 * forms-d2.el:
2950 * forms-pass.el:
2951 * generic-x.el:
2952 * patcomp.el:
2953 * paths.el:
2954 * version.el:
2955 * international/mule-conf.el:
2956 * language/czech.el:
2957 * language/devanagari.el:
2958 * language/english.el:
2959 * language/georgian.el:
2960 * language/greek.el:
2961 * language/hebrew.el:
2962 * language/japanese.el:
2963 * language/korean.el:
2964 * language/lao.el:
2965 * language/misc-lang.el:
2966 * language/romanian.el:
2967 * language/slovak.el:
2968 * language/thai.el:
2969 * language/utf-8-lang.el:
2970 * emacs-lisp/cl-specs.el:
2971 * eshell/esh-maint.el:
2972 * mail/blessmail.el:
2973 * play/bruce.el:
2974 * term/apollo.el:
2975 * term/AT386.el:
2976 * term/bobcat.el:
2977 * term/internal.el:
2978 * term/iris-ansi.el:
2979 * term/keyswap.el:
2980 * term/linux.el:
2981 * term/lk201.el:
2982 * term/news.el:
2983 * term/vt102.el:
2984 * term/vt125.el:
2985 * term/vt200.el:
2986 * term/vt201.el:
2987 * term/vt220.el:
2988 * term/vt240.el:
2989 * term/vt300.el:
2990 * term/vt320.el:
2991 * term/vt400.el:
2992 * term/vt420.el:
2993 * term/wyse50.el: Add "no-byte-compile: t" in first line.
2994
2995 2002-10-01 Kenichi Handa <handa@m17n.org>
2996
2997 * international/utf-16.el: Don't provide utf-16.
2998
2999 * international/utf-8.el (ccl-decode-mule-utf-8):
3000 Remove unnecessary line.
3001
3002 2002-09-30 Kenichi Handa <handa@m17n.org>
3003
3004 * language/thai.el (thai-tis620): Add `mime-charset' property.
3005
3006 * language/indian.el: Don't register "ISO10646.*-1" in
3007 font-ccl-encoder-alist.
3008
3009 * language/cyrillic.el (ccl-decode-koi8): Refer to
3010 ucs-translation-table-for-decode.
3011 (ccl-decode-koi8-u): Likewise.
3012 (ccl-decode-alternativnyj): Likewise.
3013 (cyrillic-koi8): Put `dependency' property.
3014 (koi8-u): Likewise.
3015 (cyrillic-alternativnyj): Likewise.
3016
3017 * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
3018 this translation-table name here.
3019 (utf-translation-table-for-encode): New translation-table name.
3020 (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
3021 (utf-defragmentation-table): New variable.
3022 (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
3023 (utf-subst-table-for-encode): New translation-table name.
3024 (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
3025 (utf-subst-table-for-decode): New translation-table name.
3026 (utf-fragment-on-decoding): Renamed from
3027 utf-8-fragment-on-decoding. Correctly handle the case that
3028 unify-8859-on-encoding-mode is off. Handle mule-utf-16-le and
3029 mule-utf-16-be too.
3030 (utf-translate-cjk): Renamed from utf-8-translate-cjk.
3031 Handle mule-utf-16-le and mule-utf-16-be too.
3032 (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
3033 and utf-subst-table-for-decode.
3034 (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
3035 and utf-subst-table-for-encode.
3036 (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
3037
3038 * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
3039 ucs-mule-cjk-to-unicode, not utf-8-subst-table and
3040 utf-8-subst-rev-table.
3041
3042 * international/utf-16.el (utf-16-decode-ucs): Look up
3043 utf-subst-table-for-decode. Fix for the case that the looking up
3044 succeeds.
3045 (ccl-decode-mule-utf-16-le): Translate characters by
3046 utf-translation-table-for-decode.
3047 (ccl-decode-mule-utf-16-be): Likewise.
3048 (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
3049 at first. Translate characters by utf-translation-table-for-encode.
3050 (ccl-encode-mule-utf-16-be): Likewise.
3051 (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
3052
3053 * loadup.el: Preload international/utf-16. Don't call ucs-unify-8859.
3054
3055 * international/ucs-tables.el: Don't bind
3056 utf-8-translation-table-for-decode while setting up
3057 ucs-mule-8859-to-ucs-table, etc. Add `depenency' property to
3058 iso-8859-* coding systems.
3059 (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
3060 If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
3061 populate the translation table named
3062 ucs-translation-table-for-decode. If FOR-ENCODE is non-nil, make
3063 ucs-mule-to-mule-unicode populates the translation table named
3064 utf-translation-table-for-encode. Call register-char-codings for
3065 mule-utf-16-be and mule-utf-16-le too.
3066 (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
3067 FOR-DECODE. If FOR-DECODE is non-nil, make the translation table
3068 named ucs-translation-table-for-decode vacant. If FOR-ENCODE is
3069 non-nil, make a proper char-table populates the translation table
3070 name utf-translation-table-for-encode. Call register-char-codings
3071 for all mule-utf-* to to reset their status to the origianl.
3072 (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
3073 ucs-fragment-8859 with fixed arguments. Set the version to 21.3.
3074 (unify-8859-on-decoding-mode): Likewise. Remove dependency.
3075 (ccl-encode-unicode-font): Delete.
3076 (ucs-tables-unload-hook): Delete.
3077
3078 * international/mule.el (decode-char): Refer to the translation
3079 hash table named utf-subst-table-for-decode. Refer to the
3080 translation table named utf-translation-table-for-decode instead
3081 of utf-8-translation-table-for-decode.
3082 (encode-char): Refer to the translation hash table named
3083 utf-subst-table-for-encode. Refer to the translation table named
3084 utf-translation-table-for-encode instead of
3085 utf-8-translation-table-for-encode.
3086
3087 * international/mule-diag.el (describe-coding-system):
3088 Describe `dependency' property.
3089
3090 * international/mule-conf.el (emacs-mule): Add property `composition'.
3091
3092 * international/fontset.el (ucs-mule-to-mule-unicode): Define this
3093 translation table name here.
3094 (ucs-mule-cjk-to-unicode): New translation table name.
3095 (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
3096 (font-ccl-encoder-alist): Change the font registry pattern to
3097 "ISO10646.*-*".
3098
3099 2002-09-30 Colin Walters <walters@gnu.org>
3100
3101 * calc/calc-stuff.el (calc-flush-caches): Add optional arg
3102 `inhibit-msg'.
3103
3104 * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
3105 `executing-kbd-macro' and `defining-kbd-macro'.
3106
3107 * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
3108 Call `calc-flush-caches' with inhibit-msg arg.
3109 (calc-change-mode): Remove extra arg for `calc-save-modes'.
3110
3111 * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
3112 Don't bind `executing-kbd-macro'.
3113
3114 2002-09-29 Noah Friedman <friedman@splode.com>
3115
3116 * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
3117
3118 2002-09-29 Richard M. Stallman <rms@gnu.org>
3119
3120 * startup.el (user-mail-address): Initialize to a useful value
3121 once Emacs is started up; initialize to "" at loadup time.
3122 (command-line): "", not nil, means user-mail-address not set yet.
3123
3124 2002-09-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3125
3126 * net/tramp.el: Version 2.0.24 released.
3127 (tramp-methods, tramp-completion-function-alist):
3128 Rename "*-old" methods to "*_old". From Michael Albinus.
3129 (tramp-completion-function-alist):
3130 Use `tramp-completion-function-alist-ssh' for the "fcp" method.
3131 From Michael Albinus.
3132 (tramp-default-method-alist): Use "su" for "root@localhost".
3133 (tramp-host-regexp): Allow "#" for "host#port" kludge.
3134 (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
3135 default method. Require additional args USER and HOST for this.
3136 Callers changed.
3137 (tramp-handle-file-local-copy): More local bindings. Bind results
3138 of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
3139 "are you awake" problem.
3140 (tramp-action-password): Protect against clobbered match data.
3141 (tramp-open-connection-setup-interactive-shell): Explicitly set
3142 tramp-last-cmd-time before invoking tramp-send-command the first
3143 time. Otherwise, tramp-send-command would issue "echo are you
3144 awake" right at the first time, which is not what we want.
3145 Reported by Douglas Gray Stephens.
3146 (tramp-find-inline-encoding): Don't redirect stdout to
3147 /dev/null to avoid "chmode go-rwx" operation from "mimencode
3148 >/dev/null" as root(!), and to check the output of the decoding
3149 command.
3150 (tramp-maybe-open-connection): Don't send "are you awake" if
3151 process has died.
3152
3153 2002-09-29 Colin Walters <walters@gnu.org>
3154
3155 * calc/calc.el (calc-dispatch-map): Actually set to keymap.
3156
3157 2002-09-29 Mike Williams <mdub@bigfoot.com>
3158
3159 * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
3160
3161 2002-09-29 Richard M. Stallman <rms@gnu.org>
3162
3163 * custom.el (defcustom): Doc fix.
3164
3165 2002-09-28 Richard M. Stallman <rms@gnu.org>
3166
3167 * loadhist.el (unload-feature): When undefining a variable,
3168 delete its buffer-local bindings.
3169
3170 2002-09-28 Luc Teirlinck <teirllm@mail.auburn.edu>
3171
3172 * subr.el (remove-yank-excluded-properties): Fix bugs in
3173 handling of category properties.
3174
3175 2002-09-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3176
3177 * ps-print.el (ps-print-emacs-type): Error if ps-print is
3178 activated in Epoch, inLucid or in Emacs v19 or lesser.
3179 Value can no longer be `lucid'.
3180 (ps-print-version): New version number (6.5.8).
3181 (faces): Never do (require 'faces).
3182
3183 2002-09-28 Simon Josefsson <jas@extundo.com>
3184
3185 * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
3186 streams that were opened using starttls.
3187
3188 2002-09-28 Paul Reilly <pmr@pajato.com>
3189
3190 * files.el (auto-mode-alist): Add support for Java Enterprise
3191 ARchive (ear/EAR) and Web ARchive (war/WAR) files.
3192
3193 2002-09-28 John Paul Wallington <jpw@shootybangbang.com>
3194
3195 * progmodes/m4-mode.el (m4-font-lock-keywords)
3196 (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
3197 (m4-m4-region): Doc fixes.
3198
3199 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>
3200
3201 * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
3202 (cl-push, cl-pop): Remove.
3203 Use pop and push throughout the file instead.
3204 (cl-transform-lambda): Add usage info to docstring if the arglist
3205 is complex.
3206
3207 * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
3208 (autoload-print-form): Also quote open-[-in-column 0.
3209
3210 * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
3211 (help-split-fundoc): Don't support old syntax any more.
3212 (help-add-fundoc-usage): New fun.
3213
3214 * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
3215 Use pop and push throughout the file instead.
3216 (cl-hash-lookup): Remove.
3217 (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
3218 (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
3219
3220 * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
3221 Use pop and push throughout the file instead.
3222
3223 * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
3224 loading since the current keymaps might be all weird.
3225
3226 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
3227 to the name since they're added by mode-line-format already.
3228 (define-minor-mode): Run (,mode -1) when needed.
3229
3230 * tar-mode.el (tar-untar-buffer): Handle dir-entries.
3231 (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
3232 (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
3233 Don't hardcode 1 == point-min.
3234
3235 * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
3236
3237 * subr.el (read-key-auxiliary-map): New var.
3238 (read-key): Use it.
3239 (make-temp-file): Make the file have mode 600.
3240 (add-minor-mode): Don't add properties to the name since it's
3241 added by mode-line-format already.
3242 Be more careful with the mode-line-menu entry name.
3243
3244 * userlock.el (ask-user-about-supersession-threat): Don't abort
3245 when the user hits mouse-2.
3246
3247 * register.el (set-register): Use push.
3248 (point-to-register): Set kill-buffer-hook in this buffer.
3249 (register-swap-out): Use dolist.
3250 (kill-buffer-hook): Don't change globally.
3251
3252 * server.el (server-select-display): New function.
3253 (server-process-filter): Add support for `-display' and `-eval' args.
3254 (server-visit-files): Use save-current-buffer, push, and dolist.
3255 Add server-kill-buffer to kill-buffer-hook.
3256 (kill-buffer-hook): Don't modify globally.
3257 (server-switch-buffer): Be a bit more careful with multiple displays.
3258 (server-socket-name): Always use /tmp and non-qualified hostname.
3259
3260 * uniquify.el (uniquify-rationalize-file-buffer-names):
3261 Add to kill-buffer-hook for buffers with conflict.
3262 (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
3263 (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
3264 (kill-buffer-hook): Don't change globally.
3265
3266 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>.
3267
3268 * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
3269 (calc-stack-top, calc-always-load-extensions)
3270 (calc-line-numbering, calc-line-breaking, calc-display-just)
3271 (calc-display-origin, calc-number-radix, calc-leading-zeros)
3272 (calc-group-digits, calc-group-char, calc-point-char)
3273 (calc-frac-format, calc-prefer-frac, calc-hms-format)
3274 (calc-date-format, calc-float-format, calc-complex-format)
3275 (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
3276 (calc-display-strings, calc-matrix-just, calc-break-vectors)
3277 (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
3278 (calc-vector-brackets, calc-matrix-brackets, calc-language)
3279 (calc-language-option, calc-function-open, calc-function-open)
3280 (calc-function-close, calc-language-output-filter)
3281 (calc-language-input-filter, calc-radix-formatter)
3282 (calc-left-label, calc-right-label, calc-word-size)
3283 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
3284 (calc-display-raw, calc-internal-prec, calc-inverse-flag)
3285 (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
3286 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
3287 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
3288 (calc-window-height, calc-display-trail, calc-show-selections)
3289 (calc-use-selections, calc-assoc-selections)
3290 (calc-display-working-message, calc-auto-why, calc-timing)
3291 (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
3292 (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
3293 Make into real defvars.
3294 (calc-mode-var-list): Delete.
3295 (calc-mode-save-mode, calc-standard-date-formats)
3296 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
3297 (calc-user-parse-tables, calc-gnuplot-default-device)
3298 (calc-gnuplot-default-output, calc-gnuplot-print-device)
3299 (calc-gnuplot-print-output, calc-gnuplot-geometry)
3300 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
3301 (calc-invocation-macro, calc-show-banner): Make into defvars,
3302 taken from `calc-mode-var-list'.
3303 (calc-emacs-type-epoch, calc-emacs-type-19)
3304 (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
3305 (calc-version, calc-version-date, calc-trail-pointer)
3306 (calc-trail-overlay, calc-undo-list, calc-redo-list)
3307 (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
3308 (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
3309 (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
3310 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
3311 (calc-said-hello, calc-executing-macro, calc-any-selections)
3312 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
3313 (calc-display-dirty, calc-prepared-composition)
3314 (calc-selection-cache-default-entry, calc-embedded-info)
3315 (calc-embedded-active, calc-standalone-flag, var-EvalRules)
3316 (math-eval-rules-cache-tag, math-radix-explicit-format)
3317 (math-expr-function-mapping, math-expr-variable-mapping)
3318 (math-read-expr-quotes, math-working-step, math-working-step-2)
3319 (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
3320 defvars, from toplevel setq.
3321 (calc-mode-map): Set up keymap in more modern fashion.
3322 (calc-dispatch-map): Ditto.
3323 (calc-command-flags, calc-final-point-line)
3324 (calc-final-point-column): Defvar.
3325 (calc-do): Use `save-current-buffer' instead of `save-excursion'.
3326 (sel-mode): Defvar.
3327 (calc-any-evaltos): Ditto.
3328 (calc-buffer, calc-prev-char, calc-prev-prev-char)
3329 (calc-digit-value): Ditto.
3330 (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
3331 (math-sub-bignum): Bind `diff'.
3332 (calc-selection-cache-entry): Defvar.
3333 (calc-count-lines): Reference `pos' instead of `newpos'.
3334
3335 2002-09-27 Simon Josefsson <jas@extundo.com>
3336
3337 * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
3338
3339 2002-09-26 Richard M. Stallman <rms@gnu.org>
3340
3341 * mail/unrmail.el (unrmail): Do the work directly,
3342 without actually selecting the messages in the from file.
3343 (unrmail-unprune): New subroutine.
3344
3345 * files.el (backup-buffer): Bind local var MODES.
3346 Don't use renaming for a suid or sgid file.
3347 Use backup-buffer-copy to do copying.
3348 (backup-buffer-copy): New subroutine.
3349 Clear suid and sgid bits for the copy.
3350
3351 2002-09-26 Edward M. Reingold <reingold@emr.cs.iit.edu>
3352
3353 * calendar/solar.el (solar-equinoxes-solstices):
3354 Use time properly adjusted for DST in the result.
3355
3356 2002-09-26 Richard M. Stallman <rms@gnu.org>
3357
3358 * follow.el (follow-generic-filter): Simply bind deactivate-mark.
3359 Bind inhibit-read-only; don't mess with buffer-read-only.
3360
3361 * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
3362
3363 2002-09-26 Luc Teirlinck <teirllm@mail.auburn.edu>
3364
3365 * ielm.el (inferior-emacs-lisp-mode): Treat the header as
3366 output, if comint-use-prompt-regexp-instead-of-fields is nil.
3367
3368 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
3369
3370 * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
3371 instead of within `with-current-buffer'.
3372
3373 2002-09-26 Stephen Eglen <stephen@gnu.org>
3374
3375 * iswitchb.el (iswitchb-completions): Test that
3376 iswitchb-common-match-string is a string, before printing common
3377 completions.
3378
3379 2002-09-25 Stefan Monnier <monnier@cs.yale.edu>
3380
3381 * server.el: Use built-in network primitives.
3382 (server-program, server-previous-string): Remove.
3383 (server-previous-strings): New var.
3384 (server-socket-name): New var.
3385 (server-log): Minor change to the output format.
3386 (server-sentinel): Clean up global state when a client disconnects.
3387 (server-unquote-arg): New fun.
3388 (server-start): Use server-socket-name and make-network-process.
3389 (server-process-filter): Now talks to the clients directly.
3390 Normalize file name after unquoting and decoding.
3391 (server-buffer-done): Just close the connection.
3392 (server-switch-buffer): Handle the case where all windows are
3393 dedicated or minibuffers.
3394
3395 * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
3396 Don't bind them variables.
3397 (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
3398 (font-lock-after-unfontify-buffer): Check that the vars are bound.
3399 (font-lock-dont-widen): New var.
3400 (font-lock-default-fontify-region): Use it.
3401
3402 * emacs-lisp/find-func.el (find-library-name):
3403 Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
3404
3405 2002-09-25 Kenichi Handa <handa@etl.go.jp>
3406
3407 * international/mule-cmds.el (select-safe-coding-system):
3408 Handle safe but rejected default coding systems and unsafe default
3409 coding systems differently.
3410
3411 * international/mule-diag.el (list-character-sets): Use the buffer
3412 name "*Character Set List*", not "*Help*". List also indirectly
3413 supported character sets.
3414 (list-charset-chars): Use the buffer name "*Character List*", not
3415 "*Help*". Display the current charset name in the modeline.
3416 (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
3417 (sort-listed-character-sets): Don't alter the region showing
3418 indirectly supported charsets.
3419
3420 2002-09-24 Simon Josefsson <jas@extundo.com>
3421
3422 * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
3423 (mail-extract-address-components): Doc fix.
3424
3425 2002-09-24 Markus Rost <rost@math.ohio-state.edu>
3426
3427 * simple.el (edit-and-eval-command): Protect command-history.
3428 (repeat-complex-command): Protect command-history.
3429
3430 2002-09-24 Juanma Barranquero <lektu@terra.es>
3431
3432 * replace.el (occur-find-match): New function.
3433 (occur-next, occur-prev): Use it.
3434
3435 * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
3436 (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
3437 instead of 'occur and 'occur-point.
3438
3439 * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
3440 (eshell-poor-mans-grep): Remove references to `occur-buffer'.
3441
3442 2002-09-24 Stefan Monnier <monnier@cs.yale.edu>
3443
3444 * descr-text.el (describe-text-category): Use *Help*.
3445 Don't kill-buffer.
3446 (describe-text-properties, describe-char):
3447 Delay self-inspection test. Use *Help*.
3448 Use syntax-after. Use `pos' rather than (point).
3449 Distinguish the before/after part of a composition.
3450
3451 2002-09-23 Kenichi Handa <handa@etl.go.jp>
3452
3453 * international/quail.el (quail-completion): Be sure to scroll
3454 quail-completion-buf.
3455
3456 2002-09-23 Richard M. Stallman <rms@gnu.org>
3457
3458 * ielm.el (*1): Fix previous change.
3459
3460 2002-09-23 Juanma Barranquero <lektu@terra.es>
3461
3462 * net/tramp.el (tramp-unified-filenames): Autoload it.
3463
3464 2002-09-23 Michael Kifer <kifer@cs.stonybrook.edu>
3465
3466 * ediff-init.el (ediff-get-next-window): Bug fix.
3467
3468 2002-09-22 Oliver Scholz <alkibiades@gmx.de>
3469
3470 * play/gamegrid.el (gamegrid-face): New variable to emulate a
3471 buffer-local default face.
3472 (gamegrid-xbm): New variable; XBM image as a replacement for
3473 `gamegrid-xpm' on Emacsen compiled without XPM-support.
3474 (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
3475 of images to Emacs.
3476 (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
3477 convert XEmacs-type image descriptors.
3478 (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
3479 (gamegrid-make-image-from-vector): New function. Convert XEmacs'
3480 image descriptors.
3481 (gamegrid-display-type): Use Emacs' standard `display-.*-p'
3482 functions to check for display capabilities. Fix the recognition
3483 of image-support in Emacs 21 by this way.
3484 (gamegrid-hide-cursor): Removed.
3485 (gamegrid-setup-default-font): Ported the code from XEmacs to
3486 Emacs: create a new face and assign the variable `gamegrid-face'
3487 to it. Make sure that the face is not higher than the smallest
3488 image used by the game.
3489 (gamegrid-initialize-display): Use `(setq cursor-type nil)'
3490 instead of `gamegrid-hide-cursor'.
3491 (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
3492 image in the buffer, instead of applying a face. [This is because
3493 Emacs display-tables are not as capable as the display-tables in
3494 XEmacs. Maybe this function should be renamed to reflect the change?]
3495 (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
3496 the face held by `gamegrid-face' in an overlay over the whole
3497 buffer to emulate a buffer-local default-face.
3498
3499 2002-09-22 Markus Triska <triska@gmx.at> (iny change)
3500
3501 * play/doctor.el (doctor-doc): Add 2 question words.
3502 (doctor-getnoun): Parse and save the complete object phrase.
3503
3504 2002-09-22 Richard M. Stallman <rms@gnu.org>
3505
3506 * international/mule-cmds.el (select-safe-coding-system): Cope if
3507 default-coding-system gives nil which was then used in `min'.
3508
3509 * mail/sendmail.el (sendmail-send-it): If user's buffer
3510 is unibyte, make tembuf unibyte.
3511
3512 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
3513
3514 * net/tramp.el: Version 2.0.22 released.
3515 (tramp-parse-rhosts, tramp-parse-shosts)
3516 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
3517 `add-to-list' for performance reasons.
3518 (tramp-get-completion-user-host): Return `nil' in case both `user'
3519 and 'host' are empty (not necessarily `nil'.
3520 (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
3521 (tramp-user-regexp): " \t" are not user regexp characters.
3522 (tramp-completion-handle-file-name-all-completions):
3523 Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
3524 completely, and it returns local completions as well.
3525 (tramp-completion-function-alist-ftp): New constant.
3526 (tramp-completion-function-alist): Add completion function for "ftp".
3527 From Michael Albinus <Michael.Albinus@alcatel.de>.
3528
3529 2002-09-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3530
3531 * net/tramp.el: Version 2.0.21 released.
3532 (tramp-handle-file-newer-than-file-p): If mtime of both files is
3533 known, return a useful result. Better error message in case one
3534 is a Tramp file and one isn't.
3535 (tramp-handle-file-local-copy, tramp-handle-write-region)
3536 (tramp-find-shell, tramp-open-connection-telnet)
3537 (tramp-open-connection-rsh, tramp-open-connection-su)
3538 (tramp-open-connection-setup-interactive-shell)
3539 (tramp-post-connection, tramp-maybe-open-connection)
3540 (tramp-method-out-of-band-p): Correct number of args for
3541 `tramp-get-rsh-program' and similar functions.
3542
3543 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
3544
3545 * net/tramp.el: Version 2.0.20 released.
3546
3547 2002-09-20 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
3548
3549 * net/tramp.el (tramp-completion-function-alist): Escape open
3550 paren in docstring.
3551 (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
3552 (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
3553 instead of tramp-message.
3554 (tramp-open-connection-rsh): Handle empty string as user name.
3555 (tramp-open-connection-su): Handle empty string as host name.
3556 Handle nil user name.
3557 (tramp-handle-file-local-copy, tramp-handle-write-region)
3558 (tramp-completion-handle-file-name-all-completions)
3559 (tramp-open-connection-telnet, tramp-open-connection-rsh)
3560 (tramp-open-connection-su, tramp-post-connection)
3561 (tramp-maybe-open-connection, tramp-method-out-of-band-p)
3562 (tramp-get-connection-function, tramp-get-remote-sh)
3563 (tramp-get-rsh-program, tramp-get-rsh-args)
3564 (tramp-get-rcp-program, tramp-get-rcp-args)
3565 (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
3566 (tramp-get-su-args, tramp-get-telnet-program)
3567 (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
3568 additional args USER, HOST.
3569 (tramp-action-password, tramp-open-connection-telnet)
3570 (tramp-open-connection-su, tramp-open-connection-multi)
3571 (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
3572 takes USER and HOST arguments, to be able to use
3573 `tramp-find-method'. Update callers.
3574 (tramp-find-method): New function.
3575
3576 2002-09-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3577
3578 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
3579 in SWITCHES (by removing it).
3580
3581 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3582
3583 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
3584
3585 2002-09-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3586
3587 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
3588
3589 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3590
3591 * net/tramp.el (tramp-bug): Add tramp-methods.
3592
3593 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3594
3595 * net/tramp.el (tramp-methods): Update docstring:
3596 tramp-encoding-command, tramp-decoding-command,
3597 tramp-encoding-function and tramp-decoding-function are not
3598 parameters anymore.
3599 (tramp-uuencode-region): Autoload it.
3600
3601 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3602
3603 Version 2.0.19 released.
3604
3605 * net/tramp-uu.el: New file, implements uuencode in Lisp.
3606
3607 * net/tramp.el (tramp-coding-commands):
3608 Use `tramp-uuencode-region' as local encoder for the uuencode based
3609 entries.
3610
3611 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3612
3613 * net/tramp.el (tramp-handle-write-region): Wrong parens.
3614
3615 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3616
3617 Version 2.0.18 released.
3618
3619 * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
3620 older versions of Perl. Now tested with 5.004. Suggestion from
3621 Michael Albinus.
3622
3623 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3624
3625 * net/tramp.el (tramp-find-inline-encoding):
3626 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
3627 (tramp-call-local-coding-command): OUTPUT equals nil means to
3628 discard the output. INPUT equals nil means /dev/null.
3629
3630 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3631
3632 * net/tramp.el (tramp-encoding-shell): Default to environment
3633 variable COMSPEC on Windows.
3634 (tramp-handle-write-region): More debugging output.
3635 (tramp-find-inline-encoding): Ditto.
3636
3637 2002-09-11 Michael Albinus <Michael.Albinus@alcatel.de>
3638
3639 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
3640 Define `result1'.
3641 (tramp-parse-hosts-group): Discard IPv6 entries.
3642
3643 2002-09-11 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
3644
3645 * net/tramp.el (tramp-post-connection): Only send Perl
3646 mime-encode/decode implementations when using inline method.
3647 (tramp-handle-file-local-copy)
3648 (tramp-handle-write-region, tramp-post-connection)
3649 (tramp-coding-commands, tramp-find-inline-encoding): For the
3650 inline encodings, distinguish between local and remote commands,
3651 instead of between commands and functions. (The local commands
3652 can be functions, too.) If the local host is a Windows machine,
3653 we can't expect the same commands to work there as on the remote host.
3654 (tramp-call-local-coding-command): New function for calling local
3655 encoding and decoding commands.
3656 (tramp-set-remote-encoding, tramp-get-remote-encoding)
3657 (tramp-set-remote-decoding, tramp-get-remote-decoding)
3658 (tramp-set-local-encoding, tramp-get-local-encoding)
3659 (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
3660 (tramp-get-encoding-command, tramp-set-encoding-command)
3661 (tramp-get-decoding-command, tramp-set-decoding-command)
3662 (tramp-get-encoding-function, tramp-set-encoding-function)
3663 (tramp-get-decoding-function, tramp-set-decoding-function):
3664 Old functions, removed.
3665
3666 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3667
3668 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3669 Change command to invoke /bin/sh slightly to make it compatible
3670 with the `rc' shell. Suggested by Daniel Pittman.
3671
3672 2002-09-10 Michael Albinus <Michael.Albinus@alcatel.de>
3673
3674 * net/tramp.el (tramp-handle-write-region): Added missing
3675 `)'. Hope it's the right place.
3676
3677 2002-09-09 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3678
3679 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3680 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
3681 order to get a sane shell prompt. If people have ${CWD}, say, in
3682 their shell prompt, then the default login shell might display
3683 something harmless, but the /bin/sh will display a dollar sign
3684 which confused the subsequent prompt recognition.
3685 (tramp-multi-action-password): More debugging output.
3686 (tramp-encoding-shell): Renamed from tramp-sh-program.
3687 More documentation. Default to cmd.exe on Windows NT.
3688 (tramp-encoding-command-switch): New variable. Use instead of
3689 hard-wired "-c" which is only good for /bin/sh.
3690 (tramp-encoding-reads-stdin): New variable. If t, commands are
3691 called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
3692 like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
3693 (tramp-multi-sh-program): Always default to tramp-encoding-shell.
3694 (tramp-handle-file-local-copy, tramp-handle-write-region):
3695 Respect tramp-encoding-shell and friends.
3696 (tramp-find-inline-encoding): Use new-style calls for checking if
3697 the local commands work.
3698
3699 2002-09-07 Michael Albinus <Michael.Albinus@alcatel.de>
3700
3701 * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
3702 entries. They are handled now by `tramp-completion-function-alist'.
3703 (tramp-completion-function): Defvar removed. I've never used
3704 it. Hmm.
3705 (tramp-get-completion-function)
3706 (tramp-get-completion-rsh, tramp-get-completion-ssh)
3707 (tramp-get-completion-telnet, tramp-get-completion-su):
3708 Functions removed as well. Not necessary any longer due to extended
3709 customization means.
3710 (tramp-completion-function-alist): New defcustom. Holds all
3711 FUNCTION FILE pairs used for user and host name completion
3712 relevant for METHOD.
3713 (tramp-completion-function-alist-rsh)
3714 (tramp-completion-function-alist-ssh)
3715 (tramp-completion-function-alist-telnet)
3716 (tramp-completion-function-alist-su): Defconst for initializing
3717 `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
3718 values are known for me until now. Needs to be completed for at
3719 least VMS++ like operating systems.
3720 (tramp-set-completion-function)
3721 (tramp-get-completion-function): New functions for configuration
3722 of `tramp-completion-function-alist'. The old definition of
3723 `tramp-get-completion-function' has been discarded.
3724 (tramp-completion-handle-file-name-all-completions):
3725 Change function call for user/host completion according to definition
3726 in `tramp-completion-function-alist'.
3727 (tramp-parse-passwd): Added exception handling for "root", because
3728 `tramp-get-completion-su' (the previous place for this stuff)
3729 doesn't exist any longer.
3730
3731 2002-09-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3732
3733 * net/tramp.el (tramp-enter-password):
3734 Use `tramp-password-end-of-line' to terminate the line.
3735 (tramp-bug): Include new variable `tramp-password-end-of-line'.
3736 (tramp-password-end-of-line): New variable. People who use plink
3737 under Windows might have to issue "\r\n" after the password, but
3738 they need to send just "\n" after the other commands. So this
3739 variable was introduced to complement `tramp-rsh-end-of-line'.
3740 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
3741 of line of the output delimiter.
3742
3743 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3744
3745 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
3746 (tramp-open-connection-setup-interactive-shell): Add some comments
3747 about Douglas Grey Stephen's suggestions to make Tramp work better
3748 with plink under Windows. I'm not sure what to think of them, but
3749 now I have a guinea pig to try it out on. Said guinea pig is
3750 having other problems, though... Also remove some commented-out code.
3751
3752 2002-09-06 Michael Albinus <Michael.Albinus@alcatel.de>
3753
3754 * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
3755 tuned.
3756 (tramp-get-completion-user-host): Accept user names as they are if
3757 typed until "@".
3758 (tramp-completion-mode): Replace `last-input-char' by modern
3759 `last-input-event'. Check for `event-modifiers'.
3760
3761 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3762
3763 * net/tramp.el (file-expand-wildcards): Corrected check to see if
3764 advising is necessary.
3765
3766 2002-09-05 Michael Albinus <Michael.Albinus@alcatel.de>
3767
3768 * net/tramp.el (tramp-postfix-single-method-format)
3769 (tramp-postfix-multi-method-format)
3770 (tramp-postfix-multi-hop-format)
3771 (tramp-postfix-user-format): New format strings.
3772 (tramp-postfix-single-method-regexp)
3773 (tramp-postfix-multi-method-regexp)
3774 (tramp-postfix-multi-hop-regexp)
3775 (tramp-postfix-user-regexp)
3776 (tramp-make-multi-tramp-file-format)
3777 (tramp-make-tramp-file-name): Apply them.
3778 (tramp-completion-handle-file-name-all-completions): Fix for
3779 invoking ange-ftp in case of "/ftp:xxx" file names.
3780
3781 2002-09-04 Michael Albinus <Michael.Albinus@alcatel.de>
3782
3783 * net/tramp.el (tramp-prefix-format)
3784 (tramp-postfix-host-format): New format strings.
3785 (tramp-prefix-regexp, tramp-method-regexp)
3786 (tramp-postfix-single-method-regexp)
3787 (tramp-postfix-multi-method-regexp)
3788 (tramp-postfix-multi-hop-regexp)
3789 (tramp-user-regexp, tramp-postfix-user-regexp)
3790 (tramp-host-regexp, tramp-postfix-host-regexp)
3791 (tramp-path-regexp): New atomar regular expressions.
3792 If corresponding format strings exist, derived from them.
3793 (tramp-file-name-structure)
3794 (tramp-multi-file-name-structure)
3795 (tramp-multi-file-name-hop-structure)
3796 (tramp-make-multi-tramp-file-format)
3797 (tramp-completion-mode)
3798 (tramp-completion-dissect-file-name)
3799 (tramp-parse-rhosts-group)
3800 (tramp-parse-shosts-group)
3801 (tramp-parse-hosts-group)
3802 (tramp-parse-passwd-group): Apply these expressions.
3803 (tramp-file-name-structure-unified)
3804 (tramp-file-name-structure-separate)
3805 (tramp-make-tramp-file-format-unified)
3806 (tramp-make-tramp-file-format-separate)
3807 (tramp-make-tramp-file-format)
3808 (tramp-make-tramp-file-user-nil-format-unified)
3809 (tramp-make-tramp-file-user-nil-format-separate)
3810 (tramp-make-tramp-file-user-nil-format)
3811 (tramp-multi-file-name-structure-unified)
3812 (tramp-multi-file-name-structure-separate)
3813 (tramp-multi-file-name-hop-structure-unified)
3814 (tramp-multi-file-name-hop-structure-separate)
3815 (tramp-make-multi-tramp-file-format-unified)
3816 (tramp-make-multi-tramp-file-format-separate): Removed.
3817 (tramp-make-tramp-file-name): Allow partial tramp file
3818 names. Generate tramp file format on-the-fly depending on
3819 parameters. Apply atomar format strings resp expressions.
3820 (tramp-get-completion-methods)
3821 (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
3822 (tramp-parse-hosts-group): Take all host names and IP addresses
3823 into account.
3824 (tramp-bug): Remove `tramp-make-tramp-file-format'.
3825
3826 2002-09-01 Michael Albinus <Michael.Albinus@alcatel.de>
3827
3828 * net/tramp.el (tramp-methods): Add `tramp-completion-function'
3829 for "su" and "sudo".
3830 (tramp-get-completion-telnet): Implement it.
3831 (tramp-parse-hosts)
3832 (tramp-parse-hosts-group)
3833 (tramp-get-completion-su)
3834 (tramp-parse-passwd)
3835 (tramp-parse-passwd-group): New functions.
3836
3837 2002-08-31 Michael Albinus <Michael.Albinus@alcatel.de>
3838
3839 * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
3840 (tramp-completion-file-name-handler-alist): Add handler for
3841 `file-exists-p.
3842 (tramp-completion-handle-file-exists-p): New function.
3843 (tramp-completion-handle-file-name-completion): Simplified.
3844 (tramp-completion-dissect-file-name): Regexp's reorganised.
3845 (tramp-completion-handle-file-name-all-completions):
3846 Call completion-function only if `user' or `host' is given.
3847 (tramp-get-completion-user-host): New function.
3848 (tramp-get-completion-rsh)
3849 (tramp-get-completion-ssh): Apply it.
3850
3851 2002-08-29 Michael Albinus <Michael.Albinus@alcatel.de>
3852
3853 * net/tramp.el (tramp-completion-file-name-handler-alist):
3854 Add handler for `expand-file-name'.
3855 (tramp-completion-handle-expand-file-name): New function.
3856
3857 2002-08-26 Michael Albinus <Michael.Albinus@alcatel.de>
3858
3859 * net/tramp.el (tramp-completion-mode): New function.
3860 (tramp-completion-handle-file-name-directory)
3861 (tramp-completion-handle-file-name-all-completions): Apply it.
3862 (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
3863 (tramp-point-at-eol): New defalias.
3864 (tramp-parse-rhosts-group)
3865 (tramp-parse-shosts-group):: Apply it.
3866
3867 2002-08-25 Michael Albinus <Michael.Albinus@alcatel.de>
3868
3869 * net/tramp.el (tramp-get-completion-methods)
3870 (tramp-get-completion-rsh)
3871 (tramp-get-completion-ssh): Add "[" for Xemacs.
3872 (tramp-completion-file-name-regexp-separate): Expression adapted.
3873 (tramp-completion-file-name-handler-alist): Add handler for
3874 `file-name-directory' and `file-name-nondirectory'.
3875 (tramp-completion-handle-file-name-directory)
3876 (tramp-completion-handle-file-name-nondirectory)
3877 (tramp-completion-run-real-handler): New functions.
3878 (tramp-completion-file-name-handler)
3879 (tramp-completion-handle-file-name-all-completions):
3880 Apply `tramp-completion-run-real-handler'.
3881 (tramp-parse-rhosts)
3882 (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
3883 `res' (otherwise side effects in XEmacs).
3884
3885 2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
3886
3887 * net/tramp.el (tramp-completion-file-name-regexp)
3888 (tramp-completion-file-name-handler-alist)
3889 (tramp-flatten-list)
3890 (tramp-completion-dissect-file-name)
3891 (tramp-get-completion-rsh)
3892 (tramp-parse-rhosts)
3893 (tramp-parse-rhosts-group)
3894 (tramp-get-completion-ssh): Doc string tuned.
3895 (tramp-methods): Doc string and custom type extended for
3896 `tramp-completion-function'.
3897 (tramp-completion-function): Variable added. Is it really used?
3898 Other variables like `tramp-completion-function' aren't used.
3899 (tramp-completion-file-name-handler-alist): Add handler for
3900 `file-name-completion'.
3901 (tramp-completion-handle-file-name-completion): New function.
3902
3903 2002-08-18 Michael Albinus <Michael.Albinus@alcatel.de>
3904
3905 * net/tramp.el (tramp-parse-rhosts)
3906 (tramp-parse-rhosts-group)
3907 (tramp-parse-shosts)
3908 (tramp-parse-shosts-group): New functions.
3909
3910 2002-08-17 Michael Albinus <Michael.Albinus@alcatel.de>
3911
3912 * net/tramp.el (tramp-completion-dissect-file-name)
3913 (tramp-completion-dissect-file-name1): New functions.
3914
3915 2002-08-16 Michael Albinus <Michael.Albinus@alcatel.de>
3916
3917 * net/tramp.el (tramp-get-completion-function)
3918 (tramp-get-completion-rsh)
3919 (tramp-get-completion-ssh)
3920 (tramp-get-completion-telnet): New functions.
3921 (tramp-methods): Add `tramp-completion-function' for all methods.
3922
3923 2002-08-15 Michael Albinus <Michael.Albinus@alcatel.de>
3924
3925 * net/tramp.el (tramp-get-completion-methods): New function.
3926 (tramp-find-default-method): Allow host to be nil (like user).
3927
3928 2002-08-14 Michael Albinus <Michael.Albinus@alcatel.de>
3929
3930 * net/tramp.el (tramp-completion-file-name-regexp-unified)
3931 (tramp-completion-file-name-regexp-separate)
3932 (tramp-completion-file-name-regexp)
3933 (tramp-completion-file-name-handler-alist): New defcustoms.
3934 (tramp-completion-file-name-handler): New function.
3935 Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
3936 (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
3937 to `inhibit-file-name-handlers'.
3938 (tramp-completion-handle-file-name-all-completions)
3939 (tramp-completion-handle-file-name-completion): New functions.
3940
3941 2002-08-12 Michael Albinus <Michael.Albinus@alcatel.de>
3942
3943 * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
3944 must be called again after activating `ange-ftp'.
3945 (tramp-ange-ftp-file-name-p): Check for Xemacs.
3946
3947 2002-08-08 Michael Albinus <Michael.Albinus@alcatel.de>
3948
3949 * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
3950 KEEP-DATE to tramp-invoke-ange-ftp 'rename.
3951 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
3952 tramp-invoke-ange-ftp 'write-region.
3953 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
3954 passing to tramp-invoke-ange-ftp 'set-file-modes.
3955 (tramp-flatten-list): New function. Maybe this functionality does
3956 exist already elsewhere in the libraries.
3957 (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
3958 list in order to avoid nested lists, f.e. when invoked from
3959 `tramp-handle-dired-call-process'.
3960
3961 2002-09-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3962
3963 * net/tramp.el (tramp-chunksize): New kluge variable.
3964 (tramp-send-region): If tramp-chunksize is non-nil, send region in
3965 parts and sleep 0.1 seconds between chunks.
3966
3967 2002-09-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3968
3969 * net/tramp.el (tramp-handle-insert-directory):
3970 Use `insert-buffer-substring' instead of `insert-buffer', which is not
3971 supposed to be used from Lisp. Remember old point in a variable
3972 instead of using `mark'. Suggestion from Stefan Monnier.
3973 (tramp-unified-filenames): New variable. Use it in default value
3974 of other filename variables.
3975 (file-expand-wildcards): Don't advise unless "[" and "]" are used
3976 in the filename format.
3977
3978 2002-09-01 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3979
3980 * net/tramp.el (tramp-methods): Remove duplicate definition of
3981 ssh1-old and ssh2-old.
3982
3983 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
3984
3985 * dired.el (dired-insert-directory): Always add "--dired" to to
3986 SWITCHES for remote files.
3987 * files.el (insert-directory): Comment saying that "--dired"
3988 might be in the SWITCHES.
3989 * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
3990 (ange-ftp-insert-directory): Comment explaining "--dired" handling.
3991
3992 2002-09-21 Markus Rost <rost@math.ohio-state.edu>
3993
3994 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
3995 word constituent syntax.
3996
3997 2002-09-21 Richard M. Stallman <rms@gnu.org>
3998
3999 * cus-dep.el (custom-make-dependencies): Bind to t
4000 around evaluating the def-form.
4001
4002 * custom.el (custom-dont-initialize): New variable.
4003 (custom-declare-variable): Don't init the variable
4004 if custom-dont-initialize is non-nil.
4005
4006 2002-09-21 John Paul Wallington <jpw@shootybangbang.com>
4007
4008 * net/eudc.el (eudc-install-menu): Use `define-key' and
4009 `easy-menu-create-menu' to avoid duplication of menu.
4010
4011 2002-09-20 Kim F. Storm <storm@cua.dk>
4012
4013 * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
4014 macro and terminate editing.
4015 (kmacro-step-edit-macro): Push previous macro onto ring if changed
4016 by step editing.
4017
4018 2002-09-19 Tom Tromey <tromey@redhat.com>
4019
4020 * play/blackbox.el (bb-right): Respect prefix argument.
4021 (bb-left, bb-up, bb-down): Likewise.
4022
4023 2002-09-19 Richard M. Stallman <rms@gnu.org>
4024
4025 * cus-dep.el (custom-make-dependencies): Fix previous change.
4026
4027 2002-09-19 Juanma Barranquero <lektu@terra.es>
4028
4029 * ielm.el (ielm-eval-input): Call `error-message-string' instead
4030 of the non-existent `ielm-format-error'.
4031
4032 2002-09-19 Stefan Monnier <monnier@cs.yale.edu>
4033
4034 * emacs-lisp/easymenu.el (easy-menu-remove):
4035 * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
4036
4037 * international/mule-diag.el (describe-coding-system):
4038 Remove unused `coding-spec' variable.
4039 (list-input-methods): Be more careful when setting up the help buffer.
4040
4041 * international/ucs-tables.el (unify-8859-on-encoding-mode):
4042 Set init value to t to reflect reality.
4043 (ucs-minibuffer-setup): Use minibuffer-selected-window.
4044
4045 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
4046
4047 * progmodes/make-mode.el (makefile-cleanup-continuations-p):
4048 Rename to makefile-cleanup-continuations.
4049 (makefile-mode): Use write-file-functions.
4050 (makefile-fill-paragraph): Use match-string-no-properties.
4051 (makefile-fill-paragraph): Use line-end-position.
4052 (makefile-add-log-defun): Simplify.
4053
4054 2002-09-18 Richard M. Stallman <rms@gnu.org>
4055
4056 * dired.el (dired-mark-pop-up): Doc fix.
4057
4058 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
4059 definition straight into loaddefs.el as well as executing it here.
4060
4061 2002-09-18 Colin Walters <walters@debian.org>
4062
4063 * calc/calc.el (calc-mode): Add font-lock-defontify to
4064 change-major-mode-hook.
4065
4066 2002-09-18 Richard M. Stallman <rms@gnu.org>
4067
4068 * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
4069 Don't ignore errors in rm line.
4070
4071 * menu-bar.el (menu-bar-search-menu): Nicer help string.
4072
4073 * replace.el (occur-engine-add-prefix): Use 7 spaces.
4074 (occur-engine): Use 7 digits to align tabs in the data.
4075
4076 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
4077 Don't make the definition dynamic if it shares structure
4078 with the arg list.
4079
4080 * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
4081 (pdb): In gud-remove, pass down the file name.
4082
4083 * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
4084
4085 2002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu>
4086
4087 * ielm.el: (*1, *2, *3): New variables.
4088 (ielm-eval-input): Make temporary buffers current on entry and
4089 exit to the let bindings for *, ** and ***.
4090 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
4091 Do not overrule global bindings for *, ** and ***.
4092
4093 2002-09-18 Tom Tromey <tromey@redhat.com>
4094
4095 * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
4096 boundaries before filling.
4097
4098 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
4099
4100 * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
4101 (server-switch-buffer): Only select a different window if
4102 next-buffer is non-nil. Don't switch in a dedicated window.
4103 If next-buffer is already displayed, reuse that window.
4104
4105 * diff-mode.el (diff-mode): Use compilation-minor-mode.
4106 Don't unbind compilation-last-buffer after autoloading compile.el.
4107 Hide the compilation-minor-mode bindings altogether.
4108
4109 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4110
4111 * dired.el (dired-insert-directory): Never add "--dired" when
4112 listing remote directories.
4113
4114 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
4115
4116 * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
4117
4118 * ediff-init.el: Use defalias instead of fset.
4119
4120 * ediff-util.el: Use defalias instead of fset.
4121
4122 * viper-util.el (viper-chars-in-region): Simplification.
4123
4124 * viper.el (viper-emacs-state-mode-list): Added modes.
4125
4126 2002-09-18 Jonathan Yavner <jyavner@engineer.com>
4127
4128 * emacs-lisp/testcover.el: New file. Uses edebug to instrument a
4129 module of code, with graphical display of poor-coverage spots.
4130
4131 * emacs-lisp/testcover-ses.el: New file. Demonstrates use of
4132 testcover on a interactive module like ses.
4133
4134 * emacs-lisp/testcover-unsafep.el: New file. Demonstrates use of
4135 testcover on a noninteractive module like unsafep.
4136
4137 2002-09-18 Miles Bader <miles@gnu.org>
4138
4139 * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
4140 unless it's bound.
4141
4142 2002-09-17 Stefan Monnier <monnier@cs.yale.edu>
4143
4144 * server.el (server-log): Add `client' arg.
4145 (server-start): Don't bother canceling the sentinel.
4146 (server-process-filter): Use replace-regexp-in-string and
4147 handle the new &n quoting. Use push. Use server-log's new arg.
4148 Don't output the C-x # message if `nowait'.
4149 (server-buffer-done): Use server-log's new arg.
4150
4151 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
4152
4153 * ses.el: New file.
4154
4155 * emacs-lisp/unsafep.el: New file.
4156
4157 * files.el (auto-mode-alist): Add ".ses" for ses-mode.
4158 (inhibit-quit): This is risky for unsafep, doesn't matter much for
4159 anybody else.
4160 (risky-local-variable-p): New function. Split off from
4161 hack-one-local-variable so unsafep can use it. Add \|-history$ to
4162 the list of disallowed local variable names (malicious user could
4163 stuff a `display' property in there that would be activated when
4164 na\e,Ao\e(Bve user called up the history).
4165
4166 2002-09-16 Markus Rost <rost@math.ohio-state.edu>
4167
4168 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
4169
4170 2002-09-16 Richard M. Stallman <rms@gnu.org>
4171
4172 * play/gomoku.el (gomoku-move-up, gomoku-move-down):
4173 Use forward-line and move-to-column.
4174
4175 * cus-edit.el (custom-variable-backup-value): New function.
4176 (custom-variable-reset-backup): New function.
4177 (custom-variable-menu): Add item for custom-variable-reset-backup.
4178 (custom-variable-set, custom-variable-reset-saved)
4179 (custom-variable-reset-standard): Call custom-variable-backup-value.
4180
4181 2002-09-16 Stefan Monnier <monnier@cs.yale.edu>
4182
4183 * dired.el (dired-font-lock-keywords): Use regexp-opt.
4184 (dired-move-to-filename): Better message when we fail to find the file.
4185 (dired-sort-toggle): Minor optimization.
4186
4187 2002-09-16 Juanma Barranquero <lektu@terra.es>
4188
4189 * dired-aux.el (dired-add-entry): Add missing argument to
4190 `dired-mark'.
4191
4192 2002-09-16 John Paul Wallington <jpw@shootybangbang.com>
4193
4194 * xscheme.el (scheme-interaction-mode): Doc fix.
4195
4196 * net/eudc.el (eudc-plist-get): Doc fix.
4197
4198 2002-09-16 Kim F. Storm <storm@cua.dk>
4199
4200 * menu-bar.el (menu-bar-last-search-type): New var.
4201 (nonincremental-repeat-search-forward)
4202 (nonincremental-repeat-search-backward): Repeat string or
4203 regexp search depending on menu-bar-last-search-type.
4204 (nonincremental-search-forward, nonincremental-re-search-forward)
4205 (nonincremental-search-backward, nonincremental-re-search-backward):
4206 Set menu-bar-last-search-type to string or regexp.
4207 (nonincremental-repeat-re-search-forward): Removed.
4208 (nonincremental-repeat-re-search-backward): Removed.
4209 (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
4210 (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
4211 (menu-bar-adv-search-menu): Removed.
4212 (menu-bar-search-menu): Reorganized.
4213 (menu-bar-edit-menu): Added "Replace" submenu.
4214
4215 2002-09-15 Richard M. Stallman <rms@gnu.org>
4216
4217 * scroll-bar.el (scroll-bar-mode): Specify :initialize.
4218
4219 * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
4220 when it's not being evaluated.
4221
4222 2002-09-15 Markus Rost <rost@math.ohio-state.edu>
4223
4224 * dired.el (dired-move-to-filename): Fix previous change.
4225
4226 2002-09-14 Kim F. Storm <storm@cua.dk>
4227
4228 * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
4229 (keypad-numlock-setup, keypad-numlock-shifted-setup):
4230 Change `Remove Binding' option to `Unspecified/User-defined'.
4231 (keypad-setup): Enhance explanation of setup type `none'.
4232
4233 2002-09-14 Richard M. Stallman <rms@gnu.org>
4234
4235 * time.el (display-time-mode): Set display-time-load-average here.
4236 (display-time-load-average): Initialize to nil.
4237 (display-time-default-load-average): Add "None" alternative.
4238 (display-time-update): Handle "None" alternative for load-average.
4239
4240 * dired-aux.el (dired-bunch-files): Put the arg FILES
4241 back as it was after temporary destrucive mods.
4242 (dired-add-entry): Use dired-insert-directory to handle indentation.
4243 Explicitly restore the line's marker character.
4244 Preserve the old file name's text properties.
4245 (dired-add-entry-do-indentation): Function deleted.
4246 (dired-relist-file): Doc fix.
4247 (dired-rename-file): Change argument names.
4248 (foo-rename-file): New function.
4249 (dired-do-hardlink): Use dired-hardlink.
4250 (dired-hardlink): New function.
4251 (dired-insert-subdir-doinsert): Use dired-insert-directory;
4252 that handles indentation, text props and header line.
4253 dired-readin-insert gets no args.
4254 Use `last' instead of `reverse'.
4255
4256 * dired.el (dired-use-ls-dired): New variable.
4257 (dired-directory): Document the rules better.
4258
4259 * dired.el (dired-insert-headerline): Function deleted.
4260 (dired-revert): Pass no args to dired-readin.
4261 (dired-move-to-filename): First try using dired-filename property.
4262 (dired-move-to-end-of-filename): Likewise.
4263 (dired-why): Try to show the start of this page of warnings.
4264 (dired-log): Insert the buffer name at start of page, not end.
4265 (dired-log-summary): If just one failure, explain it in echo area.
4266
4267 * dired.el (dired-internal-noselect):
4268 Always set dired-directory, when buffer is not new.
4269 Pass dir-or-list, not dirname, to dired-mode.
4270 Call dired-readin with no args.
4271 Don't call dired-after-readin-hook here.
4272 (dired-find-buffer-nocreate): Expand dirname.
4273 Expand the dir from dired-directory to compare with dirname.
4274
4275 (dired-readin): Take no args. Get the directory from dired-directory.
4276 Run dired-before-reading hook inside save-excursion.
4277 Run dired-after-readin-hook here.
4278 Don't make undo entries at all.
4279 Call dired-readin-insert with no args.
4280 Don't change indentation here.
4281 Don't insert headerline here.
4282
4283 (dired-readin-insert): Take no args.
4284 Get dir and file-list from dired-directory.
4285 Call dired-insert-directory the new way.
4286 Don't insert "wildcard" info here.
4287
4288 (dired-insert-directory): New arg FILE-LIST.
4289 First arg now DIR, always just the directory.
4290 This function fully handles setting up the buffer text:
4291 update indentation, insert headerline and "wildcard" info.
4292 Pass --dired arg if appropriate; put info in dired-filename props.
4293 Don't expand file names here.
4294
4295 * warnings.el (display-warning): In batch mode,
4296 exclude the final newline from the arg to `message'.
4297
4298 2002-09-13 Markus Rost <rost@math.ohio-state.edu>
4299
4300 * files.el (diff-buffer-with-file): Check whether associated file
4301 exists. Display message for 1 second. Always return nil.
4302
4303 2002-09-13 Stefan Monnier <monnier@cs.yale.edu>
4304
4305 * diff-mode.el (diff-mode): Turn on compilation-minor-mode
4306 support again, but more carefully this time.
4307
4308 * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
4309 such that backward-sexp correctly skips them.
4310 (perl-font-lock-keywords-2): Use regexp-opt.
4311 (perl-font-lock-syntactic-keywords)
4312 (perl-font-lock-syntactic-face-function): Better handle PODs.
4313 Handle package names with ' in them and ($$) in `sub' declarations.
4314 Handle format staements. Handle regexp and quote-like ops.
4315 (perl-empty-syntax-table): New var.
4316 (perl-quote-syntax-table): New fun.
4317
4318 * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
4319 (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
4320
4321 * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
4322
4323 * derived.el (define-derived-mode): Properly ignore unknown args.
4324
4325 * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
4326 Don't call the function during init if mode is on by default.
4327
4328 * simple.el: Provide `simple'.
4329 (transient-mark-mode, line-number-mode, column-number-mode):
4330 Pass an explicit `:require nil' argument.
4331
4332 2002-09-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
4333
4334 * play/tetris.el (tetris-blank-options, tetris-cell-options):
4335 Remove various redundant `(t nil)'.
4336
4337 * play/snake.el (snake-border-options): Use color on tty if available.
4338
4339 * play/tetris.el (tetris-border-options): Likewise.
4340
4341 * play/pong.el (pong-border-options): Likewise, plus reset
4342 color on tty to be [0.5 0.5 0.5].
4343
4344 2002-09-13 Kim F. Storm <storm@cua.dk>
4345
4346 * kmacro.el (kmacro-start-macro): Doc fix.
4347
4348 2002-09-13 Juanma Barranquero <lektu@terra.es>
4349
4350 * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
4351 to `idlwave-idlwave_routine_info-compiled'.
4352
4353 * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
4354 three arguments, not four.
4355
4356 2002-09-13 Kim F. Storm <storm@cua.dk>
4357
4358 * kmacro.el (kmacro-keymap): Changed bindings:
4359 C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
4360
4361 2002-09-12 Richard M. Stallman <rms@gnu.org>
4362
4363 * international/mule-cmds.el (universal-coding-system-argument):
4364 Read the coding system inside `interactive' spec, for command-history.
4365
4366 2002-09-12 Stefan Monnier <monnier@cs.yale.edu>
4367
4368 * emacs-lisp/find-func.el (find-library-name): Don't forget
4369 the empty suffix. Fix stale variable name.
4370
4371 * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
4372 (gud-pdb-massage-args): Delete.
4373 (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
4374 (gud-gdb-command-name): New var. Put "--fullname" in there.
4375 (gud-query-cmdline): Use the most recent executable as the default.
4376 Don't add "--fullname" (it's only valid/meaningful for GDB).
4377 (gud-xdb-marker-filter): Use match-string.
4378 (gud-perldb-massage-args): Don't add "-d".
4379 (gud-perldb-command-name): Add "-d".
4380 (gud-common-init): If `massage-args' is nil, don't call it.
4381 (gud-format-command): Don't hardcode point-min==1.
4382
4383 * derived.el: Require CL when compiling.
4384
4385 2002-09-12 Simon Josefsson <jas@extundo.com>
4386
4387 * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
4388 (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
4389 Use expand-file-name. Also don't require time-stamp.
4390
4391 2002-09-11 Richard M. Stallman <rms@gnu.org>
4392
4393 * derived.el (define-derived-mode): When making new abbrev table,
4394 don't try to copy the parent's abbrev table.
4395
4396 * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
4397 Always round scroll-bar-width parameter up.
4398 If it is nil, use 14.
4399
4400 * abbrev.el (copy-abbrev-table): New function.
4401
4402 2002-09-11 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4403
4404 * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
4405 ps-default-bg setting.
4406 (ps-print-version): New version number (6.5.7).
4407 (ps-mark-active-p): New fun.
4408 (ps-print-preprint-region): Adjust code.
4409
4410 2002-09-11 Dave Love <fx@gnu.org>
4411
4412 * international/mule.el (non-standard-designations-alist)
4413 (ctext-pre-write-conversion): Don't generate invalid extended
4414 segments for iso8859.
4415
4416 * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
4417 (cyrillic-alternativnyj-decode-table): Fix some entries.
4418
4419 * international/ucs-tables.el: Fix last change.
4420
4421 * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
4422 change.
4423
4424 2002-09-11 Kim F. Storm <storm@cua.dk>
4425
4426 * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
4427 kmacro-end-and-call-macro.
4428
4429 2002-09-11 Juanma Barranquero <lektu@terra.es>
4430
4431 * newcomment.el (uncomment-region): Fix let/let* use.
4432
4433 2002-09-11 Simon Josefsson <jas@extundo.com>
4434
4435 * time-stamp.el (time-stamp-hhmmss): New function.
4436
4437 * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
4438 (gud-query-cmdline): Add --fullname to the user cmdline.
4439
4440 * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
4441
4442 2002-09-11 Kim F. Storm <storm@cua.dk>
4443
4444 * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
4445 (kmacro-step-edit-map): Bind "A" to `append-end'.
4446 (kmacro-step-edit-prompt): Fix prompt.
4447 (kmacro-step-edit-query): Handle `append-end' response.
4448 (kmacro-step-edit-pre-command): Activate `append-end' at end of
4449 macro when required.
4450
4451 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
4452
4453 * derived.el (define-derived-mode): Fix typo.
4454
4455 * menu-bar.el (line-number-mode, column-number-mode)
4456 (transient-mark-mode): Use minor mode directly.
4457 (menu-bar-make-toggle): Remove `props' arg.
4458 Move customize-mark-as-set directly into the toggle function.
4459
4460 * whitespace.el (whitespace-global-mode): Use define-minor-mode.
4461 Use the new file hook names.
4462 (whitespace-describe): Remove. Move the text to `Commentary:'.
4463 (whitespace-unload-hook): Use the new file hook names.
4464
4465 * finder.el (finder-find-library): Remove.
4466 (finder-commentary): Use find-library-name and add completion.
4467
4468 * simple.el (transient-mark-mode, line-number-mode)
4469 (column-number-mode): Use define-minor-mode.
4470 (define-mail-user-agent): Delete. Moved to subr.el.
4471
4472 * loadup.el ("simple.el"): Move to after loaddefs.el.
4473
4474 * subr.el (define-mail-user-agent): Moved from simple.el.
4475
4476 2002-09-10 Richard M. Stallman <rms@gnu.org>
4477
4478 * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
4479 (boolp): Function deleted.
4480
4481 2002-09-10 Dave Love <fx@gnu.org>
4482
4483 * international/utf-8.el (ucs-mule-to-mule-unicode):
4484 Define unconditionally.
4485 (utf-8-fragmentation-table): New. Use it in top-level mapc.
4486 (utf-8-fragment-on-decoding): Use it to keep
4487 utf-8-translation-table-for-decode variable and translation table
4488 in sync.
4489
4490 * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
4491 when setting up tables and remove useless optimize-char-table.
4492 (ucs-mule-to-mule-unicode): Deleted.
4493 (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
4494
4495 * international/utf-16.el (utf-16-le-pre-write-conversion)
4496 (utf-16-be-pre-write-conversion): Deleted.
4497 (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
4498
4499 2002-09-10 Richard M. Stallman <rms@gnu.org>
4500
4501 * files.el (diff-buffer-with-file): Simplify.
4502 Don't signal an error if buffer has no file.
4503 Call sit-for after `diff' returns.
4504
4505 * play/gamegrid.el (gamegrid-make-color-tty-face):
4506 Handle string as COLOR arg.
4507 (gamegrid-display-type): Don't assume display-color-p
4508 implies a color-x terminal.
4509 (gamegrid-hide-cursor): Set `cursor-type' local variable.
4510
4511 * descr-text.el (describe-text-mode): Add font-lock-defontify to
4512 change-major-mode-hook.
4513
4514 * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
4515 change-major-mode-hook.
4516
4517 * comint.el (comint-mode): Add font-lock-defontify to
4518 change-major-mode-hook.
4519
4520 * info.el (Info-mode): Add font-lock-defontify to
4521 change-major-mode-hook.
4522
4523 * replace.el (occur-mode): Add font-lock-defontify to
4524 change-major-mode-hook.
4525
4526 * font-core.el (font-lock-defontify): New function.
4527
4528 2002-09-10 Richard M. Stallman <rms@gnu.org>
4529
4530 * ps-print.el (ps-printer-name-option): Doc fix.
4531
4532 2002-09-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4533
4534 * ps-print.el: Adjust ps-postscript-code-directory setting.
4535 XEmacs version check was adjusted.
4536 (ps-print-version): New version number (6.5.6).
4537 (ps-print-color-p, ps-page-dimensions-database): Autoload var.
4538 (ps-print-code, ps-print-preprint-region): Adjust code.
4539
4540 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4541
4542 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
4543 emacs-lisp-mode, like ~/.emacs.
4544
4545 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
4546
4547 * newcomment.el (uncomment-region): Be more careful with `='.
4548
4549 2002-09-10 Deepak Goel <deego@glue.umd.edu>
4550
4551 * play/doctor.el (doc//): Rename from `//'. Update callers.
4552 (doc$): Rename from `$'. Update callers.
4553
4554 2002-09-10 Miles Bader <miles@gnu.org>
4555
4556 * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
4557 variable, not a function.
4558
4559 * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
4560
4561 2002-09-10 Kim F. Storm <storm@cua.dk>
4562
4563 * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
4564 nil while executing macro to avoid triggering delete-selection-mode.
4565
4566 * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
4567 cancel defining keyboard macro when applicable.
4568
4569 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
4570
4571 * simple.el (transient-mark-mode, line-number-mode)
4572 (column-number-mode): Undo previous change because of bootstrapping.
4573
4574 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
4575
4576 * derived.el (define-derived-mode): Add keyword arguments.
4577 (derived-mode-make-docstring): Take abbrev and syntax table names.
4578
4579 * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
4580 (font-lock-default-function): Change arg name.
4581
4582 * cus-start.el (transient-mark-mode): Delete. Done in simple.el.
4583
4584 * paren.el (show-paren-function): Use syntax-after.
4585
4586 * emacs-lisp/syntax.el (syntax-after): Delete. Moved to subr.el.
4587
4588 * subr.el (symbol-file): Also work for autoloaded funcs.
4589 (syntax-after): New fun moved from syntax.el.
4590
4591 * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
4592 (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
4593 Update callers (but still run the old hooks as well).
4594
4595 * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
4596 (find-library): New funs.
4597 (find-function-search-for-symbol): Use it.
4598
4599 * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
4600
4601 * isearch.el (isearch-cmds): Add docstring.
4602 (isearch-mouse-2): Lookup binding in the proper buffer.
4603 Use call-interactively and remove the now useless `arg'.
4604 (isearch-search-fun-function): New var.
4605 (isearch-search-fun): New fun.
4606 (isearch-search, isearch-lazy-highlight-search): Use it.
4607
4608 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
4609
4610 * simple.el (what-line): Don't hard-code 1.
4611 (transient-mark-mode, line-number-mode, column-number-mode):
4612 Use define-minor-mode.
4613 (do-auto-fill): Only ignore prefix if it's really empty.
4614
4615 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
4616
4617 * files.el (save-some-buffers-action-alist): Use lower case for
4618 help string of diff-buffer-with-file.
4619
4620 2002-09-09 Richard M. Stallman <rms@gnu.org>
4621
4622 * calendar/calendar.el (mouse-scroll-calendar-left)
4623 (mouse-scroll-calendar-right, mouse-calendar-other-month):
4624 New commands.
4625 (calendar-mode-line-format): Use them.
4626
4627 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4628 Set and then bind default-directory.
4629
4630 * startup.el (fancy-splash-head, normal-splash-screen):
4631 Change the messages that explain about GNU or GNU/Linux.
4632
4633 * info.el (Info-search): Add (point-min) to subfile positions
4634 to get them right. Skip the current subfile using forward-line.
4635
4636 * files.el (make-backup-file-name-1): When make-directory fails,
4637 ignore backup-directory-alist.
4638 (make-directory): Expand DIR before looking for handler.
4639
4640 2002-09-09 Jari Aalto <jari.aalto@poboxes.com>
4641
4642 * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
4643 In addition to RCS, exclude CVS directories.
4644
4645 * ls-lisp.el (ls-lisp-format-time-list): New variable.
4646 (ls-lisp-format-time): Use it.
4647
4648 * files.el (auto-mode-alist): Use sh-mode for .bash files.
4649
4650 2002-09-09 Dave Love <d.love@dl.ac.uk>
4651
4652 * ps-print.el: Many doc fixes.
4653
4654 2002-09-09 John Paul Wallington <jpw@shootybangbang.com>
4655
4656 * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
4657 Update callers.
4658
4659 2002-09-08 Markus Rost <rost@math.ohio-state.edu>
4660
4661 * diff.el (diff): Doc fix.
4662
4663 2002-09-08 Richard M. Stallman <rms@gnu.org>
4664
4665 * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
4666
4667 * simple.el (undo-elt-in-region): Fix one-off error at END.
4668 (forward-visible-line): Handle invisibility by ignoring
4669 invisible newlines. Also include entire invisible lines beyond
4670 the stopping point.
4671
4672 * cus-edit.el (custom-save-variables, custom-save-faces):
4673 Clarify the comments written into .emacs.
4674
4675 2002-09-08 Markus Triska <triska@gmx.at>
4676
4677 * play/doctor.el (doctor-doc): Recognize question words
4678 and use qlist. Use doctor-shorten's return value.
4679 (doctor-shorten): Compute a return value, don't alter `sent'.
4680 (doctor-hates1): Add a question mark.
4681 (doctor-strangelove): Unused function deleted.
4682
4683 2002-09-08 Kim F. Storm <storm@cua.dk>
4684
4685 * kmacro.el (kmacro-end-and-call-macro): New command to end and
4686 call keyboard macro in one step. Bind it to C-x e by default.
4687 (kmacro-call-macro): Use format-kbd-macro.
4688 (kmacro-step-edit-macro): New command to interactively step edit
4689 and execute last keyboard macro.
4690 (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
4691 (kmacro-step-edit-mini-window-height): New custom var.
4692 (kmacro-step-edit-map): New keymap (parent is query-replace-map).
4693 (kmacro-step-edit-prefix-commands): New var.
4694 (kmacro-step-edit-prompt, kmacro-step-edit-query)
4695 (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
4696 (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
4697 New aux functions for step editing keyboard macros.
4698
4699 * subr.el (read-quoted-char): Apply listify-key-sequence to vector
4700 returned by this-single-command-raw-keys before appending it to
4701 unread-command-event.
4702
4703 2002-09-07 Colin Walters <walters@debian.org>
4704
4705 * progmodes/compile.el (compile-internal): Add optional argument
4706 no-async.
4707
4708 * diff.el (diff): Add optional argument no-async, and use the
4709 above argument.
4710
4711 * files.el (diff-buffer-with-file): Call diff synchronously, so we
4712 don't delete the temporary file before diff has a chance to read
4713 it.
4714
4715 * ibuf-ext.el (ibuffer-diff-with-file): Just call
4716 `diff-buffer-with-file'.
4717
4718 2002-09-07 John Paul Wallington <jpw@shootybangbang.com>
4719
4720 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
4721
4722 * emacs-lisp/find-func.el (find-function-recenter-line):
4723 Add custom type. Doc fix.
4724
4725 2002-09-06 Stefan Monnier <monnier@cs.yale.edu>
4726
4727 * menu-bar.el (menu-bar-make-mm-toggle): New macro.
4728 (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
4729 (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
4730 Remove. Use the minor mode function directly instead.
4731 (menu-bar-mode): Add message and customize-mark-as-set and return
4732 the new value as do other minor modes.
4733
4734 * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
4735
4736 2002-09-06 Simon Marshall <simon@gnu.org>
4737
4738 * progmodes/etags.el (find-tag-tag, complete-tag):
4739 Bind completion-ignore-case based on tags-case-fold-search, so that
4740 case-sensitivity of tag completion matches that of tag search.
4741
4742 2002-09-06 Juanma Barranquero <lektu@terra.es>
4743
4744 * calendar/solar.el (calendar-time-display-form): Fix spacing.
4745
4746 * double.el (double-prefix-only): Likewise.
4747
4748 * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
4749
4750 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
4751
4752 * emacs-lisp/float.el (string-to-float): Likewise.
4753
4754 * emacs-lisp/rx.el (rx): Likewise.
4755
4756 * faces.el (copy-face): Likewise.
4757
4758 * hilit-chg.el (highlight-changes-colours)
4759 (highlight-changes-active-string)
4760 (highlight-changes-passive-string)
4761 (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
4762
4763 * international/mule.el (decode-char): Likewise.
4764
4765 * progmodes/idlwave.el (idlwave-support-inheritance)
4766 (idlwave-routine-entry-compare): Likewise.
4767
4768 * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
4769 Likewise.
4770
4771 * progmodes/pascal.el (pascal-start-keywords): Likewise.
4772
4773 * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
4774 Likewise.
4775
4776 * progmodes/vhdl-mode.el (vhdl-progress-interval)
4777 (vhdl-corresponding-begin): Likewise.
4778
4779 * simple.el (choose-completion-string-functions): Likewise.
4780
4781 * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
4782
4783 * textmodes/fill.el (fill-nonuniform-paragraphs)
4784 (fill-individual-paragraphs): Likewise.
4785
4786 * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
4787
4788 * warnings.el (warning-level-aliases): Likewise.
4789
4790 * speedbar.el (speedbar-mode): Fix spacing and typos.
4791
4792 * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
4793
4794 2002-09-05 Markus Rost <rost@math.ohio-state.edu>
4795
4796 * textmodes/table.el (table-command-prefix): Fix type.
4797
4798 2002-09-05 Andre Spiegel <spiegel@gnu.org>
4799
4800 * vc-hooks.el: Don't require vc.el at compile-time; it causes
4801 recursive requirements during bootstrap.
4802
4803 2002-09-05 Kenichi Handa <handa@etl.go.jp>
4804
4805 * international/mule.el (decode-char): Cancel the previous change.
4806
4807 2002-09-04 Mats Lidell <matsl@contactor.se> (tiny change)
4808
4809 * language/european.el ("Swedish"): New set-language-info-alist call.
4810
4811 2002-09-04 Richard M. Stallman <rms@gnu.org>
4812
4813 * help-fns.el (help-with-tutorial): Properly set up
4814 completion-reference-buffer in the *Completion* buffer.
4815
4816 2002-09-04 John Paul Wallington <jpw@shootybangbang.com>
4817
4818 * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
4819 returns nil, return nil.
4820
4821 2002-09-04 Andre Spiegel <spiegel@gnu.org>
4822
4823 * vc-hooks.el: Require vc.el at compile-time.
4824 (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
4825 Moved here from vc.el.
4826
4827 * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
4828 Moved to vc-hooks.el.
4829
4830 * vc-rcs.el (vc-rcs-state): Don't require vc.el.
4831
4832 2002-09-04 Kenichi Handa <handa@etl.go.jp>
4833
4834 * international/mule.el (decode-char): Translate a character by
4835 utf-8-translation-table-for-decode only when
4836 utf-8-fragment-on-decoding is non-nil.
4837
4838 2002-09-02 Stefan Monnier <monnier@cs.yale.edu>
4839
4840 * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
4841 (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
4842 Use text-mode's syntax-table and abbrev-table.
4843 (text-mode): Set require-final-newline to t.
4844
4845 * newcomment.el (comment-make-extra-lines): Only use the
4846 dummy `=' char when there's really nothing else.
4847 Don't remove spaces if it leads to an incorrect comment.
4848
4849 * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
4850 around the cvs/ssh/libc bug.
4851 (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
4852 (defun-cvs-mode): Use the new `declare' thingy.
4853 (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
4854 (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
4855 (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
4856
4857 * pcvs-parse.el (cvs-parse-table): Create a `need-update'
4858 node rather than a message for new directories.
4859 (cvs-parse-status): Add support for `Entry Invalid'.
4860
4861 * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
4862 (smerge-combine-with-next): New function.
4863 (smerge-diff): Don't output `wrote /tmp/foo' messages.
4864 Insert message if no diffs were found.
4865
4866 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
4867 (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
4868
4869 2002-09-02 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4870
4871 * net/tramp.el: Version 2.0.15 released.
4872 (require 'base64): Most modern Emacsen have the base64
4873 encode/decode functions built in, so test to see if they are bound
4874 before we go blindly requiring base64.el.
4875 From Steve Youngs <youngs@xemacs.org>.
4876 (tramp-feature-write-region-fix): XEmacs doesn't have a
4877 'find-operation-coding-system' and this variable doesn't seem to
4878 be used anywhere so wrap it in (unless (featurep 'xemacs)).
4879 From Steve Youngs <youngs@xemacs.org>.
4880 (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
4881 (tramp-open-connection-su): Use user name "root" if no user name
4882 is given.
4883
4884 From Michael Albinus <Michael.Albinus@alcatel.de>:
4885 * net/tramp.el (tramp-invoke-ange-ftp):
4886 (tramp-ange-ftp-file-name-p): Check for Xemacs.
4887 (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
4888 tramp-invoke-ange-ftp 'rename.
4889 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
4890 tramp-invoke-ange-ftp 'write-region.
4891 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
4892 passing to tramp-invoke-ange-ftp 'set-file-modes.
4893 (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
4894 again after activating `ange-ftp'.
4895
4896 2002-09-02 Kim F. Storm <storm@cua.dk>
4897
4898 * ido.el (ido-ignore-item-temp-list): New variable.
4899 (ido-read-internal): Don't set ido-default-item if the default is
4900 member of ido-ignore-item-temp-list.
4901 Don't return first match for C-j if no text is entered.
4902 (ido-buffer-internal): Check for empty string return.
4903 (ido-make-buffer-list1): Use member instead of memq.
4904 (ido-window-buffer-p): Likewise.
4905 (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
4906 (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
4907
4908 * replace.el (multi-occur): Made "ido-aware":
4909 Changed prompt to use C-j instead of RET to end.
4910 Set ido-ignore-item-temp-list to the selected buffers so far, so
4911 they are automatically excluded from the list of choices.
4912 Use add-to-list instead of push.
4913
4914 2002-09-01 Richard M. Stallman <rms@gnu.org>
4915
4916 * term/x-win.el (function-key-map): Define S-iso-lefttab.
4917
4918 2002-09-01 Kim F. Storm <storm@cua.dk>
4919
4920 * edmacro.el (edit-kbd-macro): Recognize new default binding for
4921 C-x e in addition to old binding.
4922
4923 2002-09-01 Mario Lang <mlang@debian.org>
4924
4925 * files.el (save-some-buffers-action-alist): New variable.
4926 (save-some-buffers): Use that.
4927 (diff-buffer-with-file): New function.
4928
4929 2002-09-01 Richard M. Stallman <rms@gnu.org>
4930
4931 * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
4932
4933 * dired.el (defgroup dired): Use `files' as parent.
4934 (dired-get-filename): Ignore handler if it has safe-magic prop.
4935
4936 * jka-compr.el (jka-compr-handler): Add safe-magic property.
4937
4938 2002-08-31 Richard M. Stallman <rms@gnu.org>
4939
4940 * simple.el (kill-line): Use end-of-visible-line to determine
4941 if rest of line is blank.
4942 (end-of-visible-line): Cope if end-of-line moved back over
4943 invisible intangible chars at end of line.
4944
4945 * simple.el (completion-setup-function): Don't use directory-sep-char.
4946
4947 2002-09-01 Glenn Morris <gmorris@ast.cam.ac.uk>
4948
4949 * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
4950 needed.
4951 (f90-menu, f90-add-imenu-menu): Use lookup-key.
4952 Remove (eval-when-compile) for free variables.
4953
4954 2002-08-31 Andreas Schwab <schwab@suse.de>
4955
4956 * font-core.el (font-lock-change-mode): Avoid changing buffer
4957 state in any way.
4958
4959 2002-08-30 Stefan Monnier <monnier@cs.yale.edu>
4960
4961 * emacs-lisp/easymenu.el (easy-menu-filter-return):
4962 Handle the case where the filter returns a single menu entry.
4963 (easy-menu-add): Improve docstring.
4964 (easy-menu-current-active-maps): Remove.
4965 (easy-menu-get-map): Use current-active-maps.
4966
4967 * cus-edit.el (custom-unlispify-menu-entry): Don't remove
4968 the -p prefix from variables since they shouldn't have it anyway.
4969 (custom-group-menu-create, customize-menu-create):
4970 Only cdr if applicable, since custom-menu-create might return
4971 a vector (i.e. a single menu entry).
4972
4973 2002-08-30 Edward M. Reingold <reingold@emr.cs.iit.edu>
4974
4975 * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
4976 user's value of diary-list-include-blanks, but generate message
4977 instead if there are no entries.
4978
4979 2002-08-30 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
4980
4981 * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
4982
4983 2002-08-30 Markus Rost <rost@math.ohio-state.edu>
4984
4985 * menu-bar.el (menu-bar-read-mail): Doc fix.
4986
4987 2002-08-30 John Paul Wallington <jpw@shootybangbang.com>
4988
4989 * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
4990 (ibuffer-fontification-alist): Check hidden buffer case isn't
4991 visiting a file and change its face to italic.
4992
4993 2002-08-30 Juanma Barranquero <lektu@terra.es>
4994
4995 * replace.el (occur-mode): Add interactive declaration.
4996
4997 * bs.el (bs-message-without-log): Fix typo.
4998
4999 * font-core.el (font-lock-defaults): Likewise.
5000
5001 * font-lock.el (font-lock-add-keywords): Likewise.
5002
5003 * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
5004
5005 * textmodes/bibtex.el (bibtex-mode): Likewise.
5006
5007 * emulation/viper-ex.el (ex-compile-command): Likewise.
5008
5009 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
5010 Likewise.
5011
5012 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
5013
5014 * allout.el (my-mark-marker): Likewise.
5015
5016 2002-08-30 Simon Josefsson <jas@extundo.com>
5017
5018 * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
5019 unless s-debug-info is enabled.
5020
5021 2002-08-29 John Paul Wallington <jpw@shootybangbang.com>
5022
5023 * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.
5024
5025 * mwheel.el (mouse-wheel-up-button): Doc fix.
5026
5027 2002-08-29 Juanma Barranquero <lektu@terra.es>
5028
5029 * replace.el (occur-mode-hook): New hook.
5030 (occur-mode): Use it.
5031 (occur-hook): Set default to nil.
5032
5033 2002-08-29 Stefan Monnier <monnier@cs.yale.edu>
5034
5035 * net/ange-ftp.el: Use match-string and drop useless `function's.
5036 (ange-ftp-get-process): Bind `ange-ftp-this-user' and
5037 `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
5038 (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
5039 (ange-ftp-parse-dired-listing): Update the calls.
5040 (dired-local-variables-file): Declare to shut quieten the compiler.
5041 (ange-ftp-file-entry-active-p): Remove.
5042 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
5043 Don't exclude dangling symlinks.
5044 (ange-ftp-file-name-completion-1): Make predicate optional.
5045 (ange-ftp-parse-list-func-alist): Use add-to-list to update.
5046 (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
5047 (ange-ftp-bs2000-posix-hook-installed): Remove.
5048 (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
5049 (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
5050 `ange-ftp-this-host' instead of `user' and `host'.
5051
5052 2002-08-29 Richard M. Stallman <rms@gnu.org>
5053
5054 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5055 Decide here whether to print which form we're compiling.
5056 If we do that, still print file and line. Make file name
5057 relative to default-directory. Print fewer newlines.
5058 (byte-compile-log-file): Print something even if no file.
5059 Print messages for entering and leaving directories,
5060 and set default-directory.
5061 (displaying-byte-compile-warnings): Only sometimes bind warning-series.
5062 (byte-compile-warning-series): New function.
5063 (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
5064 (byte-compile-display-log-head-p): Function deleted.
5065
5066 * warnings.el (warning-series): Now can be a marker, not an integer.
5067 (display-warning): Handle new value for warning-series.
5068
5069 * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
5070 (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
5071 to don't-warn list.
5072
5073 2002-08-29 Kim F. Storm <storm@cua.dk>
5074
5075 * kmacro.el: Change default bindings from F7/F8 to F3/F4.
5076 Change default binding of C-x e to kmacro-end-or-call-macro.
5077 (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
5078 variables.
5079 (kmacro-get-prefix-arg): New function.
5080 (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
5081 improve. Callers changed.
5082 (kmacro-call-macro): Repeat macro by repeating last key or
5083 key defined in kmacro-call-repeat-key. New third arg non-nil
5084 means to end current macro.
5085 (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
5086 to get repeat last key functionality.
5087 (kmacro-start-macro-or-insert-counter): Improve doc string.
5088
5089 2002-08-28 Luc Teirlinck <teirllm@mail.auburn.edu>
5090
5091 * files.el (find-buffer-visiting): Compare file attributes
5092 using buffer-file-truename.
5093
5094 2002-08-28 Richard M. Stallman <rms@gnu.org>
5095
5096 * files.el (make-auto-save-file-name, make-backup-file-name-1):
5097 Don't use directory-sep-char.
5098
5099 2002-08-28 Juanma Barranquero <lektu@terra.es>
5100
5101 * replace.el (occur-hook): Renamed from `occur-mode-hook'.
5102 (occur-mode): Remove call to `occur-mode-hook'.
5103 (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
5104 (occur-1): Add call to `occur-hook'.
5105
5106 * subr.el (make-variable-frame-localizable): Alias for
5107 `make-variable-frame-local'.
5108
5109 2002-08-28 Miles Bader <miles@gnu.org>
5110
5111 * rfn-eshadow.el (read-file-name-electric-shadow-properties)
5112 (read-file-name-electric-shadow-tty-properties)
5113 (read-file-name-electric-shadow-mode): Remove compatibility defs.
5114
5115 * comint.el (comint-carriage-motion): Start at START.
5116
5117 2002-08-27 Francesco Potort\e,Al\e(B <pot@gnu.org>
5118
5119 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
5120 given by vsFTPd when accessed with a kerberised FTP client.
5121
5122 2002-08-27 Richard M. Stallman <rms@gnu.org>
5123
5124 * files.el (find-alternate-file):
5125 Bind kill-buffer-query-functions locally, don't set it.
5126
5127 2002-08-27 Andreas Schwab <schwab@suse.de>
5128
5129 * kmacro.el (kmacro-start-macro): Doc fix.
5130
5131 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
5132
5133 * textfile/reftex-ref.el (reftex-goto-label): New command.
5134
5135 * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
5136
5137 * textfile/reftex-parse.el (reftex-roman-number): New function.
5138 (reftex-section-number): Better handling of parts: No chapter
5139 counter resets.
5140
5141 * textfile/reftex.el (reftex-highlight-overlays): Added a third
5142 overlay.
5143 (reftex-mode-menu): Added entry for `reftex-toc-recenter.
5144 Also moved `reftex-reset-mode' to top level.
5145
5146 * textfile/reftex-toc.el (reftex-toc-recenter): New command.
5147 (reftex-toc-pre-command-hook): Don't remove highlight overlay.
5148 (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
5149
5150 * textfile/reftex-sel.el (reftex-get-offset): Get offset of
5151 document pointer *before* position, not after.
5152 (reftex-insert-docstruct): Get offset of document pointer *before*
5153 position, not after.
5154
5155 * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
5156 match over section title match.
5157
5158 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
5159 which determines on a per-file-basis if BibTeX is being used
5160 locally for citations.
5161 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
5162 cooperation with chapterbib.
5163 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
5164 better cooperation with chapterbib.
5165
5166 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
5167 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
5168
5169 2002-08-26 Kim F. Storm <storm@cua.dk>
5170
5171 * subr.el (suppress-keymap): Use command remapping instead of
5172 substitute-key-definition to undefine self-inserting keys.
5173
5174 2002-08-26 Juanma Barranquero <lektu@terra.es>
5175
5176 * makefile.w32-in (WINS): Add calc and obsolete.
5177
5178 2002-08-26 Stefan Monnier <monnier@cs.yale.edu>
5179
5180 * emacs-lisp/easy-mmode.el (define-minor-mode):
5181 Use customize-mark-as-set for global minor modes.
5182
5183 2002-08-25 Miles Bader <miles@gnu.org>
5184
5185 * rfn-eshadow.el (file-name-shadow-properties-custom-type):
5186 Renamed from `read-file-name-electric-shadow-properties-custom-type'.
5187 Change name of face.
5188 (file-name-shadow-properties): Renamed from
5189 `read-file-name-electric-shadow-properties'.
5190 (file-name-shadow-tty-properties): Renamed from
5191 `read-file-name-electric-shadow-tty-properties'.
5192 (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
5193 (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
5194 (file-name-shadow-mode): Renamed from
5195 `read-file-name-electric-shadow-mode'. Update references to
5196 renamed variables.
5197
5198 2002-08-24 Sam Steingold <sds@gnu.org>
5199
5200 * subr.el (eval-after-load): Do not call
5201 load-symbol-file-load-history (deleted yesterday).
5202
5203 2002-08-24 John Paul Wallington <jpw@shootybangbang.com>
5204
5205 * startup.el (normal-splash-screen): Ensure splash buffer is
5206 killed. Use tabs in output. Fix test whether previous buffer was
5207 *scratch* buffer.
5208
5209 * progmodes/simula.el (simula-abbrev-keyword-default)
5210 (simula-abbrev-keyword, simula-abbrev-stdproc-default)
5211 (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
5212
5213 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
5214
5215 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
5216
5217 2002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5218
5219 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
5220 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
5221 (f90-font-lock-off, f90-font-lock-menu): Delete.
5222 Use easy-menu-define instead.
5223 (f90-mode): Use easy-menu-add.
5224 No longer (require 'imenu) when compiling.
5225 (f90-mark-subprogram, f90-indent-region, f90-fill-region)
5226 (f90-abbrev-start): Use fboundp.
5227 (f90-imenu-flag): Delete - use imenu--index-alist instead.
5228
5229 2002-08-23 Richard M. Stallman <rms@gnu.org>
5230
5231 * loadhist.el (unload-feature): Distinguish functions from
5232 variables in load-history.
5233 (feature-symbols): Doc fix.
5234
5235 * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
5236
5237 * subr.el (symbol-file-load-history-loaded)
5238 (load-symbol-file-load-history): Deleted.
5239 (symbol-file): Don't call load-symbol-file-load-history.
5240
5241 2002-08-23 Andre Spiegel <spiegel@gnu.org>
5242
5243 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
5244
5245 2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5246
5247 * frame.el (select-frame-by-name, select-frame-set-input-focus):
5248 Always call x-focus-frame, if using x.
5249 Use set-mouse-position on all systems, if focus-follows-mouse.
5250
5251 2002-08-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5252
5253 * net/tramp.el: Version 2.0.14 released.
5254 (tramp-shell-prompt-pattern): New variable.
5255 (tramp-actions-before-shell, tramp-multi-actions)
5256 (tramp-find-shell, tramp-open-connection-multi)
5257 (tramp-open-connection-setup-interactive-shell): Use it.
5258 (tramp-open-connection-telnet, tramp-open-connection-rsh)
5259 (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
5260 in the docstring.
5261 (tramp-bug): Report `tramp-shell-prompt-pattern'.
5262 (tramp-process-one-multi-action, tramp-process-one-action):
5263 Make message clearer so people don't confuse it with Emacs asking
5264 them a question if the regexp happens to end with "?".
5265 (tramp-verbose): Change default value from 10 to 9. Also change
5266 some logging levels so that 10 is reserved for stuff which is
5267 needed for debugging only, but 9 catches everything that people
5268 might like to see in order to see that Tramp is actually working.
5269
5270 2002-08-22 Kim F. Storm <storm@cua.dk>
5271
5272 * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
5273 Corrected spelling mistakes (for Joseph Arceneaux).
5274
5275 2002-08-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5276
5277 * progmodes/f90.el: eval-when-compile a few defvars.
5278 (f90-xemacs-flag): Wrap in eval-and-compile.
5279 (f90-font-lock-keywords): Doc fix.
5280 (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
5281 (f90-mark-subprogram-overlay): Variable deleted.
5282 (f90-mark-subprogram): Remove overlay bit. Don't be silent about
5283 pushing mark.
5284 (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
5285
5286 2002-08-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5287
5288 * tramp.el: Version 2.0.13 released.
5289 (tramp-handle-write-region): Don't check to see if remote end is
5290 awake after sending data to remote host: we want to send "EOF" not
5291 "echo are you awake"...
5292 (tramp-maybe-open-connection): Swap args for tramp-time-diff.
5293 (tramp-yn-prompt-regexp): New variable.
5294 (tramp-action-yn): New function, using it.
5295 (tramp-feature-write-region-fix): New internal variable. Not yet
5296 used. Should be used in `tramp-handle-write-region'.
5297
5298 2002-08-21 Kim F. Storm <storm@cua.dk>
5299
5300 * bindings.el (mode-line-format): Moved global-mode-string last.
5301 (mode-line-position): Moved %p first. Added padding to %l/%c to
5302 eliminate jumpyness in modeline. Use (%l,%c) format if both
5303 line-number-mode and column-number-mode are enabled.
5304
5305 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org>
5306
5307 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
5308 that could cause an infinite loop if something that looks like
5309 a macro begins in the middle of a line.
5310
5311 * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
5312 could cause `c-state-cache' to contain two conses in sequence
5313 when there's an unbalanced open paren in a macro.
5314
5315 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk>
5316
5317 * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
5318
5319 * imenu.el (imenu--generic-function): Use mapc.
5320 (imenu-syntax-alist): Doc fix.
5321
5322 2002-08-20 Richard M. Stallman <rms@gnu.org>
5323
5324 * font-core.el (font-lock-change-mode): New function.
5325 (font-lock-mode): Use font-lock-change-mode instead of
5326 font-lock-unfontify-buffer.
5327 (font-lock-maximum-size, font-lock-verbose): Add defvars.
5328
5329 2002-08-20 Carsten Dominik <dominik@astro.uva.nl>
5330
5331 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
5332 which determines on a per-file-basis if BibTeX is being used
5333 locally for citations.
5334 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
5335 cooperation with chapterbib.
5336 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
5337 better cooperation with chapterbib.
5338
5339 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
5340 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
5341
5342 2002-08-20 Kim F. Storm <storm@cua.dk>
5343
5344 * kmacro.el: Major rework based on discussions with RMS.
5345 Most important change is that C-x C-k is now bound to a keymap
5346 with keyboard macro related commands. The original binding on
5347 C-x C-k is moved to C-x C-k e.
5348
5349 * binding.el: Remove macro related bindings (now in kmacro.el).
5350
5351 * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
5352
5353 2002-08-19 Stefan Monnier <monnier@cs.yale.edu>
5354
5355 * help-fns.el (help-split-fundoc): Replace the function name
5356 from the docstring with the one that should be displayed.
5357 (help-make-usage): Understand CL style arglists.
5358 (describe-function-1): Adapt to the new behavior of help-split-fundoc.
5359 (describe-variable): Use delete-region.
5360
5361 2002-08-19 Kenichi Handa <handa@etl.go.jp>
5362
5363 * international/mule.el (sgml-xml-auto-coding-function):
5364 Call re-search-forward with NOERROR t.
5365
5366 2002-08-19 Miles Bader <miles@gnu.org>
5367
5368 [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
5369 * comint.el (comint-inhibit-carriage-motion): New variable.
5370 (comint-carriage-motion): Argument STRING removed. New arguments
5371 START and END; interpret characters between START and END rather
5372 than using special comint state.
5373 (comint-output-filter): Call `comint-carriage-motion'.
5374 (comint-output-filter-functions): Don't add `comint-carriage-motion'.
5375 * ielm.el (inferior-emacs-lisp-mode):
5376 Give `comint-inhibit-carriage-motion' a local value of t.
5377
5378 2002-08-18 Richard M. Stallman <rms@gnu.org>
5379
5380 * textmodes/table.el: New file.
5381
5382 * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
5383
5384 2002-08-18 Andreas Schwab <schwab@suse.de>
5385
5386 * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
5387
5388 2002-08-17 Carsten Dominik <dominik@astro.uva.nl>
5389
5390 * textmodes/reftex.el (reftex-mode): Create special syntax tables.
5391 (reftex-syntax-table): Set a default in case this is being used
5392 outside a LaTeX file.
5393 (reftex-syntax-table-for-bib): Set a default in case this is being
5394 used outside a LaTeX file.
5395
5396 2002-08-17 Richard M. Stallman <rms@gnu.org>
5397
5398 * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
5399 and use write-file-functions instead of local-write-file-hooks.
5400 (tar-untar-buffer): Don't try to extract directories.
5401
5402 * menu-bar.el (fringe-mode): Set to nil.
5403
5404 * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
5405
5406 2002-08-15 Richard M. Stallman <rms@gnu.org>
5407
5408 * calendar/appt.el (appt-delete): Use substring-no-properties.
5409 (appt-make-list): Don't use prin1-to-string; use the string unchanged.
5410
5411 2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> (tiny change)
5412
5413 * server.el (server-process-filter): Simplify code.
5414 (server-goto-line-column): New function.
5415 (server-visit-files): Use server-goto-line-column.
5416 Offer to revert only if file has changed.
5417
5418 2002-08-15 Richard M. Stallman <rms@gnu.org>
5419
5420 * files.el (recover-this-file): New function.
5421 (after-find-file): Recommend recover-this-file.
5422
5423 * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
5424 to change-major-mode-hook when font lock is enabled.
5425
5426 * simple.el (toggle-truncate-lines): Force redisplay.
5427 Display status message.
5428
5429 2002-08-15 Carsten Dominik <dominik@sand.science.uva.nl>
5430
5431 * textmodes/reftex.el (reftex-mode): Moved the creation of special
5432 syntax tables to top-level.
5433
5434 2002-08-15 David Kastrup <David.Kastrup@t-online.de>
5435
5436 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
5437 use `hash-table-size' instead of `length'.
5438
5439 2002-08-14 Stefan Monnier <monnier@cs.yale.edu>
5440
5441 * help-fns.el (locate-library): Use locate-file(-completion).
5442 (help-split-fundoc): Tighten the regexp and recognize a usage-info
5443 where the function name is `fn'.
5444 (help-function-arglist): Follow aliases and macros.
5445 (describe-function-1): Use keymapp.
5446 If the docstring contains a usage info, use it even if the function is
5447 not a subroutine. Find usage info in aliases' docstring if necessary.
5448 (describe-variable): Get the value before setting up the *Help* buffer.
5449
5450 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
5451 Use find-file-hook instead of find-file-hooks.
5452 (define-minor-mode): Get rid of this silly `togglep'.
5453 Add an explicit `toggle' argument (used for interactive calls).
5454 Emit a warning when a nil argument turns the mode off.
5455
5456 * language/ethio-util.el (setup-ethiopic-environment-internal)
5457 (exit-ethiopic-environment): Use find-file-hook and
5458 write-file-functions instead of find-file-hooks and write-file-hooks.
5459
5460 * window.el (handle-select-window): Don't do anything if the window
5461 has disappeared since the event was generated.
5462 (split-window-save-restore-data): Use push and with-current-buffer.
5463
5464 * saveplace.el:
5465 * play/meese.el:
5466 * obsolete/hilit19.el:
5467 * completion.el (dynamic-completion-mode):
5468 * emacs-lisp/find-func.el (find-function-search-for-symbol):
5469 Use find-file-hook instead of find-file-hooks.
5470
5471 * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
5472 (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
5473 (imenu-space-replacement): Allow nil value.
5474 (imenu--completion-buffer): Use new vars and simplify.
5475 Fix handling of minibuffer-setup-hook.
5476 Use minibuffer-completion-help instead of rolling our own.
5477 (imenu-choose-buffer-index): Use the new var.
5478
5479 * startup.el (command-line): Load custom-file if not done yet.
5480
5481 2002-08-14 Kenichi Handa <handa@etl.go.jp>
5482
5483 * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
5484 the selection data string. Always return cons of type and string.
5485 (selection-converter-alist): Add (UTF8_STRING .
5486 xselect-convert-to-string).
5487
5488 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
5489
5490 * newcomment.el (comment-region): Force `lines' when `block' is set.
5491
5492 2002-08-12 Richard M. Stallman <rms@gnu.org>
5493
5494 * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
5495 (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
5496 (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
5497 (menu-bar-toggle-cua-mode, menu-bar-read-mail)
5498 (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
5499 (menu-bar-text-mode-auto-fill): New commands, used
5500 in menu bar menus instead of lambda expressions.
5501
5502 (menu-bar-showhide-fringe-menu-customize-left)
5503 (menu-bar-showhide-fringe-menu-customize-right)
5504 (menu-bar-showhide-fringe-menu-customize-disable)
5505 (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
5506
5507 (menu-bar-options-menu): Use toggle-truncate-lines.
5508 (showhide-date-time): Call customize-mark-as-set.
5509
5510 * emacs-lisp/find-func.el (find-function-search-for-symbol):
5511 Obey `definition-name' properties.
5512
5513 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
5514 Put `definition-name' properties on the functions whose
5515 names are constructed.
5516
5517 * textmodes/page-ext.el (pages-target-buffer): Add defvar.
5518 Renamed from target-buffer.
5519 (pages-directory, pages-copy-header-and-position): Uses changed.
5520
5521 * calendar/appt.el (appt-make-list): Correct the parsing of
5522 each appointment from time-string.
5523
5524 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
5525
5526 * scroll-all.el (scroll-all-mode): Use define-minor-mode.
5527 (scroll-all-mode) <defcustom>: Delete.
5528 (running-xemacs): Delete.
5529 (minor-mode-alist): Don't manipulate it directly.
5530
5531 2002-08-10 Kenichi Handa <handa@etl.go.jp>
5532
5533 * international/mule-cmds.el (search-unencodable-char): New function.
5534 (select-safe-coding-system): Show unencodable characters.
5535 (unencodable-char-position): Deleted, and implemented in C in coding.c.
5536
5537 2002-04-09 John Wiegley <johnw@gnu.org>
5538
5539 * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
5540 * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
5541 * em-dirs.el (eshell/cd): Ditto.
5542 * em-glob.el (eshell-glob-case-insensitive): Ditto.
5543 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
5544 * esh-ext.el (eshell-binary-suffixes): Ditto.
5545
5546 2002-08-09 Richard M. Stallman <rms@gnu.org>
5547
5548 * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
5549
5550 * simple.el (set-variable): Give locality status in prompt.
5551
5552 2002-08-09 Benjamin Rutt <rutt@cis.ohio-state.edu>
5553
5554 * simple.el (set-variable): If given a prefix argument, set
5555 variable buffer-locally.
5556
5557 2002-08-09 John Paul Wallington <jpw@shootybangbang.com>
5558
5559 * font-core.el (font-lock-function): Make it buffer-local.
5560
5561 2002-08-08 Richard M. Stallman <rms@gnu.org>
5562
5563 * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
5564 (checkdoc-message-interactive, checkdoc-interactive-loop)
5565 (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
5566 (checkdoc-defun):
5567 Update checkdoc-spellcheck-documentation-flag correctly.
5568 (checkdoc-ispell-docstring-engine): Don't test for
5569 checkdoc-autofix-flag = nil.
5570
5571 2002-08-07 John Paul Wallington <jpw@shootybangbang.com>
5572
5573 * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
5574
5575 * wid-browse.el (widget-minor-mode): Fix doc typo.
5576
5577 2002-08-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5578
5579 * net/tramp.el: Version 2.0.12 released.
5580 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5581 Comment out possibly obsolete "echo hello" commands.
5582 (tramp-run-real-handler): If operation is
5583 `ange-ftp-hook-function', use first arg as the real operation.
5584 (tramp-check-ls-commands): Use / instead of \ as directory
5585 separator. (Relevant for XEmacs on Windows.)
5586 (tramp-maybe-open-connection): Use tramp-wait-for-output when
5587 waiting for the "are you awake" command. Use a different string
5588 for the "are you awake" command.
5589 (tramp-send-command): New optional arg NEVEROPEN means to never
5590 invoke tramp-maybe-open-connection.
5591 (tramp-maybe-open-connection): Use it
5592
5593 2002-08-07 Richard M. Stallman <rms@gnu.org>
5594
5595 * warnings.el (warning-prefix-function, warning-series)
5596 (warning-fill-prefix, warning-group-format): Add autoload cookies.
5597
5598 2002-08-07 Kenichi Handa <handa@etl.go.jp>
5599
5600 * international/mule-cmds.el (select-safe-coding-system):
5601 Call pop-to-buffer inside save-window-excursion and save-excursion.
5602
5603 2002-08-06 John Paul Wallington <jpw@shootybangbang.com>
5604
5605 * help-fns.el (describe-function-1): Skip arglist note if
5606 function's definition is a keymap.
5607
5608 2002-08-06 Sam Steingold <sds@gnu.org>
5609
5610 * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
5611 and `mail-user-agent' instead of straight sendmail.
5612 (diary-modified, diary-entries-list, displayed-year)
5613 (displayed-month, entry, date, number, date-string, d-file)
5614 (original-date): Defvar without binding to avoid compiler warnings.
5615
5616 2002-08-05 Alan Shutko <ats@acm.org>
5617
5618 * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
5619 (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
5620 (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
5621
5622 * ibuf-ext.el (ibuffer-list-buffer-modes): New.
5623 (ibuffer-filter-by-used-mode): New.
5624
5625 2002-08-05 John Paul Wallington <jpw@shootybangbang.com>
5626
5627 * ediff-util.el (ediff-copy-list): Use `defalias' instead of
5628 `fset' and `symbol-function'.
5629
5630 2002-08-05 John Wiegley <johnw@gnu.org>
5631
5632 * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
5633 value unless pcomplete-cycle-cutoff-length is non-nil.
5634
5635 2002-04-09 John Paul Wallington <jpw@shootybangbang.com>
5636
5637 * esh-util.el (eshell-under-cygwin-p): New function.
5638 * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
5639 * em-dirs.el (eshell/cd): Ditto.
5640 * em-glob.el (eshell-glob-case-insensitive): Ditto.
5641 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
5642 * esh-ext.el (eshell-binary-suffixes): Ditto.
5643
5644 2002-08-05 Richard M. Stallman <rms@gnu.org>
5645
5646 * international/mule-cmds.el (select-safe-coding-system): Check for
5647 non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
5648
5649 * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
5650
5651 2002-08-05 Gerd Moellmann <gerd@gnu.org>
5652
5653 * image.el (image-jpeg-p): Accept "Exif" marker.
5654
5655 2002-08-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5656
5657 * net/tramp.el: Version 2.0.11 released.
5658 (tramp-perl-file-attributes): Print uid and gid as signed integers.
5659 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
5660 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
5661 calling Tramp again.
5662 (tramp-find-file-exists-command): Check for `ls -d' last, after
5663 all the variants on `test -e'.
5664 (tramp-post-connection): Erase buffer before finding a command to
5665 check if file exists.
5666
5667 2002-08-05 David Kastrup <David.Kastrup@t-online.de>
5668
5669 * calc/calc.el (math-format-stack-value): Revert a broken
5670 if->when replacement and reformat so that this does not happen
5671 again. Fixes a pretty lethal line formatting/yanking bug.
5672
5673 2002-08-04 John Paul Wallington <jpw@shootybangbang.com>
5674
5675 * startup.el (fancy-splash-frame): Check selected frame last.
5676
5677 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5678
5679 * net/tramp.el: Version 2.0.10 released.
5680 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
5681 standard output even if `uudecode -p' and `uudecode -o -' don't work.
5682 (tramp-post-connection): After finding the right shell, wait a
5683 bit. This is a kludge to avoid a race condition, even though I
5684 don't understand why there is a race condition in the first place.
5685 (tramp-post-connection): Install the `tramp_uudecode' shell
5686 function on the remote host.
5687 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
5688 (tramp-bug): Include more variables in the report.
5689
5690 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5691
5692 * net/tramp.el: Version 2.0.9 released.
5693 (tramp-bug): Add wording about additional info to include in bug
5694 report.
5695 (tramp-find-shell): Set $PS1 for invocation of second shell (for
5696 tilde expansion).
5697 (tramp-find-shell): Shell prompt must match at end of buffer.
5698 Do this also for fallback shell prompt.
5699 (tramp-find-shell): More debugging output.
5700 (tramp-find-inline-encoding): When checking the decoding command,
5701 some commands fail when reading from /dev/null. So we pass a
5702 known string through the encoding command and pass that through
5703 the decoding command. So we know whether the decoding command can
5704 deal with some real input.
5705
5706 2002-08-04 Andreas Schwab <schwab@suse.de>
5707
5708 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
5709
5710 2002-08-03 Andrew Choi <akochoi@shaw.ca>
5711
5712 * term/mac-win.el: Set keys to enable mouse wheel support.
5713
5714 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5715
5716 * net/tramp.el: Version 2.0.8.
5717 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
5718
5719 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5720
5721 * net/tramp.el: Version 2.0.7.
5722 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
5723 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
5724 because of `format' and say so in the docstring.
5725
5726 2002-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5727
5728 * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
5729 `type' forms.
5730 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
5731 (f90-type-def-re): Fix value.
5732
5733 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5734
5735 * net/tramp.el: Version 2.0.6.
5736 (tramp-default-method): Change to "ssh" from "sm".
5737 (tramp-wrong-passwd-regexp): Restructure. Add additional alternative.
5738 (tramp-su-program): New internal variable for method parameter.
5739 (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
5740 New variables. Very short Perl one-liner, but requires Perl
5741 module MIME::Base64 to be installed on the remote site.
5742 (tramp-perl-encode, tramp-perl-decode): New base64
5743 encoder/decoder. From Juanma Barranquero <lektu@terra.es>.
5744 (tramp-handle-file-truename): Invoke Ange-FTP properly (even
5745 though Ange-FTP doesn't do anything for this operation).
5746 (tramp-handle-set-visited-file-modtime): Comment change.
5747 (tramp-handle-make-directory): Save-excursion.
5748 (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
5749 twice, once is enough.
5750 (tramp-action-permission-denied): Show *tramp/foo* buffer so the
5751 user knows what's wrong.
5752 (tramp-post-connection): Support the two Perl encoders and decoders.
5753 (tramp-coding-commands): Ditto. Add some todo items.
5754
5755 2002-08-02 Richard M. Stallman <rms@gnu.org>
5756
5757 * international/mule.el (merge-coding-systems): New function.
5758 (set-buffer-file-coding-system): Use merge-coding-systems.
5759 Change prompt for args.
5760 (revert-buffer-with-coding-system): New command.
5761
5762 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
5763 Add bindings for revert-buffer-with-coding-system.
5764 (set-coding-system-map): Clarify menu item info for
5765 set-buffer-file-coding-system.
5766 (set-coding-system-map): Reorder and add separators.
5767
5768 * emacs-lisp/edebug.el (edebug-eval-top-level-form):
5769 Use eval-expression.
5770
5771 * subr.el (atomic-change-group): Doc fix.
5772
5773 2002-07-31 Colin Walters <walters@debian.org>
5774
5775 * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
5776 defvaralias for compatibility.
5777 (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
5778 defvaralias for compatibility.
5779
5780 2002-07-31 John Paul Wallington <jpw@shootybangbang.com>
5781
5782 * ibuffer.el (ibuffer-fontification-alist):
5783 Use `font-lock-constant-face' instead of `font-lock-reference-face'.
5784
5785 2002-07-31 John Wiegley <johnw@gnu.org>
5786
5787 * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
5788 prevent adding the symbol `pcomplete' to
5789 shell-dynamic-complete-functions to many times.
5790
5791 2002-07-31 Markus Rost <rost@math.ohio-state.edu>
5792
5793 * help-fns.el (describe-function-1): Test function for
5794 obsolescence only if it is a symbol.
5795
5796 * ediff.el (ediff-backup): New autoloaded command.
5797
5798 2002-07-31 Richard M. Stallman <rms@gnu.org>
5799
5800 * makefile.w32-in (compile-after-backup): Renamed from `compile'.
5801 Use `compile-always'.
5802 (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'.
5803 (compile): Renamed from `compile-files'.
5804 (compile-CMD, compile-SH): Renamed from `compile-files-*'.
5805
5806 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
5807 Check that (car elt) is a string.
5808
5809 * pcomplete.el (pcomplete-entries): Doc fix.
5810
5811 * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
5812
5813 2002-07-31 Andreas Schwab <schwab@suse.de>
5814
5815 * dired.el: Hide disabling of dired-find-alternate-file behind
5816 autoload-cookie.
5817
5818 2002-07-31 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
5819
5820 * makefile.w32-in: Revert some changes from 2002-07-23 because they
5821 don't work on MSVC/nmake builds.
5822 (update-subdirs-CMD): Generate the right list of subdirectories.
5823
5824 2002-07-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5825
5826 * net/tramp.el: New version 2.0.5.
5827 (tramp-methods): Remove inline encoding method parameters.
5828 The encoding is now autodetected. Also shorten the list of
5829 methods (u/m distinction gone) and rename the remaining methods to
5830 have longer, but more mnemonic, names.
5831 (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
5832 (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
5833 matched at end of buffer anyway.
5834 (tramp-yesno-prompt-regexp): New variable, for questions where the
5835 user should say "yes" or "no".
5836 (tramp-file-name-structure-unified)
5837 (tramp-file-name-structure-separate): Allow dash in method names.
5838 (tramp-actions-before-shell): New variable, contains list of
5839 pattern/action pairs. Output sent by remote end is scanned for
5840 the patterns, then the actions are executed.
5841 (tramp-multi-actions): Like `tramp-actions-before-shell', but
5842 executed for each hop in a multi-hop connection.
5843 (tramp-last-cmd-time): New variable. If nothing has been sent to
5844 remote end for 60 seconds, look to see if the remote end is still
5845 alive.
5846 (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
5847 It didn't work.
5848 (tramp-perl-encode, tramp-perl-decode): New variables, these
5849 require the MIME::Base64 module on the remote end.
5850 (tramp-handle-file-attributes): Restructure logic.
5851 (tramp-handle-file-attributes-with-ls)
5852 (tramp-handle-file-attributes-with-perl): More debugging.
5853 (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
5854 (tramp-handle-make-directory, tramp-handle-delete-directory)
5855 (tramp-handle-delete-file, tramp-handle-insert-directory):
5856 Expand file name.
5857 (tramp-handle-shell-command): Use `when', not `if'.
5858 (tramp-handle-file-local-copy, tramp-handle-write-region):
5859 Adapt to autodetection of inline encoding.
5860 (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
5861 variable ange-ftp-name-format is defined before binding it.
5862 (tramp-action-login, tramp-action-password, tramp-action-succeed)
5863 (tramp-action-permission-denied, tramp-action-yesno):
5864 Functions called from `tramp-actions-before-shell'.
5865 (tramp-multi-action-login, tramp-multi-action-password)
5866 (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
5867 Functions called from `tramp-multi-actions'.
5868 (tramp-process-one-action, tramp-process-actions):
5869 Pattern matching and action invocation code for
5870 `tramp-actions-before-shell'.
5871 (tramp-process-one-multi-action, tramp-process-multi-actions):
5872 Same for `tramp-multi-actions'.
5873 (tramp-open-connection-telnet, tramp-open-connection-rsh)
5874 (tramp-open-connection-su): Process actions instead of hardwired logic.
5875 (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
5876 (tramp-multi-connect-su): Ditto.
5877 (tramp-post-connection): New method for tramp_encode and
5878 tramp_decode scripts.
5879 (tramp-post-connection): Invoke inline autodetection code.
5880 (tramp-coding-commands): List of inline codings.
5881 (tramp-find-inline-encoding): This is the inline autodetection code.
5882 (tramp-maybe-open-connection): If nothing was sent to connection
5883 for 60 seconds, look if it connection is still alive.
5884 (tramp-send-command): Remember that something was sent to the
5885 connection.
5886 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
5887 Use backticks for constructing alist.
5888 (tramp-get-encoding-command, tramp-set-encoding-command)
5889 (tramp-get-decoding-command, tramp-set-decoding-command)
5890 (tramp-get-encoding-function, tramp-set-encoding-function)
5891 (tramp-get-decoding-function, tramp-set-decoding-function):
5892 Use for results of inline autodetection.
5893 (tramp-get-encoding-command, tramp-get-decoding-command)
5894 (tramp-get-encoding-function, tramp-get-decoding-function):
5895 Remove these old functions.
5896
5897 2002-07-30 Kenichi Handa <handa@etl.go.jp>
5898
5899 * language/indian.el (in-is13194): Give correct `safe-chars' property.
5900 (devanagari): Define it as an alias of in-is13194.
5901
5902 * international/mule.el (safe-chars):
5903 Put `char-table-extra-slots' property with value 0.
5904
5905 * files.el (revert-buffer): Fix previous change.
5906
5907 2002-07-29 Richard M. Stallman <rms@gnu.org>
5908
5909 * bindings.el (help-echo): If global-mode-string is non-nil,
5910 display some spaces after it.
5911
5912 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
5913 Don't call string-match on non-string.
5914 (displaying-byte-compile-warnings):
5915
5916 * textmodes/ispell.el (check-ispell-version): Bind default-directory
5917 to avoid errors. Kill the old temp buffer at the beginning.
5918
5919 2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>
5920
5921 * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix.
5922
5923 2002-07-29 John Paul Wallington <jpw@shootybangbang.com>
5924
5925 * scroll-all.el (scroll-all-mode): Handle numeric arg. Use `if'
5926 instead of `cond'.
5927
5928 2002-07-29 Kenichi Handa <handa@etl.go.jp>
5929
5930 * international/mule.el (ctext-post-read-conversion): Add support
5931 for embedded utf-8 encoding (ESC % G ... ESC % @).
5932
5933 2002-07-28 Kenichi Handa <handa@etl.go.jp>
5934
5935 * files.el (revert-buffer): Before calling insert-file-contents,
5936 kill the local variable buffer-file-coding-system.
5937
5938 2002-07-28 Richard M. Stallman <rms@gnu.org>
5939
5940 * bindings.el (mode-line-format): Handle vc-mode specially.
5941 Move mode-line-position to after global-mode-string.
5942 (mode-line-modes): Move the starting 3 spaces out of here.
5943 (mode-line-position): Separate with a space, not dashes.
5944
5945 * vc-hooks.el: Don't add to minor-mode-alist.
5946
5947 * emacs-lisp/edebug.el (edebug-debugger):
5948 If inside redisplay, just return.
5949
5950 * emacs-lisp/debug.el (debug): If inside redisplay, just return.
5951
5952 * info.el (Info-find-index-name): Improve last change.
5953
5954 2002-07-27 Richard M. Stallman <rms@gnu.org>
5955
5956 * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
5957
5958 * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
5959 in the third case.
5960
5961 2002-07-27 Markus Rost <rost@math.ohio-state.edu>
5962
5963 * ps-print.el: Update copyright year.
5964 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
5965
5966 2002-07-26 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5967
5968 * eshell/eshell.el (eshell): Numeric prefix arg means to switch
5969 to the session with that number. Old behavior still available
5970 with nonumeric prefix args.
5971
5972 2002-07-08 Simon Josefsson <jas@extundo.com>
5973
5974 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
5975
5976 2002-07-26 Juanma Barranquero <lektu@terra.es>
5977
5978 * warnings.el (lwarn, warn, warning-levels): Doc fix.
5979 (warning-suppress-log-types): Fix typo.
5980 (display-warning): Fix typo. Remove useless assignment to free variable
5981 `group-string'.
5982
5983 2002-07-25 Markus Rost <rost@math.ohio-state.edu>
5984
5985 * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
5986
5987 2002-07-25 Sam Steingold <sds@gnu.org>
5988
5989 * replace.el (occur-rename-buffer): New command.
5990 (occur-mode-map): Bind "r" to it. Added keybindings for
5991 `kill-this-buffer', `clone-buffer' and `quit-window'.
5992
5993 2002-07-25 Kevin Ryde <user42@zip.com.au>
5994
5995 * info.el (Info-find-index-name): Search for a function definition
5996 with a return type.
5997
5998 2002-07-25 David Ponce <david@dponce.com>
5999
6000 * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
6001 Don't recompute `entry' on each iteration.
6002 (byte-compile-delete-first): Make it defsubst.
6003
6004 2002-07-25 Sam Steingold <sds@gnu.org>
6005
6006 * progmodes/cc-engine.el (c-search-uplist-for-classkey):
6007 When `search-end' is a cons, use its car.
6008
6009 2002-07-25 Dave Love <fx@gnu.org>
6010
6011 * obsolete/c-mode.el: Deleted.
6012
6013 2002-07-25 Carsten Dominik <dominik@astro.uva.nl>
6014
6015 * textmodes/reftex.el (reftex-compile-variables):
6016 Simplified regular expression.
6017
6018 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6019 Simplified the regexp.
6020
6021 * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
6022 (reftex-extract-bib-entries-from-thebibliography):
6023 Use `reftex-get-bibkey-default' to get a default regex.
6024 (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
6025 get a default regex.
6026
6027 * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
6028 XEmacs compatibility (got OK from RMS).
6029
6030 * textmodes/reftex-index.el (reftex-index-mode): Likewise.
6031
6032 * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
6033 (reftex-select-bib-mode): Likewise.
6034
6035 2002-07-25 Colin Walters <walters@debian.org>
6036
6037 * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
6038 by menu functions.
6039
6040 2002-07-24 Dave Love <fx@gnu.org>
6041
6042 * international/mule.el (set-auto-coding): Doc fix.
6043
6044 * international/utf-16.el: New file.
6045
6046 * language/european.el ("German", "French", "Spanish", "Turkish"):
6047 Add alternative coding systems.
6048 ("Dutch"): Likewise. Add input method.
6049 ("Welsh", "Latin-7"): Add nonascii-translation.
6050
6051 * language/georgian.el ("Georgian"): Add nonascii-translation.
6052
6053 * international/titdic-cnv.el: Doc fixes.
6054 (tit-process-header): Add coding cookie.
6055 (titdic-convert): Force writing as iso-2022-7bit.
6056
6057 * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
6058
6059 * international/mule-cmds.el: Doc fixes.
6060 (unencodable-char-position): New.
6061 (select-safe-coding-system): Use it to indicate problematic
6062 characters and add extra explanation. Avoid checking auto-coding
6063 for compressed files.
6064 (leim-list-header): Add coding cookie.
6065 (input-method-verbose-flag): Modify :type.
6066 (locale-language-names): Add bs, wa. Modify cy.
6067
6068 2002-07-24 Richard M. Stallman <rms@gnu.org>
6069
6070 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
6071 Bind warning-group-format.
6072
6073 * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
6074 (byte-compile-cl-warn): Use that variable.
6075 (byte-compile-find-cl-functions): New function.
6076 (displaying-byte-compile-warnings):
6077 Call byte-compile-find-cl-functions.
6078
6079 * warnings.el (warning-levels): Add %s to the strings.
6080 (warning-group-format): New variable.
6081 (warning-suppress-log-types): Renamed from warning-suppress-log.
6082 (warning-suppress-types): Renamed from warning-suppress.
6083 (display-warning): Implement those changes.
6084
6085 2002-07-23 Richard M. Stallman <rms@gnu.org>
6086
6087 * warnings.el: Add `provide' call.
6088
6089 * files.el (basic-save-buffer-2): If there's an error writing the file,
6090 unrename the backup file if it was just made.
6091 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
6092 (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
6093 when a backup was just made by renaming. Otherwise it's nil.
6094
6095 * wid-edit.el (widget-convert): Handle an argument that's a keyword.
6096 Recognize explicit :args specification.
6097
6098 * international/mule-cmds.el (select-safe-coding-system):
6099 Don't ask for confirmation of mismatch if find-file-literally was used.
6100
6101 2002-07-23 Markus Rost <rost@math.ohio-state.edu>
6102
6103 * add-log.el (add-log-current-defun): Fix typo in documentation.
6104
6105 2002-07-22 Markus Rost <rost@math.ohio-state.edu>
6106
6107 * add-log.el (add-log-mailing-address): Fix type. Can be a string.
6108
6109 * ido.el (ido-separator): Fix type.
6110
6111 2002-07-23 Andrew Innes <andrewi@gnu.org>
6112
6113 * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
6114 (DONTCOMPILE): Add various language files.
6115 (DONTCOMPILE): Remove term/xterm.el.
6116 (finder-inf.el): Remove.
6117 (update-authors): New target.
6118 (TAGS-LISP): Remove $(lispsource).
6119 (compile-always): Renamed from `compile-files'.
6120 (compile): New target, adapted from `compile-files'.
6121 (compile-calc): New target.
6122 (recompile): Change `.' to $(lisp).
6123 (bootstrap): Add update-subdirs and finder-data
6124 to dependencies; change compile-files to compile.
6125
6126 2002-07-22 Andre Spiegel <spiegel@gnu.org>
6127
6128 * vc.el (vc-next-action-on-file): Preserve find-file-literally.
6129
6130 2002-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6131
6132 * simple.el (undo, undo-more): Adjust messages when undoing in a
6133 region.
6134
6135 2002-07-22 John Paul Wallington <jpw@shootybangbang.com>
6136
6137 * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
6138 (browse-url-lynx-input-delay): Add custom type and group.
6139
6140 * cus-start.el (double-click-fuzz): Added.
6141
6142 2002-07-22 Alan Shutko <ats@acm.org>
6143
6144 * calendar/solar.el (diary-sabbath-candles): Add optional MARK
6145 parameter, specifying what face or character to use in the
6146 calendar display. These will now return (MARK . ENTRY).
6147
6148 * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
6149 parameter, specifying what face or character to use in the
6150 calendar display. These will now return (MARK . ENTRY).
6151
6152 * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
6153 (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
6154 MARK parameter, specifying what face or character to use in the
6155 calendar display. These will now return (MARK . ENTRY).
6156
6157 * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
6158 from diary-sexp-entry and pass it to mark-visible-calendar-date.
6159 (list-sexp-diary-entries): Update doc string for new docs for ....
6160 If diary-sexp-entry returns a cons, only add the text to the diary
6161 list.
6162 (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
6163 . STRING) to specify what face or character mark should be used in
6164 the calendar display.
6165 (diary-date, diary-block, diary-float, diary-anniversary)
6166 (diary-cyclic): Add optional MARK parameter, specifying what face
6167 or character to use in the calendar display. These will now
6168 return (MARK . ENTRY).
6169
6170 * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
6171 (calendar-holiday-list, diary-french-date, diary-mayan-date)
6172 (diary-julian-date, diary-astro-day-number, diary-chinese-date)
6173 (diary-islamic-date, list-islamic-diary-entries)
6174 (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
6175 (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
6176 (diary-rosh-hodesh, list-hebrew-diary-entries)
6177 (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
6178 (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
6179 (diary-sunrise-sunset, diary-sabbath-candles):
6180 Remove interactive flag from autoloads.
6181
6182 2002-07-22 Carsten Dominik <dominik@astro.uva.nl>
6183
6184 * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
6185 (reftex-bibliography-commands): New option.
6186 (reftex-toc-split-windows-horizontally): New option
6187 (reftex-toc-split-windows-horizontally-fraction): New option
6188 (reftex-include-file-commands): New option.
6189 (reftex-cite-format-builtin): Added ?n for nocite.
6190
6191 * textmodes/reftex-index.el (reftex-query-index-phrase):
6192 Use `reftex-index-verify-function'.
6193
6194 * textmodes/reftex-toc.el (reftex-re-enlarge):
6195 Handle horizontal splitting.
6196 (reftex-toc): Handle horizontal splitting
6197 (reftex-last-window-width): New variable.
6198
6199 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6200 Use `reftex-bibliography-commands'.
6201 (reftex-locate-bibliography-files): Regexp relaxed to allow for
6202 cases where \bibliography is not the first thing on the line.
6203
6204 * textmodes/reftex.el (reftex-compile-variables):
6205 Use `reftex-include-file-commands'.
6206 (reftex-type-query-prompt): Changed defconst to defvar.
6207 (reftex-type-query-help, reftex-typekey-to-format-alist)
6208 (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
6209 (reftex-special-env-parsers, reftex-label-mac-list)
6210 (reftex-label-env-list, reftex-typekey-list)
6211 (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
6212 (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
6213 (reftex-no-follow-message, reftex-no-info-message): Likewise.
6214 (reftex-mode): Define systax table for bibtex parsing.
6215 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
6216
6217 * textmodes/reftex-cite.el (reftex-format-names): %a as name
6218 format lists all names.
6219 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
6220 (reftex-with-special-syntax-for-bib): New macro.
6221
6222 2002-07-21 Richard M. Stallman <rms@gnu.org>
6223
6224 * international/ucs-tables.el (ucs-quail-activate):
6225 Cope if buffer-file-coding-system is nil.
6226
6227 * bindings.el (last-buffer): Use buffer-list with frame arg.
6228 Create *scratch* if no other choice exists. Fix bugs.
6229
6230 2002-07-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6231
6232 * net/tramp.el: Bump version to 2.0.2.
6233 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
6234 longer names. Use old names "sm1", "sm2" and so on for methods
6235 invoking "ssh -1" or "ssh -2".
6236 (tramp-multi-file-name-structure-separate): Typo, its name was set
6237 to "tramp-file-name-structure-separate". Trivial patch.
6238 From Steve Youngs <youngs@xemacs.org>.
6239 (tramp-multi-sh-program): New variable.
6240 (tramp-open-connection-multi): Use it. Now you can use multi
6241 methods from Windows (at least in principle).
6242 (tramp-do-copy-or-rename-via-buffer): New function.
6243 (tramp-do-copy-or-rename-file): Use it. Change and simplify
6244 logic. Omit special case of invoking rcp directly to copy the files.
6245 (tramp-open-connection-su, tramp-multi-connect-telnet)
6246 (tramp-multi-connect-rlogin, tramp-multi-connect-su)
6247 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
6248 Use backticks in format-spec for brevity and to avoid
6249 character/number confusion in XEmacs.
6250
6251 2002-07-20 Richard M. Stallman <rms@gnu.org>
6252
6253 * wid-edit.el (widget-documentation-string-value-create):
6254 Say "Hide Rest", not just "Hide".
6255
6256 * cus-edit.el (custom-variable-value-create):
6257 Say "Show Value", not just "Show". Also "Hide Value".
6258 Output a newline before the doc string.
6259 (custom-face-value-create): Say "Show Face" and "Hide Face".
6260
6261 * files.el (toggle-read-only): Clean up the hint message.
6262
6263 * emacs-lisp/bytecomp.el: Use warnings.el.
6264 (byte-compile-warning-prefix): New function.
6265 (byte-compile-log-file): Return page start position.
6266 (byte-compile-log-warning): New function.
6267 (byte-compile-warn): Use byte-compile-log-warning.
6268 (byte-compile-report-error): Likewise. Also use error-message-string.
6269 (displaying-byte-compile-warnings): Bind warning-series.
6270 Don't bind or use byte-compile-warnings-point-max.
6271 Don't display the log buffer at the end.
6272 (byte-compile-warnings-point-max): Variable deleted.
6273 (byte-compile-log-1): Rewrite for trace info, not used for warnings.
6274 (byte-compile-last-warned-form, byte-compile-last-logged-file):
6275 Defvars moved.
6276
6277 * warnings.el: New file.
6278
6279 2002-07-19 Richard M. Stallman <rms@gnu.org>
6280
6281 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
6282 and `values-list' from list of CL functions.
6283
6284 2002-07-19 John Paul Wallington <jpw@shootybangbang.com>
6285
6286 * emacs-lisp/bytecomp.el (compile-defun):
6287 Bind `read-with-symbol-positions' to current buffer.
6288
6289 2002-07-19 Andre Spiegel <spiegel@gnu.org>
6290
6291 * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
6292 delete anything that comes after LIMIT from the buffer.
6293
6294 * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
6295 if this is really an RCS master file.
6296
6297 * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
6298
6299 2002-07-19 Juanma Barranquero <lektu@terra.es>
6300
6301 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
6302 (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
6303 (unread-command-char, executing-macro, post-command-idle-hook)
6304 (post-command-idle-delay): Move obsolescence declarations to subr.el.
6305
6306 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
6307 (baud-rate, compiled-function-p, define-function, unread-command-char)
6308 (executing-macro, post-command-idle-hook, post-command-idle-delay):
6309 Move obsolescence declarations from emacs-lisp/bytecomp.el.
6310 (directory-sep-char, mode-line-inverse-video):
6311 Add obsolescence declaration.
6312
6313 2002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
6314
6315 * progmodes/idlwave.el: Updated to IDLWAVE version 4.14. Too many
6316 changes to list them here.
6317
6318 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
6319 Too many changes to list them here.
6320
6321 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
6322 Too many changes to list them here.
6323
6324 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
6325 only minor documentation changes.
6326
6327 2002-07-18 Dave Love <fx@gnu.org>
6328
6329 * info-look.el: Support current auto{conf,make} manuals.
6330
6331 2002-07-18 Juanma Barranquero <lektu@terra.es>
6332
6333 * bindings.el (last-buffer): Add missing frame argument.
6334
6335 2002-07-18 Richard M. Stallman <rms@gnu.org>
6336
6337 * timer.el (timer-inc-time): Doc fix.
6338
6339 * replace.el (keep-lines, flush-lines): Interactively report
6340 read-only error before reading regexp argument.
6341
6342 * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
6343
6344 * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
6345 frame parameters like bury-buffer.
6346
6347 * simple.el (choose-completion-delete-max-match):
6348 Handle minibuffer prompts explicitly.
6349
6350 2002-07-18 Juanma Barranquero <lektu@terra.es>
6351
6352 * international/mule-util.el (string-to-sequence, truncate-string):
6353 Add autoload cookie to obsolescence declaration.
6354
6355 * rect.el (move-to-column-force): Likewise.
6356
6357 * composite.el (decompose-composite-char): Likewise; also remove
6358 redundant info.
6359
6360 2002-07-18 Kim F. Storm <storm@cua.dk>
6361
6362 * loadup.el: Load international/utf-8 before international/characters.
6363
6364 2002-07-17 Dave Love <fx@gnu.org>
6365
6366 * international/ucs-tables.el: Optimize tables. Deal with some
6367 non-8859 charsets.
6368 (ucs-mule-to-mule-unicode): New.
6369 (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
6370 translation.
6371 (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
6372 (unify-8859-on-encoding-mode): Doc mod. Fix custom version.
6373 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
6374 version. Add custom dependencies.
6375 (ucs-insert): Check for null from decode-char.
6376 (translation-table-for-input, ucs-quail-activate)
6377 (ucs-minibuffer-setup, ccl-encode-unicode-font)
6378 (ucs-tables-unload-hook): New.
6379
6380 * international/mule.el (define-translation-hash-table): New.
6381 (decode-char): Use utf-8-translation-table-for-decode.
6382 (encode-char): Use ucs-mule-to-mule-unicode.
6383
6384 * international/characters.el: Fix settings of U+2000-U+2027.
6385 Remove \e$(C'Y\e(B.
6386
6387 * international/mule-cmds.el (locale-language-names): Fix be, add
6388 sr_YU@cyrillic, modify tg.
6389 (locale-charset-language-names): Put @euro last.
6390
6391 * language/cyrillic.el (cyrillic-koi8-r-decode-table)
6392 (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
6393 (cyrillic-koi8-r-decode-table): Make unbound after use.
6394 (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
6395 factor. Use utf-8-translation-table-for-decode.
6396 (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
6397 (cyrillic-unify-encoding): New function.
6398 (cyrillic-koi8): Modify safe-chars, valid-codes.
6399 Remove charset-origin-alist.
6400 (Cp878, cp866): New alias.
6401 (ccl-encode-8859-5-font): New.
6402 (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
6403 (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
6404 Remove redundant parens.
6405 ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
6406 (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
6407 (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
6408 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
6409 ("Cyrillic-ALT"): Change input method.
6410 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
6411
6412 * international/utf-8.el (utf-8-subst-table)
6413 (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
6414 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
6415 (utf-8-ccl-regs, utf-8-translate-cjk): New.
6416 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
6417 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
6418 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
6419 (mule-utf-8): Remove pre-write-conversion.
6420 (utf-8-post-read-conversion): Comment out.
6421
6422 * international/ccl.el (ccl-command-table): Add lookup-integer,
6423 lookup-character.
6424 (ccl-extended-code-table): Add lookup-int-const-tbl,
6425 lookup-char-const-tbl.
6426 (ccl-compile-lookup-integer, ccl-compile-lookup-character)
6427 (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
6428 New functions.
6429 (define-ccl-program): Doc update.
6430
6431 * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
6432 (utf-8-subst-table): Don't set.
6433
6434 2002-07-17 Kenichi Handa <handa@etl.go.jp>
6435
6436 * international/mule.el (define-coding-system-alias):
6437 Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
6438 eol-type is not auto-detection.
6439
6440 * international/mule-diag.el (print-coding-system-briefly):
6441 Fix the handling of an alias of which eol-type is not auto-detection.
6442
6443 * international/mule-conf.el (us-ascii): Define it as an alias of
6444 iso-safe.
6445
6446 2002-07-17 Juanma Barranquero <lektu@terra.es>
6447
6448 * help-fns.el (describe-function-1): Put empty line before "Not
6449 documented" text.
6450
6451 * timer.el (timer-set-time-with-usecs): Mark obsolete.
6452
6453 2002-07-16 Stefan Monnier <monnier@cs.yale.edu>
6454
6455 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6456 Make sure to change the global tool-bar-map.
6457
6458 * vc.el (vc-default-comment-history): Hard code *vc*.
6459 This is because print-log always prints there now.
6460 (vc-annotate-font-lock-keywords): New var.
6461 (vc-annotate-mode): Use it. Set truncate-lines as well.
6462 (vc-annotate-display-select): Unify the two error reports.
6463 (vc-annotate-offset): New var.
6464 (vc-annotate-lines): New fun extracted from vc-annotate-display.
6465 (vc-annotate-display): Use it, via font-lock.
6466
6467 * help-fns.el (help-split-fundoc, help-function-arglist)
6468 (help-make-usage): New funs, extracted from describe-function-1.
6469 (describe-function-1): Use them.
6470
6471 * help.el (help-key-description): Show the untranslated keys
6472 when they start with ESC and the ESC was not translated.
6473
6474 * help-mode.el (view): Always require.
6475 (help-xref-mule-regexp): Don't use defconst for variables.
6476 (help-setup-xref): Keep the last 10 elements of the stack.
6477 (help-xref-override-view-map): New var.
6478 (help-make-xrefs): Use it instead of building a new map each time.
6479 (help-function-def): Allow help-fun to take a buffer as arg.
6480
6481 * diff-mode.el (diff-reverse-direction): Simplify.
6482 (diff-after-change-function): Fix typo.
6483 (diff-post-command-hook): Take care of edge cases.
6484 (diff-current-defun): Do `goto-char' after setting the mode.
6485
6486 * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
6487 Fold mouse-sel-bindings into it.
6488 (mouse-sel-bound-events): Turn it into an alist.
6489 (mouse-insert-selection): Delegate to mouse-yank-at-click if
6490 mouse-sel-default-bindings asks for it.
6491
6492 2002-07-16 Andre Spiegel <spiegel@gnu.org>
6493
6494 * files.el: Bind toggle-read-only to C-x C-q.
6495 (toggle-read-only): Display a warning message if the file is under
6496 version control.
6497
6498 * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
6499 (vc-toggle-read-only): Explain in the doc string that users can bind
6500 this to C-x C-q.
6501 (vc-checkout-model): Change doc string to refer to vc-next-action,
6502 not vc-toggle-read-only.
6503
6504 * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
6505 comparing to file on disk. Fix the case when claiming the lock
6506 on a file that has unlocked changes.
6507 (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
6508
6509 2002-07-16 Richard M. Stallman <rms@gnu.org>
6510
6511 * simple.el (choose-completion-string): Doc fix.
6512
6513 * cus-edit.el: New operation :custom-standard-value.
6514 (Custom-reset-standard): Use it.
6515 (custom-variable, custom-face): Define it.
6516 (custom-variable-standard-value, custom-face-standard-value): New fns.
6517 (custom-face-save): Don't save a face whose value is standard.
6518 (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
6519
6520 * cus-edit.el (custom-face-edit-fix-value):
6521 If VALUE is not a list, pass it thru.
6522
6523 * compare-w.el (compare-windows-whitespace): Always allow newline
6524 even if it does not have whitespace syntax.
6525
6526 2002-07-16 Juanma Barranquero <lektu@terra.es>
6527
6528 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
6529
6530 2002-07-15 Juanma Barranquero <lektu@terra.es>
6531
6532 * help-fns.el (describe-variable): Show documentation for aliased
6533 variable if alias does not have its own.
6534
6535 2002-07-15 Mike Williams <mdub@bigfoot.com>
6536
6537 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
6538 cut/paste functions.
6539
6540 2002-07-14 Richard M. Stallman <rms@gnu.org>
6541
6542 * files.el (find-alternate-file): Offer to save a modified buffer.
6543 Handle kill-buffer-query-functions better.
6544
6545 * startup.el (normal-splash-screen, fancy-splash-text):
6546 Update name of help menu item for ordering printed manuals.
6547
6548 * emacs-lisp/checkdoc.el: Fix doc typos.
6549
6550 2002-07-14 Stefan Monnier <monnier@cs.yale.edu>
6551
6552 * textmodes/tex-mode.el: Set encoding to utf-8.
6553 (tex-start-options): Make it into always-a-string.
6554 Remove silly custom options that are covered by the other var.
6555 (tex-start-commands): Fix docstring.
6556 (tex-open-quote, tex-close-quote): Add options.
6557 (tex-command): Provide default.
6558 (tex-font-lock-keywords-1): Highlight $$...$$.
6559 (tex-font-lock-keywords-2): Fix latin-1 chars.
6560 (tex-mode-map): Remove redundant \t binding.
6561 (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
6562 (latex-mode): Use add-hook for fill-nobreak-predicate.
6563 (tex-common-initialization): Set indent-tabs-mode to nil.
6564 (tex-insert-quote): Undo magic if invoked twice in a row.
6565 (latex-fill-nobreak-predicate): Don't use narrowing.
6566 (tex-latex-block): Don't cons uselessly.
6567 (tex-last-unended-begin): Signal user-friendlier error.
6568 (tex-goto-last-unclosed-latex-block): Don't catch signal.
6569 (tex-start-tex): Switch order of tex-start-options and
6570 tex-start-commands to make it obey docstrings.
6571
6572 2002-07-14 Mike Williams <mdub@bigfoot.com>
6573
6574 * mouse-sel.el (mouse-sel-bound-events): New constant.
6575 (mouse-sel-bindings): Save/restore original mouse-bindings.
6576
6577 2002-07-13 Stefan Monnier <monnier@cs.yale.edu>
6578
6579 * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
6580 (cl-hack-byte-compiler): Avoid infinite require loop.
6581
6582 * net/ange-ftp.el: Use hash-tables.
6583 (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
6584 (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
6585 (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
6586 Replace with make-hash-table, maphash, gethash, puthash and remhash.
6587 (ange-ftp-hash-entry-exists-p): Rewrite.
6588 (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
6589 Change mapatom -> maphash.
6590 (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
6591 Update to new calling mode.
6592
6593 * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
6594 (ebrowse-hash-table-to-alist): Delete.
6595 (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
6596 (ebrowse-tags-complete-symbol): Use the hashtable for completion.
6597
6598 * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
6599 Improve the regexp used when unquoting.
6600 (sgml-pretty-print): New function.
6601 (sgml-get-context): Better handling of improperly nested tags.
6602 (sgml-show-context): Don't use the FULL arg of sgml-get-context.
6603
6604 2002-07-13 Andreas Schwab <schwab@suse.de>
6605
6606 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
6607 inherited table entry.
6608
6609 2002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk>
6610
6611 * calendar/timeclock.el (timeclock-in): Handle the case where no
6612 log file exists (ie the very first call).
6613
6614 2002-07-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6615
6616 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
6617 is done by Tramp.
6618
6619 * net/tramp.el (tramp-multi-file-name-structure-unified):
6620 Add missing slash and move colon from start to end of each hop.
6621 (tramp-multi-file-name-hop-structure-unified): Move colon from
6622 start to end of each hop.
6623
6624 2002-07-13 Kim F. Storm <storm@cua.dk>
6625
6626 * progmodes/compile.el (grep-tree): Fixed autoload.
6627 Corrected use of undefined variable `match-files-aliases'.
6628
6629 2002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk>
6630
6631 * calendar/timeclock.el (timeclock-get-workday-function):
6632 `timeclock-workday' is not a valid option, rather a possible
6633 return value.
6634
6635 2002-07-12 Richard M. Stallman <rms@gnu.org>
6636
6637 * net/ange-ftp.el (ange-ftp-write-region):
6638 Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
6639 to ange-ftp-real-write-region.
6640
6641 * replace.el (flush-lines, keep-lines): Convert REND to a marker.
6642
6643 * help-fns.el (help-with-tutorial): Display completion list right away.
6644
6645 * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
6646
6647 * startup.el (command-line): Set memory-signal-data.
6648 (fancy-splash-text, normal-splash-screen):
6649 Mention "Read the Emacs Manual" or C-h r.
6650 Rearrange the initial help to put the help cmds on left
6651 and the actions (exit, undo) on the right. Other small
6652 text clarifications.
6653 (fancy-splash-text, actions page): Add blank line to balance help page.
6654
6655 * help.el (help-map): Add binding for info-emacs-manual.
6656 (print-help-return-message): Doc fix.
6657
6658 * strokes.el (strokes-help): Call print-help-return-message
6659 while inside with-output-to-temp-buffer.
6660
6661 * info.el (info-emacs-manual): New function.
6662 (Info-use-header-line): Doc fix.
6663
6664 * emacs-lisp/cl.el (multiple-value-call): Add alias.
6665
6666 * progmodes/compile.el (compilation-normalize-filename):
6667 New subroutine, taken out of compilation-parse-errors.
6668 (compilation-parse-errors): Use that, and for directories too.
6669 Don't check whether a directory really exists.
6670
6671 2002-07-12 Juanma Barranquero <lektu@terra.es>
6672
6673 * help-fns.el (describe-variable): Remove useless "Documentation:"
6674 string.
6675
6676 * timer.el (timer-set-time-with-usecs): Fix documentation.
6677 Simplify extraction of time data.
6678
6679 2002-07-12 John Paul Wallington <jpw@shootybangbang.com>
6680
6681 * help-fns.el (describe-variable): Mention if the variable is an
6682 alias. Put `defvaralias' info before the documentation.
6683
6684 2002-07-12 Kenichi Handa <handa@etl.go.jp>
6685
6686 * international/mule-cmds.el (locale-language-names): Change "mk"
6687 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
6688 alphabet) to "Cyrillic-ISO".
6689
6690 2002-07-11 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6691
6692 * net/tramp.el (tramp-default-method): New default method "sm"
6693 which I guess to be good for most people.
6694 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
6695 Ange-FTP) for some user/host combinations.
6696 (tramp-file-name-structure, tramp-file-name-regexp)
6697 (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
6698 (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
6699 (tramp-make-multi-tramp-file-format): New default value which
6700 unifies the filename syntax between Tramp and Ange-FTP. The new
6701 syntax is "/method:user@host:path". Note the colon after the method.
6702 (tramp-handle-file-name-directory): Don't return "/" when
6703 completing a remote root directory (where the filename looks like
6704 "/method:user@host:/").
6705 (tramp-handle-ange-ftp): Deleted.
6706 (tramp-disable-ange-ftp): New function, called at toplevel,
6707 deletes Ange-FTP from file-name-handler-alist.
6708 (tramp-handle-make-symbolic-link): Implement.
6709
6710 2002-07-10 Juanma Barranquero <lektu@terra.es>
6711
6712 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
6713
6714 * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
6715 (speedbar-vc-do-check): Likewise.
6716 (speedbar-obj-do-check): Likewise.
6717 (speedbar-mouse-hscroll): Likewise.
6718 (speedbar-file-lists): Likewise.
6719
6720 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
6721
6722 2002-07-09 Ole Aamot <ole@gnu.org>
6723
6724 * compile.el (compilation-error-regexp-alist):
6725 Recognize Valgrind messages.
6726
6727 2002-07-09 Juanma Barranquero <lektu@terra.es>
6728
6729 * faces.el (face-id): Fix typo.
6730
6731 * hexl.el (hexl-mode): Likewise.
6732
6733 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
6734
6735 * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
6736
6737 * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
6738 (speedbar-desired-buffer): Likewise.
6739 (speedbar-line-file): Likewise.
6740 (speedbar-special-mode-key-map): Fix typo.
6741 (speedbar-dynamic-tags-function-list): Likewise.
6742 (speedbar-use-images): Likewise.
6743 (speedbar-up-directory): Likewise.
6744 (speedbar-item-info): Likewise.
6745 (speedbar-set-timer): Likewise.
6746 (speedbar-insert-button): Likewise.
6747 (speedbar-make-button): Likewise.
6748 (speedbar-make-tag-line): Likewise.
6749 (speedbar-insert-files-at-point): Likewise.
6750 (speedbar-update-special-contents): Likewise.
6751 (speedbar-find-selected-file): Likewise.
6752 (speedbar-add-indicator): Likewise.
6753 (speedbar-do-function-pointer): Likewise.
6754 (speedbar-goto-this-file): Likewise.
6755 (speedbar-line-path): Likewise.
6756 (speedbar-mouse-event-p): Likewise.
6757 (speedbar-dir-follow): Likewise.
6758 (speedbar-tag-find): Likewise.
6759 (speedbar-fetch-etags-command): Likewise.
6760 (speedbar-fetch-etags-arguments): Likewise.
6761 (speedbar-toggle-etags): Likewise.
6762 (speedbar-extract-one-symbol): Likewise.
6763 (speedbar-parse-c-or-c++tag): Likewise.
6764 (speedbar-unhighlight-one-tag-line): Likewise.
6765 (speedbar-directory-face): Likewise.
6766 (defimage-speedbar): Likewise.
6767 (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
6768 (defimage-speedbar): Likewise.
6769
6770 2002-07-09 Miles Bader <miles@gnu.org>
6771
6772 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
6773 to nil when prompting for a filename.
6774
6775 2002-07-09 Kenichi Handa <handa@etl.go.jp>
6776
6777 * files.el (insert-directory): Be sure to bind
6778 coding-system-for-write to the just decided coding-system-for-read.
6779
6780 2002-07-09 Kim F. Storm <storm@cua.dk>
6781
6782 * ido.el (ido-make-merged-file-list): Move fully matching item to
6783 head of list.
6784 (ido-find-common-substring): Return substring instead of t.
6785
6786 2002-07-08 Juanma Barranquero <lektu@terra.es>
6787
6788 * info.el (Info-directory-list): Fix docstring.
6789
6790 2002-07-08 Miles Bader <miles@gnu.org>
6791
6792 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
6793 before first use.
6794
6795 2002-07-08 Kim F. Storm <storm@cua.dk>
6796
6797 * files.el (after-find-file): Don't check for read-only status
6798 of files just created (and not yet saved on disk).
6799
6800 * ido.el (ido-completion-help): Changed xemacs specific code to
6801 avoid byte compiler warning in GNU emacs.
6802 (ido-set-matches1): Use regexp-quote instead of identity.
6803 (ido-complete-space): New function.
6804 (ido-define-mode-map): Bind it to SPACE.
6805
6806 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
6807
6808 * font-lock.el (font-lock-default-unfontify-region):
6809 Use remove-list-of-text-properties.
6810 (font-lock-extra-managed-props): Doc fix.
6811
6812 * facemenu.el: Move `provide' to the end.
6813 (facemenu-read-color): Don't cons unnecessarily.
6814
6815 * language/ind-util.el (indian-make-hash):
6816 * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
6817 (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
6818
6819 * subr.el (insert-string): Update the obsolete info.
6820 (makehash): Move from C and mark obsolete.
6821
6822 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
6823 aliases to also work for interactive functions.
6824 Use the same wrapper for subroutines.
6825 (cancel-debug-on-entry): Get rid of the now-useless wrapper.
6826 (debug-on-entry-1): Correctly skip docstrings and interactive forms.
6827
6828 * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
6829 automatic environment name update.
6830 (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
6831
6832 2002-07-07 Richard M. Stallman <rms@gnu.org>
6833
6834 * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
6835
6836 * emacs-lisp/advice.el (ad-compile-function):
6837 Disable cl-function warnings if cl is loaded.
6838
6839 * files.el (safe-local-eval-forms): New user option.
6840 (hack-one-local-variable-eval-safep): Support it.
6841 Also allow `safe-local-eval-function' property to be a function
6842 or a list of functions.
6843 (c-add-style): Delete `safe-local-eval-function' property.
6844
6845 * files.el (after-find-file): Make buffer read-only if file is
6846 marked that way, even for root.
6847
6848 * files.el (save-some-buffers): Doc fix.
6849
6850 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
6851
6852 2002-07-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
6853
6854 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
6855 .sx[dmicw] file suffixes for Open office data files.
6856
6857 * files.el (auto-mode-alist): Likewise.
6858
6859 * international/mule.el (auto-coding-alist): Likewise.
6860
6861 2002-07-05 Kim F. Storm <storm@cua.dk>
6862
6863 * emulation/cua-rect.el (cua--rectangle-operation): Don't call
6864 FCT if current column is outside rectangle.
6865 (cua--delete-rectangle): Do nothing if zero width or out of bounds.
6866
6867 2002-07-04 Stefan Monnier <monnier@cs.yale.edu>
6868
6869 * net/ange-ftp.el: Use add-hook and find-file-hook.
6870 (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
6871 (ange-ftp-ls-parser): Make it into a function.
6872 Ignore trailing @ in symlink targets.
6873 (ange-ftp-file-entry-p): Ignore FTP errors.
6874 (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
6875 to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
6876
6877 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
6878
6879 * simple.el (toggle-truncate-lines): New command.
6880
6881 2002-07-04 Miles Bader <miles@gnu.org>
6882
6883 * comint.el (comint-displayed-dynamic-completions): New variable.
6884 (comint-dynamic-list-completions): Be more careful about choosing
6885 when to scroll an existing completions window.
6886
6887 2002-07-03 Andreas Schwab <schwab@suse.de>
6888
6889 * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
6890 after doc string.
6891
6892 2002-07-03 Juanma Barranquero <lektu@terra.es>
6893
6894 * net/tramp.el (tramp-send-eof): Fix typo.
6895 (tramp-kill-process): Likewise.
6896
6897 * play/dunnet.el (dun-physobj-desc): Likewise.
6898
6899 * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
6900
6901 * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
6902 (timeclock-workday-elapsed): Likewise.
6903
6904 * allout.el (outline-goto-prefix): Likewise.
6905
6906 * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
6907 (tpu-delete-to-bol): Likewise.
6908
6909 * subr.el (chars-in-region): Add obsolescence declaration for
6910 `chars-in-region'.
6911
6912 2002-07-03 Miles Bader <miles@gnu.org>
6913
6914 * faces.el (header-line): Don't use a `common' clause for
6915 inheriting from the mode-line face, since we can't override it,
6916 and we don't want it for ttys.
6917
6918 2002-07-02 Richard M. Stallman <rms@gnu.org>
6919
6920 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
6921
6922 * files.el (hack-one-local-variable-constantp): New function.
6923 (hack-one-local-variable-eval-safep): New function.
6924 Check for `eval:' calling fn with `safe-local-eval-function' property.
6925 (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
6926 (c-add-style, c-set-style): Add safe-local-eval-function property.
6927
6928 * files.el (insert-directory): Handle --dired option to ls.
6929
6930 * files.el (file-remote-p): New function.
6931
6932 * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
6933
6934 * startup.el (fancy-splash-screens): Switch to a chosen frame.
6935 (fancy-splash-frame): Choose the right frame to use.
6936 (use-fancy-splash-screens-p): Check dimensions of the right frame
6937 in order to decide.
6938
6939 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
6940 Rename cl-func to cl-functions. Enable it by default.
6941 (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
6942 if the file loads cl.
6943 (byte-compile-initial-macro-environment): For eval-and-compile,
6944 use byte-compile-eval-before-compile to eval.
6945 (byte-compile-eval-before-compile): New function to turn off
6946 cl-functions when appropriate, for eval-and-compile.
6947 (byte-compile-warnings): Doc fix.
6948
6949 2002-07-02 Dave Love <fx@gnu.org>
6950
6951 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
6952 (byte-compile-cl-warn): New function.
6953 (byte-compile-form): Use it, to warn about calling cl functions.
6954 (byte-compile-warning-types): Doc fix.
6955
6956 2002-07-02 Juanma Barranquero <lektu@terra.es>
6957
6958 * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
6959
6960 * textmodes/reftex-cite.el (reftex-citation): Fix typo.
6961
6962 * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
6963 Fix typo.
6964
6965 2002-07-02 Kim F. Storm <storm@cua.dk>
6966
6967 * emacs-lisp/bindat.el: New file.
6968
6969 2002-07-01 Sam Steingold <sds@gnu.org>
6970
6971 * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
6972 before `tex-main-file' because if the current buffer is new, its
6973 file might not exist yet, and then `tex-main-file' will
6974 incorrectly return "foo.tex.tex".
6975
6976 2002-07-01 Juanma Barranquero <lektu@terra.es>
6977
6978 * ido.el (ido-minibuffer-setup-hook): Doc fix.
6979
6980 2002-07-01 Dave Love <fx@gnu.org>
6981
6982 Make strokes a proper minor mode, and don't try to overload
6983 mouse-2, which doesn't work satisfactorily.
6984
6985 * strokes.el: Doc fixes.
6986 (strokes-mode): Defcustom deleted; replaced by minor mode def with
6987 re-written function.
6988 (strokes-while-inhibiting-garbage-collector): Comment out.
6989 (define-stroke, strokes-fix-button2-command, strokes-insinuated)
6990 (strokes-insinuate, global-set-stroke, describe-stroke)
6991 (load-user-strokes, save-strokes, strokes-bug-address)
6992 (strokes-click-command): Deleted.
6993 (strokes-execute-stroke): Remove strokes-click-p case.
6994 (strokes-describe-stroke): Remove strokes-click-p stuff.
6995 (strokes-help): Fix.
6996 (strokes-report-bug): Alias to report-emacs-bug.
6997 (strokes-prompt-user-save-strokes): Modify format of the file.
6998 (strokes-mode-map, strokes-unload-hook): New.
6999 (strokes-buffer-name): Don't customize.
7000
7001 2002-07-01 Richard M. Stallman <rms@gnu.org>
7002
7003 * info.el (Info-index): Get immediate error if used in `dir'.
7004
7005 * textmodes/picture.el (picture-forward-column)
7006 (picture-move-down): Never deactivate the mark.
7007
7008 2002-06-30 Simon Josefsson <jas@extundo.com>
7009
7010 * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
7011 menu entry into balloon help.
7012
7013 2002-06-30 Andreas Schwab <schwab@suse.de>
7014
7015 * files.el (directory-free-space-args): Don't use `-P' on Darwin.
7016 * term/mac-win.el: Don't set it here.
7017
7018 2002-06-29 Stefan Monnier <monnier@cs.yale.edu>
7019
7020 * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
7021
7022 2002-06-29 Andreas Schwab <schwab@suse.de>
7023
7024 * term/mac-win.el: Use directory-free-space-program instead of
7025 obsolete variable dired-free-space-program. On Darwin, don't set
7026 directory-free-space-program, shell-file-name and
7027 process-connection-type; set directory-free-space-args to not
7028 include `-P' and use utf-8 for file name coding system.
7029
7030 * simple.el (shell-command-on-region): Handle errors and signals
7031 from shell command execution.
7032 (display-message-or-buffer): Fix last change.
7033 (shell-command-default-error-buffer): Doc fix.
7034
7035 * dired.el (dired-view-file): Quote file name for
7036 dired-run-shell-command.
7037
7038 2002-06-29 Kim F. Storm <storm@cua.dk>
7039
7040 * kmacro.el: New file.
7041
7042 2002-06-28 John Wiegley <johnw@gnu.org>
7043
7044 * pcmpl-cvs.el: Added my name as the maintainer of this file.
7045
7046 2002-06-28 Andreas Schwab <schwab@suse.de>
7047
7048 * shell.el (explicit-bash-args): New user option.
7049
7050 2002-06-28 Kim F. Storm <storm@cua.dk>
7051
7052 * ido.el: New file.
7053
7054 2002-06-28 Stefan Monnier <monnier@cs.yale.edu>
7055
7056 * derived.el (define-derived-mode): Preserve the `mode-class' rather
7057 than the `special' symbol property.
7058 (derived-mode-class): Make it obsolete.
7059
7060 2002-06-27 Andreas Schwab <schwab@suse.de>
7061
7062 * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
7063
7064 2002-06-27 Juanma Barranquero <lektu@terra.es>
7065
7066 * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
7067 (meta-flag): Likewise.
7068
7069 * international/mule-util.el (string-to-sequence): Likewise.
7070
7071 * subr.el (char-bytes): Likewise.
7072 (make-local-hook): Likewise.
7073 (baud-rate): Remove redundant info from docstring.
7074
7075 * faces.el (frame-update-faces): Fix obsolescence declaration.
7076 (internal-get-face): Remove redundant info from docstring and
7077 fix obsolescence declaration.
7078
7079 * rect.el (move-to-column-force): Likewise.
7080
7081 * help-fns.el (describe-function-1): Use semicolon instead of dot.
7082 (describe-variable): Likewise.
7083
7084 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
7085
7086 * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
7087 (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
7088 (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
7089 (mouse-wheel-follow-mouse): Change default to t.
7090 (mwheel-event-button): Return the basic event symbol.
7091 (mwheel-scroll): Work with non-mouse events.
7092 (mouse-wheel-mode): Use the new vars.
7093 (mwheel-install): Obey `uninstall'.
7094
7095 * term/xterm.el (function-key-map): Add some bindings.
7096
7097 * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
7098 Rename from delay-uniquify-rationalize-file-buffer-names.
7099 Only rationalize if the buffer is under uniquify control.
7100 (uniquify-delayed-rationalize-file-buffer-names):
7101 Rename from delayed-uniquify-rationalize-file-buffer-names.
7102
7103 2002-06-27 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7104
7105 * net/tramp.el (tramp-file-name-structure)
7106 (tramp-multi-file-name-hop-structure): Split for easier readability.
7107 (tramp-handle-make-symbolic-link): Use user/host/method/... from
7108 LINKNAME, not FILENAME.
7109 (tramp-handle-verify-visited-file-modtime):
7110 Call tramp-ange-ftp-file-name-p with right parameters.
7111 (tramp-handle-verify-visited-file-modtime): `insert' does not
7112 work for integers, convert them to strings first.
7113 (tramp-handle-ange-ftp): New function to perform setup for
7114 replacing Ange-FTP with Tramp.
7115 (tramp-repair-jka-compr): New function to factor out some
7116 previously top-level code. Call the function at top-level.
7117
7118 2002-06-27 Juanma Barranquero <lektu@terra.es>
7119
7120 * composite.el (decompose-composite-char): Fix docstring.
7121
7122 * faces.el (describe-face): Capitalize "not documented" message.
7123
7124 * help-fns.el (describe-variable): Likewise.
7125 (describe-function-1): Likewise. Also, document the obsolescence
7126 of the function, if applicable.
7127
7128 2002-06-26 Juanma Barranquero <lektu@terra.es>
7129
7130 * info.el (info-menu-5): Fix documentation.
7131 (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
7132
7133 2002-06-26 Richard M. Stallman <rms@gnu.org>
7134
7135 * emacs-lisp/cl.el (values): Simplify definition.
7136
7137 * simple.el (shell-command): Match & only at end of whole command.
7138 (display-message-or-buffer): Don't use the echo area
7139 if output buffer is visible.
7140
7141 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
7142
7143 * progmodes/cperl-mode.el: Many trivial doc fixes.
7144 (cperl-non-problems): Definition deleted.
7145 (cperl-menu): Don't refer to cperl-non-problems.
7146 (cperl-word-at-point): Add doc string.
7147 (cperl-beautify-regexp-piece): Fix error message.
7148 (cperl-invert-if-unless): Fix error message.
7149
7150 * dired.el (dired-find-alternate-file): Mark as disabled.
7151
7152 2002-06-25 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7153
7154 * net/tramp.el (tramp-ftp-method): New user option.
7155 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
7156 (with-parsed-tramp-file-name): New macro for the usual big `let'
7157 statement to dissect a file-name.
7158 (tramp-handle-make-symbolic-link, tramp-handle-load)
7159 (tramp-handle-file-name-directory)
7160 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7161 (tramp-handle-file-truename, tramp-handle-file-directory-p)
7162 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
7163 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
7164 Use the new macro and forward call to Ange-FTP if applicable.
7165 (tramp-make-ange-ftp-file-name): New helper function to convert a
7166 file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
7167 (tramp-default-method-alist): New user option.
7168 (tramp-find-default-method): Use it.
7169 (tramp-sh-extra-args): New variable.
7170 (tramp-find-shell): Use it.
7171 (tramp-open-connection-rsh): Support a kludgy feature for the
7172 "-p" option to ssh. If host name is given as "host#42", uses the
7173 "-p 42" option.
7174
7175 2002-06-25 Andreas Schwab <schwab@suse.de>
7176
7177 * replace.el (occur-1): Avoid invalid message format string.
7178
7179 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
7180
7181 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
7182 Check for `noruntime' even if the function has a known sig.
7183 (byte-compile-file, byte-compile-output-docform):
7184 Don't hard code point-min = 1.
7185
7186 * pcvs.el (cvs-parse-process): Don't save/restore point.
7187 Fix last change not to introduce spurious dir FIs.
7188 (cvs-move-to-goal-column): New function extracted from
7189 cvs-mode-previous-line.
7190 (cvs-mode-previous-line, cvs-mode-next-line): Use it.
7191 (cvs-addto-collection): Use it to preserve point.
7192 (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
7193
7194 * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
7195 Don't require the first element to be modifier-free.
7196
7197 * pcvs-parse.el (cvs-parse-table):
7198 Handle `nothing known about' with more care.
7199
7200 * pcvs.el (cvs-fileinfo-kill): Remove.
7201 (cvs-parse-process): Add `old-fis' argument.
7202 (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
7203
7204 * descr-text.el (describe-property-list): Make sure there's
7205 a space between the property name and its value.
7206 (describe-text-properties): Don't kill a pre-existing buffer.
7207
7208 * mwheel.el: Undo last patch from Stephen Gildea for now.
7209
7210 2002-06-24 Kim F. Storm <storm@cua.dk>
7211
7212 * emulation/keypad.el: Added :require 'keypad to defcustoms.
7213
7214 2002-06-23 Stefan Monnier <monnier@cs.yale.edu>
7215
7216 * subr.el (event-start, event-end, event-click-count):
7217 Accept non-mouse events as well.
7218 (read-key): New function.
7219 (read-quoted-char): Use it. Use this-single-command-raw-keys as well.
7220
7221 * files.el: Rename (and mark as obsolete)
7222 find-file-hooks to find-file-hook,
7223 find-file-not-found-hooks to find-file-not-found-functions,
7224 write-file-hooks to write-file-functions,
7225 write-contents-hooks to write-contents-functions.
7226 Mark local-write-file-hooks as obsolete.
7227 (locate-file-completion): Don't cons uselessly. Use test-completion.
7228 (basic-save-buffer): Use (point-min) rather than 1.
7229 (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
7230
7231 * help-fns.el (describe-variable): Only use `buffer' is still live.
7232 Use `delete-region' instead of save-excursion + delete-char.
7233 Document the obsolescence of the variable, if applicable.
7234
7235 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7236
7237 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
7238 comment-auto-fill-only-comments.
7239
7240 2002-06-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7241
7242 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
7243 This is not a handled operation.
7244
7245 2002-06-21 Kim F. Storm <storm@cua.dk>
7246
7247 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
7248 work again. Corrected error in check for C-u initiated prefix.
7249
7250 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
7251
7252 2002-06-21 Richard M. Stallman <rms@gnu.org>
7253
7254 * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
7255 to browse-url-at-point.
7256
7257 * play/zone.el (zone-idle): Var deleted.
7258
7259 * international/iso-acc.el (iso-languages) <french>:
7260 `~ ' now generates `~', `~,' definition deleted.
7261
7262 * format.el (format-annotate-function): Copy multibyte flag
7263 and selective-display into the new temp buffer.
7264
7265 * edmacro.el (edmacro-fix-menu-commands):
7266 Discard `help-echo' events. Handle (menu-bar) events.
7267 Simplify by converting key sequence to a list and then back to vector.
7268
7269 2002-06-21 Stephen Gildea <gildea@stop.mail-abuse.org>
7270
7271 * mwheel.el: Allow arbitrary keys for scrolling, add a third
7272 scrolling speed, fix an unwind-protect.
7273 (mouse-wheel-scroll-amount): Now a three-element list.
7274 (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
7275 (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
7276 (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
7277 New functions.
7278
7279 2002-06-21 Andreas Schwab <schwab@suse.de>
7280
7281 * files.el (find-file-read-args): Add new argument `mustmatch' and
7282 pass it down to read-file-name.
7283 (find-file, find-file-other-window, find-file-other-frame)
7284 (find-file-read-only, find-file-read-only-other-window)
7285 (find-file-read-only-other-frame): Use it and fix prompts.
7286
7287 2002-06-21 Stefan Monnier <monnier@cs.yale.edu>
7288
7289 * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
7290
7291 2002-06-20 Emmanuel Briot <briot@act-europe.fr>
7292
7293 * progmodes/ada-mode.el: Update copyright notice.
7294 Synchronize with GNAT release 3.15a1.
7295 Do not attempt to load ada-support, which is only for compatibility
7296 with older Emacs versions, and is not needed for Emacs 21.
7297 Fix various calls to count-lines, that didn't work correctly when the
7298 buffer was narrowed.
7299 (ada-continuation-indent): New variable.
7300 (ada-contextual-menu): New entry "List local references", faster than
7301 "List References".
7302 (ada-mode): New alignment rules provided by S. Leake.
7303 Add support for which-function-mode.
7304 (ada-get-current-indent): Fix indentation of named parameter lists and
7305 nested boolean expressions.
7306 (ada-indent-on-previous-lines): Fix indentation of labels.
7307 (ada-search-prev-end-stmt): Fix searching of the previous
7308 end-statement, specially with regards to nested subprograms.
7309 (comment-region advice): Initially disabled, for better compatibility
7310 with other modes.
7311 (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
7312
7313 * progmodes/ada-xref.el: Update copyright notice.
7314 (ada-xref-create-ali): The default is now not to create automatically
7315 the ALI files by compiling the unit, since this isn't always reliable
7316 and requires an up-to-date project file.
7317 (ada-prj-default-comp-cmd): No longer use gcc directly to compile
7318 a file, but use gnatmake instead, since this gives access to the GNAT
7319 project files.
7320 (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
7321 (ada-load-project-hook): New variable, for support of GNAT
7322 project files.
7323 (ada-update-project-menu): Fix the detection of the project file name.
7324 (ada-add-keymap): Change key binding for ada-find-file, that conflicted
7325 with another binding in ada-mode.el.
7326 (ada-add-menu): New menu "List Local References", to list the reference
7327 to the entity only in the current file, instead of looking in the whole
7328 project. Much faster.
7329 (ada-find-references): New parameters arg and local-only.
7330 (ada-find-any-references): New parameters local-only and append.
7331 (ada-goto-declaration): Fix handling of predefined entities in xref.
7332 (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
7333 still compatible with GNAT 3.14 of course. Fix various calls to
7334 count-lines, that didn't work correctly when the buffer was narrowed.
7335
7336 * progmodes/ada-prj.el: Update copyright.
7337 (ada-prj-load-directory): Make sure we do not use one of the new Emacs
7338 21 dialogs to select the file, since we want a directory name only.
7339 (ada-customize): Add support for the new GNAT project files.
7340
7341 2002-06-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
7342
7343 * progmodes/etags.el (tag-implicit-name-match-p): New function.
7344 (etags-recognize-tags-table): Use it for implicit tag names.
7345
7346 2002-06-20 Miles Bader <miles@gnu.org>
7347
7348 * comint.el (comint-get-old-input-default): Strip text properties
7349 for fields too.
7350
7351 * comint.el (comint-output-filter): Run output-filter functions
7352 before setting up the prompt.
7353
7354 * international/characters.el: Re-enable code giving word syntax
7355 to certain japanese-jisx0208 characters.
7356
7357 2002-06-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7358
7359 * progmodes/f90.el (f90-type-def-re): Fix value.
7360 (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
7361
7362 2002-06-18 Stefan Monnier <monnier@cs.yale.edu>
7363
7364 * international/quail.el (quail-help): Don't assume the buffer
7365 is displayed in the same frame.
7366
7367 * emacs-lisp/debug.el (cancel-debug-on-entry):
7368 * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
7369
7370 * pcvs.el (cvs-vc-command-advice): Handle the case where args
7371 are passed to `cvs' before the command name.
7372 (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
7373
7374 * pcvs-info.el (cvs-add-face): Minor rewrite.
7375 (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
7376
7377 * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
7378 regexp when they don't match comment-foo any more.
7379
7380 2002-06-18 Juanma Barranquero <lektu@terra.es>
7381
7382 * filesets.el (filesets-update-pre010505): Fix typo.
7383
7384 * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
7385
7386 * emulation/edt.el (edt-substitute): Fix typo.
7387
7388 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
7389
7390 * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
7391
7392 * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
7393
7394 2002-06-17 Richard M. Stallman <rms@gnu.org>
7395
7396 * facemenu.el (facemenu-map): Rename to Describe Text
7397 to Describe Properties and use describe-text-properties.
7398
7399 * simple.el (what-cursor-position): Use describe-char.
7400
7401 * descr-text.el (describe-char): Moved from mule-diag.el, renamed
7402 from describe-char-after. Now calls describe-text-properties.
7403 (describe-property-list): Renamed from describe-text-properties.
7404 (describe-text-properties): Renamed from describe-text-at.
7405 New arg OUTPUT-BUFFER.
7406 (describe-text-properties-1):
7407 New subroutine, broken out from describe-text-properties.
7408 Output a newline before each section of the output.
7409
7410 * international/mule-diag.el (describe-char-after):
7411 Moved to descr-text.el.
7412
7413 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
7414
7415 * international/mule.el (ctext-pre-write-conversion): Fix the values
7416 of FROM and TO if we create a new buffer.
7417
7418 2002-06-17 John Paul Wallington <jpw@shootybangbang.com>
7419
7420 * comint.el (comint-insert-clicked-input): Insert clicked-on
7421 previous input without properties.
7422
7423 2002-06-16 Andrew Choi <akochoi@shaw.ca>
7424
7425 * term/mac-win.el (scalable-fonts-allowed): Set to t.
7426
7427 2002-06-15 Colin Walters <walters@debian.org>
7428
7429 * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
7430 Delete defvars.
7431 (cvs-highlight): Delete.
7432 (cvs-add-face): Use `font-lock-face'. Always add properties.
7433
7434 * ibuffer.el (ibuffer-movement-cycle): New variable.
7435 (ibuffer-backward-line, ibuffer-forward-line): Use it.
7436
7437 2002-06-15 Richard M. Stallman <rms@gnu.org>
7438
7439 * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
7440 (batch-byte-recompile-directory): Undo previous change.
7441
7442 * comint.el (comint-skip-input): New function.
7443 (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
7444 (comint-stop-subjob): Use comint-skip-input.
7445
7446 * ielm.el (ielm-eval-input): Use error-message-string.
7447 (ielm-format-error, ielm-format-errors): Functions deleted.
7448
7449 2002-06-14 Kim F. Storm <storm@cua.dk>
7450
7451 * progmodes/compile.el (grep-tree): Doc fixes.
7452 Added SUBDIRS arg for non-interactive use.
7453
7454 2002-06-14 Juanma Barranquero <lektu@terra.es>
7455
7456 * comint.el (comint-snapshot-last-prompt):
7457 Bind `inhibit-read-only' to t to support read-only prompts.
7458 (comint-output-filter): Likewise.
7459
7460 2002-06-14 Miles Bader <miles@gnu.org>
7461
7462 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
7463 (pop): Move the call to `car' outside the prog1, as the compiler
7464 then generates better code.
7465
7466 2002-06-13 Richard M. Stallman <rms@gnu.org>
7467
7468 * play/zone.el (zone-timer): New variable holds the idle timer.
7469 (zone): Don't fiddle with the idle timer at all.
7470 (zone-when-idle): Put the idle timer in zone-timer.
7471 If one is already set up, cancel it and make a new one.
7472 (zone-leave-me-alone): Likewise.
7473
7474 2002-06-13 Jason Rumney <jasonr@gnu.org>
7475
7476 * w32-fns.el (w32-charset-info-alist): Reorder.
7477
7478 2002-06-13 Andreas Schwab <schwab@suse.de>
7479
7480 * files.el (auto-mode-alist): Move entry for ".in" to the end.
7481
7482 2002-06-13 Miles Bader <miles@gnu.org>
7483
7484 * comint.el (comint-mode): Don't set `font-lock-defaults'.
7485 (comint-mode-hook): Turn on font-lock by default.
7486
7487 2002-06-12 Karl Fogel <kfogel@red-bean.com>
7488
7489 * bookmark.el (bookmark-file-or-variation-thereof):
7490 Restore vc-backend check, thanks to Robert Thorpe for noticing.
7491
7492 2002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
7493
7494 * textmodes/bibtex.el: Change the maintainer to "none".
7495
7496 2002-06-12 Juanma Barranquero <lektu@terra>
7497
7498 * term/w32-win.el (x-handle-switch): Fix handling of
7499 x-invocation-args for switches with arguments.
7500
7501 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
7502
7503 * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
7504 without first making sure it's bound.
7505
7506 2002-06-12 Richard M. Stallman <rms@gnu.org>
7507
7508 * info.el (Info-fontify-node): Compute header line specially
7509 if node has no next, previous or up links.
7510 Hide the part of the first line that is used in the header.
7511 Use Info-next-link-keymap, etc.
7512 (Info-next-link-keymap, Info-prev-link-keymap)
7513 (Info-up-link-keymap): New variables.
7514
7515 * international/mule-diag.el (describe-char-after): Doc fix.
7516
7517 * view.el (view-mode-enter): Clarify echo area message.
7518
7519 * info.el (Info-select-node): Turn header line on or off here.
7520 (Info-setup-header-line): Function deleted.
7521 (Info-mode): Make Info-header-line local.
7522 (Info-fontify-node): Ignore Info-use-header-line.
7523 Unconditionally compute what the header line should be, and
7524 store it on the `header-line' property of the node's first char.
7525 Bind [header-line down-mouse-1].
7526 Use `keymap' property, not `local-map'.
7527 Bind [mouse-2] for mouse clicks on the node line in the text.
7528
7529 * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
7530
7531 2002-06-12 Miles Bader <miles@gnu.org>
7532
7533 * comint.el (comint-send-input): Properly handle empty and
7534 no-newline input regions.
7535
7536 2002-06-12 Colin Walters <walters@gnu.org>
7537
7538 * calc/calc.el: Use `when', `unless'.
7539 (calc-trail-mode): Use an italic `font-lock-face'.
7540 (calc-refresh): Ditto.
7541
7542 2002-06-12 Colin Walters <walters@debian.org>
7543
7544 * font-core.el (font-lock-core-only): Variable deleted.
7545 All uses removed.
7546 (font-lock-set-defaults): Variable alist settings moved back into
7547 font-lock-set-defaults-1.
7548 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
7549 is specifically excluded by the user.
7550
7551 * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
7552
7553 * help-mode.el (help-mode): Don't set `font-lock-defaults'.
7554
7555 * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
7556
7557 * info.el (Info-mode): Don't set `font-lock-defaults'.
7558
7559 * replace.el (occur-mode): Don't set `font-lock-defaults'.
7560
7561 * help-mode.el (help-highlight-p, help-highlight-face):
7562 Variable was unused; delete.
7563 (help-make-xrefs): Doc fix.
7564
7565 2002-06-11 Richard M. Stallman <rms@gnu.org>
7566
7567 * format.el (format-alist): Document new element PRESERVE.
7568 (format-write-file): Implement PRESERVE elt for a format.
7569
7570 * files.el (make-auto-save-file-name): Rename local `filename' to
7571 `file-name'.
7572
7573 2002-06-10 Richard M. Stallman <rms@gnu.org>
7574
7575 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
7576 (ebrowse-copy-list): Function deleted.
7577
7578 * eshell/em-unix.el (eshell/diff): Use copy-sequence.
7579
7580 * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
7581
7582 * eshell/esh-util.el (eshell-copy-list): Function deleted.
7583 (eshell-sublist): Use copy-sequence.
7584 (eshell-copy-tree): Make it an alias for copy-tree.
7585
7586 * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
7587
7588 * subr.el (copy-list): Moved to cl.el.
7589 (copy-tree): Don't use copy-list or cl-pop.
7590
7591 2002-06-10 Miles Bader <miles@gnu.org>
7592
7593 Make comint use text properties for highlighting instead of overlays:
7594 * comint.el (comint-last-output-overlay): Variable removed.
7595 (comint-send-input, comint-output-filter): Use text properties
7596 instead of overlays.
7597 (comint-insert-clicked-input): Rewrite to work with text
7598 properties as well as overlays
7599 (comint-snapshot-last-prompt): Snapshot using text properties.
7600 (comint-get-old-input-default, comint-extract-string): Don't copy
7601 text properties.
7602
7603 * simple.el (line-move-finish): Inhibit field motion when
7604 computing `line-end'.
7605
7606 * files.el (revert-buffer): Correct typo: variable name is
7607 `buffer-file-format', not `buffer-file-formats'.
7608
7609 * comint.el (comint-send-input, comint-output-filter): Use the
7610 `font-lock-face' property instead of `face'. Don't check the
7611 highlight-enabling variables anymore.
7612 (comint-highlight-input, comint-highlight-prompt): Variables removed.
7613
7614 * faces.el (display-supports-face-attributes-p): New function.
7615 (face-spec-set-match-display): Support `supports' predicate.
7616 (italic): Try underlining for displays that don't support real italics.
7617 * cus-edit.el (custom-display): Add support for `supports' predicate.
7618 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
7619 instead of 8-bit, for consistency with the rest of emacs.
7620 (tty-color-canonicalize): Only copy COLOR if we need to change it.
7621 (tty-color-approximate): Scale values from `color-name-rgb-alist'
7622 appropriately. Return the whole color description, rather than
7623 just the RGB values.
7624 (tty-color-standard-values): New function. Code mostly taken from
7625 `tty-color-translate'.
7626 (tty-color-translate, tty-color-values): Use `tty-color-desc' to
7627 do all the work.
7628 (tty-color-desc): Do color lookup here instead of calling
7629 `tty-color-translate' and `tty-color-by-index'; this is now the
7630 main place to do it.
7631
7632 2002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7633
7634 * progmodes/cc-style.el (c-set-style, c-set-style-1):
7635 Add another state for the `dont-override' flag where it only keeps
7636 globally set variables.
7637
7638 2002-06-08 Colin Walters <walters@gnu.org>
7639
7640 * descr-text.el (describe-text-properties): Sort the output by the
7641 size of the values. Put `font-lock-face' property on property names.
7642 (toplevel): Provide `descr-text'.
7643
7644 * international/mule-diag.el (describe-char-after): When there are
7645 text properties, require `descr-text', and just call
7646 `describe-text-properties'.
7647
7648 * international/mule.el (sgml-html-meta-auto-coding-function):
7649 New function.
7650 (auto-coding-from-file-contents): Delete; merge functionality into
7651 `set-auto-coding'.
7652 (set-auto-coding): Move tests from `auto-coding-functions' so that
7653 they have a lower priority than coding: tags.
7654 Put `auto-coding-regexp-alist' tests before coding: tag tests.
7655 (sgml-xml-auto-coding-function): Simply `intern' the match, and
7656 test if it's a valid coding system.
7657 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
7658
7659 2002-06-08 Colin Walters <walters@verbum.org>
7660
7661 * subr.el (copy-list): Moved here from cl.el.
7662 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
7663
7664 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
7665 subr.el. Add a defalias with the old name.
7666
7667 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
7668
7669 * replace.el (occur-mode): Don't set up categories. Do set
7670 `font-lock-defaults', and be sure to set `font-lock-core-only'.
7671 (occur-1): Pass `list-matching-lines-face' and
7672 `list-matching-lines-buffer-name-face'.
7673 (occur-engine): Use `font-lock-face' instead of categories.
7674
7675 * info.el (Info-mode): Don't set up categories. Do set
7676 `font-lock-defaults', and be sure to set `font-lock-core-only'.
7677 (Info-fontify-menu-headers): Use `font-lock-face' instead of
7678 categories.
7679 (Info-fontify-node): Ditto.
7680
7681 * ibuffer.el (ibuffer-category-alist): Delete.
7682 (ibuffer-get-category): Delete.
7683 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
7684 of categories.
7685 (ibuffer-compile-format): Don't treat `name' category specially.
7686 (ibuffer-column name): Use `font-lock-face'.
7687 (filename-and-process): Ditto.
7688 (ibuffer-buffer-name-category): Renamed to
7689 `ibuffer-buffer-name-face'. Don't use categories.
7690 (ibuffer-update-title-and-summary): Use `font-lock-face'.
7691 (ibuffer-insert-filter-group): Ditto.
7692 (ibuffer-mode): Don't set up categories. Do set
7693 `font-lock-defaults', and be sure to set `font-lock-core-only'.
7694 (ibuffer-compile-format): Don't pass third argument
7695 to column functions.
7696 (filename-and-process): Ditto.
7697
7698 * ibuf-macs.el (define-ibuffer-column): Don't create a third
7699 argument for the generated function.
7700
7701 * font-core.el (font-lock-category-alist): Delete.
7702 (turn-on-font-lock-if-enabled): Don't use it.
7703 (font-lock-symbol-category-alist): Delete.
7704 (font-lock-default-function): Use new `char-property-alias-alist'
7705 to make `font-lock-face' an alias for `face' when font-lock mode
7706 is enabled.
7707 (font-lock-core-only): New variable.
7708 (font-lock-set-defaults): Use it.
7709
7710 2002-06-08 Richard M. Stallman <rms@gnu.org>
7711
7712 * files.el (find-file-noselect-1): Undo previous change.
7713
7714 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
7715
7716 2002-06-07 Karl Fogel <kfogel@red-bean.com>
7717
7718 * bookmark.el (bookmark-file-or-variation-thereof): Just use
7719 Info-suffix-list, as suggested by Stefan Monnier.
7720
7721 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
7722
7723 * select.el (xselect-convert-to-string): If VALUE is a string,
7724 return a cons of TYPE and the string.
7725
7726 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7727
7728 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
7729 Fix the table to contain correct characters.
7730
7731 2002-06-04 Richard M. Stallman <rms@gnu.org>
7732
7733 * simple.el: Don't require cl.
7734
7735 2002-06-03 Richard M. Stallman <rms@gnu.org>
7736
7737 * dired.el (dired-do-shell-command): Doc fix in autoload.
7738
7739 * info.el (Info-extract-pointer): Ignore Info-header-line.
7740
7741 * progmodes/cc-mode.el (c-postprocess-file-styles):
7742 Do nothing except in CC modes.
7743
7744 * international/mule-cmds.el (select-safe-coding-system):
7745 When computing auto-cs, narrow to FROM...TO.
7746 Put save-excursion outside save-restriction.
7747 New arg FILE; use that for set-auto-coding.
7748
7749 2002-06-01 Richard M. Stallman <rms@gnu.org>
7750
7751 * simple.el (choose-completion-string-functions): Doc fix.
7752 (choose-completion-string): Add doc string.
7753
7754 2002-06-01 Kim F. Storm <storm@cua.dk>
7755
7756 * simple.el: Reworked previous change.
7757 (choose-completion-string1): Merged back into choose-completion-string.
7758 (choose-completion-string): Run choose-completion-string-functions
7759 after checking for proper minibuffer window. Added mini-p arg to
7760 the hook functions. Insert choice if all hook functions return nil.
7761 (choose-completion-string-functions): Doc update.
7762
7763 2002-06-01 Sam Steingold <sds@gnu.org>
7764
7765 * files.el (auto-mode-alist): Strip trailing ".in" from the file
7766 name when deciding the mode (for config.h.in, Makefile.in etc).
7767
7768 2002-06-01 Thien-Thi Nguyen <ttn@gnu.org>
7769
7770 * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
7771 ?/ and ?* entries to support /* */ style comments.
7772 (prolog-font-lock-keywords): New var.
7773 (prolog-mode): Enable font-locking; set `font-lock-defaults'.
7774
7775 2002-06-01 Kim F. Storm <storm@cua.dk>
7776
7777 * simple.el (choose-completion-string-functions): New special hook.
7778 (choose-completion-string1): Renamed from choose-completion-string.
7779 (choose-completion-string): Run choose-completion-string-functions
7780 until success, and only call choose-completion-string1 if it fails.
7781
7782 2002-05-31 Stefan Monnier <monnier@cs.yale.edu>
7783
7784 * textmodes/ispell.el (autoloaded toplevel): Don't use
7785 ispell-library-directory without checking that it's bound.
7786
7787 2002-05-31 Kim F. Storm <storm@cua.dk>
7788
7789 * emulation/cua-base.el (cua--last-deleted-region-pos)
7790 (cua--last-deleted-region-text): New aux variables.
7791 (cua-delete-region): Set them.
7792 (cua-repeat-replace-region): Use them to find the replacement text.
7793
7794 2002-05-31 Juanma Barranquero <lektu@terra.es>
7795
7796 * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
7797 Fix typos.
7798
7799 2002-05-31 Kim F. Storm <storm@cua.dk>
7800
7801 * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
7802 (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
7803 New custom variables.
7804 (grep-compute-defaults): Compute grep-tree-command's default value.
7805 (grep-expand-command-macros): New aux function.
7806 (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
7807 (grep-tree): New command like grep-find but extended prompting.
7808
7809 2002-05-30 Richard M. Stallman <rms@gnu.org>
7810
7811 * files.el (find-file-default): Add defvar for var already used.
7812
7813 * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
7814
7815 * subr.el (open-network-stream, open-network-stream-nowait)
7816 (open-network-stream-server, process-kill-without-query):
7817 Moved from simple.el.
7818
7819 * simple.el (open-network-stream, open-network-stream-nowait)
7820 (open-network-stream-server, process-kill-without-query):
7821 Moved to subr.el.
7822
7823 * simple.el (byte-compiling-files-p): Function deleted.
7824
7825 * textmodes/ispell.el (ispell-library-directory): Renamed from
7826 ispell-library-path. If Ispell is not installed, init to nil.
7827 (check-ispell-version): Doc fix.
7828 (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
7829 initialize this unconditionally when ispell-menu-map-needed is t.
7830 Local `path' renamed to `dir'.
7831
7832 2002-05-30 Miles Bader <miles@gnu.org>
7833
7834 * calc/calc.el (calc-show-banner): New variable.
7835 (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
7836 (calc-mode-var-list): Add `calc-show-banner'.
7837 * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
7838 (calc-toggle-banner): New function.
7839 * calc/calc-help.el (calc-d-prefix-help): Add `@'.
7840
7841 2002-05-29 Richard M. Stallman <rms@gnu.org>
7842
7843 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
7844 When recognizing a def... construct, make that indentation
7845 tentative, so that it can be overridden if the list in question
7846 is not actually an expression.
7847 (common-lisp-indent-call-method): New subroutine.
7848
7849 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
7850 Delete the output file if we get a file-error.
7851
7852 * tooltip.el (tooltip-mouse-motions-active): New variable.
7853 (tooltip-activate-mouse-motions): Don't kill track-mouse local
7854 if it was not made by us.
7855
7856 * mouse.el (mouse-set-font): Avoid misleading error message
7857 if user makes no selection.
7858
7859 * info.el (Info-setup-header-line): Don't hide the links line.
7860
7861 * files.el (find-file-noselect-1): Return the buffer we created
7862 even if it has been killed within `after-find-file'.
7863
7864 * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
7865
7866 2002-05-29 Kim F. Storm <storm@cua.dk>
7867
7868 * simple.el (open-network-stream-server): Pass on optional args
7869 sentinel and filter to make-network-process (from Luke Gorrie).
7870
7871 2002-05-28 Colin Walters <walters@gnu.org>
7872
7873 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
7874
7875 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
7876 (byte-compile-delete-first): New function.
7877 (byte-compile-read-position): New variable.
7878 (byte-compile-last-position): New variable.
7879 (byte-compile-current-buffer): New variable.
7880 (byte-compile-log-1): Use it.
7881 (byte-compile-set-symbol-position): New function.
7882 (byte-compile-obsolete, byte-compile-callargs-warn)
7883 (byte-compile-arglist-warn, byte-compile-arglist-warn)
7884 (byte-compile-print-syms, byte-compile-file-form-defmumble)
7885 (byte-compile-check-lambda-list, byte-compile-lambda)
7886 (byte-compile-form, byte-compile-variable-ref)
7887 (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
7888 (byte-compile-condition-case, byte-compile-defun)
7889 (byte-compile-defvar, byte-compile-autoload)
7890 (byte-compile-lambda-form): Use it.
7891 (byte-compile-from-buffer): Set it, and bind
7892 `read-with-symbol-positions' and `read-symbol-positions-list'.
7893
7894 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
7895
7896 2002-05-28 Kim F. Storm <storm@cua.dk>
7897
7898 * files.el (read-directory-name): New function.
7899 (cd): Use it instead of read-file-name.
7900
7901 2002-05-27 Kim F. Storm <storm@cua.dk>
7902
7903 * simple.el (push-mark-command): Added optional NOMSG arg.
7904
7905 * emulation/cua-base.el (cua-set-mark): Align pop to mark
7906 behaviour with standard set-mark-command.
7907 (cua--pre-command-handler): Use push-mark-command.
7908 (cua-repeat-replace-region): Improve functionality when
7909 repeated after moving point or changing buffer.
7910
7911 2002-05-26 Colin Walters <walters@verbum.org>
7912
7913 * startup.el (command-line): Use `when', `unless'.
7914 (command-line-1): New argument "--nosplash". Handle it.
7915
7916 * startup.el (inhibit-splash-screen): New variable alias for
7917 `inhibit-startup-message'.
7918
7919 * replace.el (perform-replace): Document return value. Use `pop'.
7920
7921 2002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7922
7923 * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
7924 and slightly changed behaviour, for `f90-previous-block-start' and
7925 `f90-next-block-end'.
7926 (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
7927
7928 2002-05-26 Simon Josefsson <jas@extundo.com>
7929
7930 * fringe.el (set-fringe-mode): Work when updating
7931 `default-frame-alist'.
7932
7933 2002-05-26 Kim F. Storm <storm@cua.dk>
7934
7935 * emulation/cua-base.el (cua--repeat-replace-text): New variable.
7936 (cua-repeat-replace-region): New command.
7937 (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
7938 Misc improvements to the commentary.
7939
7940 2002-05-26 Simon Josefsson <jas@extundo.com>
7941
7942 * fringe.el (fringe-query-style): New fringe style "minimal".
7943
7944 2002-05-24 Simon Josefsson <jas@extundo.com>
7945
7946 * rot13.el (rot13-translate-table): New variable.
7947 (rot13, rot13-string, rot13-region): New functions.
7948
7949 2002-05-25 Martin Stjernholm <bug-cc-mode@gnu.org>
7950
7951 * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
7952 of wrong anchoring, e.g. for else-if compounds.
7953
7954 2002-05-25 Miles Bader <miles@gnu.org>
7955
7956 * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
7957 (menu-bar-showhide-fringe-menu-customize-right)
7958 (menu-bar-showhide-fringe-menu-customize-disable):
7959 Use proper calling convention for `customize-set-value'.
7960 Require `fringe' before setting variable.
7961
7962 2002-05-25 Kim F. Storm <storm@cua.dk>
7963
7964 * emulation/cua-base.el (cua--self-insert-char-p): New function.
7965
7966 * emulation/cua-gmrk.el (cua--init-global-mark): Install default
7967 binding in cua--global-mark-keymap using cua--self-insert-char-p
7968 to handle all global self inserting characters in gmark mode.
7969
7970 * emulation/cua-rect.el (cua--init-rectangles): Install default
7971 binding in cua--rectangle-keymap using cua--self-insert-char-p
7972 to handle all global self inserting characters in rectangle mode.
7973
7974 2002-05-24 Stefan Monnier <monnier@cs.yale.edu>
7975
7976 * net/ange-ftp.el (read-file-name-internal): Remove the
7977 `ange-ftp' property.
7978 (ange-ftp-real-read-file-name-internal): Remove.
7979
7980 2002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk>
7981
7982 * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
7983 `forward-line'.
7984 (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
7985 (f90-previous-block-start): New navigation commands.
7986
7987 2002-05-20 Simon Josefsson <jas@extundo.com>
7988
7989 * fringe.el: New file.
7990
7991 * menu-bar.el (menu-bar-options-save): Add fringe-mode.
7992 (menu-bar-showhide-fringe-menu): New menu.
7993 (menu-bar-showhide-menu): Add Fringe sub-menu.
7994
7995 2002-05-23 Colin Walters <walters@verbum.org>
7996
7997 * replace.el (occur-engine): Include all text properties except
7998 mouse-face on the newline at the end of occurences.
7999
8000 2002-05-23 Kim F. Storm <storm@cua.dk>
8001
8002 * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
8003 (apropos-false-hit-str, apropos-true-hit-doc): New functions.
8004 (apropos-command, apropos-value, apropos-documentation-internal)
8005 (apropos-documentation-check-doc-file)
8006 (apropos-documentation-check-elc-file): Use them to filter out
8007 false matches where only one keyword matches, but more than once.
8008
8009 * apropos.el (apropos-show-scores, apropos-orig-regexp)
8010 (apropos-all-regexp, apropos-synonyms, apropos-words)
8011 (apropos-all-words): New variables.
8012 (aprpos-words-to-regexp, apropos-rewrite-regexp)
8013 (apropos-calc-scores, apropos-score-str, apropos-score-doc)
8014 (apropos-score-symbol): New functions.
8015 (apropos-command, apropos, apropos-value, apropos-documentation):
8016 Allow keywords in addition to regexp. Added scoring.
8017 (apropos-documentation-check-doc-file)
8018 (apropos-documentation-check-elc-file): Added scoring.
8019 (apropos-print): Sort according to score.
8020
8021 2002-05-22 Colin Walters <walters@cis.ohio-state.edu>
8022
8023 * info.el (Info-mode-hook): Change `font-lock-mode' to
8024 `turn-on-font-lock'.
8025
8026 * font-core.el (font-lock-function): New variable.
8027 (font-lock-default-function): New function, created from
8028 `font-lock-mode'.
8029 (font-lock-mode): Just funcall `font-lock-function'.
8030 (font-lock-symbol-category-alist): New variable.
8031
8032 2002-05-22 Markus Rost <rost@math.ohio-state.edu>
8033
8034 * files.el (file-newest-backup): Use file-name-sans-versions.
8035
8036 * diff.el (diff-latest-backup-file): Replace the main code by
8037 a call of file-newest-backup.
8038
8039 2002-05-22 Mike Williams <mdub@bigfoot.com>
8040
8041 * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
8042 the buffer.
8043
8044 2002-05-21 Stefan Monnier <monnier@cs.yale.edu>
8045
8046 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
8047 the last patch works around the wu-ftpd misfeature that prompted
8048 the disabling of this optimization.
8049
8050 2002-05-21 Colin Walters <walters@gnu.org>
8051
8052 * international/mule.el (make-coding-system): Doc fixes.
8053
8054 * international/mule.el (auto-coding-functions): New variable.
8055 (auto-coding-from-file-contents): Use it.
8056 (set-auto-coding): Update docs.
8057 (sgml-xml-auto-coding-function): New function.
8058
8059 * international/mule-util.el (truncate-string-to-width):
8060 New optional argument `ellipsis'. Add commented-out test suite, and
8061 change coding to iso-2022-7bit.
8062
8063 2002-05-21 Colin Walters <walters@verbum.org>
8064
8065 * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
8066 (font-lock-multiline, font-lock-fontified, font-lock-mode)
8067 (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
8068 (font-lock-global-modes): Moved to font-core.el.
8069 (font-lock-set-defaults-1): Partially moved to font-core.el.
8070
8071 * font-core.el: New file, with functions taken from font-lock.el.
8072 (font-lock-category-alist): New variable.
8073 (font-lock-mode): Use it.
8074 (font-lock-set-defaults): Partially taken from font-lock.el.
8075 Only load font-lock.el when necessary.
8076
8077 * loadup.el: Add font-core.el.
8078
8079 * replace.el (occur-mode-hook): New variable.
8080 (occur-fontify-region-function): Deleted.
8081 (occur-mode): Don't use it. Set up `font-lock-category-alist'
8082 instead.
8083 (occur-fontify-on-property): Deleted.
8084 (occur-engine): Use categories from `font-lock-category-alist'.
8085
8086 * info.el (Info-fontify): Deleted.
8087 (Info-select-node): Don't use it.
8088 (Info-mode-hook): New variable.
8089 (Info-mode): Set up categories.
8090 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
8091
8092 * ibuffer.el (ibuffer-formats): Update docs.
8093 (ibuffer-category-alist): New variable.
8094 (ibuffer-get-category): New function.
8095 (ibuffer-compile-make-eliding-form): Use category property instead
8096 of face.
8097 (ibuffer-compile-format): Pass current ibuffer buffer to column
8098 functions too.
8099 (ibuffer-buffer-name-category): New function.
8100 (ibuffer-compile-format): If the current column is a `name'
8101 column, figure out the appropriate category to put on it.
8102 (filename-and-process): Use category property.
8103 (ibuffer-fontify-region-function): Deleted.
8104 (ibuffer-unfontify-region-function): Deleted.
8105 (ibuffer-update-title-and-summary): Use category properties.
8106 (ibuffer-insert-filter-group): Ditto.
8107 (ibuffer-mode): Set up category properties.
8108
8109 2002-05-21 Colin Walters <walters@debian.org>
8110
8111 * replace.el (occur-engine): Increment globalcount all at once
8112 after searching a buffer.
8113 (occur-mode-map): Don't escape plain "o".
8114
8115 * ibuf-macs.el (define-ibuffer-column): Add third argument
8116 `ibuffer-buf'.
8117
8118 * ibuffer.el (toplevel): Require font-lock, to get the face
8119 definitions.
8120 (ibuffer-use-fontification): Deleted.
8121 (column filename-and-process): New column.
8122 (ibuffer-formats): Use it by default.
8123 (ibuffer-name-map, ibuffer-mode-name-map)
8124 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
8125 (ibuffer-do-save, ibuffer-do-toggle-modified)
8126 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
8127 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
8128 (ibuffer): New optional argument `formats'.
8129
8130 2002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
8131
8132 * indent.el (indent-rigidly): Mention how to remove all indentation.
8133
8134 2002-05-21 Colin Walters <walters@gnu.org>
8135
8136 * international/mule-diag.el (describe-char-after): Order display
8137 of text properties by the size of their value, for clarity.
8138
8139 2002-05-20 Stefan Monnier <monnier@cs.yale.edu>
8140
8141 * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
8142 (ange-ftp-file-name-completion): Don't cons unnecessarily.
8143 (ange-ftp-send-cmd): Always `cd' before doing `ls'.
8144
8145 * wid-edit.el (widget-color-complete):
8146 * progmodes/etags.el (tags-complete-tags-table-file):
8147 * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
8148
8149 * textmodes/outline.el (outline-reveal-toggle-invisible):
8150 Reverse the meaning of the second arg.
8151
8152 * reveal.el (reveal-post-command): Reverse the semantics of
8153 reveal-toggle-invisible and support isearch-open-invisible-temporary.
8154
8155 2002-05-20 Markus Rost <rost@math.ohio-state.edu>
8156
8157 * mail/sendmail.el (mail-recover-1): Remove (debug).
8158 (mail-signature): Fix :type.
8159 (mail-default-directory): New user option.
8160 (mail, mail-recover): Use that option.
8161
8162 2002-05-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8163
8164 * international/mule.el (auto-coding-alist): Use emacs-mule
8165 for auto-save files.
8166
8167 2002-05-20 Miles Bader <miles@gnu.org>
8168
8169 * files.el (find-file-read-args): Don't trash existing value of
8170 `minibuffer-setup-hook', just add our hook to it.
8171
8172 2002-05-19 Markus Rost <rost@math.ohio-state.edu>
8173
8174 * international/ucs-tables.el (unify-8859-on-encoding-mode)
8175 (unify-8859-on-decoding-mode): Change :version attributes to strings.
8176
8177 * simple.el (yank-excluded-properties): Change :version attribute
8178 to a string.
8179
8180 * dired.el (dired-view-command-alist): Change :version attribute
8181 to a string.
8182
8183 * xscheme.el (xscheme-start-hook): Change :version attribute to a
8184 string.
8185
8186 * find-dired.el (find-dired): Implement revert-buffer-function.
8187
8188 * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
8189
8190 2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8191
8192 * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
8193 (f90-get-present-comment-type): Fix earlier change.
8194 (f90-comment-indent): Doc fix.
8195 (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
8196 (f90-looking-at-if-then): Remove lets.
8197 (f90-looking-at-where-or-forall): Handle if split over lines.
8198 (f90-change-keywords): Doc fix.
8199
8200 2002-05-19 Richard M. Stallman <rms@gnu.org>
8201
8202 * indent.el (indent-region): Make COLUMN arg optional.
8203
8204 * files.el (find-file-read-args): New function.
8205 (find-file, find-file-other-window, find-file-other-frame)
8206 (find-file-read-only, find-file-read-only-other-window)
8207 (find-file-read-only-other-frame): Use it.
8208
8209 * custom.el (custom-load-symbol): Verify that LOADED is a string.
8210
8211 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
8212 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8213 (archive-zip-update-case): Use locate-file to decide whether
8214 to use pkzip.
8215 (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
8216
8217 * files.el (locate-file): Doc fix.
8218
8219 2002-05-19 John Paul Wallington <jpw@shootybangbang.com>
8220
8221 * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
8222 as an option.
8223
8224 2002-05-18 Stefan Monnier <monnier@cs.yale.edu>
8225
8226 * uniquify.el (uniquify-rationalize-file-buffer-names):
8227 Always strip the trailing / even if the file is not a directory.
8228
8229 2002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk>
8230
8231 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
8232 initialization in the defvar.
8233 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
8234 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
8235 (f90-font-lock-4): Move the doc strings.
8236 (f90-menu-bar-menu): New internal variable to hold the top-level menu.
8237 (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
8238 (f90-mode-abbrev-table): Initialize in the defvar, with
8239 define-abbrev-table.
8240
8241 2002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
8242
8243 * tar-mode.el (tar-octal-time): Fix last change.
8244
8245 2002-05-18 Markus Rost <rost@math.ohio-state.edu>
8246
8247 * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
8248 (report-emacs-bug): Store the prompt in
8249 `report-emacs-bug-text-prompt'. Move Configuration/Important
8250 settings information after the user's report.
8251 (report-emacs-bug-hook): Unclutter by deleting the content of
8252 `report-emacs-bug-text-prompt'.
8253
8254 2002-05-17 Thomas Morgan <tlm@pocketmail.com>
8255
8256 * forms.el (forms-jump-record, forms-insert-record)
8257 (forms-delete-record): Calculate lines from the beginning of the
8258 accessible portion rather than from the beginning of the buffer.
8259
8260 2002-05-16 Eli Zaretskii <eliz@is.elta.co.il>
8261
8262 * ps-mule.el (eval-and-compile): Add a trivial replacement for a
8263 possibly missing encode-char.
8264 (ps-mule-font-info-database-bdf): Add associations for Unicode
8265 fonts. Doc fix.
8266 (ps-mule-font-info-database-ps-bdf): Doc fix.
8267 (ps-mule-encode-ucs2): New function for encoding Unicode characters.
8268
8269 * tar-mode.el (tar-octal-time): Fix the last argument of logior.
8270
8271 2002-05-16 Stefan Monnier <monnier@cs.yale.edu>
8272
8273 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8274 Find funs defined with defun-cvs-mode.
8275 (find-function-space-re): New const. Skips comments as well.
8276 (find-function-regexp, find-variable-regexp): Use it.
8277
8278 * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
8279 (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
8280 (cvs-mode-set-flags): Don't cons unnecessarily.
8281
8282 2002-05-16 Colin Walters <walters@debian.org>
8283
8284 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
8285 "Simple Calculator".
8286 (menu-bar-tools-menu) <calc>: New.
8287
8288 2002-05-16 Juanma Barranquero <lektu@terra.es>
8289
8290 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
8291
8292 * filesets.el (filesets-ormap): Fix typo.
8293
8294 * faces.el (describe-face): Fix typo.
8295
8296 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
8297
8298 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
8299 Don't treat (lambda () ...) as an expression.
8300
8301 2002-05-15 John Paul Wallington <jpw@shootybangbang.com>
8302
8303 * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
8304
8305 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
8306
8307 * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
8308
8309 2002-05-14 Glenn Morris <gmorris@ast.cam.ac.uk>
8310
8311 * progmodes/fortran.el (fortran-directive-re): New name for
8312 fortran-preprocessor-re. All usage updated.
8313 (fortran-calculate-indent): Give directives zero indentation.
8314
8315 2002-05-14 Jason Rumney <jasonr@gnu.org>
8316
8317 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
8318 displayed text and internal name as string.
8319
8320 2002-05-14 Kim F. Storm <storm@cua.dk>
8321
8322 * emulation/cua-rect.el (cua--rectangle-operation):
8323 Don't highlight empty lines in rectangles.
8324
8325 * emulation/keypad.el: Improved commentary.
8326 (keypad-setup, keypad-shifted-setup): Added choice to setup
8327 Numeric keypad with decimal key; value is selected character.
8328 (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
8329 (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
8330 (keypad-setup): Arg list changed to support the new options.
8331
8332 2002-05-14 Richard M. Stallman <rms@gnu.org>
8333
8334 * dabbrev.el (dabbrev-case-distinction): New option.
8335 (dabbrev--try-find): Handle dabbrev-case-distinction.
8336 (dabbrev--search): Clean up the code.
8337 (dabbrev-upcase-means-case-search): Doc fix.
8338 (dabbrev-case-replace): Fix custom tags and docs.
8339
8340 2002-05-14 Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>
8341
8342 * calc/calc-units.el (math-standard-units): Update from CODATA.
8343
8344 2002-05-14 Stefan Monnier <monnier@cs.yale.edu>
8345
8346 * skeleton.el (skeleton-transformation): Default to `identity'.
8347 (skeleton-insert): Use `move-after' markers and `insert' rather
8348 than rely on insert-before-markers.
8349 (skeleton-internal-1): Handle `> \n' specially so that the newline
8350 is inserted before the first line is indented.
8351
8352 2002-05-14 Mike Williams <mdub@bigfoot.com>
8353
8354 * textmodes/sgml-mode.el (sgml-tag):
8355 Default skeleton-transformation to `identity'.
8356
8357 2002-05-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
8358
8359 * shell.el (shell-mode): Make second part of initialisation
8360 depend on whether comint-input-ring is empty, rather than depend
8361 on it being nil.
8362
8363 2002-05-14 Richard M. Stallman <rms@gnu.org>
8364
8365 * files.el (make-auto-save-file-name):
8366 Delete the auto-save file after make-temp-file creates it.
8367
8368 2002-05-13 Kim F. Storm <storm@cua.dk>
8369
8370 * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
8371 (cua-mode): Print Enabled/Disabled messages if interactive.
8372 Disable delete-selection-mode and pc-selection-mode when cua-mode
8373 is enabled; reenable if cua-mode is turned off.
8374 Remember setting of transient-mark-mode when cua-mode is enabled;
8375 restore if cua-mode is disabled.
8376
8377 2002-05-13 Richard M. Stallman <rms@gnu.org>
8378
8379 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
8380
8381 2002-05-13 Colin Walters <walters@gnu.org>
8382
8383 * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
8384
8385 * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
8386 (ibuffer-redisplay-engine): Handle it.
8387
8388 * add-log.el (add-log-mailing-address): Can be a list, too.
8389 (add-change-log-entry): If `add-log-mailing-address' is a list,
8390 then handle it.
8391
8392 2002-05-12 Colin Walters <walters@debian.org>
8393
8394 * replace.el (occur-1): New optional argument `buf-name'.
8395 (occur-revert-function): Use it.
8396
8397 (occur-1): Handle plurals.
8398
8399 (occur-engine): If there are no more matches, then finish
8400 searching the current buffer.
8401
8402 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8403
8404 * net/ange-ftp.el (ange-ftp-try-passive-mode)
8405 (ange-ftp-passive-host-alist): Change :version attributes to be
8406 strings.
8407
8408 2002-05-12 Markus Rost <rost@math.ohio-state.edu>
8409
8410 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
8411 define-minor-mode.
8412
8413 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8414 Handle more whitespace/newline combinations in symbol definitions.
8415
8416 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
8417
8418 * w32-vars.el (w32)
8419 * vc-cvs.el (vc-cvs-global-switches)
8420 (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
8421 * textmodes/sgml-mode.el (sgml-xml-mode)
8422 * ruler-mode.el (ruler-mode)
8423 * replace.el (query-replace-skip-read-only)
8424 * progmodes/fortran.el (fortran-preprocessor-re)
8425 * net/ange-ftp.el (ange-ftp-passive-host-alist)
8426 * mail/sendmail.el (mail-use-dsn)
8427 * faces.el (mode-line-inactive, minibuffer-prompt)
8428 * add-log.el (add-log-always-start-new-record): Change all
8429 post-21.1 :version attributes to 21.4.
8430
8431 2002-05-12 Richard M. Stallman <rms@gnu.org>
8432
8433 * mail/smtpmail.el (smtpmail-mail-address): New variable.
8434 (smtpmail-send-it): Bind and use that instead of `mail-address'.
8435 (smtpmail-via-smtp): Likewise.
8436
8437 * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
8438 (ansi-color-apply-sequence): Avoid duplicates in combined face list.
8439
8440 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
8441
8442 * subr.el (functionp): Catch errors in indirect-function.
8443
8444 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8445
8446 * net/ldap.el (ldap-search-internal): Unfold folded lines before
8447 parsing.
8448
8449 * cus-edit.el (customize-set-value): Rename `var' to `variable'
8450 and `val' to `value'.
8451 (customize-save-variable): Rename `var' to `'variable.
8452
8453 2002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
8454
8455 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
8456 Use it for font-locking and indentation.
8457 (fortran-previous-statement, fortran-next-statement): Make them
8458 skip over preprocessor lines.
8459 (fortran-calculate-indent): Use fortran-preprocessor-re.
8460
8461 2002-05-10 Kim F. Storm <storm@cua.dk>
8462
8463 * emulation/cua-base.el (cua-enable-cua-keys)
8464 (cua-enable-register-prefix): Added value for `other' choice.
8465
8466 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
8467
8468 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
8469 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
8470 (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
8471 Run a named function.
8472 (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
8473 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
8474 Fix help text.
8475
8476 2002-05-10 Kim F. Storm <storm@cua.dk>
8477
8478 * emulation/cua-base.el (cua-mode): Misc. changes to use
8479 emulation-mode-map-alists instead of minor-mode-map-alist.
8480
8481 2002-05-09 Richard M. Stallman <rms@gnu.org>
8482
8483 * mail/rmail.el (rmail-show-message):
8484 Catch error in check-coding-system.
8485
8486 * progmodes/compile.el (compilation-error-regexp-alist):
8487 New element to recognize Python error messages.
8488
8489 * shell.el (shell-replace-by-expanded-directory):
8490 If there's already a / at the end, don't add one.
8491
8492 2002-05-09 Colin Walters <walters@verbum.org>
8493
8494 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
8495 `ibuffer-filter-disable', `ibuffer-pop-filter',
8496 `ibuffer-or-filter', `ibuffer-negate-filter',
8497 `ibuffer-decompose-filter', `ibuffer-save-filters',
8498 `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
8499 `ibuffer-save-filter-groups',
8500 `ibuffer-switch-to-saved-filter-groups',
8501 `ibuffer-delete-saved-filter-groups'.
8502
8503 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
8504
8505 2002-05-09 Markus Rost <rost@math.ohio-state.edu>
8506
8507 * woman.el (woman-menu): Move symbol before the comment so that
8508 find-function-search-for-symbol finds it.
8509
8510 2002-05-10 Miles Bader <miles@gnu.org>
8511
8512 * facemenu.el (list-colors-display): Don't use
8513 `display-color-cells' unless the display class is one for which
8514 that info is relevant.
8515
8516 2002-05-09 Simon Josefsson <jas@extundo.com>
8517
8518 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
8519 calling buffer.
8520 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
8521 have the patch).
8522
8523 2002-05-09 Kim F. Storm <storm@cua.dk>
8524
8525 * wid-edit.el (checkbox): New check-mark image.
8526
8527 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8528
8529 * filesets.el (filesets-running-xemacs): Fix last change.
8530
8531 2002-05-08 Markus Rost <rost@math.ohio-state.edu>
8532
8533 * help-fns.el (describe-function-1): If the source is
8534 `loaddefs.el', look for the real source. This is necessary only
8535 for defaliases.
8536
8537 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8538 Add autoload cookie.
8539 (find-function-regexp): Include
8540 "\(quote " to match the defaliases in loaddefs.el.
8541
8542 * filesets.el (filesets-conditional-sort): Use copy-sequence,
8543 not copy-list.
8544 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
8545 Defvar them to nil if running in Emacs.
8546
8547 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8548
8549 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
8550 to flyspell overlays.
8551
8552 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
8553
8554 2002-05-08 Richard M. Stallman <rms@gnu.org>
8555
8556 * diff.el (diff-regexp-alist): Doc fix.
8557
8558 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
8559
8560 2002-05-08 Simon Marshall <simon@gnu.org>
8561
8562 * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
8563 the frame name as the car of a menu entry, rather than the frame.
8564
8565 2002-05-08 Juanma Barranquero <lektu@terra.es>
8566
8567 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
8568 in docstring.
8569
8570 2002-05-07 Colin Walters <walters@verbum.org>
8571
8572 * replace.el (occur-unfontify-region-function): Delete.
8573 (occur-mode): Don't use it.
8574 (occur-engine): Respect `keep-props'.
8575 (occur-accumulate-lines): If we're moving forward, decrement;
8576 don't increment, and vice versa.
8577
8578 2002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
8579
8580 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
8581 (tibetan-canonicalize-for-unicode-regexp): New variables.
8582 (tibetan-canonicalize-for-unicode-region): New function.
8583 (tibetan-strict-unicode): New variable.
8584 (tibetan-pre-write-canonicalize-for-unicode): New function.
8585
8586 2002-05-07 Markus Rost <rost@math.ohio-state.edu>
8587
8588 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
8589 the autoload-cookie. Remove comment.
8590
8591 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
8592
8593 * rect.el (close-rectangle): Don't hide it behind the
8594 autoload-cookie.
8595
8596 2002-05-07 Juanma Barranquero <lektu@terra.es>
8597
8598 * windmove.el (windmove-default-keybindings): Add optional
8599 parameter to allow using a modifier other than 'shift.
8600
8601 2002-05-07 Thomas Link <t.link@gmx.at>
8602
8603 * filesets.el:
8604 (filesets-external-viewers): Fix customization problem.
8605 (filesets-some): Replaces cl's `some'. Calls changed.
8606 (filesets-member): Replaces cl's `member*'. Calls changed.
8607 (filesets-ormap): New function.
8608
8609 2002-05-07 John Paul Wallington <jpw@shootybangbang.com>
8610
8611 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
8612 menu items.
8613
8614 2002-05-07 Colin Walters <walters@gnu.org>
8615
8616 * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
8617 (ibuffer-clear-filter-groups): Likewise.
8618 (ibuffer-kill-filter-group): Likewise.
8619 (ibuffer-kill-line): Likewise.
8620 (ibuffer-read-filter-group-name): New function.
8621 (ibuffer-jump-to-filter-group): Use it.
8622 (ibuffer-kill-filter-group): Likewise.
8623 (ibuffer-yank-filter-group): Likewise.
8624 (ibuffer-decompose-filter-group): New function.
8625
8626 * ibuffer.el (ibuffer-mode-map): Bind it. Add :enable guard
8627 around `ibuffer-filters-to-filter-group' menu item. Fix :enable
8628 guards for `ibuffer-pop-filter-group' and
8629 `ibuffer-clear-filter-groups'.
8630
8631 2002-05-06 Markus Rost <rost@math.ohio-state.edu>
8632
8633 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8634 Use with-syntax-table.
8635
8636 2002-05-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
8637
8638 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
8639
8640 2002-05-05 Markus Rost <rost@math.ohio-state.edu>
8641
8642 * time-stamp.el (time-stamp-format): Doc fix: escape open
8643 parenthesis in column 0.
8644
8645 2002-05-04 Richard M. Stallman <rms@gnu.org>
8646
8647 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
8648 Handle both cases: when the menu item has cached info
8649 and when it doesn't.
8650
8651 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
8652 (filesets-open-file-function, filesets-save-buffer-function): Likewise.
8653 (filesets-tree-max-level): Doc fix.
8654 (filesets-commands, filesets-external-viewers)
8655 (filesets-ingroup-patterns): Mark as risky.
8656 (filesets-cache-hostname-flag): Doc fix.
8657 (filesets-menu-cache-file): Doc fix. Mark as risky.
8658 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
8659 Don't defcustom them if running in Emacs.
8660
8661 2002-05-04 Thomas Link <t.link@gmx.at>
8662
8663 * filesets.el (filesets-ingroup-collect-files):
8664 Fix problem with inclusion groups' :scan-depth property.
8665
8666 2002-05-04 Colin Walters <walters@verbum.org>
8667
8668 * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
8669 "Default" group earlier. Push killed group on
8670 `ibuffer-filter-group-kill-ring'.
8671 (ibuffer-kill-line): Document. Don't push killed group ourselves.
8672 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
8673 (ibuffer-insert-filter-group-before): New function, broken out
8674 from `ibuffer-yank'.
8675 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
8676
8677 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
8678 (ibuffer-mode-view-menu): Unused variables; deleted.
8679 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
8680
8681 2002-05-04 John Paul Wallington <jpw@shootybangbang.com>
8682
8683 * ibuffer.el (ibuffer-mode-groups-popup): New variable.
8684 (toplevel): Bind filter group menu entries in it. Add :enable
8685 forms for some menu items.
8686 (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
8687 to `ibuffer-mouse-popup-menu'.
8688 (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
8689 group name, and if so, pop up a filter group menu.
8690
8691 2002-05-04 Jason Rumney <jasonr@gnu.org>
8692
8693 * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
8694 (mwheel-scroll): Recognize nil scroll amount as documented.
8695
8696 * term/w32-win.el (mouse-wheel-scroll-line)
8697 (mouse-wheel-scroll-screen): Remove.
8698 ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
8699
8700 * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
8701
8702 2002-05-04 Markus Rost <rost@math.ohio-state.edu>
8703
8704 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8705 Bind case-fold-search when searching.
8706
8707 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
8708
8709 * apropos.el (apropos-print): Fix the reference to mouse-2.
8710
8711 2002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
8712
8713 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
8714
8715 2002-05-04 Kim F. Storm <storm@cua.dk>
8716
8717 * cus-edit.el (custom-buffer-verbose-help): New variable.
8718 (custom-buffer-create-internal): Remove verbose introduction
8719 in customization buffer when it is nil.
8720
8721 2002-05-03 Dave Love <fx@gnu.org>
8722
8723 * international/mule-cmds.el (select-safe-coding-system):
8724 Don't offer coding systems that use locking shift.
8725 Ask for confirmation if chosen coding system disagrees with
8726 a `coding:' spec in the file.
8727
8728 2002-05-03 John Wiegley <johnw@gnu.org>
8729
8730 * eshell/esh-var.el (eshell-modify-global-environment): Added this
8731 customization variable, which will cause any "export" commands
8732 within any eshell buffer to modify the global Emacs environment.
8733 It defaults to nil, which means that such commands will only
8734 modify that Eshell buffer's environment.
8735 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
8736
8737 * eshell/em-cmpl.el (eshell-command-completions-alist):
8738 Improve default completion targets for objdump, nm and readelf.
8739
8740 2002-05-03 Colin Walters <walters@verbum.org>
8741
8742 * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
8743 (gamegrid-add-score-with-update-game-score):
8744 Use `shared-game-score-directory'. Correctly handle non-setuid case.
8745
8746 2002-05-02 Colin Walters <walters@verbum.org>
8747
8748 * replace.el (occur-mode-map): Bind "q" to `delete-window'.
8749 (occur-1): If one of the buffers we're searching is the *Occur*
8750 buffer itself, handle it by creating a temporary buffer. If any
8751 of the buffers being searched are killed, note that in the search
8752 result message. Also, set local variables before we possibly kill
8753 the buffer.
8754
8755 2002-05-02 Kim F. Storm <storm@cua.dk>
8756
8757 * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
8758 (menu-bar-options-save): Added cua-mode.
8759 (menu-bar-options-menu): Added toggle for cua-mode.
8760 Disable toggle for transient-mark-mode if cua-mode is enabled.
8761
8762 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
8763 variable.
8764
8765 2002-05-01 Richard M. Stallman <rms@gnu.org>
8766
8767 * help.el (view-todo): New function.
8768 (help-map): Bind C-h C-t to view-todo.
8769 (help-for-help): Change the text.
8770
8771 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8772
8773 * progmodes/f90.el: Yet more doc string, commment and whitespace
8774 changes.
8775 (f90-imenu-flag): New name for internal variable f90-imenu.
8776 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
8777 (f90-no-break-re): Use regexp-opt.
8778 (f90-end-type-re): Add closing "\\>".
8779 (f90-indent-region): Correctly indent comments embedded in
8780 continued lines.
8781 (f90-indent-new-line): Make it indent the current line, as it should.
8782 (f90-line-continued, f90-get-present-comment-type)
8783 (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
8784 (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
8785 (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
8786 (f90-change-keywords): Minor code tidying.
8787
8788 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
8789 typo `fortran-strip-sqeuence-nos'.
8790
8791 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
8792
8793 * simple.el (clone-indirect-buffer-other-window): Fix a typo in
8794 pop-up-window.
8795
8796 2002-05-01 Kim F. Storm <storm@cua.dk>
8797
8798 * emulation/cua-base.el (cua--pre-command-handler):
8799 Only interpret delete-selection property if mark-active.
8800 (cua-mode): Fixed require in defcustom.
8801
8802 2002-05-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8803
8804 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
8805 error call.
8806
8807 2002-05-01 Colin Walters <walters@verbum.org>
8808
8809 * textmodes/tex-mode.el (tex-validate-buffer):
8810 Use `occur-revert-arguments' instead of setting `occur-nlines' and
8811 `occur-buffer'. Don't test for `input-pending-p' in loop.
8812 Set text property `occur-target' instead of `occur'.
8813
8814 2002-04-30 John Wiegley <johnw@gnu.org>
8815
8816 * align.el (align-region): Fixed the fix to align-region, because
8817 the "name" argument was appearing twice.
8818
8819 2002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org>
8820
8821 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
8822 to handle protection labels, one which doesn't get confused by
8823 inherit colons.
8824
8825 * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
8826 functions that have "class" or "struct" in the return type as
8827 classes or structs.
8828
8829 2002-04-30 Kim F. Storm <storm@cua.dk>
8830
8831 * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
8832 Options" to "New Options..."; rephrase tooltip.
8833 Rephrase tooltip for "Specific Option...".
8834 Added "Saved Options" item. [from Simon Marshall]
8835
8836 2002-04-30 Richard M. Stallman <rms@gnu.org>
8837
8838 * time.el (display-time-mail-directory)
8839 (display-time-mail-function): Doc fixes.
8840
8841 * ediff-hook.el: Remove autoload cookies.
8842
8843 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
8844
8845 * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
8846
8847 * align.el (align-region): Fix call to `message'.
8848 Check that (car rule) is a symbol.
8849
8850 * autoinsert.el (auto-insert-directory): Doc fix.
8851
8852 * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
8853
8854 * descr-text.el: New file, broken out of facemenu.el.
8855
8856 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
8857
8858 2002-04-29 Markus Rost <rost@math.ohio-state.edu>
8859
8860 * mail/emacsbug.el (report-emacs-bug-hook):
8861 Use replace-match only if search was successful.
8862
8863 2002-04-29 Richard M. Stallman <rms@gnu.org>
8864
8865 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
8866
8867 * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
8868 if the user edits the Emacs version number in the text.
8869
8870 * filesets.el (filesets-running-xemacs): Make defvar unconditional.
8871 (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
8872 (filesets-error): Simplify definition and make conditional
8873 on filesets-running-xemacs.
8874 (filesets-find-file-using): Renamed from fsfind-file-using.
8875
8876 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
8877
8878 * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
8879 (Info-read-node-name-1): Complete file names.
8880 (Info-complete-menu-item): Don't cons unnecessarily.
8881
8882 * files.el (locate-file): New fun.
8883 (locate-file-completion): Rename from load-completion and generalize.
8884 (load-library): Use it.
8885 (make-auto-save-file-name): Expand caddr.
8886
8887 * newcomment.el (comment-fill-column): New var.
8888 (comment-indent): Use it.
8889 (comment-or-uncomment-region): New fun.
8890 (comment-dwim): Use it.
8891
8892 2002-04-29 Colin Walters <walters@verbum.org>
8893
8894 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
8895 (ibuffer-kill-line): Copy the filter group data structure when killing.
8896 (ibuffer-yank): Handle case where we're yanking on the default
8897 group correctly.
8898 (ibuffer-delete-saved-filter-groups): Doc fix.
8899
8900 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
8901 Test whether or not update-game-score is setuid, and do the right
8902 thing.
8903
8904 2002-04-29 Kim F. Storm <storm@cua.dk>
8905
8906 * subr.el (remove-yank-excluded-properties): New helper function.
8907 (insert-for-yank, insert-buffer-substring-as-yank): Use it.
8908
8909 * simple.el (yank-excluded-properties): Added help-echo to list.
8910
8911 2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
8912
8913 * autoinsert.el (auto-insert-directory): Doc fix.
8914
8915 * progmodes/f90.el: Add/change doc strings for many inline
8916 functions. Whitespace changes.
8917 (f90-indent-line-no, f90-update-line): Minor code changes.
8918
8919 2002-04-29 Kim F. Storm <storm@cua.dk>
8920
8921 * emulation/cua-base.el: New file.
8922
8923 * emulation/cua-rect.el: New file.
8924
8925 * emulation/cua-gmrk.el: New file.
8926
8927 * emulation/keypad.el: New file.
8928
8929 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
8930
8931 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
8932 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
8933 New Vietnamese coding system.
8934
8935 * language/viet-util.el: Update Commentary section.
8936
8937 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8938
8939 * filesets.el (filesets-data): Doc fix.
8940 (filesets-running-xemacs): Define even when compiling.
8941
8942 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
8943 sentence.
8944
8945 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
8946
8947 * textmodes/fill.el (fill-context-prefix): Fix last change with
8948 yet-another-approach.
8949
8950 2002-04-28 Markus Rost <rost@math.ohio-state.edu>
8951
8952 * net/ange-ftp.el (ange-ftp-passive-host-alist)
8953 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
8954
8955 * files.el (small-temporary-file-directory): Fix custom type.
8956
8957 2002-04-28 Glenn Morris <gmorris@ast.cam.ac.uk>
8958
8959 * progmodes/f90.el (f90-xemacs-flag): New variable.
8960 (f90-mark-subprogram-overlay): New variable.
8961 (f90-mark-subprogram): Now it highlights the subprogram.
8962 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
8963 Fix highlighting of various "type" forms.
8964
8965 2002-04-28 Colin Walters <walters@verbum.org>
8966
8967 * ibuffer.el (ibuffer-mode): Additional documentation on filter
8968 groups.
8969
8970 2002-04-28 John Paul Wallington <jpw@shootybangbang.com>
8971
8972 * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
8973 ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
8974
8975 2002-04-28 Richard M. Stallman <rms@gnu.org>
8976
8977 * mail/sendmail.el (mail-recover-1): Decrease non-random-len
8978 by 1 for the newly-readded #.
8979
8980 * files.el (make-auto-save-file-name): Specify # as suffix
8981 in the non-file-visiting case.
8982
8983 * subr.el (make-temp-file): New arg SUFFIX.
8984
8985 * filesets.el: New file.
8986
8987 * replace.el (occur-accumulate-lines): Avoid incf and decf.
8988 (occur-engine-add-prefix): New function.
8989 (occur-engine): Avoid using macrolet, incf and decf.
8990 Use occur-engine-add-prefix instead.
8991 Rename `l' to `lines' and `c' to `matches'.
8992
8993 * replace.el (occur-engine, occur-mode-mouse-goto)
8994 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
8995 (occur-mode-goto-occurrence-other-window)
8996 (occur-mode-display-occurrence): A position is just a marker,
8997 not a list.
8998
8999 * replace.el (occur-revert-arguments):
9000 Renamed from occur-revert-properties. All uses changed.
9001
9002 2002-04-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9003
9004 * recentf.el (recentf-menu-before): Use string to specify path in
9005 the menu.
9006
9007 * international/mule-cmds.el (read-language-name): Take care of
9008 non-list values.
9009
9010 2002-04-27 Richard M. Stallman <rms@gnu.org>
9011
9012 * custom.el (custom-load-symbol): Moved from cus-edit.el.
9013 (custom-load-recursion): Likewise.
9014
9015 * cus-edit.el (custom-load-symbol): Moved to custom.el.
9016 (custom-load-recursion): Likewise.
9017
9018 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
9019 generated by easymenu are now lowercase.
9020
9021 2002-04-27 Richard M. Stallman <rms@gnu.org>
9022
9023 * menu-bar.el (menu-bar-update-buffers): Add menu items
9024 Next Buffer and Previous Buffer.
9025
9026 * simple.el (next-buffer, prev-buffer): New commands.
9027 Bind C-x left and C-x right to them.
9028
9029 * info.el (Info-header-line): Mark it as risky-local-variable.
9030
9031 * subr.el (insert-for-yank): Replace `category' property
9032 with whatever properties it stands for.
9033
9034 * subr.el (member-ignore-case): Ignore non-strings in LIST.
9035
9036 2002-04-27 Miles Bader <miles@gnu.org>
9037
9038 * faces.el (read-face-name): Format the prompt correctly when
9039 there's no default.
9040
9041 2002-04-26 Andrew Choi <akochoi@shaw.ca>
9042
9043 * term/mac-win.el: Don't call ediff-toggle-multiframe.
9044 Set default directory. Set process-connection-type to nil.
9045
9046 2002-04-26 Richard M. Stallman <rms@gnu.org>
9047
9048 * loadup.el: Explicitly load cus-face and timer.
9049
9050 * isearch.el: Don't require timer.
9051
9052 * faces.el: Don't require cus-face.
9053
9054 * cus-edit.el (customize-face): Use read-face-name
9055 and handle multiple faces.
9056 (customize-face-other-window): Make it work similarly.
9057
9058 * faces.el (read-face-name): New defaulting features.
9059 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
9060 (list-faces-display): Use the face, not its name string,
9061 as arg when running customize-face.
9062 Put a `read-face-name' prop on the entire line.
9063 (describe-face): Handle multiple faces via read-face-name.
9064
9065 * textmodes/tex-mode.el (tex-start-options): New variable.
9066 (tex-start-commands): New variable.
9067 (tex-start-options-string): Variable deleted.
9068 (tex-start-tex): Use tex-start-options and tex-start-commands,
9069 not tex-start-options-string.
9070 (tex-command): Doc fix.
9071
9072 2002-04-26 Sam Steingold <sds@gnu.org>
9073
9074 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
9075 not in the authinfo/netrc, keep `cred' at nil.
9076
9077 2002-04-26 Gerd Moellmann <gerd@gnu.org>
9078
9079 * find-file.el: Remove Ada-specific example code.
9080
9081 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
9082
9083 * ediff-hooks.el: Put back the autoloads.
9084
9085 2002-04-25 Colin Walters <walters@verbum.org>
9086
9087 * ibuffer.el (define column process): Use `ibuffer-aif'.
9088
9089 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
9090 defaults.
9091 (ibuffer-yank): Be sure to `setq' after we use `nconc'.
9092 (ibuffer-save-filter-groups): Correctly structure filter groups.
9093 (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
9094 groups.
9095
9096 2002-04-25 Simon Josefsson <jas@extundo.com>
9097
9098 * mail/sendmail.el (mail-use-dsn): New variable to request
9099 delivery status notification from MTA.
9100 (sendmail-send-it): Use it.
9101
9102 * mail/smtpmail.el (smtpmail-queue-counter): New variable.
9103 (smtpmail-send-it): Use it to construct new queue filenames
9104 (needed if you send more than one message per second, which is
9105 possible if you use Gnus Agent).
9106
9107 * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
9108 files as well.
9109 (smtpmail-try-auth-methods): Support netrc data.
9110 (netrc-parse): Autoload netrc.
9111
9112 2002-04-25 Colin Walters <walters@verbum.org>
9113
9114 * replace.el (multi-occur-by-filename-regexp): Doc fix.
9115 (occur-engine): Go to `point-min'. Make nlines argument actually
9116 mean number of context lines. Handle it. Pad digits to the right.
9117
9118 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
9119 `ibuffer-filter-groups'. All users updated.
9120 (ibuffer-show-empty-filter-groups): New variable.
9121 (ibuffer-saved-filter-groups): New variable.
9122 (ibuffer-maybe-save-stuff): Renamed from
9123 `ibuffer-maybe-save-saved-filters'. Callers updated.
9124 Handle `ibuffer-saved-filter-groups'.
9125 (ibuffer-hidden-filtering-groups): Renamed to
9126 `ibuffer-hidden-filter-groups'.
9127 (ibuffer-filter-group-kill-ring): New variable.
9128 (ibuffer-save-with-custom): Doc fix.
9129 (ibuffer-set-filter-groups-by-mode): New function.
9130 (ibuffer-clear-filter-groups): New function.
9131 (ibuffer-current-filter-groups-with-position): Renamed from
9132 `ibuffer-current-filter-groups'. Callers updated.
9133 (ibuffer-kill-filter-group): New function.
9134 (ibuffer-kill-line): New function.
9135 (ibuffer-yank): New function.
9136 (ibuffer-save-filter-groups): New function.
9137 (ibuffer-delete-saved-filter-groups): New function.
9138 (ibuffer-switch-to-saved-filter-groups): New function.
9139 (ibuffer-mark-on-buffer): Add optional arguments for adding a
9140 specific mark, and marking on a specific group.
9141
9142 * ibuffer.el (ibuffer-formats): Doc fix.
9143 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
9144 Bind new functions from ibuf-ext.el. Add menu entries for them.
9145 Remove superfluous tooltips.
9146 (ibuffer-toggle-marks): If on a group name, then toggle marks just
9147 in that group.
9148 (ibuffer-mark-interactive): Handle filter groups.
9149 (ibuffer-mark-forward, ibuffer-unmark-forward)
9150 (ibuffer-mark-for-delete, ibuffer-unmark-backward)
9151 (ibuffer-mark-for-delete-backwards): Update docs.
9152 (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
9153 to `ibuffer-current-filter-groups-with-position'.
9154 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
9155 (ibuffer-mode): Add some documentation about filter groups.
9156
9157 2002-04-25 Andreas Schwab <schwab@suse.de>
9158
9159 * find-dired.el (find-name-dired): Don't quote pattern twice.
9160
9161 2002-04-26 Miles Bader <miles@gnu.org>
9162
9163 * cus-edit.el (customize-face, customize-face-other-window):
9164 Use default instead of initial-input for suggested face.
9165
9166 2002-04-25 Gerd Moellmann <gerd@gnu.org>
9167
9168 * cus-edit.el (customize-face-other-window, customize-face):
9169 Interactively, when point is on text with a face, suggest to
9170 customize that face.
9171
9172 2002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk>
9173
9174 * progmodes/f90.el: General tidy-up of commentary and some doc
9175 strings.
9176
9177 2002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9178
9179 * scroll-all.el (scroll-all-function-all) New function to do the
9180 actual work.
9181 (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
9182 scroll-all-page-down-all, scroll-all-page-up-all,
9183 scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
9184 Make them use scroll-all-function-all.
9185
9186 * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
9187 with line-beginning-position.
9188 (f90-get-end-of-line): Removed and replaced with line-end-position.
9189 (f90-match-piece): Removed and replaced with match-string.
9190 (f90-current-indentation): Remove `current-column'.
9191 (f90-get-present-comment-type): Use match-string rather than
9192 buffer-substring.
9193 (f90-match-end): Use line-beginning-position, line-end-position
9194 rather than beginning-of-line, end-of-line.
9195 (f90-startup-message): Variable removed.
9196
9197 2002-04-24 Colin Walters <walters@verbum.org>
9198
9199 * replace.el (occur-accumulate-lines): Add optional argument
9200 `no-props'. Handle it.
9201 (occur-engine): Use it.
9202
9203 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set
9204 up autoloads manually.
9205 (ibuffer-split-list): New function.
9206 (ibuffer-filtering-groups): New variable.
9207 (ibuffer-hidden-filtering-groups): New variable.
9208 (ibuffer-mouse-toggle-filter-group): New function.
9209 (ibuffer-toggle-filter-group): New function.
9210 (ibuffer-toggle-filter-group-1): New function.
9211 (ibuffer-forward-filter-group): New function.
9212 (ibuffer-backward-filter-group): New funtion.
9213 (ibuffer-generate-filter-groups): New function.
9214 (ibuffer-filters-to-filter-group): New function.
9215 (ibuffer-pop-filter-group): New function.
9216 (ibuffer-jump-to-filter-group): New function.
9217 (ibuffer-do-occur): Just use `occur-read-primary-args'
9218
9219 * ibuffer.el (ibuffer-filter-group-name-face): New.
9220 (ibuffer-mode-map): Bind and add menu entries for most new
9221 functions; also, bind the arrow keys to the movement functions.
9222 (ibuffer-mode-filter-group-map): New.
9223 (ibuffer-mouse-toggle-mark): Handle group names.
9224 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
9225 (ibuffer-skip-properties): New function.
9226 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
9227 group names. Also, handle new properties.
9228 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
9229 Move error handling to `ibuffer-current-buffer'.
9230 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
9231 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
9232 (ibuffer-toggle-marks): Add optional group argument.
9233 (ibuffer-mark-interactive): Skip group names.
9234 (ibuffer-current-buffer): Clean up error handling.
9235 (ibuffer-fontify-region-function): Fontify group names.
9236 (ibuffer-map-lines): Add extra group argument. Handle it.
9237 (ibuffer-current-filter-groups): New function.
9238 (ibuffer-redisplay): Handle hidden filtering groups.
9239 (ibuffer-sort-bufferlist): New function, taken from
9240 `ibuffer-insert-buffers-and-marks'.
9241 (ibuffer-insert-filter-group): New function.
9242 (ibuffer-redisplay-engine): Renamed from
9243 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups.
9244 (ibuffer): Add filter-groups argument. Handle it.
9245 Use `save-selected-window'.
9246 (ibuffer-mode): Make `ibuffer-filtering-groups' and
9247 `ibuffer-hidden-filtering-groups' buffer-local.
9248
9249 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
9250
9251 2002-04-24 Richard M. Stallman <rms@gnu.org>
9252
9253 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
9254 (easy-menu-define-key-intern): Function deleted; callers intern
9255 and then call easy-menu-define-key.
9256 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
9257 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
9258 (easy-menu-name-match): New function.
9259 (add-submenu): New function.
9260 (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
9261
9262 2002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
9263
9264 * menu-bar.el (menu-bar-adv-search-menu)
9265 (menu-bar-adv-search-menu): Improve the help text.
9266
9267 2002-04-24 Simon Josefsson <jas@extundo.com>
9268
9269 * net/netrc.el: New file.
9270
9271 2002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
9272
9273 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
9274 Check if any of the available selection sources has new content
9275 and if so it will return that content.
9276
9277 2002-04-24 Miles Bader <miles@gnu.org>
9278
9279 * menu-bar.el (buffers-menu-show-directories)
9280 (buffers-menu-show-status): New variables.
9281 (menu-bar-update-buffers-1): Use them.
9282
9283 2002-04-24 Martin Stjernholm <mast@lysator.liu.se>
9284
9285 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
9286 from `c-do-auto-fill' and point is at or near the limit of the
9287 comment. Fixed bug when the prefix from `c-guess-fill-prefix'
9288 is longer than the text on the first line of the comment when
9289 it's masked.
9290
9291 2002-04-24 Miles Bader <miles@gnu.org>
9292
9293 * menu-bar.el (menu-bar-update-buffers-1): Make sure
9294 `uniquify-buffer-name-style' is bound.
9295
9296 2002-04-23 Colin Walters <walters@verbum.org>
9297
9298 * replace.el (toplevel): Require `cl' while compiling.
9299 (occur-buffer, occur-nlines): Delete.
9300 (occur-revert-properties): Rename to `occur-revert-properties'.
9301 (occur-mode): Handle it. Set up font lock.
9302 (occur-revert-function): Simply apply `occur-1'.
9303 (occur-mode-find-occurence, occur-mode-mouse-goto)
9304 (occur-mode-goto-occurrence-other-window)
9305 (occur-mode-display-occurrence): Handle buffer property.
9306 (list-matching-lines-face): Use defcustom.
9307 (list-matching-lines-buffer-name-face): New variable.
9308 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
9309 in ibuffer.el.
9310 (occur-read-primary-args): Move out of `occur'.
9311 (occur): Delete. Now simply call `occur-1'.
9312 (multi-occur, multi-occur-by-filename-regexp): New functions.
9313 (occur-1): New function.
9314 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
9315 previous implementation of `occur'; taken from ibuf-ext.el.
9316 (occur-fontify-on-property): New function.
9317 (occur-fontify-region-function, occur-unfontify-region-function):
9318 New functions.
9319
9320 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
9321
9322 * ibuf-ext.el (ibuffer-depropertize-string): Delete.
9323 (ibuffer-occur-match-face): Delete.
9324 (ibuffer-occur-props, ibuffer-occur-mode): Delete.
9325 (ibuffer-occur-mouse-display-occurence): Delete.
9326 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
9327 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
9328 (ibuffer-occur-engine): Moved to replace.el.
9329 (ibuffer-do-occur): Simply call `occur-1'.
9330
9331 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
9332 Handle the case where we're already viewing the score file.
9333
9334 2002-04-23 Andreas Schwab <schwab@suse.de>
9335
9336 * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
9337 next-tag-otherw.
9338
9339 2002-04-23 Miles Bader <miles@gnu.org>
9340
9341 * menu-bar.el (menu-bar-update-buffers-1): Don't display a
9342 directory separator if there's no directory. Don't display
9343 directories at all if uniquify is active. Some code cleanup.
9344 (uniquify-buffer-name-style): Declare (but don't initialize).
9345
9346 * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
9347 for command menu entries, since the low-level menu code modifies
9348 them. Cache the resulting list.
9349 (menu-bar-buffers-menu-command-entries): New variable.
9350
9351 * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
9352 Add separator line before commands
9353 Remove old crufty code that tried to line things up by adding
9354 spaces to entries (it doesn't work).
9355 Move `Frames' submenu after the normal buffers, and add a
9356 separator line before it.
9357 (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
9358
9359 2002-04-22 Richard M. Stallman <rms@gnu.org>
9360
9361 * files.el (after-find-file): Use %s to output MSG.
9362
9363 * dired.el (dired-mouse-find-file-other-window):
9364 Handle events that move out of the window.
9365
9366 2002-04-23 Martin Stjernholm <mast@lysator.liu.se>
9367
9368 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
9369 was moved to the following line when it was at the first line
9370 of a block comment where comment-start-skip matched to eol.
9371
9372 2002-04-22 Richard M. Stallman <rms@gnu.org>
9373
9374 * simple.el (line-move-finish): Find beg and end of line
9375 before calling line-move-to-column. Do consider intangible
9376 when finding the end. Take more care in analyzing the results
9377 of intangibility after line-move-to-column.
9378
9379 2002-04-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9380
9381 * international/mule-diag.el (list-input-methods-1): Doc fix
9382 (LEIM is now part of the standard distribution).
9383
9384 * tmm.el (tmm-completion-prompt): Doc fix.
9385
9386 * hilit-chg.el (global-highlight-changes): Capitalize status texts.
9387
9388 2002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
9389
9390 * diary-lib.el (include-other-diary-files): Allow modifying
9391 included buffer, to turn off selective display.
9392
9393 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9394
9395 * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
9396 pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
9397 emacsen that doesn't support it.
9398
9399 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9400
9401 * progmodes/cc-align.el, progmodes/cc-engine.el,
9402 progmodes/cc-styles.el, progmodes/cc-vars.el
9403 (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
9404 Find correct anchor for statement-cont in top level constructs.
9405 Analyze variable initializations in top level constructs as
9406 topmost-intro-cont instead of statement-cont. That is an
9407 incompatible change but it gives better consistency. The new
9408 lineup function c-lineup-topmost-intro-cont' compensates for
9409 it and is now put on topmost-intro-cont by default.
9410
9411 * progmodes/cc-align.el, progmodes/cc-engine.el,
9412 progmodes/cc-langs.el (c-lineup-argcont): Lineup function
9413 contributed by Kevin Ryde.
9414
9415 (c-in-gcc-asm-p): Function to recognize asm statements.
9416 Contributed by Kevin Ryde.
9417
9418 (c-opt-asm-stmt-key): New language variable to recognize the
9419 beginning of asm statements.
9420
9421 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9422
9423 * progmodes/cc-engine.el (c-guess-basic-syntax):
9424 Detect variable declarations after class and struct declarations
9425 correctly. Fixed limit error when finding the anchor for
9426 template-args-cont and topmost-intro-cont.
9427
9428 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9429
9430 * progmodes/cc-cmds.el (c-beginning-of-defun)
9431 (c-declaration-limits): Find the "line oriented" declaration
9432 start too, just like the "line oriented" end is found.
9433
9434 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9435
9436 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
9437 for `inexpr-statement'. This is not compatible, though.
9438 I think the benefit of a good default style outweights that in
9439 this case. Besides, `inexpr-statement' is not very common.
9440
9441 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9442
9443 * progmodes/cc-cmds.el (c-electric-delete-forward):
9444 Fix silly bug that caused it to delete backwards in hungry delete
9445 mode. (It's amazing that this bug hasn't been reported.)
9446
9447 * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
9448 Extracted the code to get the declaration limits from
9449 `c-mark-function' to a new `c-declaration-limits'.
9450
9451 (c-indent-defun): Use the same method to get the limits of the
9452 declaration or macro as `c-mark-function'.
9453
9454 * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
9455 list initializers correctly (but costly; it ought to be
9456 integrated into `c-beginning-of-statement-1').
9457
9458 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9459
9460 * progmodes/cc-cmds.el, progmodes/cc-engine.el
9461 (c-beginning-of-defun, c-end-of-defun, c-mark-function):
9462 Rewritten to detect the declaration limits better.
9463 Now handles K&R argdecls, class definitions followed by variables etc.
9464
9465 (c-in-knr-argdecl): Broke out the K&R argdecl test in
9466 `c-beginning-of-decl-1' to this new function.
9467
9468 (c-end-of-statement-1, c-end-of-decl-1):
9469 Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
9470 handles declarations that continue after the block.
9471
9472 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
9473 Added an option to restrict matching to the top level of the
9474 current paren sexp.
9475
9476 * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
9477 New regexp to recognize declarations that continue after the block.
9478
9479 (c-syntactic-eol): New regexp to match a "syntactic" eol.
9480
9481 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9482
9483 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
9484 that often caused the backward limit to be lost at the top
9485 level. This improves performance a bit.
9486
9487 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
9488 New function that works like `re-search-forward' but only returns
9489 matches in syntactically significant text.
9490
9491 * progmodes/cc-engine.el: Fixed a faster and more accurate way
9492 to recognize K&R argdecls.
9493
9494 (c-beginning-of-decl-1): New function that put point at the
9495 beginning of the declaration. It handles K&R argdecl blocks.
9496
9497 (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
9498 code with one that doesn't depend on the current indentation.
9499 The anchor position for `knr-argdecl' has also changed, but in
9500 a way that is unlikely to cause compatibility problems.
9501
9502 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9503
9504 * progmodes/cc-defs.el, progmodes/cc-engine.el
9505 (c-forward-comment): `forward-comment' in XEmacs skips over
9506 line continuations in the backward direction. Correct for
9507 that. Also made this a defun since it has grown too large now
9508 to be a defsubst.
9509
9510 * progmodes/cc-langs.el: More convenient and decentralized
9511 setup of the language specific variables. The regexp-opt
9512 mangling is also done at compile time now.
9513
9514 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9515
9516 * progmodes/cc-cmds.el (c-indent-line-or-region):
9517 Call `c-indent-line' directly instead of through
9518 `indent-according-to-mode' so that this function always
9519 indents syntactically.
9520
9521 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
9522 where a class beginning with a nested class could cause an
9523 infinite loop (the state outside the narrowed out class is
9524 never used now).
9525
9526 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9527
9528 * progmodes/cc-align.el, progmodes/cc-cmds.el,
9529 progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
9530 the context sensitive analysis inside macros is restricted to
9531 the bodies of #define's; other things, like #if expressions,
9532 never have anything in common with their surroundings.
9533 The old `cpp-macro-cont' syntax is now used in situations where
9534 the syntactic analysis isn't applicable, and a new syntactic
9535 element `cpp-define-intro' is used to add indentation in
9536 #define bodies.
9537
9538 (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
9539 better reflect its use.
9540
9541 * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
9542 continuation backslashes in the detection of `arglist-cont-nonempty'.
9543
9544 * progmodes/cc-align.el: Use the vector form in the return
9545 value in all cases where lineup functions return absolute columns.
9546
9547 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9548
9549 * progmodes/cc-engine.el (c-add-stmt-syntax)
9550 (c-guess-basic-syntax): Anchor `brace-list-intro' and
9551 `bracec-list-close' better for brace lists nested inside expressions.
9552
9553 * progmodes/cc-engine.el, progmodes/cc-langs.el,
9554 progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
9555 various language specific variables and their initialization.
9556 The keyword regexps are now lists that are combined with
9557 regexp-opt. Some variables have changed names to fit better
9558 with the naming convention.
9559
9560 * progmodes/cc-defs.el, progmodes/cc-vars.el
9561 (c-buffer-is-cc-mode): The value is the mode symbol of the
9562 original CC Mode mode.
9563
9564 (c-major-mode-is): Compare against the buffer local variable
9565 `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
9566
9567 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9568
9569 * progmodes/cc-engine.el (c-forward-syntactic-ws)
9570 (c-backward-syntactic-ws, c-forward-token-1)
9571 (c-backward-token-1, c-in-literal, c-literal-limits)
9572 (c-collect-line-comments, c-literal-type, c-on-identifier)
9573 (c-guess-basic-syntax): These functions are now considered part
9574 of the "CC Mode API" and may be used by other code.
9575 That's signified by making their documentation into docstrings.
9576
9577 (c-whack-state, c-hack-state, c-skip-case-statement-forward):
9578 Removed these internal functions since they aren't used.
9579
9580 (c-forward-to-cpp-expression): Classified this function as internal.
9581
9582 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9583
9584 * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
9585 Simplified these regexps; the class keywords they contain
9586 ought to be enough to avoid false matches, so checking for
9587 following identifiers etc is just unnecessary (and might also
9588 fail for oddly formatted code).
9589
9590 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9591
9592 * progmodes/cc-engine.el, progmodes/cc-cmds.el
9593 (c-forward-comment-lc): New function that behaves like
9594 `c-forward-comment', with the exception that line
9595 continuations are treated as whitespace.
9596
9597 (c-beginning-of-statement): Use `c-forward-comment-lc', to
9598 work correctly in macros and other places where line
9599 continuations should be treated as whitespace.
9600
9601 * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
9602 normal label in a switch block as a case label, to get
9603 consistent lineup with the case labels.
9604
9605 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
9606 in skipping over a macro that ends with an empty line.
9607
9608 * progmodes/cc-styles.el: Require cc-align since styles added
9609 with `c-add-style' often contains references to functions
9610 defined there, and so the `c-valid-offset' check might
9611 otherwise complain on them.
9612
9613 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9614
9615 * progmodes/cc-align.el, progmodes/cc-mode.texi,
9616 progmodes/cc-vars.el: Added two new lineup functions:
9617
9618 (c-lineup-knr-region-comment): A new lineup function to get
9619 (what most people think is) better indentation of comments in
9620 the "K&R region" between the function header and its body.
9621
9622 (c-lineup-gcc-asm-reg): New lineup function for better
9623 indentation inside gcc asm blocks. Contributed by Kevin Ryde.
9624
9625 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
9626 `c-lineup-knr-region-comment' in the default offset
9627 configuration, since these two functions have little impact
9628 outside their intended use, and they generally do the right
9629 thing when they kick in.
9630
9631 * progmodes/cc-engine.el (c-guess-continued-construct)
9632 (c-guess-basic-syntax): Handle nested functions in all
9633 languages, not just Pike. In C and C++ there's a gcc
9634 extension for this, and it also gives better treatment of
9635 macros that are followed by blocks.
9636
9637 * progmodes/cc-langs.el (c-symbol-key): Made this variable
9638 mode specific, to handle Pike special symbols like `== better.
9639
9640 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9641
9642 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
9643 progmodes/cc-vars.el (c-report-syntactic-errors): A new
9644 variable to control the syntactic error messages. It defaults
9645 to off; since CC Mode ignores most syntactic errors it might
9646 as well ignore them all for the sake of consistency.
9647
9648 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9649
9650 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
9651 Optimization. Can give a noticeable speedup if there's a
9652 large preceding function or class body.
9653
9654 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9655
9656 * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
9657 efficient and correct insertion functions in many places.
9658 Always inherit text properties correctly if the text is
9659 permanent. Also do it for speed in temporary insertions,
9660 since I figure it's less work to continue the surrounding text
9661 properties than to break them.
9662
9663 * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
9664 completion to make it easier to enter lists.
9665
9666 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9667
9668 * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
9669 c-state-cache was clobbered.
9670
9671 * progmodes/cc-cmds.el, progmodes/cc-engine.el
9672 (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
9673 to dependency.
9674
9675 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9676
9677 * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
9678 open parens in macros (if point isn't in the same one).
9679
9680 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9681
9682 * progmodes/cc-cmds.el (c-context-open-line): New function
9683 that is the `open-line' equivalent to `c-context-line-break'.
9684
9685 * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
9686 for Emacs 21 since `indent-new-comment-line' has been changed
9687 to `comment-indent-new-line' there.
9688
9689 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9690
9691 * progmodes/cc-engine.el, progmodes/cc-langs.el
9692 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
9693 New variables containing the character sets used to recognize
9694 statement/declaration boundaries. These variables might help
9695 to support languages like javascript and awk, where newlines
9696 sometimes delimits statements.
9697
9698 (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
9699 the set of statement delimiting characters, to allow it to be
9700 changed dynamically and per-mode.
9701
9702 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9703
9704 * progmodes/cc-engine.el (c-looking-at-bos)
9705 (c-looking-at-inexpr-block, c-add-stmt-syntax)
9706 (c-guess-basic-syntax): Treat blocks directly inside function
9707 calls like "bare" statements inside function calls, and not
9708 like in-expression statements. This to make indentation of
9709 such blocks consistent with other statements inside macro calls.
9710
9711 * progmodes/cc-engine.el (c-guess-basic-syntax):
9712 Made arglist-cont anchor correctly in arglists that contain statements.
9713
9714 * progmodes/cc-engine.el (c-guess-basic-syntax):
9715 Fixed consistent anchoring of defun-block-intro in defuns in code
9716 blocks (can only occur in Pike).
9717
9718 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
9719 (c-looking-at-inexpr-block-backward): Changed the arguments to
9720 require containing sexps and paren state, for better efficiency.
9721
9722 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9723
9724 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
9725 progmodes/cc-vars.el: Improved anchoring of statement and
9726 handling of labels in front of substatements.
9727
9728 (c-guess-continued-construct, c-guess-basic-syntax):
9729 Improved and unified anchoring at statements. Statements beginning
9730 with comments or labels are now avoided, by going out of
9731 blocks and containing statements if necessary. This nesting
9732 handling also fixes the case when there's a statement after a
9733 block open brace. Added the syntactic symbol `substatement-label'.
9734
9735 (c-electric-colon): Map the new `substatement-label' to
9736 `label' when consulting `c-hanging-colons-alist'.
9737
9738 (c-offsets-alist): Added substatement-label. Updated the
9739 comments for the new anchoring positions at statements.
9740
9741 * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
9742 anchor points for knr-argdecl-intro and access-label.
9743 They used to refer to some point on the same line, a bug which was
9744 neutralized by a kludge in `c-get-syntactic-indentation' which
9745 ignored such anchor points.
9746
9747 (c-get-syntactic-indentation): Removed the kludge that was
9748 necessary due to buggy anchor points.
9749
9750 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
9751 the absence of a comma before arglist-close (case 7A) in any
9752 language, since there's nothing better to do that case anyway.
9753 Added special case to make in-expression statements be
9754 recognized as normal arglist-cont if we're directly in a macro
9755 arglist, for consistency with other "bare" statements.
9756
9757 * progmodes/cc-engine.el (c-looking-at-bos): Added optional
9758 limit arg for backward searches.
9759
9760 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
9761 Anchor gcc in-expression statements at the surrounding open
9762 parenthesis. Treat a class body as an in-expression class if
9763 it's used in an object clone expression in Pike.
9764
9765 * progmodes/cc-engine.el (c-get-offset)
9766 (c-get-syntactic-indentation): Allow several anchor positions
9767 in the list of syntactic symbols. Only the first is used as
9768 the base for the offset calculation.
9769
9770 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9771
9772 * progmodes/cc-cmds.el (c-indent-defun): Indent the current
9773 macro if inside one at the top level. Do not throw an error
9774 if used at the top level outside a macro.
9775
9776 * progmodes/cc-cmds.el (c-backslash-region): Do tab width
9777 alignment only if the backslashes can't be aligned with
9778 surrounding backslashes.
9779
9780 * progmodes/cc-engine.el (c-end-of-macro): New function.
9781
9782 * progmodes/cc-engine.el (c-least-enclosing-brace):
9783 Rewritten to not be destructive.
9784
9785 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9786
9787 * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
9788 line break when point is inside the content of it; if it's in
9789 the cpp keyword a normal line break is done.
9790
9791 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
9792 cpp-macro-cont inside the argument list to a #define.
9793
9794 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9795
9796 * progmodes/cc-defs.el (c-forward-comment): Implemented a
9797 kludge to avoid the problem most forward-comment incarnations
9798 have with `\' together with comment parsing.
9799
9800 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9801
9802 * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
9803 which could cause the state returned by `c-parse-state' to
9804 lack a closed paren element. That in turn could result in
9805 very long searches, since it's common that they start from the
9806 last preceding close brace.
9807
9808 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9809
9810 * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
9811 treat else-if as a single continuation, since that'd make it
9812 hard to get the right anchor point when there's a line break
9813 between the two keywords. This change causes else-clause to
9814 be anchored on the closest preceding else-if and not always on
9815 the starting if, but that doesn't affect the indentation for
9816 any reasonably sane style. Also introduced a noerror flag.
9817
9818 (c-beginning-of-closest-statement): Removed;
9819 c-beginning-of-statement-1 now avoids the problem this one solved.
9820
9821 * progmodes/cc-engine.el (c-guess-continued-construct)
9822 (c-guess-basic-syntax): Better and more uniform anchor points
9823 for 'statement-cont and 'substatement. The effect is
9824 noticeable mostly when there's a label on the same line as the
9825 beginning of the statement, or when there are more stuff
9826 before the start of the statement.
9827
9828 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
9829 Added flag to disable looking at the type of the surrounding paren
9830 since that confuses c-beginning-of-statement-1 and a couple of
9831 other places.
9832
9833 * progmodes/cc-engine.el (c-guess-basic-syntax):
9834 Avoid stepping to the previous statement in case 18.
9835 Improvements in recognition of statement blocks on the top level.
9836
9837 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9838
9839 * progmodes/cc-engine.el (c-beginning-of-statement-1)
9840 (c-crosses-statement-barrier-p): Rewritten to get a well
9841 defined and documented behavior. This fixes some tricky cases
9842 in recognition of do-while constructs.
9843
9844 (c-backward-to-start-of-do, c-backward-to-start-of-if):
9845 Removed; use c-beginning-of-statement-1 instead.
9846
9847 (c-guess-continued-construct, c-guess-basic-syntax):
9848 Various fixes to not depend on the bugs previously in
9849 c-beginning-of-statement-1. Cleanups in cases 18 and 17 to
9850 use the new behavior of c-beginning-of-statement-1 better.
9851 Fixed recognition of catch blocks inside macros.
9852
9853 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
9854 in skipping over a macro.
9855
9856 * progmodes/cc-langs.el (c-label-kwds): New variable to
9857 contain the appropriate c-*-label-kwds value.
9858
9859 * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
9860 evaluation bug that caused the widget for
9861 c-block-comment-prefix to bug out.
9862
9863 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9864
9865 * progmodes/cc-engine.el (c-guess-basic-syntax):
9866 Improved recognition of statements: They are now recognized in
9867 contexts where they normally can't occur, e.g. on the top level or
9868 in function call arguments. This is mainly useful to recognize
9869 statements in macros at the top level, and in arguments to
9870 macros. The cases has been moved around quite a bit, and case
9871 10 has been copied to case 18. (The cases has not been
9872 renumbered because of this.)
9873
9874 (c-guess-continued-construct): New function which has the
9875 rules which are common between cases 10 and 18.
9876
9877 * progmodes/cc-engine.el (c-beginning-of-statement-1)
9878 (c-backward-to-start-of-do, c-backward-to-start-of-if):
9879 Fixes so that they really obey the passed limits.
9880
9881 (c-safe-position): Return nil if the state doesn't contain a
9882 suitable position.
9883
9884 (c-guess-basic-syntax): Fixes some too short limits in calls
9885 to c-beginning-of-statement-1. Some fixes for top level
9886 analysis in ObjC mode.
9887
9888 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9889 Fixed bug in do-while statements where the body is not a block.
9890
9891 * progmodes/cc-styles.el (c-set-style):
9892 Reset c-special-indent-hook to its global value if in override mode.
9893 Fixes problem where functions on that hook remained after
9894 style switch.
9895
9896 * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
9897 Use c-benign-error to report the c-strict-syntax-p error.
9898
9899 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9900
9901 * progmodes/cc-align.el, progmodes/cc-defs.el,
9902 progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
9903 Several fixes to treat macros as code and not literals and to
9904 handle line continuations transparently.
9905
9906 (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
9907 through whitespace and line continuations, but not comments
9908 and macros.
9909
9910 (c-in-literal): No longer recognizes macros as literals by
9911 default. An extra flag argument is required to do that.
9912
9913 (c-macro-start, c-query-macro-start)
9914 (c-query-and-set-macro-start): Added a cache for the macro
9915 start position.
9916
9917 (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
9918 more speed when limits are given. Workaround for bad behavior
9919 in forward-comment in some emacsen when it hits a buffer limit
9920 with a large repeat count.
9921
9922 (c-lineup-macro-cont): Improved behavior when
9923 c-syntactic-indentation-in-macros is nil.
9924
9925 (c-syntactic-indentation-in-macros, c-backslash-max-column)
9926 (c-auto-align-backslashes): New customization variables to
9927 control macro handling.
9928
9929 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
9930 Fixes to handle line continuations.
9931
9932 * progmodes/cc-defs.el, progmodes/cc-styles.el
9933 (c-get-style-variables, c-set-offset): Report style errors
9934 with message and ding instead of error signal. This to avoid
9935 interrupted mode init if there's some style problem.
9936
9937 (c-benign-error): New macro to report errors that doesn't need
9938 to interrupt the operation.
9939
9940 * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
9941
9942 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9943
9944 * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
9945 Removed most of the c-state-cache fiddling, since the global
9946 state cache now handles this.
9947
9948 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
9949 when there's an open paren at the very first char of the
9950 visible buffer region.
9951
9952 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
9953 Cache the state globally and invalidate it below every buffer
9954 change with the new after change function
9955 `c-check-state-cache'. This gives a considerable performance
9956 boost when editing large functions or classes.
9957
9958 * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
9959
9960 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9961
9962 * progmodes/cc-engine.el, progmodes/cc-langs.el,
9963 progmodes/cc-align.el: Improvements to syntactic analysis
9964 inside macros:
9965
9966 (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
9967 by `c-guess-basic-syntax'.
9968
9969 (c-parse-state): Fixed bug with braces inside macros when
9970 using cached state info.
9971
9972 (c-forward-to-cpp-expression): New function to aid in
9973 syntactic analysis inside macros.
9974
9975 (c-beginning-of-statement-1, c-backward-syntactic-ws):
9976 Fixes to work better inside macros.
9977
9978 (c-forward-syntactic-ws): Whitespace between the # and the
9979 command should be allowed in preprocessor directives.
9980
9981 (c-lineup-macro-cont): New lineup function to get context
9982 sensitive indentation inside macros.
9983
9984 (c-offsets-alist): Made `c-lineup-macro-cont' the default for
9985 cpp-macro-cont.
9986
9987 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9988
9989 * progmodes/cc-engine.el (c-beginning-of-statement-1)
9990 (c-forward-syntactic-ws): Fixes to handle continued lines.
9991
9992 (c-backward-to-start-of-if, c-guess-basic-syntax):
9993 Do syntactic analysis inside macros.
9994
9995 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
9996
9997 * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
9998 possible by the more flexible state cache.
9999
10000 * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
10001 (c-whack-state-after, c-hack-state)
10002 (c-narrow-out-enclosing-class, c-guess-basic-syntax):
10003 Improved the state cache system. It now can use partial info from
10004 an old cached state to calculate a new one at a different
10005 position. Removed some kludges to avoid the state cache.
10006 The new functions `c-whack-state-before' and `c-whack-state-after'
10007 replace the now obsolete `c-whack-state'.
10008
10009 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10010 Optimized backing through a macro. This can speed things up
10011 quite a bit when there are long macros before point.
10012
10013 (c-beginning-of-macro): Do not ignore the limit.
10014
10015 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10016
10017 * progmodes/cc-cmds.el (c-electric-continued-statement):
10018 Fixed a bug where the keyword wasn't reindented correctly if
10019 followed by another keyword or identifier.
10020
10021 * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
10022 pairs that are in macros. Fixes some cases where e.g. the
10023 second of two "do { } while (0)" macros after each other
10024 indented differently.
10025
10026 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10027
10028 * progmodes/cc-engine.el (c-beginning-of-macro)
10029 (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
10030 directive when it begins a line, to allow for script
10031 interpreter lines like "#!/usr/bin/pike" at the beginning of
10032 the file.
10033
10034 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10035
10036 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
10037 Recognize brace blocks inside a parenthesis expression as
10038 inexpr-statement. Useful when writing statements as macro arguments.
10039
10040 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10041
10042 * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
10043 (c-mask-comment): Broke out the comment masking code from
10044 `c-fill-paragraph' to a new function `c-mask-comment', to be
10045 able to do the same thing in `c-do-auto-fill'. This should
10046 make auto-fill-mode behave better.
10047
10048 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10049
10050 * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
10051 Check `executing-macro' to avoid blinking parens when macros
10052 are executed.
10053
10054 * progmodes/cc-mode.el, progmodes/cc-styles.el
10055 (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
10056 consistency with `c-setup-paragraph-variables' (which was
10057 placed there due to the dependency from `c-set-style').
10058
10059 * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
10060 incomplete initialization from the style variable fallbacks if
10061 there already is a style called "user" defined when CC Mode
10062 starts up for the first time.
10063
10064 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10065
10066 * progmodes/cc-cmds.el, progmodes/cc-vars.el
10067 (c-comment-indent, c-indent-comment-alist): Added new variable
10068 `c-indent-comment-alist' to allow better control over
10069 `c-comment-indent'.
10070
10071 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10072
10073 * progmodes/cc-align.el (c-lineup-C-comments): Try to match
10074 both `comment-start-skip' and the comment prefix on the
10075 current line with the comment starter, so that we line up
10076 comments which matches `c-comment-prefix-regexp' on the first
10077 line (after the `/') without the need to make
10078 `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
10079
10080 * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
10081 (c-set-style-1, c-setup-paragraph-variables): Moved the
10082 variable initialization based on `c-comment-prefix-regexp' to
10083 a new function `c-setup-paragraph-variables', which is now
10084 used both at mode init and when a style that sets
10085 `c-comment-prefix-regexp' is activated.
10086
10087 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10088
10089 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
10090 Better handling of C++ template args to avoid confusion with
10091 `<' and `>' used as operators in member init expressions.
10092
10093 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10094
10095 * progmodes/cc-engine.el (c-most-enclosing-brace)
10096 (c-least-enclosing-brace): Added optional second arg to limit
10097 the search to before a certain point.
10098
10099 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
10100 which could cause incorrect analysis if a cached state is used
10101 (usually only happens when an electric key reindents a line).
10102
10103 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10104
10105 * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
10106 insulation. This time for XEmacs 21.
10107
10108 * progmodes/cc-engine.el, progmodes/cc-langs.el:
10109 Improved handling of inheritance lists:
10110
10111 (c-beginning-of-inheritance-list): Rewritten to use a more
10112 syntactically correct method that doesn't get confused by
10113 badly placed linebreaks and comments.
10114
10115 (c-guess-basic-syntax): Several fixes to the handling of
10116 inheritance lists in combination with templates. 'inher-intro
10117 is now anchored on the start of the class declaration and not
10118 the indentation of the current line. Switched places on cases
10119 5D.3 and 5D.4 and made them use more syntactically correct methods.
10120
10121 (c-inher-key): Removed since the code in
10122 `c-guess-basic-syntax' now uses token-based search.
10123
10124 * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
10125 Added a submenu to access some toggles.
10126
10127 (c-toggle-syntactic-indentation): New function to toggle the
10128 variable `c-syntactic-indentation'.
10129
10130 * progmodes/cc-styles.el (c-set-style): Improved the error
10131 message for incorrect offsets a bit.
10132
10133 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10134
10135 * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
10136 sexp follows point immediately, instead find the closest
10137 following open paren that ends on another line.
10138
10139 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10140
10141 * progmodes/cc-align.el (c-lineup-cascaded-calls):
10142 New indentation function.
10143
10144 * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
10145 directives with whitespace between the '#' and the name.
10146
10147 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10148
10149 * progmodes/cc-engine.el (c-forward-syntactic-ws)
10150 (c-backward-syntactic-ws): Handle line continuations as
10151 whitespace. Don't move past a macro if that'd take us past
10152 the limit.
10153
10154 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10155
10156 * progmodes/cc-engine.el (c-beginning-of-macro)
10157 (c-forward-syntactic-ws): Multiline strings begin with `#"' in
10158 Pike, and that shouldn't be confused with a preprocessor directive.
10159
10160 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10161
10162 * progmodes/cc-cmds.el: Extended the kludge to interoperate
10163 with the delsel and pending-del packages wrt to the new
10164 function `c-electric-delete-forward'.
10165
10166 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10167
10168 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
10169 the block itself, i.e. only indent the contents in it.
10170
10171 * progmodes/cc-styles.el (c-set-style): Use the default
10172 argument to completing-read instead of initial-contents, if
10173 the function is recent enough to support it.
10174
10175 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10176
10177 * progmodes/cc-mode.el (c-mode-help-address):
10178 Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
10179 I've almost never seen a bug reported this way that should go
10180 to that list, but it's rather common that the reports concern
10181 the combination CC Mode and XEmacs instead.
10182
10183 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10184
10185 * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
10186 brace-elseif-brace and brace-catch-brace are active and
10187 there's a "else if"-block before the catch block.
10188
10189 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
10190 Detect function headers that span lines.
10191
10192 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10193
10194 * progmodes/cc-cmds.el (c-electric-brace)
10195 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
10196 Check for last on line only for doing the auto-newline-mode
10197 stuff, not for the reindentation.
10198
10199 * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
10200 handling of c-syntactic-indentation: When it's nil, indent the
10201 new lines but don't reindent the current one. Reindent the
10202 line only when the inserted brace comes first on it, instead
10203 of last.
10204
10205 * progmodes/cc-cmds.el (c-electric-brace)
10206 (c-electric-semi&comma): Fixed two places where
10207 c-syntactic-indentation wasn't heeded.
10208
10209 * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
10210 inside a macro.
10211
10212 * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
10213 little harder to find a fallback position when an orphan else
10214 is found. Fixed case where an else following a do-while
10215 statement could be associated with an if inside the do-while.
10216
10217 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10218
10219 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
10220 for the fallback to add a single space after the comment prefix.
10221
10222 * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
10223 behavior in some special cases, especially for single-line comments.
10224 Avoid breaking up a comment starter or ender.
10225
10226 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10227
10228 * progmodes/cc-cmds.el (c-outline-level): Applied patch from
10229 the Emacs sources to make this work in invisible text.
10230
10231 * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
10232 not be confused by a later ':' on the same line as the label.
10233
10234 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10235
10236 * progmodes/cc-cmds.el, progmodes/cc-mode.el
10237 (c-electric-delete, c-electric-delete-forward):
10238 Split `c-electric-delete' into two functions where
10239 `c-electric-delete-forward' always deletes forward and
10240 `c-electric-delete' only contains the code necessary for
10241 XEmacs to choose between backward and forward deletion.
10242 `c-electric-delete-forward' is now bound to C-d to get the
10243 electric behavior on that key too.
10244
10245 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10246
10247 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
10248 use of c-comment-prefix-regexp, which caused an error when
10249 it's a list.
10250
10251 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10252
10253 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
10254 (c-default-style): Removed the hardcoded switch to "java" style
10255 in Java mode. It's instead taken care of by the default value
10256 for c-default-style.
10257
10258 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10259
10260 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
10261 was triggered by equal signs in string literals.
10262
10263 2002-04-21 Kim F. Storm <storm@cua.dk>
10264
10265 * subr.el (insert-buffer-substring-no-properties): New function.
10266 (insert-buffer-substring-as-yank): New function.
10267
10268 2002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk>
10269
10270 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
10271 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
10272 prefix from scroll commands. Ignore end-of-buffer errors from
10273 other windows.
10274 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
10275 commands.
10276 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
10277 New functions.
10278
10279 * files.el: (auto-mode-alist): .f95 files in f90-mode.
10280
10281 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
10282 a DO statement irrespective of numeric label.
10283
10284 2002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
10285
10286 * files.el (auto-save-file-name-transforms): Doc fix.
10287 Add third element to "uniquify" filenames.
10288 (make-auto-save-file-name): Use new element of
10289 auto-save-file-name-transforms.
10290 * startup.el (command-line): Add third element to
10291 auto-save-file-name-transforms.
10292
10293 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
10294
10295 * files.el (file-name-non-special): Don't mangle the 0'th arg and the
10296 return value of file-name-completion and file-name-all-completions.
10297
10298 2002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
10299
10300 * progmodes/f90.el: Update maintainer.
10301 (f90-line-continued): Recognize blank/comment lines embedded in
10302 continuation lines.
10303 (f90-looking-at-program-block-start): No extra indentation after
10304 function or subroutine keyword appears in single quotes.
10305
10306 2002-04-19 Miles Bader <miles@gnu.org>
10307
10308 * custom.el (customize-mark-to-save, customize-mark-as-set)
10309 (custom-quote): Moved here from `cus-edit.el'.
10310 * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
10311 (custom-quote): Moved to `custom.el'.
10312
10313 2002-04-18 Richard M. Stallman <rms@gnu.org>
10314
10315 * facemenu.el (list-text-properties-at): Command deleted.
10316
10317 * rect.el (insert-rectangle): Use insert-for-yank.
10318
10319 * register.el (insert-register): Use insert-for-yank.
10320 (describe-register-1): Discard text props in yank-excluded-properties.
10321
10322 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
10323 Fix parts in construction of `menu-item' item at end.
10324
10325 * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
10326
10327 * subr.el (insert-for-yank): New function.
10328
10329 * simple.el (yank-excluded-properties): New user option.
10330 (yank-pop, yank): Use insert-for-yank.
10331
10332 2002-04-19 Kim F. Storm <storm@cua.dk>
10333
10334 * simple.el (pop-to-mark-command): Do not set this-command.
10335 (set-mark-command): Always jump to mark when called with arg.
10336
10337 2002-04-18 Francesco Potort\e,Al\e(B <pot@gnu.org>
10338
10339 * comint.el (comint-watch-for-password-prompt): Remove whitespace
10340 at the beginning of password prompts.
10341
10342 2002-04-18 Andrew Innes <andrewi@gnu.org>
10343
10344 * facemenu.el: Remove require of wid-edit.
10345
10346 2002-04-17 Colin Walters <walters@verbum.org>
10347
10348 * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
10349 one window.
10350 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
10351 (ibuffer-current-state-list): Reinstate optional argument; now
10352 just call `point' inside the mapping function.
10353
10354 2002-04-17 Francesco Potort\e,Al\e(B <pot@gnu.org>
10355
10356 * dired-aux.el (dired-star-subst-regexp)
10357 (dired-quark-subst-regexp): New constants.
10358 (dired-do-shell-command, dired-shell-stuff-it): Use them.
10359 (dired-do-shell-command): Raise an error if both `*' and `?'
10360 substitution marks are used in the same command.
10361 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
10362 in a command given via dired-do-shell-command.
10363
10364 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
10365
10366 2002-04-16 Jason Rumney <jasonr@gnu.org>
10367
10368 * international/mule-cmds.el (locale-preferred-coding-systems):
10369 Add "jpn".
10370
10371 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
10372
10373 * term.el (term-emulate-terminal): Fix last change.
10374
10375 2002-04-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10376
10377 * bindings.el (mode-line-mode-menu): Update names to reflect
10378 latest changes.
10379
10380 2002-04-16 Mike Williams <mdub@bigfoot.com>
10381
10382 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
10383 compilation error.
10384
10385 2002-04-16 Michael Kifer <kifer@cs.stonybrook.edu>
10386
10387 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
10388 (viper-ex-print-buf-name): New variable.
10389 (viper-ex-print-buf): New variable.
10390 (ex-token-alist): Invoke ex-print on ":print" Ex commands.
10391 (ex-g-marks): New variable.
10392 (ex-print): New function.
10393 (ex-print-display-lines): New function.
10394
10395 * viper.el (viper-set-hooks): Add window-setup-hook, which sets
10396 the cursor color.
10397
10398 * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
10399 when the window is not in its own frame.
10400 (ediff-clone-buffer-for-region-comparison): More robust window
10401 arrangement while prompting for regions to compare.
10402 (ediff-make-cloned-buffer): Use generate-new-buffer-name.
10403 (ediff-inferior-compare-regions): Deleted unused vars
10404 ctl-buf and quit-now.
10405
10406 2002-04-15 Richard M. Stallman <rms@gnu.org>
10407
10408 * facemenu.el (facemenu-add-new-face): Use this only for faces.
10409 Delete arg MENU.
10410 (facemenu-add-new-color): New function.
10411 (facemenu-set-foreground, facemenu-set-background):
10412 Use facemenu-add-new-color.
10413
10414 2002-04-15 Eli Zaretskii <eliz@is.elta.co.il>
10415
10416 * ediff-init.el (ediff-current-diff-face-A)
10417 (ediff-current-diff-face-B, ediff-current-diff-face-C)
10418 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
10419 (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
10420 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
10421 (ediff-even-diff-face-B, ediff-even-diff-face-C)
10422 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
10423 (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
10424 (ediff-odd-diff-face-Ancestor): Add special color definitions for
10425 tty and MS-DOS displays.
10426
10427 2002-04-15 Andrew Innes <andrewi@gnu.org>
10428
10429 * facemenu.el: Require wid-edit.
10430
10431 2002-04-15 Miles Bader <miles@gnu.org>
10432
10433 * faces.el (highlight): Force foreground to be black on a tty, so
10434 this face is readable on a dark-background tty.
10435 * wid-edit.el (widget-field-face, widget-single-line-field-face):
10436 Likewise.
10437
10438 2002-04-14 Kim F. Storm <storm@cua.dk>
10439
10440 * simple.el (pop-to-mark-command, push-mark-command): New commands.
10441 (set-mark-command): Use them.
10442 Enhanced functionality when command is repeated:
10443 - If first command set the mark (no prefix arg), repeat temporarily
10444 enables transient-mark-mode.
10445 - If first command jumped to mark off ring (with argument),
10446 repeat (with or without arg) jump to next mark off ring.
10447 - Use C-u C-u prefix to set mark after jump.
10448 (exchange-point-and-mark): Temporarily enable transient-mark-mode
10449 if prefix arg.
10450
10451 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10452
10453 * speedbar.el (speedbar-tag-hierarchy-method)
10454 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
10455
10456 2002-04-14 Mike Williams <mdub@bigfoot.com>
10457
10458 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
10459 beginning of buffer.
10460
10461 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10462
10463 * speedbar.el (speedbar-generic-item-info)
10464 (speedbar-sort-tags): Doc fix.
10465 (speedbar-add-supported-extension): Fix typo in interactive spec.
10466
10467 2002-04-13 Colin Walters <walters@verbum.org>
10468
10469 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
10470 only moving one line forward.
10471 (ibuffer-map-lines): Preserve point position even if we delete
10472 lines. Only call mapping functions with buffer and mark
10473 arguments; the other two were unused.
10474 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
10475
10476 * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
10477
10478 * calc/calc-bin.el (math-format-radix-float): Use `when'.
10479
10480 * calc/calc.el (math-format-number): Load `calc-ext' before we
10481 call `math-group-float'.
10482
10483 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10484 Renamed from `gamegrid-add-score'.
10485 (gamegrid-add-score-insecure): Restored from the old
10486 `gamegrid-add-score'.
10487 (gamegrid-add-score): Just dispatch on `system-type' to one of the
10488 previous two functions.
10489
10490 2002-04-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10491
10492 * iswitchb.el: Update commentary to include new function
10493 iswitchb-exclude-nonmatching.
10494
10495 2002-04-12 John Wiegley <johnw@gnu.org>
10496
10497 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
10498 operating systems to the regexp used to detect a script's interpreter.
10499
10500 2002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
10501
10502 * frame.el (frames-on-display-list): Use `equal' to compare the
10503 `display' frame parameter to the argument DISPLAY.
10504
10505 2002-04-12 Dave Love <fx@gnu.org>
10506
10507 * help.el (string-key-binding): Deal with margin events.
10508
10509 2002-04-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
10510
10511 * comint.el (comint-password-prompt-regexp): Match " SMB password".
10512
10513 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
10514
10515 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
10516
10517 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
10518
10519 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
10520 (buffer-syntactic-context-depth): New funs.
10521
10522 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
10523 on variables.
10524
10525 * emacs-lisp/debug.el (debug-on-entry): Use push.
10526 (debugger-make-xrefs): Don't assume point-min == 1.
10527
10528 * progmodes/cc-engine.el (c-backward-to-start-of-if):
10529 Don't assume point-min == 1.
10530
10531 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
10532 (etags-list-tags, etags-tags-apropos, select-tags-table):
10533 Don't assume point-min == 1.
10534
10535 2002-04-12 Mike Williams <mdub@bigfoot.com>
10536
10537 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
10538
10539 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
10540
10541 * textmodes/fill.el (fill-context-prefix): Fix up last change.
10542
10543 * simple.el (line-move): Use memq rather than or.
10544 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
10545 (do-auto-fill): Use fill-move-to-break-point.
10546 (syntax-code-table): Remove.
10547
10548 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
10549 Don't add spaces at end of sentences at end of line.
10550 (fill-move-to-break-point): Make sure the result is always greater
10551 than linebeg, so we ensure forward progress.
10552 (fill-region-as-paragraph): Compare to `to' rather than eobp.
10553 (fill-paragraph): Don't rebind fill-paragraph-function.
10554
10555 2002-04-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10556
10557 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
10558
10559 2002-04-11 Andreas Schwab <schwab@suse.de>
10560
10561 * files.el (file-name-non-special): Handle return value of t from
10562 `file-name-completion'.
10563
10564 2002-04-10 Stefan Monnier <monnier@cs.yale.edu>
10565
10566 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
10567 differently to avoid pathological exponential-time case.
10568 (adaptive-fill-regexp): Add ! and %.
10569 (fill-delete-prefix): Remove indentation while removing prefix.
10570 (fill-delete-newlines): Obey sentence-end.
10571 (fill-move-to-break-point, fill-newline): New functions extracted
10572 from fill-region-as-paragraph.
10573 (fill-region-as-paragraph): Use them.
10574 Don't fiddle with fill-indent-according-to-mode.
10575
10576 2002-04-10 Colin Walters <walters@verbum.org>
10577
10578 * play/snake.el (snake-score-file): Default to just "snake-scores".
10579
10580 * play/tetris.el (tetris-score-file): Likewise.
10581
10582 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
10583 use `update-game-score'.
10584
10585 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
10586 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
10587 ourselves; take it as an argument. Caller updated.
10588 (ibuffer-mode): Make mode-class special.
10589
10590 2002-04-10 Richard M. Stallman <rms@gnu.org>
10591
10592 * dired.el (dired-view-command-alist): New variable.
10593 (dired-view-file): Use external viewers for some files names.
10594
10595 * mouse.el (mouse-drag-region-1): Display region highlight
10596 only in the selected window.
10597
10598 * subr.el (remove-hook): When there are no more local hooks,
10599 kill the buffer-local value.
10600
10601 * isearch.el (isearch-mode): Don't call make-frame-visible
10602 if frame is already visible.
10603
10604 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
10605
10606 2002-04-09 Emmanuel Briot <briot@act-europe.fr>
10607
10608 * progmodes/ada-prj.el: Add support for the new project file
10609 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
10610 Fix widget handling for Emacs 21. ada-mode now only supports a single
10611 active project file, instead of one per buffer. This is far less
10612 confusing.
10613
10614 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
10615 (ada-func-or-proc-name): Get real subprogram name, after change in
10616 ada-mode.el.
10617
10618 * progmodes/ada-xref.el: Ada-mode no longer supports a different
10619 project file per buffer. This was too complex. Instead, there is
10620 now a single active project file at any given time, and the user
10621 can switch the active one through the Ada menu. This revision
10622 also provides better handling of the Windows command line, and the
10623 various available shells on that platform. ada-mode is now fully
10624 integrated with the GNU visual debugger gvd, see
10625 http://libre.act-europe.fr.
10626 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
10627 This is only available with GNAT 3.14.
10628 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
10629 (ada-quote-cmd): New function.
10630 (ada-initialize-runtime-library): Get the location of the actual
10631 runtime the compiler will be using, including support for
10632 cross-platform environments.
10633 (ada-treat-cmd-string): Add support for the new variable
10634 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
10635 two commands to run just prior to running the debugger, and just
10636 after starting it. This provide better support for cross-platform
10637 and remote debugging.
10638 (ada-get-absolute-dir): Remove, replace with expand-file-name.
10639 (ada-gdb-application): New parameter executable-name.
10640 (ada-get-ali-file-name): Better handling of separate packages.
10641 Checkin on behalf of the ada-mode maintainer.
10642
10643 * progmodes/ada-mode.el (ada-case-exception-file)
10644 (ada-indent-handle-comment-special): New variables.
10645 (ada-case-exception-substring): New variable. Casing exceptions
10646 can now also be defined for substrings, in addition to full
10647 identifier names. This provides more flexibility.
10648 (ada-align-list): New fun, provide support for align.el in ada-mode.
10649 (ada-procedure-start-regexp): Add support for operators and
10650 generic formal subprograms and packages.
10651 (ada-imenu-comment-re): New variable.
10652 (ada-imenu-generic-expression): Add support for protected types.
10653 (ada-mode): Set comment-start only after running ada-mode-hook, so
10654 that the user can change ada-comment-start in the hook.
10655 Add support for ispell in comments. Add support for align.el.
10656 (ada-save-exception-file, ada-create-case-exception-substring)
10657 (ada-adjust-case-substring): New functions.
10658 (ada-get-current-indent): Properly handles keywords with uppercases.
10659 (ada-goto-matching-end): Rewritten, fixes problems in the handling
10660 of nested blocks.
10661 (ada-untab-hard): Do not touch the contents of comments and strings.
10662
10663 2002-04-09 Mike Williams <mdub@bigfoot.com>
10664
10665 * textmodes/sgml-mode.el (sgml-lexical-context):
10666 Use sgml-parse-tag-backward to find start point.
10667 (sgml-looking-back-at): Doc fix.
10668
10669 2002-04-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10670
10671 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
10672 for prompt.
10673
10674 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
10675
10676 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
10677 Use define-minor-mode.
10678 (auto-revert-buffers): Use with-current-buffer.
10679 Avoid changing the minor modes.
10680
10681 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
10682 rather than char-to-string since last-input-char can be any event.
10683
10684 * international/titdic-cnv.el (tit-dictionary):
10685 Use defvar for non-constants.
10686
10687 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
10688 (global-cwarn-mode): Use easy-mmode-define-global-mode.
10689 (cwarn-font-lock-keywords): New function.
10690 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
10691 (cwarn-font-lock-match): New macro.
10692 (cwarn-font-lock-match-assignment-in-expression)
10693 (cwarn-font-lock-match-dangerous-semicolon)
10694 (cwarn-font-lock-match-reference): Use it.
10695
10696 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
10697 Use defvar rather than defconst since it's meant to be settable.
10698 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
10699 (cperl-fix-line-spacing): Add missing \ in [ t].
10700
10701 * loadup.el: Call ucs-unify-8859 directly rather than
10702 unify-8859-on-encoding-mode.
10703 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
10704
10705 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
10706 (sgml-mode): Use it for comment-line-break-function.
10707
10708 2002-04-08 Jason Rumney <jasonr@gnu.org>
10709
10710 * international/mule-cmds.el (reset-language-environment):
10711 Handle coding-systems not being defined yet.
10712
10713 2002-04-08 Sam Steingold <sds@gnu.org>
10714
10715 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
10716 (vc-cvs-checkin): Use it.
10717
10718 2002-04-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10719
10720 * files.el (display-time-string): Fix last change.
10721
10722 2002-04-07 Sam Steingold <sds@gnu.org>
10723
10724 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
10725
10726 2002-04-07 Jason Rumney <jasonr@gnu.org>
10727
10728 * international/mule-cmds.el (set-default-coding-systems)
10729 (reset-language-environment): Preserve eols on
10730 default-process-coding-system.
10731 (coding-system-change-text-conversion): Fix case where CODING is nil.
10732
10733 2002-04-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10734
10735 * subr.el (play-sound): Move here from simple.el.
10736
10737 * simple.el (play-sound): Move to subr.el.
10738
10739 2002-04-06 Richard M. Stallman <rms@gnu.org>
10740
10741 * files.el (display-time-string-forms): Mark as risky.
10742
10743 * enriched.el (enriched-decode-foreground, enriched-decode-background):
10744 Use proper format for desired elts of `face' property.
10745 Don't test display-color-p; make the properties unconditionally.
10746
10747 * progmodes/compile.el (compilation-error-regexp-alist):
10748 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
10749
10750 2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
10751
10752 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
10753 for customization type.
10754 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
10755
10756 2002-04-06 Mike Williams <mdub@bigfoot.com>
10757
10758 * textmodes/xml-lite.el: Remove.
10759
10760 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10761
10762 * simple.el (play-sound): New function (uses play-sound-internal).
10763
10764 2002-04-04 Richard M. Stallman <rms@gnu.org>
10765
10766 * files.el (mode-line-format, mode-line-modified)
10767 (mode-line-mule-info, mode-line-buffer-identification)
10768 (mode-line-modes, mode-line-position): Explicitly mark as risky.
10769 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
10770
10771 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
10772
10773 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
10774 Use (syntax-table), not old-syntax-table.
10775
10776 * enriched.el (enriched-decode-foreground)
10777 (enriched-decode-background): Don't call facemenu-get-face.
10778
10779 2002-04-04 Mike Williams <mdub@bigfoot.com>
10780
10781 * textmodes/sgml-mode.el: Add missing require.
10782 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
10783
10784 2002-04-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10785
10786 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
10787 spot indicated by text property `cvs-goal-column', if present.
10788
10789 * pcvs-info.el (cvs-fileinfo-pp): Use text property
10790 `cvs-goal-column' to indicate position of file name (if present).
10791
10792 2002-04-03 Richard M. Stallman <rms@gnu.org>
10793
10794 * mail/mailabbrev.el (mail-abbrev-complete-alias):
10795 Call mail-abbrev-make-syntax-table.
10796
10797 * format.el (format-deannotate-region): Doc fix.
10798
10799 * enriched.el (enriched-face-ans): Delete special treatment
10800 for fg:... and bg:... faces.
10801 (enriched-decode-foreground): Return a list that specifies
10802 the foreground color, rather than creating a face.
10803 (enriched-decode-background): Likewise.
10804
10805 * shell.el (shell-mode): Don't reinit comint-input-ring
10806 if that was already done.
10807
10808 2002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
10809
10810 * solar.el (solar-spring-or-summer-season): Delete.
10811 (solar-northern-spring-or-summer-season): New variable.
10812 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
10813 Rewrite.
10814
10815 * solar.el (diary-sabbath-candles-minutes): New variable.
10816 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
10817
10818 * calendar.el (update-calendar-mode-line): Force mode-line update.
10819 Make date under the cursor available as `date' in
10820 calendar-mode-line-format.
10821 Eval items in calendar-mode-line-format list.
10822
10823 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
10824 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
10825
10826 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
10827
10828 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
10829 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
10830 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10831 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
10832
10833 * cal-tex.el: Change all instances (interactive "P") to
10834 (interactive "p").
10835 (cal-tex-cursor-month): Add hfill and newline at end of month that
10836 ended on Saturday.
10837 (cal-tex-preamble): Change to LaTeX2e.
10838 (cal-tex-cursor-filofax-year): Don't use default month names in
10839 LaTeX macros in case user changes them.
10840 (cal-tex-month-name): New function. Used throughout in case user
10841 has done something funny with month names.
10842
10843 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
10844 (diary-rosh-hodesh): Spelling correction.
10845
10846 2002-04-03 Mike Williams <mdub@bigfoot.com>
10847
10848 * textmodes/sgml-mode.el (sgml-lexical-context)
10849 (sgml-parse-tag-backward): Extend support for CDATA to include
10850 conditional sections.
10851
10852 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10853
10854 * cus-start.el: Rename `autoselect-window' to
10855 `mouse-autoselect-window'.
10856
10857 2002-04-02 Richard M. Stallman <rms@gnu.org>
10858
10859 * files.el (hack-one-local-variable):
10860 Clear text props from string value.
10861
10862 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
10863
10864 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
10865 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
10866 Use regexp-opt.
10867 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
10868 from F95.
10869 (f90-procedures-re): Add `null' and `cpu_time' from F95.
10870 (f90-font-lock-keywords-1): Minor reorganization so we don't need
10871 `override' any more.
10872 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
10873 (f90-indent-subprogram): Use indent-region.
10874 (f90-break-line): Use indent-according-to-mode.
10875
10876 2002-04-02 Mike Williams <mdub@bigfoot.com>
10877
10878 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
10879 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
10880 (sgml-get-context): Remove use of sgml-inside-tag-p.
10881 (sgml-inside-tag-p): Remove.
10882 (sgml-looking-back-at): Short-circuit at beg of buffer.
10883 (sgml-lexical-context, sgml-calculate-indent): Add support for
10884 CDATA sections.
10885
10886 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
10887
10888 * help.el (help-key-description): New fun.
10889 (describe-key-briefly, describe-key): Use it and
10890 this-single-command-raw-keys plus new arg `untranslated'.
10891
10892 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
10893 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
10894 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
10895 (sgml-insert-end-tag): New funs taken from xml-lite.el.
10896 (sgml-calculate-indent): Use them.
10897 (sgml-slash-matching): Rename from sgml-slash.
10898 (sgml-slash): Copied from xml-lite and changed to use
10899 sgml-slash-matching and sgml-quick-keys.
10900
10901 * international/mule-cmds.el (standard-keyboard-coding-systems):
10902 Add koi8-u and koi8-r.
10903
10904 * eshell/.cvsignore: New file.
10905
10906 * eshell/esh-groups.el: Remove.
10907
10908 * progmodes/tcl.el: Change maintainer.
10909 (tcl-electric-hash-style): Change default to nil.
10910 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
10911 (tcl-do-auto-fill): Remove.
10912 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
10913
10914 2002-04-01 Mike Williams <mdub@bigfoot.com>
10915
10916 * textmodes/sgml-mode.el: Doc fixes.
10917 (sgml-mode): Set indent-line-function to sgml-indent-line.
10918 (sgml-calculate-indent): Add an explicit check for 'text syntax,
10919 to protect against future enhancements to sgml-lexical-context.
10920 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
10921
10922 * textmodes/xml-lite.el: Removed much redundant stuff.
10923 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
10924 always start within text. Make use of sgml-unclosed-tag-p.
10925
10926 2002-04-01 Ville Skytt\e,Ad\e(B <ville.skytta@xemacs.org>
10927
10928 * tcl.el (tcl-imenu-generic-expression): New value.
10929 (tcl-imenu-create-index-function): Function deleted.
10930 (tcl-mode): Check for filladapt-mode.
10931 Use tcl-imenu-generic-expression instead of
10932 tcl-imenu-create-index-function.
10933 (inferior-tcl-mode): Doc fix.
10934 Change not legally significant.
10935
10936 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10937
10938 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
10939
10940 * window.el (handle-select-window): New function.
10941 Update copyright.
10942
10943 2002-04-01 Richard M. Stallman <rms@gnu.org>
10944
10945 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
10946
10947 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
10948 tool-bar-add-item, and new arg MAP.
10949 (tool-bar-add-item): Now calls tool-bar-local-item.
10950 (tool-bar-local-item-from-menu): Renamed from
10951 tool-bar-add-item-from-menu, and new arg IN-MAP.
10952 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
10953
10954 * help-fns.el (help-with-tutorial): Allow various ways
10955 to specify the text in the [...] line, in handling the <...> line.
10956
10957 * progmodes/idlw-rinfo.el (idlwave-system-routines):
10958 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
10959
10960 * subr.el (redraw-modeline): Define alias.
10961
10962 2002-03-31 Richard M. Stallman <rms@gnu.org>
10963
10964 * files.el (file-expand-wildcards): Use save-match-data.
10965
10966 * files.el (format-alist): Mark as risky.
10967
10968 * simple.el (kill-new): Doc fix.
10969
10970 * emacs-lisp/byte-opt.el (side-effect-free-fns)
10971 (side-effect-and-error-free-fns): Add many functions, remove some.
10972
10973 2002-03-30 Richard M. Stallman <rms@gnu.org>
10974
10975 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
10976
10977 2002-03-30 Eli Zaretskii <eliz@gnu.org>
10978
10979 * font-lock.el (save-buffer-state): Fix last change.
10980
10981 * files.el (auto-save-file-name-transforms): Fix last change.
10982
10983 * startup.el (command-line): Fix last change.
10984
10985 2002-03-29 Richard M. Stallman <rms@gnu.org>
10986
10987 * subr.el (play-sound-file): Moved to simple.el.
10988
10989 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
10990
10991 2002-03-29 Colin Walters <walters@verbum.org>
10992
10993 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
10994 instead of `forward-line'.
10995 (ibuffer-forward-line): Be sure to skip over special properties
10996 before moving, too.
10997
10998 * calc/calc.el (calc-was-split): Var deleted.
10999 (calc): Remove reference to it.
11000 (calc): Ditto.
11001 (calc-quit): Ditto.
11002 (calc-init-base): Ditto.
11003
11004 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
11005
11006 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
11007
11008 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
11009 instead of nil when point is outside of any tag.
11010 (sgml-beginning-of-tag): Adjust to the change.
11011 (sgml-calculate-indent): Use the new info returned by
11012 sgml-lexical-context. Try to handle unclosed tags.
11013
11014 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
11015 at unclosed tags unless it is at indentation.
11016 Kill nested unclosed tags.
11017 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
11018 (xml-lite-mode): Use sgml-indent-line instead.
11019
11020 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
11021
11022 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
11023 expand-file-name.
11024
11025 * startup.el (command-line): Recompute auto-save-file-name-transforms
11026 using the updated value of temporary-file-directory.
11027
11028 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
11029
11030 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
11031 even with an empty context. Don't save excursion any more.
11032 Don't complain about unmatched start-tags in sgml-unclosed-tags.
11033 Ignore end-tags in sgml-empty-tags.
11034 (xml-lite-get-context, xml-lite-calculate-indent)
11035 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
11036 (xml-lite-indent-line): Use back-to-indentation.
11037
11038 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
11039 (sgml-name-re, sgml-attrs-re): New consts.
11040 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
11041 (sgml-mode): Use them.
11042 (sgml-lexical-context): Default to (point-min) if nothing else works.
11043 (sgml-calculate-indent): Indent slightly differently.
11044 (sgml-indent-line): Use back-to-indentation.
11045 (sgml-parse-dtd): New function.
11046 (sgml-unclosed-tags): New var.
11047 (html-mode): Set it.
11048
11049 2002-03-29 Simon Marshall <simon.marshall@misys.com>
11050
11051 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
11052
11053 2002-03-29 Richard M. Stallman <rms@gnu.org>
11054
11055 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
11056 Use FILTER arg in dired-get-marked-files to exclude directories.
11057 (dired-nondirectory-p): New function.
11058
11059 * dired.el (dired-get-marked-files): New arg FILTER
11060 allows selection of some files.
11061
11062 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
11063
11064 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
11065
11066 * speedbar.el (speedbar-default-directory-list): Made robust
11067 against deleted directories.
11068
11069 2002-03-28 Richard M. Stallman <rms@gnu.org>
11070
11071 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
11072 Bindings changed.
11073
11074 * progmodes/compile.el (compilation-handle-exit):
11075 If compilation-window-height is 0, display status in echo area.
11076
11077 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
11078
11079 * rect.el (replace-rectangle): Add autoload.
11080
11081 * files.el: Mark many more variables as risky.
11082 (hack-one-local-variable): Recognize several additional
11083 patterns as risky.
11084
11085 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
11086
11087 2002-03-28 Stefan Monnier <monnier@cs.yale.edu>
11088
11089 * textmodes/xml-lite.el (xml-lite-in-string-p):
11090 Use sgml-lexical-context.
11091 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
11092 (xml-lite-get-context): Check that open/close tags match.
11093 Don't stop scanning while we're ignoring matching tags.
11094
11095 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
11096 (sgml-mode-syntax-table): Use it.
11097 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
11098 (sgml-tags-invisible): Use it.
11099 (sgml-lexical-context): New fun.
11100 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
11101 (sgml-quote): Accept \n as entity reference terminator.
11102 (sgml-calculate-indent, sgml-indent-line): New funs.
11103
11104 2002-03-28 Andre Spiegel <spiegel@gnu.org>
11105
11106 * vc-cvs.el (vc-cvs-global-switches): New user option.
11107 (vc-cvs-command): New function. Update all callers of
11108 `vc-do-command' in vc-cvs.el to use this instead.
11109
11110 2002-03-27 Andrew Innes <andrewi@gnu.org>
11111
11112 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
11113 relying on shell globbing.
11114
11115 2002-03-27 Colin Walters <walters@debian.org>
11116
11117 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
11118 (ibuffer-fontification-alist): Use it.
11119 (ibuffer-backward-line): Handle `ibuffer-summary' area.
11120 (ibuffer-forward-line): Ditto.
11121
11122 * ibuf-ext.el (sorter mode-name): Doc fix.
11123 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
11124 (operation query-replace): Use new `noerror' arg for
11125 `query-replace-read-args'.
11126 (operation query-replace-regexp): Ditto.
11127
11128 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
11129
11130 * textmodes/xml-lite.el: Fix copyright notice.
11131 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
11132 (xml-lite-indent-comment-offset): Remove.
11133 (xml-lite-calculate-indent): Use new name. Use natural alignment
11134 for comments.
11135 (xml-lite-in-string-p): Simplify.
11136
11137 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11138
11139 * allout.el (outline-layout): Doc fix.
11140
11141 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
11142
11143 * textmodes/xml-lite.el: Don't require `custom'.
11144 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
11145 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
11146 (xml-lite-get-context): Drop nested tags not just for comments.
11147 (xml-lite-indent-line): Be more careful about moving point.
11148 (xml-lite-insert-end-tag, xml-lite-slash):
11149 Use indent-according-to-mode instead of xml-lite-indent-line.
11150 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
11151 Set sgml-xml-mode. Don't call force-mode-line-update.
11152 (xml-lite-mode-map): Don't bind TAB.
11153
11154 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
11155
11156 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
11157 parameter value.
11158 (gud-jdb-build-source-files-list): Comment clarification.
11159 (gud-jdb-massage-args): Reworked into loop-based argument list
11160 processing in order to support -classpath and -sourcepath argument
11161 processing.
11162 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
11163 to gud-jdb-classpath to obtain search list.
11164 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
11165 directory names in classpath/sourcepath lists, update comment.
11166 (jdb): Add setting of gud-jdb-sourcepath, update comment.
11167 (gud-find-class): Add gud-jdb-sourcepath use, and correct
11168 behaviour for the case when classpath is not used--backward
11169 compatibility fix.
11170
11171 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
11172
11173 * Makefile.in (compile, compile-always): Don't try to compile
11174 non-existent files or files in empty directories.
11175
11176 2002-03-26 Michael Ernst <mernst@alum.mit.edu>
11177
11178 * compare-w.el (compare-windows-whitespace): Match all whitespace.
11179
11180 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
11181 copy of standard Lisp directories.
11182
11183 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
11184 Support "next has longname" link type.
11185
11186 2002-03-26 Stefan Monnier <monnier@cs.yale.edu>
11187
11188 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
11189 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
11190 New functions.
11191 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
11192 (end-of-xml-tag): Remove.
11193 (xml-lite-get-context): Better handling of comments.
11194 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
11195 (xml-lite-parse-tag-backward): Rewrite.
11196
11197 2002-03-26 Juanma Barranquero <lektu@terra.es>
11198
11199 * makefile.w32-in (WINS): Add the toolbar directory.
11200
11201 2002-03-26 Richard M. Stallman <rms@gnu.org>
11202
11203 * subr.el (substring-no-properties): Function deleted (now in C).
11204
11205 2002-03-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11206
11207 * mwheel.el (mouse-wheel-mode): Use global-set-key and
11208 global-unset-key.
11209
11210 2002-03-24 Richard M. Stallman <rms@gnu.org>
11211
11212 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
11213
11214 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
11215 to query-replace-read-args.
11216
11217 * progmodes/compile.el (compilation-forget-errors):
11218 Don't adjust compilation-parsing-end if it's nil.
11219
11220 * replace.el (query-replace-read-args): New optional arg NOERROR.
11221 (perform-replace): Use save-window-excursion around recursive edit.
11222
11223 2002-03-24 Colin Walters <walters@verbum.org>
11224
11225 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
11226 non-nil, then always use another window.
11227
11228 2002-03-24 Gerd Moellmann <gerd@gnu.org>
11229
11230 * subr.el (macro-declaration-function): New function. Set the
11231 variable macro-declaration-function to it.
11232
11233 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
11234 Handle declarations in macro definitions.
11235
11236 2002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
11237
11238 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
11239
11240 * enriched.el (enriched-face-ans): Support FACE of the form
11241 (:foreground COLOR) and (:background COLOR).
11242 (enriched-decode-foreground, enriched-decode-background): Set the
11243 fore- and background colors of the faces we create, since facemenu
11244 doesn't.
11245
11246 2002-03-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11247
11248 * mwheel.el (mouse-wheel-mode): Use the result of
11249 current-global-map instead of the variable `global-map'.
11250
11251 2002-03-23 Richard M. Stallman <rms@gnu.org>
11252
11253 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
11254 broken out of sendmail-pre-abbrev-expand-hook.
11255 (sendmail-pre-abbrev-expand-hook): Use it.
11256
11257 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
11258
11259 * Makefile.in (finder-inf.el): Remove.
11260 (finder-data): Don't depend on finder-inf.el any more.
11261 (compile, compile-always): Handle the case where some files
11262 from DONTCOMPILE are missing (it tried to compile them).
11263 (bootstrap-clean): Use src/emacs only if executable.
11264 (bootstrap): Update subdirs.el and finder-inf.el.
11265
11266 * finder.el: Don't load finder-inf.el during byte-compilation.
11267
11268 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
11269 Don't consider cvs-removed files as under VC control.
11270 VC wouldn't handle them properly anyway and it confuses
11271 vc-file-not-found-hook.
11272
11273 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
11274 Add autoload cookie.
11275
11276 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
11277
11278 * calendar/calendar.el (calendar): Doc fix.
11279
11280 2002-03-22 Juanma Barranquero <lektu@terra.es>
11281
11282 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
11283 (gomoku-font-lock-X-face): Likewise.
11284 (gomoku-font-lock-keywords): Use faces instead of variables.
11285
11286 2002-03-21 Stefan Monnier <monnier@cs.yale.edu>
11287
11288 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
11289
11290 2002-03-21 Kim F. Storm <storm@cua.dk>
11291
11292 * simple.el (open-network-stream, open-network-stream-nowait)
11293 (open-network-stream-server): Use featurep to test for
11294 supported networking features.
11295
11296 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
11297
11298 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
11299 directions as the last action.
11300
11301 2002-03-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11302
11303 * startup.el (fancy-splash-tail, normal-splash-screen):
11304 Update copyright.
11305
11306 * novice.el (disabled-command-hook): Clarify output text to match
11307 prompt.
11308
11309 2002-03-20 Jason Rumney <jasonr@gnu.org>
11310
11311 * frame.el (display-images-p): Do not explicitly check display type.
11312
11313 2002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
11314
11315 * mail-utils.el:
11316 Eliminate compilation warnings due to `rfc822-addresses'.
11317 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
11318 warning free compile.
11319
11320 2002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
11321
11322 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
11323 Take the current highlighting style into account.
11324 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
11325 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
11326
11327 * ediff-init.el (ediff-patch-job): New macro.
11328
11329 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
11330 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
11331
11332 * ediff-ptch.el (ediff-map-patch-buffer):
11333 Use ediff-make-new-meta-list-header.
11334 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
11335
11336 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
11337 (ediff-select-difference): Take highlighting style into account.
11338 (ediff-clone-buffer-for-region-comparison): New function.
11339 (ediff-inferior-compare-regions): Added comparison of current diff
11340 regions.
11341
11342 * ediff.el (ediff-clone-buffer-for-region-comparison)
11343 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
11344
11345 2002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
11346
11347 * mail-utils.el (rmail-dont-reply-to):
11348 Overhaul to correctly apply the regular
11349 expressions in the variable `rmail-dont-reply-to-names' to the list of
11350 destination addresses. Contributed by lorentey@elte.hu.
11351
11352 * rmail.el (rmail-dont-reply-to-names):
11353 Modify the documentation to make it email
11354 address centric rather than login name centric. Contributed by
11355 lorentey@elte.hu.
11356
11357 2002-03-18 Colin Walters <walters@verbum.org>
11358
11359 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
11360 we don't require `cl' at runtime.
11361 (sorting mode mode-name): Don't take the symbol-name of a string.
11362
11363 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
11364 line after setting the mark.
11365 (ibuffer-insert-buffers-and-marks): Invert the test for
11366 `ibuffer-sorting-reversep'.
11367
11368 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
11369
11370 * international/ucs-tables.el (unify-8859-on-decoding-mode)
11371 (unify-8859-on-encoding-mode): Remove autoload cookie.
11372
11373 2002-03-18 Andre Spiegel <spiegel@gnu.org>
11374
11375 * vc-rcs.el (vc-rcs-register): Fix handling of
11376 vc-[rcs-]register-switches.
11377 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
11378 Variables removed, since they weren't used yet.
11379
11380 * vc-cvs.el (vc-cvs-register): Fix handling of
11381 vc-[cvs-]register-switches.
11382
11383 * vc-sccs.el (vc-sccs-register): Fix handling of
11384 vc-[sccs-]register-switches.
11385
11386 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
11387
11388 * loadup.el ("emacs-lisp/backquote"): Load earlier.
11389 ("international/ucs-tables"): Load and turn on
11390 unify-8859-on-encoding-mode unconditionally.
11391 (emacs-version): Use `defconst' rather than `setq'.
11392
11393 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
11394
11395 2002-03-18 Richard M. Stallman <rms@gnu.org>
11396
11397 * menu-bar.el (menu-bar-options-menu): Cope if
11398 text-mode-hook is not a list.
11399
11400 2002-03-17 Richard M. Stallman <rms@gnu.org>
11401
11402 * emulation/pc-select.el (pc-selection-mode):
11403 Alter the existing global map, don't replace it.
11404
11405 * files.el (list-directory): Set default-directory at the end.
11406
11407 * dabbrev.el (dabbrev--goto-start-of-abbrev):
11408 Put a limit on field-beginning search.
11409
11410 2002-03-17 Simon Josefsson <jas@extundo.com>
11411
11412 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
11413 (browse-url-mosaic): Use it.
11414
11415 * net/browse-url.el (browse-url-filename-alist): Don't begin
11416 docstring with *, you don't want to set this one with M-x set-variable.
11417
11418 * net/browse-url.el: Put * in user option doc strings.
11419
11420 2002-03-17 Stefan Monnier <monnier@cs.yale.edu>
11421
11422 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
11423 (sgml-xml-guess): Simplify.
11424 (sgml-mode-common): Remove (move into sgml-mode).
11425 (sgml-mode): Add code from sgml-mode-common.
11426 Remove redundant setting of indent-line-function.
11427 Don't set skeleton-transformation when in XML mode.
11428
11429 * international/mule-diag.el (describe-char-after):
11430 Use `internal-describe-syntax-value' again (got lost somewhere).
11431
11432 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
11433 Use unify-8859-on-decoding-mode.
11434 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
11435 (ucs-insert): Give an error if the unicode char can't be created.
11436
11437 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
11438 (cvs-parse-status): Handle the "used to have a conflict" marker.
11439
11440 2002-03-17 Kim F. Storm <storm@cua.dk>
11441
11442 The following changes are related to the enhanced network process
11443 support.
11444
11445 * simple.el: Update copyright.
11446 (clone-process): Use make-network-process to clone network
11447 processes. Get command list via (process-contact ... t).
11448 Use set-process-query-on-exit-flag and process-query-on-exit-flag
11449 instead of process-kill-without-query.
11450 (open-network-stream): Replaces C-version from process.c.
11451 (open-network-stream-nowait, open-network-stream-server): New funs.
11452 (process-kill-without-query): Replaces C-version from process.c.
11453
11454 * files.el: Update copyright.
11455 (save-buffers-kill-emacs): Also check for active server
11456 processes. Use process-query-on-exit-flag. Only list processes
11457 which has the query-on-exit flag set in connection with user query.
11458
11459 * shadowfile.el: Update copyright.
11460 (shadow-save-buffers-kill-emacs): Also check for active server
11461 processes. Use process-query-on-exit-flag.
11462
11463 2002-03-16 Simon Marshall <simon.marshall@misys.com>
11464
11465 * imenu.el (imenu-menubar-modified-tick): Renamed from
11466 imenu-update-menubar-modified-tick.
11467 (imenu-update-menubar): Update imenu-menubar-modified-tick
11468 whenever outer condition succeeds.
11469
11470 * lazy-lock.el (save-buffer-state):
11471 Bind inhibit-modification-hooks and buffer-file-truename
11472 instead of before-change-functions and after-change-functions.
11473
11474 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
11475
11476 * international/codepage.el (codepage-setup): Don't define a
11477 codepage if it is already defined.
11478
11479 * textmodes/po.el (po-content-type-charset-alist): Convert the
11480 car of each association to a string.
11481 (po-find-file-coding-system-guts): If the charset matches a name
11482 of a codepage, set up that codepage and return it as a coding
11483 system to decode the file.
11484 (po-find-charset): Search for the Charset= header even if we've
11485 read less than 4KB.
11486 <top-level>: Remove the setup for all known codepages: it seems
11487 to cause crashes in the CCL driver.
11488
11489 2002-03-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11490
11491 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
11492 (bibtex-entry-field-alist): Doc fix.
11493
11494 2002-03-16 Richard M. Stallman <rms@gnu.org>
11495
11496 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
11497 Move definition above cperl-outline-regexp.
11498
11499 * bindings.el (mode-line-mule-info): In computing help-echo prop,
11500 avoid using save-window-excursion. And compile the function.
11501
11502 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
11503
11504 * files.el (load-completion): New function.
11505 (load-library): Use it.
11506
11507 2002-03-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11508
11509 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
11510 to match the actual code.
11511
11512 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
11513
11514 * textmodes/po.el (po-find-file-coding-system-guts):
11515 Use with-temp-buffer instead of po-with-temp-buffer.
11516
11517 * international/mule-conf.el (file-coding-system-alist): Add an
11518 association for PO files.
11519
11520 * textmodes/po.el: New file.
11521
11522 2002-03-15 Gerd Moellmann <gerd@gnu.org>
11523
11524 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
11525 Fix simple loop indentation.
11526
11527 2002-03-14 Miles Bader <miles@gnu.org>
11528
11529 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
11530
11531 2002-03-14 Richard M. Stallman <rms@gnu.org>
11532
11533 * textmodes/picture.el (picture-insert)
11534 (picture-clear-column, picture-draw-rectangle):
11535 Use move-to-column, not move-to-column-force.
11536
11537 * dired.el (dired-readin): Clear out undo list.
11538 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
11539 (dired-delete-entry): New function.
11540 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
11541 and dired-delete-entry, to update this buffer (and others).
11542
11543 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
11544
11545 * facemenu.el (facemenu-add-new-face):
11546 Pass region args to facemenu-set-face, when there is a region.
11547 (facemenu-set-foreground, facemenu-set-background)
11548 (facemenu-add-face): Doc fixes.
11549
11550 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
11551
11552 2002-03-14 Miles Bader <miles@gnu.org>
11553
11554 * emacs-lisp/debug.el: Require `button'.
11555 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
11556 to get TAB and <backtab> bindings.
11557
11558 * net/rlogin.el (rlogin-carriage-filter): Function removed.
11559 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
11560 comint removes carriage returns itself now.
11561
11562 * rfn-eshadow.el (rfn-eshadow-update-overlay):
11563 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
11564 getting hosed by our own intangible property.
11565
11566 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
11567
11568 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
11569 Add fortran-comment-line-start-skip to comment-start-skip.
11570 (fortran-comment-indent): Keep whole-line comments in column 0.
11571 (fortran-find-comment-start-skip): New arg `all'.
11572 If ALL is nil, make sure we only match comment-start-skip if we
11573 can't match fortran-comment-line-start-skip.
11574 Fix bug that made it return t but without moving point when
11575 matching '!'! (a false-comment followed by a real comment).
11576 (fortran-indent-comment): Use new `all' argument above.
11577 Be careful not to add an incorrect comment-starter like "C"
11578 in comment-column.
11579 (fortran-split-line): When splitting a comment, reuse the comment
11580 starter from the current line rather than fortran-comment-line-start.
11581 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
11582 cleaner behavior of fortran-find-comment-start-skip.
11583 (fortran-fill): Don't be confused by ! inside a comment.
11584 (fortran-break-line): Minor cleanup and simplification.
11585
11586 2002-03-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
11587
11588 * progmodes/etags.el (tag-exact-file-name-match-p)
11589 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
11590 simpler regexp.
11591
11592 2002-03-12 Colin Walters <walters@debian.org>
11593
11594 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
11595 redisplaying a line.
11596
11597 2002-03-12 Jan D. <Jan.Djarv@mbox200.swipnet.se>
11598
11599 * term/x-win.el (emacs-session-restore): Take previous id as
11600 an argument.
11601 (emacs-session-save): Add comment that return t means cancel shutdown
11602
11603 * startup.el (command-line): Must check that x-session-previous-id
11604 is bound also, for non-X platforms.
11605
11606 2002-03-12 Gerd Moellmann <gerd@gnu.org>
11607
11608 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
11609 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
11610 New user options.
11611 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
11612 (common-lisp-indent-function-1): Renamed from
11613 common-lisp-indent-function.
11614 (common-lisp-indent-function): Handle loop forms specially.
11615 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
11616 (lisp-backquote-indentation): New user option.
11617
11618 2002-03-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
11619
11620 * progmodes/etags.el (tag-exact-file-name-match-p)
11621 (tag-file-name-match-p, tag-partial-file-name-match-p):
11622 Assume that the header of a tags section has either a number
11623 or nothing after the last comma.
11624
11625 2002-03-11 Richard M. Stallman <rms@gnu.org>
11626
11627 * imenu.el (imenu-update-menubar-modified-tick): New variable.
11628 (imenu-update-menubar): Don't call imenu--make-index-alist
11629 if buffer has not changed since last time.
11630
11631 * desktop.el (desktop-buffer-handlers): Doc fix.
11632 (desktop-buffer-file): Explicitly return BUF.
11633
11634 * paren.el (show-paren-function): Move back in other direction
11635 to verify the match is correct.
11636
11637 * mail/supercite.el (sc-select-attribution): Accept whatever value
11638 we get in CHOICE; there is no value meaning "try again".
11639
11640 2002-03-11 Colin Walters <walters@verbum.org>
11641
11642 * shell.el (toplevel): Revert previous change to use pcomplete.
11643 (shell-mode): Ditto.
11644 (shell-pcomplete-setup-done): Remove.
11645 (shell-pcomplete): Ditto.
11646 (shell-pcomplete-reverse): Ditto.
11647
11648 * comint.el: Remove documentation on setting up pcomplete.
11649
11650 2002-03-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11651
11652 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
11653 item. Doc fix.
11654
11655 * image.el (image-type-from-file-header): Make temporary buffer
11656 unibyte.
11657
11658 * subr.el (add-to-list): Doc fix.
11659
11660 2002-03-11 Miles Bader <miles@gnu.org>
11661
11662 * pcomplete.el (pcomplete-entries): Expand environment variables
11663 in filename.
11664
11665 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
11666
11667 * play/mpuz.el: Use defface instead of facemenu-get-face.
11668
11669 2002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se>
11670
11671 * startup.el (command-line): Add call to emacs-session-restore if
11672 both x-session-id and x-session-previous-id are strings.
11673
11674 * term/x-win.el (x-handle-smid): New function.
11675 (emacs-session-filename): New function.
11676 (emacs-session-save): New function.
11677 (emacs-save-session-functions): New variable.
11678 (emacs-session-restore): New function.
11679
11680 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
11681
11682 * simple.el (shell-command-on-region): Call push-mark with
11683 non-nil second arg, to suppress the "Mark set" message.
11684
11685 2002-03-08 Richard M. Stallman <rms@gnu.org>
11686
11687 * textmodes/picture.el (picture-forward-column): New arg `interactive'
11688 is non-nil for an interactive call. Use instead of interactive-p.
11689 (picture-backward-column): Likewise.
11690
11691 * tar-mode.el (tar-untar-buffer): New function.
11692
11693 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
11694 Put the mouse-face on the entire xref, like the local keymap.
11695
11696 * find-dired.el (find-name-dired): Use shell-quote-argument.
11697
11698 2002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
11699
11700 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
11701 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
11702 (mpuz-allow-double-multiplicator): New options for nicer look and
11703 new features.
11704 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
11705 (mpuz-check-all-solved, mpuz-random-puzzle)
11706 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
11707 (mpuz-show-solution): Functions streamlined and removed french
11708 style space before punctuation, added face support and optional
11709 solving of trivial results.
11710
11711 2002-03-07 Colin Walters <walters@verbum.org>
11712
11713 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
11714
11715 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
11716 instead of "recency" for clarity.
11717 (ibuffer-compile-format): Document more. Handle new "summarizer"
11718 columns.
11719 (ibuffer-fontify-region-function): Ditto.
11720 (ibuffer-insert-buffer-line): Ditto.
11721 (ibuffer-map-lines): Ditto.
11722 (ibuffer-insert-buffers-and-marks): Ditto.
11723 (ibuffer-update-title-and-summary): Renamed from
11724 `ibuffer-update-title'. Handle "summarizer" columns.
11725 (ibuffer-clear-summary-columns): New function.
11726
11727 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
11728
11729 2002-03-07 Gerd Moellmann <gerd@gnu.org>
11730
11731 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
11732 Use the other-window instead of the other-frame functions when
11733 the window is dedicated.
11734
11735 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
11736
11737 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
11738 with SILENT so that a new field can be added.
11739
11740 2002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
11741
11742 * files.el (make-auto-save-file-name): Make sure the produced file
11743 name does not contain characters that are invalid for DOS/Windows
11744 filesystems.
11745
11746 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
11747 Remove replacement functions.
11748
11749 2002-03-06 Gerd Moellmann <gerd@gnu.org>
11750
11751 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
11752 the form `:x'.
11753
11754 * vc.el (vc-branch-part): Add autoload cookie. This function can
11755 be called from vc-rcs-find-most-recent-rev when visiting a file
11756 checked into RCS in a CVS sandbox.
11757
11758 2002-03-06 Andreas Schwab <schwab@suse.de>
11759
11760 * progmodes/hideif.el: Augment expression parser to handle
11761 conditional expressions.
11762 (hif-token-regexp): Also match `?' and `:'.
11763 (hif-tokenize): Handle `?' and ':' as tokens.
11764 (hif-expr): Parse conditional expressions.
11765 (hif-or-expr): Parse `||' expressions.
11766 (hif-and-expr): Renamed from hif-term.
11767 (hif-conditional): New function to evaluate a conditional
11768 expression.
11769
11770 2002-03-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11771
11772 * language/czech.el ("Czech"): Fix the documentation.
11773
11774 * language/slovak.el ("Slovak"): Likewise.
11775
11776 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
11777
11778 * xml.el (xml-parse-attlist): Accept empty strings.
11779
11780 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
11781
11782 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
11783 all terminals now support highlighting of some kind.
11784
11785 * language/european.el (mac-roman): Fix the safe-chars property.
11786
11787 2002-03-05 Andre Spiegel <spiegel@gnu.org>
11788
11789 * vc.el (vc-transfer-file): Use `make-temp-file'.
11790 (vc-default-update-changelog): Remove conditional use of
11791 `make-temp-name'.
11792
11793 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
11794
11795 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
11796
11797 * ediff-init.el: Comments.
11798
11799 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
11800 is loaded.
11801
11802 * ediff-mult.el (ediff-intersect-directories)
11803 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
11804 Cleanup.
11805 (ediff-draw-dir-diffs): Now supports the "C" command in directory
11806 difference buffer.
11807 (ediff-dir-diff-copy-file): New function that implements copying
11808 of files from one Ediff dir to another
11809 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
11810 (ediff-append-custom-diff): Better error msgs.
11811
11812 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
11813 (ediff-inferior-compare-regions): Use
11814 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
11815
11816 * ediff.el (ediff-directories-internal): Cleanup.
11817 (ediff-clone-buffer-for-region-comparison): Better interface.
11818
11819 2002-03-04 Richard M. Stallman <rms@gnu.org>
11820
11821 * emacs-lisp/easy-mmode.el (define-minor-mode):
11822 Use "P" in interactive spec of minor mode commands.
11823
11824 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
11825
11826 * faces.el (face-spec-choose): Allow `t' to appear before the end.
11827 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
11828 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
11829 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
11830 (mode-line-inactive, header-line): Move the `t' section to the
11831 beginning so the `:inherit' setting can be shared.
11832
11833 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11834
11835 * net/snmp-mode.el: Require tempo when compiling to prevent
11836 warnings. Update copyright notice.
11837
11838 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
11839 like not defined at all.
11840
11841 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
11842
11843 * textmodes/sgml-mode.el: Change maintainer to FSF.
11844 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
11845 (sgml-tags-invisible, sgml-beginning-of-tag):
11846 Allow _ : and non-ASCII in tag names, as required for XML.
11847 (sgml-name-char): Don't assume anything about charsets handled by
11848 encode-char.
11849
11850 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
11851 where one of the buffers is narrowed.
11852
11853 * hexl.el (hexlify-command, dehexlify-command): Remove.
11854 (hexlify-buffer, dehexlify-buffer): Use call-process-region
11855 rather than shell-command-on-region.
11856
11857 * newcomment.el (comment-forward): Use forward-comment to skip
11858 over whitespace (or comments) even when comment-use-syntax is nil.
11859
11860 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
11861
11862 * textmodes/xml-lite.el: New file.
11863
11864 2002-03-03 Richard M. Stallman <rms@gnu.org>
11865
11866 * textmodes/artist.el (artist-system): Use make-temp-file.
11867
11868 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
11869
11870 * mail/sendmail.el (mail-recover-1): Increase non-random-len
11871 by 1 since we changed make-auto-save-file-name to add one
11872 fewer character to the buffer name.
11873 (mail-recover): Really show point at the right place
11874 in the *Directory* buffer.
11875
11876 * files.el (make-auto-save-file-name): Use make-temp-file.
11877
11878 * terminal.el (te-create-terminfo): Use make-temp-file
11879 to create the source file in a safe way.
11880
11881 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
11882
11883 * cus-start.el: Rename automatic-hscroll-step and
11884 automatic-hscroll-margin into hscroll-step and hscroll-margin.
11885
11886 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
11887 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
11888
11889 * mouse.el (mouse-region-delete-keys): Add deletechar.
11890
11891 2002-03-03 Sam Steingold <sds@gnu.org>
11892
11893 * play/snake.el (snake-score-file): Fixed parens (broken by the
11894 last patch).
11895 * play/tetris.el (tetris-score-file): Ditto.
11896
11897 2002-03-03 Richard M. Stallman <rms@gnu.org>
11898
11899 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
11900
11901 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
11902
11903 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
11904 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
11905
11906 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
11907
11908 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
11909 instead of `buffer-substring-no-properties' to support enriched mode.
11910
11911 2002-03-02 Richard M. Stallman <rms@gnu.org>
11912
11913 * find-dired.el (find-grep-dired): Call shell-quote-argument.
11914 Specify the -e option.
11915 Rename arg to `regexp'.
11916
11917 2002-03-02 Milan Zamazal <pdm@zamazal.org>
11918
11919 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
11920
11921 2002-03-02 Miles Bader <miles@gnu.org>
11922
11923 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
11924 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
11925 If there's no applicable modifiers entry in the alist in
11926 `mouse-wheel-scroll-amount', fall back to the default, not to
11927 nil (which causes full screen scrolls).
11928
11929 2002-03-01 Andreas Schwab <schwab@suse.de>
11930
11931 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
11932 Remove extra paren in regexp.
11933
11934 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
11935
11936 * mouse.el (mouse-show-mark): Use display-mouse-p, not
11937 display-graphic-p, to decide whether to move point or use the
11938 highlighting.
11939
11940 2002-02-28 Colin Walters <walters@verbum.org>
11941
11942 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
11943
11944 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
11945 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
11946 (calc-temp-file-name): Use `make-temp-file'.
11947
11948 2002-02-28 Richard M. Stallman <rms@gnu.org>
11949
11950 * font-lock.el (java-font-lock-extra-types):
11951 Match java.net.URL, etc.
11952
11953 2002-02-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11954
11955 * hexl.el (hexl-options): Doc fix.
11956 Update Commentary section.
11957
11958 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
11959 Doc fixes.
11960
11961 2002-02-28 Andre Spiegel <spiegel@gnu.org>
11962
11963 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
11964 the user to do that first.
11965 (vc-update): New function.
11966
11967 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
11968 which calls vc-update. Use the term "Base Version" instead of
11969 "Last Version" for the entries "Revert" and "Compare".
11970
11971 2002-02-28 Kim F. Storm <storm@cua.dk>
11972
11973 * simple.el (shell-command-on-region): Report non-zero exit
11974 status in mode line instead of buffer.
11975
11976 2002-02-27 Richard M. Stallman <rms@gnu.org>
11977
11978 * comint.el (comint-preoutput-filter-functions): Doc fix.
11979 (comint-output-filter-functions, comint-input-filter-functions)
11980 (comint-redirect-filter-functions): Likewise.
11981
11982 (comint-redirect-preoutput-filter): Do the local-hook
11983 handling of t when running comint-redirect-filter-functions.
11984 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
11985
11986 2002-02-26 Richard M. Stallman <rms@gnu.org>
11987
11988 * paths.el (remote-shell-program): Add doc string.
11989
11990 2002-02-26 Colin Walters <walters@debian.org>
11991
11992 * ibuf-ext.el (sorter mode-name): New.
11993 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
11994
11995 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
11996 interactively, so they do something.
11997 (calc-scroll-right): Ditto.
11998
11999 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
12000
12001 * international/mule.el (ctext-pre-write-conversion): Handle the
12002 case when FROM is a string, and when we are called from
12003 build_annotations_2.
12004
12005 2002-02-26 Richard M. Stallman <rms@gnu.org>
12006
12007 * rect.el (clear-rectangle-line): Reindent to the same column
12008 that move-to-column reached when it tried to go to endcol.
12009
12010 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
12011
12012 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
12013
12014 * winner.el (winner-boring-buffers, winner-set): A window which
12015 displays a buffer whose name is in the list
12016 `winner-boring-buffers', will no longer be restored by `winner-undo'.
12017 (winner-sorted-window-list): Used to improve comparison between
12018 window configurations.
12019 (winner-win-data): Simplified and moved.
12020 (winner-conf): Simplified (now uses `winner-win-data').
12021 (winner-change-fun, winner-save-old-configurations)
12022 (winner-save-(un)conditionally, winner-redo): Changes made while in
12023 the minibuffer will be ignored. (Such changes are undone upon
12024 exit for the minibuffer, anyway.)
12025 (winner-set-conf): Preserve selected window whenever possible.
12026 (winner-make-point-alist): Simplified.
12027 (winner-mode, winner-save-unconditionally): Save current window
12028 configuration on entering minibuffer.
12029 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
12030 since it does not change the overall behavior of Emacs.
12031
12032 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
12033
12034 * international/mule-conf.el (compound-text): Renamed back from
12035 compound-text-no-extensions.
12036 (ctext-no-compositions): Remove the mime-charset property.
12037 (compound-text-with-extensions): Renamed from compound-text.
12038 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
12039
12040 2002-02-26 Juanma Barranquero <lektu@terra.es>
12041
12042 * faces.el (list-faces-display): Fix typo.
12043
12044 2002-02-25 Richard M. Stallman <rms@gnu.org>
12045
12046 * frame.el (focus-follows-mouse): Doc fix.
12047
12048 2002-02-26 Miles Bader <miles@gnu.org>
12049
12050 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
12051 to `define-key', since it no longer accepts the latter.
12052
12053 2002-02-25 Jason Rumney <jasonr@gnu.org>
12054
12055 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
12056 mouse-wheel-scroll-amount.
12057
12058 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
12059 mwheel.el.
12060
12061 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
12062
12063 2002-02-25 Andre Spiegel <spiegel@gnu.org>
12064
12065 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
12066 consistent with the others that take a backend name as a symbol.
12067
12068 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
12069
12070 2002-02-25 Kim F. Storm <no-spam@cua.dk>
12071
12072 * comint.el (comint-replace-by-expanded-filename): Do nothing if
12073 comint-match-partial-filename returns nil.
12074
12075 * shell.el (shell-pcomplete-setup-done): New variable.
12076 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
12077 (shell-pcomplete-reverse): Ditto.
12078
12079 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
12080
12081 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
12082
12083 2002-02-25 Juanma Barranquero <lektu@terra.es>
12084
12085 * subr.el (save-match-data): Doc fix.
12086
12087 * ielm.el (ielm-prompt): Allow customization; make it read-only.
12088
12089 2002-02-25 Kim F. Storm <storm@cua.dk>
12090
12091 * shell.el (shell-mode-map): Add "Complete" header so completion
12092 menu is shown on the menu bar in shell mode.
12093
12094 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
12095
12096 * ielm.el (ielm-match-data): New var.
12097 (inferior-emacs-lisp-mode): Make it buffer-local.
12098 (ielm-eval-input): Use it to preserve match-data between inputs.
12099
12100 2002-02-24 Juanma Barranquero <lektu@terra.es>
12101
12102 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
12103
12104 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
12105
12106 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
12107 `custom-buffer' customize group.
12108
12109 2002-02-23 Kim F. Storm <storm@cua.dk>
12110
12111 * help.el (where-is): Use remap-command.
12112
12113 * help-fns.el (describe-function-1): Use remap-command.
12114
12115 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
12116 change (no longer accept a symbol for the KEY argument).
12117
12118 2002-02-23 Colin Walters <walters@debian.org>
12119
12120 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
12121 * calc/calcalg2.el (math-solve-get-sign): Ditto.
12122
12123 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
12124 in generated function.
12125
12126 * ibuf-ext.el (ibuffer-old-time): Change to hours.
12127 (ibuffer-mark-old-buffers): Handle it.
12128
12129 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
12130 (toplevel): Bind them.
12131 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
12132 not necessary now that we use pcomplete.
12133
12134 * comint.el: Document how use new pcomplete completion facility.
12135
12136 2002-02-23 Richard M. Stallman <rms@gnu.org>
12137
12138 * mail/rmailsum.el (rmail-summary-output): Properly advance
12139 to next message, by calling rmail-summary-goto-msg.
12140
12141 * net/browse-url.el (browse-url-galeon): Specify --existing
12142 for an existing window. Use --noraise rather than --no-raise.
12143 Don't use -x.
12144
12145 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
12146
12147 * progmodes/etags.el (find-tag-noselect, find-tag)
12148 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
12149 Fix a typo in doc strings.
12150
12151 2002-02-20 Deepak Goel <deego@glue.umd.edu>
12152
12153 * play/snake.el (snake-velocity-queue, snake-update-velocity)
12154 (snake-final-x-velocity, snake-final-y-velocity):
12155 New variable and functions. Store user's keypresses
12156 into a queue and pop from the queue each subsequent turn.
12157 (snake-update-game, snake-move-left)
12158 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
12159 (snake-start-game): Use that queue.
12160 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
12161 (snake-use-color-flag): Likewise.
12162 (snake-mode): Rename uses of those variables.
12163
12164 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
12165
12166 Support for ICCCM Extended Segments in X selections:
12167
12168 * international/mule-conf.el (ctext-no-compositions): New coding
12169 system.
12170 (compount-text-no-extensions): Renamed from compound-text.
12171 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
12172 compound-text-no-extensions.
12173 (compound-text): Redefined using post-read and pre-write conversions.
12174
12175 * international/mule.el (non-standard-icccm-encodings-alist)
12176 (non-standard-designations-alist): New variables.
12177 (ctext-post-read-conversion, ctext-pre-write-conversion):
12178 New functions.
12179
12180 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
12181
12182 * vc.el (vc-default-init-version): Update documentation to
12183 indicate that the backend can override the default init version.
12184 (vc-register): Use the backend init-version function, if it
12185 exists, to determine the initial version of a file.
12186 (vc-diff-switches-list): Don't symbol-quote backend, since it's
12187 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
12188
12189 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
12190 not version-controlled. This is necessary, e.g., if the file has
12191 just been reverted, and thus was previously under version control
12192 but isn't any longer.
12193 (vc-find-file-hook): Likewise.
12194
12195 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
12196
12197 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
12198 (vc-cvs-sticky-tag-display): New variable.
12199 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
12200 (vc-cvs-checkin): If the input revision is a valid symbolic tag
12201 name, we create it as a branch, commit and switch to it.
12202 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
12203 (vc-cvs-valid-symbolic-tag-name-p): New function.
12204 (vc-cvs-parse-sticky-tag): New function.
12205 (vc-cvs-parse-entry): Added parsing of sticky tags.
12206
12207 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
12208
12209 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
12210 nil, and then explicitly set the standard-value to t.
12211
12212 2002-02-20 Sam Steingold <sds@gnu.org>
12213
12214 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
12215 since it is used in the menu bar.
12216
12217 2002-02-20 Richard M. Stallman <rms@gnu.org>
12218
12219 * simple.el (shell-command-on-region): Display the exit status
12220 when a command fails.
12221
12222 * subr.el (add-hook): Doc fix.
12223
12224 * frame.el (other-frame): Doc fix.
12225
12226 * simple.el (yank): Clear `field' property.
12227
12228 2002-02-20 Tom Tromey <tromey@cachet>
12229
12230 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
12231 natural paragraph boundaries. Don't fail at beginning of buffer.
12232
12233 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12234
12235 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
12236 call the argument "arg" to match plain next-line and
12237 previous-line. From Kevin Ryde <user42@zip.com.au>.
12238
12239 2002-02-19 Sam Steingold <sds@gnu.org>
12240
12241 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
12242 scroll amounts for different modifiers now.
12243 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
12244 format properly.
12245 (mouse-wheel-mode): Ditto.
12246
12247 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
12248
12249 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
12250 around function body.
12251
12252 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
12253 sense of the comparison, to match the doc strings of functions
12254 that use this macro.
12255
12256 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
12257
12258 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
12259
12260 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
12261 * menu-bar.el (menu-bar-mode): Ditto.
12262
12263 2002-02-18 Andreas Schwab <schwab@suse.de>
12264
12265 * replace.el (query-replace-regexp-eval): Doc fix.
12266
12267 2002-02-18 Colin Walters <walters@verbum.org>
12268
12269 * calc/calcalg2.el (math-solve-get-int): Convert return value from
12270 `math-get-from-counter' to a string before calling `concat' on it.
12271
12272 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
12273 (calc-public-autoloads): Obsolete; remove.
12274 (calc-private-autoloads): Ditto.
12275 (calc-add-autoloads): Ditto.
12276
12277 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
12278 for body.
12279
12280 2002-02-17 Jason Rumney <jasonr@gnu.org>
12281
12282 * w32-win.el (x-option-alist, x-long-option-alist)
12283 (x-switch-definitions): Remove, use command-line-x-option-alist
12284 instead to be consistent with X.
12285 (x-handle-initial-switch): New function.
12286
12287 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12288
12289 * faces.el (mode-line-inactive, header-line): Add the :inherit
12290 attribute for the tty case.
12291
12292 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
12293
12294 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
12295 invoked from Rmail with full headers displayed.
12296
12297 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12298
12299 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
12300 when repeated.
12301 * textmodes/paragraphs.el (mark-paragraph): Ditto.
12302
12303 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
12304
12305 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
12306 (menu-bar-tools-menu): Removed speedbar.
12307
12308 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
12309 and `flyspell-mode' entries.
12310
12311 * textmodes/flyspell.el (flyspell): Add to ispell group.
12312
12313 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12314
12315 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
12316 repeated.
12317 (mark-defun): Mark more if repeated.
12318
12319 2002-02-17 Colin Walters <walters@verbum.org>
12320
12321 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
12322
12323 * ibuffer.el (ibuffer-truncate-lines): New option.
12324 (ibuffer-mode): Use it.
12325
12326 2002-02-17 Kim F. Storm <storm@cua.dk>
12327
12328 * cus-start.el: Add mouse-highlight.
12329
12330 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
12331
12332 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
12333
12334 * cus-start.el: Add automatic-hscroll-margin and
12335 automatic-hscroll-step.
12336
12337 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12338
12339 * cus-start.el (x-autoselect-window): Allow customization.
12340
12341 * eshell/em-alias.el (eshell-alias-initialize): Do not use
12342 make-local-hook.
12343
12344 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
12345
12346 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
12347
12348 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
12349
12350 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
12351
12352 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
12353
12354 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
12355
12356 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
12357
12358 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
12359
12360 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
12361
12362 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
12363
12364 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
12365
12366 * eshell/esh-io.el (eshell-io-initialize): Likewise.
12367
12368 * eshell/esh-mode.el (eshell-mode): Likewise.
12369
12370 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
12371
12372 * eshell/esh-var.el (eshell-var-initialize): Likewise.
12373
12374 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
12375
12376 * progmodes/idlwave.el (idlwave-mode): Likewise.
12377
12378 * textmodes/reftex-sel.el (reftex-select-label-mode)
12379 (reftex-select-bib-mode): Likewise.
12380
12381 2002-02-16 John Wiegley <johnw@gnu.org>
12382
12383 * eshell/em-hist.el (eshell-hist-initialize): When in the
12384 minibuffer, use the global value of `eshell-history-ring', and
12385 never save it to disk, or ask to save it to disk. This allows
12386 users of session.el to control whether its global state should be
12387 persisted or not.
12388 (eshell-add-command-to-history): Don't write Eshell's history out
12389 to disk, let the governing mode control that upon exit.
12390
12391 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
12392
12393 * eshell/eshell.el (eshell-command): Before reading from the
12394 minibuffer, add eshell-add-command-to-history to
12395 minibuffer-exit-hook, and remove it after read-from-minibuffer
12396 returns.
12397
12398 * eshell/em-hist.el (eshell-add-input-to-history): New function,
12399 with most of the code from eshell-add-to-history.
12400 (eshell-add-command-to-history): New function, to record in
12401 eshell-history the commands run via eshell-command.
12402 (eshell-add-to-history): Call eshell-add-command-to-history to do
12403 most of the work.
12404
12405 2002-02-16 John Wiegley <johnw@gnu.org>
12406
12407 * eshell/esh-ext.el (eshell-external-command): Added a fix for
12408 XEmacs' new dired.el, which adds a global entry in the
12409 `file-name-handler-alist'.
12410
12411 2002-02-16 John Wiegley <johnw@gnu.org>
12412
12413 * align.el (align-region): Added a missing name argument.
12414
12415 2002-02-16 John Wiegley <johnw@gnu.org>
12416
12417 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
12418 after the #! of a shell interpretor specification.
12419
12420 2002-02-15 Richard M. Stallman <rms@gnu.org>
12421
12422 * help.el (describe-key-briefly): Make output in INSERT case
12423 look just like what is displayed in the normal case.
12424
12425 2002-02-15 Andreas Schwab <schwab@suse.de>
12426
12427 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12428 Require non-letter after specials.
12429
12430 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
12431
12432 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
12433
12434 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12435
12436 * simple.el (mark-word): Mark more if repeated.
12437 * textmodes/paragraphs.el (mark-paragraph): Ditto.
12438 (mark-end-of-sentence): Ditto.
12439
12440 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
12441
12442 * wid-edit.el (widgetp): Made it more robust.
12443
12444 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
12445
12446 * facemenu.el (describe-text-done): New function.
12447 (describe-text-mode-map): New variable.
12448 (describe-text-mode-hook): New option.
12449 (describe-text-mode): New function.
12450 (describe-text-widget): New function.
12451 (describe-text-sexp): New function.
12452 (describe-text-properties): New function.
12453 (describe-text-category): New command.
12454 (describe-text-at): New command.
12455 (facemenu-menu): Replace `list-text-properties-at' with
12456 `describe-text-at' in the menu.
12457
12458 * wid-edit.el (widgetp): New function.
12459 * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
12460
12461 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
12462
12463 * wid-browse.el: Removed version and x-url keywords.
12464
12465 2002-02-13 Kim F. Storm <storm@cua.dk>
12466
12467 * cus-start.el (mode-line-in-non-selected-windows):
12468 Allow customization.
12469
12470 2002-02-13 Richard M. Stallman <rms@gnu.org>
12471
12472 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
12473 Tell bibtex-parse-keys to output no progress messages.
12474
12475 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
12476
12477 * progmodes/pascal.el (pascal-imenu-generic-expression):
12478 Add menu-title and fix parentheses.
12479
12480 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
12481
12482 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
12483 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
12484
12485 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
12486
12487 * menu-bar.el (menu-bar-options-save): Only save
12488 `current-language-environment' and `default-input-method' when
12489 marked as customized.
12490
12491 * international/mule-cmds.el
12492 (setup-specified-language-environment):
12493 Mark `current-language-environment' as customized.
12494 (set-input-method): Mark `default-input-method' as customized when
12495 called interactively.
12496 (toggle-input-method): Ditto.
12497
12498 2002-02-11 Colin Walters <walters@verbum.org>
12499
12500 * ibuffer.el (ibuffer-switch-format): Supply required argument for
12501 `ibuffer-current-formats'.
12502
12503 2002-02-11 Miles Bader <miles@gnu.org>
12504
12505 * faces.el (mode-line-inactive): Add dark-background variant.
12506
12507 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
12508
12509 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
12510 * menu-bar.el (menu-bar-mode): Ditto.
12511 * cus-edit.el (customize-mark-to-save): Always save variables
12512 without a standard value.
12513
12514 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
12515 (menu-bar-options-save): Ditto.
12516 (menu-bar-showhide-menu): Ditto.
12517 (menu-bar-options-menu): Ditto.
12518 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
12519 (menu-bar-scroll-bar-none): Remove.
12520 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
12521 expressions instead.
12522
12523 * cus-edit.el (customize-set-value): Return value.
12524 (customize-set-variable): Ditto.
12525 (customize-save-variable): Ditto.
12526 (customize-set-variable): Load dependencies before setting value.
12527 (custom-load-symbol): Autoload it.
12528 (customize-mark-as-set): New function.
12529
12530 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
12531
12532 * cus-start.el: Don't warn about "x-*" symbols when building a
12533 non-GUI version.
12534
12535 2002-02-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12536
12537 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
12538 Doc fix.
12539 (strokes-help): Do not use doubled with-output-to-temp-buffer.
12540 Fix the help string.
12541 (strokes-prompt-user-save-strokes): Fix typo.
12542 (strokes-list-strokes): Use proper exit-action argument for
12543 view-buffer. Update copyright notice.
12544
12545 * international/mule-diag.el: Various doc and message fixes.
12546 (non-iso-charset-alist): Add mac-roman. Don't add entries for
12547 codepages already present.
12548 (list-block-of-chars): Display space for null entries in
12549 translation table. Display tab specially.
12550 (list-non-iso-charset-chars): Check for null charsets. Use pop
12551 for clarity. Don't break 8-bit sets into sections between ranges.
12552 (list-charset-chars): Avoid indent-tabs-mode.
12553 (describe-char-after): Maybe use the text property for syntax
12554 table information. Maybe report char-code-property-table info.
12555 Maybe report character's unicode. Tweak printing of list info.
12556 (list-input-methods): Add xref buttons.
12557 (dump-charsets, dump-codings): Deleted (obsolete).
12558 From Dave Love <fx@gnu.org>.
12559
12560 2002-02-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12561
12562 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
12563
12564 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
12565
12566 * viper-util.el (viper-read-key-sequence): Fix so it'll read
12567 fast key sequences in emacs native mode
12568 (viper-events-to-keys): Delete.
12569
12570 * viper.el (describe-key, describe-key-briefly): Get rid of
12571 viper-events-to-keys.
12572
12573 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
12574
12575 * ediff-wind.el (ediff-setup-control-frame):
12576 Use ediff-has-gutter-support.
12577
12578 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
12579 check if buff is alive.
12580
12581 * ediff.el: Typo in comment.
12582
12583 2002-02-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12584
12585 * menu-bar.el (menu-bar-options-save): Take care of
12586 line-number-mode and column-number-mode variables.
12587 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
12588 "Show Column Number" in "Show/Hide" menu.
12589
12590 2002-02-09 Richard M. Stallman <rms@gnu.org>
12591
12592 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
12593
12594 2002-02-09 Kim F. Storm <storm@cua.dk>
12595
12596 * faces.el (mode-line-inactive): New face for mode-line for
12597 non-selected windows.
12598 (mode-line): Doc fix: Only used for selected window.
12599
12600 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
12601
12602 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
12603 name to "Insert Diary Entry".
12604
12605 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
12606
12607 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
12608 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
12609
12610 2002-02-08 Richard M. Stallman <rms@gnu.org>
12611
12612 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
12613
12614 2002-02-08 Andreas Schwab <schwab@suse.de>
12615
12616 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
12617 of point-min.
12618
12619 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
12620
12621 * net/ange-ftp.el (ange-ftp-process-handle-line)
12622 (ange-ftp-set-xfer-size): If the file's size is a float, divide
12623 by 1024 instead of using ash.
12624
12625 * international/mule-cmds.el (select-safe-coding-system):
12626 State the buffer's name in the message popped in the *Warning* buffer,
12627 and make sure the offending buffer is displayed.
12628
12629 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
12630
12631 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
12632
12633 2002-02-07 Richard M. Stallman <rms@gnu.org>
12634
12635 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
12636
12637 * register.el (list-registers): New command.
12638 (describe-register-1): New subroutine, taken out of view-register.
12639
12640 * emacs-lisp/copyright.el (copyright-regexp):
12641 Delete the unibyte copyright symbol; it's redundant.
12642 Fix a spazz in the multibyte encoding here.
12643
12644 2002-02-07 Dave Love <fx@gnu.org>
12645
12646 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
12647 (cyrillic-encode-alternativnyj-char): Get translation tables from
12648 symbol properties, not as variables.
12649 (standard-display-cyrillic-translit): Include unicodes.
12650
12651 2002-02-06 Kim F. Storm <storm@cua.dk>
12652
12653 * help.el (where-is): Report remapped commands.
12654
12655 * help-fns.el (describe-function-1): Ditto.
12656
12657 * subr.el (global-set-key, local-set-key): Accept a symbol for the
12658 KEY argument (like define-key).
12659
12660 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12661
12662 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
12663
12664 2002-02-06 Richard M. Stallman <rms@gnu.org>
12665
12666 * mail/mailabbrev.el: Require sendmail only at compile time.
12667 (mail-mode-header-syntax-table): Var deleted.
12668 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
12669 (sendmail-pre-abbrev-expand-hook): Only temporarily change
12670 local-abbrev-table and the syntax table.
12671 Compute mail-abbrev-syntax-table if that has not been done.
12672
12673 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
12674
12675 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
12676 (debugger-frame-number): Figure out the offset directly.
12677 (debugger-setup-buffer): Don't use debugger-frame-offset.
12678 (debugger-frame, debugger-frame-clear): Likewise.
12679 (debugger-jump): Don't alter debugger-frame-offset.
12680
12681 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12682 Replace foo-p as var name with foo-flag, not foo-p-flag.
12683
12684 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
12685 (highlight-changes-passive-string): Default to -Chg.
12686 (highlight-changes-global-modes): Doc fix.
12687
12688 * dired.el (dired-get-filename): Add /: when appropriate
12689 to avoid taking a local name as remote.
12690
12691 * files.el (file-name-non-special): Add special handling for
12692 file-name-sans-versions, file-name-completion, and
12693 file-name-all-completions.
12694
12695 * isearch.el (isearch-update): Don't update display in kbd macro.
12696 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
12697
12698 * subr.el (force-mode-line-update): Doc fix.
12699
12700 * subr.el (atomic-change-group, prepare-change-group)
12701 (activate-change-group, accept-change-group, cancel-change-group):
12702 New functions.
12703
12704 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
12705 (transpose-subr-1): Use atomic-change-group.
12706
12707 * subr.el (add-minor-mode): Include the mode's lighter string
12708 in the minor mode menu item name.
12709
12710 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
12711 rmail-count-screen-lines starting from (point-min).
12712
12713 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
12714 beyond the image height, to use the fancy splash screen.
12715
12716 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
12717 (text-mode): Set text-mode-variant here.
12718
12719 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
12720
12721 * play/pong.el (pong-height): Don't use height that exceeds the
12722 frame height.
12723 (pong-border-options): Make the border colors slightly more bright.
12724
12725 * play/gamegrid.el (gamegrid-display-type): Treat any
12726 color-capable display as color-x, if display-color-p is fboundp.
12727 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
12728 (gamegrid-make-color-tty-face): Use the value of color, not the
12729 symbol itself. Don't call gamegrid-color.
12730
12731 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
12732
12733 * gud.el (gud-refresh): Call recenter only after we are sure we
12734 are in the right window.
12735
12736 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
12737
12738 * cus-edit.el (customize-mark-to-save): New function.
12739 * menu-bar.el (menu-bar-options-save): Rewrote.
12740
12741 2002-02-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12742
12743 * cus-start.el (x-use-underline-position-properties):
12744 Allow customization.
12745
12746 2002-02-04 Simon Josefsson <jas@extundo.com>
12747
12748 * dired.el (dired-load-hook, dired-mode-hook)
12749 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
12750
12751 2002-02-03 Colin Walters <walters@verbum.org>
12752
12753 * ibuf-ext.el (ibuffer-filter-format-alist)
12754 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
12755 New variables.
12756 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
12757 is now the Emacs CVS tree.
12758 (ibuffer-formats): Doc fix.
12759 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
12760 (ibuffer-current-format): Use them.
12761 (ibuffer-recompile-formats, ibuffer-check-formats)
12762 (ibuffer-switch-format, ibuffer-update-title):
12763 Add support for ibuffer-filter-format-alist.
12764 (define-ibuffer-column process): Remove unncessary consing.
12765
12766 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
12767 for a summary column.
12768
12769 2002-02-03 Andreas Schwab <schwab@suse.de>
12770
12771 * window.el (save-selected-window): Move macro before first use.
12772 (balance-windows): Fix misplaced parenthesis.
12773
12774 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12775
12776 * calculator.el (calculator-displayers): Doc fixes.
12777
12778 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12779
12780 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
12781 (menu-bar-options-save): Save also the value of `display-time-mode'.
12782 (showhide-date-time): New function.
12783 (menu-bar-showhide-menu): New menu-item "Date and time".
12784
12785 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
12786
12787 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
12788 get-file-buffer to check for rmail buffer existence.
12789
12790 * term.el (term-emulate-terminal): Extract proper command string
12791 which is supplied to term-command-hook.
12792
12793 2002-02-03 Richard M. Stallman <rms@gnu.org>
12794
12795 * international/quail.el (quail-help): Don't call help-setup-xref.
12796
12797 * international/mule-cmds.el (describe-input-method):
12798 Call help-setup-xref here.
12799 (describe-current-input-method): Doc fix.
12800
12801 * novice.el (disabled-command-hook): Clarify output text.
12802 Indent the paragraph from the command's doc string.
12803
12804 * dabbrev.el (dabbrev--goto-start-of-abbrev):
12805 Exit loop on beginning of field rather than bobp.
12806
12807 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12808
12809 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
12810 the message text into the *mail* buffer, and restore the pruned
12811 state after that.
12812
12813 * mail/rmail.el (rmail-redecode-body): Prune the headers before
12814 looking for X-Coding-System header, and restore the pruned state
12815 before returning.
12816
12817 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12818
12819 * cus-edit.el (customize-save-variable): Fix typo in prompt.
12820
12821 These changes integrate new version of flyspell.el from its
12822 maintainer, Manuel Serrano:
12823
12824 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
12825 (flyspell-mode-on, flyspell-notify-misspell)
12826 (flyspell-small-region, flyspell-external-point-words)
12827 (flyspell-large-region): Use it
12828 (flyspell-before-incorrect-word-string)
12829 (flyspell-after-incorrect-word-string): New user options.
12830 (make-flyspell-overlay): Use them.
12831 (flyspell-version): New function.
12832 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
12833 definitions to use :weight.
12834 (flyspell-insert-function): New user option.
12835 (flyspell-auto-correct-word, flyspell-correct-word)
12836 (flyspell-xemacs-correct): Use it.
12837 (flyspell-define-abbrev): New function.
12838 (flyspell-auto-correct-word, flyspell-correct-word)
12839 (flyspell-xemacs-correct): Use it.
12840 (make-flyspell-overlay): Use `evaporate' property.
12841 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
12842 (flyspell-emacs-popup): Use `session' instead of `accept'.
12843 (flyspell-auto-correct-previous-pos): New variable.
12844 (flyspell-auto-correct-previous-hook)
12845 (flyspell-auto-correct-previous-word): New functions.
12846
12847 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12848
12849 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
12850 don't alter the user's ~/.emacs.
12851 (disable-command): If user-init-file is nil or does not exist,
12852 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
12853 But don't alter the init file if Emacs was invoked as "emacs -q"
12854
12855 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
12856
12857 * mail/sendmail.el (mail-mode): Undo half of last change.
12858
12859 * indent.el (indent-for-tab-command): Remove spurious code.
12860
12861 * hi-lock.el (hi-lock-find-patterns): Save restriction.
12862
12863 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
12864
12865 * calendar/time-date.el: Moved from lisp/gnus.
12866
12867 * calendar/parse-time.el: Ditto.
12868
12869 2002-01-31 Richard M. Stallman <rms@gnu.org>
12870
12871 * international/iso-acc.el (iso-languages): Fix ", " in French.
12872
12873 * cus-start.el (history-length): Specify customization for it.
12874
12875 * emacs-lisp/debug.el (debugger-setup-buffer):
12876 When an eval-buffer frame was reading from a buffer,
12877 insert indication of the buffer position.
12878 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
12879 (debugger-frame-clear, debugger-frame): Error on non-frame line.
12880
12881 * simple.el (shell-command-on-region): Err if no mark
12882 before reading the command string.
12883
12884 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
12885 Definitions moved down after hl-line-mode var's definition.
12886
12887 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
12888 (hilit-chg-set-face-on-change): Rename arg.
12889 (hilit-chg-make-ov): Detect error earlier.
12890
12891 * ediff-hook.el: Delete autoload cookies.
12892
12893 * comint.el (comint-scroll-show-maximum-output): Default is t.
12894
12895 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
12896 (batch-byte-compile-if-not-done): New function.
12897
12898 * Makefile.in (compile): New target.
12899 (compile-always): Renamed from compile-files.
12900 (compile-after-backup): Renamed from compile.
12901 (bootstrap): Depend on compile-always, not compile-files.
12902
12903 * emulation/pc-select.el (pc-select-save-and-set-mode):
12904 Properly use MODE-VAR.
12905
12906 2002-01-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12907
12908 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
12909 Version" to "About Emacs".
12910 (menu-bar-options-save): Add `default-frame-alist'
12911 to saved variables.
12912 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
12913 of the variable `scroll-bar-mode'.
12914
12915 * startup.el (normal-splash-screen, display-splash-screen):
12916 New functions (separated from command-line-1).
12917 (command-line-1): Use them.
12918
12919 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
12920
12921 * calendar/calendar.el (generate-calendar-month): Doc fix.
12922
12923 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12924
12925 * time.el (display-time-mail-directory): New option.
12926 (display-time-mail-function): Update doc-string.
12927 (display-time-mail-icon): Use XPM image when available.
12928 (display-time-string-forms): Use more descriptive text as
12929 help-echo property.
12930 (display-time-mail-check-directory): New function.
12931 (display-time-update): Use it.
12932
12933 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
12934 Quote `window-system'.
12935
12936 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
12937 Add Keywords header. Update Commentary section.
12938 Update copyright notice.
12939
12940 * menu-bar.el (menu-bar-scroll-bar-right)
12941 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
12942 (showhide-menu-bar): New functions.
12943 (menu-bar-showhide-menu): New submenu "Show/Hide".
12944 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
12945 "Show/Hide".
12946 Update copyright notice.
12947
12948 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
12949
12950 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
12951
12952 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
12953
12954 * pc-select.el (pc-selection-mode-hook)
12955 (pc-select-saved-settings-alist, pc-select-map)
12956 (pc-select-saved-global-map, pc-select-key-bindings-alist)
12957 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
12958 (pc-select-meta-moves-sexps-key-bindings)
12959 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
12960 New variables.
12961 (pc-select-define-keys, pc-select-restore-keys): New functions.
12962 (pc-select-add-to-alist, pc-select-save-and-set-var)
12963 (pc-select-save-and-set-mode, pc-select-restore-var)
12964 (pc-select-restore-mode): New macros.
12965 (pc-selection-mode): Completely rewrote the body of the function;
12966 the main goal was to make pc-selection-mode "turn-off"-able, like
12967 other minor modes. Use define-minore-mode instead of just a
12968 defun. Store the key bindings into four alists:
12969 pc-select-default-key-bindings, pc-select-extra-key-bindings,
12970 pc-select-meta-moves-sexps-key-bindings, and
12971 pc-select-tty-key-bindings; then have the pc-select-define-keys
12972 function walk those alists instead of calling define-key
12973 repeatedly. When the mode is turned on, set the
12974 keybindings in global-map and remember the old keybindings; when
12975 the mode is turned off, restore the previously-saved keybindings.
12976 (pc-selection-mode defcustom): Reflect the fact that the mode is
12977 now "turn-off"-able.
12978
12979 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
12980
12981 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
12982 returns t, don't treat that as an error.
12983
12984 2002-01-25 Jason Rumney <jasonr@gnu.org>
12985
12986 * faces.el (face-font-registry-alternatives) [windows-nt]:
12987 Add ms-oemlatin as an alternative for iso8859-1.
12988
12989 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
12990
12991 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
12992 args and the absence of an entry. Don't add -f each time.
12993
12994 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
12995
12996 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
12997
12998 Support for more than 8 colors on character terminals:
12999
13000 * term/rxvt.el: New file.
13001
13002 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
13003
13004 * term/xterm.el (xterm-standard-colors): New variable.
13005 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
13006 (xterm-rxvt-set-background-mode): New functions.
13007 (toplevel): Call xterm-register-default-colors,
13008 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
13009 Add support for more keys from xterm's terminfo entry.
13010
13011 * facemenu.el (list-colors-display): If the argument is nil, don't
13012 show more colors that the number returned by display-color-cells.
13013
13014 * term/pc-win.el (msdos-color-values): Reverse the order of the
13015 colors, since tty-color-define now preserves the registration order.
13016
13017 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
13018
13019 * term/tty-colors.el (tty-standard-colors): Reverse the order.
13020 (tty-register-default-colors): New function; code moved from
13021 startup.el's command-line.
13022 (tty-modify-color-alist): Use nconc instead of cons, to preserve
13023 the order the colors where registered.
13024
13025 * frame.el (display-color-cells): Use tty-display-color-cells.
13026
13027 * startup.el (command-line): Call tty-register-default-colors.
13028
13029 2002-01-25 Richard M. Stallman <rms@gnu.org>
13030
13031 * subr.el (remove): Doc fix.
13032
13033 2002-01-24 Richard M. Stallman <rms@gnu.org>
13034
13035 * progmodes/compile.el (compilation-handle-exit):
13036 Add a compilation-handle-exit property to the "finished" message.
13037 (compilation-parse-errors): Stop parsing when that property is seen.
13038
13039 * subr.el (substring-no-properties): New function.
13040 (copy-without-properties): Function deleted.
13041
13042 * term/x-win.el (x-handle-geometry): Put sizes on both
13043 initial-frame-alist and default-frame-alist.
13044
13045 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
13046 for saving .emacs.
13047
13048 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
13049
13050 * calendar/calendar.el (generate-calendar-month): Doc fix.
13051
13052 2002-01-23 Richard M. Stallman <rms@gnu.org>
13053
13054 * play/tetris.el (tetris): New defgroup.
13055 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
13056 (tetris-default-tick-period): Convert to defcustom.
13057 Added * in docstring to indicate user variable.
13058 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
13059 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
13060 (tetris-buffer-height, tetris-width, tetris-height)
13061 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
13062
13063 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
13064
13065 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
13066 and is already matched by adaptive-fill-regexp.
13067
13068 2002-01-22 Richard M. Stallman <rms@gnu.org>
13069
13070 * bindings.el (mode-line-copied-mode-name): New variable.
13071 (mode-line-mode-name): Don't modify mode-name itself!
13072 Instead, make a copy and reuse it.
13073
13074 * subr.el (copy-without-properties): New function.
13075
13076 * progmodes/sh-script.el (sh-set-shell): Doc fix.
13077
13078 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
13079 slash if DIR is just slash.
13080
13081 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
13082
13083 2002-01-21 Richard M. Stallman <rms@gnu.org>
13084
13085 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
13086
13087 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
13088 Move defvar up.
13089
13090 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
13091
13092 * ibuffer.el: Don't require ibuf-ext at load time.
13093 (ibuffer): Require ibuf-ext here.
13094
13095 2002-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
13096
13097 * generic-x.el (apache-conf-generic-mode): Highlight the first
13098 word in a line even if preceded by blanks.
13099
13100 2002-01-21 Richard M. Stallman <rms@gnu.org>
13101
13102 * window.el (window-body-height): Handle minibuffer window specially.
13103 Otherwise, don't return less than 1.
13104
13105 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
13106
13107 * ange-ftp.el: Added support for BS2000, and for raw ftp
13108 login commands (needed in some circumstances).
13109 (ange-ftp-raw-login): New custom var.
13110 (ange-ftp-normal-login): Perform login with raw ftp commands, if
13111 ange-ftp-raw-login is set and account password is needed.
13112 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
13113 (ange-ftp-bs2000-filename-pubset-regexp)
13114 (ange-ftp-bs2000-filename-username-regexp)
13115 (ange-ftp-bs2000-filename-prefix-regexp)
13116 (ange-ftp-bs2000-name-template): New consts.
13117 (ange-ftp-bs2000-short-filename-regexp)
13118 (ange-ftp-bs2000-fix-name-regexp-reverse)
13119 (ange-ftp-bs2000-fix-name-regexp): New consts.
13120 (ange-ftp-bs2000-special-prefix): New custom var.
13121 (ange-ftp-fix-name-for-bs2000)
13122 (ange-ftp-fix-dir-name-for-bs2000): New funs.
13123 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
13124 (ange-ftp-bs2000-posix-hook-installed): New vars.
13125 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
13126 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
13127 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
13128 (ange-ftp-bs2000-filename-regexp): New const.
13129 (ange-ftp-bs2000-additional-pubsets): New custom var.
13130 (ange-ftp-bs2000-cd-to-posix): New fun.
13131
13132 2002-01-20 Colin Walters <walters@verbum.org>
13133
13134 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
13135 with `byte-compile-dynamic'.
13136 (ibuffer-default-directory, toplevel): Doc files.
13137
13138 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13139
13140 * tempo.el (tempo-define-template): Doc fix.
13141
13142 * scroll-bar.el (scroll-bar-mode): Make argument optional.
13143
13144 2002-01-20 Jason Rumney <jasonr@gnu.org>
13145
13146 * w32-vars.el: New file.
13147
13148 * loadup.el [windows-nt]: Load it.
13149
13150 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
13151 and make them defcustoms.
13152
13153 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
13154
13155 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13156
13157 * language/tibet-util.el (tibetan-decompose-region)
13158 (tibetan-decompose-string): Fix typo in docstring.
13159
13160 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
13161
13162 2002-01-18 Richard M. Stallman <rms@gnu.org>
13163
13164 * comint.el (comint-redirect-send-command-to-process):
13165 Restore previous current buffer.
13166
13167 * window.el (window-body-height): New function.
13168
13169 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
13170
13171 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
13172 "Finish Function" menu map entries for jdb mode.
13173 (gud-jdb-use-classpath): New customization variable.
13174 (gud-jdb-command-name): Add customization.
13175 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
13176 (gud-jdb-classpath-string): New variable.
13177 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
13178 (gud-jdb-build-source-files-list): Likewise.
13179 (gud-jdb-massage-args): Record any command argument classpath
13180 string in `gud-jdb-classpath-string'.
13181 (gud-jdb-lowest-stack-level): New function, finds bottom of current
13182 java call stack in jdb output.
13183 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
13184 (gud-jdb-parse-classpath-string): New functions.
13185 (gud-jdb-marker-filter): Search/detect classpath information in
13186 jdb's output. marker regexp updated to match oldjdb and jdb output
13187 formats. Expand search for source files to include new/old methods
13188 using new functions above. Do not allow `gud-marker-acc' to grow
13189 without bound.
13190 (jdb): Set classpath information (if available) as jdb is started.
13191 Change `gud-break' and `gud-remove'
13192 to use new %c ("class") escape in format strings.
13193 Add `gud-finish', `gud-up', `gud-down' command string functions, and
13194 add them to the local menu map. Update `comint-prompt-regexp' for
13195 jdb and oldjdb. If attaching to an already running java VM and
13196 configured to use classpath, send command to query for classpath,
13197 else use previous method for finding and parsing java
13198 sources. Set `gud-jdb-find-source' function accordingly.
13199 (gud-mode): Doc fix.
13200 (gud-format-command): Add support for new %c ("class") escape.
13201 (gud-find-class): New function in support of %c escape.
13202
13203 2002-01-17 Richard M. Stallman <rms@gnu.org>
13204
13205 * ibuf-ext.el: Enable byte-compile-dynamic.
13206
13207 2002-01-17 Jason Rumney <jasonr@gnu.org>
13208
13209 * term/w32-win.el: Restore conditional require of fontset.
13210
13211 2002-01-16 Richard M. Stallman <rms@gnu.org>
13212
13213 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
13214 more or less.
13215 (mouse-drag-region): New function. For a click in the echo area,
13216 show *Messages*.
13217
13218 * ibuf-ext.el: Delete the autoloads for functions defined with
13219 ibuffer-specific commands.
13220
13221 * help.el (describe-distribution): Really call view-file.
13222
13223 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
13224 (ange-ftp-get-process): Pass that arg.
13225
13226 * comint.el (comint-simple-send): Fix previous change.
13227
13228 * net/telnet.el (telnet-simple-send): Fix previous change.
13229
13230 * progmodes/sql.el (sql-escape-newlines-and-send)
13231 (sql-query-placeholders-and-send): Fix previous change.
13232
13233 2002-01-16 Colin Walters <walters@verbum.org>
13234
13235 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
13236 URL, Compatibility headers. Update copyright notice.
13237 * ibuf-macs.el (toplevel): Require `cl' when compiling.
13238
13239 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
13240
13241 * startup.el (command-line): Set EOL mnemonics for the Mac.
13242
13243 2002-01-16 Andreas Schwab <schwab@suse.de>
13244
13245 * mail/feedmail.el (feedmail): Fix :link spec.
13246
13247 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13248
13249 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
13250 2 ldapsearch.
13251
13252 * net/eudc.el: New maintainer. Change author's address.
13253 (eudc-pre-select-window-configuration, eudc-insertion-marker):
13254 Variables removed.
13255 (eudc-insert-selected): Function removed.
13256 (eudc-select): Reimplemented.
13257 (eudc-expand-inline): Delete the strings only after its expansion
13258 is chosen not before.
13259
13260 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
13261 Minor coding style fixes.
13262
13263 * net/eudcb-ldap.el: New maintainer. Change author's address.
13264 (eudc-attribute-display-method-alist): Display mail with
13265 eudc-display-mail.
13266
13267 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
13268 * net/eudc-vars.el: New maintainer. Change author's address.
13269
13270 * net/eudc-bob.el: New maintainer. Change author's address.
13271 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
13272 (eudc-display-mail): New function.
13273 (eudc-bob-play-sound-at-point): Remove XEmacs case.
13274
13275 2002-01-15 Richard M. Stallman <rms@gnu.org>
13276
13277 * emacs-lisp/autoload.el (make-autoload):
13278 Don't handle define-ibuffer-column, define-ibuffer-filter,
13279 define-ibuffer-sorter, and define-ibuffer-op.
13280
13281 2002-01-14 Richard M. Stallman <rms@gnu.org>
13282
13283 * calendar/calendar.el (diary-date-forms): Doc fix.
13284
13285 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
13286
13287 * startup.el (command-line): Register the default tty colors even
13288 if the terminal doesn't seem to support colors.
13289 <tty-long-option-alist>: New option --color.
13290 (tty-handle-args): Parse the --color arg.
13291
13292 * term/tty-colors.el (tty-color-mode-alist): New variable.
13293
13294 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
13295
13296 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
13297 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
13298 Use it.
13299 (ange-ftp-hook-function): Preserve match-data.
13300 (ange-ftp-insert-directory): Typo.
13301 (ange-ftp-shell-command): Check if regexp matched.
13302
13303 2002-01-13 Richard M. Stallman <rms@gnu.org>
13304
13305 * international/mule-cmds.el: help-map bindings moved to help.el.
13306
13307 * help.el (view-echo-area-messages): New function.
13308 (help-map): Add `e' binding. Delete obsolete `d' binding.
13309 Change old Info bindings C-f, C-k and C-i to F, K, S.
13310 Move view-emacs-FAQ from F to C-f.
13311 Move view-emacs-problems from P to C-e.
13312 Bindings moved here from mule-cmds.el.
13313 C-l binding for describe-language-environment deleted
13314 (help-for-help): Update for all these changes.
13315
13316 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
13317
13318 2002-01-13 Dave Love <fx@gnu.org>
13319
13320 * emacs-lisp/copyright.el: Doc fixes.
13321 (copyright-regexp): Add Latin-9 copyright sign.
13322 Match comment delimiters in year lists.
13323 (copyright-current-year): Initialize to load-time year.
13324
13325 2002-01-13 Andreas Schwab <schwab@suse.de>
13326
13327 * dired-aux.el (dired-do-shell-command): Doc fix.
13328
13329 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
13330
13331 * startup.el (command-line-x-option-alist): New options "-fs",
13332 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
13333
13334 * term/x-win.el (x-handle-initial-switch): New function.
13335
13336 2002-01-13 Colin Walters <walters@debian.org>
13337
13338 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
13339 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
13340
13341 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
13342
13343 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
13344
13345 2002-01-12 Richard M. Stallman <rms@gnu.org>
13346
13347 * net/browse-url.el (browse-url-grail):
13348 Use browse-url-maybe-new-window.
13349
13350 * net/telnet.el (telnet-simple-send):
13351 Handle comint-input-sender-no-newline like comint-simple-send.
13352
13353 * progmodes/sql.el (sql-query-placeholders-and-send):
13354 Handle comint-input-sender-no-newline like comint-simple-send.
13355 (sql-escape-newlines-and-send): Likewise.
13356
13357 * comint.el (comint-input-sender): Doc fix.
13358 (comint-input-sender-no-newline): New variable.
13359 (comint-simple-send): If comint-input-sender-no-newline,
13360 don't output newline, but maybe send eof.
13361 (comint-send-input): New arg NO-NEWLINE.
13362 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
13363
13364 2002-01-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13365
13366 * textmodes/flyspell.el (flyspell-check-pre-word-p):
13367 Prevent delaying when executing keyboard macros.
13368
13369 2002-01-12 Richard M. Stallman <rms@gnu.org>
13370
13371 * simple.el (line-move): If we can't move enough lines,
13372 go to beginning or end of line.
13373
13374 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
13375 and proper window.
13376
13377 * help.el (describe-mode): Call help-setup-xref in the help buffer.
13378 Switch buffers only after calling `help-buffer'.
13379
13380 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
13381 only when they are surrounded by whitespace.
13382 Use dired-mark-separator when adding one file name to a command.
13383 (dired-do-shell-command): Verify that * is surrounded by whitespace.
13384 Ask for confirmation if * or ? is not surrounded by whitespace.
13385 (dired-bunch-files): Re-reverse the partial file list when it is used.
13386
13387 2002-01-12 Richard M. Stallman <rms@gnu.org>
13388
13389 * comint.el (comint-dynamic-list-completions): Repeating the command
13390 after displaying a completion list scrolls the list.
13391
13392 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
13393
13394 * files.el (find-file-noselect): Don't consider a buffer as
13395 visiting a file literally if it is in hexl-mode.
13396
13397 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
13398
13399 2002-01-11 Richard M. Stallman <rms@gnu.org>
13400
13401 * startup.el (initial-scratch-message): Fix custom type, add group.
13402
13403 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
13404 around the decode-coding-region call.
13405
13406 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
13407 after displaying a completion list scrolls the list.
13408
13409 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
13410
13411 * version.el (emacs-version): Bump to 21.2.50.
13412
13413 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
13414
13415 * play/zone.el (zone-timeout): New var.
13416 (zone-hiding-modeline): New macro.
13417 (zone-call): New func.
13418
13419 (zone): Init `modeline-hidden-level' symbol property.
13420 Use `zone-call' instead of `funcall'.
13421
13422 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
13423
13424 (zone-pgm-stress): Use `zone-hiding-modeline'.
13425
13426 (zone-pgm-stress-destress): New zone program.
13427
13428 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
13429
13430 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
13431
13432 2002-01-09 Richard M. Stallman <rms@gnu.org>
13433
13434 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
13435
13436 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
13437
13438 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
13439 flyspell-mouse-map.
13440
13441 2002-01-08 Richard M. Stallman <rms@gnu.org>
13442
13443 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
13444
13445 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
13446
13447 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
13448
13449 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13450
13451 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
13452 Do not use make-local-hook.
13453
13454 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
13455
13456 * international/quail.el (quail-start-translation)
13457 (quail-start-conversion): Bind last-command-event, last-command,
13458 and this-command in the first let. This fixes the change from
13459 2000-08-30.
13460
13461 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
13462
13463 * ediff-hook.el: Add an autoload cookie.
13464
13465 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13466
13467 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
13468 address of the author.
13469
13470 2002-01-08 Richard M. Stallman <rms@gnu.org>
13471
13472 * replace.el (occur-mode-goto-occurrence-other-window): New command.
13473 (occur-mode-map): Bind `o' to that.
13474
13475 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
13476
13477 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
13478 new macro that replaces viper-emacs-p and viper-xemacs-p in many
13479 cases. Used to reduce the number of warnings.
13480
13481 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
13482 (viper-standard-value): Move here from viper.el.
13483 (viper-set-unread-command-events): Move to viper-util.el
13484 (viper-check-minibuffer-overlay): Make sure
13485 viper-minibuffer-overlay is moved to cover the entire input field.
13486
13487 * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
13488 (viper-read-key-sequence, viper-set-unread-command-events)
13489 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
13490
13491 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
13492
13493 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
13494
13495 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
13496
13497 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
13498 (viper-event-vector-p): Move to viper-util.el
13499
13500 * viper.el (viper-standard-value): Move to viper-cmd.el.
13501 Use viper-cond-compile-for-xemacs-or-emacs.
13502
13503 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
13504
13505 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
13506
13507 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
13508 New macro designed to be used in many places where ediff-emacs-p or
13509 ediff-xemacs-p was previously used. Reduces the number of warnings.
13510 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
13511 of ediff-xemacs-p.
13512 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
13513 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
13514 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
13515 Move to ediff-util.el.
13516 (ediff-event-key): Moved here.
13517
13518 * ediff-merge.el: Got rid of unreferenced variables.
13519
13520 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
13521
13522 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
13523 (ediff-cleanup-mess): Improve the way windows are set up after
13524 quitting ediff.
13525 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
13526 (ediff-dispose-of-variant-according-to-user): New function
13527 designed to be smarter and also understands indirect buffers.
13528 (ediff-highlight-diff-in-one-buffer)
13529 (ediff-unhighlight-diff-in-one-buffer)
13530 (ediff-unhighlight-diffs-totally-in-one-buffer)
13531 (ediff-highlight-diff, ediff-highlight-diff)
13532 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
13533 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
13534 (ediff-get-region-contents, ediff-make-current-diff-overlay):
13535 Moved here.
13536 (ediff-format-bindings-of): New function by Hannu Koivisto
13537 <azure@iki.fi>.
13538 (ediff-setup): Make sure the merge buffer is always widened and
13539 modifiable.
13540 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
13541 result of a merge into a file visited by another buffer.
13542 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
13543 is visited by another buffer and ask to save/delete that buffer.
13544 (ediff-verify-file-merge-buffer): New function to do the above.
13545
13546 * ediff-vers.el: Load ediff-init.el at compile time.
13547
13548 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
13549
13550 * ediff.el (ediff-windows, ediff-regions-wordwise)
13551 (ediff-regions-linewise): Use indirect buffers to improve
13552 robustness and make it possible to compare regions of the same
13553 buffer (even overlapping regions).
13554 (ediff-clone-buffer-for-region-comparison)
13555 (ediff-clone-buffer-for-window-comparison): New functions.
13556 (ediff-files-internal): Refuse to compare identical files.
13557 (ediff-regions-internal): Get rid of the warning about comparing
13558 regions of the same buffer.
13559
13560 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
13561 Plus the following fixes courtesy of Dave Love: Doc fixes.
13562 (ediff-word-1): Use word class and move - to the
13563 front per regexp documentation.
13564 (ediff-wordify): Bind forward-word-function outside loop.
13565 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
13566 consing buffer contents.
13567 (ediff-goto-word): Move syntax table setting outside loop.
13568
13569 2002-01-07 Richard M. Stallman <rms@gnu.org>
13570
13571 * dired.el (dired-copy-filename-as-kill): Call kill-append
13572 if following a kill command.
13573
13574 * help-fns.el (describe-variable, describe-function):
13575 Do save-excursion.
13576
13577 2002-01-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13578
13579 * net/ldap.el (ldap-search-internal): Skip error message from
13580 ldapsearch. Allow listing attribute names only. Do not open
13581 non-existent files.
13582
13583 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
13584 call non-existent function.
13585
13586 * net/eudc.el (top-level): Revert previous change.
13587
13588 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
13589 variables to prevent warning from byte-compiler.
13590
13591 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
13592 string-match on emacs-version again.
13593
13594 * enriched.el (enriched-make-annotation): Fix the change from
13595 2002-01-05.
13596 (enriched-handle-display-prop): Return proper values.
13597
13598 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
13599 Use proper attribute name labeledUri instead of deprecated labeledUrl.
13600
13601 2002-01-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13602
13603 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
13604 editing an empty hotlist.
13605
13606 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
13607 Use buffer-string instead of buffer-substring for the whole buffer.
13608
13609 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
13610 not free.
13611
13612 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
13613 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
13614 (eudc-bob-save-object): Make the buffer unibyte.
13615 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
13616 object to external program.
13617
13618 2002-01-05 Andre Spiegel <spiegel@gnu.org>
13619
13620 * vc.el (vc-branch-part): Return nil if there's no `.'
13621 (vc-default-previous-version): Renamed from vc-previous-version.
13622 New args BACKEND and FILE. Return nil for revision numbers
13623 without a `.'
13624 (vc-version-diff): Call vc-BACKEND-previous-version.
13625 (vc-steal-lock): Steal lock before composing mail, so that no mail
13626 is sent when the stealing goes wrong. And we'll actually see the
13627 error in that case now.
13628 (vc-finish-steal): Removed.
13629
13630 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
13631 the lock, so that we see expanded headers.
13632 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
13633 (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
13634 available from vc.el. Updated all callers.
13635
13636 2002-01-05 Richard M. Stallman <rms@gnu.org>
13637
13638 * enriched.el (enriched-make-annotation): Doc fix.
13639
13640 * format.el (format-replace-strings, format-subtract-regions)
13641 (format-annotate-region, format-annotate-location)
13642 (format-annotate-atomic-property-change)
13643 (format-annotate-single-property-change): Doc fixes.
13644
13645 2002-01-05 Jason Rumney <jasonr@gnu.org>
13646
13647 * term/w32-win.el: Require fontset unconditionally.
13648 (w32-handle-scroll-bar-event): Remove.
13649
13650 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13651
13652 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
13653 copyrights to be updated.
13654
13655 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
13656
13657 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
13658 2001-10-24.
13659
13660 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
13661
13662 2002-01-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13663
13664 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
13665 (ldap-ignore-attribute-codings): Change the default value to allow
13666 encoding/decoding of attributes.
13667 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
13668
13669 2002-01-03 Richard M. Stallman <rms@gnu.org>
13670
13671 * files.el (basic-save-buffer): Undo previous change.
13672
13673 * calendar/diary-lib.el (diary-block): Doc fix.
13674
13675 * custom.el (defcustom): Fix syntax of previous change.
13676
13677 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
13678
13679 * custom.el (defcustom): Documented :tag, :link and :load.
13680
13681 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13682
13683 * mail/sendmail.el (mail-recover-1): New function.
13684 (mail-recover): Switch to the *mail* buffer right away.
13685 Use buffer-auto-save-file-name instead of calling
13686 make-auto-save-file-name. Call dired-noselect instead of invoking
13687 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
13688 before reading the auto-save file. If the buffer's auto-save file
13689 does not exist, call mail-recover-1 to allow recovery from past
13690 auto-saved drafts.
13691
13692 2002-01-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13693
13694 * time.el (display-time-load-average-threshold): Fix defcustom
13695 (add type and group).
13696
13697 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
13698 specification from the hostname.
13699
13700 2002-01-02 Richard M. Stallman <rms@gnu.org>
13701
13702 * facemenu.el (facemenu-active-faces):
13703 Use face-attributes-as-vector, not face-attributes-vector.
13704
13705 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
13706
13707 * xscheme.el: Eleven years of updates on a private copy.
13708
13709 Extensive changes to support multiple xscheme buffers:
13710 (run-scheme): Break up into new functions to facilitate starting
13711 processes in other buffers.
13712 (xscheme-start, xscheme-read-command-line): New functions.
13713 (start-scheme, select-scheme)
13714 (default-xscheme-runlight)
13715 (global-set-scheme-interaction-buffer)
13716 (local-set-scheme-interaction-buffer)
13717 (local-clear-scheme-interaction-buffer)
13718 (exit-scheme-interaction-mode)
13719 (verify-xscheme-buffer): New functions.
13720 (xscheme-process-name, xscheme-buffer-name)
13721 (xscheme-runlight): New internal vars.
13722 (default-xscheme-runlight): New const.
13723 (xscheme-start-process): Add args for the process/buffer names.
13724 (reset-scheme): Pass process/buffer names.
13725 (scheme-interaction-mode): Initialize new local vars.
13726 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
13727 (xscheme-select-process-buffer, xscheme-process-buffer)
13728 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
13729 (xscheme-goto-output-point, xscheme-write-message-1): Use new
13730 var xscheme-process-name.
13731 (xscheme-start-process): Initialize xscheme-process-name and
13732 xscheme-buffer-name in the process buffer. Pass buffer name to
13733 xscheme-modeline-initialize.
13734 (xscheme-modeline-initialize): Add argument to specify buffer name
13735 for mode-line vars.
13736 (xscheme-process-sentinel): Make sure sentinel is run in the
13737 process buffer so it sees its local vars.
13738 (xscheme-process-filter-initialize, xscheme-set-runlight):
13739 More elaborate logic to handle multiple-buffer mode lines.
13740
13741 (xscheme-enter-input-wait): Re-enable control-G handler upon
13742 entering input wait.
13743
13744 (scheme-interaction-mode): Add arg to preserve local vars.
13745 (xscheme-enter-interaction-mode)
13746 (xscheme-enter-debugger-mode): Preserve local vars.
13747 (xscheme-start-process): Clobber local vars.
13748
13749 (scheme-interaction-mode-commands): Allow end user to add commands
13750 to scheme-interaction-mode keymap.
13751 (scheme-interaction-mode-commands-alist): New variable.
13752
13753 (xscheme-send-string): Don't use insert-before-markers.
13754
13755 Implement a per-buffer kill ring:
13756 (xscheme-insert-expression)
13757 (xscheme-rotate-yank-pointer, xscheme-yank)
13758 (xscheme-yank-pop, xscheme-yank-push): New functions.
13759 (xscheme-expressions-ring)
13760 (xscheme-expressions-ring-yank-pointer)
13761 (xscheme-expressions-ring-max): New variables.
13762 (xscheme-send-string-1): Call xscheme-insert-expression to save
13763 expression in ring.
13764 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
13765 (xscheme-previous-send): Deleted variable.
13766
13767 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
13768 (xscheme-send-control-g-interrupt): Use process-send-string rather
13769 than send-string.
13770
13771 (xscheme-send-region): Insert a newline after an expression that
13772 is submitted in the interaction buffer, for consistency with
13773 recent changes to Edwin.
13774
13775 (xscheme-delete-output): New function mimics comint-delete-output.
13776 (xscheme-last-input-end): New internal variable.
13777 (xscheme-process-filter-output): Update xscheme-last-input-end.
13778
13779 (xscheme-send-control-g-interrupt): Make sure that
13780 xscheme-control-g-disabled-p is looked up in the right buffer.
13781
13782 (xscheme-enable-control-g): Clear C-g message if visible.
13783 (xscheme-control-g-message-string): New internal var.
13784 (xscheme-send-control-g-interrupt): Use new var.
13785
13786 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
13787 Delay after sending interrupt in order to work around race condition.
13788
13789 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
13790 (xscheme-send-char): Use xscheme-send-char rather than send-string
13791 to send single char.
13792
13793 (xscheme-process-filter, xscheme-process-filter-alist):
13794 Add support for evaluating expressions outside of the call-excursion.
13795 (xscheme-process-filter:string-action-noexcursion): New func.
13796
13797 (xscheme-write-value): Change output string to match that used by
13798 Edwin.
13799
13800 (xscheme-coerce-prompt): Don't write a space after a command
13801 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
13802 for us.
13803
13804 (reset-scheme): Delete process after killing it.
13805
13806 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13807
13808 * bindings.el (function-key-map): Don't bind shifted keypad
13809 numeric keys.
13810
13811 2002-01-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13812
13813 * enriched.el (enriched-handle-display-prop): Remove unused variables.
13814 (enriched-mode): Doc fix.
13815
13816 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13817
13818 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
13819 Hebrew points.
13820
13821 2002-01-01 Richard M. Stallman <rms@gnu.org>
13822
13823 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
13824
13825 2001-12-31 Richard M. Stallman <rms@gnu.org>
13826
13827 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
13828 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
13829 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
13830 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
13831 * progmodes/cperl-mode.el, progmodes/idlwave.el:
13832 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
13833 Adapt face definitions to use :weight and :slant.
13834
13835 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
13836
13837 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
13838
13839 * font-lock.el (initializing from font-lock-face-attributes):
13840 Use :weight and :slant, not :bold and :italic.
13841
13842 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
13843
13844 * cus-edit.el (custom-face-edit-fix-value): New function.
13845 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
13846
13847 2001-12-30 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13848
13849 * progmodes/octave-mod.el (octave-abbrev-table):
13850 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
13851 * progmodes/fortran.el (fortran-mode-abbrev-table):
13852 * progmodes/f90.el (f90-mode-abbrev-table):
13853 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
13854 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
13855 predefined abbrevs as "system" abbrevs.
13856
13857 2001-12-30 Richard M. Stallman <rms@gnu.org>
13858
13859 * info.el (Info-fontify-node): For a **** underline line, put the
13860 invisible and intangible props on the following newline, but not
13861 on the previous newline or the last char of the previous line.
13862
13863 * faces.el (face-set-after-frame-default): Don't change `default' face.
13864
13865 * faces.el (minibuffer-prompt): Adopt some default colors.
13866
13867 * replace.el (query-replace-read-args): Immediate error if read-only.
13868
13869 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
13870 Display the output buffer in a more intelligent way.
13871
13872 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
13873
13874 * ls-lisp.el (insert-directory): Modify the "total" line wording,
13875 in accordance with files.el's insert-directory.
13876
13877 2001-12-29 Richard M. Stallman <rms@gnu.org>
13878
13879 * files.el (basic-save-buffer): If a before-write hook displays
13880 an echo area message, pause before calling basic-save-buffer-1.
13881
13882 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
13883
13884 * textmodes/reftex-global.el (reftex-query-replace-document)
13885 (reftex-change-label): Doc fix.
13886
13887 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
13888
13889 * progmodes/etags.el (tags-query-replace): Doc fix.
13890
13891 2001-12-29 Richard M. Stallman <rms@gnu.org>
13892
13893 * progmodes/compile.el (compile-internal): Fix previous change.
13894
13895 2001-12-28 Richard M. Stallman <rms@gnu.org>
13896
13897 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
13898 shrink the windows above as necessary to get space.
13899 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
13900
13901 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
13902 This fixes a bug that treated all files as directories.
13903 (ange-ftp-insert-directory): Explicitly follow symlinks.
13904
13905 * international/iso-transl.el (iso-transl-char-map) Eliminate the
13906 alias symbols--put the translated sequences here directly.
13907
13908 * progmodes/cc-mode.el (c-mode-abbrev-table)
13909 (c++-mode-abbrev-table, objc-mode-abbrev-table)
13910 (java-mode-abbrev-table, pike-mode-abbrev-table):
13911 Mark all the predefined abbrevs as "system" abbrevs.
13912
13913 * mail/sendmail.el (mail-envelope-from): Fix custom type.
13914 (sendmail-send-it): Check mail-specify-envelope-from
13915 and mail-envelope-from in the mail buffer at start.
13916
13917 2001-12-28 Simon Josefsson <jas@extundo.com>
13918
13919 * mail/sendmail.el (mail-envelope-from): Fix :type.
13920 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
13921
13922 2001-12-28 Richard M. Stallman <rms@gnu.org>
13923
13924 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
13925
13926 * simple.el (line-move-invisible): New subroutine.
13927 (line-move-to-column): New subroutine--smarter about advancing over
13928 invisible parts of a line, or lines, but only as long as hpos grows.
13929 (line-move-finish): New subroutine: repeatedly processes desired
13930 column, intangibility, and fields.
13931 (line-move): Use those subroutines.
13932 When moving lines downward, skip invisible text first rather than last.
13933
13934 2001-12-27 Richard M. Stallman <rms@gnu.org>
13935
13936 * international/mule-diag.el (describe-char-after):
13937 Describe the text properties of the char after point.
13938
13939 * help.el (describe-key): Doc fix.
13940
13941 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
13942
13943 * find-dired.el (find-dired-sentinel): Precede exit message by
13944 two spaces, to match the regexp in dired-between-files.
13945
13946 2001-12-28 Miles Bader <miles@gnu.org>
13947
13948 * wid-edit.el (widget-toggle-value-create): Don't eval actual
13949 images (which are lists too).
13950
13951 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
13952
13953 * language/european.el: Fix the doc string of "Latin-5" language
13954 environment.
13955
13956 2001-12-26 Richard M. Stallman <rms@gnu.org>
13957
13958 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
13959 defined as before 2001-11-09.
13960 (add-minor-mode call): Specify the keymap.
13961
13962 * progmodes/compile.el (compile-internal):
13963 Set TERM variable in process-environment.
13964
13965 2001-12-25 Richard M. Stallman <rms@gnu.org>
13966
13967 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
13968 the buffer.
13969
13970 * startup.el (command-line): Convert command line args
13971 to Emacs internal representation using locale-coding-system.
13972
13973 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
13974
13975 * international/fontset.el: Don't require ind-util when compiling.
13976
13977 2001-12-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13978
13979 * emulation/tpu-edt.el (tpu-reset-screen-size):
13980 Use set-frame-height and set-frame-width instead of set-screen-height
13981 and set-screen-width.
13982
13983 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
13984 of obsolete set-screen-width.
13985
13986 * locate.el (locate): Remove dot at the end of error argument.
13987
13988 * emerge.el (emerge-show-file-name): Use frame-height instead of
13989 obsolete screen-height.
13990
13991 * mail/mh-utils.el (mh-show-msg): Likewise.
13992 (mh-handle-process-error): Use frame-width instead of obsolete
13993 screen-width.
13994
13995 2001-12-25 Richard M. Stallman <rms@gnu.org>
13996
13997 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
13998 to enlarge-window. Use save-selected-window. Don't try
13999 to resize windows that end at the bottom "level".
14000 Retry changing the sizes until the windows get the desired sizes.
14001 Discount the minibuffer when computing total height available.
14002
14003 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
14004 (debugger-make-xrefs): Only make a button for the first symbol
14005 on any line.
14006
14007 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
14008
14009 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
14010 Call IT-setup-unicode-display here instead of adding it to
14011 dos-codepage-setup-hook, so that Unicode display tables are set
14012 before dos-codepage-setup-hook runs.
14013
14014 2001-12-24 Richard M. Stallman <rms@gnu.org>
14015
14016 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
14017 (nslookup-mode-abbrev-table): Don't define it.
14018 (smbclient-mode-abbrev-table): Don't define it.
14019 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
14020 (nslookup-mode, smbclient-mode): Likewise.
14021 (network-connection-service-abbrev-alist): Variable deleted.
14022 (network-connection-mode-setup): Don't set up abbrev table.
14023
14024 * faces.el (minibuffer-prompt): New face.
14025 (minibuffer-prompt-properties): Add `face' property.
14026
14027 * replace.el (occur-mode-display-occurrence): New function.
14028 (occur-mode-map): Bind C-o to it.
14029
14030 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
14031
14032 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
14033 (viper-special-read-and-insert-char): Make C-m work right in the r
14034 comand.
14035 (viper-buffer-search-enable): Fixed format string.
14036
14037 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
14038 instead of viper-info-on-file.
14039 (ex-set-visited-file-name): New function.
14040
14041 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
14042
14043 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
14044 action argument.
14045
14046 * ediff-init.el: Fixed some doc strings.
14047
14048 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
14049 Got rid of make-local-hook.
14050
14051 * ediff-wind.el (ediff-setup-control-frame): Got rid of
14052 make-local-hook.
14053
14054 2001-12-23 Richard M. Stallman <rms@gnu.org>
14055
14056 * term/x-win.el (x-handle-geometry): Put height and width
14057 on default-frame-alist, left and top on initial-frame-alist.
14058 * term/w32-win.el (x-handle-geometry): Likewise.
14059
14060 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
14061
14062 * play/yow.el (yow): Use an arg to distinguish interactive calls,
14063 not interactive-p.
14064
14065 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14066
14067 * emacs-lisp/elint.el (elint-unknown-builtin-args):
14068 Remove mocklisp entries.
14069
14070 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
14071 Lisp. Obsoleted.
14072
14073 * emulation/mlconvert.el: File removed.
14074
14075 * emulation/mlsupport.el: Moved to obsolete.
14076
14077 * obsolete/mlsupport.el: Moved there from lisp/emulation.
14078
14079 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
14080
14081 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14082 Remove mocklisp case.
14083
14084 * help-fns.el (describe-function-1): Remove mocklisp function case.
14085
14086 2001-12-22 Miles Bader <miles@gnu.org>
14087
14088 * textmodes/refill.el (refill-mode): Don't barf when redundantly
14089 turning refill-mode off.
14090
14091 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14092
14093 * time.el (display-time-load-average-threshold): New variable.
14094 (display-time-update): Use it.
14095
14096 These changes allow cycling through past 1, 5 and 15 minutes
14097 load-average displayed in the mode-line.
14098
14099 * time.el (display-time-default-load-average): New customizable option.
14100 (display-time-load-average): New variable.
14101 (display-time-cycle-load-average): New function.
14102 (display-time-update): Use them.
14103
14104 2001-12-21 Richard M. Stallman <rms@gnu.org>
14105
14106 * apropos.el (apropos-print): SPACING is now nil or a separator string.
14107 (apropos-documentation, apropos-value): Pass a suitable string.
14108
14109 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
14110
14111 * dired.el (dired-free-space-program, dired-free-space-args):
14112 Aliases for back-compatibility.
14113
14114 * info.el (Info-select-node): If Info-use-header-line is nil, set
14115 header-line-format to nil.
14116 (Info-fontify-node): Don't put a keymap text property on the
14117 heading if we are not going to display the header line. Remove
14118 any such text properties left over from past visits to this node.
14119
14120 * ls-lisp.el (insert-directory): Insert the amount of free disk
14121 space, like files.el's insert-directory does.
14122
14123 * files.el (directory-free-space-program):
14124 Mention file-system-info in the doc string.
14125 (get-free-disk-space): New function; code moved from insert-directory.
14126 (insert-directory): Call get-free-disk-space to get the amount of
14127 free space.
14128
14129 2001-12-21 Richard M. Stallman <rms@gnu.org>
14130
14131 * help.el (view-order-manuals, view-emacs-news, describe-copying)
14132 (describe-distribution, describe-project): Use view-file.
14133
14134 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
14135
14136 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
14137
14138 * emacs-lisp/easy-mmode.el (define-minor-mode):
14139 Make no arg by default in an interactive call,
14140 so that repeating the command toggles again.
14141
14142 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
14143
14144 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
14145
14146 * antlr-mode.el: More sophisticated indentation of cpp directive.
14147 (antlr-indent-at-bol-alist): New user option.
14148 (antlr-indent-line): Use it.
14149 (antlr-indent-style): New user option.
14150 (antlr-mode): Use it.
14151 (antlr-indent-item-regexp): Customize.
14152
14153 * antlr-mode.el: Syntax highlighting changes.
14154 (antlr-font-lock-literal-regexp): New user option.
14155 (antlr-font-lock-syntax-face): New face used for :, |, ....
14156 (antlr-font-lock-default-face): New face.
14157 (antlr-font-lock-additional-keywords): Use them.
14158
14159 * antlr-mode.el: New command to insert options -- variables.
14160 (antlr-mode-map): New binding [C-c C-o].
14161 (antlr-mode-menu): New submenus.
14162 (antlr-options-use-submenus): New user option.
14163 (antlr-tool-version): New user option.
14164 (antlr-options-auto-colon): New user option.
14165 (antlr-options-style): New user option.
14166 (antlr-options-push-mark): New user option.
14167 (antlr-options-assign-string): New user option.
14168 (antlr-options-headings): New variable.
14169
14170 * antlr-mode.el: New command to insert options -- specific.
14171 (antlr-options-alists): New variable.
14172 (antlr-read-value): New function.
14173 (antlr-read-boolean): New function.
14174 (antlr-language-option-extra): New function.
14175 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
14176 (antlr-c++-mode-extra): New function.
14177 (antlr-grammar-tokens): New function.
14178 (antlr-imenu-create-index-function): New optional argument.
14179
14180 * antlr-mode.el: New command to insert options -- functions.
14181 (antlr-insert-option): New command.
14182 (antlr-insert-option-interactive): New function.
14183 (antlr-options-menu-filter): New function.
14184 (antlr-option-kind): New function.
14185 (antlr-scan-lists): New alias.
14186 (antlr-scan-lists-internal): New function.
14187 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
14188 (antlr-option-level): New function.
14189 (antlr-syntactic-grammar-depth): New function.
14190 (antlr-option-location): New function.
14191 (antlr-insert-option-do): New function.
14192 (antlr-option-spec): New function.
14193 (antlr-version-string): New function.
14194 (antlr-insert-option-existing): New function.
14195 (antlr-insert-option-space): New function.
14196 (antlr-insert-option-area): New function.
14197
14198 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
14199 with narrowing. Menu change. Miscellaneous.
14200 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
14201 (antlr-mode-map): New bindings for characters in ":;|&(){}".
14202 (antlr-electric-character): New command.
14203 (antlr-class-header-regexp): New variable.
14204 (antlr-font-lock-additional-keywords): Use it.
14205 (antlr-imenu-create-index-function): Use it.
14206 (antlr-file-dependencies): Use it.
14207 (antlr-indent-line): Also works with restrictions.
14208 (antlr-indent-command): Interactive spec - changes the buffer.
14209 (antlr-language-for-option): Deletia.
14210 (antlr-language-option): New function, defined instead.
14211 (antlr-mode): Use it.
14212
14213 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
14214
14215 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
14216 instead of a literal /dev/null.
14217
14218 * Makefile.in (distclean): Remove Makefile in the build
14219 directory, not in the source directory.
14220
14221 2001-12-21 Simon Josefsson <jas@extundo.com>.
14222
14223 * mail/smtpmail.el (smtpmail-send-queued-mail):
14224 Use with-temp-buffer instead of find-file-noselect, and bind
14225 coding-system-for-read to no-conversion when reading the queued
14226 messages. (Simon's code modified slightly by Eli Zaretskii.)
14227
14228 2001-12-20 Werner Lemberg <wl@gnu.org>
14229
14230 * international/mule-diag.el (describe-coding-system)
14231 (print-coding-system-briefly): Make printed output have a similar
14232 format as describe-character-set.
14233
14234 2001-12-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14235
14236 * play/blackbox.el (bb-member): Remove, use member instead.
14237 (bb-delete): Remove, use delete instead.
14238 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
14239 bb-score, bb-detour-count and bb-balls-placed.
14240 Propertize results of rays.
14241
14242 2001-12-19 Karl Fogel <kfogel@red-bean.com>
14243
14244 * isearch.el (isearch-forward, isearch-edit-string): Make doc
14245 strings mention keybinding for `isearch-yank-word-or-char',
14246 rather than `isearch-yank-word', since the former is bound now
14247 and the latter is not.
14248 (isearch-yank-word-or-char): Fix formatting.
14249
14250 2001-12-19 Werner Lemberg <wl@gnu.org>
14251
14252 * language/czech.el, language/european.el, language/slovak.el:
14253 More fixes for language info doc strings.
14254
14255 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
14256
14257 * loadup.el: Add "language" to the load-path.
14258
14259 2001-12-19 Richard M. Stallman <rms@gnu.org>
14260
14261 * international/mule-cmds.el (describe-language-environment):
14262 Fix calls to help-xref-button.
14263
14264 2001-12-19 Miles Bader <miles@gnu.org>
14265
14266 * international/fontset.el: Require `ind-util' when compiling.
14267
14268 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14269
14270 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
14271 instead of decompose-composite-char.
14272
14273 2001-12-18 Richard M. Stallman <rms@gnu.org>
14274
14275 * simple.el (eval-expression-print-level)
14276 (eval-expression-print-length): Doc fixes.
14277
14278 * international/mule-diag.el (describe-character-set):
14279 Fix the arg to help-xref-button.
14280
14281 * files.el (directory-free-space-program): New variable.
14282 (directory-free-space-args): New variable.
14283 (insert-directory): Use those two variables for getting free space.
14284 Use file-system-info instead, if that is defined.
14285
14286 * dired.el (dired-free-space-program): Variable deleted.
14287 (dired-free-space-args): Variable deleted.
14288 (dired-insert-directory): Don't try to determine free space.
14289
14290 * files.el (font-lock-defaults): Add risky-local-variables prop.
14291 (hack-one-local-variable): Treat various font-lock variables as risky.
14292
14293 2001-12-18 Werner Lemberg <wl@gnu.org>
14294
14295 * language/chinese.el, language/cyrillic.el:
14296 * language/czech.el, language/european.el, language/greek.el:
14297 * language/hebrew.el, language/indian.el, language/japanese.el:
14298 * language/korean.el, language/lao.el, language/slovak.el:
14299 * language/thai.el, language/tibetan.el, language/vietnamese.el:
14300 Improve documentation strings of coding systems and language infos.
14301
14302 2001-12-18 Werner LEMBERG <wl@gnu.org>
14303
14304 Add support for EUC-TW decoding/encoding.
14305
14306 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
14307 (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
14308 New auxiliary functions to build `big5-to-cns'.
14309 (big5-to-cns): New translation alist.
14310
14311 * language/chinese.el: Added new coding system `euc-tw' and its
14312 alias `euc-taiwan'.
14313 Updated language `Chinese-CNS' to include euc-tw encoding also.
14314 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
14315 euc-tw.
14316
14317 2001-12-18 Dave Love <fx@gnu.org>
14318
14319 * loadup.el: Add language/utf-8-lang, language/georgian.
14320
14321 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
14322 (image-file-name-regexps): Doc fix.
14323
14324 * server.el (server-unload-hook): New function.
14325
14326 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
14327 (lm-crack-copyright): Cope with multi-line copyright `lines'.
14328
14329 * simple.el (newline): Doc fix.
14330 (eval-expression-print-level, eval-expression-print-length): Doc
14331 fix. Amend :type.
14332 (next-line, previous-line): Make arg optional.
14333 (newline): Doc fix.
14334
14335 * Makefile.in (DONTCOMPILE): Add various language files.
14336
14337 * international/quail.el (quail-input-string-to-events): Don't use
14338 string-to-list.
14339
14340 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
14341 calling `newline'.
14342
14343 2001-12-17 Richard M. Stallman <rms@gnu.org>
14344
14345 * comint.el (comint-dynamic-list-input-ring-select): New function.
14346 Switches back to the old window configuration.
14347 (comint-dynamic-list-input-ring): Bind RET to that function.
14348 (comint-dynamic-list-input-ring-window-conf): New variable.
14349
14350 2001-12-17 Werner Lemberg <wl@gnu.org>
14351
14352 * international/mule-conf.el: Improve documentation strings of
14353 character sets.
14354
14355 2001-12-16 Richard M. Stallman <rms@gnu.org>
14356
14357 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
14358 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
14359
14360 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
14361
14362 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
14363 Add a DESCRIPTION for the makefile item.
14364
14365 * find-file.el (ff-other-file-name): New function.
14366
14367 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
14368
14369 * international/quail.el (quail-input-string-to-events): Fix last
14370 change.
14371
14372 2001-12-16 Richard M. Stallman <rms@gnu.org>
14373
14374 * isearch.el (isearch-edit-string): When we set isearch-string
14375 to the default, also set isearch-message.
14376
14377 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
14378
14379 * startup.el (command-line-1): Display startup screen
14380 even if there are command line args.
14381 Add a note about how to go to editing your files.
14382 (fancy-splash-head): Add a note about how to go to your files.
14383 (fancy-splash-outer-buffer): New variable.
14384 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
14385
14386 * subr.el (with-temp-message): At the end, always discard
14387 the temp message, even by clearing the echo area.
14388
14389 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
14390
14391 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
14392
14393 * log-view.el (log-view-message-re, log-view-current-tag):
14394 Recognize Subversion's log output format.
14395
14396 * international/fontset.el: Build the list L at compile time.
14397
14398 * language/ind-util.el (mapthread): Make a closure.
14399
14400 2001-12-15 Richard M. Stallman <rms@gnu.org>
14401
14402 * isearch.el (isearch-start-hscroll): New variable.
14403 (isearch-mode): Set isearch-start-hscroll.
14404 (isearch-update): Restore original hscrolling if possible.
14405
14406 * isearch.el (isearch-edit-string):
14407 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
14408
14409 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
14410 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
14411 rather than regexp search and (2) copying text properties
14412 already set up on text unchanged from the previous backtrace.
14413
14414 * case-table.el (set-case-syntax-pair):
14415 Detect invalid calls and signal an error.
14416
14417 2001-12-15 Richard M. Stallman <rms@gnu.org>
14418
14419 * language/ind-util.el (range): Function deleted.
14420 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
14421 All calls changed.
14422
14423 * language/devan-util.el (devanagari-range): Renamed from `range'.
14424 All calls changed.
14425 (devanagari-regexp-of-hashtbl-keys):
14426 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
14427
14428 2001-12-15 Dave Love <fx@gnu.org>
14429
14430 * language/ind-util.el: Don't require cl.
14431 (indian-glyph-char, indian-glyph-max-char)
14432 (indian-char-glyph): Moved from indian.el
14433 (indian--puthash-char, mapthread): Don't quote lambda.
14434 (indian--map): New function.
14435 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
14436 (indian--puthash-cv): Use it.
14437
14438 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
14439 (indian-char-glyph): Moved to ind-util.el
14440
14441 * language/devan-util.el (devanagari-post-read-conversion):
14442 New function.
14443
14444 * language/georgian.el: New file.
14445
14446 * international/mule-cmds.el (locale-language-names): Add various
14447 entries. Remove utf-8 special case.
14448 (locale-charset-language-names, locale-preferred-coding-systems):
14449 Add utf-8 case.
14450 (set-language-environment): Process required-features earlier.
14451
14452 * international/quail.el (quail-keyboard-layout-alist):
14453 Add pc105-uk.
14454 (quail-keyboard-layout-type): Fix :type.
14455 (quail-choose-completion-string): Simplify.
14456 (quail-update-leim-list-file): Don't get fooled by commented-out code.
14457 (quail-input-string-to-events): Run events through
14458 translation-table-for-input.
14459
14460 * international/mule-conf.el (translation-table-for-input):
14461 New variable.
14462 (latin-iso8859-14): Amend description.
14463 (file-coding-system-alist): Add entry for utf-8.
14464
14465 * language/utf-8-lang.el: New file.
14466
14467 * international/code-pages.el: New file.
14468
14469 * language/hebrew.el ("Windows-1255"): New language.
14470
14471 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
14472 ("Latvian"): New languages.
14473
14474 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
14475
14476 * xml.el: Use setq rather than (set 'foo bar).
14477 Use push+nreverse rather than append.
14478 (xml-node-name, xml-node-attributes, xml-node-children):
14479 Use defsubst rather than macros.
14480 (xml-parse-region): Handle a nil return value from xml-parse-tag.
14481 (xml-parse-tag): Don't skip white space. Return nil for a comment.
14482 Concat the two strings surrounding a comment into a single string.
14483
14484 * newcomment.el (comment-indent): Jump to the middle of empty comments.
14485
14486 2001-12-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14487
14488 * select.el (xselect-convert-to-class, xselect-convert-to-name):
14489 Document.
14490
14491 2001-12-14 Andre Spiegel <spiegel@gnu.org>
14492
14493 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
14494 Return nil if FILE is not registered.
14495 (vc-check-master-templates, vc-default-make-version-backups-p):
14496 Doc fix.
14497
14498 2001-12-13 David Ponce <david@dponce.com>
14499
14500 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
14501 (ruler-mode-left-fringe-cols): New macro.
14502 (ruler-mode-right-fringe-cols): New macro.
14503 (ruler-mode-left-scroll-bar-cols): New macro.
14504 (ruler-mode-right-scroll-bar-cols): New macro.
14505 (ruler-mode-ruler): Use above new macros.
14506
14507 2001-12-13 Richard M. Stallman <rms@gnu.org>
14508
14509 * files.el (set-auto-mode): Fix previous change.
14510
14511 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
14512
14513 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
14514 (easy-menu-do-define, easy-menu-convert-item-1)
14515 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
14516 (easy-menu-return-item): Only return nil if there is no binding.
14517
14518 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
14519
14520 * whitespace.el (whitespace-version): 3.2
14521 * whitespace.el (whitespace-force-mode-line-update): Replace with
14522 `whitespace-mode-line-update', which is an alias to the correct
14523 function in various emacsen.
14524 * whitespace.el (whitespace-{un,}highlight-the-space):
14525 Add colorized highlighting of the bogus whitespaces in a buffer/file,
14526 using the `whitespace-highlight-face' if
14527 `whitespace-display-spaces-in-color' is set.
14528
14529 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
14530
14531 * international/mule.el (set-auto-coding): Don't search for
14532 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
14533
14534 2001-12-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14535
14536 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
14537
14538 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
14539
14540 * mail/rmailsum.el (rmail-summary-mode): Likewise.
14541
14542 2001-12-13 Richard M. Stallman <rms@gnu.org>
14543
14544 * simple.el (undo): Always set this-command to `undo',
14545 so that the next undo after an error will not begin redoing.
14546
14547 * simple.el (shell-command): Doc fix.
14548 (shell-command-on-region): If there is output an an error,
14549 add "...Shell command failed" to the output.
14550
14551 2001-12-13 David Ponce <david@dponce.com>
14552
14553 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
14554 (ruler-mode-left-fringe-cols): Function replaced by more efficient
14555 implementation `ruler-mode-extra-left-cols'.
14556 (ruler-mode-ruler): Use above new function. Take into account
14557 that the fringe areas can now be resized.
14558
14559 2001-12-12 Richard M. Stallman <rms@gnu.org>
14560
14561 * international/characters.el (Unicode): Comment out
14562 the specifications for kelvin and angstrom signs.
14563
14564 * international/mule.el (make-translation-table-from-vector):
14565 Allow null elements in VEC.
14566
14567 * international/ucs-tables.el (unify-8859-on-encoding-mode)
14568 (unify-8859-on-decoding-mode): Swap the code in their bodies.
14569 Add :version.
14570
14571 2001-12-11 Richard M. Stallman <rms@gnu.org>
14572
14573 * derived.el (derived-mode-p): Function moved to subr.el.
14574
14575 * subr.el (derived-mode-p): Moved here from derived.el.
14576
14577 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
14578
14579 * files.el (set-auto-mode-1): New subroutine, broken out of
14580 set-auto-mode.
14581 (set-auto-mode, hack-local-variables-prop-line): Use that.
14582
14583 2001-12-11 Dave Love <fx@gnu.org>
14584
14585 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
14586
14587 * language/european.el: Remove autoload cookies. Fix registration
14588 of diacritic composition function.
14589
14590 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14591
14592 * calendar/todo-mode.el: Require time-stamp.
14593
14594 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
14595
14596 2001-12-11 Richard M. Stallman <rms@gnu.org>
14597
14598 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
14599
14600 * textmodes/ispell.el (ispell-buffer-local-parsing):
14601 Match xml like sgml.
14602
14603 * emacs-lisp/advice.el (ad-compile-function):
14604 Byte compile the function under another (uninterned) name.
14605
14606 * gud.el (gdb): Define and bind gud-jump.
14607
14608 * font-lock.el (font-lock-mode):
14609 Put our function at the end of after-change-functions.
14610
14611 * ediff-diff.el (ediff-cmp-options): Doc fix.
14612
14613 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
14614
14615 2001-12-10 Richard M. Stallman <rms@gnu.org>
14616
14617 * isearch.el (isearch-yank-word-or-char): New function.
14618 (isearch-mode-map): Bind C-w to that.
14619
14620 * menu-bar.el (menu-bar-mode): Make arg optional.
14621
14622 * simple.el (line-move): Cope if next-single-property-change
14623 or previous-single-property-change returns nil.
14624
14625 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
14626 Don't use interactive-p; instead, pass the proper args
14627 in (interactive...). Clean up most of the trouble-report strings.
14628
14629 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
14630
14631 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
14632 enqueued messages literally.
14633
14634 2001-12-10 Noah Friedman <friedman@splode.com>
14635
14636 * battery.el (battery-insert-file-contents): Obsolete function
14637 removed.
14638 (battery-read-function): Obsolete function removed.
14639 (battery-linux-proc-apm): Use insert-file-contents.
14640
14641 2001-12-07 Stephen Eglen <stephen@gnu.org>
14642
14643 * iswitchb.el (iswitchb-visit-buffer):
14644 Use `select-frame-set-input-focus'--needed when window manager
14645 uses "click to focus" policy.
14646
14647 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14648
14649 * COPYING: Moved back.
14650
14651 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
14652
14653 * term/internal.el (IT-character-translations): Add entries for
14654 more points.
14655
14656 * international/characters.el: Resurrect the Hebrew category
14657 settings for all Hebrew characters removed by the last change.
14658 Add code for setting the Hebrew category of the Unicode Hebrew
14659 characters. Set syntax entries for Hebrew punctuation characters.
14660
14661 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
14662 points and directional formatting control characters.
14663
14664 2001-12-07 Dave Love <fx@gnu.org>
14665
14666 * language/lao-util.el: Add Unicode equivalents for rules.
14667 (lao-post-read-conversion): New function.
14668
14669 * language/lao.el: Add Unicode equivalents.
14670 (lao): Add post-read conversion.
14671
14672 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
14673 Use iso2022 encoding.
14674 (latin1-char-displayable-p): Doc fix.
14675 (latin1-display-ucs-per-lynx): New option.
14676 (latin1-display-ucs-per-lynx): New command.
14677 (latin1-display-reset): Special-case arabic.
14678 (ucs-tables): Require.
14679 (latin1-display-sets, latin1-display-setup): Add arabic.
14680 (latin1-display) <variable>: Use function latin1-display.
14681 (latin1-display) <function>: Add mule-unicode stuff.
14682 (latin1-display-check-font): Don't lose if `info' is nil.
14683
14684 * international/iso-transl.el: Insert Latin-1 characters, not
14685 unibyte codes.
14686
14687 * language/european.el (diacritic-composition-pattern): New constant.
14688 (diacritic-compose-region, diacritic-compose-string)
14689 (diacritic-compose-buffer, diacritic-post-read-conversion)
14690 (diacritic-composition-function): New functions.
14691
14692 * international/utf-8.el (ucs-mule-to-mule-unicode):
14693 New translation table.
14694 (ccl-encode-mule-utf-8): Use it.
14695 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
14696 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
14697 (utf-8-subst-table): New variable.
14698 (utf-8-compose-scripts): New option.
14699 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
14700
14701 * international/ucs-tables.el, international/utf-8-subst.el:
14702 New files.
14703
14704 * international/characters.el: Don't set word syntax (the default)
14705 explicitly. Add a diacritic category. Add info for Unicode
14706 equivalents of characters in various Mule charsets and for extra
14707 Unicode characters. Don't define specific categories for
14708 Indian/Devanagari, since they aren't used.
14709
14710 2001-12-06 Richard M. Stallman <rms@gnu.org>
14711
14712 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
14713 (set-justification-left, set-justification-right): Doc fix.
14714
14715 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
14716 (bug-f90-mode): Variable deleted.
14717
14718 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
14719
14720 * indent.el (indent-line-function): Default is indent-relative again.
14721
14722 2001-12-07 Miles Bader <miles@gnu.org>
14723
14724 * progmodes/compile.el (compilation-error-regexp-alist):
14725 Added regexps for RXP.
14726
14727 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
14728
14729 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
14730 Add shift-assignment operators to those highlighted, and highlight
14731 the whole operator rather than just the "=".
14732
14733 2001-12-04 Juanma Barranquero <lektu@terra.es>
14734
14735 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
14736 before saving abbrevs if `save-abbrevs' has the value `silently'.
14737
14738 2001-12-04 Andreas Schwab <schwab@suse.de>
14739
14740 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
14741
14742 2001-12-04 Colin Walters <walters@debian.org>
14743
14744 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
14745 for `defmacro*' forms.
14746
14747 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
14748 `defmacro*'.
14749
14750 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
14751
14752 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
14753
14754 2001-12-02 Richard M. Stallman <rms@gnu.org>
14755
14756 * files.el (insert-directory): If the df output does not look right,
14757 don't try to use it. Other cleanups in overall code structure.
14758
14759 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
14760
14761 * textmodes/outline.el (outline-mode-prefix-map):
14762 Add bindings for outline-promote and outline-demote.
14763 (outline-minor-mode-menu-bar-map): New var.
14764 (outline-minor-mode): Use it.
14765 (outline-heading-alist): New var (renamed from outline-level-heading).
14766 (outline-level): Use it.
14767 (outline-insert-heading, outline-promote, outline-demote):
14768 Update to use outline-heading-alist.
14769
14770 * disp-table.el (standard-display-european):
14771 Simplify since the function is not interactive any more.
14772 Don't set the existing buffers to unibyte.
14773
14774 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
14775
14776 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
14777
14778 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
14779
14780 * shell.el (shell): Use shell-file-name.
14781 Pop to buffer before calling comint to set COLUMNS properly.
14782
14783 * emacs-lisp/cl.el (svref): New alias.
14784
14785 * progmodes/antlr-mode.el (antlr-c-common-init):
14786 Don't inhibit adaptive-fill-mode any more.
14787
14788 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
14789
14790 * progmodes/etags.el (tags-with-face): Use make-symbol.
14791 (tags-search, tags-query-replace): Use backquotes.
14792
14793 * textmodes/picture.el (picture-mode-map): Don't use defconst
14794 for a variable.
14795
14796 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14797
14798 * textmodes/reftex-index.el (reftex-index-mode):
14799 Remove make-local-hook.
14800
14801 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
14802
14803 2001-12-02 Kim F. Storm <storm@cua.dk>
14804
14805 * isearch.el (isearch-resume-enabled): New variable.
14806 (isearch-done): Use that variable.
14807
14808 2001-12-01 Richard M. Stallman <rms@gnu.org>
14809
14810 * wid-edit.el (widget-button-click): Don't move point permanently:
14811 Avoid mouse-set-point--instead select the window,
14812 then do save-excursion, then move point.
14813 Specify the buffer for get-char-property.
14814 Don't use `@' in interactive.
14815
14816 * indent.el (indent-line-function):
14817 Default is indent-to-left-margin again.
14818
14819 * replace.el (query-replace-read-args): Display message
14820 if FROM contains `\n' or `\t'.
14821
14822 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
14823
14824 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
14825
14826 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
14827
14828 * emacs-lisp/regexp-opt.el (regexp-opt):
14829 Bind completion-regexp-list to nil.
14830
14831 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
14832
14833 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
14834
14835 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
14836 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
14837 Update maintainer.
14838
14839 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
14840
14841 * mail/smtpmail.el: Use with-current-buffer.
14842 (message-make-date, message-make-message-id): Autoload when needed.
14843 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
14844 headers when missing.
14845
14846 * international/encoded-kb.el (encoded-kbd-mode):
14847 Use define-minor-mode.
14848
14849 * enriched.el (enriched-mode): Use define-minor-mode.
14850 Use dolist and pop and push.
14851
14852 * info.el (Info-find-node-2): Don't call info-insert-file-contents
14853 with the `visit' argument.
14854 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
14855
14856 * progmodes/hideif.el (hide-ifdef-mode): Only modify
14857 `change-major-mode-hook' locally. Reset invisibility spec.
14858
14859 * man.el (Man-build-section-alist): Remove last Man-match-substring.
14860
14861 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14862
14863 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
14864 Clarify error message.
14865
14866 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14867
14868 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
14869
14870 2001-11-30 Andre Spiegel <spiegel@gnu.org>
14871
14872 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
14873 don't just return it.
14874
14875 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
14876
14877 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
14878 (menu-bar-read-emacs-man, search-emacs-glossary)
14879 (emacs-index-search, elisp-index-search): New functions.
14880 (apropso-documentation, apropos, apropos-value, apropos-variable)
14881 (apropos-commands): Modify menu item names and help text.
14882 (elisp-index-search, emacs-index-search, emacs-glossary):
14883 New menu items.
14884 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
14885 submenu.
14886 (info-elisp, info-elintro): New menu items.
14887 (apropos): Modify the menu item name.
14888
14889 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
14890
14891 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
14892
14893 * textmodes/outline.el (outline-promote, outline-demote): Typo.
14894
14895 * man.el (man-follow-mouse): New function.
14896 (Man-mode-map): Bind mouse-2 to it.
14897 (Man-match-substring): Remove. Replace with `match-string'.
14898 (man): Use the `default-value' argument to `read-string'.
14899 (Man-fontify-manpage): Add mouse-face to cross references.
14900
14901 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
14902
14903 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
14904
14905 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
14906 the value of require-match in minibuffer-completion-confirm.
14907 Use crm-local-completion-map.
14908
14909 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
14910 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
14911 (cl-make-type-test): Use char-valid-p for `character'.
14912
14913 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
14914 (Info-complete-menu-item): Rewrite. Add the ability to search
14915 several sequential nodes. Add a simple caching mechanism.
14916 (Info-goto-index): New function extracted from Info-index.
14917 (Info-index): Use it. Add completion to the interactive spec.
14918 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
14919
14920 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14921
14922 * COPYING: Removed.
14923
14924 2001-11-29 Dave Love <fx@gnu.org>
14925
14926 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
14927 (fortran-window-create, fortran-window-create-momentarily):
14928 Rewrite, moving error condition.
14929 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
14930 (fortran-mode-syntax-table): Revert last change.
14931
14932 * international/mule.el: Doc fixes.
14933 (map-charset-chars): New function.
14934 (register-char-codings): Use it to cope with generic chars in
14935 safe-chars.
14936
14937 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14938
14939 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
14940
14941 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
14942
14943 * play/studly.el (studlify-word, studlify-region)
14944 (studlify-buffer): Fix doc-string.
14945 (studlify-buffer): Add autoload cookie.
14946
14947 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
14948
14949 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
14950 (outline-up-heading-all): Remove.
14951 (hide-sublevels): Move to end-of-heading before calling flag-region.
14952 (outline-copy-overlay, outline-discard-overlays): Remove.
14953 (outline-flag-region): Use `remove-overlays'.
14954 Don't move to end-of-heading.
14955 (outline-next-visible-heading, outline-back-to-heading)
14956 (outline-on-heading-p): Use outline-invisible-p.
14957 (outline-font-lock-level): Use outline-up-heading's new arg.
14958 (outline-minor-mode): Simplify.
14959 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
14960 (outline): Put a `reveal-toggle-invisible' property.
14961 (outline-level-heading): New var.
14962 (outline-insert-heading, outline-promote, outline-demote)
14963 (outline-toggle-children): New commands.
14964
14965 * progmodes/hideif.el (hif-end-of-line): New function.
14966 (hide-ifdef-mode): Set line-move-ignore-invisible.
14967 (hide-ifdef-region-internal): New function.
14968 (hide-ifdef-region): Use it.
14969 (hif-defined): Return an integer.
14970 (hif-infix-to-prefix): Remove.
14971 (hif-tokenize): Parse from the buffer rather than from a string.
14972 Correctly tokenize integers. Use forward-comment.
14973 (hif-expr): Use hif-or.
14974 (hif-term): Use hif-and.
14975 (hif-factor): Use hif-not. Handle numbers properly.
14976 Don't require parenthesis around `defined's argument.
14977 (hif-and, hif-or, hif-not): New funs.
14978 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
14979 (hif-hide-line): Don't hide the \n before the line.
14980 (hif-possibly-hide): Correctly handle numeric evaluation results.
14981
14982 * progmodes/make-mode.el: Use line-(end|beginning)-position.
14983 (makefile-mode): Set indent-line-function.
14984 (makefile-browser-insert-continuation): Use with-current-buffer.
14985 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
14986
14987 2001-11-28 Karl Fogel <kfogel@red-bean.com>
14988
14989 * isearch.el (isearch-yank-internal): New helper function.
14990 (isearch-yank-char): New function.
14991 (isearch-yank-word, isearch-yank-line): Rewrite to use
14992 isearch-yank-internal.
14993
14994 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
14995
14996 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
14997 aren't supported. Print a message to that effect if invoked.
14998
14999 2001-11-27 Stephen Eglen <stephen@gnu.org>
15000
15001 * locate.el (locate): Put point at first matching file rather
15002 than top of buffer.
15003
15004 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
15005
15006 * reveal.el: New file.
15007
15008 * progmodes/hideif.el: Misc cleanup.
15009 (hide-ifdef-mode-submap): Put the def in the defvar.
15010 Use substitute-key-definition.
15011 (hide-ifdef-mode): Use define-minor-mode.
15012 (hif-outline-flag-region): Remove.
15013 (hif-show-all): Define in terms of hif-show-ifdef-region.
15014 (hif-after-revert-function): Rename from hif-before-revert-function.
15015 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
15016 (hif-tokenize): Use with-syntax-table.
15017 (hif-make-range): Use `else' also for `else-p'.
15018 (hif-range-else-p): Remove.
15019 (hif-find-range): Simplify.
15020 (hif-hide-line): Don't bother preserving buffer-modified-p.
15021 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
15022 Don't use selective-display and inhibit-read-only.
15023
15024 * subr.el (copy-overlay, remove-overlays): New funs.
15025
15026 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
15027
15028 2001-11-27 Sam Steingold <sds@gnu.org>
15029
15030 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
15031 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
15032 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
15033 * obsolete/c-mode.el, obsolete/cplus-md.el
15034 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
15035 * term/sun-mouse.el, textmodes/artist.el:
15036 Converted backquote to the new style.
15037 * mouse.el, reposition.el: Likewise (in comments).
15038 * expand.el: Likewise (in a string).
15039
15040 2001-11-27 Richard M. Stallman <rms@gnu.org>
15041
15042 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
15043
15044 2001-11-26 Richard M. Stallman <rms@gnu.org>
15045
15046 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
15047 if :on-glyph or :off-glyph is a list, eval it and store it back.
15048 (checkbox): Quote the values for :on-glyph and :off-glyph.
15049
15050 * cus-start.el (recursive-load-depth-limit): Delete item.
15051
15052 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
15053
15054 * help-fns.el (describe-categories, help-describe-category-set): New.
15055 describe-categories moved here from src/category.c.
15056
15057 2001-11-26 Sam Steingold <sds@gnu.org>
15058
15059 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
15060 arguments to `insert' are strings.
15061
15062 2001-11-26 Richard M. Stallman <rms@gnu.org>
15063
15064 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
15065
15066 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
15067
15068 * international/mule-diag.el: Require help-fns instead of
15069 help-funs.
15070
15071 * help-fns.el: Renamed from help-funs.el.
15072
15073 * startup.el (command-line-1): Don't try to call process-list if
15074 it is not fboundp.
15075
15076 2001-11-26 Sam Steingold <sds@gnu.org>
15077
15078 * frame.el (show-trailing-whitespace): Remove :set argument (the
15079 value was essentially identical to the defalt).
15080
15081 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15082
15083 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
15084
15085 * icomplete.el (icomplete-minibuffer-setup): Likewise.
15086
15087 * hilit-chg.el (hilit-chg-set): Likewise.
15088
15089 * speedbar.el (speedbar-mode): Likewise.
15090
15091 * calendar/calendar.el (calendar-mode): Likewise.
15092
15093 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
15094 insert-string.
15095
15096 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
15097
15098 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
15099
15100 * term/sun-mouse.el (sun-yank-selection): Likewise.
15101
15102 * textmodes/bib-mode.el (return-key-bib): Likewise.
15103
15104 * calendar/appt.el (appt-disp-window): Likewise.
15105
15106 * calendar/diary-lib.el (list-diary-entries): Likewise.
15107
15108 * array.el (array-reconfigure-rows): Likewise.
15109
15110 * filecache.el (file-cache-minibuffer-complete): Likewise.
15111
15112 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
15113
15114 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
15115
15116 * allout.el (outline-version, outline-open-topic)
15117 (outline-rebullet-heading, outline-insert-listified)
15118 (outline-latex-verbatim-quote-curr-line)
15119 (outline-latexify-one-item, outlineify-sticky): Likewise.
15120
15121 * vc.el (vc-next-action-on-file): Likewise.
15122 (vc-dired-mode): Remove make-local-hook.
15123
15124 2001-11-26 Andre Spiegel <spiegel@gnu.org>
15125
15126 * vc.el (vc-find-version): New function.
15127 (vc-version-other-window): Redefined in terms of the above.
15128
15129 * log-view.el (log-view-find-version): New function.
15130 (log-view-mode-map): Bind it to `f'.
15131
15132 2001-11-26 Gerd Moellmann <gerd@gnu.org>
15133
15134 * language/devan-util.el (dev-char-glyph): Escape `"' in
15135 string literals.
15136 (dev-glyph-glyph, dev-glyph-glyph-2)
15137 (devanagari-compose-syllable-region): Likewise.
15138
15139 2001-11-26 Richard M. Stallman <rms@gnu.org>
15140
15141 * window.el (save-selected-window): No error if saved window is dead.
15142
15143 * help-funs.el (describe-syntax): Put (interactive) after doc string.
15144
15145 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15146
15147 * international/quail.el (quail-help): Require help-mode in
15148 top-level instead.
15149
15150 * iswitchb.el (iswitchb-exhibit): Use insert instead of
15151 insert-string.
15152
15153 * icomplete.el (icomplete-exhibit): Likewise.
15154
15155 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
15156
15157 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
15158 (diff-hunk-kill): Simplify.
15159 (diff-post-command-hook): Only apply to a single hunk.
15160 (diff-hunk-text): Make `char-offset' non-optional.
15161 (diff-find-text): Return a cons cell.
15162 (diff-find-approx-text): New fun.
15163 (diff-find-source-location): Use it.
15164 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
15165 Adapt to new retval of diff-find-text.
15166
15167 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
15168 rather than integer- representation of dates.
15169
15170 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
15171
15172 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
15173 (syntax-after): New fun.
15174
15175 * help-funs.el (describe-syntax): New fun.
15176
15177 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
15178 (font-lock-ppss-stats, font-lock-ppss): Remove.
15179 (font-lock-fontify-syntactically-region): Remove tuning code.
15180 (font-lock-compile-keywords): Fix off-by-one bug.
15181 (font-lock-set-defaults): Don't set removed vars.
15182 (c-keywords): Add `inline'.
15183 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
15184
15185 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15186 Set syntax-begin-function.
15187 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
15188 (lisp-interaction-mode): Don't set local-abbrev-table any more.
15189 (lisp-mode-auto-fill): Use syntax-ppss and obey
15190 comment-auto-fill-only-comments.
15191 (lisp-fill-paragraph): Use syntax-ppss.
15192
15193 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
15194
15195 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
15196 version of rmail-enable-mime.
15197 (rmail-forward): Use it.
15198
15199 2001-11-25 Richard M. Stallman <rms@gnu.org>
15200
15201 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
15202
15203 * international/quail.el (quail-keyboard-layout-button):
15204 Define button type.
15205 (quail-keyboard-customize-button): Likewise.
15206 (quail-help): Use those button types. Require `help-mode'.
15207 Avoid altering the argument `package'.
15208
15209 * help-mode.el (help-function, help-variable, help-face)
15210 (help-coding-system, help-input-method, help-character-set):
15211 Define each button type with its own explicit define-button-type.
15212
15213 * language/devan-util.el: Comment out parts of the file
15214 which apparently are garbled.
15215
15216 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15217
15218 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
15219 insert-string.
15220
15221 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15222
15223 * play/snake.el (snake-mode): Remove make-local-hook.
15224
15225 * play/tetris.el (tetris-mode): Likewise.
15226
15227 * play/decipher.el (decipher-mode): Likewise.
15228
15229 * tmm.el (tmm-add-prompt): Likewise.
15230
15231 2001-11-25 Sam Steingold <sds@gnu.org>
15232
15233 * menu-bar.el (menu-bar-apropos-menu): New variable.
15234 Moved all `apropos' bindings to this menu.
15235 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
15236
15237 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
15238
15239 The following changes are for new indian languages support based
15240 on Unicode charset and CDAC fonts.
15241
15242 * international/mule-conf.el: Change indian-1-column charset to
15243 indian-glyph charset.
15244
15245 * international/characters.el: Adjusted for the change of
15246 indian-1-column -> indian-glyph.
15247
15248 * international/fontset.el: Delete the setting for indian-1-column
15249 and add the setting for indian-glyph in the default fontset.
15250
15251 * language/indian.el: Completely re-written.
15252
15253 * language/devanagari.el: Completely re-written.
15254
15255 * language/devan-util.el: Completely re-written.
15256
15257 * language/ind-util.el: New file.
15258
15259 2001-11-24 Richard M. Stallman <rms@gnu.org>
15260
15261 * startup.el (command-line-1): Don't do startup screen
15262 if a subprocess is running. Call the startup screen buffer
15263 "GNU Emacs". Make a special mode-line-format for it.
15264
15265 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
15266 (browse-url-galeon): Use that variable.
15267
15268 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
15269 eval-expression. Eval and set the variable simply.
15270
15271 * files.el (temporary-file-directory): Use defcustom.
15272 (small-temporary-file-directory): Likewise.
15273 (normal-backup-enable-predicate): Move down in file
15274 after definition of temporary-file-directory.
15275
15276 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
15277
15278 2001-11-24 Colin Walters <walters@debian.org>
15279
15280 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
15281 autoload names to match files renamed on initial calc import.
15282
15283 * calc/calc.el (Commentary): Cleanup, and add logistic curve
15284 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
15285
15286 2001-11-23 Colin Walters <walters@debian.org>
15287
15288 * Makefile.in (finder_setwins, setwins): Include Calc again.
15289
15290 * calc/calc-rules.el: Add header comment.
15291
15292 2001-11-23 Andre Spiegel <spiegel@gnu.org>
15293
15294 * vc.el (with-vc-properties): Don't bind `filename' locally.
15295 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
15296 to avoid name clashes. Fix `lisp-indent-function' property for
15297 both.
15298
15299 2001-11-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
15300
15301 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
15302
15303 2001-11-22 Colin Walters <walters@debian.org>
15304
15305 * calc/calc-misc.el (report-calc-bug):
15306 Use `reporter-prompt-for-summary-p'.
15307
15308 * calc/INSTALL, calc/Makefile: Remove.
15309
15310 2001-11-22 Miles Bader <miles@gnu.org>
15311
15312 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
15313 (reb-match-2, reb-match-3): Add dark-background variants.
15314
15315 2001-11-22 Colin Walters <walters@debian.org>
15316
15317 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
15318 (info "Calc").
15319 (report-calc-bug): Use reporter.el.
15320
15321 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
15322
15323 2001-11-21 Richard M. Stallman <rms@gnu.org>
15324
15325 * which-func.el (which-function): Call imenu--make-index-alist
15326 if necessary to get a list of functions.
15327 (which-function-imenu-failed): New variable.
15328 (which-func-update): Handle all visible windows.
15329 (which-func-update-1): New subroutine broken out of which-func-update.
15330
15331 * files.el (temporary-file-directory, null-device)
15332 (small-temporary-file-directory): Definitions moved up.
15333
15334 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
15335 (cperl-non-problems, cperl-praise): Doc fixes.
15336
15337 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
15338 (sh-mode-syntax-table): Function restored.
15339 Variable set up for use by function sh-mode-syntax-table.
15340 (sh-set-shell): Set the syntax table.
15341
15342 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
15343
15344 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
15345
15346 * international/encoded-kb.el: Don't alter minor-map-alist.
15347
15348 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15349
15350 * files.el (auto-save-file-name-transforms): Put remote files in
15351 temporary-file-directory rather than /tmp.
15352
15353 2001-11-21 Colin Walters <walters@debian.org>
15354
15355 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
15356 of (function ...) wrapper.
15357
15358 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
15359
15360 * derived.el (define-derived-mode): Create the abbrev-table
15361 from inside the `defvar'.
15362
15363 * jit-lock.el (jit-lock-defer-time): New var.
15364 (jit-lock-defer-timer, jit-lock-buffers): New vars.
15365 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
15366 (jit-lock-function): Defer fontification if requested.
15367 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
15368 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
15369 text property.
15370 (jit-lock-deferred-fontify): New fun.
15371
15372 2001-11-20 Richard M. Stallman <rms@gnu.org>
15373
15374 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
15375 Set local-abbrev-table to lisp-mode-abbrev-table.
15376
15377 * emacs-lisp/re-builder.el (reb-mode):
15378 Don't use define-derived-mode. Call kill-all-local-variables.
15379
15380 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
15381 Don't use define-derived-mode.
15382
15383 * help-mode.el (help-mode): Undo 2001-10-07 change.
15384
15385 * replace.el (occur-mode): Undo 2001-5-20 change.
15386
15387 2001-11-20 Jason Rumney <jasonr@gnu.org>
15388
15389 * w32-fns.el (w32-system-coding-system): Change to an alias for
15390 locale-coding-system.
15391 (set-w32-system-coding-system): Document the above change.
15392 Set locale-coding-system instead.
15393
15394 2001-11-20 Richard M. Stallman <rms@gnu.org>
15395
15396 * ruler-mode.el: Add pagination.
15397 (ruler-mode-toggle-show-tab-stops): No need to
15398 test `ruler-mode' variable.
15399
15400 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
15401
15402 * play/landmark.el: Mark lm-mode as special.
15403
15404 * play/gomoku.el: Mark gomoku-mode as special.
15405
15406 2001-11-20 Juanma Barranquero <lektu@terra.es>
15407
15408 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
15409 (top-level): Bind it to C-c C-b.
15410 (re-builder): Don't re-enter RE Builder Mode.
15411
15412 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
15413
15414 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
15415
15416 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
15417 `manual-program'.
15418
15419 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
15420 to a line without a comment.
15421
15422 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
15423
15424 * dired.el (dired-listing-switches): Mention in the doc string
15425 that some switches are not supported by ls-lisp.el
15426
15427 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
15428
15429 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
15430 (imenu--create-keymap-2): Remove.
15431 (imenu--create-keymap-1): Simplify, remove third argument.
15432 (imenu--generic-function): Use dolist.
15433 (imenu-find-default): New function.
15434 (imenu--completion-buffer): Use it.
15435 (imenu--mouse-menu): Use popup-menu.
15436 (imenu--menubar-select): Return t rather than calling imenu.
15437
15438 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
15439 New functions, extracted from fill-region-as-paragraph.
15440 (fill-region-as-paragraph): Use them.
15441 Use an end marker instead of eob.
15442 Ignore whitespace-only fill-prefixes when indenting according to mode.
15443 Simplify the loop that searches for spaces backwards.
15444
15445 * textmodes/picture.el (picture-vertical-step)
15446 (picture-horizontal-step): Don't use defconst for variables.
15447
15448 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
15449 (mail-extract-address-components): Downcase domain names.
15450 (mail-extr-delete-char): Remove. Use delete-char instead.
15451
15452 * emulation/pc-select.el: Doc string fixes.
15453 (pc-selection-mode): Don't treat macos as a tty.
15454
15455 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
15456
15457 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
15458
15459 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
15460 (mouse-wheel-progessive-speed): New var.
15461 (mwheel-scroll): Use it and handle float values.
15462
15463 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
15464
15465 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
15466 (iswitchb): Fix the case where the result was selected with the mouse.
15467 (iswitchb-completion-help): Use the normal *Completions* now that
15468 mouse selection works.
15469 (iswitchb-minibuffer-setup): Simplify.
15470
15471 * newcomment.el (comment-column, comment-style, comment-multi-line)
15472 (comment-auto-fill-only-comments): Remove :group arg.
15473 (comment-padding): Add :type.
15474 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
15475 if called interactively.
15476
15477 2001-11-19 Colin Walters <walters@verbum.org>
15478
15479 * calc/calc.el (toplevel): Add comment and version header.
15480 (calc-init-base): Bump version to 2.02f, update date.
15481
15482 2001-11-19 Richard M. Stallman <rms@gnu.org>
15483
15484 * net/browse-url.el: Support Mozilla and Galeon.
15485 By default, find the installed browser whichever it is.
15486 (browse-url-mozilla): New function.
15487 (browse-url-mozilla-sentinel): New function.
15488 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
15489 (browse-url-default-browser): New function.
15490 (browse-url-process-environment): Use browse-url-browser-display.
15491 (browse-url-browser-display): Renamed from browse-url-netscape-display.
15492 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
15493 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
15494 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
15495 (browse-url-browser-function): New default, new options.
15496
15497 2001-11-19 Sam Steingold <sds@gnu.org>
15498
15499 * bindings.el (last-buffer, unbury-buffer): New function.
15500 (mode-line-unbury-buffer): Use `unbury-buffer'.
15501
15502 2001-11-18 Stephen Eglen <stephen@gnu.org>
15503
15504 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
15505 control behaviour when no further completion is possible.
15506
15507 2001-11-19 Colin Walters <walters@verbum.org>
15508
15509 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
15510 (math-showing-full-precision, math-with-extra-prec, math-working)
15511 (calc-with-default-simplification)
15512 (calc-with-trail-buffer): Use backtick.
15513 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
15514 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
15515 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
15516 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
15517 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
15518 (Math-num-integerp, Math-bignum-test, Math-equal-int)
15519 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
15520 (calc-record-compilation-date-macro): Deleted. Callers updated.
15521 (math-format-radix-digit): Move to calc-bin.el.
15522
15523 * calc/calc.el (calc-record-compilation-date): Remove.
15524 (calc-bug-address): Update.
15525 (calc-settings-file): Use `user-init-file'.
15526
15527 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
15528 Handle null `calc-settings-file'.
15529
15530 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
15531 * calc/calc-keypd.el (calc-keypad-mode): New.
15532 (calc-do-keypad): Use it.
15533 (calc-keypad-map): Move into `calc-keypad-mode'.
15534
15535 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
15536 to defalias argument.
15537
15538 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
15539 (calcFunc-floor): Ditto.
15540
15541 * calc-units.el (calcFunc-usimplify): Ditto.
15542
15543 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
15544 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
15545 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
15546 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
15547 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
15548 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
15549 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
15550 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
15551 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
15552 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
15553 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
15554 and move them before their first use. Use `when', `unless'.
15555 Remove trailing periods from error forms. Add description and
15556 headers suggested by Emacs Lisp coding conventions.
15557
15558 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
15559
15560 * newcomment.el (comment-indent):
15561 Fix misindentation for comment-only lines.
15562 (comment-indent-new-line): Only obey comment-multi-line if the
15563 comment-ender is not the end-of-line.
15564
15565 2001-11-19 Richard M. Stallman <rms@gnu.org>
15566
15567 * net/net-utils.el (network-connection-service-abbrev-alist):
15568 New variable.
15569
15570 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
15571 Advance to start of 3rd sexp by moving fwd and backing over it.
15572 At first three elements, act like defun.
15573
15574 * delsel.el (delete-selection-pre-hook): Handle and resignal
15575 file-supersession errors to interact properly with userlock.el.
15576
15577 2001-11-18 Richard M. Stallman <rms@gnu.org>
15578
15579 * progmodes/fortran.el (fortran-mode-syntax-table):
15580 Specify punctuation syntax for backslash.
15581
15582 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
15583 All calls deleted.
15584
15585 * international/mule-util.el (string-to-sequence): Make it obsolete.
15586 (string-to-list, string-to-vector): Implement them directly
15587 using append and vconcat, not with string-to-sequence.
15588
15589 * startup.el (command-line): Set abbrevs-changed to nil after
15590 reading the init file and the abbrevs file.
15591
15592 * isearch.el (isearch): Use magenta2 as bg for (background light)
15593
15594 2001-11-17 Richard M. Stallman <rms@gnu.org>
15595
15596 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
15597
15598 * simple.el (minibuffer-history-sexp-flag): Doc fix.
15599
15600 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
15601
15602 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
15603 If set and if applicable, add a regexp to highlight defun-like
15604 text inside comments and strings.
15605 (font-lock-fontify-keywords-region): Pass that new arg.
15606 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
15607 to the end and pass that new arg.
15608 (c-font-lock-keywords-2): Fix regex for labels.
15609 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
15610 Make it work when LIMIT is several lines further.
15611 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
15612 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
15613 Use backquote and make the regexes for `int a, b, c;' work on
15614 multiple lines.
15615
15616 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
15617 (font-lock-defaults-alist): Don't change it any more.
15618 (reb-subexp-mode-map): Cleanup.
15619
15620 * custom.el (custom-current-group-alist): New var.
15621 (custom-declare-group): Set it.
15622 (custom-current-group): New fun.
15623 (custom-declare-variable, custom-handle-all-keywords):
15624 Use it as a default if no :group argument is specified.
15625
15626 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
15627 (standard-keyboard-coding-systems): New var.
15628 (set-locale-environment): Use it to decide whether or not to call
15629 set-keyboard-coding-system.
15630 (locale-language-names): Use \"French\" for "fr".
15631
15632 2001-11-17 Richard M. Stallman <rms@gnu.org>
15633
15634 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
15635 (add-to-list): Delete compatibility code.
15636 (checkdoc-next-message-error): Doc fix.
15637
15638 2001-11-17 Stephen Eglen <stephen@gnu.org>
15639
15640 * locate.el (locate): Show default locate pattern within the
15641 prompt, but don't insert it into the minibuffer contents.
15642 Catch the case when pattern is the empty string.
15643
15644 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
15645
15646 * language/european.el ("French"): New language environment.
15647
15648 2001-11-16 Richard M. Stallman <rms@gnu.org>
15649
15650 * calendar/todo-mode.el (todo-save): Fix previous change.
15651
15652 * subr.el (functionp): Do use cdr-safe on object.
15653
15654 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
15655
15656 * bindings.el (mode-line-mode-name): Only put the help-echo property
15657 if the local-map property was put as well.
15658 (global-map): Bind switch-frame, delete-frame, iconify-frame
15659 and make-frame-visible events.
15660
15661 * emacs-lisp/elp.el (elp-not-profilable): New var.
15662 (elp-not-profilable-p): New function.
15663 (elp-instrument-function): Use it. Use backquotes and push.
15664
15665 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
15666 (byte-stack+-info, byte-compile-last-warned-form)
15667 (byte-compile-last-logged-file): Don't defconst a variable.
15668 (no-byte-compile): Declare.
15669 (byte-compile-file): Don't boundp-check no-byte-compile any more.
15670 (byte-compile-defvar): Leave defconst as is.
15671
15672 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
15673 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
15674 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
15675 (edebug-best-error): Don't defconst a variable.
15676 (edebug-read-syntax-table): Use a char-table.
15677 (edebug-lemacs-specific): Remove.
15678 Toplevel: Eliminate check for Lucid Emacs.
15679
15680 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
15681
15682 * rect.el (move-to-column-force): Mark obsolete.
15683 (operate-on-rectangle, delete-extract-rectangle-line)
15684 (insert-rectangle, delete-whitespace-rectangle-line)
15685 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
15686 (string-rectangle-history): New var.
15687 (string-rectangle, string-insert-rectangle): Use it.
15688 (delete-rectangle-line): Fix pos/column mixup and simplify.
15689
15690 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
15691 (normal-top-level, command-line, command-line-1): Simplify.
15692
15693 * tar-mode.el (tar-mode): Use define-derived-mode.
15694
15695 * view.el (view-mode-enable): Don't use make-local-hook.
15696
15697 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
15698
15699 2001-11-16 Richard M. Stallman <rms@gnu.org>
15700
15701 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
15702 if it doesn't make sense as anything else.
15703 Don't recognize a "telephone number" at the beginning of the name.
15704 (mail-extr-leading-garbage): Match non-word characters only.
15705
15706 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15707
15708 * startup.el (command-line-processed): Doc fix.
15709
15710 * apropos.el (apropos-next-label-button): Doc fix.
15711
15712 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
15713
15714 * comint.el (comint-mode): Simplify.
15715 (make-comint-in-buffer): Run `comint-mode' only if necessary.
15716
15717 * subr.el (eval-after-load): Make it work with features as well.
15718
15719 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
15720
15721 * international/mule-cmds.el (describe-input-method): Setup xref.
15722 (set-language-environment): Use functionp.
15723 (locale-language-names, locale-charset-language-names)
15724 (locale-preferred-coding-systems): Defconst and purecopy.
15725
15726 * language/european.el (mac-roman): Add mime-charset property.
15727
15728 2001-11-15 Richard M. Stallman <rms@gnu.org>
15729
15730 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
15731 (multiple-value-apply, nth-value): Use defsubst rather than defalias
15732 to get better doc strings.
15733
15734 2001-11-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15735
15736 * derived.el: Fix autoload cookie.
15737
15738 2001-11-15 Richard M. Stallman <rms@gnu.org>
15739
15740 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
15741
15742 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
15743
15744 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
15745
15746 2001-11-15 Richard M. Stallman <rms@gnu.org>
15747
15748 * dired.el (dired-undo): Display a message to explain
15749 that this does not undo file system changes.
15750
15751 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
15752
15753 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
15754 into `unread-command-events' instead of trying keymap
15755 lookups ourselves. This makes mouse-clicks do the right
15756 thing even when keymaps of overlays are involved.
15757 (mouse-drag-drag): Likewise.
15758
15759 2001-11-15 Andreas Schwab <schwab@suse.de>
15760
15761 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
15762 characters and append anchor to pattern added to auto-mode-alist.
15763
15764 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
15765
15766 * server.el (server-process-filter): Run pre/post-comment-hook
15767 before/after visiting the file.
15768
15769 * info-look.el (makefile-mode): Add info for automake.
15770 (autoconf-mode): Fix the name of the index for automake.
15771
15772 * international/latin-9.el: Give pilcrow punctuation syntax.
15773
15774 2001-11-15 Andre Spiegel <spiegel@gnu.org>
15775
15776 * vc.el: Documentation fixes.
15777
15778 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
15779
15780 * smerge-mode.el (smerge-match-conflict): Fix typo.
15781 (smerge-diff): Be careful to read match-data early enough.
15782
15783 2001-11-14 Colin Walters <walters@verbum.org>
15784
15785 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
15786 (calcFunc-subst): Use `defalias' instead of `fset' and
15787 `symbol-function'.
15788
15789 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
15790 (calcFunc-ceil, calcFunc-round): Ditto.
15791
15792 * calc/calc-bin.el (calcFunc-clip): Ditto.
15793
15794 * calc/calc-ext.el (calcFunc-evalv): Ditto.
15795
15796 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
15797
15798 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
15799 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
15800
15801 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
15802
15803 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
15804 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
15805 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
15806 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
15807 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
15808 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
15809 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
15810 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
15811 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
15812 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
15813 * calcsel2.el: Style cleanup; don't put closing parens on their
15814 own line, add "foo.el ends here" to each file, and update
15815 copyright date.
15816
15817 * README: Update maintainer.
15818
15819 2001-11-13 Richard M. Stallman <rms@gnu.org>
15820
15821 * progmodes/compile.el (recompile): Use compilation-arguments if
15822 set, so as to be able to M-x recompile the exact command which
15823 created a compilation-mode buffer.
15824
15825 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
15826
15827 2001-11-13 Gerd Moellmann <gerd@gnu.org>
15828
15829 * mouse.el (mouse-drag-region): Don't run the up-event
15830 handler if window start changed due to the down-mouse event.
15831
15832 2001-11-13 Richard M. Stallman <rms@gnu.org>
15833
15834 * mouse.el (mouse-show-mark): Either move point to the mark
15835 or use highlighting, never both.
15836 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
15837
15838 2001-11-13 Simon Josefsson <jas@extundo.com>
15839
15840 * mail/smtpmail.el (top-level): Change maintainer to Simon
15841 Josefsson, cleanup the smtpmail.el header.
15842
15843 * mail/smtpmail.el (top-level): Don't require cl or base64.
15844 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
15845 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
15846 Defsubst instead of defmacro.
15847 (smtpmail-intersection): Return value in reverse order.
15848 (smtpmail-open-stream): Use stringp instead of string-to-list.
15849 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
15850 separated from smtpmail-via-smtp.
15851
15852 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
15853 rfc2104. Require base64 and cl.
15854 (smtpmail-smtp-service): Doc fix. :type fix.
15855 (smtpmail-debug-info): Doc fix.
15856 (smtpmail-debug-verb, smtpmail-auth-credentials)
15857 (smtpmail-starttls-credentials, smtpmail-auth-supported):
15858 New variables.
15859 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
15860 mail-utils (it is autoloaded).
15861 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
15862 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
15863 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
15864 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
15865 (smtpmail-via-smtp): Support AUTH.
15866 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
15867
15868 2001-11-13 Richard M. Stallman <rms@gnu.org>
15869
15870 * ebuff-menu.el (electric-buffer-update-highlight): New function.
15871 (electric-buffer-overlay): New variable.
15872 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
15873 (electric-buffer-list): Likewise.
15874
15875 * isearch.el (isearch-whitespace-chars): Doc fix.
15876 (isearch-mode): Handle negative search-slow-window-lines correctly.
15877
15878 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
15879
15880 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
15881
15882 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
15883 From Emmanuel Briot <briot@act-europe.fr>.
15884
15885 2001-11-13 Colin Walters <walters@debian.org>
15886
15887 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
15888
15889 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
15890 "~/.emacs"; use `read-file-name'.
15891
15892 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
15893 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
15894 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
15895 * calc/calc.el: Use `frame-width' instead of `screen-width',
15896 `frame-height' instead of `screen-height', and,
15897 `executing-kbd-macro' instead of `executing-macro'.
15898
15899 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
15900 correct number of arguments.
15901
15902 * calc/calc-aent.el (calc-do-alg-entry):
15903 Use `blink-paren-function' instead of `blink-paren-hook'.
15904
15905 2001-11-12 Richard M. Stallman <rms@gnu.org>
15906
15907 * calendar/todo-mode.el (todo-save): Add save-excursion
15908 and save-restriction.
15909
15910 * server.el (server-edit, server-done): Doc fix.
15911
15912 * simple.el (clone-indirect-buffer): Error if major mode symbol
15913 has a no-clone-indirect property.
15914 (clone-buffer): Check for obvious errors before reading clone name.
15915
15916 * info.el (Info-mode): Add a no-clone-indirect property.
15917
15918 2001-11-12 Sam Steingold <sds@gnu.org>
15919
15920 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
15921 set-buffer-modified-p to nil after `vc-exec-after'.
15922 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
15923 (log-view-mode): Make read-only.
15924 (log-view-current-file): Do final `expand-file-name' in the
15925 current `default-directory'.
15926 (log-view-current-tag): Take an optional `where' arg.
15927 (log-view-diff): New user command.
15928
15929 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15930
15931 * progmodes/cpp.el (cpp-choose-face): Fix typo.
15932
15933 2001-11-12 Sam Steingold <sds@gnu.org>
15934
15935 * emacs-lisp/cl-indent.el (toplevel): Indent properly
15936 `generic-flet', `generic-labels', `with-accessors',
15937 `with-condition-restarts'.
15938
15939 2001-11-12 Richard M. Stallman <rms@gnu.org>
15940
15941 * dired.el: Many trivial doc fixes.
15942 (dired-get-file-for-visit): New function.
15943 (dired-find-alternate-file, dired-mouse-find-file-other-window)
15944 (dired-view-file, dired-find-file-other-window, dired-display-file)
15945 (dired-find-file): Use dired-get-file-for-visit.
15946
15947 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
15948
15949 * sql.el (sql-mode): Doc change.
15950
15951 * sql.el (sql-mode-syntax-table): The backslash is no longer an
15952 escape character.
15953
15954 2001-11-12 Colin Walters <walters@debian.org>
15955
15956 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
15957 (calc-do-keypad): Don't attempt to use nonexistent global
15958 mouse-map, use calc-keypad-map.
15959 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
15960 (calc-keypad-left-click): Don't use mouse-map; update to new event
15961 interface.
15962 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
15963 (calc-keypad-press): Use `unread-command-events' instead of
15964 `unread-command-char'.
15965
15966 * calc/calc-ext.el (calc-init-extensions): Update autoload names
15967 to match files renamed on initial calc import.
15968
15969 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15970
15971 * textmodes/flyspell.el (flyspell-default-dictionary):
15972 Fix previous change.
15973
15974 2001-11-12 Richard M. Stallman <rms@gnu.org>
15975
15976 * textmodes/flyspell.el (flyspell-default-dictionary):
15977 Fix custom type.
15978
15979 2001-11-11 Richard M. Stallman <rms@gnu.org>
15980
15981 * calendar/solar.el (solar-sunrise-and-sunset):
15982 Exchange the two extreme values of day-length.
15983
15984 * progmodes/sh-script.el (sh-must-be-shell-mode):
15985 Allow modes derived from sh-mode.
15986
15987 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
15988 Turn off error in some re-search-forward calls.
15989
15990 * replace.el (query-replace-skip-read-only): New variable.
15991 (perform-replace): If that variable is non-nil, ignore matches
15992 that have a read-only property.
15993
15994 * derived.el (define-derived-mode): Doc fix.
15995
15996 * server.el (server-buffer-done): Test of server-existing-buffer
15997 was backwards.
15998 (server-existing-buffer): Doc fix.
15999
16000 * textmodes/flyspell.el (flyspell-default-dictionary):
16001 Allow nil as value, and make nil the default.
16002
16003 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
16004
16005 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
16006 it is not fboundp.
16007 (clipboard-yank): Ditto.
16008
16009 2001-11-11 Colin Walters <walters@verbum.org>
16010
16011 The following changes are based on patches from
16012 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
16013 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
16014
16015 * calc/calc.el (toplevel): Require calc-macs.
16016 (calc-minibuffer-size): New.
16017 (calcDigit-nondigit): Use it instead of `buffer-size'.
16018 (calcDigit-backspace): Likewise.
16019 (calcDigit-nondigit): Use `minibuffer-contents' instead of
16020 `buffer-string'.
16021 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
16022 `point-min'.
16023 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
16024 `save-excursion'.
16025
16026 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
16027 simple `setq' form.
16028
16029 * calc/calc-ext.el: (toplevel): Require calc.
16030 (calc-fancy-prefix-map): New.
16031 (calc-fancy-prefix): Use it.
16032 (calc-fancy-prefix-other-key): New.
16033
16034 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
16035 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
16036 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
16037 (calcAlg-enter): Likewise.
16038 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
16039
16040 2001-11-10 Richard M. Stallman <rms@gnu.org>
16041
16042 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
16043 (quietly-read-abbrev-file): Doc fix.
16044
16045 * startup.el (command-line): Read standard abbrev
16046 file (abbrev-file-name), if it exists.
16047
16048 * files.el (save-abbrevs): Default value is t.
16049
16050 * progmodes/compile.el (compile-goto-error): Fix previous change
16051 in the case where subsequent errors have not been parsed yet
16052 because they are in a different source file.
16053
16054 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
16055
16056 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
16057 Merge two regular expressions into one.
16058 (ps-mode): Make local bindings for `comment-start' and
16059 `comment-start-skip'.
16060 (ps-mode-looking-at-nested): Simplify an if-else construct;
16061 use `set-match-data' to set the result.
16062
16063 2001-11-10 Richard M. Stallman <rms@gnu.org>
16064
16065 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
16066 Function deleted.
16067 (flyspell-correct-word): Old definition deleted.
16068 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
16069 All references renamed too.
16070
16071 2001-11-10 Gerd Moellmann <gerd@gnu.org>
16072
16073 * Makefile.in (finder_setwins, setwins): Exclude Calc.
16074
16075 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
16076
16077 * wid-edit.el (checklist): Removed `:menu-tag'.
16078 (radio-button-choice): Ditto.
16079 (editable-list): Ditto.
16080
16081 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16082
16083 * play/gomoku.el: Move definitions of constants to the beginning
16084 of file, before their use.
16085
16086 2001-11-09 Richard M. Stallman <rms@gnu.org>
16087
16088 * textmodes/flyspell.el: Use the keymap property
16089 instead of local-map, and don't use a minor-mode map.
16090 (flyspell-mode-map): Variable deleted.
16091 Don't mess with minor-mode-map-alist.
16092 (calling add-minor-mode): Specify nil for keymap.
16093 And always use add-minor-mode, now that it exists.
16094 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
16095 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
16096 or flyspell-local-mouse-map.
16097 (make-flyspell-overlay): Use flyspell-mouse-map directly.
16098 (flyspell-mode): Doc fix.
16099 (flyspell-mode-on): Don't call make-local-hook.
16100
16101 2001-11-09 Sam Steingold <sds@gnu.org>
16102
16103 * emacs-lisp/debug.el (debugger-make-xrefs):
16104 Add buttons to all symbols.
16105
16106 2001-11-09 Andre Spiegel <spiegel@gnu.org>
16107
16108 * vc.el: Add John David Smith to credits.
16109
16110 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
16111
16112 * vc-hooks.el (vc-error-occured): Backquotified.
16113 (vc-file-prop-obarray): Use prime length for better efficiency.
16114
16115 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
16116
16117 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
16118
16119 * info.el (Info-file-list-for-emacs): Add entries for Calc.
16120
16121 2001-11-09 Miles Bader <miles@gnu.org>
16122
16123 * subr.el (functionp): Don't consider macros as functions.
16124
16125 2001-11-08 Miles Bader <miles@gnu.org>
16126
16127 * subr.el (functionp): Make work correctly for macros and unbound
16128 symbols.
16129
16130 * comint.el (comint-send-input): Fix description of
16131 `comint-process-echoes' in the doc-string.
16132
16133 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
16134
16135 * international/mule.el (make-translation-table): Doc fix.
16136 Suggested by Alex Schroeder <alex@gnu.org>.
16137
16138 2001-11-07 Richard M. Stallman <rms@gnu.org>
16139
16140 * info.el (Info-fontify-node): Highlight every third menu item.
16141
16142 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
16143
16144 * cus-edit.el (custom-face-value-create): Don't ignore the
16145 `customized-face' attribute when finding the current face spec.
16146
16147 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
16148
16149 * subr.el (with-local-quit): New macro.
16150 (make-syntax-table): Always inherit.
16151 (functionp): Be more careful when `object' is a symbol.
16152
16153 * dabbrev.el (dabbrev-completion): Use "*Completions*".
16154
16155 2001-11-07 Paul Eggert <eggert@twinsun.com>
16156
16157 * dired.el (dired-move-to-filename-regexp):
16158 Do not distinguish between ASCII letters and non-ASCII characters.
16159 Don't allow comma except in the form "month day, year".
16160 Don't allow space between month name and comma.
16161 Clean up the code that checks for trailing period, comma, and space.
16162 Remove now-obsolete comments, and add more commentary about
16163 Japanese dates.
16164 Always gobble up trailing spaces, instead of doing it only sometimes.
16165
16166 2001-11-07 Miles Bader <miles@gnu.org>
16167
16168 * paren.el (show-paren-match-face): Add dark-background variant.
16169
16170 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
16171
16172 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
16173 (lisp-mode-variables): Don't set paragraph-{start,separate}.
16174 Don't disable adaptive-fill-mode.
16175 (lisp-fill-paragraph): Use tab-width rather than 8.
16176 Prevent filling the first line of docstrings.
16177
16178 2001-11-06 Richard M. Stallman <rms@gnu.org>
16179
16180 * play/gomoku.el (gomoku): Doc fix.
16181
16182 * jka-compr.el (jka-compr-partial-uncompress):
16183 Support an alternative of not using dd.
16184 (jka-compr-dd-program): Use defcustom to define this.
16185 (jka-compr-load-suffixes): Use defcustom.
16186 (jka-compr-mode-alist-additions): Use defcustom.
16187
16188 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
16189
16190 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
16191 Also work when LIMIT is further than the end of line.
16192
16193 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
16194
16195 * international/quail.el (quail-update-leim-list-file): Print the
16196 offending file name if some of its quail-define-package forms is broken.
16197
16198 2001-11-05 Richard M. Stallman <rms@gnu.org>
16199
16200 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
16201 of the evaluated form.
16202
16203 2001-11-05 Paul Eggert <eggert@twinsun.com>
16204
16205 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
16206 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
16207 stamps always line up by default. Also, it uses a slightly
16208 different window to determine whether files are "recent".
16209
16210 2001-11-05 Andrew Innes <andrewi@gnu.org>
16211
16212 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
16213 Don't attempt to remake autoloads before nuking .elc files.
16214
16215 2001-11-04 Richard M. Stallman <rms@gnu.org>
16216
16217 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
16218 previous-single-property-change or next-single-char-property-change
16219 returns nil.
16220
16221 * international/mule-cmds.el (set-locale-environment):
16222 Make it interactive; make arg optional.
16223
16224 * international/mule-diag.el (help-funs): Require help-funs.
16225
16226 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
16227
16228 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
16229
16230 2001-11-04 Miles Bader <miles@gnu.org>
16231
16232 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
16233 shadow of the splash image grey on a dark background instead of black.
16234
16235 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
16236
16237 * term.el (all faces): Don't (copy-face 'default <foo>).
16238
16239 * term/xterm.el (function-key-map):
16240 Add entry for `ESC [ 3 ~' -> <delete>
16241 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
16242 Use inheritance so that .emacs and terminfo take precedence.
16243
16244 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
16245
16246 * tooltip.el (tooltip-delay): Decrease to 0.7.
16247 (tooltip-hide-delay): Enlarge to 10.
16248
16249 2001-11-03 Richard M. Stallman <rms@gnu.org>
16250
16251 * startup.el (fancy-splash-tail): Explain how to recover
16252 from a crash, if there was a crash.
16253 (command-line-1): Reorganize display of startup screen,
16254 to simplify the logic. Use a temp buffer for it.
16255
16256 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
16257
16258 * frame.el (set-background-color, set-foreground-color):
16259 Call face-set-after-frame-default, to propagate the new colors to
16260 the frame's parameters alist.
16261
16262 * calendar/timeclock.el (timeclock-out): Signal an error if
16263 timeclock-last-event is nil.
16264
16265 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
16266
16267 * textmodes/fill.el (fill-context-prefix): Fix braino.
16268
16269 * international/quail.el (quail-help):
16270 Use `help-buffer' and move `help-setup-xref' to beginning.
16271
16272 * international/mule-cmds.el (describe-language-environment):
16273 Use `help-buffer' and move `help-setup-xref' to beginning.
16274
16275 * international/mule-diag.el (list-character-sets)
16276 (sort-listed-character-sets, describe-character-set)
16277 (describe-coding-system, describe-fontset, list-fontsets):
16278 Use `help-buffer' and move `help-setup-xref' to beginning.
16279 (describe-char-after): Use `internal-describe-syntax-value'.
16280
16281 2001-11-02 Richard M. Stallman <rms@gnu.org>
16282
16283 * mouse.el (popup-menu): If the user refuses to select
16284 from a menu, don't try to invoke the menu.
16285
16286 2001-11-02 Miles Bader <miles@gnu.org>
16287
16288 * help-mode.el (help-xref): New button type.
16289 (help-function, help-variable, help-face, help-coding-system)
16290 (help-input-method, help-character-set, help-type, help-symbol)
16291 (help-back, help-info, help-customize-variable, help-customize-face)
16292 (help-function-def, help-variable-def): Use it as a supertype.
16293 Remove `action' property.
16294
16295 * international/mule-diag.el (describe-character-set)
16296 (describe-coding-system): Pass correct args to `help-xref-button'.
16297 (sort-listed-character-sets): New button type.
16298 (list-character-sets): Use it.
16299 (list-charset-chars): New button type.
16300 (list-character-sets-1): Use it.
16301
16302 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
16303
16304 * indent.el (tab-always-indent, indent-for-tab-command):
16305 Remove redundant `never' setting.
16306
16307 * fill.el (fill-region-as-paragraph): Don't forget to skip
16308 over current whitespace before looking for a preceding space.
16309
16310 2001-11-01 Richard M. Stallman <rms@gnu.org>
16311
16312 * files.el (file-newest-backup): Don't pass backup file name
16313 thru file-name-sans-versions, because it never has version numbers.
16314
16315 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
16316 to avoid ambiguous nested loops.
16317
16318 * files.el (find-file-noselect): Offer to change buffer-read-only
16319 only when the file's read-only status has changed from before
16320 as well as disagreeing with the buffer's current status.
16321 (buffer-file-read-only): New var, local in all buffers.
16322
16323 * buff-menu.el (buffer-menu): Doc fix.
16324 (buffer-menu-other-window): Doc fix.
16325 (list-buffers, list-buffers-noselect): Doc fix.
16326
16327 2001-11-01 Gerd Moellmann <gerd@gnu.org>
16328
16329 * startup.el (command-line): If the terminal Emacs is running on
16330 has erase char set to ^H, use the Backspace key for deleting
16331 backward, and the Delete key for deleting forward.
16332
16333 2001-11-01 Miles Bader <miles@gnu.org>
16334
16335 * button.el (define-button-type): Make sure every user-defined
16336 button type has a supertype.
16337
16338 2001-10-31 Jason Rumney <jasonr@gnu.org>
16339
16340 * international/mule-cmds.el (locale-language-names): Add chs and
16341 cht as aliases for Chinese-GB and Chinese-BIG5.
16342
16343 2001-10-31 Richard M. Stallman <rms@gnu.org>
16344
16345 * bindings.el (mode-line-frame-identification): Add doc string.
16346 (mode-line-position, mode-line-modes): New variables.
16347 (mode-line-format): Use mode-line-position for the part
16348 that displays the position-in-buffer info.
16349 Use mode-line-modes for the part that displays major and minor modes.
16350
16351 2001-10-31 Sam Steingold <sds@gnu.org>
16352
16353 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
16354 (debugger-setup-buffer): Call it.
16355 (debugger-mode-map): Bind RET and mouse-2.
16356
16357 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16358
16359 * startup.el: Document command line option --no-window-system
16360 instead of --no-windows.
16361
16362 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
16363
16364 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
16365
16366 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
16367 (font-lock-defaults-alist): Use it.
16368 From David Ponce <david.ponce@wanadoo.fr>
16369
16370 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
16371 output of `char-after'.
16372
16373 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
16374
16375 * simple.el (reindent-then-newline-and-indent): Insert the newline
16376 before indenting the first line.
16377 (undo-get-state, undo-revert-to-state): New funs.
16378 (shell-command): Don't kill the buffer even if empty.
16379 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
16380 (transpose-subr-end2): Remove.
16381 (transpose-subr): Add `special' arg and simplify.
16382 (transpose-subr-1): Rewrite.
16383 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
16384 (rfc822-goto-eoh): Simplify.
16385
16386 2001-10-30 Richard M. Stallman <rms@gnu.org>
16387
16388 * enriched.el (enriched-face-ans): Fix previous change.
16389
16390 2001-10-30 Gerd Moellmann <gerd@gnu.org>
16391
16392 * international/iso-acc.el (iso-accents-compose): Remove a
16393 superfluous setq.
16394
16395 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
16396
16397 * buff-menu.el (list-buffers-noselect): If the buffer's name
16398 starts with a blank, but it visits a file, do show it (for files
16399 whose names start with a blank).
16400
16401 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
16402
16403 * textmodes/fill.el (sentence-end-double-space)
16404 (sentence-end-without-period): Move to paragraphs.el.
16405 (fill-indent-according-to-mode): Change default to t.
16406 (fill-context-prefix): Simplify control-flow and use a more
16407 sophisticated merge that unifies both previous checks.
16408 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
16409 (fill-nobreak-predicate): Make it into a defcustom'd hook.
16410 (fill-nobreak-p): New fun.
16411 (fill-region-as-paragraph): Use it.
16412 Handle `fill-indent-according-to-mode' slightly differently.
16413 (fill-individual-paragraphs-prefix): Simplify the control-flow.
16414 (fill-individual-paragraphs-citation): Fix.
16415
16416 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
16417 (paragraph-start): Change default to the `text-mode' value.
16418 (sentence-end-double-space, sentence-end-without-period):
16419 Move from fill.el.
16420 (forward-paragraph): Use `parstart' and `parsep' for temp variables
16421 rather than rebinding `paragraph-start' and `paragraph-separate'.
16422
16423 * indent.el (indent-line-function): Change default to indent-relative.
16424 (tab-always-indent): Add an `never' setting.
16425 (indent-according-to-mode): Handle `indent-relative' and
16426 `indent-relative-maybe' specially.
16427 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
16428 Handle the `never' case for `tab-always-indent'.
16429 Don't call indent-according-to-mode for indent-relative' and
16430 `indent-relative-maybe'.
16431 (insert-tab): Rename `prefix-arg' to `arg'.
16432 (indent-region): Indent the first line as well.
16433 (indent-relative): Don't mark the buffer modified if the indentation
16434 is unchanged.
16435
16436 * textmodes/text-mode.el (paragraph-indent-minor-mode):
16437 Don't set paragraph-separate. Set paragraph-start more carefully.
16438 Set indent-line-function.
16439 (paragraph-indent-text-mode): Use it and define-derived-mode.
16440 (text-mode-map): Remove the \t binding.
16441 (text-mode): Simplify now that the default is more favorable.
16442
16443 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
16444
16445 * emacs-lisp/find-func.el (find-function-search-for-symbol):
16446 If the regexp doesn't match, use a looser one.
16447 (find-variable-noselect): Add `file' argument.
16448
16449 * pcvs.el (cvs-mode-commit-hook): New hook.
16450 (cvs-mode-commit): Run it.
16451
16452 * log-edit.el (log-edit): Run hook after `log-edit-files'.
16453
16454 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
16455 (edebug-instrument-function): Use `find-function-noselect'.
16456
16457 2001-10-29 Richard M. Stallman <rms@gnu.org>
16458
16459 * term.el (term-if-emacs19): Macro deleted.
16460 Callers changed to use progn instead.
16461
16462 * frame.el (blink-cursor-mode): Doc fix.
16463
16464 * files.el (find-backup-file-name): Use make-backup-file-name.
16465
16466 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
16467 window-live-p.
16468 (edebug-set-conditional-breakpoint): Unconditionally use
16469 the former Emacs >=19 definition.
16470 (edebug-mark): Define unconditionally.
16471 (edebug-eval-expression): Always call read-from-minibuffer
16472 and specify history list.
16473 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
16474 edebug-set-conditional-breakpoint.
16475 (edebug-emacs-version-specific): Function deleted;
16476 do the job at top level.
16477 (edebug-emacs-19-specific): Function deleted, this is the default.
16478
16479 2001-10-29 Sam Steingold <sds@gnu.org>
16480
16481 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
16482 "/cygdrive/LETTER/" pathnames.
16483
16484 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
16485
16486 * faces.el (invert-face): Check for 'unspecified, not for nil,
16487 when testing whether face colors are not specified.
16488 From David.Kastrup@t-online.de (David Kastrup).
16489 (read-face-name): Doc fix.
16490 (make-face-bold, make-face-unbold, make-face-italic)
16491 (make-face-unitalic, make-face-bold-italic, invert-face):
16492 Remove trailing blank from the prompt passed to read-face-name.
16493
16494 2001-10-29 Sam Steingold <sds@gnu.org>
16495
16496 * emacs-lisp/bytecomp.el (byte-recompile-directory):
16497 Report numbers of files skipped and failed too.
16498 (byte-compile-file): Return 'no-byte-compile for skipped files.
16499
16500 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16501
16502 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
16503 and `M p'.
16504
16505 2001-10-29 Gerd Moellmann <gerd@gnu.org>
16506
16507 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
16508 as is on unread-command-events instead of `(SECOND-CHAR)'.
16509
16510 2001-10-29 Andre Spiegel <spiegel@gnu.org>
16511
16512 * vc.el: Mention vc-*-switches in backend API documentation.
16513 (vc-annotate): Adapt doc string to recent change.
16514
16515 2001-10-29 Gerd Moellmann <gerd@gnu.org>
16516
16517 * enriched.el (enriched-face-ans): Handle face attributes
16518 of the form `(FACE1 FACE2 ...)'.
16519
16520 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
16521
16522 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
16523
16524 * progmodes/sql.el (sql-mysql): Doc change by RMS.
16525
16526 * progmodes/sql.el (sql-db2): Doc change.
16527 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
16528 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
16529
16530 2001-10-29 Gerd Moellmann <gerd@gnu.org>
16531
16532 * env.el (substitute-env-vars): Don't quote argument to `rx';
16533 it's a macro.
16534
16535 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
16536
16537 * cus-start.el (recursive-load-depth-limit): Added.
16538
16539 2001-10-28 Richard M. Stallman <rms@gnu.org>
16540
16541 * textmodes/ispell.el (version18p, version20p): Vars deleted.
16542 All uses removed--assume Emacs version is >= 20.
16543
16544 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
16545 by really checking that it is not version 18.
16546
16547 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
16548
16549 2001-10-28 Miles Bader <miles@gnu.org>
16550
16551 * faces.el (face-attribute): Add INHERIT argument, consider face
16552 inheritance if it's non-nil.
16553 (face-attribute-merged-with): New function.
16554 (face-attribute-specified-or): New macro.
16555 (face-foreground, face-background, face-stipple): Add INHERIT
16556 argument. Use `face-attribute-specified-or'.
16557
16558 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
16559
16560 * font-lock.el: Require `syntax'.
16561 (font-lock-defaults-alist): Don't define keywords for lisp languages.
16562 Use `c-font-lock-syntactic-face-function' for c languages.
16563 (font-lock-mode): Don't unset vars when turning the mode off.
16564 (font-lock-default-fontify-buffer): Don't unset vars at the end.
16565 (font-lock-extra-managed-props): New var.
16566 (font-lock-default-unfontify-region): Use it.
16567 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
16568 Don't eval the value when there's no match.
16569 (font-lock-ppss-stats): New var.
16570 (font-lock-ppss): New fun.
16571 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
16572 (font-lock-apply-highlight): Allow `highlight' to set several props.
16573 (font-lock-set-defaults): Use dolist.
16574 (font-lock-unset-defaults): Remove.
16575 (font-lock-match-c-style-declaration-item-and-skip-to-next):
16576 Try to recognize prototypes using `foo P_ ((args))'.
16577 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
16578 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
16579 (c-font-lock-syntactic-face-function): New function.
16580 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
16581 (c++-keywords): Use a more sophisticated regexp to handle
16582 shallowly nested templates.
16583
16584 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
16585
16586 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
16587 (sgml-tag): Use it. Cleanup with `cond'.
16588 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
16589 Mark the overlays and only delete those that are marked.
16590 (sgml-skip-close-p): Remove.
16591 (sgml-value): Replace sgml-skip-close-p with its definition.
16592 (html-tag-alist): Use sgml-xml a bit more.
16593 (html-mode): Set sgml-empty-tags.
16594
16595 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
16596 (texinfo-update-node, texinfo-sequential-node-update):
16597 Don't bind the obsolete `auto-fill-hook'.
16598 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
16599 Use `set-buffer' rather than `switch-to-buffer'.
16600 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
16601 Use `set-buffer' rather than `switch-to-buffer'.
16602
16603 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
16604 text-mode-syntax-table.
16605 (mail-mode): Use define-derived-mode.
16606 Fix ordering of alternatives in adaptive-fill-regexp.
16607 (mail-mode-map): Don't rely on keymap's internal representation.
16608
16609 2001-10-27 Sam Steingold <sds@gnu.org>
16610
16611 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
16612 (sgml-xml-guess): Extracted from `html-mode' and generalized.
16613 (sgml-mode-common): Call it.
16614 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
16615 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
16616 (html-horizontal-rule, html-image, html-ordered-list):
16617 (html-unordered-list, html-list-item, html-paragraph):
16618 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
16619 `html-xhtml'.
16620
16621 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
16622
16623 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
16624 (ifnothtml): New alias.
16625
16626 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
16627
16628 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
16629 (toggle-text-mode-auto-fill): Use derived-mode-p.
16630
16631 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
16632
16633 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
16634 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
16635
16636 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
16637
16638 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
16639 Add make-obsolete cookies, to follow faces.el.
16640
16641 These changes avoid warnings from the byte compiler in faces.el:
16642
16643 * faces.el (internal-get-face): Use facep instead of the obsolete
16644 internal-find-face.
16645 (internal-frob-font-weight, internal-frob-font-slant):
16646 New defaliases for obsolete functions.
16647 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
16648 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
16649 (x-make-font-bold-italic): Use internal-frob-font-weight and
16650 internal-frob-font-slant aliases instead of the obsolete
16651 x-frob-... functions.
16652
16653 2001-10-26 Sam Steingold <sds@gnu.org>
16654
16655 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
16656 DOCTYPE; set `mode-name' based on it.
16657 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
16658 (sgml-tag): Close empty tags in XHTML.
16659
16660 2001-10-26 Jason Rumney <jasonr@gnu.org>
16661
16662 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
16663 when UNICODE is not defined.
16664
16665 2001-10-26 Sam Steingold <sds@gnu.org>
16666
16667 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
16668 be alone on the line.
16669
16670 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
16671
16672 * button.el (button): Special face definition for MS-DOS terminals.
16673
16674 2001-10-26 Sam Steingold <sds@gnu.org>
16675
16676 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
16677 Protect the /= test by checking that the args are non-nil.
16678 (sh-font-lock-close-heredoc): Check eof for being non-nil.
16679
16680 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
16681
16682 * textmodes/artist.el (artist-version): 1.2.4.
16683 (artist-butlast-fn): New variable.
16684 (artist-butlast): New function.
16685 (artist-ellipse-mirror-quadrant): Use it.
16686 (artist-mouse-draw-poly): Use nil for `point-list'.
16687 (artist-mouse-draw-poly): Check for point-list being nil.
16688
16689 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
16690
16691 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
16692 lambda expression.
16693 (ps-mode-menu-main): Submenu with options on/off was replaced with
16694 a toggle button.
16695 (ps-mode, ps-run-mode): Define with `define-derived-mode'
16696 (ps-mode): Autoload cookie added on same line as comment
16697 (ps-mode-tabkey, ps-mode-backward-delete-char):
16698 (ps-mode-r-balance): Replace `delete-horizontal-space' and
16699 `indent-to' with `indent-line-to'
16700 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
16701 instead of `eval'.
16702 (ps-mode-print-region): Use `with-temp-buffer'.
16703 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
16704 (numerous places): Add back-tick and tick around names in
16705 docstrings, fix punctuation in docstrings, remove trailing spaces.
16706
16707 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
16708
16709 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
16710 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
16711 (sgml-font-lock-syntactic-keywords): New var.
16712 (sgml-mode-common): Drop the two args.
16713 Don't make buffer-local variables that aren't used.
16714 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
16715 Don't set `before-string' props from sgml-display-text.
16716 (sgml-mode): Use define-derived-mode.
16717 (sgml-tags-invisible): Use sgml-display-text.
16718 (sgml-quote): New command.
16719 (html-tag-alist): Add args for `span'.
16720 (html-mode): Use define-derived-mode.
16721 Set sgml-display-text and sgml-tag-face-alist.
16722
16723 2001-10-25 Sam Steingold <sds@gnu.org>
16724
16725 * add-log.el (add-log-always-start-new-record): New user option.
16726 (add-change-log-entry): Use it.
16727
16728 2001-10-25 Richard M. Stallman <rms@gnu.org>
16729
16730 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
16731 bind case-fold-search if FROM is not all lower case.
16732
16733 2001-10-25 Gerd Moellmann <gerd@gnu.org>
16734
16735 * startup.el (normal-top-level): Check for frame-initial-frame
16736 only if it's really used.
16737
16738 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
16739
16740 * progmodes/compile.el (compilation-parse-errors-filename-function):
16741 New variable.
16742 (compilation-parse-errors): Use it.
16743
16744 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
16745
16746 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
16747 interactively so that C-u M-C-x still does edebug.
16748 (checkdoc-sentencespace-region-engine): Don't force a double-space
16749 after `.' if it doesn't look like an end-of-sentence.
16750 (debug-ignored-errors): Add `disambiguate ...'.
16751
16752 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
16753
16754 * textmodes/texinfo.el (texinfo-environments)
16755 (texinfo-environment-regexp): Hoist.
16756 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
16757 Only highlight the menu name in menu items.
16758 Setup `@foo ... @end foo' as text clones.
16759 (texinfo-clone-environment): New function.
16760 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
16761 (texinfo-insert-block): Simplify.
16762 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
16763 the command is repeated.
16764 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
16765 (texinfo-insert-@end): Simplify.
16766
16767 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
16768 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
16769 (texinfo-subsubsection-level-regexp)
16770 (texinfo-update-menu-same-level-regexps)
16771 (texinfo-update-menu-higher-regexps)
16772 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
16773
16774 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
16775 (derived-mode-p): Autoload.
16776
16777 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
16778 New vars and functions.
16779 (text-clone-maintain, text-clone-create): New functions.
16780
16781 2001-10-25 Miles Bader <miles@gnu.org>
16782
16783 * facemenu.el (facemenu-add-new-face): Fix variable names.
16784
16785 2001-10-24 Richard M. Stallman <rms@gnu.org>
16786
16787 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
16788 of t and nil values.
16789 (facemenu-set-face): Handle START and END interactively.
16790 (facemenu-set-foreground): Don't use a face; specify color directly.
16791 (facemenu-set-background): Likewise.
16792 (facemenu-set-face-from-menu): Doc fix.
16793 (facemenu-active-faces): Use face-attribute-vector
16794 to handle bare attributes not in faces.
16795 (facemenu-get-face): Don't handle face names fg:... and bg:...
16796 specially.
16797 (facemenu-add-new-face): New argument MENU.
16798 New way to handle adding colors to the color menus.
16799
16800 * env.el (substitute-env-vars): Quote the arg to rx.
16801
16802 2001-10-24 Sam Steingold <sds@gnu.org>
16803
16804 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
16805 Control" and "SGML" groups.
16806
16807 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16808
16809 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16810 Better handling of C++ template args to avoid confusion with `<'
16811 and `>' used as operators in member init expressions.
16812
16813 2001-10-24 Gerd Moellmann <gerd@gnu.org>
16814
16815 * replace.el (perform-replace): Move START and END parameters
16816 to the end of the argument list and make them optional.
16817
16818 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
16819 perform-replace.
16820
16821 * international/fontset.el (x-must-resolve-font-name): New function.
16822 (x-complement-fontset-spec): Use it.
16823
16824 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
16825
16826 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
16827
16828 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
16829 Turn caadr into caar of cdr.
16830
16831 2001-10-23 Gerd Moellmann <gerd@gnu.org>
16832
16833 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
16834 of mouse-{1,2} since dragging is on the down event.
16835
16836 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
16837
16838 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
16839 if ARG is nil.
16840
16841 * desktop.el (desktop-last-buffer): New variable.
16842 (desktop-create-buffer): Set it.
16843 (desktop-read): Bind it and switch to that buffer.
16844
16845 2001-10-22 Gerd Moellmann <gerd@gnu.org>
16846
16847 * progmodes/compile.el (compilation-set-window-height):
16848 Select old window only if it's still live.
16849
16850 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16851
16852 * help-mode.el (help-buffer): Remove debugging code.
16853 From Stefan Monnier <monnier@cs.yale.edu>.
16854
16855 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
16856
16857 * files.el (file-name-sans-extension, file-name-extension):
16858 Don't count the leading dots in file names as signaling an extension.
16859
16860 2001-10-22 Andre Spiegel <spiegel@gnu.org>
16861
16862 * vc.el (vc-diff-switches): Doc rewritten.
16863
16864 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
16865
16866 * tooltip.el (tooltip-set-param): Doc fix.
16867
16868 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
16869 127 to sgml-maybe-name-self.
16870 (sgml-name-8bit-mode): Doc fix.
16871 (sgml-char-names-table): New variable.
16872 (sgml-name-char): Support non-ASCII and mule-unicode-*
16873 characters. Doc fix.
16874 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
16875
16876 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
16877 doc string the effect of `left' and `top' parameters in
16878 tooltip-frame-parameters, the default values, and the units.
16879 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
16880 (tooltip-show): Mention in the doc string the `top' and `left'
16881 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
16882
16883 2001-10-22 Andre Spiegel <spiegel@gnu.org>
16884
16885 Add autoscaling support for vc-annotate.
16886 From J.D. Smith <jdsmith@alum.mit.edu>.
16887
16888 * vc.el (vc-annotate-display-default): Accept colormap scaling
16889 ratio (now deprecated).
16890 (vc-annotate-display-autoscale): Added.
16891 (vc-annotate-add-menu): New autoscaling menu options "Span to
16892 Oldest" and "Span Oldest->Newest". Easymenu support added for
16893 toggle menus driven by customize variable `vc-annotate-display-mode'.
16894 (vc-annotate-display-select): Added.
16895 (vc-annotate): Changed temp-buffer-show-function to
16896 `vc-annotate-display-select'.
16897 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
16898 Added argument OFFSET. Instead of backend function, calls now
16899 generic `vc-annotate-difference'.
16900 (vc-annotate-difference): Added as generic function instead of
16901 backend-specific function. No longer takes argument POINT, but
16902 instead accepts a time OFFSET.
16903 (vc-default-annotate-current-time): Added.
16904
16905 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
16906 version in vc.el, with
16907 (vc-cvs-annotate-current-time): Added, as override of default.
16908 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
16909 `vc-cvs-annotate-difference'.
16910
16911 2001-10-22 Gerd Moellmann <gerd@gnu.org>
16912
16913 * saveplace.el (save-place): Require `saveplace'.
16914
16915 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
16916 Use `sexp' for :value-type instead of `face'.
16917
16918 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
16919
16920 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
16921 regexps due to 5-digit message IDs.
16922
16923 2001-10-21 Jason Rumney <jasonr@gnu.org>
16924
16925 * term/w32-win.el (redisplay-dont-pause): Don't set.
16926
16927 2001-10-21 Miles Bader <miles@gnu.org>
16928
16929 * help-funs.el (help-manyarg-func-alist): Variable removed.
16930
16931 2001-10-21 Miles Bader <miles@gnu.org>
16932
16933 * help-funs.el (help-manyarg-func-alist): Remove entries for
16934 `insert', `insert-and-inherit', `insert-before-markers',
16935 `insert-before-markers-and-inherit', `message', `message-box',
16936 `message-or-box', `propertize', `format', `encode-time', `append',
16937 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
16938 `insert-string', `ml-if', `ml-provide-prefix-argument', and
16939 `ml-prefix-argument-loop'.
16940
16941 2001-10-21 Andre Spiegel <spiegel@gnu.org>
16942
16943 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
16944 (vc-default-diff-tree): New functions.
16945 (vc-version-diff): Use them. As a result, coding systems are now
16946 set up properly for all sorts of diffs, and tree diffs can now
16947 also be done locally.
16948 (vc-diff): With a prefix argument, don't require that it's called
16949 from a buffer under version control.
16950 (diff-switches): Remove duplicate definition.
16951
16952 * vc-cvs.el (vc-cvs-diff-tree): New function.
16953
16954 2001-10-21 Miles Bader <miles@gnu.org>
16955
16956 * help-funs.el (help-manyarg-func-alist): Remove entries for
16957 `list', `vector', `make-byte-code', `call-process',
16958 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
16959 `logand', `logior', and `logxor'.
16960
16961 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
16962 image bits to compensate. Use `make-string' instead of
16963 `make-bool-vector' (XBM apparently wants byte-aligned rows).
16964
16965 2001-10-20 Kim F. Storm <storm@cua.dk>
16966
16967 * simple.el (kill-ring-save): Don't show extent of copied region
16968 if using transient-mark-mode and region is fully visible.
16969
16970 See ChangeLog.9 for earlier changes.
16971
16972 ;; Local Variables:
16973 ;; coding: iso-2022-7bit
16974 ;; End:
16975
16976 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
16977 Copying and distribution of this file, with or without modification,
16978 are permitted provided the copyright notice and this notice are preserved.