]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(lisp-indent-function): Add doc string.
[gnu-emacs] / lisp / ChangeLog
1 2001-11-25 Richard M. Stallman <rms@gnu.org>
2
3 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
4
5 * international/quail.el (quail-keyboard-layout-button):
6 Define button type.
7 (quail-keyboard-customize-button): Likewise.
8 (quail-help): Use those button types. Require `help-mode'.
9 Avoid altering the argument `package'.
10
11 * help-mode.el (help-function, help-variable, help-face)
12 (help-coding-system, help-input-method, help-character-set):
13 Define each button type with its own explicit define-button-type.
14
15 * language/devan-util.el: Comment out parts of the file
16 which apparently are garbled.
17
18 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
19
20 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
21 insert-string.
22
23 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
24
25 * play/snake.el (snake-mode): Remove make-local-hook.
26
27 * play/tetris.el (tetris-mode): Likewise.
28
29 * play/decipher.el (decipher-mode): Likewise.
30
31 * tmm.el (tmm-add-prompt): Likewise.
32
33 2001-11-25 Sam Steingold <sds@gnu.org>
34
35 * menu-bar.el (menu-bar-apropos-menu): New variable.
36 Moved all `apropos' bindings to this menu.
37 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
38
39 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
40
41 The following changes are for new indian languages support based
42 on Unicode charset and CDAC fonts.
43
44 * international/mule-conf.el: Change indian-1-column charset to
45 indian-glyph charset.
46
47 * international/characters.el: Adjusted for the change of
48 indian-1-column -> indian-glyph.
49
50 * international/fontset.el: Delete the setting for indian-1-column
51 and add the setting for indian-glyph in the default fontset.
52
53 * language/indian.el: Completely re-written.
54
55 * language/devanagari.el: Completely re-written.
56
57 * language/devan-util.el: Completely re-written.
58
59 * language/ind-util.el: New file.
60
61 2001-11-24 Richard M. Stallman <rms@gnu.org>
62
63 * startup.el (command-line-1): Don't do startup screen
64 if a subprocess is running. Call the startup screen buffer
65 "GNU Emacs". Make a special mode-line-format for it.
66
67 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
68 (browse-url-galeon): Use that variable.
69
70 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
71 eval-expression. Eval and set the variable simply.
72
73 * files.el (temporary-file-directory): Use defcustom.
74 (small-temporary-file-directory): Likewise.
75 (normal-backup-enable-predicate): Move down in file
76 after definition of temporary-file-directory.
77
78 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
79
80 2001-11-24 Colin Walters <walters@debian.org>
81
82 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
83 autoload names to match files renamed on initial calc import.
84
85 * calc/calc.el (Commentary): Cleanup, and add logistic curve
86 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
87
88 2001-11-23 Colin Walters <walters@debian.org>
89
90 * Makefile.in (finder_setwins, setwins): Include Calc again.
91
92 * calc/calc-rules.el: Add header comment.
93
94 2001-11-23 Andre Spiegel <spiegel@gnu.org>
95
96 * vc.el (with-vc-properties): Don't bind `filename' locally.
97 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
98 to avoid name clashes. Fix `lisp-indent-function' property for
99 both.
100
101 2001-11-23 Francesco Potorti` <pot@gnu.org>
102
103 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
104
105 2001-11-22 Colin Walters <walters@debian.org>
106
107 * calc/calc-misc.el (report-calc-bug):
108 Use `reporter-prompt-for-summary-p'.
109
110 * calc/INSTALL, calc/Makefile: Remove.
111
112 2001-11-22 Miles Bader <miles@gnu.org>
113
114 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
115 (reb-match-2, reb-match-3): Add dark-background variants.
116
117 2001-11-22 Colin Walters <walters@debian.org>
118
119 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
120 (info "Calc").
121 (report-calc-bug): Use reporter.el.
122
123 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
124
125 2001-11-21 Richard M. Stallman <rms@gnu.org>
126
127 * which-func.el (which-function): Call imenu--make-index-alist
128 if necessary to get a list of functions.
129 (which-function-imenu-failed): New variable.
130 (which-func-update): Handle all visible windows.
131 (which-func-update-1): New subroutine broken out of which-func-update.
132
133 * files.el (temporary-file-directory, null-device)
134 (small-temporary-file-directory): Definitions moved up.
135
136 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
137 (cperl-non-problems, cperl-praise): Doc fixes.
138
139 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
140 (sh-mode-syntax-table): Function restored.
141 Variable set up for use by function sh-mode-syntax-table.
142 (sh-set-shell): Set the syntax table.
143
144 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
145
146 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
147
148 * international/encoded-kb.el: Don't alter minor-map-alist.
149
150 2001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
151
152 * files.el (auto-save-file-name-transforms): Put remote files in
153 temporary-file-directory rather than /tmp.
154
155 2001-11-21 Colin Walters <walters@debian.org>
156
157 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
158 of (function ...) wrapper.
159
160 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
161
162 * derived.el (define-derived-mode): Create the abbrev-table
163 from inside the `defvar'.
164
165 * jit-lock.el (jit-lock-defer-time): New var.
166 (jit-lock-defer-timer, jit-lock-buffers): New vars.
167 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
168 (jit-lock-function): Defer fontification if requested.
169 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
170 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
171 text property.
172 (jit-lock-deferred-fontify): New fun.
173
174 2001-11-20 Richard M. Stallman <rms@gnu.org>
175
176 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
177 Set local-abbrev-table to lisp-mode-abbrev-table.
178
179 * emacs-lisp/re-builder.el (reb-mode):
180 Don't use define-derived-mode. Call kill-all-local-variables.
181
182 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
183 Don't use define-derived-mode.
184
185 * help-mode.el (help-mode): Undo 2001-10-07 change.
186
187 * replace.el (occur-mode): Undo 2001-5-20 change.
188
189 2001-11-20 Jason Rumney <jasonr@gnu.org>
190
191 * w32-fns.el (w32-system-coding-system): Change to an alias for
192 locale-coding-system.
193 (set-w32-system-coding-system): Document the above change.
194 Set locale-coding-system instead.
195
196 2001-11-20 Richard M. Stallman <rms@gnu.org>
197
198 * ruler-mode.el: Add pagination.
199 (ruler-mode-toggle-show-tab-stops): No need to
200 test `ruler-mode' variable.
201
202 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
203
204 * play/landmark.el: Mark lm-mode as special.
205
206 * play/gomoku.el: Mark gomoku-mode as special.
207
208 2001-11-20 Juanma Barranquero <lektu@terra.es>
209
210 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
211 (top-level): Bind it to C-c C-b.
212 (re-builder): Don't re-enter RE Builder Mode.
213
214 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
215
216 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
217
218 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
219 `manual-program'.
220
221 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
222 to a line without a comment.
223
224 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
225
226 * dired.el (dired-listing-switches): Mention in the doc string
227 that some switches are not supported by ls-lisp.el
228
229 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
230
231 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
232 (imenu--create-keymap-2): Remove.
233 (imenu--create-keymap-1): Simplify, remove third argument.
234 (imenu--generic-function): Use dolist.
235 (imenu-find-default): New function.
236 (imenu--completion-buffer): Use it.
237 (imenu--mouse-menu): Use popup-menu.
238 (imenu--menubar-select): Return t rather than calling imenu.
239
240 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
241 New functions, extracted from fill-region-as-paragraph.
242 (fill-region-as-paragraph): Use them.
243 Use an end marker instead of eob.
244 Ignore whitespace-only fill-prefixes when indenting according to mode.
245 Simplify the loop that searches for spaces backwards.
246
247 * textmodes/picture.el (picture-vertical-step)
248 (picture-horizontal-step): Don't use defconst for variables.
249
250 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
251 (mail-extract-address-components): Downcase domain names.
252 (mail-extr-delete-char): Remove. Use delete-char instead.
253
254 * emulation/pc-select.el: Doc string fixes.
255 (pc-selection-mode): Don't treat macos as a tty.
256
257 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
258
259 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
260
261 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
262 (mouse-wheel-progessive-speed): New var.
263 (mwheel-scroll): Use it and handle float values.
264
265 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
266
267 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
268 (iswitchb): Fix the case where the result was selected with the mouse.
269 (iswitchb-completion-help): Use the normal *Completions* now that
270 mouse selection works.
271 (iswitchb-minibuffer-setup): Simplify.
272
273 * newcomment.el (comment-column, comment-style, comment-multi-line)
274 (comment-auto-fill-only-comments): Remove :group arg.
275 (comment-padding): Add :type.
276 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
277 if called interactively.
278
279 2001-11-19 Colin Walters <walters@verbum.org>
280
281 * calc/calc.el (toplevel): Add comment and version header.
282 (calc-init-base): Bump version to 2.02f, update date.
283
284 2001-11-19 Richard M. Stallman <rms@gnu.org>
285
286 * net/browse-url.el: Support Mozilla and Galeon.
287 By default, find the installed browser whichever it is.
288 (browse-url-mozilla): New function.
289 (browse-url-mozilla-sentinel): New function.
290 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
291 (browse-url-default-browser): New function.
292 (browse-url-process-environment): Use browse-url-browser-display.
293 (browse-url-browser-display): Renamed from browse-url-netscape-display.
294 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
295 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
296 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
297 (browse-url-browser-function): New default, new options.
298
299 2001-11-19 Sam Steingold <sds@gnu.org>
300
301 * bindings.el (last-buffer, unbury-buffer): New function.
302 (mode-line-unbury-buffer): Use `unbury-buffer'.
303
304 2001-11-18 Stephen Eglen <stephen@gnu.org>
305
306 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
307 control behaviour when no further completion is possible.
308
309 2001-11-19 Colin Walters <walters@verbum.org>
310
311 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
312 (math-showing-full-precision, math-with-extra-prec, math-working)
313 (calc-with-default-simplification)
314 (calc-with-trail-buffer): Use backtick.
315 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
316 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
317 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
318 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
319 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
320 (Math-num-integerp, Math-bignum-test, Math-equal-int)
321 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
322 (calc-record-compilation-date-macro): Deleted. Callers updated.
323 (math-format-radix-digit): Move to calc-bin.el.
324
325 * calc/calc.el (calc-record-compilation-date): Remove.
326 (calc-bug-address): Update.
327 (calc-settings-file): Use `user-init-file'.
328
329 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
330 Handle null `calc-settings-file'.
331
332 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
333 * calc/calc-keypd.el (calc-keypad-mode): New.
334 (calc-do-keypad): Use it.
335 (calc-keypad-map): Move into `calc-keypad-mode'.
336
337 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
338 to defalias argument.
339
340 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
341 (calcFunc-floor): Ditto.
342
343 * calc-units.el (calcFunc-usimplify): Ditto.
344
345 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
346 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
347 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
348 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
349 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
350 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
351 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
352 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
353 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
354 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
355 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
356 and move them before their first use. Use `when', `unless'.
357 Remove trailing periods from error forms. Add description and
358 headers suggested by Emacs Lisp coding conventions.
359
360 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
361
362 * newcomment.el (comment-indent):
363 Fix misindentation for comment-only lines.
364 (comment-indent-new-line): Only obey comment-multi-line if the
365 comment-ender is not the end-of-line.
366
367 2001-11-19 Richard M. Stallman <rms@gnu.org>
368
369 * net/net-utils.el (network-connection-service-abbrev-alist):
370 New variable.
371
372 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
373 Advance to start of 3rd sexp by moving fwd and backing over it.
374 At first three elements, act like defun.
375
376 * delsel.el (delete-selection-pre-hook): Handle and resignal
377 file-supersession errors to interact properly with userlock.el.
378
379 2001-11-18 Richard M. Stallman <rms@gnu.org>
380
381 * progmodes/fortran.el (fortran-mode-syntax-table):
382 Specify punctuation syntax for backslash.
383
384 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
385 All calls deleted.
386
387 * international/mule-util.el (string-to-sequence): Make it obsolete.
388 (string-to-list, string-to-vector): Implement them directly
389 using append and vconcat, not with string-to-sequence.
390
391 * startup.el (command-line): Set abbrevs-changed to nil after
392 reading the init file and the abbrevs file.
393
394 * isearch.el (isearch): Use magenta2 as bg for (background light)
395
396 2001-11-17 Richard M. Stallman <rms@gnu.org>
397
398 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
399
400 * simple.el (minibuffer-history-sexp-flag): Doc fix.
401
402 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
403
404 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
405 If set and if applicable, add a regexp to highlight defun-like
406 text inside comments and strings.
407 (font-lock-fontify-keywords-region): Pass that new arg.
408 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
409 to the end and pass that new arg.
410 (c-font-lock-keywords-2): Fix regex for labels.
411 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
412 Make it work when LIMIT is several lines further.
413 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
414 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
415 Use backquote and make the regexes for `int a, b, c;' work on
416 multiple lines.
417
418 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
419 (font-lock-defaults-alist): Don't change it any more.
420 (reb-subexp-mode-map): Cleanup.
421
422 * custom.el (custom-current-group-alist): New var.
423 (custom-declare-group): Set it.
424 (custom-current-group): New fun.
425 (custom-declare-variable, custom-handle-all-keywords):
426 Use it as a default if no :group argument is specified.
427
428 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
429 (standard-keyboard-coding-systems): New var.
430 (set-locale-environment): Use it to decide whether or not to call
431 set-keyboard-coding-system.
432 (locale-language-names): Use \"French\" for "fr".
433
434 2001-11-17 Richard M. Stallman <rms@gnu.org>
435
436 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
437 (add-to-list): Delete compatibility code.
438 (checkdoc-next-message-error): Doc fix.
439
440 2001-11-17 Stephen Eglen <stephen@gnu.org>
441
442 * locate.el (locate): Show default locate pattern within the
443 prompt, but don't insert it into the minibuffer contents.
444 Catch the case when pattern is the empty string.
445
446 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
447
448 * language/european.el ("French"): New language environment.
449
450 2001-11-16 Richard M. Stallman <rms@gnu.org>
451
452 * calendar/todo-mode.el (todo-save): Fix previous change.
453
454 * subr.el (functionp): Do use cdr-safe on object.
455
456 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
457
458 * bindings.el (mode-line-mode-name): Only put the help-echo property
459 if the local-map property was put as well.
460 (global-map): Bind switch-frame, delete-frame, iconify-frame
461 and make-frame-visible events.
462
463 * emacs-lisp/elp.el (elp-not-profilable): New var.
464 (elp-not-profilable-p): New function.
465 (elp-instrument-function): Use it. Use backquotes and push.
466
467 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
468 (byte-stack+-info, byte-compile-last-warned-form)
469 (byte-compile-last-logged-file): Don't defconst a variable.
470 (no-byte-compile): Declare.
471 (byte-compile-file): Don't boundp-check no-byte-compile any more.
472 (byte-compile-defvar): Leave defconst as is.
473
474 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
475 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
476 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
477 (edebug-best-error): Don't defconst a variable.
478 (edebug-read-syntax-table): Use a char-table.
479 (edebug-lemacs-specific): Remove.
480 Toplevel: Eliminate check for Lucid Emacs.
481
482 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
483
484 * rect.el (move-to-column-force): Mark obsolete.
485 (operate-on-rectangle, delete-extract-rectangle-line)
486 (insert-rectangle, delete-whitespace-rectangle-line)
487 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
488 (string-rectangle-history): New var.
489 (string-rectangle, string-insert-rectangle): Use it.
490 (delete-rectangle-line): Fix pos/column mixup and simplify.
491
492 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
493 (normal-top-level, command-line, command-line-1): Simplify.
494
495 * tar-mode.el (tar-mode): Use define-derived-mode.
496
497 * view.el (view-mode-enable): Don't use make-local-hook.
498
499 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
500
501 2001-11-16 Richard M. Stallman <rms@gnu.org>
502
503 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
504 if it doesn't make sense as anything else.
505 Don't recognize a "telephone number" at the beginning of the name.
506 (mail-extr-leading-garbage): Match non-word characters only.
507
508 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
509
510 * startup.el (command-line-processed): Doc fix.
511
512 * apropos.el (apropos-next-label-button): Doc fix.
513
514 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
515
516 * comint.el (comint-mode): Simplify.
517 (make-comint-in-buffer): Run `comint-mode' only if necessary.
518
519 * subr.el (eval-after-load): Make it work with features as well.
520
521 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
522
523 * international/mule-cmds.el (describe-input-method): Setup xref.
524 (set-language-environment): Use functionp.
525 (locale-language-names, locale-charset-language-names)
526 (locale-preferred-coding-systems): Defconst and purecopy.
527
528 * language/european.el (mac-roman): Add mime-charset property.
529
530 2001-11-15 Richard M. Stallman <rms@gnu.org>
531
532 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
533 (multiple-value-apply, nth-value): Use defsubst rather than defalias
534 to get better doc strings.
535
536 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
537
538 * derived.el: Fix autoload cookie.
539
540 2001-11-15 Richard M. Stallman <rms@gnu.org>
541
542 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
543
544 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
545
546 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
547
548 2001-11-15 Richard M. Stallman <rms@gnu.org>
549
550 * dired.el (dired-undo): Display a message to explain
551 that this does not undo file system changes.
552
553 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
554
555 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
556 into `unread-command-events' instead of trying keymap
557 lookups ourselves. This makes mouse-clicks do the right
558 thing even when keymaps of overlays are involved.
559 (mouse-drag-drag): Likewise.
560
561 2001-11-15 Andreas Schwab <schwab@suse.de>
562
563 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
564 characters and append anchor to pattern added to auto-mode-alist.
565
566 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
567
568 * server.el (server-process-filter): Run pore/post-comment-hook
569 before/after visiting the file.
570
571 * info-look.el (makefile-mode): Add info for automake.
572 (autoconf-mode): Fix the name of the index for automake.
573
574 * international/latin-9.el: Give pilcrow punctuation syntax.
575
576 2001-11-15 Andre Spiegel <spiegel@gnu.org>
577
578 * vc.el: Documentation fixes.
579
580 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
581
582 * smerge-mode.el (smerge-match-conflict): Fix typo.
583 (smerge-diff): Be careful to read match-data early enough.
584
585 2001-11-14 Colin Walters <walters@verbum.org>
586
587 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
588 (calcFunc-subst): Use `defalias' instead of `fset' and
589 `symbol-function'.
590
591 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
592 (calcFunc-ceil, calcFunc-round): Ditto.
593
594 * calc/calc-bin.el (calcFunc-clip): Ditto.
595
596 * calc/calc-ext.el (calcFunc-evalv): Ditto.
597
598 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
599
600 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
601 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
602
603 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
604
605 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
606 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
607 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
608 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
609 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
610 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
611 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
612 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
613 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
614 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
615 * calcsel2.el: Style cleanup; don't put closing parens on their
616 own line, add "foo.el ends here" to each file, and update
617 copyright date.
618
619 * README: Update maintainer.
620
621 2001-11-13 Alan Shutko <ats@acm.org>
622
623 * compile.el (recompile): Use compilation-arguments if set, so as
624 to be able to M-x recompile the exact command which created a
625 compilation-mode buffer.
626
627 2001-11-13 Richard M. Stallman <rms@gnu.org>
628
629 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
630
631 2001-11-13 Gerd Moellmann <gerd@gnu.org>
632
633 * mouse.el (mouse-drag-region): Don't run the up-event
634 handler if window start changed due to the down-mouse event.
635
636 2001-11-13 Richard M. Stallman <rms@gnu.org>
637
638 * mouse.el (mouse-show-mark): Either move point to the mark
639 or use highlighting, never both.
640 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
641
642 2001-11-13 Simon Josefsson <jas@extundo.com>
643
644 * mail/smtpmail.el (top-level): Change maintainer to Simon
645 Josefsson, cleanup the smtpmail.el header.
646
647 * mail/smtpmail.el (top-level): Don't require cl or base64.
648 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
649 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
650 Defsubst instead of defmacro.
651 (smtpmail-intersection): Return value in reverse order.
652 (smtpmail-open-stream): Use stringp instead of string-to-list.
653 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
654 separated from smtpmail-via-smtp.
655
656 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
657 rfc2104. Require base64 and cl.
658 (smtpmail-smtp-service): Doc fix. :type fix.
659 (smtpmail-debug-info): Doc fix.
660 (smtpmail-debug-verb, smtpmail-auth-credentials)
661 (smtpmail-starttls-credentials, smtpmail-auth-supported):
662 New variables.
663 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
664 mail-utils (it is autoloaded).
665 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
666 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
667 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
668 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
669 (smtpmail-via-smtp): Support AUTH.
670 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
671
672 2001-11-13 Richard M. Stallman <rms@gnu.org>
673
674 * ebuff-menu.el (electric-buffer-update-highlight): New function.
675 (electric-buffer-overlay): New variable.
676 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
677 (electric-buffer-list): Likewise.
678
679 2001-11-13 Per Starback <starback@ling.uu.se>
680
681 * isearch.el (isearch-whitespace-chars): Doc fix.
682 (isearch-mode): Handle negative search-slow-window-lines correctly.
683
684 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
685
686 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
687
688 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
689 From Emmanuel Briot <briot@act-europe.fr>.
690
691 2001-11-13 Colin Walters <walters@debian.org>
692
693 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
694
695 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
696 "~/.emacs"; use `read-file-name'.
697
698 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
699 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
700 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
701 * calc/calc.el: Use `frame-width' instead of `screen-width',
702 `frame-height' instead of `screen-height', and,
703 `executing-kbd-macro' instead of `executing-macro'.
704
705 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
706 correct number of arguments.
707
708 * calc/calc-aent.el (calc-do-alg-entry):
709 Use `blink-paren-function' instead of `blink-paren-hook'.
710
711 2001-11-12 Richard M. Stallman <rms@gnu.org>
712
713 * calendar/todo-mode.el (todo-save): Add save-excursion
714 and save-restriction.
715
716 * server.el (server-edit, server-done): Doc fix.
717
718 * simple.el (clone-indirect-buffer): Error if major mode symbol
719 has a no-clone-indirect property.
720 (clone-buffer): Check for obvious errors before reading clone name.
721
722 * info.el (Info-mode): Add a no-clone-indirect property.
723
724 2001-11-12 Sam Steingold <sds@gnu.org>
725
726 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
727 set-buffer-modified-p to nil after `vc-exec-after'.
728 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
729 (log-view-mode): Make read-only.
730 (log-view-current-file): Do final `expand-file-name' in the
731 current `default-directory'.
732 (log-view-current-tag): Take an optional `where' arg.
733 (log-view-diff): New user command.
734
735 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
736
737 * progmodes/cpp.el (cpp-choose-face): Fix typo.
738
739 2001-11-12 Sam Steingold <sds@gnu.org>
740
741 * emacs-lisp/cl-indent.el (toplevel): Indent properly
742 `generic-flet', `generic-labels', `with-accessors',
743 `with-condition-restarts'.
744
745 2001-11-12 Richard M. Stallman <rms@gnu.org>
746
747 * dired.el: Many trivial doc fixes.
748 (dired-get-file-for-visit): New function.
749 (dired-find-alternate-file, dired-mouse-find-file-other-window):
750 (dired-view-file, dired-find-file-other-window, dired-display-file):
751 (dired-find-file): Use dired-get-file-for-visit.
752
753 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
754
755 * sql.el (sql-mode): Doc change.
756
757 * sql.el (sql-mode-syntax-table): The backslash is no longer an
758 escape character.
759
760 2001-11-12 Colin Walters <walters@debian.org>
761
762 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
763 (calc-do-keypad): Don't attempt to use nonexistent global
764 mouse-map, use calc-keypad-map.
765 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
766 (calc-keypad-left-click): Don't use mouse-map; update to new event
767 interface.
768 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
769 (calc-keypad-press): Use `unread-command-events' instead of
770 `unread-command-char'.
771
772 * calc/calc-ext.el (calc-init-extensions): Update autoload names
773 to match files renamed on initial calc import.
774
775 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
776
777 * textmodes/flyspell.el (flyspell-default-dictionary):
778 Fix previous change.
779
780 2001-11-12 Richard M. Stallman <rms@gnu.org>
781
782 * textmodes/flyspell.el (flyspell-default-dictionary):
783 Fix custom type.
784
785 2001-11-11 Richard M. Stallman <rms@gnu.org>
786
787 * calendar/solar.el (solar-sunrise-and-sunset):
788 Exchange the two extreme values of day-length.
789
790 * progmodes/sh-script.el (sh-must-be-shell-mode):
791 Allow modes derived from sh-mode.
792
793 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
794 Turn off error in some re-search-forward calls.
795
796 * replace.el (query-replace-skip-read-only): New variable.
797 (perform-replace): If that variable is non-nil, ignore matches
798 that have a read-only property.
799
800 * derived.el (define-derived-mode): Doc fix.
801
802 * server.el (server-buffer-done): Test of server-existing-buffer
803 was backwards.
804 (server-existing-buffer): Doc fix.
805
806 * textmodes/flyspell.el (flyspell-default-dictionary):
807 Allow nil as value, and make nil the default.
808
809 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
810
811 * subdirs.el: Regenerated.
812
813 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
814 it is not fboundp.
815 (clipboard-yank): Ditto.
816
817 2001-11-11 Colin Walters <walters@verbum.org>
818
819 The following changes are based on patches from
820 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
821 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
822
823 * calc/calc.el (toplevel): Require calc-macs.
824 (calc-minibuffer-size): New.
825 (calcDigit-nondigit): Use it instead of `buffer-size'.
826 (calcDigit-backspace): Likewise.
827 (calcDigit-nondigit): Use `minibuffer-contents' instead of
828 `buffer-string'.
829 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
830 `point-min'.
831 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
832 `save-excursion'.
833
834 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
835 simple `setq' form.
836
837 * calc/calc-ext.el: (toplevel): Require calc.
838 (calc-fancy-prefix-map): New.
839 (calc-fancy-prefix): Use it.
840 (calc-fancy-prefix-other-key): New.
841
842 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
843 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
844 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
845 (calcAlg-enter): Likewise.
846 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
847
848 2001-11-10 Richard M. Stallman <rms@gnu.org>
849
850 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
851 (quietly-read-abbrev-file): Doc fix.
852
853 * startup.el (command-line): Read standard abbrev
854 file (abbrev-file-name), if it exists.
855
856 * files.el (save-abbrevs): Default value is t.
857
858 * progmodes/compile.el (compile-goto-error): Fix previous change
859 in the case where subsequent errors have not been parsed yet
860 because they are in a different source file.
861
862 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
863
864 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
865 Merge two regular expressions into one.
866 (ps-mode): Make local bindings for `comment-start' and
867 `comment-start-skip'.
868 (ps-mode-looking-at-nested): Simplify an if-else construct;
869 use `set-match-data' to set the result.
870
871 2001-11-10 Richard M. Stallman <rms@gnu.org>
872
873 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
874 Function deleted.
875 (flyspell-correct-word): Old definition deleted.
876 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
877 All references renamed too.
878
879 2001-11-10 Gerd Moellmann <gerd@gnu.org>
880
881 * Makefile.in (finder_setwins, setwins): Exclude Calc.
882
883 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
884
885 * wid-edit.el (checklist): Removed `:menu-tag'.
886 (radio-button-choice): Ditto.
887 (editable-list): Ditto.
888
889 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
890
891 * play/gomoku.el: Move definitions of constants to the beginning
892 of file, before their use.
893
894 2001-11-09 Richard M. Stallman <rms@gnu.org>
895
896 * textmodes/flyspell.el: Use the keymap property
897 instead of local-map, and don't use a minor-mode map.
898 (flyspell-mode-map): Variable deleted.
899 Don't mess with minor-mode-map-alist.
900 (calling add-minor-mode): Specify nil for keymap.
901 And always use add-minor-mode, now that it exists.
902 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
903 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
904 or flyspell-local-mouse-map.
905 (make-flyspell-overlay): Use flyspell-mouse-map directly.
906 (flyspell-mode): Doc fix.
907 (flyspell-mode-on): Don't call make-local-hook.
908
909 2001-11-09 Sam Steingold <sds@gnu.org>
910
911 * emacs-lisp/debug.el (debugger-make-xrefs):
912 Add buttons to all symbols.
913
914 2001-11-09 Andre Spiegel <spiegel@gnu.org>
915
916 * vc.el: Add John David Smith to credits.
917
918 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
919
920 * vc-hooks.el (vc-error-occured): Backquotified.
921 (vc-file-prop-obarray): Use prime length for better efficiency.
922
923 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
924
925 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
926
927 * info.el (Info-file-list-for-emacs): Add entries for Calc.
928
929 2001-11-09 Miles Bader <miles@gnu.org>
930
931 * subr.el (functionp): Don't consider macros as functions.
932
933 2001-11-08 Miles Bader <miles@gnu.org>
934
935 * subr.el (functionp): Make work correctly for macros and unbound
936 symbols.
937
938 * comint.el (comint-send-input): Fix description of
939 `comint-process-echoes' in the doc-string.
940
941 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
942
943 * international/mule.el (make-translation-table): Doc fix.
944 Suggested by Alex Schroeder <alex@gnu.org>.
945
946 2001-11-07 Richard M. Stallman <rms@gnu.org>
947
948 * info.el (Info-fontify-node): Highlight every third menu item.
949
950 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
951
952 * cus-edit.el (custom-face-value-create): Don't ignore the
953 `customized-face' attribute when finding the current face spec.
954
955 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
956
957 * subr.el (with-local-quit): New macro.
958 (make-syntax-table): Always inherit.
959 (functionp): Be more careful when `object' is a symbol.
960
961 * dabbrev.el (dabbrev-completion): Use "*Completions*".
962
963 2001-11-07 Paul Eggert <eggert@twinsun.com>
964
965 * dired.el (dired-move-to-filename-regexp):
966 Do not distinguish between ASCII letters and non-ASCII characters.
967 Don't allow comma except in the form "month day, year".
968 Don't allow space between month name and comma.
969 Clean up the code that checks for trailing period, comma, and space.
970 Remove now-obsolete comments, and add more commentary about
971 Japanese dates.
972 Always gobble up trailing spaces, instead of doing it only sometimes.
973
974 2001-11-07 Miles Bader <miles@gnu.org>
975
976 * paren.el (show-paren-match-face): Add dark-background variant.
977
978 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
979
980 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
981 (lisp-mode-variables): Don't set paragraph-{start,separate}.
982 Don't disable adaptive-fill-mode.
983 (lisp-fill-paragraph): Use tab-width rather than 8.
984 Prevent filling the first line of docstrings.
985
986 2001-11-06 Richard M. Stallman <rms@gnu.org>
987
988 * play/gomoku.el (gomoku): Doc fix.
989
990 * jka-compr.el (jka-compr-partial-uncompress):
991 Support an alternative of not using dd.
992 (jka-compr-dd-program): Use defcustom to define this.
993 (jka-compr-load-suffixes): Use defcustom.
994 (jka-compr-mode-alist-additions): Use defcustom.
995
996 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
997
998 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
999 Also work when LIMIT is further than the end of line.
1000
1001 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1002
1003 * international/quail.el (quail-update-leim-list-file): Print the
1004 offending file name if some of its quail-define-package forms is broken.
1005
1006 2001-11-05 Richard M. Stallman <rms@gnu.org>
1007
1008 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
1009 of the evaluated form.
1010
1011 2001-11-05 Paul Eggert <eggert@twinsun.com>
1012
1013 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
1014 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
1015 stamps always line up by default. Also, it uses a slightly
1016 different window to determine whether files are "recent".
1017
1018 2001-11-05 Andrew Innes <andrewi@gnu.org>
1019
1020 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1021 Don't attempt to remake autoloads before nuking .elc files.
1022
1023 2001-11-04 Richard M. Stallman <rms@gnu.org>
1024
1025 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
1026 previous-single-property-change or next-single-char-property-change
1027 returns nil.
1028
1029 * international/mule-cmds.el (set-locale-environment):
1030 Make it interactive; make arg optional.
1031
1032 * international/mule-diag.el (help-funs): Require help-funs.
1033
1034 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
1035
1036 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
1037
1038 2001-11-04 Miles Bader <miles@gnu.org>
1039
1040 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
1041 shadow of the splash image grey on a dark background instead of black.
1042
1043 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
1044
1045 * term.el (all faces): Don't (copy-face 'default <foo>).
1046
1047 * term/xterm.el (function-key-map):
1048 Add entry for `ESC [ 3 ~' -> <delete>
1049 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
1050 Use inheritance so that .emacs and terminfo take precedence.
1051
1052 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1053
1054 * tooltip.el (tooltip-delay): Decrease to 0.7.
1055 (tooltip-hide-delay): Enlarge to 10.
1056
1057 2001-11-03 Richard M. Stallman <rms@gnu.org>
1058
1059 * startup.el (fancy-splash-tail): Explain how to recover
1060 from a crash, if there was a crash.
1061 (command-line-1): Reorganize display of startup screen,
1062 to simplify the logic. Use a temp buffer for it.
1063
1064 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1065
1066 * frame.el (set-background-color, set-foreground-color):
1067 Call face-set-after-frame-default, to propagate the new colors to
1068 the frame's parameters alist.
1069
1070 * calendar/timeclock.el (timeclock-out): Signal an error if
1071 timeclock-last-event is nil.
1072
1073 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1074
1075 * textmodes/fill.el (fill-context-prefix): Fix braino.
1076
1077 * international/quail.el (quail-help):
1078 Use `help-buffer' and move `help-setup-xref' to beginning.
1079
1080 * international/mule-cmds.el (describe-language-environment):
1081 Use `help-buffer' and move `help-setup-xref' to beginning.
1082
1083 * international/mule-diag.el (list-character-sets)
1084 (sort-listed-character-sets, describe-character-set)
1085 (describe-coding-system, describe-fontset, list-fontsets):
1086 Use `help-buffer' and move `help-setup-xref' to beginning.
1087 (describe-char-after): Use `internal-describe-syntax-value'.
1088
1089 2001-11-02 Richard M. Stallman <rms@gnu.org>
1090
1091 * mouse.el (popup-menu): If the user refuses to select
1092 from a menu, don't try to invoke the menu.
1093
1094 2001-11-02 Miles Bader <miles@gnu.org>
1095
1096 * help-mode.el (help-xref): New button type.
1097 (help-function, help-variable, help-face, help-coding-system)
1098 (help-input-method, help-character-set, help-type, help-symbol)
1099 (help-back, help-info, help-customize-variable, help-customize-face)
1100 (help-function-def, help-variable-def): Use it as a supertype.
1101 Remove `action' property.
1102
1103 * international/mule-diag.el (describe-character-set)
1104 (describe-coding-system): Pass correct args to `help-xref-button'.
1105 (sort-listed-character-sets): New button type.
1106 (list-character-sets): Use it.
1107 (list-charset-chars): New button type.
1108 (list-character-sets-1): Use it.
1109
1110 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1111
1112 * indent.el (tab-always-indent, indent-for-tab-command):
1113 Remove redundant `never' setting.
1114
1115 * fill.el (fill-region-as-paragraph): Don't forget to skip
1116 over current whitespace before looking for a preceding space.
1117
1118 2001-11-01 Richard M. Stallman <rms@gnu.org>
1119
1120 * files.el (file-newest-backup): Don't pass backup file name
1121 thru file-name-sans-versions, because it never has version numbers.
1122
1123 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1124 to avoid ambiguous nested loops.
1125
1126 * files.el (find-file-noselect): Offer to change buffer-read-only
1127 only when the file's read-only status has changed from before
1128 as well as disagreeing with the buffer's current status.
1129 (buffer-file-read-only): New var, local in all buffers.
1130
1131 * buff-menu.el (buffer-menu): Doc fix.
1132 (buffer-menu-other-window): Doc fix.
1133 (list-buffers, list-buffers-noselect): Doc fix.
1134
1135 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1136
1137 * startup.el (command-line): If the terminal Emacs is running on
1138 has erase char set to ^H, use the Backspace key for deleting
1139 backward, and the Delete key for deleting forward.
1140
1141 2001-11-01 Miles Bader <miles@gnu.org>
1142
1143 * button.el (define-button-type): Make sure every user-defined
1144 button type has a supertype.
1145
1146 2001-10-31 Jason Rumney <jasonr@gnu.org>
1147
1148 * international/mule-cmds.el (locale-language-names): Add chs and
1149 cht as aliases for Chinese-GB and Chinese-BIG5.
1150
1151 2001-10-31 Richard M. Stallman <rms@gnu.org>
1152
1153 * bindings.el (mode-line-frame-identification): Add doc string.
1154 (mode-line-position, mode-line-modes): New variables.
1155 (mode-line-format): Use mode-line-position for the part
1156 that displays the position-in-buffer info.
1157 Use mode-line-modes for the part that displays major and minor modes.
1158
1159 2001-10-31 Sam Steingold <sds@gnu.org>
1160
1161 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1162 (debugger-setup-buffer): Call it.
1163 (debugger-mode-map): Bind RET and mouse-2.
1164
1165 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1166
1167 * startup.el: Document command line option --no-window-system
1168 instead of --no-windows.
1169
1170 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1171
1172 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1173
1174 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1175 (font-lock-defaults-alist): Use it.
1176 From David Ponce <david.ponce@wanadoo.fr>
1177
1178 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1179 output of `char-after'.
1180
1181 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1182
1183 * simple.el (reindent-then-newline-and-indent): Insert the newline
1184 before indenting the first line.
1185 (undo-get-state, undo-revert-to-state): New funs.
1186 (shell-command): Don't kill the buffer even if empty.
1187 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1188 (transpose-subr-end2): Remove.
1189 (transpose-subr): Add `special' arg and simplify.
1190 (transpose-subr-1): Rewrite.
1191 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1192 (rfc822-goto-eoh): Simplify.
1193
1194 2001-10-30 Richard M. Stallman <rms@gnu.org>
1195
1196 * enriched.el (enriched-face-ans): FIx previous change.
1197
1198 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1199
1200 * international/iso-acc.el (iso-accents-compose): Remove a
1201 superfluous setq.
1202
1203 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1204
1205 * buff-menu.el (list-buffers-noselect): If the buffer's name
1206 starts with a blank, but it visits a file, do show it (for files
1207 whose names start with a blank).
1208
1209 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1210
1211 * textmodes/fill.el (sentence-end-double-space)
1212 (sentence-end-without-period): Move to paragraphs.el.
1213 (fill-indent-according-to-mode): Change default to t.
1214 (fill-context-prefix): Simplify control-flow and use a more
1215 sophisticated merge that unifies both previous checks.
1216 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1217 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1218 (fill-nobreak-p): New fun.
1219 (fill-region-as-paragraph): Use it.
1220 Handle `fill-indent-according-to-mode' slightly differently.
1221 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1222 (fill-individual-paragraphs-citation): Fix.
1223
1224 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1225 (paragraph-start): Change default to the `text-mode' value.
1226 (sentence-end-double-space, sentence-end-without-period):
1227 Move from fill.el.
1228 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1229 rather than rebinding `paragraph-start' and `paragraph-separate'.
1230
1231 * indent.el (indent-line-function): Change default to indent-relative.
1232 (tab-always-indent): Add an `never' setting.
1233 (indent-according-to-mode): Handle `indent-relative' and
1234 `indent-relative-maybe' specially.
1235 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1236 Handle the `never' case for `tab-always-indent'.
1237 Don't call indent-according-to-mode for indent-relative' and
1238 `indent-relative-maybe'.
1239 (insert-tab): Rename `prefix-arg' to `arg'.
1240 (indent-region): Indent the first line as well.
1241 (indent-relative): Don't mark the buffer modified if the indentation
1242 is unchanged.
1243
1244 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1245 Don't set paragraph-separate. Set paragraph-start more carefully.
1246 Set indent-line-function.
1247 (paragraph-indent-text-mode): Use it and define-derived-mode.
1248 (text-mode-map): Remove the \t binding.
1249 (text-mode): Simplify now that the default is more favorable.
1250
1251 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1252
1253 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1254 If the regexp doesn't match, use a looser one.
1255 (find-variable-noselect): Add `file' argument.
1256
1257 * pcvs.el (cvs-mode-commit-hook): New hook.
1258 (cvs-mode-commit): Run it.
1259
1260 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1261
1262 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1263 (edebug-instrument-function): Use `find-function-noselect'.
1264
1265 2001-10-29 Richard M. Stallman <rms@gnu.org>
1266
1267 * term.el (term-if-emacs19): Macro deleted.
1268 Callers changed to use progn instead.
1269
1270 * frame.el (blink-cursor-mode): Doc fix.
1271
1272 * files.el (find-backup-file-name): Use make-backup-file-name.
1273
1274 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1275 window-live-p.
1276 (edebug-set-conditional-breakpoint): Unconditionally use
1277 the former Emacs >=19 definition.
1278 (edebug-mark): Define unconditionally.
1279 (edebug-eval-expression): Always call read-from-minibuffer
1280 and specify history list.
1281 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1282 edebug-set-conditional-breakpoint.
1283 (edebug-emacs-version-specific): Function deleted;
1284 do the job at top level.
1285 (edebug-emacs-19-specific): Function deleted, this is the default.
1286
1287 2001-10-29 Sam Steingold <sds@gnu.org>
1288
1289 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1290 "/cygdrive/LETTER/" pathnames.
1291
1292 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1293
1294 * faces.el (invert-face): Check for 'unspecified, not for nil,
1295 when testing whether face colors are not specified.
1296 From David.Kastrup@t-online.de (David Kastrup).
1297 (read-face-name): Doc fix.
1298 (make-face-bold, make-face-unbold, make-face-italic)
1299 (make-face-unitalic, make-face-bold-italic, invert-face):
1300 Remove trailing blank from the prompt passed to read-face-name.
1301
1302 2001-10-29 Sam Steingold <sds@gnu.org>
1303
1304 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1305 Report numbers of files skipped and failed too.
1306 (byte-compile-file): Return 'no-byte-compile for skipped files.
1307
1308 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1309
1310 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1311 and `M p'.
1312
1313 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1314
1315 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1316 as is on unread-command-events instead of `(SECOND-CHAR)'.
1317
1318 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1319
1320 * vc.el: Mention vc-*-switches in backend API documentation.
1321 (vc-annotate): Adapt doc string to recent change.
1322
1323 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1324
1325 * enriched.el (enriched-face-ans): Handle face attributes
1326 of the form `(FACE1 FACE2 ...)'.
1327
1328 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1329
1330 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1331
1332 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1333
1334 * progmodes/sql.el (sql-db2): Doc change.
1335 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1336 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1337
1338 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1339
1340 * env.el (substitute-env-vars): Don't quote argument to `rx';
1341 it's a macro.
1342
1343 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1344
1345 * cus-start.el (recursive-load-depth-limit): Added.
1346
1347 2001-10-28 Richard M. Stallman <rms@gnu.org>
1348
1349 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1350 All uses removed--assume Emacs version is >= 20.
1351
1352 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1353 by really checking that it is not version 18.
1354
1355 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1356
1357 2001-10-28 Miles Bader <miles@gnu.org>
1358
1359 * faces.el (face-attribute): Add INHERIT argument, consider face
1360 inheritance if it's non-nil.
1361 (face-attribute-merged-with): New function.
1362 (face-attribute-specified-or): New macro.
1363 (face-foreground, face-background, face-stipple): Add INHERIT
1364 argument. Use `face-attribute-specified-or'.
1365
1366 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1367
1368 * font-lock.el: Require `syntax'.
1369 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1370 Use `c-font-lock-syntactic-face-function' for c languages.
1371 (font-lock-mode): Don't unset vars when turning the mode off.
1372 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1373 (font-lock-extra-managed-props): New var.
1374 (font-lock-default-unfontify-region): Use it.
1375 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1376 Don't eval the value when there's no match.
1377 (font-lock-ppss-stats): New var.
1378 (font-lock-ppss): New fun.
1379 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1380 (font-lock-apply-highlight): Allow `highlight' to set several props.
1381 (font-lock-set-defaults): Use dolist.
1382 (font-lock-unset-defaults): Remove.
1383 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1384 Try to recognize prototypes using `foo P_ ((args))'.
1385 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1386 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1387 (c-font-lock-syntactic-face-function): New function.
1388 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1389 (c++-keywords): Use a more sophisticated regexp to handle
1390 shallowly nested templates.
1391
1392 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1393
1394 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1395 (sgml-tag): Use it. Cleanup with `cond'.
1396 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1397 Mark the overlays and only delete those that are marked.
1398 (sgml-skip-close-p): Remove.
1399 (sgml-value): Replace sgml-skip-close-p with its definition.
1400 (html-tag-alist): Use sgml-xml a bit more.
1401 (html-mode): Set sgml-empty-tags.
1402
1403 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1404 (texinfo-update-node, texinfo-sequential-node-update):
1405 Don't bind the obsolete `auto-fill-hook'.
1406 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1407 Use `set-buffer' rather than `switch-to-buffer'.
1408 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1409 Use `set-buffer' rather than `switch-to-buffer'.
1410
1411 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1412 text-mode-syntax-table.
1413 (mail-mode): Use define-derived-mode.
1414 Fix ordering of alternatives in adaptive-fill-regexp.
1415 (mail-mode-map): Don't rely on keymap's internal representation.
1416
1417 2001-10-27 Sam Steingold <sds@gnu.org>
1418
1419 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1420 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1421 (sgml-mode-common): Call it.
1422 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1423 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1424 (html-horizontal-rule, html-image, html-ordered-list):
1425 (html-unordered-list, html-list-item, html-paragraph):
1426 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1427 `html-xhtml'.
1428
1429 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1430
1431 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1432 (ifnothtml): New alias.
1433
1434 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1435
1436 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1437 (toggle-text-mode-auto-fill): Use derived-mode-p.
1438
1439 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1440
1441 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1442 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1443
1444 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1445
1446 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1447 Add make-obsolete cookies, to follow faces.el.
1448
1449 These changes avoid warnings from the byte compiler in faces.el:
1450
1451 * faces.el (internal-get-face): Use facep instead of the obsolete
1452 internal-find-face.
1453 (internal-frob-font-weight, internal-frob-font-slant):
1454 New defaliases for obsolete functions.
1455 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1456 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1457 (x-make-font-bold-italic): Use internal-frob-font-weight and
1458 internal-frob-font-slant aliases instead of the obsolete
1459 x-frob-... functions.
1460
1461 2001-10-26 Sam Steingold <sds@gnu.org>
1462
1463 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1464 DOCTYPE; set `mode-name' based on it.
1465 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1466 (sgml-tag): Close empty tags in XHTML.
1467
1468 2001-10-26 Jason Rumney <jasonr@gnu.org>
1469
1470 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1471 when UNICODE is not defined.
1472
1473 2001-10-26 Sam Steingold <sds@gnu.org>
1474
1475 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1476 be alone on the line.
1477
1478 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1479
1480 * button.el (button): Special face definition for MS-DOS terminals.
1481
1482 2001-10-26 Sam Steingold <sds@gnu.org>
1483
1484 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1485 Protect the /= test by checking that the args are non-nil.
1486 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1487
1488 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1489
1490 * textmodes/artist.el (artist-version): 1.2.4.
1491 (artist-butlast-fn): New variable.
1492 (artist-butlast): New function.
1493 (artist-ellipse-mirror-quadrant): Use it.
1494 (artist-mouse-draw-poly): Use nil for `point-list'.
1495 (artist-mouse-draw-poly): Check for point-list being nil.
1496
1497 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1498
1499 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1500 lambda expression.
1501 (ps-mode-menu-main): Submenu with options on/off was replaced with
1502 a toggle button.
1503 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1504 (ps-mode): Autoload cookie added on same line as comment
1505 (ps-mode-tabkey, ps-mode-backward-delete-char):
1506 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1507 `indent-to' with `indent-line-to'
1508 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1509 instead of `eval'.
1510 (ps-mode-print-region): Use `with-temp-buffer'.
1511 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1512 (numerous places): Add back-tick and tick around names in
1513 docstrings, fix punctuation in docstrings, remove trailing spaces.
1514
1515 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1516
1517 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1518 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1519 (sgml-font-lock-syntactic-keywords): New var.
1520 (sgml-mode-common): Drop the two args.
1521 Don't make buffer-local variables that aren't used.
1522 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1523 Don't set `before-string' props from sgml-display-text.
1524 (sgml-mode): Use define-derived-mode.
1525 (sgml-tags-invisible): Use sgml-display-text.
1526 (sgml-quote): New command.
1527 (html-tag-alist): Add args for `span'.
1528 (html-mode): Use define-derived-mode.
1529 Set sgml-display-text and sgml-tag-face-alist.
1530
1531 2001-10-25 Sam Steingold <sds@gnu.org>
1532
1533 * add-log.el (add-log-always-start-new-record): New user option.
1534 (add-change-log-entry): Use it.
1535
1536 2001-10-25 Richard M. Stallman <rms@gnu.org>
1537
1538 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1539 bind case-fold-search if FROM is not all lower case.
1540
1541 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1542
1543 * startup.el (normal-top-level): Check for frame-initial-frame
1544 only if it's really used.
1545
1546 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1547
1548 * progmodes/compile.el (compilation-parse-errors-filename-function):
1549 New variable.
1550 (compilation-parse-errors): Use it.
1551
1552 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1553
1554 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1555 interactively so that C-u M-C-x still does edebug.
1556 (checkdoc-sentencespace-region-engine): Don't force a double-space
1557 after `.' if it doesn't look like an end-of-sentence.
1558 (debug-ignored-errors): Add `disambiguate ...'.
1559
1560 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1561
1562 * textmodes/texinfo.el (texinfo-environments)
1563 (texinfo-environment-regexp): Hoist.
1564 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1565 Only highlight the menu name in menu items.
1566 Setup `@foo ... @end foo' as text clones.
1567 (texinfo-clone-environment): New function.
1568 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1569 (texinfo-insert-block): Simplify.
1570 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1571 the command is repeated.
1572 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1573 (texinfo-insert-@end): Simplify.
1574
1575 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1576 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1577 (texinfo-subsubsection-level-regexp)
1578 (texinfo-update-menu-same-level-regexps)
1579 (texinfo-update-menu-higher-regexps)
1580 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1581
1582 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1583 (derived-mode-p): Autoload.
1584
1585 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1586 New vars and functions.
1587 (text-clone-maintain, text-clone-create): New functions.
1588
1589 2001-10-25 Miles Bader <miles@gnu.org>
1590
1591 * facemenu.el (facemenu-add-new-face): Fix variable names.
1592
1593 2001-10-24 Richard M. Stallman <rms@gnu.org>
1594
1595 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1596 of t and nil values.
1597 (facemenu-set-face): Handle START and END interactively.
1598 (facemenu-set-foreground): Don't use a face; specify color directly.
1599 (facemenu-set-background): Likewise.
1600 (facemenu-set-face-from-menu): Doc fix.
1601 (facemenu-active-faces): Use face-attribute-vector
1602 to handle bare attributes not in faces.
1603 (facemenu-get-face): Don't handle face names fg:... and bg:...
1604 specially.
1605 (facemenu-add-new-face): New argument MENU.
1606 New way to handle adding colors to the color menus.
1607
1608 * env.el (substitute-env-vars): Quote the arg to rx.
1609
1610 2001-10-24 Sam Steingold <sds@gnu.org>
1611
1612 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1613 Control" and "SGML" groups.
1614
1615 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1616
1617 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1618 Better handling of C++ template args to avoid confusion with `<'
1619 and `>' used as operators in member init expressions.
1620
1621 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1622
1623 * replace.el (perform-replace): Move START and END parameters
1624 to the end of the argument list and make them optional.
1625
1626 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1627 perform-replace.
1628
1629 * international/fontset.el (x-must-resolve-font-name): New function.
1630 (x-complement-fontset-spec): Use it.
1631
1632 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1633
1634 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1635
1636 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1637 Turn caadr into caar of cdr.
1638
1639 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1640
1641 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1642 of mouse-{1,2} since dragging is on the down event.
1643
1644 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1645
1646 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1647 if ARG is nil.
1648
1649 * desktop.el (desktop-last-buffer): New variable.
1650 (desktop-create-buffer): Set it.
1651 (desktop-read): Bind it and switch to that buffer.
1652
1653 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1654
1655 * progmodes/compile.el (compilation-set-window-height):
1656 Select old window only if it's still live.
1657
1658 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1659
1660 * help-mode.el (help-buffer): Remove debugging code.
1661 From Stefan Monnier <monnier@cs.yale.edu>.
1662
1663 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1664
1665 * files.el (file-name-sans-extension, file-name-extension):
1666 Don't count the leading dots in file names as signaling an extension.
1667
1668 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1669
1670 * vc.el (vc-diff-switches): Doc rewritten.
1671
1672 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1673
1674 * tooltip.el (tooltip-set-param): Doc fix.
1675
1676 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1677 127 to sgml-maybe-name-self.
1678 (sgml-name-8bit-mode): Doc fix.
1679 (sgml-char-names-table): New variable.
1680 (sgml-name-char): Support non-ASCII and mule-unicode-*
1681 characters. Doc fix.
1682 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1683
1684 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1685 doc string the effect of `left' and `top' parameters in
1686 tooltip-frame-parameters, the default values, and the units.
1687 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1688 (tooltip-show): Mention in the doc string the `top' and `left'
1689 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1690
1691 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1692
1693 Add autoscaling support for vc-annotate.
1694 From J.D. Smith <jdsmith@alum.mit.edu>.
1695
1696 * vc.el (vc-annotate-display-default): Accept colormap scaling
1697 ratio (now deprecated).
1698 (vc-annotate-display-autoscale): Added.
1699 (vc-annotate-add-menu): New autoscaling menu options "Span to
1700 Oldest" and "Span Oldest->Newest". Easymenu support added for
1701 toggle menus driven by customize variable `vc-annotate-display-mode'.
1702 (vc-annotate-display-select): Added.
1703 (vc-annotate): Changed temp-buffer-show-function to
1704 `vc-annotate-display-select'.
1705 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1706 Added argument OFFSET. Instead of backend function, calls now
1707 generic `vc-annotate-difference'.
1708 (vc-annotate-difference): Added as generic function instead of
1709 backend-specific function. No longer takes argument POINT, but
1710 instead accepts a time OFFSET.
1711 (vc-default-annotate-current-time): Added.
1712
1713 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1714 version in vc.el, with
1715 (vc-cvs-annotate-current-time): Added, as override of default.
1716 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1717 `vc-cvs-annotate-difference'.
1718
1719 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1720
1721 * saveplace.el (save-place): Require `saveplace'.
1722
1723 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1724 Use `sexp' for :value-type instead of `face'.
1725
1726 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1727
1728 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1729 regexps due to 5-digit message IDs.
1730
1731 2001-10-21 Jason Rumney <jasonr@gnu.org>
1732
1733 * term/w32-win.el (redisplay-dont-pause): Don't set.
1734
1735 2001-10-21 Miles Bader <miles@gnu.org>
1736
1737 * help-funs.el (help-manyarg-func-alist): Variable removed.
1738
1739 2001-10-21 Miles Bader <miles@gnu.org>
1740
1741 * help-funs.el (help-manyarg-func-alist): Remove entries for
1742 `insert', `insert-and-inherit', `insert-before-markers',
1743 `insert-before-markers-and-inherit', `message', `message-box',
1744 `message-or-box', `propertize', `format', `encode-time', `append',
1745 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
1746 `insert-string', `ml-if', `ml-provide-prefix-argument', and
1747 `ml-prefix-argument-loop'.
1748
1749 2001-10-21 Andre Spiegel <spiegel@gnu.org>
1750
1751 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
1752 (vc-default-diff-tree): New functions.
1753 (vc-version-diff): Use them. As a result, coding systems are now
1754 set up properly for all sorts of diffs, and tree diffs can now
1755 also be done locally.
1756 (vc-diff): With a prefix argument, don't require that it's called
1757 from a buffer under version control.
1758 (diff-switches): Remove duplicate definition.
1759
1760 * vc-cvs.el (vc-cvs-diff-tree): New function.
1761
1762 2001-10-21 Miles Bader <miles@gnu.org>
1763
1764 * help-funs.el (help-manyarg-func-alist): Remove entries for
1765 `list', `vector', `make-byte-code', `call-process',
1766 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
1767 `logand', `logior', and `logxor'.
1768
1769 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
1770 image bits to compensate. Use `make-string' instead of
1771 `make-bool-vector' (XBM apparently wants byte-aligned rows).
1772
1773 2001-10-20 Kim F. Storm <storm@cua.dk>
1774
1775 * simple.el (kill-ring-save): Don't show extent of copied region
1776 if using transient-mark-mode and region is fully visible.
1777
1778 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1779
1780 * (Version 21.1 released.)
1781
1782 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1783
1784 * files.el (auto-mode-alist): Associate .indent.pro with
1785 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
1786
1787 2001-10-18 Sam Steingold <sds@gnu.org>
1788
1789 Put the *Compile-Log* buffer in `compilation-mode'.
1790 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
1791 (byte-compile-log-1, byte-compile-log-file)
1792 (displaying-byte-compile-warnings): Use it
1793
1794 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
1795
1796 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
1797
1798 * xml.el (xml-parse-tag): Use eq on char-after's return value.
1799
1800 2001-10-18 Gerd Moellmann <gerd@gnu.org>
1801
1802 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
1803
1804 * obsolete/hilit19.el (hilit-lookup-face-create):
1805 Call set-face-font only if display-graphic-p.
1806 (toplevel): Remove references to window-system.
1807
1808 2001-10-18 Miles Bader <miles@gnu.org>
1809
1810 * simple.el (what-line): Avoid problems with field properties.
1811
1812 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1813
1814 * wid-edit.el (widget-field-face, widget-single-line-field-face):
1815 Define special colors for a tty.
1816
1817 2001-10-17 Francesco Potorti` <pot@gnu.org>
1818
1819 * comint.el (comint-password-prompt-regexp): Make it less
1820 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
1821
1822 2001-10-17 John Wiegley <johnw@gnu.org>
1823
1824 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
1825 a regular file, before checking if it is a directory or symlink.
1826 This avoids a call to eshell-file-attributes, which can be
1827 expensive in some situations.
1828
1829 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
1830 customization variable, to differentiate ls-in-dired from regular
1831 uses of ls.
1832
1833 2001-10-17 Miles Bader <miles@gnu.org>
1834
1835 * custom.el (defface): Mention `:inherit' in doc-string.
1836
1837 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1838
1839 * paren.el: Update the Commentary with installation instructions.
1840
1841 2001-10-15 Dave Love <fx@gnu.org>
1842
1843 * international/mule.el (set-auto-coding): Fix regexps for local
1844 variables section not to eat newlines.
1845
1846 2001-10-15 Miles Bader <miles@gnu.org>
1847
1848 * simple.el (display-message-or-buffer): Pass the correct buffer
1849 to `display-buffer'.
1850
1851 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
1852
1853 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
1854 (executable-find): Use exec-suffixes.
1855 (executable-set-magic): Don't use make-local-hook.
1856
1857 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
1858
1859 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
1860
1861 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
1862 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
1863 Add .so to the Unix and GNU branch.
1864
1865 * international/latin-1.el:
1866 * international/latin-2.el:
1867 * international/latin-3.el:
1868 * international/latin-4.el:
1869 * international/latin-5.el:
1870 * international/latin-8.el:
1871 * international/latin-9.el: Add no-byte-compile: t, since
1872 Makefile.in instructs make-docfile to look at .el files.
1873
1874 2001-10-14 Miles Bader <miles@gnu.org>
1875
1876 * button.el (define-button-type): Allow supertype property to be
1877 specified with a keyword `:supertype' too.
1878 (button-put, make-text-button): Allow button type property to be
1879 specified using the keyword `:type' too.
1880 (button-type): New function.
1881 (button): Add `button-category-symbol' property.
1882
1883 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
1884
1885 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
1886 indent-new-comment-line from comment-indent-new-line.
1887
1888 * textmodes/refill.el (refill-mode):
1889 Bind DEL to backward-delete-char-untabify.
1890 Set backward-delete-char-untabify-method to `hungry'.
1891
1892 * textmodes/bib-mode.el (bib-mode):
1893 * play/gomoku.el (gomoku-mode):
1894 * textmodes/page-ext.el (pages-directory-mode):
1895 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
1896
1897 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
1898
1899 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
1900
1901 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1902 Handle here-docs differently.
1903 (sh-font-lock-heredoc): Remove.
1904 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
1905 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
1906 (sh-font-lock-open-heredoc): New functions.
1907 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
1908 (sh-font-lock-keywords-1): Use regexp-opt.
1909 (sh-in-comment-or-string): Use syntax-ppss.
1910 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
1911 (sh-select, sh-tmp-file): Add explicit terminating \n.
1912
1913 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
1914 Use with-current-buffer.
1915 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
1916 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
1917 filename), catch any error that occurs in `ange-ftp-cd'.
1918 If an error happened, don't bother sending `cmd' at all.
1919 Fix a parenthesis typo.
1920 (ange-ftp-write-region): Don't blindly use binary if the remote host
1921 is unix-like.
1922
1923 * play/pong.el (pong-init): Don't use make-local-hook.
1924
1925 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
1926
1927 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
1928 (viper-get-ex-address-subr): More precise addr for the $ marker
1929
1930 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1931
1932 * version.el (emacs-version): Bump to 21.1.50.
1933
1934 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1935
1936 * mail/mailalias.el (mail-directory-stream): Do not double
1937 variables in the lambda-list.
1938
1939 * play/gomoku.el (gomoku-init-display): Ditto.
1940
1941 * play/landmark.el (lm-init-display): Ditto.
1942
1943 * delim-col.el (delimit-columns-rectangle-max): Ditto.
1944 (delimit-columns-rectangle-line): Ditto.
1945
1946 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
1947
1948 * newcomment.el (comment-region-internal): Don't rebind
1949 invisibility_spec now that the C routines handle it correctly.
1950
1951 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
1952
1953 * frame.el (special-display-popup-frame): Obey new specs `same-window'
1954 and `same-frame'.
1955
1956 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
1957
1958 * simple.el (minibuffer-local*-map): Remove redundant bindings.
1959
1960 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
1961 C-p and C-r. Remove redundant bindings from inheriting maps.
1962
1963 * progmodes/cperl-mode.el: Merged in changes from v4.32.
1964 After 4.23 and: After 4.24:
1965 (cperl-contract-levels): Restore position.
1966 (cperl-beautify-level): Likewise.
1967 (cperl-beautify-regexp): Likewise.
1968 (cperl-commentify): Rudimental support for length=1 runs
1969 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
1970 After 4.25:
1971 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
1972 (imenu-example--create-perl-index): Was not enforcing
1973 syntaxification-to-the-end.
1974 (cperl-invert-if-unless): Allow `for', `foreach'.
1975 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
1976 Mark qw(), m()x as indentable.
1977 (cperl-init-faces): Highlight `sysopen' too.
1978 Highlight $var in `for my $var' too.
1979 (cperl-invert-if-unless): Was leaving whitespace at end.
1980 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
1981 (cperl-calculate-indent): Remove old commented out code.
1982 Support (primitive) indentation of qw(), m()x.
1983 After 4.26:
1984 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
1985 q [] with intervening newlines.
1986 (cperl-autoindent-on-semi): New customization variable.
1987 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
1988 (cperl-tips): Mention how to make CPerl the default mode.
1989 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
1990 (cperl-outline-level): New function.
1991 (cperl-highlight-variables-indiscriminately): New customization var.
1992 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
1993 From Sean Kamath <kamath@pogo.wv.tek.com>.
1994 (cperl-after-block-p): Support CHECK and INIT.
1995 (cperl-init-faces, cperl-short-docs): Likewise and "our".
1996 From Doug MacEachern <dougm@covalent.net>.
1997 After 4.27:
1998 (cperl-find-pods-heres): Recognize \"" as a string.
1999 Mark whitespace between q and [] as `syntax-type' => `prestring'.
2000 Allow whitespace between << and "FOO".
2001 (cperl-problems): Remove \"" and q [] with intervening newlines.
2002 Mention multiple <<EOF as unsupported.
2003 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
2004 (cperl-indent-parens-as-block): New configuration variable.
2005 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
2006 Use `cperl-indent-parens-as-block'.
2007 (cperl-find-pods-heres): Test for =cut without empty line instead of
2008 complaining about no =cut.
2009 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
2010 (cperl-find-pods-heres): Likewise.
2011 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
2012 POD could've been marked as comment already.
2013 (cperl-unwind-to-safe): Unwind before start of POD too.
2014 After 4.28:
2015 (cperl-forward-re): Throw an error at proper moment REx unfinished.
2016 After 4.29:
2017 (x-color-defined-p): Make an extra case to peacify the warning.
2018 Toplevel: `defvar' to peacify the warnings.
2019 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
2020 No -nw-compile time warnings now.
2021 (cperl-find-tags): TAGS file had too short substring-to-search.
2022 Be less verbose in non-interactive mode
2023 (imenu-example--create-perl-index): Set index-marker after name
2024 (cperl-outline-regexp): New variable.
2025 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
2026 (cperl-mode): Made use `cperl-outline-regexp'.
2027 After 4.30:
2028 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
2029 (cperl-outline-level): Make start-of-file same level as `package'.
2030 After 4.31:
2031 (cperl-electric-pod): `head1' and `over' electric only if empty.
2032 (cperl-unreadable-ok): New variable.
2033 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
2034 on an unreadable file.
2035 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
2036 on an unreadable directory.
2037
2038 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2039 Consider the text between two errors as belonging to the first error.
2040 (compilation-goto-locus): Use pop-to-buffer rather than
2041 switch-to-buffer-other-frame.
2042
2043 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
2044 (awk-font-lock-syntactic-keywords): New var.
2045 (awk-mode): Use it.
2046
2047 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
2048
2049 * faces.el (describe-face): Call help-setup-xref earlier.
2050
2051 * jka-compr.el (jka-compr-load-suffixes): New var.
2052 (jka-compr-install): Add its content to load-suffixes.
2053 (jka-compr-uninstall): Remove its content from load-suffixes.
2054
2055 2001-10-12 Sam Steingold <sds@gnu.org>
2056
2057 * bindings.el (completion-ignored-extensions): CL-related
2058 extensions are platform-independent.
2059
2060 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2061 asynchronous multiple file copying.
2062
2063 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2064
2065 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2066 Turn error for repeated variables into warning.
2067
2068 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2069 New function checking that lambda-list consists of non-constant
2070 symbols, that &rest and &optional are followed by variable names,
2071 that &rest VAR is the last element, and that variables aren't doubled.
2072 (byte-compile-lambda): Use it.
2073
2074 2001-10-12 Eli Barzilay <eli@barzilay.org>
2075
2076 * calculator.el (calculator-eng-display): Don't call concat
2077 with an integer argument.
2078
2079 2001-10-12 Miles Bader <miles@gnu.org>
2080
2081 * help-mode.el (help-customize-face): New button-type.
2082
2083 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2084 (describe-face): Fix args to `help-xref-button'.
2085 Don't switch to help-buffer around call to `help-setup-xref'.
2086 Use `help-buffer' instead of hard-wired "*Help*".
2087 Require `help-mode'.
2088
2089 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2090
2091 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2092
2093 * help-mode.el (help-buffer): New function.
2094 Returns the buffer-name to use for help output.
2095 Change all the code to use it instead of hard-coding *Help*.
2096 (help-mode-map): Put back the mouse-2 binding.
2097 (help-xref-stack): Change the format and make buffer-local.
2098 (help-xref-stack-item): Make buffer-local.
2099 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2100 (help-xref-interned): Display the face doc as well.
2101 (help-follow-mouse): Re-introduce.
2102 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2103 (help-do-xref): Don't `push' any more.
2104 (help-follow): Also follow face names.
2105
2106 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2107 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2108 Autoload and cleanup.
2109 (describe-function): Call help-setup-xref.
2110 (describe-variable): Call help-setup-xref earlier.
2111
2112 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2113 (view-lossage): Call help-setup-xref correctly and earlier.
2114 (describe-bindings): Call help-setup-xref earlier.
2115 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2116 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2117
2118 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2119
2120 * master.el (master-mode): Use define-minor-mode instead of
2121 easy-mmode-define-minor-mode. Add autload cookie.
2122 (Commentary): Remove the line showing how to autoload master-mode,
2123 since it's always autoloaded.
2124
2125 * master.el: New file.
2126
2127 2001-10-11 Dave Love <fx@gnu.org>
2128
2129 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2130 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2131 <const-C varset-X const-C>: Fix car/cdr typo.
2132
2133 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2134
2135 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2136 New function extracted from byte-compile-log-1.
2137 (byte-compile-log-1): Change output to be more in line with
2138 the output of other GNU tools.
2139 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2140 (byte-compile-report-error): Downcase error message.
2141 Use `error' instead of `!!' for error messages.
2142 (byte-compile-print-syms): Treat non-interactive case specially.
2143 (displaying-byte-compile-warnings): Use backquote.
2144 (byte-compile-from-buffer): Bind byte-compile-last-line.
2145 (batch-byte-compile): Remove `Done' message.
2146
2147 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2148
2149 * emacs-lisp/copyright.el (copyright): Add final \n.
2150
2151 2001-10-11 Miles Bader <miles@gnu.org>
2152
2153 * diff.el (diff): Display default values in prompts as
2154 `(default ...)', not `(...)'.
2155
2156 * info.el (Info-follow-reference): Likewise.
2157
2158 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2159
2160 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2161
2162 * newcomment.el (comment-indent): Be a little more robust in case
2163 comment-indent-function does funny things.
2164 (comment-normalize-vars): Autoload.
2165 (comment-region-internal): Fiddle with the visibility spec.
2166 (comment-valid-prefix): New function.
2167 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2168 that would turn comment-text into non-comment-text.
2169
2170 * emacs-lisp/syntax.el: New file.
2171
2172 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2173 compatibility cruft.
2174 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2175 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2176 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2177 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2178 tcl-submit-bug-report.
2179 (tcl-mode-syntax-table): Leave \f alone.
2180 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2181 tcl-end-of-defun, tcl-submit-bug-report.
2182 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2183 (tcl-add-emacs-menu): Remove.
2184 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2185 (tcl-keyword-list): Add `chain'.
2186 (tcl-font-lock-syntactic-keywords): New variable.
2187 (tcl-pps-has-arg-6): Remove.
2188 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2189 (tcl-internal-mark-defun): Remove.
2190 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2191 (tcl-mode): Use define-derived-mode. Simplify.
2192 Set comment-indent-function.
2193 (tcl-indent-command): Use line-beginning-position and comment-indent.
2194 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2195 (tcl-indent-line): Use tcl-calculate-indent.
2196 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2197 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2198 (tcl-filter): Use with-current-buffer, simplify.
2199 (inferior-tcl-mode): Use define-derived-mode.
2200 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2201 (tcl-simple-in-comment, tcl-in-comment): Removed.
2202 (tcl-files-alist): New function.
2203 (tcl-help-snarf-commands): Use it and return the result directly
2204 rather than through a global variable.
2205 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2206 (tcl-help-on-word): Provide the default value to completing-read.
2207 (tcl-hilit): Remove.
2208 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2209 (tcl-comment-indent): New function.
2210 (tcl-submit-bug-report): Remove.
2211 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2212 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2213 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2214
2215 2001-10-10 Miles Bader <miles@gnu.org>
2216
2217 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2218 (Info-fontify-node): Don't fontify the node if it's already been done.
2219
2220 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2221
2222 * international/iso-transl.el (iso-transl-e-caret)
2223 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2224 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2225
2226 * simple.el (end-of-buffer): Fix code scrolling specially
2227 for the buffer end.
2228
2229 * startup.el (command-line-1): Bind tab-width to 8.
2230
2231 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2232
2233 * emulation/tpu-edt.el: Use defalias instead of fset for
2234 user-visible commands. From Rob Riepel
2235 <riepel@Networking.Stanford.EDU>.
2236
2237 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2238
2239 * ruler-mode.el: New file.
2240
2241 2001-10-09 Miles Bader <miles@gnu.org>
2242
2243 * apropos.el (button): New require.
2244
2245 * help-funs.el: New file, contents mostly from `help.el'.
2246 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2247
2248 * help-mode.el: New file, contents mostly from `help.el'.
2249
2250 * help.el: Don't require `view' when compiling.
2251 (help-with-tutorial, describe-function, describe-function-1)
2252 (variable-at-point, describe-variable, locate-library):
2253 Functions moved into `help-funs.el'.
2254 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2255 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2256 (help-setup-xref, help-xref-following, help-make-xrefs)
2257 (help-xref-button, help-insert-xref-button, help-xref-interned)
2258 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2259 (help-xref-on-pp): Functions moved into `help-mode.el'
2260 (help-mode-map, help-xref-stack, help-xref-stack-item)
2261 (help-highlight-p, help-highlight-face, help-back-label)
2262 (help-xref-symbol-regexp, help-xref-mule-regexp)
2263 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2264 (help-symbol, help-back, help-info, help-customize-variable)
2265 (help-function-def, help-variable-def):
2266 Button-types moved into `help-mode.el'.
2267 (load-symbol-file-load-history, symbol-file):
2268 Functions moved into `subr.el'.
2269 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2270 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2271
2272 * subr.el (symbol-file-load-history-loaded)
2273 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2274
2275 * loadup.el ("button"): Load removed.
2276
2277 * button.el (define-button-type): Respect any `supertype' property.
2278 (button-type-subtype-p, button-has-type-p): New functions.
2279
2280 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2281 dollar-signs.
2282
2283 * comint.el (comint-insert-previous-argument): New function.
2284 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2285 (comint-insert-previous-argument-last-start-pos)
2286 (comint-insert-previous-argument-last-index): New variables.
2287
2288 * apropos.el (apropos-next-label-button): Use the presence of a
2289 `apropos-label' property to detect label buttons.
2290
2291 2001-10-08 Miles Bader <miles@gnu.org>
2292
2293 * button.el (next-button, previous-button): Remove N and WRAP
2294 parameters. Don't pay attention to `skip' properties.
2295 (forward-button): Implement wrapping, iterating, and skipping here
2296 instead.
2297 (button-activate): USE-MOUSE-ACTION is optional.
2298 (button-nop): Function removed.
2299 (default-button): Use `ignore' as default button action.
2300
2301 * apropos.el (apropos-next-label-button): Update arguments to
2302 `next-button'.
2303 (apropos-symbol): Add `skip' property.
2304 (apropos-function, apropos-macro, apropos-command)
2305 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2306 (apropos-plist): New button types.
2307 (apropos-label-properties): Variable removed.
2308 (apropos-print): Pass button-type to apropos-print-doc, rather
2309 than help function and label text.
2310 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2311 Get button label from TYPE.
2312
2313 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2314
2315 * help.el (help-mode): Use define-derived-mode.
2316 (describe-mode): Add optional `buffer' arg.
2317 Use it instead of going through help-xref-mode.
2318 Avoid doubling the word `minor' when prettifying.
2319 (describe-function-1): List the corresponding key bindings.
2320 (describe-variable): Say if the var is automatically buffer-local.
2321 If the source is `loaddefs.el', look for the real source.
2322 (help-xref-mode): Remove.
2323
2324 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2325 the file says no-byte-compile.
2326
2327 2001-10-08 Miles Bader <miles@gnu.org>
2328
2329 * button.el (next-button, previous-button): Respect `skip' property.
2330
2331 2001-10-07 Miles Bader <miles@gnu.org>
2332
2333 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2334 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2335 `woman-follow-word' instead of `woman-mouse-2'.
2336 (woman-follow-word): Renamed from `woman-mouse-2'.
2337 Follow current unconditionally, since this function is now only
2338 bound to M-mouse-2. Use accessor functions.
2339 (WoMan-highlight-references): Use `make-text-button'.
2340 (woman-xref): New button type.
2341
2342 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2343 ("button"): New load, just before "help" (which uses it).
2344
2345 * help.el (help-mode-map): Make button-buffer-map our parent.
2346 Don't bind mouse events or tab/backtab.
2347 (help-function, help-variable, help-face, help-coding-system)
2348 (help-input-method, help-character-set, help-back, help-info)
2349 (help-customize-variable, help-function-def, help-variable-def):
2350 New button types.
2351 (help-button-action): New function.
2352 (describe-function-1): Pass help button-types to
2353 `help-xref-button' rather than help function and help-echo string.
2354 Don't put multiple help-function args in a list to pass them to
2355 help-xref-button, just pass them as multiple arguments.
2356 Use `help-insert-xref-button' to make [back]-button, rather than
2357 `help-xref-button'.
2358 (help-xref-button): Take a button-type TYPE as a parameter rather
2359 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2360 and add a &rest parameter ARGS to serve the same purpose.
2361 Use `make-text-button' to add the button.
2362 (help-insert-xref-button): Use `insert-text-button' to add the button.
2363 (help-follow-mouse, help-next-ref, help-previous-ref):
2364 Functions removed.
2365 (help-do-xref): New function.
2366 (help-follow): Use `push-button' and `help-do-xref' to do most of
2367 the work.
2368
2369 * apropos.el (apropos-symbol, apropos-label): New button types.
2370 (apropos-symbol-button-display-help)
2371 (apropos-label-button-display-help, apropos-next-label-button):
2372 New functions.
2373 (apropos-mode-map): Make button-buffer-map our parent.
2374 Don't bind mouse events.
2375 (apropos-print, apropos-print-doc): Create buttons instead of text
2376 properties.
2377 (apropos-mouse-follow): Function removed.
2378 (apropos-follow): Use buttons.
2379
2380 * button.el: New file.
2381
2382 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2383
2384 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2385 Remove.
2386
2387 2001-10-05 Richard M. Stallman <rms@gnu.org>
2388
2389 * add-log.el (add-change-log-entry): Skip copyright notice
2390 and copying permission notice at start of file, if any.
2391 Make use of terms "entry" and "item" accord with Emacs manual.
2392 Simplify the logic for moving point while entering or creating
2393 an entry and then an item.
2394 (add-change-log-entry-other-window): Doc fix.
2395
2396 2001-10-06 Miles Bader <miles@gnu.org>
2397
2398 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2399 removed; they apparently don't work with faces.
2400
2401 2001-10-05 Sam Steingold <sds@gnu.org>
2402
2403 * textmodes/sgml-mode.el (html-xhtml): New user option.
2404 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2405 (html-ordered-list, html-unordered-list, html-list-item)
2406 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2407 (sgml-skip-close-p): New function.
2408 (sgml-value): Use it.
2409
2410 2001-10-05 Sam Steingold <sds@gnu.org>
2411
2412 * calendar/diary-lib.el (diary-entry-compare): When times are
2413 identical, compare the entries lexicographically.
2414
2415 2001-10-06 Miles Bader <miles@gnu.org>
2416
2417 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2418 Use `minibuffer-prompt-end'.
2419
2420 * simple.el (previous-matching-history-element): Fix misplaced
2421 parentheses.
2422
2423 2001-10-05 Miles Bader <miles@gnu.org>
2424
2425 * rfn-eshadow.el: New file.
2426
2427 2001-10-05 Miles Bader <miles@gnu.org>
2428
2429 * cus-face.el (custom-face-attributes): Make sure each attribute
2430 has a valid default value. Remove hacks that mapped `nil' to
2431 `off' and used nil to mean `unspecified'. Remove `unspecified'
2432 choices from all attributes (unspecified is handled by the parent
2433 checklist).
2434 * cus-edit.el (custom-face-edit-convert-widget)
2435 (custom-face-edit-deactivate, custom-face-edit-activate)
2436 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2437 New functions.
2438 (custom-face-edit): Specify a custom :convert-widget.
2439 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2440 Don't pass in default filters that map between `nil' and `off' and
2441 `unspecified' and `nil'.
2442
2443 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2444
2445 * progmodes/compile.el (compilation-buffer-name): New function.
2446 (compile-internal): Use it to determine the name of the
2447 compilation buffer.
2448
2449 2001-10-05 Miles Bader <miles@gnu.org>
2450
2451 * progmodes/compile.el (grep-use-null-device): New variable.
2452 (grep-command): Mention `grep-use-null-device'.
2453 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2454 Make computation of `grep-command' respect `grep-use-null-device'.
2455 (grep): Respect `grep-use-null-device'.
2456 Call `grep-compute-defaults' even if grep-command is set, if
2457 grep-use-null-device is still tentative.
2458
2459 * subr.el (call-process-shell-command): New function.
2460
2461 2001-10-05 Miles Bader <miles@gnu.org>
2462
2463 * simple.el (previous-matching-history-element)
2464 (next-history-element, next-complete-history-element): Use
2465 `minibuffer-' functions instead of calling `field-' functions directly.
2466 (minibuffer-prompt-end, minibuffer-contents):
2467 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2468 Functions removed (now subrs).
2469 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2470
2471 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2472 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2473 instead of calling `field-' functions directly.
2474 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2475
2476 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2477
2478 * files.el (find-file-noselect): If file's read-only status has
2479 changed on disk, ask if buffer's read-only status should be
2480 changed, unless NOWARN is set.
2481
2482 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2483 alias for define-setf-method.
2484
2485 * bindings.el: Remove no-byte-compile from file local variables
2486 to enable bootstrapping.
2487
2488 2001-10-04 Andrew Innes <andrewi@gnu.org>
2489
2490 * faces.el (face-font-registry-alternatives) [windows-nt]:
2491 Make gb2312 an alias for gb2312.1980.
2492
2493 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2494
2495 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2496 (uniquify-reverse-components): Remove.
2497
2498 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2499 Make sure the file is readable.
2500 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2501 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2502 (batch-byte-recompile-directory): Pass arg=0.
2503
2504 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2505 (perl-calculate-indent): Use it.
2506 (perl-backward-to-noncomment): Use forward-comment.
2507
2508 * derived.el (define-derived-mode, derived-mode-make-docstring):
2509 Allow `parent' to be nil.
2510
2511 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2512 Use define-derived-mode.
2513 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2514
2515 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2516
2517 * emacs-lisp/lselect.el: Use facep iso find-face.
2518
2519 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2520 Use regexp-opt.
2521 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2522 (lisp-font-lock-syntactic-face-function): New function.
2523 (lisp-mode-variables): Use it. Make arg optional.
2524 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2525 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2526 Set comment-start-skip.
2527
2528 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2529
2530 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2531 (ignore-errors): Don't bother using a `err' symbol.
2532
2533 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2534 (autoload-insert-section-header, autoload-before-p)
2535 (autoload-remove-section): New functions.
2536 (generate-file-autoloads): Use them.
2537 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2538 Make sure the autoload file is properly formatted when creating it.
2539 (update-autoloads-from-directories): Use them as well.
2540 Only update autoloads for files whose timestamp has changed.
2541 Add a dummy entry to remember the files which had no autoload cookies.
2542
2543 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2544
2545 * subr.el (define-key-after): Allow `key' to be longer than 1.
2546 (make-local-hook): Make obsolete.
2547 (add-hook, remove-hook): Don't use make-local-hook any more.
2548 (make-syntax-table): Inherit all chars from s-s-t.
2549
2550 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2551
2552 This is a fix for a report saying that resuming a search with C-s
2553 C-s doesn't use the case-fold-search setting of the previous
2554 search (C-s ... M-c ... then C-s C-s).
2555
2556 * isearch.el (isearch-last-case-fold-search): New variable.
2557 (isearch-mode): Remember value of isearch-case-fold-search
2558 in isearch-last-case-fold-search.
2559 (isearch-done): Quote value of isearch-case-fold-search.
2560 (isearch-repeat): When resuming a search, restore
2561 isearch-case-fold-search from isearch-last-case-fold-search.
2562
2563 Added to NEWS.
2564
2565 * startup.el (inhibit-startup-buffer-menu): New user-option.
2566 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2567 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2568
2569 This allows upto 99999 messages in the summary without screwing up
2570 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2571
2572 * mail/rmailsum.el (rmail-make-summary-line)
2573 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2574 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2575 Allow 5-digit message ids instead of 4.
2576
2577 This adds expansion of environment variables in the value
2578 specified with M-x setenv. Added to NEWS.
2579
2580 * env.el (substitute-env-vars): New function.
2581 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2582 environment variables in VALUE. Return VALUE.
2583
2584 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2585
2586 * Branch for 21.1.
2587
2588 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2589
2590 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2591
2592 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2593
2594 * emulation/tpu-edt.el: Make messages match original TPU/edt
2595 editor. From riepel@Stanford.EDU (Rob Riepel).
2596
2597 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2598
2599 * rect.el: Update maintainer's email address.
2600
2601 2001-10-02 Andreas Schwab <schwab@suse.de>
2602
2603 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2604 and Extended Passive Mode, resp.
2605
2606 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2607
2608 These changes add support for Calendar-related items in the
2609 menu bar on tty's as well:
2610
2611 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2612 unconditionally.
2613 (calendar-mode): Set up activate-menubar-hook unconditionally.
2614
2615 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2616 calls x-popup-menu only if popup menus are supported.
2617 (calendar-mouse-insert-hebrew-diary-entry)
2618 (calendar-mouse-insert-islamic-diary-entry)
2619 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2620 (calendar-mouse-view-other-diary-entries)
2621 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2622 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2623 Call cal-menu-x-popup-menu instead of x-popup-menu.
2624
2625 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2626
2627 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2628
2629 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2630
2631 * emacs-lisp/rx.el: New file.
2632
2633 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2634
2635 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2636
2637 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2638
2639 * frame.el (select-frame-by-name, other-frame): Doc fix.
2640
2641 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2642
2643 * play/snake.el (snake-score-file): Use temporary-file-directory
2644 instead of a literal "/tmp". Suggested by Robert
2645 <robert@chezmarshall.freeserve.co.uk>.
2646
2647 * play/tetris.el (tetris-score-file): Ditto.
2648
2649 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2650
2651 * apropos.el (apropos-print): Make the directions inserted at the
2652 beginning of the *Apropos* buffer more clear.
2653
2654 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2655
2656 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2657 Added comments.
2658
2659 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2660
2661 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2662 "\\s-" when defining comment-end-skip.
2663
2664 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2665
2666 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2667 Call get-buffer-window first second arg `visible'.
2668
2669 * international/mule-diag.el (list-input-methods-1):
2670 Output something that's independent of Emacs' version.
2671
2672 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2673 calling byte-to-position with a nil tar-header-offset.
2674
2675 2001-09-27 Simon Josefsson <jas@extundo.com>
2676
2677 * mail/sendmail.el (send-mail-function): Doc fix.
2678 (mail-do-fcc): Error if header-end is not a marker.
2679 (mail-do-fcc): Add a comment.
2680 (mail-reply-to): Doc fix.
2681 (mail-signature): Make ATPOINT optional.
2682 (mail-yank-original): Use cond instead of nestled if.
2683
2684 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2685
2686 * info.el (Info-on-current-buffer): Default arg to "Top".
2687
2688 2001-09-25 Eli Barzilay <eli@barzilay.org>
2689
2690 * calculator.el (calculator-copy-displayer): New user-option.
2691 (calculator-displayer-prev, calculator-displayer-next):
2692 Renamed from calculator-displayed-{left,right}.
2693 (calculator, calculator-standard-displayer)
2694 (calculator-num-to-string, calculator-update-display)
2695 (calculator-copy, calculator-put-value): Bug and display fixes.
2696
2697 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2698
2699 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2700 (ebnf-version): New version (3.6.1).
2701
2702 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2703 (ebnf-bnf-non-terminal-chars): New internal const.
2704 (ebnf-bnf-lex): Fix code.
2705
2706 * ebnf-iso.el: Fix character range regexp. Doc fix.
2707 (ebnf-iso-non-terminal-chars): New internal const.
2708 (ebnf-iso-lex): Fix code.
2709
2710 * ebnf-yac.el: Fix character range regexp. Doc fix.
2711 (ebnf-yac-skip-chars): New internal const.
2712 (ebnf-yac-skip-code): Fix code.
2713
2714 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2715
2716 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2717
2718 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2719 passing it to VC.
2720
2721 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2722 case where the file is relative.
2723
2724 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2725
2726 * xml.el (xml-parse-attlist): Quotes around attributes must be the
2727 same on each side. Make sure we properly handle simple quotes.
2728 From Daiki Ueno <ueno@unixuser.org>.
2729
2730 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2731
2732 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
2733 <jas@extundo.com>.
2734
2735 * menu-bar.el (top-level): Minor fixes for text of help-echo in
2736 some items of the Options menu.
2737
2738 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
2739
2740 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
2741
2742 * vc-hooks.el (vc-delete-automatic-version-backups):
2743 Don't fail if the directory doesn't exist.
2744
2745 * diff-mode.el (diff-default-read-only): New var.
2746 (diff-mode): Use it.
2747
2748 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
2749
2750 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
2751 Use make-keymap instead of copy-keymap, since copying the global
2752 keymap messes up the menu bar.
2753
2754 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
2755 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2756
2757 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
2758
2759 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
2760
2761 * dired-aux.el (dired-insert-subdir): Pass switches to
2762 dired-build-subdir-alist.
2763
2764 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
2765
2766 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
2767 caused %#a and %#b to be mis-formatted.
2768
2769 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
2770
2771 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
2772 ccmode, emacs-mime, and eudc manuals.
2773
2774 2001-09-19 Sam Steingold <sds@gnu.org>
2775
2776 w32 find cannot be used with `grep-find'.
2777 * progmodes/compile.el (find-program): New variable.
2778 (grep-compute-defaults): Use it to set `grep-find-command'.
2779
2780 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2781
2782 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
2783
2784 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2785
2786 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
2787 programming. Doc fix.
2788 (ebnf-version): New version (3.6).
2789 (ebnf-eps-begin): Data fix.
2790 (ebnf-begin-file): Code fix.
2791
2792 * ebnf-bnf.el: Doc fix.
2793 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2794
2795 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
2796
2797 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2798
2799 * ps-print.el: Better face mapping for black/white PostScript printers.
2800 Check if mark is active when printing a region. Doc fix.
2801 (ps-print-version): New version number (6.5.5).
2802 (ps-print-color-p): Customization fix.
2803 (ps-black-white-faces): New option.
2804 (ps-black-white-faces-alist): New internal var.
2805 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
2806 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
2807 (ps-nb-pages-region): Interactive fix.
2808 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
2809 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
2810
2811 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
2812
2813 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
2814 numeric month value, and allow the Kanji character after the it to
2815 be missing (happens with ls-lisp's output on Japanese versions of
2816 MS-Windows).
2817
2818 2001-09-18 Miles Bader <miles@gnu.org>
2819
2820 * diff-mode.el (diff-mode): Don't make the buffer read-only if
2821 it's empty (and thus probably a new patch file about to be edited).
2822
2823 2001-09-17 Gerd Moellmann <gerd@gnu.org>
2824
2825 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2826 Check for '(' in column 0 of doc string.
2827
2828 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
2829 of `nth' so that using a vector as bounding-box works.
2830 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2831
2832 2001-09-17 Andre Spiegel <spiegel@gnu.org>
2833
2834 * vc.el (vc-annotate): Use current workfile version explicitly as
2835 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
2836
2837 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
2838
2839 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
2840 convert-standard-filename doesn't guarantee that the .el extension
2841 is preserved.
2842
2843 * dos-fns.el (convert-standard-filename): Replace invalid
2844 characters only after converting dash/underscore to a period.
2845 (original-make-auto-save-file-name): New.
2846 (make-auto-save-file-name): New function, overrides the definition
2847 on files.el and calls the original function via
2848 original-make-auto-save-file-name.
2849
2850 * mail/rmail.el (top-level): Require mule-utils when compiling.
2851 (rmail-decode-babyl-format): Use detect-coding-with-priority
2852 instead of detect-coding-region, to favor detection of emacs-mule
2853 encoded Babyl files written by rmailout.el etc. Suggested by
2854 Kenichi Handa <handa@etl.go.jp>.
2855
2856 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
2857
2858 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
2859 Use `equal', not `=', since the device number can be a cons cell.
2860
2861 2001-09-14 Gerd Moellmann <gerd@gnu.org>
2862
2863 * simple.el: Comment out change of 2001-09-13.
2864
2865 2001-09-13 Milan Zamazal <pdm@zamazal.org>
2866
2867 * progmodes/compile.el (grep-compute-defaults): Don't set
2868 grep-command/grep-find-command when it is already non-nil.
2869 (grep-command): Make it a user option.
2870 (grep-find-command): Likewise.
2871
2872 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
2873
2874 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
2875 inhibit quit.
2876
2877 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
2878
2879 * files.el (make-auto-save-file-name): If long file names are not
2880 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
2881 generating an auto-save file name from it.
2882
2883 2001-09-13 Gerd Moellmann <gerd@gnu.org>
2884
2885 * ps-print.el (ps-print-region, ps-print-region-with-faces)
2886 (ps-nb-pages-region): Signal an error if called interactively
2887 and the mark is not active.
2888
2889 * simple.el (minibuffer-prompt-modification)
2890 (minibuffer-prompt-insertion): New functions.
2891 (minibuffer-prompt-properties): Use `modification-hooks' and
2892 `insert-in-front-hooks'.
2893
2894 2001-09-12 Richard M. Stallman <rms@gnu.org>
2895
2896 * textmodes/outline.el (outline-regexp): Doc fix.
2897 Initialize it in the defcustom, the usual way.
2898
2899 2001-09-12 Gerd Moellmann <gerd@gnu.org>
2900
2901 * ediff-mult.el (ediff-get-meta-info): Take into account that data
2902 from `ediff-meta-info' properties need not be an overlay.
2903 From David Ponce <dponce@voila.fr>.
2904
2905 * isearch.el (isearch-intersects-p): Fix end checks.
2906
2907 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
2908
2909 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
2910 `t' branch of `cond', since Irix 6.1 and up is a special case of
2911 the standard dbx interface.
2912
2913 2001-09-11 Miles Bader <miles@gnu.org>
2914
2915 * comint.el (comint-send-input): When waiting for echoed input,
2916 don't save the expected end position in `echo-end', so that things
2917 work properly even if the buffer is modified elsewhere at the same
2918 time [this happens if `comint-truncate-buffer' is used].
2919
2920 2001-09-11 Gerd Moellmann <gerd@gnu.org>
2921
2922 * textmodes/outline.el (outline-mode): Use `^' and a shy group
2923 when constructing imenu-generic-expression from outline-regexp.
2924
2925 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2926
2927 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
2928 `equal' instead of `=', since they can be cons cells. From Nils
2929 Goesche <cartan@cartan.de>.
2930
2931 2001-09-10 Andre Spiegel <spiegel@gnu.org>
2932
2933 * vc.el (vc-annotate): Rewrote doc string.
2934
2935 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2936
2937 * time-stamp.el: Update Stephen Gildea's email address.
2938
2939 2001-09-10 Gerd Moellmann <gerd@gnu.org>
2940
2941 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
2942 enable-multibyte-characters = nil. From Hallvard B Furuseth
2943 <h.b.furuseth@usit.uio.no>.
2944
2945 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
2946
2947 * ediff-init.el (ediff-highest-priority): Bug fix.
2948
2949 * viper-cmd.el (viper-special-read-and-insert-char): New function
2950 that reads a character and uses the current input method or
2951 iso-accents when appropriate.
2952
2953 * viper.el and all others: Corrections to the comment blocks at
2954 the top.
2955
2956 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
2957
2958 * info.el (Info-goto-node): Doc fix.
2959
2960 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2961
2962 * isearch.el (isearch-intersects-p): New function.
2963 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
2964 use isearch-intersects-p, and clean up.
2965
2966 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2967
2968 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
2969 and "german8", for the new German orthography dictionaries,
2970 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
2971 the entries, to keep the line length balanced for loaddefs.el.
2972
2973 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
2974
2975 * comint.el (comint-send-input): Handle comint-process-echoes
2976 differently.
2977
2978 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2979
2980 * locate.el (locate-insert-header): Remove unnecessary whitespace.
2981
2982 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2983
2984 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
2985
2986 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2987
2988 * server.el (server-switch-buffer):
2989 * textmodes/refer.el (refer-find-entry-internal):
2990 * term/sup-mouse.el (sup-pos-to-window):
2991 * term/bg-mouse.el (bg-window-from-x-y):
2992 * emacs-lisp/edebug.el (edebug-window-live-p):
2993 Use get-window-with-predicate.
2994
2995 * window.el (get-window-with-predicate): Renamed from some-window.
2996 (some-window): Make it an alias.
2997
2998 2001-09-06 Gerd Moellmann <gerd@gnu.org>
2999
3000 * simple.el (undo): Remove positions from buffer-undo-list up to
3001 the next undo boundary only.
3002
3003 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
3004
3005 * makefile.nt (install): Don't copy sc.el. Reported by Richard
3006 Kim <ryk@dspwiz.com>
3007
3008 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
3009 the message "Creating customization items...done".
3010
3011 2001-09-05 Gerd Moellmann <gerd@gnu.org>
3012
3013 * font-lock.el (toplevel): Require `jit-lock' only if
3014 font-lock-support-mode is set to jit-lock-mode.
3015
3016 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
3017
3018 * international/quail.el (quail-use-package, quail-inactivate)
3019 (quail-activate): Mention the hooks these functions run in their
3020 doc strings.
3021
3022 2001-09-05 Edward M. Reingold <reingold@iit.edu>
3023
3024 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
3025 of file in header of menu.
3026
3027 2001-09-04 Gerd Moellmann <gerd@gnu.org>
3028
3029 * env.el (setenv): Interactively, if VARIABLE has a current value,
3030 add that to the front of the history, as the doc string says.
3031
3032 * comint.el (comint-send-input): Change help-echo.
3033 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
3034
3035 * bookmark.el (bookmark-write-file): Bind print-length and
3036 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
3037
3038 * obsolete/uncompress.el: Moved there from lisp/.
3039
3040 * comint.el (comint-insert-clicked-input): Goto point-max before
3041 deleting previous input. From "Dr Francis J. Wright"
3042 <F.J.Wright@qmw.ac.uk>.
3043
3044 * simple.el (backward-word): Doc fix.
3045
3046 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3047
3048 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
3049 * uncompress.el, uniquify.el, vc.el, view.el, window.el
3050 * w32-fns.el: Add Keywords header.
3051
3052 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
3053
3054 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
3055 "Text Properties". Suggested by Simon Marshall
3056 <Simon.Marshall@midas-kapiti.com>.
3057
3058 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3059
3060 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3061 consulting the value of file-name-coding-system.
3062
3063 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3064
3065 * help.el (describe-function-1): Save precomputed `file-name' rather
3066 than recomputing it (incorrectly) with `symbol-file'.
3067
3068 2001-09-03 Gerd Moellmann <gerd@gnu.org>
3069
3070 * international/isearch-x.el (isearch-exit-recursive-edit):
3071 Take three parameters, since it's used as an after-change-function.
3072
3073 * emacs-lisp/backquote.el (backquote-backquote-symbol)
3074 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3075 from doc strings.
3076
3077 2001-09-02 Milan Zamazal <pdm@zamazal.org>
3078
3079 * progmodes/glasses.el (glasses-convert-to-unreadable):
3080 Consider underscores as in `glasses-make-readable'.
3081
3082 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3083
3084 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3085 MS-DOS, since cpp might not be available.
3086
3087 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3088 Mention "yank" in the help-echo text.
3089 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3090
3091 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3092
3093 * newcomment.el (comment-indent): Insert spaces more carefully.
3094
3095 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3096
3097 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3098 exists. From Andy Petrusenco <andy@int.spb.ru>.
3099
3100 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3101 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3102 <andy@int.spb.ru>.
3103
3104 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3105
3106 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3107 Instead of running mouse-yank-at-click, see what the event is
3108 bound to outside Isearch and run that.
3109
3110 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3111
3112 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3113 Fix the menu entry to mention transient-mark-mode.
3114
3115 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3116
3117 * simple.el (eval-expression-print-level): Fix last change.
3118
3119 * bindings.el (mode-line-coding-system-map): New variable.
3120 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3121
3122 * simple.el (eval-expression-print-level): Change the type
3123 of the defcustom to allow nil.
3124
3125 * emacs-lisp/find-gc.el: Moved here from lisp/.
3126
3127 * international/quail.el (quail-completion-1):
3128 Reverse the ((CHAR . DEFN) ...) list before processing it.
3129 From Kenichi Handa <handa@etl.go.jp>.
3130
3131 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3132 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3133
3134 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3135
3136 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3137 aren't supported. This avoids the annoying gray strip drawn by
3138 the Windows version instead of the missing tool bar.
3139
3140 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3141
3142 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3143 and tooltips more consistent. From "Marshall, Simon"
3144 <Simon.Marshall@midas-kapiti.com>.
3145
3146 * startup.el (fancy-splash-screens): Temporarily set
3147 minor-mode-map-alist to nil while displaying splash screens.
3148
3149 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3150
3151 * buff-menu.el: Add Keywords header.
3152 Doc fix (C-x C-b is bound to list-buffers).
3153
3154 * dired-x.el: Add keyword files to get listed in finder.
3155 Remove confusing notes about GNU Emacs 19.
3156
3157 * dired.el, dired-aux.el: Add Keywords header.
3158
3159 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3160
3161 * vc.el (vc-revert-file): Call the backend even if the FILE's
3162 contents can be reverted locally; pass new arg CONTENTS-DONE
3163 down to the backend.
3164
3165 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3166 optional arg CONTENTS-DONE.
3167
3168 2001-08-28 Andrew Innes <andrewi@gnu.org>
3169
3170 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3171
3172 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3173
3174 * makefile.nt (install): Copy more *.el files.
3175
3176 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3177
3178 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3179 instead of `w' which is already in use.
3180
3181 * gs.el (gs-load-image): Use sleep-for.
3182 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3183
3184 2001-08-28 Miles Bader <miles@gnu.org>
3185
3186 * replace.el (query-replace-regexp-eval): Return args from
3187 `interactive' form in correct order.
3188
3189 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3190
3191 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3192 major modes, don't create panes for modes for which
3193 mouse-buffer-menu-alist returns an empty alist.
3194
3195 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3196
3197 * progmodes/hideshow.el: Update first-line description.
3198 Sync comments w/ maintainer version 5.31.
3199
3200 (hs-isearch-open): Default value now `code'.
3201 Fix docstring to use "code blocks" vs "comment blocks",
3202 as opposed to "block" vs "comment".
3203 (hs-flag-region): Accept `hs-isearch-open' value
3204 of `block' as synonymous w/ `code'.
3205 (hs-hide-block-at-point): For code blocks, pass `code'
3206 to `hs-flag-region' instead of `block'.
3207
3208 2001-08-28 Miles Bader <miles@gnu.org>
3209
3210 * comint.el (comint-next-prompt): Don't loop infinitely if
3211 {next,previous}-single-char-property-change returns its input
3212 position when the search fails.
3213
3214 2001-08-27 Miles Bader <miles@gnu.org>
3215
3216 * comint.el (comint-get-old-input-default): Don't signal an error
3217 if point is not on an input field; instead, return the current
3218 line (using `comint-bol' to skip any prompt, in case we're not
3219 using fields at all).
3220
3221 * man.el (Man-mode-line-format): Variable removed.
3222 (Man-mode): Change `mode-line-buffer-identification' instead of
3223 `mode-line-format'.
3224
3225 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3226
3227 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3228 From Simon Josefsson <jas@extundo.com>.
3229
3230 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3231
3232 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3233 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3234
3235 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3236 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3237
3238 * emacs-lisp/lselect.el: Ditto.
3239
3240 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3241 Remove periods from the end of error message strings.
3242 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3243
3244 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3245 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3246
3247 * net/telnet.el: Ditto.
3248
3249 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3250
3251 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3252 KEYMAP to the call to define-minor-mode.
3253
3254 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3255
3256 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3257 Replace some of the undefined characters with emulations of bidi
3258 formatting characters and Niqud as per SI 1311-1.
3259 (IT-unicode-translations): Ditto.
3260 (IT-display-table-setup, IT-setup-unicode-display):
3261 Fill characters without translations with dos-unsupported-char-glyph.
3262
3263 2001-08-24 Simon Josefsson <jas@extundo.com>
3264
3265 * hl-line.el (hl-line-mode): Don't be a global mode.
3266 (global-hl-line-mode): New function.
3267
3268 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3269
3270 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3271 being reset by Ghostscript. Don't kill the gs process.
3272 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3273
3274 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3275
3276 * term/mac-win.el: Require scroll-bar.
3277
3278 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3279
3280 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3281
3282 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3283
3284 * hexl.el (hexl-insert-multibyte-char) New function.
3285 (hexl-quoted-insert, hexl-self-insert-command)
3286 (hexl-insert-hex-char, hexl-insert-decimal-char)
3287 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3288 Fix the doc strings accordingly.
3289 (hexl-insert-char): Reject characters whose code is above 255.
3290 Doc fix.
3291 (hexl-mode-map): Copy the global keymap instead of creating a
3292 sparse keymap, and bind all self-inserting characters to
3293 hexl-self-insert-command.
3294
3295 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3296
3297 * wid-edit.el (text): Re-order docstring correctly.
3298
3299 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3300
3301 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3302
3303 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3304
3305 * simple.el (line-number-mode): Mention the variable
3306 line-number-display-limit-width in the doc string.
3307
3308 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3309
3310 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3311 Temporarily select EVENT's window for switching buffers.
3312 (mode-line-bury-buffer): New function.
3313 (mode-line-buffer-identification-keymap): Use it instead of
3314 bury-buffer. Bind down-mouse events to prevent global down-mouse
3315 events from shining through.
3316
3317 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3318
3319 * newcomment.el (comment-beginning): Make sure the comment-start
3320 we found isn't a comment-end (in cases where confusion is possible).
3321
3322 2001-08-22 Miles Bader <miles@gnu.org>
3323
3324 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3325 before writing it, so that hard-links don't see new version.
3326
3327 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3328
3329 * gs.el (gs-set-ghostview-colors-window-prop):
3330 Call x-change-window-property with 3rd arg FRAME.
3331 (gs-load-image): Wait for a previous Ghostscript process
3332 to complete before starting a new one.
3333
3334 * image.el (image-type-regexps): Make sure that the TIFF
3335 pattern is only matched at the beginning of a string.
3336 From Markus Rost <rost@math.ohio-state.edu>.
3337
3338 * international/swedish.el: Pre-Mule file removed. From Jonas
3339 Oberg <jonas@gnu.org>.
3340
3341 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3342
3343 * whitespace.el (whitespace-abort-on-error): Add custom variable
3344 to whitespace to abort a write-file if whitespace is detected in file.
3345
3346 * whitespace.el (whitespace-write-file-hook): Hook to be called
3347 when writing a file. If `whitespace-abort-on-error' is set, the
3348 write will abort on detecting whitespaces.
3349 If `whitespace-auto-cleanup' is set, the file will be cleaned
3350 automatically prior to writing.
3351
3352 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3353 whitespaces in the error output!
3354
3355 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3356 `indent-tabs-mode', since the latter notes user preferences on
3357 TABs anyway.
3358
3359 * whitespace.el (whitespace-version): 3.1. All of the above issues
3360 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3361
3362 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3363
3364 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3365 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3366
3367 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3368
3369 2001-08-20 Alex Schroeder <alex@gnu.org>
3370
3371 * sql.el (sql-db2): Doc change.
3372
3373 2001-08-20 Alex Schroeder <alex@gnu.org>
3374
3375 * sql.el (sql-postgres): Add the database at the end of the
3376 parameters instead of at the beginning.
3377 (sql-postgres-options): Doc change.
3378
3379 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3380
3381 * custom.el (defcustom): Doc fix.
3382
3383 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3384
3385 * ps-mule.el (find-composition): Check if (char-after POS)
3386 returns a valid character.
3387
3388 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3389
3390 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3391 original-point for extra CR characters that are added/removed when
3392 the buffer is written/read whose EOL type is -dos.
3393
3394 2001-08-16 Miles Bader <miles@gnu.org>
3395
3396 * simple.el (line-move): Undo previous change.
3397
3398 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3399 property to input-terminating `boundary' overlays to avoid
3400 line-move wierdness.
3401
3402 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3403
3404 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3405 buffer in a save-restriction. Under one test case with Ediff,
3406 window-scroll-functions are run with a window start that's
3407 temporarily outside of the restriction.
3408
3409 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3410
3411 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3412 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3413 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3414 (texinfo-update-menu-region-beginning)
3415 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3416 command, @ifnottex, to regexps, so it is found.
3417
3418 2001-08-16 Andrew Innes <andrewi@gnu.org>
3419
3420 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3421 (DONTCOMPILE): Omit sc.el.
3422
3423 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3424 (DONTCOMPILE): Omit sc.el.
3425
3426 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3427
3428 * replace.el (occur): Bind inhibit-read-only to t.
3429
3430 2001-08-16 Miles Bader <miles@gnu.org>
3431
3432 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3433 calling `constrain-to-field', to avoid problems with comint prompts.
3434
3435 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3436
3437 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3438 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3439
3440 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3441 of a while-loop.
3442
3443 * Makefile.in (DONTCOMPILE): Remove sc.el.
3444
3445 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3446 Don't include term/.
3447
3448 * mail/sc.el: Moved to obsolete/.
3449
3450 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3451
3452 * ps-print.el: Change error function arguments to follow Emacs
3453 message convention. Doc fix.
3454 (ps-print-version): New version number (6.5.4).
3455 (coding-system-for-write): Change declaration position to avoid
3456 XEmacs compilation gripes.
3457 (coding-system-for-read, buffer-file-coding-system):
3458 Declarations to avoid XEmacs compilation gripes.
3459
3460 * ps-mule.el: Doc fix.
3461 (ps-mule-encode-header-string): If STRING is not a string, replace
3462 STRING by empty string.
3463
3464 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3465
3466 * frame.el (show-trailing-whitespace): Doc fix.
3467
3468 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3469
3470 * desktop.el (desktop-save): Insert the coding: tag before
3471 desktop-header.
3472
3473 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3474
3475 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3476 its path from $els.
3477
3478 * image.el (image-jpeg-p): Fix call of substring.
3479
3480 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3481
3482 * play/animate.el (animate-string): Doc fix. Use a buffer
3483 name with stars in it.
3484 (animate-sequence): New function.
3485 From Richard Stallman <rms@gnu.org>.
3486
3487 * frame.el (select-frame-set-input-focus): New function
3488 extracted from other-frame.
3489 (other-frame): Use it.
3490 (next-multiframe-window, previous-multiframe-window): Use it.
3491
3492 * isearch.el (isearch-other-meta-char): Don't switch to the
3493 buffer of a window clicked on, when the current buffer is
3494 in Isearch mode.
3495
3496 * image.el (image-jpeg-p): Test for APPn markers in the range
3497 #xe0..#xef.
3498
3499 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3500
3501 * desktop.el (desktop-save): Don't use concat to form a file
3502 name, use expand-file-name.
3503
3504 * mouse.el (mouse-delete-window): Do nothing if frame has just
3505 one window.
3506
3507 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3508 for the minor mode name.
3509
3510 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3511 minor mode name.
3512
3513 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3514 instead of make-mode-line-mouse2-map.
3515
3516 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3517 the minor mode name.
3518
3519 * emacs-lisp/easy-mmode.el (define-minor-mode):
3520 Use mode-line-minor-mode-keymap for the minor mode name.
3521
3522 * calendar/calendar.el (calendar-mode-line-format):
3523 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3524
3525 * bindings.el (make-mode-line-mouse-map): Renamed from
3526 make-mode-line-mouse2-map. Take additional arg MOUSE.
3527 (mode-line-modified): Use mouse-3 instead of mouse-2.
3528 (mode-line-buffer-identification-keymap): Bind keys differently.
3529 (propertized-buffer-identification): Adapt help-echo to new bindings.
3530
3531 * bindings.el (mode-line-format): Specify help-echo for line
3532 number, column number and buffer-percent part of the mode-line.
3533
3534 * image.el (image-type-regexps): Allow whitespace at the start
3535 of the image data for XPM, XBM and Postscript, which are
3536 text files.
3537 (image-jpeg-p): Correct calculation of next field offset.
3538
3539 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3540
3541 * battery.el: Fix typo.
3542
3543 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3544
3545 * image.el (image-type-regexps): Allow predicates. Change the way
3546 JPEG images are recognized.
3547 (image-jpeg-p): New function.
3548 (image-type-from-data): Handle predicates in image-type-regexps.
3549
3550 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3551 #:, #x, #o, and similar constructs.
3552
3553 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3554
3555 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3556
3557 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3558 instead of `progn'.
3559
3560 * tar-mode.el (tar-extract): Avoid generating a new buffer
3561 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3562
3563 * textmodes/paragraphs.el (forward-sentence): Avoid building
3564 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3565
3566 * progmodes/executable.el (executable-set-magic):
3567 If executable-find returns a quoted file name, unquote it before
3568 inserting it.
3569
3570 * image.el (image-type-regexps): For JPEG files, use a regexp
3571 derived from the JFIF spec.
3572
3573 * image.el (image-type-regexps): Use `\`' instead of `^' in
3574 most regular expressions.
3575
3576 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3577
3578 * play/animate.el: Re-insert a reference to re-inserted function.
3579
3580 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3581
3582 * help.el (describe-function-1): Use find-function-search-for-symbol
3583 instead of find-function-noselect because the latter follows aliases.
3584
3585 * play/animate.el (animate-birthday-present): Re-insert.
3586
3587 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3588 Handle old-style menu definitions.
3589
3590 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3591
3592 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3593 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3594
3595 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3596 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3597 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3598
3599 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3600
3601 * textmodes/tildify.el: Milan Zamazal has new address.
3602
3603 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3604
3605 * custom.el (custom-set-variables): Don't test `custom-requests'
3606 properties, check the third element of the options passed to
3607 custom-set-variables instead.
3608
3609 * info.el (info-insert-file-contents): Use info-file-exists-p
3610 instead of file-exists-p.
3611
3612 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3613 the mode-line face is restored. Fix several bugs.
3614
3615 * replace.el (perform-replace): Doc fix.
3616
3617 2001-08-02 Francesco Potorti` <pot@gnu.org>
3618
3619 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3620 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3621 (uniquify-fix-item-base, uniquify-fix-item-filename)
3622 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3623 Callers changed.
3624 (uniquify-set-proposed): Changed to work with a vector item.
3625 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3626 the fix list, and a list of strings for the non-file buffer
3627 names. Both changes reduce consing.
3628 (uniquify-rationalize-a-list): Local variable renaming.
3629 (uniquify-rationalize-conflicting-sublist): Use member instead of
3630 assoc.
3631 (uniquify-rename-buffer): Use unless instead of if not.
3632
3633 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3634
3635 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3636
3637 * custom.el (custom-set-variables): Set options with :require
3638 clauses last.
3639
3640 * custom.el (defcustom): Doc fix.
3641
3642 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3643
3644 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3645
3646 * man.el (man): Mention Man-switches in the doc string.
3647 (Man-switches): Mention -a in the doc string.
3648
3649 * textmodes/ispell.el (ispell-alternate-dictionary):
3650 Add /usr/share/lib/dict/words, for Irix.
3651
3652 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3653 corresponding non-kp keys. Suggested by Stephen Gildea
3654 <gildea@stop.mail-abuse.org>.
3655
3656 2001-08-01 Francesco Potorti` <pot@gnu.org>
3657
3658 * uniquify.el: These changes correct a corner case that the old
3659 code managed correctly.
3660 (uniquify-fix-item-proposed): Renamed from
3661 uniquify-fix-item-min-proposed.
3662 (uniquify-set-proposed): New function.
3663 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3664 clarity and speed.
3665 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3666 This is equivalent to what the old code did.
3667 (uniquify-rationalize-a-list): Never recompute the proposed
3668 name. Sort the conflicting sublist before rationalising it: this
3669 is equivalent to what the old code did, but one directory element
3670 at a time, and only when necessary.
3671 (uniquify-rationalize-conflicting-sublist): Recompute here the
3672 proposed name.
3673
3674 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3675
3676 * play/animate.el: Add Keywords and Maintainer. Remove a
3677 reference to a removed function.
3678
3679 * play/animate.el (animate-string): Handle case that the string is
3680 longer than the window is wide.
3681
3682 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3683
3684 * desktop.el (desktop-save): Bind coding-system-for-write to
3685 `emacs-mule' for write-region.
3686
3687 * delsel.el (delete-selection-pre-hook): Don't set this-command
3688 to `ignore' if the region is empty.
3689
3690 * international/mule.el (set-keyboard-coding-system):
3691 Set keyboard-coding-system.
3692
3693 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3694 before accessing it.
3695
3696 2001-07-30 Andreas Schwab <schwab@suse.de>
3697
3698 * menu-bar.el (toggle-highlight-paren-mode):
3699 Use `(show-paren-mode)' as body.
3700
3701 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3702
3703 * vc.el (vc-checkout-hook): New hook.
3704 (vc-checkout): Run it.
3705
3706 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3707
3708 * progmodes/make-mode.el (makefile-macroassign-regex):
3709 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3710
3711 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3712
3713 * vc.el (vc-switch-backend): Fix autoload cookie.
3714
3715 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3716 the desktop file.
3717
3718 2001-07-30 Simon Josefsson <jas@extundo.com>
3719
3720 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3721 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3722
3723 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3724
3725 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3726 (last-sexp-toggle-display): Renamed from last-sexp-print.
3727 (last-sexp-toggle-display, eval-last-sexp-1):
3728 Use last-sexp-setup-props.
3729
3730 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3731 New user-options.
3732 (mouse-wheel-change-button): New function.
3733 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3734 (mwheel-scroll): Ditto.
3735
3736 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3737
3738 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
3739 `...', compare with unabbreviated printed representation instead.
3740 (last-sexp-print): Bind print-length and print-level to nil.
3741
3742 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
3743 before assigning text properties. Make properties rear-nonsticky.
3744
3745 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
3746 (eval-last-sexp-1): Give printed text a `keymap' property and bind
3747 <mouse-2> and <RET> in that map to a function printing the
3748 unabbreviated value.
3749
3750 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
3751 is a buffer, put a text property `printed-value' on the printed
3752 representation, with the Lisp object printed as value.
3753
3754 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3755
3756 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
3757 Mention the effect of eval-expression-print-length and
3758 eval-expression-print-level in the doc strings. Suggested by
3759 Kevin Gallagher <kevingal@onramp.net>.
3760
3761 2001-07-25 Gerd Moellmann <gerd@gnu.org>
3762
3763 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
3764 for buttons > 3.
3765 (xterm-mouse-translate): Handle the case that we don't get a
3766 down-event.
3767
3768 * emacs-lisp/find-func.el (find-function-regexp):
3769 Add easy-mmode-define-global-mode to the regexp. Allow newlines
3770 in front of the function name.
3771
3772 * isearch.el (isearch-other-meta-char): Fix last change.
3773
3774 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
3775 similar events for which fake prefix keys are generated. It's no
3776 longer necessary since read_key_sequence doesn't modify these
3777 events for internal purposes anymore.
3778
3779 * files.el (auto-mode-alist): Use nroff-mode for files ending
3780 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
3781
3782 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3783
3784 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
3785 tool-bar-lines parameter, behave as if its value were zero.
3786 (mouse-avoidance-set-pointer-shape): Don't do anything if
3787 x-pointer-shape is not boundp.
3788
3789 2001-07-23 Francesco Potorti` <pot@gnu.org>
3790
3791 * uniquify.el: Overall speedup changes when using many buffers.
3792 (uniquify-fix-item-base, uniquify-fix-item-filename)
3793 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
3794 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
3795 place in the item, but was never used.
3796 (uniquify-fix-item-min-proposed): New defalias: the fourth place
3797 in the item is now used as cache for the proposed name.
3798 (uniquify-rationalize-file-buffer-names): Move computation made on
3799 newbuffile out of the loop, in the newbuffile-nd local var.
3800 Use dolist (cosmetic change). Compute the proposed name for the most
3801 common case and cache it in the fourth place in the item.
3802 (uniquify-rationalize-file-buffer-names): Used to return a a list
3803 of buffer whose name was changed, but that return value was never used.
3804 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
3805 the cached proposed name, does much less consing and is quicker.
3806 (uniquify-filename-lessp): Deleted.
3807 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
3808 Do not bind locally the uniquify-possibly-resolvable flag. Use the
3809 cached proposed name is possible.
3810 (uniquify-get-proposed-name): Arguments changed, callers changed.
3811 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
3812 uniquify-possibly-resolvable flag, which is no more bound locally.
3813 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
3814 flag, which does not exist any more.
3815
3816 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3817
3818 * term/internal.el (IT-unicode-translations): Fix the appearance of
3819 "6`".
3820
3821 * progmodes/compile.el (compile-internal): If EMACS is already
3822 defined in the environment, don't override its value.
3823
3824 2001-07-23 Gerd Moellmann <gerd@gnu.org>
3825
3826 * play/fortune.el: Undo change of 2001-07-13.
3827 Fix autoload cookies. Add types to defcustoms.
3828 (fortune) <defgroup>: Add :link.
3829 (fortune-from-region): Use eq, not eql.
3830 From Dave Love <fx@gnu.org>.
3831
3832 * play/animate.el (animate-birthday-present): Function removed.
3833
3834 * play/animate.el: New file.
3835
3836 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
3837
3838 * startup.el (normal-top-level-add-subdirs-to-load-path):
3839 On Windows, put into normal-top-level-add-subdirs-inode-list the
3840 canonicalized names of the directories instead of inode numbers.
3841
3842 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
3843
3844 * ediff-util.el: Copyright years.
3845 (ediff-choose-syntax-table): New function.
3846 (ediff-setup): Use ediff-choose-syntax-table.
3847 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
3848 vc-state is available.
3849 (ediff-make-temp-file): Use ediff-coding-system-for-write.
3850
3851 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3852 with-syntax-table.
3853 (ediff-coding-system-for-read): From ediff-diff.el
3854 (ediff-coding-system-for-write): New variable.
3855 (ediff-highest-priority): Fixed the bug having to do with disappearing
3856 overlays.
3857 (ediff-file-remote-p): Use file-remote-p, if available.
3858 (ediff-listable-file): New function.
3859 (ediff-file-attributes): Use ediff-listable-file.
3860
3861 * ediff-mult.el (ediff-meta-insert-file-info1):
3862 Use ediff-listable-file.
3863
3864 * ediff-ptch.el (ediff-prompt-for-patch-file):
3865 Use ediff-coding-system-for-read.
3866 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
3867
3868 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
3869 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
3870
3871 * ediff.el: Date of last update, copyright years.
3872
3873 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3874
3875 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3876 of Scott Bronson.
3877 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
3878 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3879 Deleted functions.
3880 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3881 ex-token-list.
3882 (viper-get-ex-address-subr): Convert registers to char data type.
3883
3884 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
3885 (viper-memq-char): Use viper-int-to-char.
3886 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
3887 vc-locking-state.
3888 (viper-read-key): Use viper-read-key-sequence.
3889
3890 * viper.el (viper-major-mode-modifier-list):
3891 Added inferior-emacs-lisp-mode.
3892 (this-major-mode-requires-vi-state): New function that uses simple
3893 heuristics to decide if vi state is appropriate.
3894 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
3895 (viper-non-hook-settings): Don't advise read-key-sequence.
3896 (viper-read-key-sequence): New function that replaces the
3897 previously used advice to read-key-sequence.
3898
3899 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
3900 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
3901 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
3902 (viper-open-line-at-point,viper-substitute,viper-overwrite)
3903 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
3904 Got rid of the negative character hack.
3905 (viper-escape-to-state,viper-replace-state-exit-cmd):
3906 Use viper-read-key-sequence.
3907 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
3908 (viper-minibuffer-standard-hook,viper-read-string-with-history):
3909 Don't override existing minibuffer-setup-hook.
3910 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
3911 Convert registers to char data type.
3912 (viper-autoindent): Use viper-indent-line.
3913
3914 * viper-keym.el: Use viper-exec-key-in-emacs.
3915
3916 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
3917
3918 * server.el (server-visit-files): Fix variable name typo.
3919
3920 2001-07-20 Gerd Moellmann <gerd@gnu.org>
3921
3922 * simple.el (delete-trailing-whitespace): Save match data
3923 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
3924
3925 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
3926
3927 * progmodes/compile.el (compilation-parse-errors): `linenum' might
3928 return a this-error using the alternative format (a pair of markers).
3929
3930 2001-07-19 Gerd Moellmann <gerd@gnu.org>
3931
3932 * font-lock.el (c++-keywords): Add Standard C++ operator names.
3933
3934 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
3935 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
3936
3937 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3938
3939 * international/iso-transl.el: Fix typo in the header of the file.
3940
3941 * textmodes/picture.el (picture): Doc fix.
3942
3943 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
3944 follow coding conventions in generated files.
3945
3946 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
3947
3948 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3949 (tool-bar-add-item): Don't call image-related primitives if the
3950 display doesn't support images.
3951
3952 * frame.el (display-images-p): New function.
3953
3954 2001-07-17 Gerd Moellmann <gerd@gnu.org>
3955
3956 * server.el (server-visit-files): Handle the case the specified
3957 column number is <= 0.
3958
3959 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
3960
3961 * startup.el (command-line-1): Add support for +LINE:COLUMN
3962 command line argument.
3963
3964 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3965
3966 * server.el (server-process-filter, server-visit-files):
3967 Add support for +LINE:COLUMN style emacsclient calls.
3968
3969 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3970
3971 * emacs-lisp/easy-mmode.el: Add Keywords header.
3972
3973 * play/pong.el: Author has new address.
3974
3975 * play/landmark.el: Author is no more reachable.
3976
3977 * play/handwrite.el: Author is no more reachable.
3978
3979 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
3980
3981 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
3982 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
3983 Complete bindings for F<1..12> keys.
3984 (global-map): Remove `undo' binding (already in the default).
3985 Replace `t<n>' bindings with `f<n>' bindings.
3986
3987 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3988
3989 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
3990 (tcl-mode): Use tcl-add-log-defun.
3991 (tcl-indent-line): Use tcl-calculate-indent.
3992 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
3993 (tcl-indent-exp): Renamed from indent-tcl-exp.
3994 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
3995 (tcl-indent-for-comment): Call comment-indent-function properly
3996 and handle the case where it returns nil.
3997
3998 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3999
4000 * calendar/cal-islam.el (calendar-goto-islamic-date):
4001 Remove autoload cookie.
4002
4003 * calendar/calendar.el (calendar-goto-islamic-date):
4004 Add call to autoload.
4005
4006 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4007
4008 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
4009 Don't change compile-auto-highlight globally.
4010 Don't bother with `font-lock-defaults' property since XEmacs
4011 also understands the `font-lock-defaults' variable.
4012 Use make-local-variable rather than make-variable-buffer-local.
4013 Don't `defconst' comment-indent-function: keep the default.
4014 Call easy-menu-add unconditionally.
4015 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
4016 (ada-create-menu): Use :included for Emacs as well.
4017
4018 * vc.el (vc-do-command): Autoload.
4019
4020 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
4021
4022 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4023
4024 * ps-print.el: Fix Author: header.
4025
4026 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4027
4028 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
4029 mouse-1 etc., bind them to `ignore'.
4030
4031 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
4032 send-invisible, which is already defined in Comint.
4033 (eshell-watch-for-password-prompt): Use it.
4034
4035 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4036
4037 * which-func.el (which-func-mode): Doc fix.
4038
4039 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
4040 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
4041 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
4042 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
4043 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
4044 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
4045 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
4046 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
4047 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
4048 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
4049 * emulation/edt-mapper.el, emulation/edt-pc.el,
4050 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
4051 * emulation/tpu-edt.el, emulation/tpu-extras.el,
4052 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
4053 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
4054 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
4055 * international/isearch-x.el, international/iso-cvt.el,
4056 * international/ogonek.el, international/quail.el,
4057 * international/utf-8.el, jit-lock.el, language/devan-util.el,
4058 * language/devanagari.el, language/ethio-util.el,
4059 * language/ethiopic.el, language/european.el, language/indian.el,
4060 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4061 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4062 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4063 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4064 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4065 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4066 * progmodes/autoconf.el, progmodes/cmacexp.el,
4067 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4068 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4069 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4070 * progmodes/ebnf2ps.el, progmodes/executable.el,
4071 * progmodes/fortran.el, progmodes/idlw-shell.el,
4072 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4073 * progmodes/m4-mode.el, progmodes/mantemp.el,
4074 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4075 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4076 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4077 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4078 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4079 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4080 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4081 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4082 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4083 * textmodes/two-column.el, time-stamp.el, timezone.el,
4084 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4085 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4086 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4087 conventions.
4088
4089 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4090
4091 * simple.el (set-variable): Require 'cus-edit' instead of
4092 `wid-edit', so that the Custom widgets get defined.
4093
4094 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4095
4096 * allout.el: A fix to follow coding conventions.
4097
4098 * find-lisp.el: A fix to follow coding conventions.
4099
4100 * term/w32-win.el: A fix to follow coding conventions.
4101
4102 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4103
4104 * term/xterm.el: A fix to follow coding conventions.
4105
4106 * term/news.el: A fix to follow coding conventions.
4107
4108 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4109 header line fixed.
4110
4111 * sun-curs.el: Fix Maintainer: header line.
4112
4113 * emacs-lisp/easymenu.el: Address of the author added.
4114
4115 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4116
4117 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4118 property.
4119
4120 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4121
4122 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4123 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4124 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4125 Some fixes to follow coding conventions.
4126
4127 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4128
4129 * which-func.el (which-func-mode): Doc fix.
4130
4131 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4132
4133 * net/rcompile.el (remote-compile): Use make-local-variable.
4134
4135 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4136
4137 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4138
4139 * mail/reporter.el (reporter-submit-bug-report):
4140 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4141
4142 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4143
4144 * calendar/cal-china.el, calendar/cal-coptic.el,
4145 * calendar/cal-dst.el, calendar/cal-french.el,
4146 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4147 * calendar/cal-iso.el, calendar/cal-julian.el,
4148 * calendar/cal-mayan.el, calendar/cal-persia.el,
4149 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4150 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4151 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4152 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4153 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4154 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4155 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4156 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4157 * progmodes/ada-xref.el, progmodes/cc-align.el,
4158 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4159 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4160 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4161 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4162 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4163 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4164 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4165 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4166 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4167 * textmodes/reftex.el: Some fixes to follow coding
4168 conventions in Eshell files with known maintainers.
4169
4170 * emulation/viper.el: A fix to follow coding conventions.
4171
4172 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4173 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4174 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4175 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4176 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4177 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4178 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4179 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4180 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4181 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4182 conventions in Eshell files.
4183
4184 * composite.el, diff.el, emacs-lisp/levents.el,
4185 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4186 * emulation/pc-mode.el, emulation/viper-cmd.el,
4187 * emulation/viper-ex.el, emulation/viper-init.el,
4188 * emulation/viper-keym.el, emulation/viper-macs.el,
4189 * emulation/viper-mous.el, emulation/viper-util.el,
4190 * emulation/viper.el, forms-pass.el, international/ccl.el,
4191 * international/characters.el, international/encoded-kb.el,
4192 * international/fontset.el, international/ja-dic-cnv.el,
4193 * international/ja-dic-utl.el, international/kinsoku.el,
4194 * international/kkc.el, international/mule-cmds.el,
4195 * international/mule-diag.el, international/mule-util.el,
4196 * international/mule.el, international/titdic-cnv.el,
4197 * language/china-util.el, language/chinese.el,
4198 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4199 * language/greek.el, language/hebrew.el, language/japan-util.el,
4200 * language/japanese.el, language/korea-util.el, language/korean.el,
4201 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4202 * language/slovak.el, language/thai-util.el, language/thai.el,
4203 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4204 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4205 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4206 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4207 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4208 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4209 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4210 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4211 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4212 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4213 to follow coding conventions in files without maintainer or in files
4214 with clear maintainer (but without Maintainer header stating so).
4215
4216 * emacs-lisp/elp.el: A fix to follow coding conventions.
4217
4218 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4219 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4220 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4221 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4222 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4223 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4224 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4225 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4226 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4227 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4228 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4229 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4230 conventions in files from Gnus.
4231
4232 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4233 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4234 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4235 * echistory.el, electric.el, emacs-lisp/authors.el,
4236 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4237 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4238 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4239 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4240 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4241 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4242 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4243 * international/codepage.el, international/iso-ascii.el,
4244 * international/iso-insert.el, international/iso-transl.el,
4245 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4246 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4247 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4248 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4249 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4250 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4251 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4252 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4253 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4254 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4255 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4256 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4257 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4258 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4259 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4260 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4261 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4262 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4263 * textmodes/tex-mode.el, textmodes/text-mode.el,
4264 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4265 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4266 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4267 files maintained by FSF.
4268
4269 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4270
4271 * arc-mode.el: A fix to follow coding conventions.
4272
4273 * bindings.el: Ditto.
4274
4275 * cdl.el: Ditto.
4276
4277 * comint.el: Ditto.
4278
4279 * cus-start.el: Ditto.
4280
4281 * shell.el: Ditto.
4282
4283 * skeleton.el: Ditto.
4284
4285 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4286
4287 * info.el (Info-build-node-completions):
4288 Make Info-current-file-completions buffer local.
4289
4290 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4291
4292 * which-func.el (which-func-mode, which-func-ff-hook)
4293 (which-function-mode): Remove references to which-func-mode-global.
4294
4295 * calendar/cal-islam.el (calendar-goto-islamic-date):
4296 Add autoload cookie.
4297
4298 * play/fortune.el: Add types to defcustoms.
4299
4300 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4301
4302 * language/czech.el: A fix to follow coding conventions.
4303
4304 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4305
4306 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4307 to the extension list, for antlr-mode. From Christoph Wedler
4308 <Christoph.Wedler@sap.com>.
4309
4310 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4311
4312 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4313 (vc-dired-mode-map): Fix the madness.
4314
4315 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4316 (vc-prefix-map): Moved back from vc.el.
4317
4318 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4319
4320 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4321 Increase the size of the obarray.
4322 (mail-extr-all-top-level-domains): Add more toplevel domains,
4323 add more long names.
4324 From: Per Starback <starback@ling.uu.se>.
4325
4326 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4327
4328 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4329 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4330
4331 * progmodes/ada-mode.el: Ditto.
4332
4333 * progmodes/ada-xref.el: Ditto.
4334
4335 2001-07-11 Miles Bader <miles@gnu.org>
4336
4337 * finder.el (finder-insert-at-column): Also move to the next line
4338 if exactly at COLUMN.
4339
4340 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4341
4342 * help.el (describe-function-1): When printing FUNCTION's
4343 documentation, don't assume FUNCTION is a symbol.
4344
4345 * startup.el (normal-top-level): Don't operate on the initial
4346 frame if we failed to create one.
4347
4348 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4349
4350 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4351 itself, i.e. only indent the contents in it.
4352
4353 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4354
4355 * mail/rmail.el (rmail-show-message): Show beginning of message in
4356 all windows containing it.
4357
4358 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4359
4360 * term/tty-colors.el: Fix the header line and copyright years.
4361
4362 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4363
4364 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4365 original definition has an interactive form, but is Elp
4366 instrumented, use the interactive form of the function called by
4367 elp-wrapper.
4368
4369 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4370 configurations with compare-window-configuration; they aren't
4371 window configurations.
4372
4373 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4374 from the server for the format we expect. Don't use it if it
4375 doesn't look like what the Internet draft for FTP extensions specifies.
4376
4377 * toolbar/*.pbm: Cleaned up.
4378 From Luis Fernandes <elf@ee.ryerson.ca>.
4379
4380 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4381
4382 * cc-cmds.el: Extended the kludge to interoperate with the
4383 delsel and pending-del packages wrt to the new function
4384 `c-electric-delete-forward'.
4385
4386 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4387
4388 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4389 to delay the call to <mode> for global minor modes.
4390 (easy-mmode-define-navigation): Only recenter if interactive.
4391
4392 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4393
4394 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4395 to lisp-indent-line.
4396
4397 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4398 from the server. Call encode-time only when we are sure that we
4399 got a 213 response.
4400
4401 2001-07-06 Simon Josefsson <jas@extundo.com>
4402
4403 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4404 (mail-envelope-from): New user option.
4405 (sendmail-send-it): Use it.
4406
4407 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4408
4409 * ps-print.el: Use locale dependant date to print date in header.
4410 Doc fix.
4411 (ps-print-version): New version number (6.5.3).
4412 (ps-right-header, ps-right-footer): Initialization and doc fix.
4413 (ps-time-stamp-locale-default): New fun.
4414
4415 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4416
4417 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4418 field problem with MIME-mode.
4419
4420 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4421
4422 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4423
4424 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4425 MIME-mode.
4426
4427 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4428
4429 * bindings.el (mode-line-mule-info): Don't show the tip with
4430 buffer-file-coding-system if that is nil.
4431
4432 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4433
4434 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4435 instead of kill-line.
4436
4437 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4438 <Pavel@Janik.cz>.
4439
4440 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4441 <Pavel@Janik.cz>.
4442
4443 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4444
4445 * font-lock.el (c-font-lock-keywords-3): When matching something
4446 like `struct X Y', finish with point after Y.
4447
4448 2001-07-04 Simon Josefsson <jas@extundo.com>
4449
4450 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4451 in caller buffer.
4452
4453 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4454
4455 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4456 instead of string-match to find the basename of the file.
4457 From Pascal Obry <p.obry@wanadoo.fr>.
4458
4459 * net/browse-url.el (browse-url-default-windows-browser):
4460 Support the MS-DOS port when it runs on Windows.
4461 (browse-url-browser-function) [ms-dos]: Default to
4462 browse-url-default-windows-browser.
4463
4464 * help.el (locate-library): Enable code that looks for compressed
4465 libraries if auto-compression-mode is on.
4466
4467 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4468
4469 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4470
4471 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4472
4473 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4474
4475 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4476
4477 * allout.el: Fix the header line, so that finder.el recognizes it.
4478 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4479
4480 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4481 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4482
4483 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4484
4485 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4486
4487 * ps-bdf.el (bdf-directory-list): Use the value relative to
4488 installation-directory for MS-Windows as well.
4489
4490 2001-06-29 Richard M. Stallman <rms@gnu.org>
4491
4492 * wid-edit.el (widget-color-sample-face-get):
4493 Return ((foreground-color . COLOR)) instead of constructing a face.
4494
4495 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4496
4497 * faces.el (region): Change the background color for the
4498 light-background color display to lightgoldenrod2, to make it
4499 visible on some laptops.
4500
4501 2001-06-28 Richard M. Stallman <rms@gnu.org>
4502
4503 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4504 (rmail-msg-restore-non-pruned-header): Likewise.
4505 If point was in the old pruned header, put it at the top.
4506 (rmail-msg-prune-header): If point was at the top, keep it there.
4507
4508 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4509 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4510
4511 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4512
4513 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4514
4515 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4516
4517 * saveplace.el: Update maintainer email address.
4518
4519 2001-06-27 Francesco Potorti` <pot@gnu.org>
4520
4521 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4522 Undo previous change.
4523
4524 2001-06-27 Francesco Potorti` <pot@gnu.org>
4525
4526 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4527 preliminary quick reordering. Can speed things up dramatically.
4528
4529 2001-06-26 Richard M. Stallman <rms@gnu.org>
4530
4531 * dired.el (dired-get-filename): A file name starting with ~
4532 is not absolute in this context.
4533
4534 * which-func.el (which-func-maxout): Increase default to 500000.
4535 (which-function-mode): This is now the "real" name of the function.
4536 (which-func-mode): Now an alias.
4537 (which-func-mode-global): Name deleted.
4538
4539 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4540 button-2, when binding hs-mouse-toggle-hiding.
4541
4542 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4543
4544 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4545 (rmail-msg-prune-header): Likewise.
4546 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4547 and `rmail-msg-prune-header'.
4548
4549 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4550
4551 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4552 back than LINEBEG.
4553
4554 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4555
4556 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4557 window where they clicked the mouse has a header line, adjust
4558 vertical movement by one.
4559
4560 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4561
4562 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4563 too when separating a parenthesis.
4564
4565 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4566
4567 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4568 (bookmark-bmenu-hide-filenames): Add help-echo to
4569 mouse-highlighted text.
4570 (bookmark-bmenu-show-filenames): Remove help-echo property from
4571 the whitespace.
4572
4573 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4574
4575 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4576 From Karl Eichwalder <ke@suse.de>.
4577
4578 2001-06-23 Richard M. Stallman <rms@gnu.org>
4579
4580 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4581
4582 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4583 contents for completing-read.
4584
4585 2001-06-22 Richard M. Stallman <rms@gnu.org>
4586
4587 * menu-bar.el (menu-bar-make-toggle): Construct the
4588 function's doc string from HELP, not DOC, and make it accurate by
4589 adding "Toggle whether to " at the front and downcasing the initial.
4590 Change the HELP arg in some calls to make it fit this usage.
4591
4592 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4593 Undo previous change.
4594
4595 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4596
4597 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4598
4599 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4600
4601 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4602
4603 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4604
4605 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4606
4607 2001-06-20 Richard M. Stallman <rms@gnu.org>
4608
4609 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4610 broken out from dabbrev--find-expansion. Handle minibuffer
4611 specially here.
4612 (dabbrev--find-expansion): Simplify code in various ways.
4613 Don't treat minibuffers specially.
4614 Call dabbrev--make-friend-buffer-list.
4615 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4616 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4617
4618 2001-06-19 John Wiegley <johnw@gnu.org>
4619
4620 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4621 Also, added a comment describing how to greatly speedup Eshell
4622 loadup time, by concatenating together all of Eshell's .elc files.
4623
4624 2001-06-19 John Wiegley <johnw@gnu.org>
4625
4626 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4627
4628 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4629
4630 * woman.el (WoMan-highlight-references): Add help-echo to
4631 mouse-highlighted text.
4632
4633 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4634
4635 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4636
4637 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4638
4639 * international/quail.el (quail-start-conversion):
4640 Reset quail-translating to nil.
4641
4642 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4643 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4644
4645 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4646
4647 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4648 mouse-highlighted text.
4649
4650 * dired.el (dired-mark-pop-up): Fix last change.
4651
4652 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4653
4654 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4655 mouse-highlighted text.
4656
4657 * net/quickurl.el (quickurl-url-file): Run through
4658 convert-standard-filename.
4659 (quickurl-list-populate-buffer): Add help-echo to
4660 mouse-highlighted text.
4661 (top-level): Update Dave's URL.
4662
4663 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4664 mouse-highlighted text.
4665
4666 * textmodes/page-ext.el (pages-copy-header-and-position):
4667 Add help-echo to mouse-highlighted text.
4668
4669 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4670 mouse-highlighted text.
4671
4672 * replace.el (occur): Add help-echo to mouse-highlighted text.
4673
4674 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4675 mouse-highlighted text.
4676
4677 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4678 mouse-highlighted text.
4679
4680 * progmodes/compile.el (compile-reinitialize-errors):
4681 Add help-echo to mouse-highlighted messages.
4682 (compilation-forget-errors): Remove help-echo property as well.
4683
4684 * play/landmark.el (lm-plot-square, lm-init-display):
4685 Add help-echo to mouse-highlighted text.
4686
4687 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4688 Add help-echo to mouse-highlighted text.
4689
4690 * dired.el (dired-insert-set-properties): Add help-echo to
4691 mouse-highlighted text.
4692 (dired-mark-pop-up): Remove help-echo property from the file name.
4693
4694 * comint.el (comint-send-input): Add help-echo to
4695 mouse-highlighted text.
4696
4697 * buff-menu.el (list-buffers-noselect): Add help-echo to
4698 mouse-highlighted text.
4699
4700 * arc-mode.el (archive-summarize-files): Add help-echo to
4701 mouse-highlighted text.
4702
4703 * ffap.el (ffap-machine-p): Always return nil if
4704 open-network-stream is not fboundp.
4705
4706 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4707
4708 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4709 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4710 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4711 incorrectly binding chars between 128 and 256 to it.
4712 (sgml-maybe-name-self): Handle latin-1 chars properly.
4713 (sgml-tags-invisible): Bind buffer-file-name to nil.
4714 Use unwind-protect and restore-buffer-modified-p.
4715 (sgml-point-entered): Use buffer-substring-no-properties.
4716 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4717 (html-mode): Don't force `imenu-sort-function'.
4718
4719 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4720
4721 * tar-mode.el: Fix the copyright notice.
4722
4723 * font-lock.el (font-lock-comment-face): For tty's with dark
4724 background, use "red1", since "lightred" is not one of the colors
4725 recognized by tty-colors.el.
4726
4727 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4728 create a buffer for extracted file, in case there's more than one
4729 file by that name in an archive, possibly in different
4730 directories. From Kevin Rodgers <kevinr@ihs.com>.
4731
4732 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
4733 <alex@gnu.org>.
4734
4735 2001-06-15 Miles Bader <miles@gnu.org>
4736
4737 * textmodes/texinfmt.el (texinfo-format-syntax-table):
4738 Revert previous change.
4739
4740 2001-06-14 Richard M. Stallman <rms@gnu.org>
4741
4742 * replace.el (keep-lines-read-args): Return just a regexp.
4743 Provide nil for the region args.
4744 (keep-lines, flush-lines, how-many):
4745 Calculate the defaults for the region here, when args are nil.
4746
4747 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4748
4749 * rot13.el (rot13-other-window): Some more doc fix.
4750
4751 2001-06-14 Per Starback <starback@ling.uu.se>
4752
4753 * replace.el (case-replace, query-replace-from-history-variable)
4754 (query-replace-to-history-variable, keep-lines-read-args)
4755 (occur-revert-function, query-replace-help): Dox fix.
4756
4757 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4758
4759 * rot13.el (rot13-other-window): Doc fix.
4760
4761 2001-06-14 Miles Bader <miles@gnu.org>
4762
4763 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
4764 of " and \ to "." (punctuation).
4765 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
4766
4767 2001-06-13 Richard M. Stallman <rms@gnu.org>
4768
4769 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
4770
4771 * simple.el (shell-command-on-region): Never kill the
4772 *Shell Command Output* buffer.
4773
4774 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
4775
4776 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
4777
4778 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
4779
4780 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4781 New var, to recognize ${ $' and PODs.
4782 (perl-font-lock-syntactic-face-function): New function.
4783 (perl-mode): Use them.
4784 (perl-continuation-line-p): New function, from perl-calculate-indent.
4785 (perl-calculate-indent): Use it, to properly handle continuation
4786 lines of continuation lines.
4787
4788 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
4789
4790 * server.el (server-process, server-buffer-clients): Doc fix.
4791 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4792
4793 2001-06-09 John Wiegley <johnw@gnu.org>
4794
4795 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4796 test if the last command was Lisp or not.
4797 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
4798 B x C".
4799
4800 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
4801
4802 * dos-w32.el (grep-regexp-alist): Remove definition, since the
4803 general one on compile.el supports drive letters.
4804
4805 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
4806
4807 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
4808 key description.
4809
4810 * textmodes/reftex-sel.el (reftex-select-jump): New command.
4811
4812 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
4813 (reftex-toc-jump): New command.
4814
4815 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
4816 to parse international characters as well.
4817
4818 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
4819 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
4820
4821 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
4822
4823 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
4824 TAB to the key separators.
4825
4826 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
4827
4828 * international/mule.el (auto-coding-alist): Remove redundant
4829 up-cased versions of the extensions (auto-coding-alist-lookup is
4830 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
4831 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
4832
4833 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
4834
4835 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
4836
4837 2001-06-01 Richard M. Stallman <rms@gnu.org>
4838
4839 * help.el (describe-variable): Put value on same line
4840 with preceding text, if it is short enough to look good that way.
4841
4842 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
4843
4844 * term/internal.el (IT-unicode-translations): New variable.
4845 (IT-setup-unicode-display): New function.
4846
4847 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4848
4849 * ps-print.el: Handle before-string and after-string overlay properties
4850 in ps-print-*-with-faces commands. Doc fix.
4851 (ps-print-version): New version number (6.5.2).
4852 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
4853 for XEmacs.
4854 (ps-prefix-quote): Doc fix.
4855 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
4856 (ps-basic-plot-str, ps-plot-string): New funs.
4857
4858 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
4859
4860 * progmodes/etags.el (tags-compression-info-list): Fix docstring
4861 and :type spec.
4862
4863 2001-05-31 Gerd Moellmann <gerd@gnu.org>
4864
4865 * international/mule-cmds.el (inactivate-input-method):
4866 Set input-method-function to nil.
4867
4868 * xml.el (xml-parse-tag): The document may contain invalid characters.
4869 From ShengHuo ZHU <zsh@cs.rochester.edu>
4870
4871 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4872
4873 * mail/rmailsum.el (rmail-message-subject-p): Don't call
4874 `rmail-summary-line-decoder' if the message does not have
4875 a Subject: field.
4876
4877 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
4878
4879 * mail/rmail.el (rmail-insert-mime-resent-message-function):
4880 New variable.
4881 (rmail-resend): Modify to work in `rmail-view-buffer'; call
4882 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
4883 is non-nil.
4884
4885 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
4886
4887 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
4888
4889 2001-05-29 Sam Steingold <sds@gnu.org>
4890
4891 * faces.el (face-valid-attribute-values): Bind `valid' directly
4892 instead of using `setq'.
4893
4894 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
4895 Use `tex-shell-buf'.
4896 (tex-shell-proc): Use `tex-shell-running'.
4897 (tex-shell-buf-no-error): New function.
4898 (tex-send-tex-command): Use it.
4899 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
4900 (tex-kill-job): Check the process before calling `quit-process'.
4901
4902 2001-05-29 Gerd Moellmann <gerd@gnu.org>
4903
4904 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
4905 UTF-8 sequences.
4906
4907 2001-05-28 Miles Bader <miles@gnu.org>
4908
4909 * comint.el (comint-carriage-motion): Renamed from
4910 `comint-cr-magic'. Operate on the buffer instead of the string
4911 (for use as a comint post-output filter, instead of as a
4912 pre-output filter). Handle backspaces too. Add to the
4913 `comint-output-filter-functions' hook instead of
4914 `comint-preoutput-filter-functions'.
4915
4916 2001-05-28 Gerd Moellmann <gerd@gnu.org>
4917
4918 * language/japan-util.el (japanese-hankaku): Prefer the charset
4919 `jisx0201' when the optional argument `ascii-only' is not specified.
4920 (japanese-hankaku-region): Ditto.
4921 From Katsumi Yamaoka <yamaoka@jpl.org>
4922
4923 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
4924
4925 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
4926 (outline-invisible-p): New function.
4927 (hide-leaves): Save excursion.
4928 (hide-other): Stop looping when reaching bobp.
4929
4930 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
4931
4932 * cus-edit.el (custom-file): Fix last change.
4933
4934 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
4935
4936 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
4937 same definition in byte-compile-function-environment as `autoload'
4938 would put in `symbol-function'.
4939
4940 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
4941 patch to correct the error message as well.
4942
4943 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
4944
4945 * cus-edit.el (custom-file): Don't assume we were invoked with -q
4946 unless ~/.emacs exists.
4947
4948 * novice.el (enable-command): If user-init-file is nil or does not
4949 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
4950
4951 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
4952
4953 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
4954 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4955 Allow spaces around macro arguments.
4956 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
4957 indent-for-tab-command.
4958 (latex-mode-map, plain-tex-mode-map): New keymaps.
4959 Inherit from tex-mode-map.
4960 (tex-common-initialization): Don't setup the keymap any more
4961 since it's now done right by define-derived-mode.
4962 (latex-mode): Set skeleton-end-hook to nil.
4963 (latex-skeleton-end-hook): Remove.
4964 (tex-latex-block, latex-insert-item): Simplify.
4965 (latex-syntax-after): Use following-char rather than char-after.
4966 (tex-discount-args-cmds, tex-count-words): New functions.
4967
4968 * textmodes/tildify.el (tildify-ignored-environments-alist):
4969 Recognize \verb* as well.
4970
4971 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
4972 (perl-comment-indent): Simplify to let newcomment.el do its job.
4973 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
4974 (perl-mark-function): Cleanup the namespace.
4975 (perl-calculate-indent): Don't be fooled by nested functions.
4976
4977 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
4978
4979 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4980 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
4981
4982 2001-05-25 Andrew Choi <akochoi@i-cable.com>
4983
4984 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
4985 actually be `\\'.
4986 (ctlau-b5-converter): Likewise.
4987
4988 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4989
4990 * international/titdic-cnv.el (quail-misc-package-ext-info):
4991 Change CTLauB.el to CTLau-b5.el.
4992
4993 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
4994
4995 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
4996 rather than beginning-of-line to avoid problems with fields.
4997 (gud-perldb-massage-args): Use unless and push.
4998 (gud-chdir-before-run): New var.
4999 (gud-common-init): Use it.
5000
5001 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5002
5003 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5004 delete entries for chinese-ctlau and chinese-ctlaub.
5005 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5006 chinese-ctlaub.
5007 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
5008 New functions.
5009
5010 2001-05-22 Gerd Moellmann <gerd@gnu.org>
5011
5012 * cus-edit.el (custom-comment-show): Remove debug code.
5013
5014 * language/japan-util.el (japanese-symbol-table): Fix handling of
5015 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5016
5017 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
5018
5019 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
5020 Renamed by removing the silly `-flag' suffix.
5021 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
5022
5023 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
5024
5025 * replace.el (keep-lines-read-args): Use `copy-marker'.
5026 (how-many): Save excursion properly.
5027 (occur-mode): Use define-derived-mode.
5028 (perform-replace): Use with-current-buffer.
5029
5030 2001-05-20 Richard M. Stallman <rms@gnu.org>
5031
5032 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
5033
5034 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
5035
5036 * info.el (Info-read-subfile): Widen before finding the
5037 desired node in the subfile.
5038
5039 * startup.el (command-line-1): When >2 files visited,
5040 leave the last one visible, and make that the selected window.
5041
5042 2001-05-20 Gerd Moellmann <gerd@gnu.org>
5043
5044 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
5045
5046 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
5047
5048 * international/ccl.el (define-ccl-program): Fix a typo.
5049 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5050
5051 * international/mule.el (decode-char): Fix a typo. From Pavel
5052 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5053
5054 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
5055 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5056
5057 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
5058 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5059
5060 2001-05-18 Sam Steingold <sds@gnu.org>
5061
5062 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
5063 and [RET] to `cvs-mode-find-file'.
5064
5065 2001-05-18 John Wiegley <johnw@gnu.org>
5066
5067 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5068 configuration variable, which determines the initial character
5069 that forces use of an external version of a command. The default
5070 is *, but may be set to \, for example.
5071
5072 * eshell/esh-ext.el (eshell-explicit-command):
5073 Use `eshell-explicit-command-char' instead of ?*.
5074
5075 * eshell/esh-cmd.el (eshell/which):
5076 Use `eshell-explicit-command-char' instead of ?*.
5077
5078 * eshell/em-cmpl.el (eshell-completion-command-name)
5079 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
5080 instead of ?*.
5081
5082 2001-05-18 Gerd Moellmann <gerd@gnu.org>
5083
5084 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5085 subst-char-in-string.
5086 (ange-ftp-after-parse-ls-hook): New variable.
5087 (ange-ftp-ls): Run that hook.
5088 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5089
5090 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5091 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5092 text into *Completions*.
5093
5094 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5095 part of which look like email addresses.
5096
5097 2001-05-18 Andrew Innes <andrewi@gnu.org>
5098
5099 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5100 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5101 cmd.exe's handling of FOR loops.
5102 (autoloads): Set find-file-suppress-same-file-warnings to t to
5103 avoid slew of spurious messages.
5104
5105 2001-05-18 Simon Josefsson <simon@josefsson.org>
5106
5107 * mail/smtpmail.el (maybe-append-domain): Renamed to
5108 `smtpmail-maybe-append-domain'.
5109 (smtpmail-via-smtp): Use the new name.
5110
5111 * net/browse-url.el (browse-url-browser-function): Add kde.
5112 (browse-url-kde-program, browse-url-kde-args): New variables.
5113 (browse-url-kde): New function.
5114
5115 2001-05-18 Miles Bader <miles@gnu.org>
5116
5117 * simple.el (delete-horizontal-space, just-one-space):
5118 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5119 because it's more efficient for large files.
5120
5121 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5122
5123 * mail/rmail.el (rmail-require-mime-maybe): New function.
5124 (rmail): Use it.
5125 (rmail-mode): Handle the case of finding Rmail files.
5126
5127 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5128 functions.
5129
5130 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5131
5132 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5133 text-property after moving to the beginning of line and regardless
5134 of the value of font-lock-multiline.
5135
5136 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5137
5138 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5139
5140 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5141 last coding system used before calling set-buffer-modified-p
5142 because that function changes last-coding-system.
5143
5144 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5145
5146 * files.el (switch-to-buffer-other-window)
5147 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5148 the doc string.
5149
5150 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5151
5152 * language/slovak.el, language/czech.el: New maintainer.
5153
5154 2001-05-16 Sam Steingold <sds@gnu.org>
5155
5156 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5157 sub-form of `defgeneric' correctly.
5158
5159 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5160
5161 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5162 of `c'.
5163
5164 * textmodes/outline.el (outline-font-lock-level): Remove the
5165 condition-case, test what outline-level returns instead, to
5166 ease debugging.
5167
5168 * international/mule.el (auto-coding-regexp-alist): New user-option.
5169 (auto-coding-from-file-contents): New function.
5170 (set-auto-coding): Use it to determine a coding system.
5171
5172 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5173
5174 * mouse.el (mouse-delete-other-windows): Doc fix.
5175
5176 * emacs-lisp/lisp-mode.el (lisp-mode):
5177 Make font-lock-keywords-case-fold-search a buffer-local variable with
5178 make-local-variable before setting it.
5179
5180 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5181
5182 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5183 prefixes.
5184
5185 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5186
5187 * hexl.el (hexl-current-address): Print a message when called
5188 interactively.
5189
5190 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5191
5192 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5193
5194 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5195
5196 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5197
5198 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5199
5200 * startup.el (command-line): If parameters have been changed in
5201 the init files which influence font selection, clear the face
5202 cache so that faces get realized with the new parameters.
5203
5204 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5205
5206 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5207
5208 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5209
5210 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5211
5212 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5213 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5214
5215 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5216
5217 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5218 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5219
5220 2001-05-09 John Wiegley <johnw@gnu.org>
5221
5222 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5223 Annotated the documentation string to tell users about
5224 `eshell-no-numeric-conversions'.
5225
5226 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5227 conversions if a Lisp function has the property
5228 `eshell-no-numeric-conversions' set to a non-nil value.
5229
5230 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5231 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5232 property `eshell-no-numeric-conversions' on the following
5233 functions (which all deal with filesystem entities, and never Lisp
5234 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5235 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5236 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5237 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5238 eshell/which, eshell/addpath.
5239
5240 2001-05-09 John Wiegley <johnw@gnu.org>
5241
5242 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5243 encountered as an argument, don't convert it right away, but tag
5244 the first character of the string with the text properties
5245 `number', which signifies to `eshell-lisp-command' that the
5246 argument should be passed through `string-to-number' if it is
5247 actually used in the call to a Lisp function.
5248
5249 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5250 function, convert any string arguments that have been tagged as
5251 "numbers", by calling string-to-number.
5252
5253 * eshell/esh-util.el (eshell-number-regexp): Now that number
5254 conversions only happen for Lisp function calls, the number regexp
5255 should now match all integer and floating point forms.
5256
5257 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5258 `eshell-continue-process', since they are both nonfunctional at
5259 the moment.
5260 (eshell-proc-initialize): Don't bind keys for
5261 `eshell-stop-process' or `eshell-continue-process'.
5262
5263 * eshell/em-unix.el (eshell-shuffle-files):
5264 Apply `directory-file-name' before calling `file-name-directory'.
5265
5266 * eshell/em-hist.el (eshell-add-to-history): Reference to
5267 `eshell-history-ring' needed to be `eshell-history-index'.
5268
5269 * calendar/timeclock.el (timeclock-find-discrep):
5270 Initialize `elapsed' to 0.
5271 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5272 it's still nil.
5273
5274 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5275
5276 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5277 (archive-mode): Use capitalize.
5278 (archive-unique-fname): Use make-temp-file.
5279
5280 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5281
5282 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5283
5284 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5285
5286 * tar-mode.el (tar-extract): Pay attention to the value of
5287 coding-system-for-read, if it is non-nil.
5288
5289 * calendar/holidays.el (holidays): Add an autoload cookie.
5290 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5291
5292 2001-05-08 John Wiegley <johnw@gnu.org>
5293
5294 * calendar/timeclock.el (timeclock-workday-remaining):
5295 Changed logic for determining how much time is remaining.
5296 (timeclock-workday-elapsed): Don't accept a "relative" argument
5297 for the current day's elapsed time. What could that have meant?
5298 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5299 (timeclock-when-to-leave): Changed logic, similarly to what was
5300 done for `timeclock-workday-remaining'.
5301 (timeclock-find-discrep): Removed "today-only" argument, which had
5302 no meaning. Fixed some more math problems. The function now
5303 returns a three member list: (TOTAL-TIME-DISCREPANCY
5304 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5305
5306 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5307
5308 * w32-fns.el (convert-standard-filename): Start replacing slashes
5309 from the beginning of the file name, not from where the last
5310 invalid character was. From "Andrew Maguire (SWW)"
5311 <Andrew.Maguire@Smallworld.co.uk>
5312
5313 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5314
5315 The following changes are to provide infrastructure for handling
5316 MIME messages to rmail. They don't affect the original behaviour
5317 if rmail-enable-mime is nil.
5318
5319 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5320 (rmail-search-mime-message-function)
5321 (rmail-search-mime-header-function): New variables.
5322 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5323 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5324 `rmail-view-buffer' is hidden.
5325 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5326 call rmai-show-mime-function.
5327 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5328 mode-line-process of rmail-view-buffer.
5329 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5330 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5331 buffer.
5332 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5333 set-buffer to the Rmail buffer.
5334 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5335 rmail-search-mime-header-function.
5336 (rmail-search-message): New function.
5337 (rmail-search): Call rmail-search-message to check if a message
5338 matches REGEXP, lastly update point after calling
5339 rmail-show-message.
5340 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5341 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5342 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5343 header region, refer to rmail-msgref-vector while setting the
5344 current buffer to rmail-buffer temporarily.
5345 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5346 If rmail-enable-mime is non-nil, call
5347 rmail-insert-mime-forwarded-message-function instead of inserting
5348 forwarded message by itself.
5349
5350 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5351 Rmail buffer.
5352 (rmail-set-label, rmail-next-labeled-message): Likewise.
5353
5354 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5355 set-buffer to the Rmail buffer.
5356 (rmail-output-to-rmail-file): Likewise.
5357 (rmail-output): Likewise.
5358
5359 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5360 of mail-fetch-field by rmail-summary-line-decoder.
5361 (rmail-new-summary): Be sure to go to the Rmail buffer.
5362 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5363 rmail-view-buffer to nil.
5364 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5365 rmail-view-buffer.
5366 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5367 rmail-buffer.
5368 (rmail-summary-scroll-msg-down): Likewise.
5369 (rmail-summary-beginning-of-message): Likewise.
5370 (rmail-summary-wipe): Likewise.
5371 (rmail-summary-toggle-header): Use save-window-excursion, not
5372 save-excursion. Update point in rmail-view-buffer, not in
5373 rmail-buffer.
5374 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5375 rmail-view-buffer, not rmail-buffer.
5376
5377 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5378
5379 * cus-edit.el (custom-file): Signal an error if user-init-file is
5380 nil (running -q).
5381
5382 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5383
5384 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5385 Add :version.
5386
5387 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5388 New option.
5389 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5390 only if smtpmail-warn-about-unknown-extensions is set.
5391
5392 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5393 instead of rmail-sort-by-keywords.
5394
5395 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5396 rmail-sort-by-keywords.
5397
5398 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5399 rmail-summary-sort-by-keywords. Doc fix.
5400 (rmail-summary-mode): Doc fix.
5401
5402 * mail/rmail.el (rmail-edit): New Custom group.
5403
5404 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5405 (rmail-edit-mode-hook): New user-option.
5406
5407 2001-05-05 Richard M. Stallman <rms@gnu.org>
5408
5409 * help.el (help-xref-symbol-regexp): Recognize "source of"
5410 and friends, meaning make a link to the source file.
5411 (help-make-xrefs): Handle "source of" and friends
5412 by constructing a link that visits the source file.
5413
5414 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5415
5416 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5417
5418 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5419 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5420 Renamed from perl-font-lock-keywords to avoid clashes.
5421 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5422 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5423 Updated correspondingly.
5424
5425 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5426 Typo `nonexistant' -> `nonexistent'.
5427
5428 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5429
5430 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5431 Split `c-electric-delete' into two functions where
5432 `c-electric-delete-forward' always deletes forward and
5433 `c-electric-delete' only contains the code necessary for XEmacs to
5434 choose between backward and forward deletion.
5435
5436 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5437 get the electric behavior on that key too.
5438 (c-fill-paragraph): Fixed bogus direct use of
5439 c-comment-prefix-regexp, which caused an error when it's a list.
5440
5441 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5442
5443 * dired-aux.el (dired-diff): Doc fix.
5444
5445 * dired.el (dired-diff): Likewise.
5446
5447 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5448
5449 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5450
5451 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5452
5453 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5454 if both the buffer and the file are read-only.
5455
5456 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5457 rather than font-lock-string-face.
5458 (sh-get-indent-info): Treat heredocs like strings.
5459
5460 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5461
5462 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5463 a newline following `}'.
5464 (texinfo-format-email): New function.
5465 (toplevel): Use texinfo-format-email for @email.
5466 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5467 Add `display'.
5468 (texinfo-sort-region): Goto point-min before sorting.
5469 (texinfo-set): Remove leading white space from value.
5470 From yagi@is.titech.ac.jp.
5471
5472 * replace.el (query-replace-regexp-eval): Doc fix.
5473
5474 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5475
5476 * diff-mode.el (diff-nonexistant-face): New face.
5477 (diff-font-lock-keywords): Use it.
5478
5479 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5480
5481 * font-lock.el (font-lock-mode): Doc fix.
5482
5483 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5484 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5485
5486 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5487
5488 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5489 backslash at the start of the here-document delimiter.
5490 (sh-font-lock-syntactic-keywords): Likewise.
5491
5492 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5493
5494 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5495
5496 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5497 (tty-color-translate, tty-color-by-index, tty-color-values)
5498 (tty-color-desc): Doc fix.
5499
5500 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5501
5502 * dired-aux.el (dired-do-create-files, dired-do-copy)
5503 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5504 Mention dired-dwim-target in the doc string.
5505
5506 2001-04-28 Miles Bader <miles@gnu.org>
5507
5508 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5509 (dabbrev--find-expansion): Use it.
5510 (dabbrev--select-buffers): Don't select ignored buffers.
5511
5512 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5513
5514 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5515
5516 2001-04-26 Richard M. Stallman <rms@gnu.org>
5517
5518 * dabbrev.el: Add doc strings for some functions.
5519 (dabbrev--eliminate-newlines): New variable.
5520 (dabbrev--substitute-expansion): Convert newlines to spaces
5521 if dabbrev--eliminate-newlines is set.
5522 If abbrev and expansion are both all-lower-case,
5523 leave dabbrev--last-case-pattern nil.
5524
5525 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5526
5527 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5528 if necessary, like in rmail-show-message.
5529
5530 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5531
5532 * ps-print.el: Color specified by number is forced to be float number.
5533 (ps-print-version): New version number (6.5.1.1).
5534 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5535 initialization.
5536 (ps-prefix-quote): New internal var.
5537 (ps-print-quote): New fun.
5538 (ps-setup, ps-output-frame-properties, ps-float-format)
5539 (ps-format-color): Code fix.
5540 (ps-plot-region): Eliminate redundant foreground color text setting.
5541
5542 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5543
5544 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5545
5546 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5547
5548 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5549
5550 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5551
5552 * info.el (Info-additional-directory-list): Doc fix.
5553
5554 * find-lisp.el (find-lisp-find-dired-filter)
5555 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5556 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5557
5558 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5559
5560 * progmodes/make-mode.el (makefile-font-lock-keywords):
5561 Rationalize the rules for includes and conditionals and use the
5562 keyword face for them.
5563
5564 * faces.el (modify-face): Add compatibility for non-interactive use.
5565
5566 2001-04-24 John Wiegley <johnw@gnu.org>
5567
5568 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5569 fix from last night, since it wasn't finding eshell/cd.
5570
5571 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5572
5573 * rect.el (string-rectangle): Revert to 20.x behaviour.
5574 (replace-rectangle): Make it an alias for string-rectangle.
5575 (string-insert-rectangle): New function.
5576
5577 2001-04-23 John Wiegley <johnw@gnu.org>
5578
5579 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5580 occurring with Emacs 21's diff.el/compile.el interaction layer.
5581
5582 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5583
5584 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5585 case where the function was defined in a file, but not part of an
5586 eshell module.
5587
5588 2001-04-23 John Wiegley <johnw@gnu.org>
5589
5590 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5591 code to work around a redisplay problem I've been having.
5592
5593 2001-04-23 John Wiegley <johnw@gnu.org>
5594
5595 * calendar/timeclock.el (timeclock-day-required): If the time
5596 required for a particular day is not set, use `timeclock-workday'.
5597 (timeclock-find-discrep): Added some sample code in a comment.
5598
5599 * eshell/eshell.el (eshell-command): Made a few changes so that
5600 `eshell-command' could be called programmatically.
5601
5602 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5603
5604 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5605
5606 2001-04-23 John Wiegley <johnw@gnu.org>
5607
5608 * calendar/timeclock.el: Updated copyright.
5609 (timeclock-generate-report): Don't report the daily or two-week
5610 total, if no time has been worked in that period.
5611 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5612 final computational form, which was unnecessary; corrected a
5613 parsing problem when timeclock-relative was nil.
5614
5615 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5616
5617 * calendar/timeclock.el (timeclock-modeline-display): Check if
5618 `list-entry' is null.
5619 (timeclock-use-display-time): The first argument to `set-variable'
5620 must be a symbol.
5621
5622 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5623
5624 * calendar/calendar.el (diary-entry-marker)
5625 (calendar-today-marker, calendar-holiday-marker):
5626 Use display-color-p instead of window-system.
5627 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5628 instead of window-system.
5629 (calendar-hide-window): Use display-multi-frame-p instead of
5630 window-system.
5631
5632 * calendar/cal-x.el (calendar-two-frame-setup)
5633 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5634 Use display-multi-frame-p instead of window-system.
5635
5636 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5637
5638 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5639
5640 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5641 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5642
5643 2001-04-23 Alex Schroeder <alex@gnu.org>
5644
5645 * goto-addr.el: Instead of defining line-beginning-position and
5646 line-end-position a defalias is used for point-at-bol and point-at-eol.
5647
5648 2001-04-23 Alex Schroeder <alex@gnu.org>
5649
5650 * goto-addr.el: Added XEmacs compatibility code.
5651 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5652
5653 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5654
5655 * textmodes/paragraphs.el (sentence-end): Doc fix.
5656
5657 2001-04-20 Alex Schroeder <alex@gnu.org>
5658
5659 * sql.el (sql-escape-newlines-and-send): New function.
5660 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5661
5662 2001-04-20 Alex Schroeder <alex@gnu.org>
5663
5664 * sql.el (sql-db2-program): New option.
5665 (sql-db2-options): New option.
5666 (sql-db2): New function.
5667
5668 2001-04-20 Alex Schroeder <alex@gnu.org>
5669
5670 * sql.el (sql-mode-menu): Added highlighting entries.
5671 (sql-highlight-oracle-keywords): New function.
5672 (sql-highlight-postgres-keywords): New function.
5673 (sql-highlight-ansi-keywords): New function.
5674
5675 2001-04-20 Alex Schroeder <alex@gnu.org>
5676
5677 * sql.el (sql-help): Doc change.
5678
5679 2001-04-19 Karl Fogel <kfogel@collab.net>
5680
5681 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5682 that inserted file content only to delete it immediately.
5683 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5684 <lektu@uol.com.br> for the patch.
5685
5686 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5687
5688 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5689
5690 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5691
5692 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5693 for defmethod.
5694
5695 * comint.el (comint-cr-magic): New function.
5696 (toplevel): Add it to comint-preoutput-filter-functions.
5697
5698 2001-04-18 Andrew Innes <andrewi@gnu.org>
5699
5700 * makefile.w32-in (EMACSLOADPATH): Define.
5701 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5702 (recompile): Remove stuff to set EMACSLOADPATH.
5703
5704 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5705
5706 * language/slovak.el ("Slovak"): Add tutorial entry.
5707
5708 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5709 browse-url-new-window-p.
5710
5711 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5712
5713 * info.el (Info-menu-update): When there are no menus and/or no
5714 cross references in the node, make the respective items of the
5715 Info menu-bar menu inactive.
5716
5717 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5718
5719 * indent.el (indent-for-tab-command): Call indent-line-function
5720 with no argument if PREFIX-ARG is non-nil.
5721
5722 * frame.el (delete-other-frames): Handle minibuffer-only frames.
5723
5724 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5725
5726 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5727 an async subprocess if start-process is unavailable. Suggested by
5728 Tim Van Holder <tim.van.holder@pandora.be>.
5729
5730 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5731
5732 * info.el (Info-additional-directory-list): Doc fix. Suggested by
5733 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5734
5735 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5736
5737 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
5738 manual.
5739
5740 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
5741
5742 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
5743 (cvs-menu): Add a few entries.
5744
5745 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
5746 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
5747 lock file appears to be reachable from Emacs.
5748 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
5749 (cvs-mode-find-file): Look for cvs-header-face rather than
5750 cvs-dirname-face (which doesn't exist).
5751 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
5752
5753 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
5754
5755 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
5756
5757 * emulation/pc-select.el (pc-selection-mode): Don't turn on
5758 normal-erase-is-backspace on a tty. Instead, bind some keys such
5759 as [delete] directly, like pc-select.el did before
5760 normal-erase-is-backspace was invented.
5761
5762 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5763
5764 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
5765
5766 2001-04-11 John Wiegley <johnw@gnu.org>
5767
5768 * eshell/em-ls.el (eshell-ls-insert-directory):
5769 Set font-lock-defaults to nil, to prevent fontification in dired
5770 buffers, if Eshell's ls is being used.
5771
5772 2001-04-11 John Wiegley <johnw@gnu.org>
5773
5774 * calendar/timeclock.el (timeclock-completing-read): New function.
5775 (timeclock-ask-for-project, timeclock-ask-for-reason):
5776 Call `timeclock-completing-read'.
5777
5778 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
5779 required where `member' was being used.
5780
5781 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
5782
5783 * eshell/em-hist.el (eshell-previous-matching-input):
5784 Don't display "History item" if the the minibuffer is active.
5785
5786 2001-04-11 Gerd Moellmann <gerd@gnu.org>
5787
5788 * startup.el (command-line): Output a newline after printing
5789 an error from loading the window system's init file.
5790
5791 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
5792
5793 * textmodes/texinfo.el (texinfo-font-lock-keywords):
5794 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
5795 @inforef. Add an OVERRIDE of `keep' to highlight specs of
5796 keywords whose arguments routinely include @@.
5797
5798 2001-04-10 Gerd Moellmann <gerd@gnu.org>
5799
5800 * emacs-lisp/advice.el (ad-make-advised-definition):
5801 Construct advice for subrs differently.
5802
5803 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
5804 regexp in parentheses when building the regexp for searching backwards.
5805
5806 * simple.el (completion-list-mode-finish): New function.
5807 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
5808
5809 * language/european.el ("Polish"): Change sample text.
5810 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5811
5812 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
5813 parameter.
5814
5815 * faces.el (menu): Doc fix.
5816
5817 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5818
5819 * ps-print.el: Footer implementation. Doc fix.
5820 (ps-print-version): New version number (6.5.1).
5821 (ps-header-frame-alist): New customization var for header frame
5822 properties.
5823 (ps-line-number-color): New customization var for line number color.
5824 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
5825 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
5826 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
5827 (ps-right-footer): New customization vars for footers.
5828 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
5829 footers.
5830 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
5831 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
5832 Code fix.
5833 (ps-prologue-file): Indentation fix.
5834 (ps-print-quote): Fun eliminated.
5835 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
5836 (ps-output-frame-properties): New fun.
5837 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
5838 (ps-skip-newline): Replace defun by defsubst.
5839
5840 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
5841
5842 * eshell/eshell.el (eshell-command): Needed a "%s" format
5843 specifier, in case the buffer contains percent characters.
5844
5845 2001-04-10 John Wiegley <johnw@gnu.org>
5846
5847 * calendar/timeclock.el (timeclock-generate-report): Added a
5848 missing insert of the project name.
5849
5850 2001-04-09 Gerd Moellmann <gerd@gnu.org>
5851
5852 * obsolete/profile.el: Moved from emacs-lisp/.
5853
5854 * Makefile.in (nonobsolete_setwins): New macro.
5855 (finder-data): Use it instead of `setwins'.
5856 From: Dave Love <fx@gnu.org>.
5857
5858 * server.el (server-visit-files): Set server-existing-buffer correctly.
5859 (server-visit-files): Run server-visit-hook after going to
5860 line 1 so that the hook can set point as it sees fit.
5861
5862 * bindings.el (mode-line-modified): Unify help messages.
5863
5864 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
5865
5866 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
5867 All callers changed.
5868
5869 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
5870
5871 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
5872 long file names aren't supported, truncate the file names in
5873 quail-misc-package-ext-info to 8+3 before matching them against
5874 FILENAME.
5875
5876 * dos-fns.el (dos-truncate-to-8+3): New function.
5877
5878 * progmodes/compile.el (grep-compute-defaults): Use null-device
5879 instead of literal /dev/null. Reported by Jens Schmidt
5880 <schmidt@mathematik.uni-kl.de>.
5881
5882 * simple.el (normal-erase-is-backspace-mode): Doc fix.
5883
5884 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
5885
5886 * textmodes/sgml-mode.el: Add unknown maintainer.
5887 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
5888 (html-mode-map): Use set-keymap-parent.
5889
5890 2001-04-06 Dave Love <fx@gnu.org>
5891
5892 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5893 Remove redundant string-to-list.
5894
5895 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
5896
5897 * composite.el (reference-point-alist): Doc fix.
5898
5899 2001-04-05 Sam Steingold <sds@gnu.org>
5900
5901 * font-lock.el (font-lock-keywords-case-fold-search):
5902 Make buffer-local. This fixes a very annoying bug when loading a Lisp
5903 file made font-lock case-insensitive.
5904
5905 2001-04-05 Gerd Moellmann <gerd@gnu.org>
5906
5907 * faces.el (defface menu): Doc fix.
5908
5909 * wid-edit.el (widget-color-sample-face-get): Don't make
5910 faces for undefined colors.
5911
5912 * version.el (emacs-version): Include LessTif/Motif version info.
5913
5914 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5915
5916 * ps-mule.el: Eliminate cl package dependence.
5917 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
5918 if they aren't defined yet.
5919 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
5920 Eliminate cl package dependence.
5921
5922 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
5923
5924 * progmodes/cc-cmds.el (c-outline-level):
5925 Bind buffer-invisibility-spec. Originally from Dave Love, but
5926 got lost when incorporating version 5.26.
5927
5928 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
5929
5930 * emulation/pc-select.el (pc-selection-mode):
5931 Call normal-erase-is-backspace-mode instead of binding
5932 keys individually.
5933
5934 * cus-load.el (normal-erase-is-backspace): Use it instead of
5935 delete-key-deletes-forward.
5936
5937 * startup.el (command-line): Use normal-erase-is-backspace and
5938 normal-erase-is-backspace-mode.
5939
5940 * simple.el (normal-erase-is-backspace): Rename from
5941 delete-key-deletes-forward. Doc fix.
5942 (normal-erase-is-backspace-mode): Rename from
5943 delete-key-deletes-forward-mode. Doc fix.
5944 Run normal-erase-is-backspace-hook.
5945
5946 * dired.el (dired-move-to-filename-regexp): Support file sizes in
5947 ``human-readable'' format produced by GNU `ls'.
5948 (dired-move-to-filename-regexp): Recognize ISO format dates.
5949 From Paul Eggert <eggert@twinsun.com>.
5950
5951 2001-04-04 Gerd Moellmann <gerd@gnu.org>
5952
5953 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
5954 New functions.
5955 (lm-verify): Check keywords.
5956 From Eric M. Ludlam <eric@siege-engine.com>.
5957
5958 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
5959
5960 * speedbar.el (speedbar-insert-image-button-maybe): Check for
5961 `xemacs' feature instead of for the function `set-extent-property'.
5962
5963 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
5964
5965 * mail/mh-utils.el (mh-folder-hist): New var.
5966 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
5967
5968 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
5969
5970 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
5971 region, position point on the first or last 16-byte group.
5972 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
5973 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
5974 hexl-beginning-of-line.
5975
5976 2001-04-03 Gerd Moellmann <gerd@gnu.org>
5977
5978 * icomplete.el (icomplete-mode): Treat an argument like other
5979 modes do.
5980
5981 * startup.el (fancy-splash-head): Use splash8.xpm for color
5982 depth 8.
5983
5984 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
5985 Add an antry for ``converts''.
5986
5987 * language/slovak.el ("Slovak"): Add documentation string.
5988 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
5989
5990 * language/czech.el ("Czech"): Add documentation string.
5991 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
5992
5993 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
5994 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
5995
5996 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
5997
5998 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
5999 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
6000 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
6001 Use `defsubst' rather than a macro to ease debugging.
6002 (mail-extr-last): Remove (use `last' instead).
6003 (mail-extract-address-components): Properly reset the syntax-table
6004 after parsing an address. Use `last' rather than mail-extr-last.
6005 Make sure the end marker stays at the very end.
6006
6007 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6008
6009 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
6010 last change.
6011
6012 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6013
6014 * ps-print.el: Line and paragraph spacing feature. Region to cut
6015 out when printing. Doc fix.
6016 (ps-print-version): New version number (6.5).
6017 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
6018 New vars. Line and paragraph spacing feature.
6019 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
6020 out when printing.
6021 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
6022 (ps-get-font-size, ps-begin-job, ps-continue-line)
6023 (ps-plot-region): Code fix.
6024 (ps-print-prologue-2): Var eliminated.
6025 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
6026 New internal vars.
6027 (ps-get-size): New fun.
6028 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
6029 (ps-next-line): Replace defun by defsubst.
6030 (ps-mule-plot-string): Autoload doc fix.
6031
6032 * ps-bdf.el: XEmacs compatibility. Doc fix.
6033 (installation-directory, coding-system-for-read): Declare vars if
6034 it's not declared yet.
6035 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
6036
6037 * ps-mule.el: XEmacs compatibility. Doc fix.
6038 (leading-code-private-22): Declare var if it's not declared yet.
6039 (charset-bytes, charset-dimension, charset-id, charset-width)
6040 (find-charset-region, split-char, char-width, chars-in-region)
6041 (forward-point, decompose-composite-char, encode-coding-string)
6042 (coding-system-p, ccl-execute-on-string, define-ccl-program):
6043 Define funs if not defined yet.
6044 (encode-composition-rule, find-composition): Define funs if not
6045 loaded yet.
6046 (ps-mule-prologue): PostScript code fix.
6047
6048 2001-04-02 Kenichi Handa <handa@etl.go.jp>
6049
6050 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
6051 non-nil, generate font for the header strings.
6052 (ps-mule-prepare-font): Likewise.
6053 (ps-mule-generate-glyphs): Likewise.
6054 (ps-mule-string-encoding): Likewise.
6055 (ps-mule-header-charsets): New variable.
6056 (ps-mule-encode-header-string): New function.
6057 (ps-mule-header-string-charsets): New function.
6058 (ps-mule-begin-job): Check charsets in the header strings. If there
6059 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
6060
6061 * ps-print.el (ps-generate-header-line): Encode the header string by
6062 ps-mule-encode-header-string.
6063 (ps-mule-encode-header-string): Declare autoload.
6064
6065 2001-04-02 Gerd Moellmann <gerd@gnu.org>
6066
6067 * frame.el (cursor-in-non-selected-windows):
6068 Replaces show-cursor-in-non-selected-windows.
6069
6070 2001-03-31 Kenichi Handa <handa@etl.go.jp>
6071
6072 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6073 Delete entries for "chinese-py" and "chinese-ziranma".
6074 (quail-misc-package-ext-info): New variable.
6075 (tsang-quick-converter): New function.
6076 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6077 (quick-cns-converter, py-converter, ziranma-converter)
6078 (miscdic-convert, batch-miscdic-convert): New functions.
6079
6080 2001-03-30 Kenichi Handa <handa@etl.go.jp>
6081
6082 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6083 eight-bit-control chars.
6084
6085 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6086 Reduce making temporary vector (suggested by Dave Love).
6087
6088 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6089
6090 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6091 string as well.
6092
6093 2001-03-30 Andreas Schwab <schwab@suse.de>
6094
6095 * files.el (backup-directory-alist): Fix typo.
6096
6097 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6098
6099 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6100 <eggert@twinsun.com>.
6101
6102 2001-03-30 Dave Love <fx@gnu.org>
6103
6104 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6105
6106 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6107
6108 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6109
6110 2001-03-30 Miles Bader <miles@gnu.org>
6111
6112 * subr.el (interactive-form): Fix paren typo.
6113
6114 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6115
6116 * emacs-lisp/profile.el: Say that it's obsolete in the header
6117 line, so that finder.el puts that into its data-base.
6118 Suggested by Alex Schroeder <alex@gnu.org>.
6119
6120 2001-03-29 Paul Eggert <eggert@twinsun.com>
6121
6122 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6123 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6124
6125 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6126
6127 * generic.el (generic-mode-set-comments): Use "" rather than nil
6128 for comment-end.
6129
6130 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6131
6132 * emacs-lisp/advice.el (ad-make-advised-definition):
6133 Call interactive-form to obtain the interactive spec of subrs.
6134
6135 * subr.el (interactive-form): New function.
6136
6137 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6138
6139 * vc-sccs.el (vc-sccs-register): Use relative file names.
6140
6141 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6142
6143 * bookmark.el (bookmark-get-bookmark): Handle case that
6144 BOOKMARK is not a string.
6145
6146 * image.el (image-type-regexps): Change type for PS files
6147 to `postscript'.
6148
6149 * subr.el (read-passwd): Clear command history after each
6150 character entered. From: Stephen Gildea
6151 <gildea@stop.mail-abuse.org>.
6152
6153 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6154
6155 * international/kkc.el (kkc-save-init-file): Locally bind
6156 print-length to nil.
6157
6158 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6159
6160 * textmodes/flyspell.el: Some doc fixes.
6161 (flyspell-maybe-correct-transposition)
6162 (flyspell-maybe-correct-doubling): Use a temporary buffer
6163
6164 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6165
6166 * emacs-lisp/byte-opt.el (byte-optimize-while)
6167 (byte-optimize-form-code-walker): Diagnose too few arguments
6168 for `if' and `while'.
6169
6170 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6171
6172 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6173 Prepend `\' to "\<quail-translation-docstring>".
6174
6175 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6176
6177 * autorevert.el (global-auto-revert-non-file-buffers):
6178 Remove duplicate defcustom.
6179
6180 2001-03-26 Miles Bader <miles@gnu.org>
6181
6182 * international/latin1-disp.el (latin1-char-displayable-p):
6183 Add leading "-" for X font pattern.
6184
6185 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6186
6187 * international/mule-diag.el (describe-coding-system):
6188 For raw-text and emacs-mule, don't add anymore text about what
6189 charsets they can encode.
6190
6191 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6192
6193 * help.el (view-lossage): Mention open-dribble-file in the doc
6194 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6195
6196 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6197
6198 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6199 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6200
6201 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6202
6203 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6204 Call ccl-execute-on-string directly so that CCL program handling
6205 multibyte sequence can work correctly.
6206 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6207 property of the coding system.
6208
6209 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6210
6211 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6212 Fix transcription typo.
6213
6214 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6215
6216 * whitespace.el: Add buffer local variables to toggle testing of
6217 whitespaces in buffers without affecting the default values.
6218 Bump version to 3.0 to account for a few other changes.
6219 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6220 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6221 (whitespace-toggle-spacetab-check): New functions.
6222
6223 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6224
6225 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6226
6227 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6228
6229 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6230 bs-cycle-configuration-name. From Juanma Barranquero
6231 <lektu@uol.com.br>.
6232
6233 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6234 and cc-vars.el.
6235
6236 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6237 headers. Always invoke sendmail with option -t.
6238
6239 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6240
6241 * Release of cc-mode 5.28.
6242
6243 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6244
6245 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6246 Removed the hardcoded switch to "java" style in Java mode.
6247 It's instead taken care of by the default value for c-default-style.
6248
6249 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6250
6251 * cc-align.el (c-lineup-math): Fix bug where lineup was
6252 triggered by equal signs in string literals.
6253
6254 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6255
6256 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6257 limit detection when at the ends of the buffer.
6258
6259 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6260 "for" statement clause in case 7F; a better one is done
6261 earlier in case 7D anyway.
6262
6263 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6264
6265 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6266 somewhat more and did a small optimization.
6267
6268 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6269
6270 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6271 Use the limit argument only to limit the syntactic context
6272 search, not to limit the actual movement.
6273
6274 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6275 inside multiline strings, just like in comments. Also various
6276 fixes to the paragraph and comment prefix recognition, block
6277 comment ender handling etc.
6278
6279 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6280
6281 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6282 the relative position of the point.
6283
6284 * cc-cmds.el (c-electric-continued-statement): New function to
6285 use as abbrev hook to reindent for keywords such as "else"
6286 that continues an earlier statement.
6287
6288 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6289 like classes.
6290
6291 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6292 (pike-mode): Populate the default abbrev tables to reindent for
6293 keywords such as "else" that can continue earlier statements.
6294 Abbrev mode is therefore turned on by default now. (Note that
6295 this doesn't apply to idl-mode, since IDL afaik doesn't have
6296 statements at all.)
6297
6298 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6299
6300 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6301 bracelists where the declaration contains template arguments.
6302
6303 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6304
6305 * cc-cmds.el (c-comment-indent):
6306 Use `c-get-syntactic-indentation' to correctly calculate the
6307 syntactic indentation. Fixes bug with lineup functions that
6308 return vectors.
6309
6310 * cc-engine.el (c-get-syntactic-indentation): Split the
6311 indentation sum calculation from `c-indent-line' to a separate
6312 function.
6313
6314 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6315
6316 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6317 Fixed places where it was assumed that preprocessor directives
6318 have to start in column zero.
6319
6320 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6321 template arguments after a class identifier properly.
6322
6323 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6324 lists for `new Foo[]' constructs in Java as expressions and
6325 not top level definition brace lists on the top level, so that
6326 they'll get indented consistently with the same type of
6327 expression in a normal block.
6328
6329 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6330
6331 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6332 whether the adaptive filling package fails to keep the comment
6333 prefix is now kludged further to check for filladapt-mode
6334 which doesn't have that problem. This is really icky, but it's
6335 the only way that works with the current misfeatures/bugs in
6336 both adaptive-fill-mode and filladapt-mode.
6337
6338 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6339 around point is recognized more robust.
6340
6341 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6342
6343 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6344 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6345 (c-lit-type): Fixed all internal variables used dynamically so
6346 that they are always bound.
6347
6348 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6349 errors:
6350
6351 (c-indent-region): Fixed reporting of syntactic errors so that
6352 the region is fully reindented even when an error occurs.
6353 The last syntactic error is printed afterwards. Also cleanup up a
6354 whole lot of code that tried to optimize indentation of whole
6355 sexps but in reality accomplishes nothing.
6356
6357 (c-indent-sexp): Use c-indent-region.
6358
6359 (c-parsing-error): Changed this variable to hold the message
6360 for any syntactic error that is discovered.
6361
6362 (c-parse-state): Search backward from point instead of the bod
6363 position when the latter is invalid. This makes CC Mode
6364 recover faster when there are unbalanced close braces.
6365
6366 (c-backward-to-start-of-if): Use c-parsing-error to report
6367 dangling "else" clauses instead of throwing an error, and fall
6368 back to a reasonable position.
6369
6370 (c-indent-line): Added argument to avoid reporting syntactic errors.
6371
6372 (c-show-syntactic-information): Don't report any syntactic errors.
6373
6374 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6375
6376 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6377 paragraph recognition when moving by sentence in literals.
6378
6379 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6380 start regexp for javadoc to recognize javadoc markup in general instead
6381 of a specific set of keywords, to be more future-safe.
6382
6383 (c-Pike-pikedoc-paragraph-start)
6384 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6385 pikedoc markup.
6386
6387 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6388
6389 (pike-mode): Initialize paragraph settings pikedoc recognition.
6390
6391 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6392
6393 (c-comment-prefix-regexp): Made it possible to use an
6394 association list on this to specify mode specific regexps.
6395 The default value now use a special regexp in Pike mode to
6396 recognize pikedoc markup.
6397
6398 (c-current-comment-prefix): New variable containing the actual
6399 regexp from c-comment-prefix-regexp for the current buffer.
6400
6401 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6402
6403 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6404 lists: We can't look at the syntax, since a brace list can get
6405 recognized as a plain statement-cont.
6406
6407 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6408 special brace list opener broken over two lines got recognized
6409 as a statement on the second line. Case 9A changed.
6410
6411 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6412
6413 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6414 adjustment after line is reindented.
6415
6416 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6417
6418 * cc-defs.el (c-point): Added optional argument for position
6419 to use instead of the current point.
6420
6421 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6422 the in-expression block symbols when the construct starts at
6423 boi, to avoid the extra level of indentation in that case.
6424 Cases 4, 16A and 17E affected.
6425
6426 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6427
6428 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6429 calls to `c-indent-line', to adhere better to Emacs conventions.
6430
6431 * cc-engine.el (c-indent-line): Use the syntax already bound
6432 to `c-syntactic-context', if there is any.
6433
6434 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6435
6436 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6437 wasn't added up correctly when a lineup function returned nil.
6438
6439 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6440
6441 * cc-engine.el (c-collect-line-comments): Fixed bug where
6442 empty lines were ignored when collecting line comments backwards.
6443
6444 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6445
6446 * cc-align.el (c-lineup-dont-change): Return an absolute
6447 indentation column to work correctly in the case when several
6448 syntactic elements are processed for the same line.
6449
6450 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6451 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6452 (c-set-offset): Added absolute indentation column settings by
6453 using the vector type.
6454
6455 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6456
6457 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6458 Implemented two new cleanups `space-before-funcall' and
6459 `compact-empty-funcall'.
6460
6461 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6462
6463 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6464 helping building regexps.
6465
6466 * cc-engine.el (c-on-identifier): New function for detecting
6467 identifiers. It takes keywords into account.
6468
6469 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6470 lists. `c-keywords' is set to a regexp matching all keywords
6471 in the current language.
6472
6473 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6474
6475 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6476 list of characters to skip backwards over at the beginning of
6477 a statement, since it can precede string literals in Pike.
6478
6479 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6480
6481 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6482 recognition when standing on the last line in a C++ comment
6483 with nothing but whitespace after the prefix.
6484
6485 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6486 given no limit argument.
6487
6488 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6489
6490 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6491 recognition for the `[]= operator symbol in Pike.
6492
6493 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6494
6495 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6496 around a bug in `eval-when-compile' in the byte compiler.
6497
6498 * cc-engine.el (c-forward-token-1): Fixed bug with return
6499 value when count is zero and there's no token start within the limit.
6500
6501 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6502 "prefix comments", i.e. comments which are followed by code on
6503 the same line.
6504
6505 * cc-mode-19.el: Fixes so that checks that must be done at
6506 compile time also are done then.
6507
6508 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6509
6510 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6511 time and at runtime, and only when it's needed.
6512
6513 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6514
6515 Major cleanup for less error prone and more warning free
6516 compilation, including some fixes for bugs due to different
6517 compilation orders. Thanks to Martin Buchholz for providing
6518 the basis for all this.
6519
6520 * cc-bytecomp.el: New file that provides some byte compilation
6521 features: It ensures that files always are loaded from the
6522 current source directory during compilation, and it provides a
6523 set of macros to turn off specific compiler warnings for
6524 specific symbols. (It's not CC Mode specific in any way.)
6525
6526 Fixed a nearly acyclic dependency tree (both runtime and
6527 compile-time) between all files.
6528
6529 * cc-defs.el: Separated all macros before the inline functions,
6530 to ensure correct compilation.
6531
6532 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6533 cc-defs.el to cc-engine.el and made it a function instead.
6534
6535 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6536 about char-after.
6537
6538 * cc-vars.el: Cope even when there isn't a custom package
6539 containing defcustom available.
6540
6541 * cc-make.el: Removed since it's no longer necessary.
6542
6543 README: Updated installation instructions.
6544
6545 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6546
6547 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6548 improve the modularity: Moved all mode init stuff from
6549 cc-langs.el to cc-mode.el, including the keymap
6550 initialization; cc-langs now only contains the various
6551 variables for configuring the language syntax.
6552
6553 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6554 (c-get-offset): Moved from cc-styles to cc-engine since file
6555 dependency analysis suggests they belong there (which also
6556 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6557
6558 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6559
6560 * cc-cmds.el (c-fn-region-is-active-p): New function that
6561 wraps the corresponding macro, for use in places that aren't
6562 compiled. Thanks to Martin Buchholz for pointing out this.
6563
6564 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6565
6566 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6567 add things to the bug report.
6568
6569 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6570
6571 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6572 returned prefix could contain a newline when the search for a
6573 good prefix line failed.
6574
6575 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6576
6577 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6578 (c-toggle-auto-hungry-state): Made the argument optional, as
6579 the documentation says it is.
6580
6581 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6582
6583 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6584 multiline string syntax, #"...", as a cpp macro.
6585
6586 2001-03-21 Paul Eggert <eggert@twinsun.com>
6587
6588 * international/mule-cmds.el (set-locale-environment):
6589 Set system-messages-locale and system-time-locale, but only if the
6590 caller specifies a non-nil locale name.
6591
6592 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6593
6594 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6595 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6596
6597 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6598
6599 * follow.el (follow-avoid-tail-recenter): Doc fix.
6600
6601 * custom.el (custom-set-variables): Avoid reversing the list
6602 of args needlessly.
6603
6604 * startup.el (fancy-splash-head): Don't change the colors of the
6605 XPM image on a dark background.
6606
6607 * comint.el (comint-exec-1): Set columns of the terminal to
6608 window-width instead of frame-width.
6609
6610 * info.el (Info-scroll-down): Add missing WINDOW arg for
6611 pos-visible-in-window-p.
6612
6613 * ehelp.el (electric-help-mode-hook): Add defcustom.
6614
6615 * mail/sendmail.el (mail-mode): Activate case-folding in
6616 font-lock-defaults.
6617
6618 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6619
6620 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6621 (completion-ignored-extensions): Remove duplicate ".class".
6622
6623 2001-03-19 Andreas Schwab <schwab@suse.de>
6624
6625 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6626 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6627
6628 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6629
6630 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6631 methods since there are not prefix input methods.
6632
6633 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6634
6635 * international/mule-cmds.el (read-input-method-name):
6636 Locally bind enable-recursive-minibuffers to t.
6637
6638 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6639
6640 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6641
6642 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6643
6644 * ediff-util.el: Copyright years.
6645 (ediff-choose-syntax-table): New function.
6646 (ediff-setup): Use ediff-choose-syntax-table.
6647
6648 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6649 with-syntax-table.
6650
6651 * ediff.el: Date of last update, copyright years.
6652
6653 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6654
6655 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6656 of Scott Bronson.
6657 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6658 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6659 Deleted functions.
6660 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6661 ex-token-list.
6662
6663 * viper-util.el: Spaces, indentation.
6664
6665 * viper.el: Changed version, modification time.
6666
6667 2001-03-16 John Wiegley <johnw@gnu.org>
6668
6669 * calendar/timeclock.el (timeclock-workday-remaining):
6670 Check whether `discrep' is non-null before using it.
6671
6672 2001-03-16 John Wiegley <johnw@gnu.org>
6673
6674 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6675 first-time checkins.
6676 (timeclock-log-data): Fixed problem with reading timelog log file.
6677 Resulting data in the "day list" was incorrect.
6678 (timeclock-find-discrep): Check if `timeclock-file' is readable
6679 before opening it.
6680 (timeclock-time-less-p): New function.
6681 (timeclock-day-base): New function.
6682 (timeclock-geometric-mean): New function.
6683 (timeclock-generate-report): Generate a summary report based on
6684 the contents of the log file. This uses `timeclock-log-data', and
6685 is an example of writing a timelog manipulation function.
6686 (timeclock-visit-timelog): A quick command for opening the timelog
6687 file.
6688 (timeclock-log-data): Bound the variable event.
6689
6690 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6691
6692 * international/mule-cmds.el (select-safe-coding-system):
6693 Fix typo: symbol-name -> symbol-value.
6694
6695 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6696 before substitute-in-file-name to handle double slashes in FILE
6697 correctly.
6698
6699 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6700
6701 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6702 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6703
6704 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6705
6706 * bindings.el (features): Add `md5' and `overlay' to the list.
6707
6708 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6709 bound before using it. It's not bound when configured without X,
6710 for instance.
6711
6712 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6713
6714 * progmodes/hideshow.el: Update copyright.
6715 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6716 (hs-minor-mode-hook): Include `:version' in defcustom form.
6717
6718 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6719
6720 * help.el (string-key-binding): Don't call event-start on
6721 a non-list.
6722
6723 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
6724
6725 * startup.el (fancy-splash-tail, command-line-1): Fix the
6726 copyright year.
6727
6728 2001-03-13 Kenichi Handa <handa@etl.go.jp>
6729
6730 * term.el: These changes are based on a patch sent from Yong Lu
6731 <lyongu@yahoo.com>.
6732 (term-set-escape-char): Bind M-x to execute-extended-command in
6733 term-raw-escape-map.
6734 (term-move-columns): Don't try to move to negagive column.
6735 (term-emulate-terminal): Insert a string before deleting a text to
6736 overwrite.
6737
6738 2001-03-12 Gerd Moellmann <gerd@gnu.org>
6739
6740 * play/life.el (life): Rearrange code so that all calls to
6741 life-display-generation are in a catch-form.
6742
6743 * progmodes/etags.el (tags-loop-continue): Don't change point in a
6744 file that isn't interesting. In an interesting file, push the old
6745 value of point on the mark ring.
6746
6747 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
6748 New function.
6749 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
6750 Use it.
6751
6752 * emacs-lisp/autoload.el (generate-file-autoloads):
6753 Remove warning about line lengths.
6754
6755 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6756
6757 * progmodes/etags.el (tags-compression-info-list): New variable.
6758 (find-tag-in-order): Use it to deal with compressed source files.
6759 (tag-file-name-match-p): New function.
6760 (etags-recognize-tags-table): Use it for better match of file names.
6761
6762 2001-03-12 Kenichi Handa <handa@etl.go.jp>
6763
6764 * international/mule-cmds.el (register-input-method): Doc fix.
6765
6766 * international/quail.el (quail-translate-key): Fix condition to
6767 check if there's another breaking point in the current key.
6768
6769 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
6770
6771 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
6772 Babyl header to the newly-created output file, bind
6773 coding-system-for-write to either rmail-file-coding-system or
6774 emacs-mule-unix.
6775
6776 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
6777
6778 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
6779 Fix the name and regexp used for subsubsections.
6780
6781 2001-03-10 Dave Love <fx@gnu.org>
6782
6783 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
6784 and save-buffer if buffer-file-name non-nil. From rms.
6785
6786 2001-03-10 Andre Spiegel <spiegel@gnu.org>
6787
6788 * vc.el (vc-do-command): If the destination buffer is already
6789 current, don't set it up and don't erase it. Updated doc string
6790 to reflect that.
6791 (vc-version-diff): When doing a single file diff, don't switch to the
6792 *vc-diff* buffer before the command. This is to preserve local
6793 variable bindings that might affect the diff command.
6794 (vc-print-log): Don't switch to the *vc* buffer before the
6795 command, so that local variable bindings are preserved.
6796
6797 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6798 not the current buffer.
6799 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
6800
6801 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6802 make output go to buffer *vc*, not the current buffer.
6803
6804 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
6805
6806 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
6807 so ^, $, *, ? and + are interpreted correctly.
6808
6809 2001-03-09 Gerd Moellmann <gerd@gnu.org>
6810
6811 * help.el (string-key-binding): Renamed from
6812 mode-line-key-binding. Handle any event on a string.
6813 Check for `keymap' properties as well as `local-map' properties.
6814
6815 * comint.el (comint-insert-clicked-input): Use the last key
6816 from this-command-keys to lookup the global key definition.
6817
6818 2001-03-09 Kenichi Handa <handa@etl.go.jp>
6819
6820 * international/characters.el: Add category `j' for
6821 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
6822
6823 * international/mule-conf.el (no-conversion): Fix docstring.
6824 (raw-text): Fix docstring.
6825
6826 2001-03-08 Gerd Moellmann <gerd@gnu.org>
6827
6828 * simple.el (choose-completion-string): When not leaving the
6829 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
6830 is set.
6831
6832 * window.el (shrink-window-if-larger-than-buffer): Handle frame
6833 parameter `(minibuffer . t)'.
6834
6835 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6836
6837 * progmodes/sh-script.el (sh-st-symbol): New symbol.
6838 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
6839 (sh-mode): Remove `make-local-variable' for unused var
6840 `font-lock-unfontify-region-function'.
6841
6842 2001-03-07 Richard M. Stallman <rms@gnu.org>
6843
6844 * info.el (Info-scroll-down): Fix previous change.
6845
6846 * mail/rmail.el (rmail-toggle-header): Use a window which
6847 is showing the Rmail buffer, rather than the selected window.
6848
6849 2001-03-07 Dave Love <fx@gnu.org>
6850
6851 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
6852 now, to avoid problems with binding imenu directly to a mouse event.
6853
6854 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6855
6856 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
6857 second arg t.
6858
6859 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6860
6861 * log-edit.el (log-edit-common-indent): New var.
6862 (log-edit-set-common-indentation): Renamed from
6863 log-edit-delete-common-indentation. Use the new var.
6864 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
6865
6866 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
6867 (cvs-mode-add-change-log-entry-other-window):
6868 Don't presume change-log-default-name is defined.
6869
6870 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
6871
6872 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
6873 the "tree" operation as well.
6874
6875 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
6876
6877 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
6878 to match paragraph-start.
6879
6880 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
6881 comment-start-skip and set comment-end-skip as well.
6882 (sgml-comment-indent): Fix for new value of comment-start-skip.
6883 (html-autoview-mode): Don't bother using make-local-hook.
6884
6885 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6886
6887 * cus-edit.el (custom-save-delete): Move in front of local
6888 variables, otherwise long Custom entries would make them ineffective.
6889
6890 * uniquify.el: Set maintainer to FSF.
6891
6892 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
6893
6894 * dired-aux.el (dired-do-shell-command): Doc fix.
6895
6896 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
6897
6898 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
6899
6900 * which-func.el (which-func-modes): Add cperl-mode.
6901 (which-func-mode-global): Use define-minor-mode.
6902
6903 * info-look.el: Docstring fixes and dead code eliminated.
6904 (cperl-mode): Add support.
6905 (emacs-lisp-mode): List all entries from elisp manual, whether
6906 or not they are currently (f)bound or not. Update regexp.
6907
6908 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
6909
6910 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
6911 so that C-h m shows the correct information.
6912 Use make-local-variable rather than make-variable-buffer-local.
6913 (cperl-info-buffer, cperl-setup-tmp-buf):
6914 Use make-local-variable rather than make-variable-buffer-local.
6915 (cperl-msb-fix, cperl-get-help-defer):
6916 Check major-mode for `cperl-mode' as well.
6917
6918 * progmodes/cperl-mode.el: Updated to author version 4.23.
6919 (cperl-electric-pod): SYNOPSIS was misspelled.
6920 (cperl-find-pods-heres): @if ? a : b was considered a REx.
6921 (cperl-after-expr-p): Make true after __END__.
6922
6923 2001-03-06 Gerd Moellmann <gerd@gnu.org>
6924
6925 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6926 bookmark-completion-ignore-case is t.
6927
6928 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
6929 switch, like xterm, and concat resource strings, with a newline
6930 between them.
6931
6932 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
6933
6934 * international/codepage.el (cp770-decode-table)
6935 (cp773-decode-table, cp774-decode-table): New variables.
6936
6937 * man.el (Man-hyphenated-reference-regexp): New variable.
6938 (Man-build-references-alist): Use it to search for referenced
6939 manpages. If hyphenated is non-nil, record a concatenated word in
6940 Man-refpages-alist only if it matches Man-reference-regexp.
6941 Update word's length when it is concatenated. Reverse the list,
6942 to get the first manpage at the head.
6943 (Man-possibly-hyphenated-word): New function.
6944 (Man-follow-manual-reference): Use it instead of current-word to
6945 find a manpage at point, in a way that accounts for hyphenated
6946 references.
6947
6948 2001-03-06 Alex Schroeder <alex@gnu.org>
6949
6950 * sql.el (sql-interbase): New function.
6951 (sql-interbase-program): New option.
6952 (sql-interbase-options): New option.
6953 And some typos fixed: "customise" to "customize".
6954
6955 2001-03-06 Dave Love <fx@gnu.org>
6956
6957 * textmodes/flyspell.el (flyspell-region):
6958 Set up flyspell-local-mouse-map.
6959
6960 2001-03-05 Richard M. Stallman <rms@gnu.org>
6961
6962 * mail/rmail.el (rmail-retry-failure):
6963 Don't call rmail-beginning-of-message.
6964 Don't discard From: field. Do discard Received: field.
6965 Use unwind-protect to re-prune.
6966 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
6967
6968 2001-03-06 Kenichi Handa <handa@etl.go.jp>
6969
6970 * international/quail.el (quail-title): Add autoload cookie.
6971
6972 2001-03-05 Dave Love <fx@gnu.org>
6973
6974 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
6975 new defs.
6976
6977 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6978
6979 * language/ethio-util.el (ethio-toggle-space):
6980 Update current-input-method-title if necessary.
6981 (ethio-toggle-punctuation): Likewise.
6982
6983 * international/quail.el (quail-title): Fix for the case that a
6984 title of an input method is specified by a list of the same form
6985 as used in mode-line-format.
6986
6987 * international/mule-cmds.el (activate-input-method):
6988 If current-input-method-title is set by activating INPUT-METHOD,
6989 respect that value.
6990
6991 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6992
6993 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
6994
6995 2001-03-05 Alex Schroeder <alex@gnu.org>
6996
6997 * sql.el (sql-sybase): Fix typo (was: query user about server two
6998 times instead of server and database).
6999
7000 * sql.el (sql-sybase): Doc change.
7001 (sql-mysql): Doc change.
7002 (sql-postgres): Doc change.
7003
7004 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7005
7006 * international/mule-conf.el (emacs-mule, raw-text):
7007 Docstring modified.
7008
7009 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7010
7011 * term/internal.el: Update copyright notice.
7012
7013 * term/pc-win.el: Update copyright notice.
7014
7015 2001-03-02 Dave Love <fx@gnu.org>
7016
7017 * files.el (insert-file-contents-literally):
7018 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
7019 not jka-compr-compression-info-list.
7020
7021 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
7022
7023 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
7024 spaces in default comment-start-skip settings rather than \s-.
7025
7026 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
7027
7028 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
7029 default-frame-alist as well.
7030
7031 2001-03-01 Dave Love <fx@gnu.org>
7032
7033 * textmodes/reftex.el (defvar): Wrap some defvars in
7034 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
7035
7036 * subr.el (event-basic-type): Doc fix.
7037
7038 * international/quail.el: Doc fixes.
7039
7040 * international/utf-8.el: Doc fixes.
7041
7042 * international/mule-cmds.el: Doc fixes.
7043 (leim-list-header): Fix header text.
7044
7045 * international/mule.el (coding-system-category): Doc fix.
7046
7047 * international/ccl.el (ccl-compile): Doc fix.
7048
7049 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
7050
7051 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
7052 rather than (before|after)-change-functions.
7053
7054 2001-03-01 Gerd Moellmann <gerd@gnu.org>
7055
7056 * ediff-util.el (ediff-scroll-horizontally): Arrange for
7057 scroll-left and scroll-right being called interactively so that
7058 they set the window's min_hscroll.
7059
7060 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7061
7062 * info.el (info-insert-file-contents-1): Accept an additional
7063 argument `lfn': if it is non-nil, concatenate `filename' and
7064 `suffix'; otherwise use the complicated MS-DOS code.
7065 All callers changed.
7066 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7067 can access long file names, try the long file-name version of
7068 `info-insert-file-contents-1', then the short file-name version.
7069
7070 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
7071
7072 * language/ethio-util.el (setup-ethiopic-environment-internal):
7073 Change bindings of functions keys to conform to "Emacs Lisp Coding
7074 Convention".
7075
7076 * language/ethiopic.el ("Ethiopic"): Add documentation.
7077
7078 2001-02-28 Kenichi Handa <handa@etl.go.jp>
7079
7080 * international/utf-8.el (mule-utf-8): Set coding-category
7081 property to coding-category-utf-8.
7082
7083 2001-02-27 Richard M. Stallman <rms@gnu.org>
7084
7085 * lpr.el (lpr-page-header-switches, print-region-1):
7086 Undo 2000-07-06 change.
7087 (lpr-add-switches): Default to t on gnu/linux.
7088
7089 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7090
7091 * bs.el (bs-attributes-list): Doc fix.
7092
7093 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7094
7095 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7096
7097 * help.el (view-order-manuals): Use goto-address.
7098
7099 * startup.el (command-line-1): Add info about ordering manuals
7100 to the not so fancy splash screens.
7101
7102 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7103
7104 * vc.el (vc-default-workfile-unchanged-p)
7105 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7106
7107 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7108
7109 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7110 fontify in the right buffer.
7111
7112 * allout.el (outline-flag-region): Move macro in front of first
7113 use to avoid a run-time error.
7114
7115 2001-02-24 Andrew Innes <andrewi@gnu.org>
7116
7117 * makefile.w32-in: Fix copyright notice.
7118
7119 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7120
7121 * international/utf-8.el (mule-utf-8): Set correct value for
7122 valid-codes property.
7123
7124 * international/fontset.el (x-complement-fontset-spec): In the
7125 case that we use ASCII font for the other charsets, use only
7126 family and registry part of it.
7127
7128 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7129
7130 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7131 (shrink-window-if-larger-than-buffer): Doc fix.
7132
7133 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7134
7135 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7136 predicate passed to completing-read.
7137
7138 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7139
7140 * startup.el (command-line): Fix last change.
7141
7142 2001-02-23 Jason Rumney <jasonr@gnu.org>
7143
7144 * startup.el (tool-bar-originally-present): New variable.
7145 (command-line): Set it if the tool-bar is switched on at startup.
7146
7147 * frame.el (frame-notice-user-settings): Only adjust frame height
7148 for no tool-bar case if tool-bar was originally switched on.
7149 From E. Jay Berkenbilt.
7150
7151 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7152
7153 * server.el (server-switch-buffer): Only switch window if the
7154 current one is dedicated.
7155
7156 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7157 rather than using (match-beginning 0) when searching for break point.
7158
7159 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7160
7161 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7162 @ follows an accent command such as @'. Support optional braces
7163 in commands that insert accents, like makeinfo does.
7164
7165 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7166
7167 * startup.el (fancy-splash-text): Add a line for ordering
7168 manuals. Reverse order of splash screens shown.
7169 (use-fancy-splash-screens-p): Adapt to the text line added.
7170
7171 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7172 manuals from the FSF.
7173
7174 * help.el (view-order-manuals): New function.
7175 (toplevel): Bind C-h C-m to this function.
7176
7177 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7178
7179 * newcomment.el (comment-forward): Skip the comment-start before
7180 searching for the comment-end.
7181
7182 2001-02-21 Dave Love <fx@gnu.org>
7183
7184 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7185
7186 * international/mule-cmds.el, international/mule.el: Doc fixes.
7187
7188 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7189
7190 * startup.el (fancy-splash-screens): Use display-hourglass
7191 instead of display-busy-cursor.
7192
7193 * frame.el (display-hourglass): Renamed from busy-cursor.
7194 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7195 (show-cursor-in-non-selected-windows): Doc fix.
7196
7197 2001-02-20 Dave Love <fx@gnu.org>
7198
7199 * international/utf-8.el: Doc and commentary fixes.
7200
7201 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7202
7203 * ehelp.el (with-electric-help): Doc fix.
7204
7205 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7206
7207 * msb.el (msb-mode): Call the update-buffers function explicitly
7208 with a FORCE argument.
7209
7210 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7211 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7212 returns nil.
7213
7214 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7215
7216 * ps-print.el: Timestamp package replacement. Some enhancements.
7217 Some XEmacs compatibility. Doc fix.
7218 (ps-print-version): New version number (6.4).
7219 (ps-printer-name): Initialization fix.
7220 (ps-zebra-stripe-follow): Funcionality enhancement.
7221 (ps-prologue-file): Code enhancement.
7222 (ps-right-header): Timestamp package replacement.
7223 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7224 (ps-get-page-dimensions)
7225 (ps-generate-header, ps-begin-file, ps-begin-job)
7226 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7227 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7228 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7229 (coding-system-for-write): Var declaration (XEmacs compatibility).
7230
7231 2001-02-20 Miles Bader <miles@gnu.org>
7232
7233 * image-file.el (image-file-name-extensions): Add "tif".
7234
7235 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7236
7237 * wid-edit.el (widget-button-click): Save the selected window
7238 around the code handling clicks on buttons.
7239
7240 2001-02-18 Dave Love <fx@gnu.org>
7241
7242 * imenu.el (imenu--generic-function): Use mapc to iterate over
7243 syntax characters.
7244
7245 2001-02-17 Richard M. Stallman <rms@gnu.org>
7246
7247 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7248
7249 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7250
7251 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7252
7253 * mouse.el (mouse-save-then-kill): If the distance from the new
7254 point to the mark is equal to the distance of point from the new
7255 point, move point instead of the mark.
7256
7257 2001-02-16 Dave Love <fx@gnu.org>
7258
7259 * textmodes/flyspell.el (flyspell-get-word): Return string without
7260 properties.
7261
7262 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7263
7264 * generic.el (generic-find-file-regexp): Doc fix.
7265 (generic-ignore-files-regexp): New defcustom.
7266 (generic-mode-find-file-hook): If the file's name matches the
7267 regexp in `generic-ignore-files-regexp', don't enter
7268 default-generic-mode. Doc fix.
7269
7270 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7271
7272 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7273 Add autoload cookies.
7274
7275 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7276 of cal-tex-24.
7277
7278 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7279
7280 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7281
7282 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7283 the character class after the (optional) drive, to support file
7284 names with embedded blanks.
7285
7286 2001-02-15 Sam Steingold <sds@gnu.org>
7287
7288 * textmodes/tex-mode.el (tex-shell-running):
7289 Check the process buffer too.
7290
7291 2001-02-15 Dave Love <fx@gnu.org>
7292
7293 * battery.el (battery-status-function): Fix doc, :type.
7294
7295 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7296
7297 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7298
7299 * subr.el (read-passwd): Clear Lisp memory holding password.
7300
7301 2001-02-15 Miles Bader <miles@gnu.org>
7302
7303 * info.el (Info-copy-current-node-name): New function.
7304 (Info-mode-menu): Add it to the menu.
7305
7306 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7307
7308 * international/mule-cmds.el (toggle-input-method): Doc fix.
7309
7310 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7311
7312 * replace.el (occur): Stop at end of buffer.
7313
7314 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7315
7316 * international/mule-cmds.el (set-input-method): Another doc fix.
7317
7318 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7319
7320 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7321
7322 2001-02-13 Miles Bader <miles@gnu.org>
7323
7324 * faces.el (set-face-background, set-face-foreground)
7325 (set-face-stipple): Treat a value of nil as being `unspecified'.
7326
7327 2001-02-12 Dave Love <d.love@dl.ac.uk>
7328
7329 * international/latin1-disp.el: Doc fixes.
7330 (latin1-display) <defgroup>: Add :link.
7331 (latin1-display) <function>: Set variable latin1-display.
7332
7333 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7334
7335 * international/mule-cmds.el (set-input-method): Doc fix.
7336
7337 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7338
7339 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7340 (speedbar-line-file): Return nil if not a file.
7341 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7342
7343 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7344
7345 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7346 for remote files.
7347 (ediff-coding-system-for-read): Replaced the no-conversion default
7348 with raw-text.
7349
7350 * ediff-init.el: Removed :version from defcustom vars.
7351
7352 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7353 Better handling of the diff mode.
7354
7355 * ediff.texi: Added ediff-coding-system-for-read.
7356
7357 * viper.texi: Fix typos.
7358
7359 2001-02-11 Dave Love <fx@gnu.org>
7360
7361 * shadowfile.el: Doc fixes.
7362 (shadow) <defgroup>: Add :link.
7363 (shadowfile-unload-hook): New function.
7364 (shadow-initialize): Use defalias, not fset.
7365 (shadow-define-cluster, shadow-define-literal-group)
7366 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7367
7368 * international/mule.el: Doc and message fixes.
7369
7370 * international/ccl.el (define-ccl-program): Doc fix.
7371
7372 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7373
7374 * faces.el (mode-line): Set :line-width property to -1.
7375
7376 2001-02-10 Richard M. Stallman <rms@gnu.org>
7377
7378 * complete.el (partial-completion-mode): Doc fix.
7379
7380 * simple.el (delete-key-deletes-forward-mode):
7381 Change `let' to `let*' to fix gross bug in last change.
7382
7383 * repeat.el (repeat): Don't let execute-kbd-macro alter
7384 real-last-command.
7385
7386 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7387
7388 * simple.el (eval-expression): Doc fix.
7389
7390 2001-02-09 Dave Love <fx@gnu.org>
7391
7392 * imenu.el (imenu-generic-expression): Doc fix.
7393
7394 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7395 From Juanma Barranquero.
7396
7397 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7398
7399 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7400
7401 * faces.el (set-face-attribute): Describe the case of a negative
7402 value specified for :line-width.
7403
7404 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7405
7406 * which-func.el (which-func-mode): Invert which-func-mode-global.
7407 From Juanma Barranquero <lektu@uol.com.br>.
7408
7409 2001-02-08 Dave Love <fx@gnu.org>
7410
7411 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7412 widget-plist-value-type.
7413 (widget-alist-convert-widget): Replace binding of
7414 widget-alist-value-type.
7415
7416 * textmodes/paragraphs.el (sentence-end): Doc fix.
7417
7418 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7419 Remove `backward-line'.
7420
7421 * play/pong.el (pong-blank-color, pong-bat-color)
7422 (pong-ball-color, pong-border-color, pong-left-key)
7423 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7424 (pong-pause-key, pong-resume-key, pong-timer-delay):
7425 * mail/mh-comp.el (mh-compose-letter-function):
7426 * eshell/esh-mode.el (eshell-skip-prompt-function):
7427 * emulation/viper-ex.el (ex-unix-type-shell-options):
7428 * recentf.el (recentf-menu-filter):
7429 * ps-print.el (ps-print-region-function):
7430 * lpr.el (print-region-function):
7431 * forms.el (forms-mode-hooks):
7432 * dirtrack.el (dirtrack-directory-change-hook):
7433 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7434 * textmodes/spell.el (spell-filter):
7435 * textmodes/fill.el (adaptive-fill-function):
7436 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7437 * progmodes/etags.el (find-tag-default-function):
7438 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7439 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7440
7441 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7442
7443 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7444 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7445 Meyering <jim@meyering.net>.
7446
7447 * loadup.el: Revert last change.
7448
7449 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7450
7451 * international/mule.el (transform-make-coding-system-args):
7452 Make it work also for coding systems not using CCL.
7453
7454 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7455
7456 * simple.el (previous-matching-history-element)
7457 (next-matching-history-element): Doc fix.
7458
7459 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7460 specific part.
7461
7462 2001-02-06 Dave Love <fx@gnu.org>
7463
7464 * add-log.el (add-log-current-defun-function)
7465 (add-log-buffer-file-name-function, add-log-file-name-function):
7466 Fix :type.
7467 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7468
7469 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7470
7471 * info.el (info-initialize): Remove the test for system-type when
7472 invocation-directory is non-nil.
7473
7474 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7475 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7476
7477 2001-02-06 Andrew Innes <andrewi@gnu.org>
7478
7479 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7480 absolute.
7481
7482 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7483
7484 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7485 buffers. When hi-lock turned on rather than only checking current
7486 buffer for regexps, all buffers are checked. Moved activation of
7487 font-lock to hi-lock-refontify. When font-lock turned off rather
7488 than removing added highlighting just in current buffer, remove it
7489 in all buffers. Changed edit menu text from "Automatic
7490 Highlighting" to "Regexp Highlighting" Documentation for
7491 highlighting phrases, minor documentation changes.
7492 (hi-lock-set-file-patterns): Execute only if there are new or
7493 existing file patterns.
7494 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7495 unfontify and, if a support mode is active, will not refontify the
7496 whole buffer. If necessary, turn on font lock. (Removed
7497 font-lock-unfontify and font-lock support-mode-specific calls,
7498 such as lazy-lock-fontify-window.)
7499 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7500 patterns are found. Not useful now since find-file-hook is removed
7501 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7502 (hi-lock-face-phrase-buffer): New function. Also added related
7503 menu item and keybinding.
7504 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7505 (hi-lock-process-phrase): New function.
7506 (hi-lock-line-face-buffer): Doc fixes.
7507 (hi-lock-face-buffer): Doc fixes.
7508 (hi-lock-unface-buffer): Doc fixes.
7509
7510 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7511
7512 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7513 dabbrev-ignored-regexps.
7514
7515 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7516
7517 * simple.el (kill-line): Doc fix.
7518
7519 2001-02-05 Dave Love <fx@gnu.org>
7520
7521 * loadup.el: Revert last two changes -- bootstrapping works with
7522 regenerated loaddefs.
7523
7524 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7525
7526 * isearch.el (isearch-forward): Doc fix.
7527
7528 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7529 of font-lock-defaults to backward-paragraph.
7530
7531 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7532
7533 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7534 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7535
7536 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7537
7538 * ebnf2ps.el: Eliminate time-stamp functions.
7539 (ebnf-version): New version (3.5).
7540 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7541 format-time-string.
7542
7543 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7544
7545 * simple.el (next-line): Goto end-of-line before inserting a newline.
7546
7547 2001-02-05 Miles Bader <miles@gnu.org>
7548
7549 * image-file.el (insert-image-file): When visiting an image, also
7550 set `truncate-lines' to t so that any fringe arrow looks correct.
7551
7552 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7553
7554 * isearch.el (isearch-forward): Add description about input method
7555 in the docsting.
7556
7557 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7558
7559 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7560
7561 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7562
7563 * info.el (info-initialize): If installation-directory is nil, for
7564 DOS/Windows systems try looking in a sibling of invocation-directory.
7565
7566 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7567
7568 * wid-edit.el (widget-button-click): Fix last change.
7569
7570 * frame.el (frame-notice-user-settings): When resizing the initial
7571 frame because the tool bar is off, also change the frame's top
7572 position if a negative top position was specified.
7573
7574 2001-02-02 Miles Bader <miles@gnu.org>
7575
7576 * image-file.el (insert-image-file): When visiting an image,
7577 suppress the cursor in the image buffer.
7578
7579 2001-02-01 Dave Love <fx@gnu.org>
7580
7581 * progmodes/f90.el (f90-mode): Remove startup message.
7582
7583 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7584
7585 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7586
7587 * startup.el (command-line): Fix code determining whether or not
7588 to use delete-key-deletes-forward-mode.
7589
7590 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7591
7592 * vc.el (vc-diff-switches): New user option.
7593 (vc-version-diff): Use it.
7594 (vc-diff-switches-list): New macro.
7595
7596 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7597 New customization options.
7598 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7599
7600 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7601
7602 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7603
7604 * msb.el (toplevel): Quote hook symbols.
7605
7606 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7607
7608 * international/mule.el (make-coding-system): Add description
7609 about recognized properties in the docstring.
7610
7611 * international/mule-conf.el: Remove unused charsets
7612 mac-roman-lower and mac-roman-upper.
7613
7614 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7615
7616 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7617 is in front of the left-margin, if any.
7618
7619 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7620 like `delete'.
7621
7622 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7623
7624 * term/w32-win.el (mouse-set-font): Doc fix.
7625
7626 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7627
7628 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7629 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7630 on already.
7631
7632 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7633
7634 * files.el (save-buffer): Don't give message if (buffer-file-name)
7635 returns nil.
7636
7637 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7638
7639 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7640
7641 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7642 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7643
7644 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7645 display problems.
7646
7647 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7648
7649 * international/mule.el (charset-info): Fix docstring.
7650
7651 * international/mule-diag.el (describe-character-set): Check final
7652 char valid before printing it.
7653
7654 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7655
7656 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7657
7658 * frame.el (frame-notice-user-settings): Do the tool-bar
7659 stuff only for graphical displays. Fix a braino.
7660
7661 * frame.el (frame-initialize): Create initial frame visible.
7662 (frame-notice-user-settings): When tool-bar has been switched off,
7663 correct the frame size and sync tool-bar-mode.
7664
7665 * startup.el (command-line): Remove manipulation of frame
7666 height for tool bars.
7667
7668 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7669
7670 * lpr.el: Compatibility with XEmacs and doc fixes.
7671 (lpr-windows-system, lpr-lp-system): New vars.
7672 (lpr-printer-switch): New defcustom.
7673 (printer-name, lpr-command): Customization fix.
7674 (print-region-1): Code fix.
7675 (print-region-new-buffer, printify-region): Indentation fix.
7676 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7677 New functions.
7678
7679 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7680
7681 * msb.el (toplevel): Fix the eval-after-load.
7682
7683 2001-01-29 Dave Love <fx@gnu.org>
7684
7685 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7686
7687 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7688
7689 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7690 (tcl-using-emacs-19-23): Consider Emacs 21+.
7691 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7692 (tcl-add-emacs-menu): Supply menu name.
7693 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7694
7695 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7696
7697 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7698
7699 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7700
7701 * pcvs.el (cvs-mark-fis-dead): New function.
7702 (cvs-mode-add): Use it.
7703 (cvs-mode-add-change-log-entry-other-window):
7704 Rebind change-log-default-name to itself rather than to nil.
7705
7706 2001-01-29 Sam Steingold <sds@gnu.org>
7707
7708 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7709 `autoload' statements.
7710
7711 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7712
7713 * files.el (confirm-kill-emacs): Doc fix.
7714
7715 * frame.el (frame-initialize): Doc fix.
7716
7717 * time-stamp.el (time-stamp-string): Doc fix.
7718
7719 * woman.el (WoMan-log-1): Make the log buffer writable.
7720 From Markus Rost <rost@math.ohio-state.edu>.
7721
7722 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7723
7724 * imenu.el (imenu-syntax-alist): Add autoload cookie for
7725 the `make-variable-buffer-local'.
7726
7727 2001-01-29 Dave Love <fx@gnu.org>
7728
7729 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7730 (ansi-color-for-comint-mode-on, ansi-color-process-output):
7731 Add autoload cookie.
7732 (ansi-color-apply-sequence): Fix typo.
7733
7734 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7735
7736 * menu-bar.el (menu-bar-files-menu): Add menu items for
7737 Postscript printing in black and white.
7738
7739 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
7740 X-Mailman-Version, Precedence, List-Help, List-Post,
7741 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
7742 Content-Type, Content-Length.
7743
7744 2001-01-29 Dave Love <fx@gnu.org>
7745
7746 * elide-head.el (elide-head): Make overlay evaporate.
7747
7748 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
7749
7750 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
7751
7752 * isearch.el (isearch-highlight): Don't punt if the display
7753 doesn't support colors, since isearch faces are defined for
7754 monochrome displays as well.
7755
7756 2001-01-27 Sam Steingold <sds@gnu.org>
7757
7758 * shell.el (shell-write-history-on-exit): Make sure that we are in
7759 the shell buffer (M-x tex-file RET inserted the error message into
7760 the TeX buffer).
7761
7762 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7763
7764 * simple.el (transient-mark-mode): Doc fix.
7765
7766 2001-01-27 Gerd Moellmann <gerd@gnu.org>
7767
7768 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
7769
7770 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7771
7772 * shell.el (shell-unquote-argument): If the shell is one of the
7773 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
7774 quote character.
7775 (shell-dumb-shell-regexp): Document that the shells which match
7776 this regexp are supposed to not treat a backslash as a quote character.
7777
7778 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
7779 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
7780
7781 2001-01-27 Richard M. Stallman <rms@gnu.org>
7782
7783 * dabbrev.el (dabbrev--substitute-expansion):
7784 Treat a one-capital-letter abbrev as "not all upper case",
7785 so as to force preservation of the expansion's pattern
7786 if the expansion starts with a capital letter.
7787
7788 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7789
7790 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
7791 Doc fix.
7792
7793 * simple.el (transient-mark-mode): Document the fact that many
7794 commands act on the region when mark is active.
7795
7796 2001-01-27 Kenichi Handa <handa@etl.go.jp>
7797
7798 * international/quail.el (quail-setup-completion-buf): Make the
7799 multibyteness of current buffer inherited to Quail completion buffer.
7800 (quail-show-guidance-buf): Make the multibyteness of current
7801 buffer inherited to Quail guidance buffer.
7802 (quail-help): Make the multibyteness of current buffer inherited
7803 to Quail help buffer.
7804
7805 2001-01-26 Dave Love <fx@gnu.org>
7806
7807 * time-stamp.el: Doc fixes.
7808
7809 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
7810 (delphi-keyword-face, delphi-other-face): Fix :type.
7811
7812 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
7813
7814 * mail/feedmail.el (feedmail): Add :link.
7815 (feedmail-send-it): Doc fix.
7816
7817 * mail/sendmail.el: Doc fixes.
7818 (sendmail-send-it): Fix the non-ASCII regexp and use
7819 rfc2047-encode-string.
7820
7821 * dired.el, dired-aux.el: Revert last change.
7822
7823 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7824
7825 * makefile.w32-in (DONTCOMPILE): Add various term files.
7826
7827 2001-01-26 Dave Love <fx@gnu.org>
7828
7829 * Makefile.in (DONTCOMPILE): Add various term files.
7830
7831 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7832
7833 * man.el (Man-default-man-entry, Man-mode): Doc fix.
7834
7835 * startup.el (display-startup-echo-area-message): Make sure
7836 the echo area is resized to fit the size of the startup message.
7837
7838 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
7839 part of which is a constant.
7840
7841 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7842
7843 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
7844
7845 2001-01-26 Richard M. Stallman <rms@gnu.org>
7846
7847 * simple.el (next-line): Don't let `newline' expand abbrevs.
7848 Simplify slightly.
7849 (open-line): Don't let `newline' expand abbrevs.
7850
7851 2001-01-25 John Wiegley <johnw@gnu.org>
7852
7853 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
7854 to `repeat' in the :type field.
7855
7856 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
7857 allow a choice of regexp or nil.
7858 (pcomplete-dir-ignore): Same.
7859
7860 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
7861 a command) to always fail.
7862
7863 2001-01-25 Gerd Moellmann <gerd@gnu.org>
7864
7865 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
7866 discard the result.
7867 (iswitchb-to-end): Likewise.
7868
7869 2001-01-25 Sam Steingold <sds@gnu.org>
7870
7871 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
7872 Require vc.
7873
7874 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
7875
7876 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
7877
7878 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
7879
7880 2001-01-25 Dave Love <fx@gnu.org>
7881
7882 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
7883 (describe-coding-system): Tweak the English text.
7884
7885 * loadup.el: Preload international/ccl for utf-8.
7886
7887 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
7888
7889 * mail/rmail.el (rmail-redecode-body): Doc fix.
7890
7891 2001-01-25 Kenichi Handa <handa@etl.go.jp>
7892
7893 * international/mule-cmds.el (reset-language-environment):
7894 Reset coding-category-utf-8 to mule-utf-8.
7895
7896 * international/mule-conf.el (coding-category-utf-8):
7897 Initialize to mule-utf-8.
7898
7899 * loadup.el: Preload international/utf-8.
7900
7901 * international/utf-8.el: New file.
7902
7903 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
7904
7905 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
7906
7907 2001-01-24 Sam Steingold <sds@gnu.org>
7908
7909 * dired.el (dired-replace-in-string): Removed.
7910 (dired-sort-toggle): Use `replace-regexps-in-string'
7911 instead of `dired-replace-in-string'.
7912
7913 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
7914 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
7915
7916 * gs.el (gs-replace-in-string): Removed.
7917 (gs-options): Use `replace-regexps-in-string'
7918 instead of `gs-replace-in-string'.
7919
7920 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
7921
7922 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
7923 bug report is mailed to an email list and posted to a news group.
7924
7925 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7926
7927 * comint.el (comint-replace-by-expanded-history-before-point):
7928 Fix change of 2000-08-03 to move point to the start of the line again.
7929
7930 * startup.el (tool-bar-images-pixel-height): New variable.
7931 (command-line): After loading the user's init file, when
7932 tool-bar-mode is on, increase the frame's size by some lines for
7933 the tool-bar.
7934
7935 * frame.el (frame-initialize): Create the initial frame invisible.
7936
7937 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
7938
7939 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
7940 (chinese-big5): MIME:Big5.
7941
7942 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7943
7944 * international/mule-cmds.el (universal-coding-system-argument):
7945 Handle commands with prefix args.
7946
7947 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7948
7949 * calendar/diary-lib.el (diary-float): Fix case of MONTH
7950 being a list of numbers.
7951 (diary-mail-entries): Rewritten.
7952
7953 2001-01-23 Dave Love <fx@gnu.org>
7954
7955 * international/mule.el (make-coding-system): Fix typo.
7956
7957 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
7958 Add backward-paragraph as font-lock-beginning-of-syntax-function.
7959
7960 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
7961
7962 * font-lock.el (font-lock-mode): Doc fix.
7963
7964 2001-01-23 Kenichi Handa <handa@etl.go.jp>
7965
7966 * international/mule.el (make-translation-table): Fix docstring.
7967
7968 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
7969
7970 * mail/rmail.el (rmail-redecode-body): New function.
7971
7972 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
7973
7974 2001-01-22 Gerd Moellmann <gerd@gnu.org>
7975
7976 * isearch.el (isearch-lazy-highlight-case-fold-search)
7977 (isearch-lazy-highlight-regexp): New variables.
7978 (isearch-lazy-highlight-cleanup): Update lazy highlight if
7979 case-fold search or regexp search has been toggled.
7980
7981 * wid-edit.el (widget-button-click): Avoid a save-excursion
7982 around running a global binding.
7983
7984 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
7985 to 0.25.
7986
7987 2001-01-20 Miles Bader <miles@gnu.org>
7988
7989 * cus-edit.el (custom-face-save): Do post-processing on the face's
7990 new value like `custom-face-set' does.
7991
7992 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7993
7994 * mail/emacsbug.el (report-emacs-bug): Report the value of
7995 LC_CTYPE, not LC_TYPE.
7996
7997 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
7998 isearch-toggle-regexp and isearch-edit-string to doc string.
7999
8000 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8001
8002 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
8003 as font-lock-beginning-of-syntax-function in font-lock-defaults.
8004
8005 * jit-lock.el (jit-lock-fontify-now): Don't bind
8006 font-lock-beginning-of-syntax-function to nil.
8007
8008 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8009
8010 * mail/emacsbug.el (report-emacs-bug): Report values of
8011 locale-coding-system, default-enable-multibyte-characters, and the
8012 environment variables LC_ALL, LC_TYPE, and LANG.
8013
8014 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8015
8016 * font-lock.el (font-lock-default-fontify-region): Fix last change.
8017
8018 * font-lock.el (font-lock-multiline): Default to nil.
8019 (font-lock-default-fontify-region): If font-lock-multiline is
8020 nil, don't check the property `font-lock-multiline'.
8021
8022 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
8023 is nil, don't check the `font-lock-multiline' text property.
8024
8025 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8026
8027 * viper.el: Call initial-major-mode on startup.
8028
8029 * ediff.el (ediff-patch-file): Use better defaults.
8030
8031 * ediff-vers.el: Fix for 8+3 DOS file systems.
8032
8033 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
8034
8035 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
8036 diff mode, if available.
8037
8038 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8039
8040 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
8041
8042 * ediff-init.el (subst-char-in-string): Define and use it, unless
8043 it's already defined.
8044
8045 2001-01-18 Gerd Moellmann <gerd@gnu.org>
8046
8047 * tooltip.el (tooltip-hide-delay): New user-option.
8048 (tooltip-show): Use tooltip-hide-delay instead of the default.
8049
8050 2001-01-18 Kenichi Handa <handa@etl.go.jp>
8051
8052 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
8053 kill-local-variable doesn't work for enable-multibyte-characters.
8054
8055 2001-01-17 Dave Love <fx@gnu.org>
8056
8057 * ediff-init.el (ediff-before-setup-hook)
8058 (ediff-merge-filename-prefix): Add :version.
8059
8060 * international/latin1-disp.el: Require disp-table.
8061 (latin1-display): Fix :set.
8062
8063 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8064
8065 2001-01-17 Gerd Moellmann <gerd@gnu.org>
8066
8067 * isearch.el (isearch-lazy-highlight-initial-delay)
8068 (isearch-lazy-highlight-interval): Default to 0.
8069
8070 2001-01-17 Bob Glickstein <bobg@zanshin.com>
8071
8072 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8073 1 here rather than each time through
8074 isearch-lazy-highlight-new-loop.
8075 (isearch-lazy-highlight-max): Variable deleted.
8076 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8077 isearch-lazy-highlight-max but controls a single invocation of
8078 isearch-lazy-highlight-update.
8079 (isearch-lazy-highlight-wrapped): Variable recreated.
8080 (isearch-lazy-highlight-window-start): New variable.
8081 (isearch-lazy-highlight-cleanup): Restored to behavior of
8082 before 2-Jan.
8083 (isearch-lazy-highlight-remove-overlays): Function deleted;
8084 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8085 behavior removed.
8086 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8087 isearch-lazy-highlight-update in a loop rather than just once.
8088 Test isearch-invalid-regexp here and decide not to start a new
8089 loop, rather than testing it each time through
8090 isearch-lazy-highlight-update.
8091 (isearch-lazy-highlight-search): Function restored.
8092 (isearch-lazy-highlight-update): Get called in a timer loop again,
8093 but this time highlight more than one match each time through.
8094 Only highlight matches in the visible part of the window.
8095 Start at point, move in the direction of the search, and wrap around at
8096 the edge of the window. Use sit-for to force redisplay and ensure
8097 window-start is credible. "Face suppressing" behavior removed;
8098 overlay priorities should make it unnecessary, right?
8099 (isearch-highlight): Face suppressing behavior removed.
8100 (isearch-dehighlight): Face suppressing behavior removed.
8101 (isearch-set-lazy-highlight-faces-at): Removed.
8102
8103 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8104
8105 * language/european.el ("Latin-1"): Make the format of description
8106 about additional language environments same as that of Latin-2.
8107
8108 2001-01-16 Dave Love <fx@gnu.org>
8109
8110 * isearch.el (isearch-lazy-highlight): Add :version.
8111
8112 * simple.el (backward-delete-char-untabify-method)
8113 (next-line-add-newlines): Add :version.
8114
8115 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8116
8117 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8118 Don't bind <delete> otherwise.
8119
8120 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8121 and <delete> via function-key-map.
8122
8123 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8124 Subject line only if point is after the `Subject:'.
8125
8126 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8127
8128 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8129 japanese-jisx0213-2 in `charset' property of this lang. env.
8130
8131 * language/european.el ("Latin-1"): Add description for Dutch and
8132 Spanish lang. env.
8133
8134 * international/mule.el (decode-char): Fix conditions.
8135 (encode-char): Handle eight-bit-control too.
8136 (transform-make-coding-system-args): New function.
8137 (make-coding-system): Accept XEmacs style arguments for CCL base
8138 coding system.
8139
8140 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8141
8142 * progmodes/etags.el (find-tag-noselect): Save the value of
8143 tags-file-name before switching buffers, for the case it has a
8144 buffer-local value.
8145
8146 2001-01-15 Alex Schroeder <alex@gnu.org>
8147
8148 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8149 From Dave Love <fx@gnu.org>.
8150 (ansi-color-for-comint-mode): Fix :version.
8151
8152 2001-01-15 Alex Schroeder <alex@gnu.org>
8153
8154 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8155
8156 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8157
8158 * dired.el (dired-insert-directory): If file-system-info fails,
8159 remove the " free " part, but don't signal an error.
8160
8161 2001-01-12 Sam Steingold <sds@gnu.org>
8162
8163 * bookmark.el (bookmark-maybe-historicize-string):
8164 Use new backquote syntax.
8165
8166 2001-01-12 Richard M. Stallman <rms@gnu.org>
8167
8168 * subr.el (last): Handle a list that doesn't end in nil.
8169
8170 2001-01-12 Sam Steingold <sds@gnu.org>
8171
8172 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8173 to `backward-delete-char-untabify'.
8174
8175 2001-01-12 Dave Love <fx@gnu.org>
8176
8177 * cus-edit.el (customize-menu-create): Fix the :filter following
8178 easymenu change.
8179
8180 * wid-edit.el (function): Add :match-alternatives.
8181 (widget-color-action): Doc fix.
8182
8183 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8184
8185 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8186
8187 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8188
8189 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8190
8191 * international/ccl.el (define-ccl-program): Fix docstring.
8192
8193 2001-01-11 Dave Love <fx@gnu.org>
8194
8195 * international/mule-cmds.el (standard-display-european-internal):
8196 Set display table for 2208 as for 160.
8197
8198 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8199
8200 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8201 entry for custom-menu-create change.
8202 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8203 don't cons it in the search loop.
8204
8205 * imenu.el (imenu--truncate-items): Revert last change.
8206
8207 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8208
8209 * info.el (Info-setup-header-line): If the node header includes
8210 either Next: or Prev: links, don't show the File: and Node: parts
8211 in the header line.
8212
8213 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8214
8215 * comint.el (comint-goto-process-mark): Don't print a message
8216 when running in batch mode.
8217
8218 * isearch.el (isearch-search): In the condition-case handler for
8219 `error', set isearch-invalid-regexp to the whole error message.
8220
8221 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8222 ensure that eval-after-load works for files dumped with Emacs.
8223
8224 * help.el (load-symbol-file-load-history): New function extracted
8225 from function symbol-file.
8226 (symbol-file): Use it.
8227
8228 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8229
8230 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8231
8232 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8233 behave as if there were no prefix argument.
8234 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8235 argument were nil.
8236
8237 2001-01-11 Richard M. Stallman <rms@gnu.org>
8238
8239 * isearch.el (isearch-lazy-highlight-update):
8240 Don't look for more potential matches once maximum is exceeded.
8241 Use overlays-in to check correctly for overlap with current match.
8242 Ignore empty matches.
8243
8244 2001-01-11 Miles Bader <miles@gnu.org>
8245
8246 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8247 (ispell-overlay-window, ispell-help, ispell-show-choices)
8248 (ispell-command-loop): Use it instead of `window-height'.
8249
8250 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8251
8252 * files.el (confirm-kill-emacs): New user-option.
8253 (save-buffers-kill-emacs): Ask for final confirmation before
8254 killing Emacs.
8255
8256 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8257 to nil.
8258
8259 2001-01-10 Dave Love <fx@gnu.org>
8260
8261 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8262
8263 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8264
8265 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8266
8267 * calculator.el (calculator-number-digits): Fix :type.
8268
8269 * vc-cvs.el (vc-cvs-header): Fix :type.
8270 * vc-rcs.el (vc-rcs-header): Fix :type.
8271 * vc-sccs.el (vc-sccs-header): Fix :type.
8272
8273 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8274
8275 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8276
8277 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8278
8279 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8280
8281 * simple.el (set-variable): Force a thorough redisplay for the
8282 case that the variable has an effect on the display, like
8283 `tab-width' has.
8284
8285 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8286
8287 * vc.el: Add documentation for backend interface.
8288
8289 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8290
8291 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8292
8293 * international/mule-conf.el (latin-extra-code-table): Set to t
8294 for \223 and \224.
8295
8296 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8297
8298 * international/mule-cmds.el (locale-language-names): Map "es" to
8299 "Spanish" and "nl" to "Dutch".
8300
8301 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8302
8303 * bindings.el (global-map): Bind <home> to beginning-of-line,
8304 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8305 C-<end> to end-of-buffer.
8306
8307 * language/european.el: Add Dutch and Spanish language info
8308 to be able to use the appropriate tutorials.
8309
8310 2001-01-09 Alex Schroeder <alex@gnu.org>
8311
8312 * ansi-color.el (ansi-color-process-output): Use markers instead
8313 of positions for start and end of region.
8314 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8315 Previously, occasional mistakes happend when fontifying many
8316 chunks of output (eg. ls --color=yes /dev). This happened
8317 whenever an overlay was created up to the end of the region, which
8318 coincided with the process-mark. New text would then be added
8319 within that overlay instead of after it.
8320 (ansi-color-make-extent): Overlays are created with the property
8321 `modification-hooks' set to '(ansi-color-freeze-overlay).
8322 (ansi-color-freeze-overlay): New function. When inserting text at
8323 the end of the overlay, the overlay will resize.
8324
8325 2000-01-09 Alex Schroeder <alex@gnu.org>
8326
8327 * ansi-color.el (ansi-color-process-output): Doc change.
8328 (ansi-color-unfontify-region): Doc change. No longer installed
8329 automatically in font-lock-unfontify-region-function.
8330 (ansi-color-apply): Doc change.
8331 (ansi-color-apply-on-region): Use extents or overlays instead of
8332 text-properties.
8333 (ansi-color-make-extent): New function.
8334 (ansi-color-set-extent-face): New function.
8335
8336 2000-01-09 Alex Schroeder <alex@gnu.org>
8337
8338 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8339 both use ansi-color-process-output, now.
8340 (ansi-color-process-output): Doesn't return string anymore. It is
8341 installed in comint-output-filter-functions for both Emacs and
8342 XEmacs, now.
8343 (ansi-color-unfontify-region): Simplified code removing variables
8344 pos and start-ansi.
8345 (ansi-color-apply): Put text-property ansi-color before putting
8346 text-property face because ansi-color-unfontify-region is called
8347 immediately after the call to put-text-property.
8348 (ansi-color-context-region): Doc change.
8349 (ansi-color-filter-region): Simplified code.
8350 (ansi-color-apply-on-region): Changed start to start-marker, using
8351 a marker explicitly. Put text-property ansi-color before putting
8352 text-property face because ansi-color-unfontify-region is called
8353 immediately after the call to put-text-property.
8354
8355 2000-01-09 Alex Schroeder <alex@gnu.org>
8356
8357 * ansi-color.el (ansi-color-faces-vector): Doc change.
8358 (ansi-color-for-comint-mode): Changed :type property to choice.
8359 (ansi-color-last-context): Removed.
8360 (ansi-color-process-output): Don't use ansi-color-last-context, as
8361 the main functions will store their context now.
8362 (ansi-color-context): Doc change.
8363 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8364 Uses ansi-color-context such that repeated calls will strip
8365 partial escape sequences, too.
8366 (ansi-color-apply): Simplified code. Colorize end of string if
8367 face is not null. Store context in new (FACE STRING) format, such
8368 that repeated calls will strip partial escape sequences, too.
8369 Append faces to face property using ansi-color-apply-sequence such
8370 that cumulative mode actually works.
8371 (ansi-color-context-region): New variable.
8372 (ansi-color-filter-region): Rewrote it based on
8373 ansi-color-apply-on-region. Uses ansi-color-context-region such
8374 that repeated calls will strip partial escape sequences, too.
8375 (ansi-color-apply-on-region): Simplified code. Colorize end of
8376 region if face is not null. Store context in new (FACE POS)
8377 format, such that repeated calls will strip partial escape
8378 sequences, too. Append faces to face property using
8379 ansi-color-apply-sequence such that cumulative mode actually works.
8380 (ansi-color-apply-sequence): New function.
8381 (ansi-color-get-face): When the default face is added to the list
8382 of faces, all previous settings are discarded and the list of
8383 faces is set to '(default).
8384
8385 2000-01-09 Alex Schroeder <alex@gnu.org>
8386
8387 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8388 face, such that ansi-color-apply and ansi-color-apply-on-region
8389 will do the right thing.
8390 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8391 returns nil, set the list of faces back to nil instead of
8392 appending the result of ansi-color-get-face to the front of the list.
8393
8394 2000-01-09 Alex Schroeder <alex@gnu.org>
8395
8396 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8397 (ansi-color-process): Doc change.
8398 (ansi-color-last-context): New buffer-local variable.
8399 (ansi-color-process-output): New function. It is automatically
8400 added to comint-output-filter-functions if this is XEmacs.
8401 (ansi-color-unfontify-region): New optional parameter for XEmacs
8402 compatibility. Check wether font-lock-syntactic-keywords is
8403 boundp before removing the syntax table text property, as XEmacs
8404 doesn't have it.
8405 (ansi-color-filter-region): Doc change.
8406 (ansi-color-apply-on-region): Doc change.
8407 (ansi-color-make-face): New function. Compatibility layer for
8408 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8409 (ansi-color-make-color-map): Use ansi-color-make-face.
8410 (ansi-color-get-face): Avoid face text property '(nil) as results
8411 in an errow for XEmacs.
8412
8413 2000-01-09 Alex Schroeder <alex@gnu.org>
8414
8415 * ansi-color.el (ansi-color-unfontify-region): New function.
8416 Uses text-property ansi-color in order to preserve fontification by
8417 ansi-color. When the package is loaded, a lambda expression is
8418 put onto font-lock-mode-hook. This lambda expression will check
8419 font-lock-unfontify-region-function and replace
8420 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8421 (ansi-color-apply): Add text-property ansi-color in addition to
8422 text-property face.
8423 (ansi-color-apply-on-region): Add text-property ansi-color in
8424 addition to text-property face.
8425 (save-buffer-state): Copy of the macro that is also used by
8426 lazy-lock and font-lock.
8427
8428 (ansi-color-for-comint-mode): New option.
8429 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8430 (ansi-color-for-comint-mode-off): Ditto.
8431 (ansi-color-for-comint-mode-filter): Ditto.
8432 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8433 decide what to do. This function is added to
8434 comint-preoutput-filter-functions when the package is loaded.
8435
8436 (ansi-color-for-shell-mode-set): Removed.
8437 (ansi-color-for-shell-mode): Removed.
8438
8439 2000-01-09 Alex Schroeder <alex@gnu.org>
8440
8441 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8442 the lambda expression from the ansi-color-for-shell-mode :set
8443 property. Additionally, modify shell-mode-hook to enable or
8444 disable font-lock-mode for future shell buffers.
8445 (ansi-color-for-shell-mode): The :set property calls
8446 ansi-color-for-shell-mode-set instead of a lambda expression.
8447
8448 2000-01-09 Alex Schroeder <alex@gnu.org>
8449
8450 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8451 (ansi-color-context): New variable.
8452 (ansi-color-apply): Save context between calls.
8453
8454 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8455
8456 * isearch.el (isearch, isearch-lazy-highlight-face):
8457 New definitions for face colors and attributes.
8458
8459 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8460 of display-mouse-p.
8461
8462 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8463
8464 * international/mule.el (make-coding-system): If the coding system
8465 accepts extra latin codes, register such codes as safe for the
8466 coding system.
8467
8468 2001-01-08 Richard M. Stallman <rms@gnu.org>
8469
8470 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8471 don't mention the file name or the date here, because they are
8472 logged at the start of the file.
8473
8474 2001-01-08 Richard M. Stallman <rms@gnu.org>
8475
8476 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8477 Change screen-width to frame-width.
8478
8479 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8480
8481 * info.el (Info-search): Print the default as part of the prompt.
8482
8483 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8484
8485 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8486 constant implementations in backends.
8487
8488 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8489 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8490
8491 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8492 WRITABLE to EDITABLE.
8493
8494 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8495 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8496 to EDITABLE.
8497
8498 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8499
8500 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8501 (copyright, copyright-update): Compute the current year at run time.
8502
8503 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8504
8505 * isearch.el (isearch-old-signal-hook): Removed.
8506 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8507 instead of setting signal-hook-function.
8508 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8509
8510 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8511
8512 * emulation/edt.el: Update to version 4.0. Provide support for
8513 EDT scroll margins at top and bottom of the window. Provide an
8514 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8515 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8516 user when file-related buffer modifications exist.
8517 Provide support for running EDT Emulation in XEmacs.
8518 Provide customize access to some user updatable variables.
8519 Add Commentary section to file header.
8520 Fixed a few minor bugs and cleaned up some code.
8521
8522 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8523 for detecting a keypress that generates an ASCII key sequence.
8524 (Previously, only a keypress that generates a vector was
8525 recognized.) Embed Window Manager name into name of the generated
8526 EDT Emulation initialization file since the initialization file is
8527 Window Manager specific. Add Commentary section to file header.
8528
8529 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8530
8531 * mail/sendmail.el (mail-mode): Doc fix.
8532
8533 * info.el (Info-goto-emacs-command-node): Doc fix.
8534 (Info-goto-emacs-key-command-node): Doc fix.
8535
8536 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8537
8538 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8539 systems without long file-name support.
8540
8541 2001-01-06 Andrew Innes <andrewi@gnu.org>
8542
8543 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8544
8545 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8546
8547 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8548 (isearch-lazy-highlight-update): Doc fix.
8549
8550 * ffap.el (ffap-bindings): Doc fix.
8551
8552 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8553
8554 2001-01-05 Dave Love <fx@gnu.org>
8555
8556 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8557
8558 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8559
8560 * mouse-drag.el (mouse-drag-safe-scroll):
8561 Bind scroll-preserve-screen-position to nil.
8562
8563 * isearch.el (isearch-old-signal-hook): New variable.
8564 (isearch-mode): Set signal-hook-function to isearch-done.
8565 (isearch-done): Restore old signal-hook-function.
8566
8567 * info.el (Info-fontify-node): Mark one more char as intangible.
8568
8569 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8570
8571 * composite.el (compose-last-chars): New argument COMPONENTS.
8572 If it is non-nil, compose preceding characters by compose-region with
8573 COMPONENTS.
8574
8575 * international/quail.el (quail-input-string-to-events): New function.
8576 (quail-input-method): Convert input string to events here.
8577 (quail-start-translation): Return input string, not event list.
8578 (quail-start-conversion): Likewise.
8579
8580 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8581
8582 * tooltip.el (tooltip-cancel-delayed-tip)
8583 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8584 and tooltip-add-timeout.
8585 (tooltip-show): Set border color from faces's foreground.
8586 (tooltip-show-help-function): If called with the same help string
8587 as last time, do nothing.
8588 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8589
8590 * startup.el (fancy-splash-screens): Don't bind show-help-function
8591 to nil.
8592
8593 * tooltip.el (tooltip-frame-parameters): Remove colors.
8594 (tooltip): New face
8595 (tooltip-set-param): New function.
8596 (tooltip-show): Set up color frame parameters from face `tooltip'.
8597 Display the tooltip text in face `tooltip'.
8598
8599 2001-01-04 Dave Love <fx@gnu.org>
8600
8601 * whitespace.el (whitespace-global-mode): Fix typo.
8602
8603 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8604
8605 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8606
8607 * help.el (help-for-help): Fix a typo in a doc string.
8608 From kwzh@gnu.org (Karl Heuer).
8609
8610 2001-01-03 Dave Love <fx@gnu.org>
8611
8612 * dired-x.el: Doc fixes. Maintainer change.
8613 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8614 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8615 (dired-guess-shell-alist-user): Customize.
8616 (dired-x-help-address): Set to bug-gnu-emacs.
8617 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8618 (dired-default-directory): Renamed from default-directory.
8619
8620 * hl-line.el (hl-line): Doc fix.
8621
8622 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8623
8624 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8625
8626 2001-01-02 Richard M. Stallman <rms@gnu.org>
8627
8628 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8629 to remove all the current alternative-match highlighting.
8630 If nil, remove only what's outside the current window.
8631 (isearch-lazy-highlight-remove-overlays): Take optional
8632 region within which NOT to remove them.
8633 (isearch-lazy-highlight-new-loop): Greatly simplified.
8634 (isearch-lazy-highlight-update): Find all the other occurrences
8635 visible in the window, in just one call.
8636 (isearch-lazy-highlight-start): Now holds start of region to scan.
8637 (isearch-lazy-highlight-end): Now holds end of region to scan.
8638 (isearch-lazy-highlight-wrapped): Variable deleted.
8639 (isearch-lazy-highlight-search): Function deleted.
8640
8641 2000-01-02 Andrew Innes <andrewi@gnu.org>
8642
8643 * w32-fns.el (convert-standard-filename): Do length check on name
8644 before aref.
8645
8646 2001-01-02 Dave Love <fx@gnu.org>
8647
8648 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8649 value.
8650 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8651
8652 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8653
8654 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8655 read syntax.
8656
8657 * calendar/todo-mode.el (todo): Add :link, :version.
8658 (todo-save-top-priorities): Remove autoload cookie.
8659 (todo-add-category, todo-add-item-non-interactively)
8660 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8661
8662 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8663
8664 * comint.el (comint-input-history-ignore): New variable.
8665 (comint-read-input-ring): Ignore entries matching
8666 comint-input-history-ignore.
8667
8668 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8669
8670 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8671 (lm-copyright-mark): New function.
8672 (lm-crack-copyright): New function.
8673 (lm-verify): Check that the file has a copyright.
8674 Check that the file is copyright Free Software Foundation.
8675
8676 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8677
8678 * international/mule-diag.el (print-fontset): Indent font name by
8679 24 columns, not 25.
8680
8681 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8682
8683 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8684 in Subject line.
8685
8686 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8687 Use mail-mode-hook instead of mail-setup-hook.
8688 Otherwise continuing an interrupted message with C-u C-x m for
8689 instance, winds up in Mail mode without abbrevs.
8690
8691 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8692
8693 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8694 non-nil. Adding almost all customization variables on ps-setup.
8695 Doc fix.
8696 (ps-print-version): New version number (6.3.3).
8697 (ps-end-with-control-d): Initialization fix.
8698 (ps-lines-printed): New var.
8699 (ps-skip-newline): New fun.
8700 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8701 (ps-next-line, ps-continue-line, ps-plot-region)
8702 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8703
8704 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8705
8706 * international/fontset.el (x-complement-fontset-spec):
8707 Resolve ASCII font name so that the same family name is used for fonts
8708 registered in x-font-name-charset-alist.
8709 (create-fontset-from-fontset-spec): Adjusted for the above change.
8710 The name of fontset alias should be a unresolved ASCII font name.
8711
8712 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8713
8714 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8715 and delete in isearch-mode-map.
8716
8717 2000-12-28 Richard M. Stallman <rms@gnu.org>
8718
8719 * dired-x.el (dired-guess-shell-alist-default):
8720 Use xpdf instead of acroread.
8721
8722 2000-12-28 Kenichi Handa <handa@etl.go.jp>
8723
8724 * textmodes/artist.el (artist-butlast): Deleted.
8725 (artist-ellipse-mirror-quadrant): Use butlast instead of
8726 artist-butlast.
8727
8728 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8729
8730 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8731
8732 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8733
8734 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8735
8736 * ls-lisp.el: Better support for the Mac and MS-Windows.
8737 (ls-lisp): New defgroup.
8738 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
8739 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
8740 (ls-lisp-support-shell-wildcards): New defcustoms.
8741 (ls-lisp-parse-symlink): New function.
8742 (insert-directory): Code to convert switches to a list and set up
8743 the wildcard argument copied from ls-lisp-insert-directory.
8744 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
8745 for -C and -R switches.
8746 (ls-lisp-column-format): New function.
8747 (ls-lisp-delete-matching, ls-lisp-handle-switches)
8748 (ls-lisp-format-time): Add doc strings.
8749 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
8750 Support ls-lisp-dirs-first.
8751 (ls-lisp-classify, ls-lisp-extension): New functions.
8752 (ls-lisp-format): Optionally support emulation of symlinks.
8753 Support -i, -s, and -G switches.
8754
8755 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8756
8757 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
8758
8759 * version.el (emacs-version): Print X scroll bar information.
8760
8761 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
8762 instead of x-toolkit-scroll-bars-p.
8763
8764 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
8765 of x-toolkit-scroll-bars-p.
8766
8767 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8768
8769 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
8770 (ffap-bindings): Doc fix, to reflect the above change.
8771
8772 2000-12-27 Kenichi Handa <handa@etl.go.jp>
8773
8774 * term.el (term-char-mode): Define all non-ascii self-inserting
8775 characters to 'term-send-raw in term-raw-map.
8776
8777 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
8778
8779 * viper-init (viper-restore-cursor-type): Added condition-case guard.
8780
8781 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
8782 Changed initialization; use add-hook.
8783 (ediff-file-remote-p): Use file-local-copy.
8784
8785 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
8786
8787 * ediff.el (ediff-patch-buffer): Bug fix.
8788 (ediff-revision): Allow selection of the file at the prompt.
8789
8790 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
8791
8792 * subr.el (combine-run-hooks): Remove.
8793
8794 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
8795 and remove the rogue second spec.
8796
8797 2000-12-23 Gerd Moellmann <gerd@gnu.org>
8798
8799 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
8800
8801 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
8802
8803 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
8804 Use minibuffer menu prompt for the `=' prefix.
8805 (smerge-command-prefix): Change default to C-^.
8806 (smerge-mode): Don't assume font-lock doesn't move point.
8807
8808 * skeleton.el (skeleton-internal-1): Make sure the first line of
8809 the region is also re-indented.
8810 (skeleton-end-newline): New var.
8811 (skeleton-end-hook): Use it.
8812
8813 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8814
8815 * comint.el (comint-password-prompt-regexp): Support CVS.
8816
8817 2000-12-22 Gerd Moellmann <gerd@gnu.org>
8818
8819 * simple.el (delete-key-deletes-forward-mode): Simplify.
8820 Also backspace key combinations, depending on
8821 delete-key-deletes-forward.
8822
8823 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
8824
8825 * simple.el (delete-key-deletes-forward): Doc fix.
8826
8827 2000-08-22 Emmanuel Briot <briot@gnat.com>
8828
8829 * xml.el (top level comment): Updated to reflect the fact that
8830 white spaces are relevant in the XML file.
8831 (xml-parse-file): Do not kill an existing Emacs buffer if the file
8832 to parse was already edited. This allows for on-the-fly analysis
8833 of XML files.
8834 (xml-parse-tag): Check that the casing is the same in the start
8835 tag and end tag, since XML is case-sensitive. Allows for spaces
8836 in the end tag, after the name of the tag.
8837 (xml-parse-attlist): Allow for the character '-' in the name of
8838 attributes, as in the standard http-equiv attribute Do not save
8839 the properties in the XML tree, since they are not relevant.
8840
8841 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
8842
8843 * generic.el (generic-read-type): Undo last change, inline into
8844 `generic-mode' and then remove.
8845 (generic-mode): Inline generic-read-type.
8846 (define-generic-mode): Push the symbol name rather than the symbol
8847 onto generic-mode-list.
8848
8849 2000-12-21 Gerd Moellmann <gerd@gnu.org>
8850
8851 * generic.el (generic-read-type): Build an alist for
8852 completing-read as in 20.7.
8853
8854 * play/landmark.el (lm): Use interactive spec `P'.
8855 (toplevel): Don't set debug-on-error.
8856
8857 * server.el (server-switch-buffer): Choose a window on a visible frame.
8858
8859 2000-12-21 Dave Pearson <davep@davep.org>
8860
8861 * quickurl.el: Commentry change, I've moved my web site.
8862
8863 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8864
8865 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
8866 ranges like \177-\237, but accepts the character sequence from \177 to
8867 \237. Doc fix.
8868 (ebnf-version): New version (3.4).
8869 (ebnf-setup): Code fix.
8870 (ebnf-range-regexp): New fun.
8871 (ebnf-8-bit-chars): Const fix.
8872
8873 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
8874 entry. Doc fix.
8875 (ebnf-bnf-lex): Code fix.
8876 (ebnf-bnf-comment-chars): Const fix.
8877
8878 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
8879 entry. Doc fix.
8880 (ebnf-iso-comment-chars): Const fix.
8881
8882 * ebnf-otz.el: Doc fix.
8883
8884 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
8885 entry. Doc fix.
8886 (ebnf-yac-skip-code): Code fix.
8887 (ebnf-yac-comment-chars): Const fix.
8888
8889 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8890
8891 * files.el (insert-directory-safely): New function.
8892 (recover-file): Use it instead of insert-directory.
8893 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8894
8895 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8896
8897 * international/mule-cmds.el (select-safe-coding-system):
8898 Check coding-category-list more rigidly. Improve help message.
8899
8900 * dired.el (dired-move-to-filename-regexp): Fix previous change.
8901
8902 2000-12-21 Miles Bader <miles@gnu.org>
8903
8904 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
8905
8906 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8907
8908 * international/mule-diag.el (describe-char-after): Make *Help*
8909 buffer inherit multibyteness of the current buffer.
8910
8911 * international/mule.el (make-char): Docstring adjusted for the
8912 change of make-char-internal.
8913
8914 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
8915
8916 * international/iso-cvt.el: Docstrings fix.
8917
8918 2000-12-20 Dave Love <fx@gnu.org>
8919
8920 * subr.el (eval-after-load): Doc fix.
8921
8922 2000-12-20 Kenichi Handa <handa@etl.go.jp>
8923
8924 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
8925 for numbers.
8926
8927 2000-12-20 Miles Bader <miles@gnu.org>
8928
8929 * international/quail.el (quail-help): Resize the help window
8930 again after it has all its contents. Remove unneeded progn.
8931
8932 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8933
8934 * pcmpl-linux.el: Fix copy/paste error.
8935
8936 2000-12-19 Andrew Innes <andrewi@gnu.org>
8937
8938 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
8939
8940 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
8941
8942 * progmodes/idlw-rinfo.el: Fixed copyright notice.
8943
8944 * progmodes/idlw-toolbar.el: Fixed copyright notice.
8945
8946 * progmodes/idlw-shell.el: Fixed copyright notice.
8947
8948 * progmodes/idlwave.el: Fixed copyright notice.
8949
8950 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
8951 TAB as key separators.
8952
8953 2000-12-19 Alex Schroeder <alex@gnu.org>
8954
8955 * sql.el (sql-sybase-options): New option.
8956 (sql-sybase): Use it. Add sql-database to the list of parameters
8957 provided for login. The options -w 2048 -n are not used any more.
8958 (sql-postgres-options): Changed default from "--pset" to "-P".
8959 (sql-mysql-options): Doc change.
8960 (sql-stop): Doc change.
8961
8962 2000-12-19 Kenichi Handa <handa@etl.go.jp>
8963
8964 * international/quail.el (quail-input-method): Always hide
8965 the guidance buffer on exiting.
8966
8967 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8968
8969 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
8970 isn't fboundp.
8971
8972 * server.el (server-buffer-done): Bury the buffer before
8973 killing it.
8974
8975 * faces.el (face-spec-set): Interpret a nil in specs for
8976 foreground and background colors as `unspecified', for
8977 compatibility with 20.x.
8978
8979 2000-12-18 Dave Love <fx@gnu.org>
8980
8981 * simple.el (mail-user-agent): Doc fix.
8982 (input-mode-8-bit): Removed.
8983
8984 * international/mule.el (set-keyboard-coding-system): Doc fix.
8985 (keyboard-coding-system): New option.
8986
8987 * mail/sendmail.el (send-mail-function): Customize.
8988
8989 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
8990
8991 * international/codepage.el (cp866-decode-table): New table.
8992
8993 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8994
8995 * version.el (emacs-version): Remove `%a' from the time format
8996 because the weekday doesn't fit well into each locale.
8997
8998 2000-12-18 Miles Bader <miles@gnu.org>
8999
9000 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
9001
9002 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
9003 Check that emacs-major-version is `=' to 20, not `>='.
9004 (artist-replace-chars): Use `make-string' instead of a loop.
9005
9006 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
9007
9008 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
9009 (cvs-execute-single-file): Don't change directory.
9010 Patch from Per Cederqvist.
9011
9012 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9013
9014 * textmodes/ispell.el (check-ispell-version):
9015 If `ispell-program-name' is "aspell", pass it the -v switch instead
9016 of -vv.
9017
9018 2000-12-16 Kenichi Handa <handa@etl.go.jp>
9019
9020 * international/mule-diag.el (mule-diag): Insert information about
9021 configure options, multibyte awareness, language env.
9022
9023 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
9024 regexp to search for candidates.
9025
9026 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
9027
9028 * info.el (Info-forward-node): If the node has an
9029 Info-header-line, widen the buffer before searching for "next:"
9030 and "up:" pointers, and set the search limit to stay in the
9031 current node.
9032
9033 2000-12-16 Miles Bader <miles@gnu.org>
9034
9035 * simple.el (delete-trailing-whitespace): Remove extraneous let.
9036
9037 2000-12-15 Miles Bader <miles@gnu.org>
9038
9039 * comint.el (comint-send-string, comint-send-region): Also accept
9040 a buffer, buffer-name, or nil for PROCESS, for compatibility with
9041 process-send-string/region.
9042
9043 2000-12-15 Gerd Moellmann <gerd@gnu.org>
9044
9045 * isearch.el (isearch-lazy-highlight-max): New user-option.
9046 (isearch-lazy-highlight-update): Don't highlight more than
9047 isearch-lazy-highlight-max matches.
9048
9049 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
9050
9051 2000-12-15 Richard M. Stallman <rms@gnu.org>
9052
9053 * sort.el (sort-columns): Fix error message.
9054
9055 * dabbrev.el (dabbrev--last-case-pattern): Value is now
9056 `upcase' or `downcase' or nil.
9057 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
9058 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
9059 (dabbrev--substitute-expansion): New arg record-case-pattern.
9060 If it is non-nil, set dabbrev--last-case-pattern.
9061 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9062
9063 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9064
9065 2000-12-15 Miles Bader <miles@gnu.org>
9066
9067 * paths.el (Info-default-directory-list): Don't delete
9068 configure-info-directory from the list of standard info
9069 directories when appending it to the end -- their order is important.
9070
9071 * faces.el (read-face-attribute): If there's no entry for the
9072 user's input in VALID, just use it as-is (this will often result
9073 in an error, but it may be OK for e.g. colors using hexadecimal
9074 notation, and at least will yield a better error message).
9075
9076 * window.el (mode-line-window-height-fudge): Function removed.
9077 (height-affecting-face-attributes, mode-line-window-height-fudge):
9078 Variables removed.
9079 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9080 window is really the right size. Use vertical-motion
9081 rather than forward-line.
9082 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9083 (ispell-command-loop, ispell-show-choices): Use the variable
9084 ispell-choices-win-default-height, rather than the function.
9085 (ispell-choices-win-default-height): Function removed.
9086 (ispell-mode-line-window-height-fudge): Function removed.
9087
9088 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9089
9090 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9091
9092 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9093
9094 * paths.el (Info-default-directory-list):
9095 If configure-info-directory is not one of the standard directories,
9096 put it first in the list; otherwise put it last. Doc string
9097 changed accordingly.
9098
9099 * info.el (Info-directory-list): Change doc string to reflect the
9100 change in Info-default-directory-list.
9101
9102 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9103 windows-nt as windowed environments, even under -nw.
9104
9105 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9106 if not fboundp. Switch delete-forward mode for the <delete> key
9107 on all PC platforms, even under -nw.
9108
9109 * term/internal.el ([M-delete]): Remap to M-d.
9110
9111 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9112
9113 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9114
9115 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9116
9117 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9118
9119 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9120
9121 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9122 if appropriate.
9123
9124 * simple.el (delete-key-deletes-forward): New user-option.
9125 (delete-key-deletes-forward-mode): New function.
9126
9127 * bindings.el: Bind `delete' to backward-delete-char.
9128
9129 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9130 Test if symbol is bound before getting its value.
9131
9132 * tooltip.el (tooltip-show): If an error is signaled in
9133 x-show-tip, display that error, and display the help in the
9134 echo area.
9135
9136 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9137
9138 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9139 Show "... entries" messages for every 10000 entries, not 10.
9140
9141 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9142
9143 * bookmark.el: Provide a generic exit hook, as suggested by
9144 Ovidiu Predescu <ovidiu@cup.hp.com>:
9145 (bookmark-exit-hook): New var.
9146 (bookmark-exit-hook-internal): New func, replaces
9147 old raw lambda form in `kill-emacs-hook', and runs new
9148 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9149 as logically that feature must have been provided if this function
9150 is running.
9151 Removed ;;;###autoload before the `add-hook' call.
9152
9153 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9154
9155 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9156 (easy-menu-current-active-maps): New function.
9157 (easy-menu-get-map): Use it.
9158 Make a proper menu entry when creating a new keymap.
9159
9160 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9161
9162 * international/characters.el: Fix cases and syntaxes for
9163 mule-unicode-0100-24ff.
9164
9165 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9166 that a Japanese character is not appended after day and year.
9167
9168 * info.el (Info-suffix-list): Change format for a command that
9169 requires arguments.
9170 (info-insert-file-contents): Adjusted for the above change.
9171
9172 2000-12-12 Andreas Schwab <schwab@suse.de>
9173
9174 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9175 on the name of the tar buffer. Verify that the existing buffer is
9176 visiting the same subfile.
9177
9178 2000-12-12 Dave Love <fx@gnu.org>
9179
9180 * subdirs.el: Add obsolete.
9181
9182 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9183
9184 * mail/rmailsum.el (rmail-summary-expunge)
9185 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9186 instead of rmail-confirm-expunge.
9187
9188 * replace.el (perform-replace): Don't use an empty match adjacent
9189 to a non-empty match when computing the next match before the
9190 replacement is performed.
9191
9192 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9193
9194 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9195 definition (patch by Stefan Monnier).
9196 (glasses-mode): Use jit-lock instead of `after-change-functions'
9197 (patch by Stefan Monnier).
9198
9199 2000-12-12 Miles Bader <miles@gnu.org>
9200
9201 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9202 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9203
9204 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9205
9206 * term/mac-win.el: Remove load for ls-lisp.
9207
9208 * loadup.el: Load ls-lisp for system-type `macos'.
9209
9210 2000-12-12 Miles Bader <miles@gnu.org>
9211
9212 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9213 Respect field end too.
9214 (just-one-space): Respect fields as `delete-horizontal-space'.
9215 (newline-and-indent, reindent-then-newline-and-indent):
9216 Use `delete-horizontal-space'.
9217
9218 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9219
9220 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9221 (so as to obey the field property in the minibuffer).
9222
9223 * obsolete/c-mode.el: Moved from lisp/progmodes.
9224 * obsolete/auto-show.el: Moved from lisp.
9225 * obsolete/ooutline.el: Moved from lisp/textmodes.
9226
9227 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9228
9229 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9230 changes to list them here.
9231
9232 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9233 Too many changes to list them here.
9234
9235 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9236 Too many changes to list them here.
9237
9238 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9239
9240 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9241
9242 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9243
9244 * cus-edit.el (custom-save-variables, custom-save-faces):
9245 Comment fix.
9246
9247 * hscroll.el: Moved to `obsolete' subdir.
9248
9249 2000-12-11 Miles Bader <miles@gnu.org>
9250
9251 * window.el (window-text-height): Function removed (now in C).
9252
9253 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9254
9255 * log-edit.el (log-edit-parent-buffer): New var.
9256 (log-edit): Set it. Add BUFFER argument.
9257 (log-edit-done): Use char-before.
9258 Don't bother checking validity of vc-comment-ring.
9259 Only bury the buffer if log-edit popped it up.
9260
9261 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9262 (cvs-mode-diff-help): Remove.
9263 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9264 (cvs-mode-marked): Set up the default for CMD manually.
9265
9266 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9267 Remove binding for ? now made unnecessary.
9268
9269 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9270
9271 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9272 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9273
9274 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9275 when master file is not open.
9276
9277 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9278
9279 * progmodes/ada-stmt.el: Update `maintainer'.
9280
9281 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9282
9283 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9284 choices to match documentation string.
9285
9286 2000-12-09 Miles Bader <miles@gnu.org>
9287
9288 * minibuf-eldef.el: New file.
9289
9290 * window.el (fit-window-to-buffer): Don't pass last argument to
9291 pos-visible-in-window-p, now that its meaning is inverted.
9292
9293 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9294
9295 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9296 <ceder@lysator.liu.se>.
9297
9298 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9299
9300 * autoinsert.el (auto-insert-alist): Add missing final \n.
9301
9302 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9303 (cvs-menu-map): Remove.
9304 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9305 (cvs-mode-quit): Turn it back into a plain function.
9306
9307 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9308 (texinfo-filter): Remove (move to texinfo.el).
9309
9310 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9311 file where it's more visible.
9312 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9313 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9314 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9315 (texinfo-inside-macro-p): Only catch `scan-error's.
9316 (texinfo-inside-env-p): Make better use of the match info.
9317 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9318 (texinfo-insert-@end): Slight re-organization.
9319 Also remove useless `looking-at' call.
9320
9321 2000-12-08 Andrew Innes <andrewi@gnu.org>
9322
9323 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9324 accessible in -nw mode.
9325
9326 * term/w32-win.el: Remove stuff about selection timeout, which is
9327 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9328 it is accessible in -nw mode.
9329
9330 2000-12-08 Dave Love <fx@gnu.org>
9331
9332 * emacs-lisp/lisp-mode.el (lisp-mode):
9333 Set font-lock-keywords-case-fold-search.
9334
9335 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9336
9337 * textmodes/ispell.el (ispell): Doc fix.
9338
9339 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9340
9341 * international/quail.el (quail-insert-decode-map): Check the
9342 frame width of a window displaying the current buffer, not that of
9343 the selected frame.
9344 (quail-help): Make sure that the help buffer has window before
9345 inserting text in it.
9346
9347 2000-12-07 Sam Steingold <sds@gnu.org>
9348
9349 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9350 Backquote is used in isearch.el, so autoloading saves nothing.
9351
9352 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9353
9354 * startup.el (normal-top-level-add-subdirs-to-load-path):
9355 Ignore the CVS and RCS subdirectories case-insensitively.
9356
9357 * dired.el (dired-insert-directory): If file-system-info is
9358 fboundp, call it instead of invoking dired-free-space-program.
9359
9360 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9361
9362 * server.el (server-visit-files): Push files on file-name-history.
9363
9364 * progmodes/cc-langs.el: Update copyright.
9365
9366 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9367
9368 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9369
9370 * bindings.el (mode-line-mode-menu): Reverse the order
9371 of define-keys so that the menu appears in alphabetical order.
9372
9373 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9374
9375 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9376 of the function.
9377
9378 2000-12-07 Dave Love <fx@gnu.org>
9379
9380 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9381
9382 * facemenu.el (facemenu-unlisted-faces): Fix value.
9383
9384 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9385
9386 * font-lock.el (font-lock-default-fontify-region):
9387 Include the terminating \n (off-by-one error).
9388 (font-lock-set-defaults): Use dolist.
9389
9390 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9391
9392 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9393
9394 * international/mule-cmds.el (describe-language-environment):
9395 Fix for the case that an input method title is not string but a list.
9396
9397 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9398 of wrong SIZE record.
9399
9400 2000-12-06 Dave Love <fx@gnu.org>
9401
9402 * newcomment.el (comment-region, comment-dwim): Doc fix.
9403
9404 * textmodes/texinfo.el: Require tex-mode when compiling.
9405 (texinfo-update-node): Doc fix.
9406 (texinfo-imenu-generic-expression): Add @anchor.
9407 (texinfo-font-lock-keywords): Add @uref.
9408 (texinfo-inside-macro-p): Don't use ignore-errors.
9409 (texinfo-insert-quote): Match more contexts.
9410
9411 * international/mule.el (decode-char, encode-char): Doc fix.
9412 (auto-coding-alist): Customize.
9413
9414 * files.el (load-file): Fix change of 2000-03-12.
9415
9416 * wid-edit.el (widget-text-keymap): Doc fix.
9417
9418 2000-12-06 Andrew Innes <andrewi@gnu.org>
9419
9420 * makefile.w32-in (lisp): Set to an absolute directory, namely
9421 $(CURDIR).
9422
9423 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9424
9425 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9426 read generated-autoload-file, and set buffer-file-coding-system to
9427 raw-text-unix after reading the file.
9428
9429 * international/mule-conf.el (file-coding-system-alist):
9430 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9431
9432 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9433
9434 * replace.el (occur): Make line-number-width 1 smaller for the
9435 colon following the line number.
9436
9437 * startup.el (fancy-splash-text, command-line-1):
9438 Use `File' for the menu name instead of `Files'.
9439
9440 * tmm.el: Update copyright.
9441
9442 * cus-start.el: Add entry for even-window-heights.
9443
9444 2000-12-06 Miles Bader <miles@gnu.org>
9445
9446 * faces.el (frame-set-background-mode): Avoid stomping on
9447 locally modified faces.
9448
9449 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9450
9451 * international/fontset.el: Correct the font registries for
9452 japanese-jisx0213-1 and japanese-jisx0213-2.
9453
9454 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9455
9456 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9457
9458 * iswitchb.el: Update customization commentary.
9459
9460 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9461
9462 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9463 (tpu-search-highlight): Fixed comparison of overlay end positions.
9464 (tpu-trim-line-ends): Implemented trimming logic locally.
9465
9466 * emulation/tpu-extras.el (tpu-write-file-hook)
9467 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9468
9469 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9470
9471 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9472 to cn-gb.
9473 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9474
9475 2000-12-04 Dave Love <fx@gnu.org>
9476
9477 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9478
9479 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9480
9481 * mail/rmailsum.el (rmail-summary-expunge)
9482 (rmail-summary-expunge-and-save): Ask for confirmation with
9483 rmail-expunge-confirmed.
9484
9485 * mail/rmail.el (rmail-expunge-confirmed): New function.
9486 (rmail-expunge): Use it.
9487
9488 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9489
9490 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9491 (etags-recognize-tags-table, find-tag-in-order):
9492 New functionality: interpret file names as tags.
9493
9494 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9495
9496 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9497 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9498 the first subnode until the bottom of the current node is visible.
9499
9500 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9501
9502 * format.el (format-decode): Don't change buffer's undo list.
9503
9504 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9505
9506 * faces.el (face-font-registry-alternatives): Add entries for CJK
9507 fonts. Doc-string adjusted for the actual usage of this data.
9508
9509 * international/fontset.el: Change the font registries for CJK
9510 fonts in the default fontset. Don't append '*' to registries.
9511
9512 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9513
9514 * emacs-lisp/easy-mmode.el (define-derived-mode)
9515 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9516
9517 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9518 (derived-mode-p): New function.
9519 (derived-mode-make-docstring): Add `docstring' argument.
9520 Use it if available and complete it if necessary.
9521
9522 2000-12-03 Andreas Schwab <schwab@suse.de>
9523
9524 * type-break.el (type-break): Don't make parent of itself.
9525
9526 2000-12-03 Miles Bader <miles@gnu.org>
9527
9528 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9529
9530 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9531
9532 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9533 (tex-main-file, tex-file): Simplify.
9534 (tex-generate-zap-file-name): Use subst-char-in-string.
9535 (tex-strip-dots): Remove.
9536
9537 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9538
9539 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9540 to check if the match succeeded.
9541
9542 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9543
9544 * startup.el (use-fancy-splash-screens-p): New function.
9545 (command-line-1): Use it to determine whether or not to use
9546 a fancy splash screen.
9547
9548 2000-12-02 Andreas Schwab <schwab@suse.de>
9549
9550 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9551
9552 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9553
9554 * international/mule.el (make-char): Fix last change.
9555
9556 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9557 New defcustoms.
9558 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9559 autoloading tex-mode; instead, do the same manually.
9560 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9561 with numeric argument. Docstring fix.
9562 (toplevel): Require cl when compiling.
9563
9564 * international/mule.el (make-char): Doc fix.
9565
9566 2000-12-02 Jason Rumney <jasonr@gnu.org>
9567
9568 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9569 the Emacs Lisp manual)
9570
9571 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9572
9573 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9574
9575 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9576 the Emacs Lisp manual).
9577
9578 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9579
9580 * simple.el (next-line-add-newlines): Change default to nil.
9581
9582 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9583
9584 * files.el (revert-buffer, recover-file):
9585 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9586
9587 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9588
9589 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9590
9591 2000-12-01 Miles Bader <miles@gnu.org>
9592
9593 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9594
9595 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9596
9597 * international/mule-diag.el (describe-char-after): Fix typo.
9598 (describe-character-set, non-iso-charset-alist): Fix typo.
9599
9600 2000-12-01 Miles Bader <miles@gnu.org>
9601
9602 * image-file.el (image-file-name-regexp): Automatically add
9603 upper-case variants of each filename extension in
9604 `image-file-name-extensions', since they seem to be common.
9605
9606 * simple.el (minibuffer-contents)
9607 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9608 New functions.
9609 * filecache.el (file-cache-directory-name)
9610 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9611
9612 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9613
9614 * filecache.el (file-cache-minibuffer-complete): Don't try to
9615 delete the minibuffer prompt.
9616
9617 2000-11-30 Dave Love <fx@gnu.org>
9618
9619 * cus-start.el: Fix read-buffer-function type.
9620
9621 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9622
9623 * md5.el: Removed. There's a built-in function, now.
9624
9625 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9626
9627 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9628 as dummy 0-th char of rmail-deleted-vector.
9629
9630 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9631
9632 * ps-print.el (ps-end-job): Bind case-fold-search only after
9633 switching to ps-spool-buffer.
9634
9635 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9636
9637 * ps-print.el: Line number font customization. PostScript: Lines and
9638 PageCount are initialized on each page. Doc Fix.
9639 (ps-print-version): New version number (6.3.2).
9640 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9641 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9642 (ps-right-header): Customization fix.
9643 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9644 Fix code.
9645 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9646 New vars.
9647
9648 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9649
9650 * bs.el: Fix typos and spelling errors.
9651 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9652 (bs-configuration): Doc fix.
9653
9654 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9655
9656 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9657
9658 * emulation/tpu-edt.el (tpu-version): New version.
9659 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9660 (tpu-original-mode-line): Variable deleted.
9661 (tpu-mark-flag): New initial value.
9662 (tpu-set-mode-line): Don't redefine mode-line-format.
9663 Add tpu-mark-flag to minor-mode-alist.
9664 (tpu-update-mode-line): New mark flag logic.
9665 (tpu-get): Use find-file-wildcards.
9666 (tpu-search-highlight): Move overlay less, reset overlay properly.
9667 (tpu-unselect): Deactivate mark.
9668 (tpu-lm-replace): Reset overlay properly.
9669 (tpu-forward-line): Use forward-visible-line.
9670 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9671
9672 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9673
9674 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9675
9676 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9677
9678 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9679
9680 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9681 and skip whitespace and newlines.
9682
9683 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9684
9685 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9686
9687 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9688
9689 * help.el (describe-function-1): Regexp-quote function name
9690 when used as part of a regexp.
9691
9692 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9693 Use face-attribute instead of face-foreground and face-background.
9694 (tool-bar-add-item): Likewise, and handle unspecified colors.
9695
9696 * enriched.el (enriched-face-ans): Use face-attribute instead
9697 of face-foreground and face-background.
9698
9699 * faces.el (face-foreground, face-background, face-stipple):
9700 Return nil if attribute is unspecified, for backward compatibility.
9701
9702 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9703
9704 * play/5x5.el: Remove version info.
9705
9706 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9707
9708 * frame.el (blink-cursor-mode): Doc fix.
9709
9710 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9711
9712 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9713 to create Makefile rules.
9714 (antlr-tool-command): New user option.
9715 (antlr-ask-about-save): New user option.
9716 (antlr-makefile-specification): New user option.
9717 (antlr-file-formats-alist): New variable.
9718 (antlr-special-file-formats): New variable.
9719 (antlr-unknown-file-formats): New user option.
9720 (antlr-help-unknown-file-text): New variable.
9721 (antlr-help-rules-intro): New variable.
9722 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9723 (antlr-mode-menu): Add entries.
9724 (antlr-file-dependencies): New function.
9725 (antlr-directory-dependencies): New function.
9726 (antlr-superclasses-glibs): New function.
9727 (antlr-run-tool): New command.
9728 (antlr-makefile-insert-variable): New function.
9729 (antlr-insert-makefile-rules): New function.
9730 (antlr-show-makefile-rules): New command.
9731
9732 * antlr-mode.el: More Emacs/XEmacs stuff.
9733 (antlr-no-action-keywords): New constant with value nil.
9734 (antlr-font-lock-keywords-alist): Use it. Old value would break
9735 syntax highlighting in Emacs-21.0.
9736 (antlr-default-directory): Emacs/XEmacs dependend function.
9737 (antlr-read-shell-command): Ditto.
9738 (antlr-with-displaying-help-buffer): Ditto.
9739
9740 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9741
9742 * antlr-mode.el: imenu, parsing and highlighting changes.
9743 (antlr-imenu-create-index-function): Don't create extra submenus
9744 for definitions in different grammar classes. It is not necessary
9745 for the menu and would make command `imenu' awkward to use.
9746 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
9747 header actions and more than one.
9748 (antlr-font-lock-tokendef-face): Changed color.
9749 (antlr-font-lock-tokenref-face): Changed color.
9750 (antlr-font-lock-additional-keywords): Also highlight lowercase.
9751 (antlr-mode-syntax-table): New variable.
9752 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
9753 (antlr-with-syntax-table): Don't copy syntax table.
9754
9755 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9756
9757 * antlr-mode.el: Minor changes: language setting.
9758 (antlr-language-alist): The value for file option "language" can
9759 be both an identifier and a string.
9760 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
9761 (antlr-language-limit-n-regexp): Change accordingly.
9762
9763 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9764
9765 * antlr-mode.el: Minor changes: tabs, hiding.
9766 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
9767 (antlr-action-visibility): Also allow value nil to also hide the
9768 braces. Renamed from `antlr-tiny-action-length'.
9769 Suggested by Jay@aol.com.
9770 (antlr-hide-actions): Change accordingly. Hide line if completely
9771 hidden action is on a line of its own.
9772
9773 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9774
9775 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
9776
9777 * sort.el (sort-columns): Don't concat strings with numbers.
9778
9779 2000-11-29 Dave Love <fx@gnu.org>
9780
9781 * cus-edit.el (face): Fix :format.
9782
9783 * mail/feedmail.el: Require smtpmail when compiling.
9784 (mail-do-fcc): Autoload.
9785 (feedmail) <defgroup>: Fix :link.
9786 (feedmail-nuke-body-in-fcc): Fix :type.
9787 (feedmail-send-it): Add autoload cookie.
9788
9789 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9790
9791 * newcomment.el (comment-indent): Save excursion around call to
9792 comment-indent-function.
9793
9794 2000-11-29 Miles Bader <miles@gnu.org>
9795
9796 * subr.el (member-ignore-case): Return the tail of the list who's
9797 car matches, like `member', not the matching element itself.
9798
9799 2000-11-29 Kenichi Handa <handa@etl.go.jp>
9800
9801 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
9802 should not contain `\n'.
9803
9804 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9805
9806 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9807
9808 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
9809
9810 * dired-aux.el (dired-do-create-files): Construct default file
9811 name for dired-mark-read-file-name so that when the user enters
9812 just RET, the target file will end up in the target directory.
9813
9814 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
9815 local-abbrev-table before changing buffers because it might
9816 have a buffer-local binding.
9817
9818 2000-11-28 Miles Bader <miles@gnu.org>
9819
9820 * simple.el (delete-horizontal-space): Handle fields more generally.
9821
9822 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9823
9824 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
9825
9826 2000-11-28 Dave Love <fx@gnu.org>
9827
9828 * progmodes/ps-mode.el (ps-mode): Set comment-start and
9829 comment-start-skip locally.
9830
9831 * progmodes/fortran.el (fortran-mode): Don't set
9832 fortran-comment-line-start-skip. Set comment-start to
9833 fortran-comment-line-start.
9834 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
9835 (fortran-comment-line-start-skip): Simplify slightly.
9836
9837 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9838
9839 * play/5x5.el: Remove RCS keyword.
9840
9841 * bs.el: Mistaken commit, undone 2000-11-30.
9842
9843 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
9844
9845 * textmodes/tildify.el (tildify-string-alist):
9846 Add `plain-tex-mode' here.
9847
9848 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
9849
9850 * chistory.el (Command-history-setup): Remove extraneous `keymap'
9851 reference.
9852
9853 2000-11-28 Miles Bader <miles@gnu.org>
9854
9855 * cus-face.el (custom-face-attributes): Add post-filter function
9856 for :box. Make pre-filter function for :box handle all cases.
9857
9858 * wid-edit.el (widget-choose): Make sure pop-up window is large
9859 enough to display all the choices, as there's no way to scroll it.
9860
9861 2000-11-28 Kenichi Handa <handa@etl.go.jp>
9862
9863 * international/mule-conf.el: Make the coding system no-conversion
9864 safe for all characters.
9865
9866 2000-11-27 Dave Love <fx@gnu.org>
9867
9868 * net/ldap.el (ldap) <defgroup>: Add :version.
9869
9870 * tooltip.el (tooltip-use-echo-area): Doc fix.
9871
9872 * cus-start.el <minibuffer-prompt-properties>: Add version.
9873 <read-buffer-function>: Add.
9874
9875 * apropos.el (apropos-print): Add help-echo to active text.
9876
9877 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
9878
9879 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9880
9881 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
9882 type, group and version.
9883
9884 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
9885
9886 * select.el (x-get-selection): Docstring fix.
9887
9888 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
9889
9890 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
9891
9892 2000-11-27 Andrew Innes <andrewi@gnu.org>
9893
9894 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
9895
9896 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
9897
9898 2000-11-27 Miles Bader <miles@gnu.org>
9899
9900 * dired.el (dired-get-filename): Return filename verbatim if
9901 LOCALP is `verbatim'.
9902 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
9903 `verbatim' so that we don't inadvertently delete a non-existant
9904 directory name.
9905
9906 2000-11-27 Kenichi Handa <handa@etl.go.jp>
9907
9908 * international/characters.el: Specify cases and syntaxes for
9909 mule-unicode-0100-24ff.
9910
9911 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9912
9913 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
9914 that foreground and/or background colors of the face `tool-bar'
9915 are unspecified.
9916
9917 2000-11-27 Miles Bader <miles@gnu.org>
9918
9919 * wid-edit.el (widget-field-buffer, widget-field-start)
9920 (widget-field-end): Handle widget field `pseudo-overlays'.
9921 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
9922 if it's there instead of in `widget-field-list'.
9923
9924 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
9925 (help-make-xrefs): Delete extraneous newlines at the end of the
9926 docstring.
9927
9928 2000-11-25 Jason Rumney <jasonr@gnu.org>
9929
9930 * startup.el (command-line): Call set-locale-environment after
9931 Window System init file is read, as it can result in a call to
9932 redraw-frame.
9933
9934 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
9935
9936 * simple.el (shell-command): Mention the effect of the prefix
9937 argument in the doc string.
9938
9939 2000-11-25 Miles Bader <miles@gnu.org>
9940
9941 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
9942
9943 * wid-edit.el (widget-field-value-delete): Don't try to delete
9944 overlay when it's the `pseudo-overlay' that exists at some points.
9945
9946 2000-11-24 Jason Rumney <jasonr@gnu.org>
9947
9948 * international/mule-cmds.el (locale-language-names): Add "jp" as
9949 a non-standard alternative for Japanese.
9950
9951 2000-11-24 Andre Spiegel <spiegel@gnu.org>
9952
9953 * vc-hooks.el: Require 'cl during compilation.
9954
9955 2000-11-24 Gerd Moellmann <gerd@gnu.org>
9956
9957 * faces.el (face-set-after-frame-default): Let face attributes
9958 specified for new frames override frame parameters.
9959
9960 * startup.el (command-line): Fix computation of the source file
9961 for user-init-file when user-init-file is a compiled file.
9962
9963 2000-11-24 Miles Bader <miles@gnu.org>
9964
9965 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
9966 (custom-post-filter-face-spec): New functions.
9967 (custom-face-set, custom-face-value-create): Filter the face spec
9968 before and after customization.
9969 (custom-face-set): If VALUE specifies a null face, pass a
9970 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
9971 * cus-face.el (custom-face-attributes): Remove SET and GET
9972 functions. Add some IN-FILTER and OUT-FILTER functions in the few
9973 cases they're needed.
9974
9975 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
9976 that it's distinguishable from the :off-glyph on dark-background
9977 displays. Set its background color too.
9978
9979 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
9980 so that people can easily turn it off.
9981
9982 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
9983
9984 * ediff-diff.el: Moved variables around to have it compile under NT.
9985
9986 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
9987
9988 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
9989
9990 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
9991 redundant skip-small-frames test.
9992
9993 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
9994 (viper-downgrade-to-insert): Protect against errors in hooks.
9995
9996 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
9997 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
9998 (viper-restore-cursor-type,viper-set-insert-cursor-type):
9999 New functions.
10000
10001 * viper-util.el (viper-memq-char): Bug fixes.
10002
10003 * viper.el (viper-mode): Fix cursor handling.
10004
10005 2000-11-24 Kenichi Handa <handa@etl.go.jp>
10006
10007 * international/mule-diag.el (list-iso-charset-chars):
10008 For two-byte charset, fix the `while' condition.
10009 (list-non-iso-charset-chars): Fix the `while' condition.
10010
10011 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
10012
10013 * subr.el (add-hook, remove-hook): Don't call make-local-hook
10014 if the variable is make-variable-buffer-local.
10015
10016 * progmodes/ada-stmt.el (ada-template-map):
10017 Initialize and bind it to C-c t in ada-mode-map.
10018 (ada-stmt-mode-hook): New function extracted from old code.
10019 Only change the buffer-local side of skeleton-*.
10020 (ada-mode-hook): Use it.
10021
10022 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10023
10024 * iswitchb.el (iswitchb-minibuf-depth): New variable.
10025 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
10026 we expect to be returned by minibuffer-depth once we prompt the
10027 user in the minibuffer.
10028 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
10029 as recorded in iswitchb-minibuf-depth, return non-nil.
10030
10031 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10032
10033 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
10034 (hscroll-window-maybe): Docstring fix.
10035
10036 2000-11-23 Dave Love <fx@gnu.org>
10037
10038 * rect.el (string-rectangle): Don't test delete-selection-mode.
10039
10040 2000-11-23 Gerd Moellmann <gerd@gnu.org>
10041
10042 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
10043 is in the tool bar.
10044
10045 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
10046 with `no-dir'; we want the directory part to be able to remove it.
10047
10048 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10049
10050 * textmodes/outline.el (outline-flag-region):
10051 Don't bind inhibit-read-only since we don't modify the buffer.
10052 (outline-isearch-open-invisible): Don't jump to overlay-start
10053 since we're trying to unhide text around point.
10054 (outline-discard-overlays): Use dolist.
10055
10056 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10057
10058 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10059
10060 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
10061
10062 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10063
10064 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10065 Fix ARG regexp to skip quoted braces.
10066 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10067 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10068 are (correctly) handled separately).
10069 Remove `caption' and `footnote' from `citations': they contain text.
10070 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10071 (latex-skeleton-end-hook): New function.
10072 (latex-mode): Use it.
10073 (tex-start-tex-marker): Remove.
10074 (tex-send-tex-command): Don't set tex-start-tex-marker.
10075 (tex-error-parse-syntax-table): New var.
10076 (tex-compilation-parse-errors): Use it.
10077 Ignore tex-start-tex-marker. Don't bother with marker-position.
10078 (tex-validate-buffer): Don't bother with marker-position.
10079
10080 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
10081 (flyspell-generic-progmode-verify): Use it.
10082
10083 2000-11-22 Sam Steingold <sds@gnu.org>
10084
10085 * simple.el (delete-trailing-whitespace): New interactive function.
10086
10087 * progmodes/ada-mode.el (ada-mode): Use it instead of
10088 `ada-remove-trailing-spaces'.
10089 (ada-remove-trailing-spaces): Removed.
10090
10091 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10092
10093 * textmodes/picture.el (picture-clean): Removed.
10094 (picture-mode-exit): Call it instead of `picture-clean'.
10095
10096 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10097
10098 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10099
10100 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10101 jit-lock-fontify-buffer; it should anyway be unneccessary to
10102 do anything special when jit-lock is active.
10103 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10104
10105 2000-11-22 Dave Love <fx@gnu.org>
10106
10107 * calendar/todo-mode.el (todo-top-priorities): Use
10108 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10109
10110 * language/chinese.el, language/cyrillic.el:
10111 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10112 * language/hebrew.el, language/indian.el, language/japanese.el:
10113 * language/korean.el, language/lao.el, language/misc-lang.el:
10114 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10115 Use provide.
10116
10117 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10118 (custom-variable-set): Improve validation error mesage.
10119
10120 * rect.el (string-rectangle): Revert last change.
10121 (string-rectangle-line): New arg DELETE.
10122 (string-rectangle): Check delete-selection-mode.
10123
10124 * emacs-lisp/edebug.el (edebug-version)
10125 (edebug-maintainer-address): Deleted.
10126 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10127 (edebug-read-function): Account for other `'#' read forms.
10128 (edebug-mode-menus): Make some items toggles.
10129 (edebug-outside-unread-command-event, unread-command-event):
10130 Remove these to avoid warnings.
10131
10132 2000-11-22 David Ponce <david@dponce.com>
10133
10134 * recentf.el (recentf-menu-items-for-commands)
10135 (recentf-make-menu-items, recentf-make-menu-item)
10136 (recentf-filter-changer): Added :help and :active menu-item properties.
10137
10138 (recentf-build-dir-rules, recentf-dump-variable)
10139 (recentf-edit-list, recentf-open-files-item)
10140 (recentf-open-files): Replaced unnecessary `mapcar' with new
10141 built-in `mapc'.
10142
10143 2000-11-23 Miles Bader <miles@gnu.org>
10144
10145 * faces.el (menu): Make inverse-video on ttys too.
10146
10147 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10148
10149 * simple.el (comment-line-break-function): Use the new name
10150 indent-new-comment-line -> comment-indent-new-line.
10151 (clone-indirect-buffer): Don't ignore NORECORD.
10152 (next-completion): Properly handle the case where items are adjacent.
10153
10154 * mouse.el (popup-menu): Stupid typo.
10155
10156 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10157
10158 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10159 maintainer, keywords tags.
10160
10161 * rect.el (replace-rectangle): Don't call string-rectangle-line
10162 with too many arguments.
10163
10164 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10165
10166 * ediff-util.el (ediff-file-checked-out-p)
10167 (ediff-file-checked-in-p): Call vc-state instead of
10168 vc-locking-user, which no longer exists.
10169
10170 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10171
10172 2000-11-22 Dave Love <fx@gnu.org>
10173
10174 * md5.el (md5): Provide.
10175 (md5): Fix error call.
10176
10177 2000-11-22 Miles Bader <miles@gnu.org>
10178
10179 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10180 (refill-fill-paragraph-at): Remove debugging code.
10181
10182 * calendar/calendar.el (generate-calendar-window): When we don't
10183 call `fit-window-to-buffer', make sure the top line is fully visible.
10184
10185 * image-file.el (insert-image-file): Don't make `read-only'
10186 property rear-nonsticky.
10187
10188 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10189 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10190 stashing away its original value.
10191 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10192 in the recursive edit.
10193 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10194 (isearch-done): Restore `minibuffer-message-timeout'.
10195
10196 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10197
10198 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10199
10200 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10201
10202 * find-lisp.el (find-lisp-find-files-internal):
10203 Use dolist, when and file-name-as-directory.
10204
10205 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10206 (define-derived-mode, define-minor-mode): Add specs.
10207
10208 * window.el: General comment and spacing fixes.
10209 (save-selected-window): Use backquotes.
10210 (window-safely-shrinkable-p): New function.
10211 (shrink-window-if-larger-than-buffer): Use it.
10212
10213 * subr.el (make-local-hook): Docstring fix.
10214
10215 * shell.el (shell-mode): Use define-derived-mode.
10216
10217 * newcomment.el (comment-indent): Insert comment before calling
10218 comment-indent-function. Don't insert in column 0.
10219 (comment-dwim): Indent before inserting comment.
10220
10221 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10222 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10223 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10224 Use mapc rather than map.
10225
10226 * files.el (find-buffer-visiting): Compare all attributes before
10227 declaring two files identical (rather than just their inode-no).
10228 (auto-mode-alist): Use \' rather than $.
10229
10230 * which-func.el: Update maintainer line.
10231
10232 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10233 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10234 (uniquify-buffer-file-name): Use it.
10235
10236 2000-11-22 Miles Bader <miles@gnu.org>
10237
10238 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10239 * simple.el (minibuffer-avoid-prompt): New function.
10240
10241 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10242
10243 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10244
10245 2000-11-21 Miles Bader <miles@gnu.org>
10246
10247 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10248 inclusion of `track-mouse'.
10249
10250 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10251 (refill-adjust-ignorable-overlay): New function.
10252 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10253 only the paragraph's tail if possible.
10254 Update `refill-ignorable-overlay'.
10255 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10256
10257 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10258 point inside the fill-prefix.
10259
10260 * textmodes/refill.el (refill-post-command-function): Don't reset
10261 refill-doit in the case where a self-insertion command doesn't
10262 case a refill. Use `refill-fill-paragraph-at', getting position
10263 from `refill-doit'.
10264 (refill-after-change-function): Set `refill-doit' to END.
10265 (refill-fill-paragraph-at): New function, mostly from old
10266 refill-fill-paragraph.
10267 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10268 (refill-pre-command-function): New function.
10269 (refill-mode): Add it to `pre-command-hook'.
10270
10271 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10272
10273 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10274
10275 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10276 javadoc tags.
10277
10278 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10279
10280 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10281 vc.el).
10282
10283 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10284 require vc.
10285
10286 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10287 checkouts.
10288
10289 2000-11-20 Dave Love <fx@gnu.org>
10290
10291 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10292
10293 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10294
10295 * calculator.el (calculator-paste): Use `if' instead of `and'
10296 and `or'.
10297 (calculator-help): Don't use electric-describe-mode for XEmacs.
10298
10299 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10300
10301 * info.el (info-menu-5): Doc fix.
10302
10303 * textmodes/artist.el: New file.
10304
10305 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10306
10307 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10308 and differentiate according to checkout model.
10309 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10310 since this function is only concerned with master state.
10311
10312 * vc-hooks.el (vc-workfile-unchanged-p)
10313 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10314
10315 * vc.el (vc-workfile-unchanged-p)
10316 (vc-default-workfile-unchanged-p): See above.
10317
10318 2000-11-19 Miles Bader <miles@gnu.org>
10319
10320 * image-file.el (insert-image-file): Make `intangible' and
10321 `read-only' properties rear-nonsticky too.
10322
10323 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10324
10325 * ps-print.el: Update copyright notice.
10326
10327 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10328 (tooltip-show): Use the offsets.
10329
10330 * bindings.el (mode-line-modified): Fix a typo.
10331 (mode-line-toggle-modified, mode-line-widen)
10332 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10333
10334 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10335
10336 * ps-print.el (toplevel): Test for find-coding-system being
10337 fboundp before calling ps-x-find-coding-system.
10338
10339 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10340
10341 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10342 (vc-version-backup-file): Docstring fix.
10343
10344 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10345
10346 * files.el (basic-save-buffer): Don't add a newline if
10347 find-file-literally is non-nil.
10348 (find-file-literally): Extend doc string.
10349
10350 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10351 sort(1) with the `-f' argument.
10352
10353 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10354
10355 * vc.el: Updated backend documentation.
10356 (vc-default-check-headers): New function.
10357
10358 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10359
10360 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10361 up-to-date.
10362 (vc-do-command): In the asynchronous case, output messages only if
10363 the minibuffer is not active.
10364
10365 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10366 `vc-cvs-use-edit' is on.
10367 (vc-cvs-checkout): When this is used for reverting the workfile,
10368 make a backup of the original contents and revert to that in case
10369 of error.
10370 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10371 remote repositories.
10372
10373 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10374 for both version and ratio in the minibuffer.
10375
10376 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10377 Use vc-do-command to perform the annotation, not call-process.
10378
10379 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10380
10381 * international/quail.el (quail-start-translation): Don't call
10382 `message' before reading key sequence.
10383
10384 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10385
10386 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10387
10388 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10389
10390 * window.el (fit-window-to-buffer): Be sure to acquire at least
10391 one text line even if the buffer is empty.
10392
10393 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10394
10395 * net/ange-ftp.el (ange-ftp-file-writable-p)
10396 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10397 Bind ange-ftp-process-verbose to nil.
10398
10399 2000-11-15 Dave Love <fx@gnu.org>
10400
10401 * wid-edit.el (widget-specify-field, widget-specify-button):
10402 If :help-echo is a function, set help-echo of overlay to
10403 widget-mouse-help.
10404 (widget-mouse-help): New function.
10405 (widget-echo-help): Rewritten for :help-echo functions only taking
10406 a widget arg.
10407
10408 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10409 Use display-graphic-p.
10410 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10411 and that JPEG is available.
10412 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10413
10414 * international/mule-cmds.el (locale-charset-language-names):
10415 Match @euro.
10416
10417 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10418
10419 * faces.el (face-set-after-frame-default):
10420 If `inhibit-default-face-x-resources' is bound, don't intialize the
10421 default face from X resources.
10422
10423 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10424
10425 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10426 Don't set EMACSLOADPATH.
10427
10428 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10429
10430 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10431 texinfo-insert-@url.
10432 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10433 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10434
10435 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10436
10437 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10438 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10439 (checkdoc-minor-keymap): Backward compatibility.
10440 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10441 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10442 (checkdoc-this-string-valid-engine): Be a bit more strict
10443 to avoid matching substrings of `...' quoted vars/funs.
10444 (checkdoc-defun-info): Only look for `interactive' if alone.
10445 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10446
10447 * progmodes/compile.el (grep): `tag-default' can be nil.
10448
10449 * newcomment.el (comment-indent): Paren typo.
10450
10451 2000-11-14 Dave Love <fx@gnu.org>
10452
10453 * calculator.el: New maintainer version.
10454
10455 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10456
10457 * cmuscheme.el: Doc fixes.
10458 (cmuscheme) <defgroup>: Use `scheme' as parent.
10459 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10460
10461 * xscheme.el (scheme-program-name): Don't define here.
10462
10463 * progmodes/scheme.el (scheme-program-name): New variable
10464 (originally in cmuscheme).
10465
10466 2000-11-14 Miles Bader <miles@gnu.org>
10467
10468 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10469 Handle header-lines. Don't loop forever if we can't enlarge the
10470 window anymore. Simplify a bit.
10471
10472 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10473
10474 * window.el (fit-window-to-buffer): Don't check
10475 window-text-height. Assure that the last line is fully visible.
10476
10477 * international/quail.el (quail-show-guidance-buf):
10478 Call fit-window-to-buffer to assure the enough height of the guidance
10479 buffer.
10480 (quail-update-guidance): Avoid making the guidance buffer shorter.
10481
10482 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10483
10484 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10485 rather than `prepend' and add an interesting comment.
10486 (tex-math-face, tex-font-lock-syntactic-face-function):
10487 New face and function to use it.
10488 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10489 than `menu-enable' symbol property.
10490 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10491 (tex-mode): Add some latex-mode commands for auto-selection.
10492 Use tex-font-lock-syntactic-face-function.
10493 (tex-insert-quote): Simplify.
10494 (tex-shell): New mode.
10495 (tex-start-shell): Use it.
10496 (tex-shell-proc, tex-shell-buf): New functions.
10497 (tex-send-command): Use it.
10498 (tex-main-file): Fix the meaning of the new arg REALFILE.
10499 (tex-send-tex-command): New function split from `tex-start-tex'.
10500 Set compilation-last-buffer and compilation-parsing-end.
10501
10502 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10503 when it follows non-comment text on the line.
10504
10505 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10506 Set font-lock-defaults.
10507 (lisp-mode-shared-map): Init inside the defvar.
10508 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10509 Use define-derived-mode.
10510
10511 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10512
10513 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10514
10515 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10516
10517 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10518 Don't recursively optimize body because that can lead to infinite
10519 recursion; see comment there.
10520
10521 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10522
10523 * faces.el (face-spec-set-match-display): Revert the change from
10524 2000-10-24. Add a FIXME for after v21.1.
10525
10526 2000-11-13 Miles Bader <miles@gnu.org>
10527
10528 * textmodes/fill.el (skip-line-prefix): New function.
10529 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10530 (fill-paragraph): Don't leave point inside the fill-prefix.
10531 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10532 point inside the fill-prefix.
10533
10534 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10535
10536 * calendar/calendar.el (generate-calendar-window):
10537 Use `fit-window-to-buffer'.
10538
10539 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10540
10541 * gud.el (gud-minor-mode): New var.
10542 (gud-symbol, gud-val): New functions.
10543 (gud-find-file): Copy gud-minor-mode to the new buffer.
10544 (gud-menu-map): Include entries for commands that are not always
10545 available, using :enable to (de)activate them.
10546 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10547 (gud-mode-map): New map.
10548 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10549 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10550 Don't set up gud's menu (it's done by the minor-mode).
10551 (gud-minibuffer-local-map): New.
10552 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10553 (gud-query-cmdline): New function.
10554 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10555 (gud-mode): Use define-derived-mode.
10556 Don't set up gud's menu (it's done by the minor-mode).
10557 (gud-chop-words): Remove.
10558 (gud-common-init): Use split-string instead.
10559 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10560
10561 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10562 Add keyword arg :name.
10563
10564 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10565 (diff-count-matches, diff-split-hunk): New functions.
10566 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10567
10568 * pcvs-info.el (cvs-fi-conflict-face): New var.
10569
10570 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10571 Make it into a simple syntax-table, shared among all submodes.
10572 (sh-heredoc-face): Re-introduce.
10573 (sh-font-lock-syntactic-face-function): New function.
10574 (sh-mode): Use it. Also use define-derived-mode.
10575 Remove old bogus setting of indent-region-function.
10576 (sh-set-shell): Don't set the syntax-table any more.
10577 (sh-mode-syntax-table) <defun>: Remove.
10578
10579 2000-11-12 Miles Bader <miles@gnu.org>
10580
10581 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10582 message if interactive.
10583
10584 2000-11-12 Dave Love <fx@gnu.org>
10585
10586 * mail/feedmail.el: Fix header,
10587 (feedmail) <defgroup>: Add :link.
10588
10589 * view.el: Use local-map property, not keymap on mode-line string.
10590
10591 * scroll-all.el (scroll-all-mode): Customize variable.
10592 Add autoload cookie to function.
10593
10594 * lazy-lock.el: Remove compatibility code.
10595
10596 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10597 (finder-help-echo): New variable.
10598 (finder-mouse-face-on-line): Add help-echo stuff.
10599 (finder-list-keywords, finder-list-matches): Use mapc.
10600
10601 * faces.el (face-font-registry-alternatives): Add :version.
10602
10603 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10604 tags-table-list.
10605
10606 * net/browse-url.el (browse-url-browser-function): Update :version.
10607
10608 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10609 (mail-mode): Use [:alnum:] in some regexps.
10610
10611 2000-11-10 Dave Love <fx@gnu.org>
10612
10613 * ediff.el (ediff-regions-internal, ediff-documentation):
10614 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10615 fundamental mode.
10616
10617 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10618 buffer into fundamental mode.
10619 (ediff-set-difference): Use copy-sequence if available.
10620
10621 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10622 Check ediff-patch-map non-nil.
10623 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10624 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10625 buffer into fundamental mode.
10626
10627 * ediff-merg.el (state-or-merge): Defvar when compiling.
10628
10629 2000-11-10 Jason Rumney <jasonr@gnu.org>
10630
10631 * w32-fns.el (w32-add-charset-info): New function.
10632 (w32-charset-info-alist): Use it.
10633
10634 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10635
10636 * faces.el (face-font-registry-alternatives): New user-option.
10637
10638 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10639
10640 * textmodes/texinfo.el (texinfo-block-default): New var.
10641 (texinfo-insert-block): Use it. Insert a newline if needed.
10642
10643 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10644 (fill-region-as-paragraph): Use it.
10645
10646 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10647 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10648 Tweak paragraph regexps to allow a leading [ \t]*.
10649 (tex-latex-block): Insert a newline if necessary.
10650 (latex-insert-item): Only insert a newline if necessary.
10651 (tex-guess-main-file): New function.
10652 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10653 Set tex-main-file if TeX-master is provided.
10654 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10655
10656 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10657
10658 * startup.el (command-line): Set the default tooltip-mode
10659 to t for graphical displays which implement x-show-tip.
10660
10661 * tooltip.el (tooltip-mode): Add a comment about startup.el
10662 setting the default value of this user-option.
10663
10664 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10665
10666 * font-lock.el (font-lock-*-face) <defvar>: Move.
10667 (font-lock-defaults-alist): Mark obsolete.
10668 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10669 (font-lock-mode): Use define-minor-mode.
10670 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10671 (font-lock-turn-off-thing-lock): Be more explicit.
10672 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10673 (font-lock-syntactic-face-function): New var.
10674 (font-lock-fontify-syntactically-region): Use it.
10675 (font-lock-doc-face): New.
10676
10677 * pcvs.el (cvs-enabledp): Ignore errors.
10678 (cvs-commit-filelist): Never query.
10679 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10680 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10681 (cvs-do-removal): Use cvs-partition rather than delete-if.
10682 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10683 cvs-bury-buffer.
10684
10685 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10686 Allow `next' to jump to after the end of the last match.
10687
10688 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10689
10690 * simple.el (byte-compiling-files-p): New function.
10691
10692 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10693 if it is there.
10694
10695 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10696 nil again.
10697
10698 * textmodes/ispell.el (ispell-library-path): Don't call
10699 check-ispell-version when byte-compiling because that starts
10700 an ispell process, and ispell might not be installed.
10701 (toplevel): Don't set up a menu when byte-compiling.
10702
10703 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10704 it, so that a boundp test can be used to determine if we're
10705 currently byte-compiling.
10706
10707 2000-11-09 Dave Love <fx@gnu.org>
10708
10709 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10710
10711 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10712
10713 * ps-print.el: Patch for variable initialization when spooling.
10714 Doc fix.
10715 (ps-output-list): Fun eliminated.
10716 (ps-begin-file, ps-begin-job): Code fix.
10717
10718 2000-11-08 Dave Love <fx@gnu.org>
10719
10720 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10721
10722 2000-11-08 Gerd Moellmann <gerd@gnu.org>
10723
10724 * simple.el (shell-command, display-message-or-buffer)
10725 (shell-command-on-region): Mention resize-mini-windows in the doc
10726 string.
10727 (display-message-or-buffer): Take the value of resize-mini-windows
10728 into account.
10729
10730 2000-11-07 Gerd Moellmann <gerd@gnu.org>
10731
10732 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10733
10734 * dired.el (dired-between-files): Add `^. find' as an alternative
10735 to the regular expression, for find-dired.
10736
10737 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10738
10739 * textmodes/texnfo-upd.el: Require texinfo.
10740 (defmacro, defgroup): Remove.
10741 (texinfo-section-to-generic-alist): Remove.
10742 Use texinfo-section-list instead (i.e. level is changed string->int).
10743 (texinfo-filter): New function.
10744 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
10745 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
10746 Use it. And use regexp-opt.
10747 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
10748 (texinfo-update-menu-region-beginning)
10749 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
10750 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
10751 (texinfo-update-menu-same-level-regexps): Update.
10752 (texinfo-update-node, texinfo-every-node-update)
10753 (texinfo-sequential-node-update): Remove autoload cookie.
10754
10755 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
10756 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
10757 (texinfo-chapter-level-regexp): Remove.
10758 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
10759
10760 2000-11-06 Dave Love <fx@gnu.org>
10761
10762 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
10763
10764 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10765 Match defun*.
10766
10767 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10768
10769 * composite.el (composition-function-table): Variable declaration
10770 moved to src/composite.c.
10771 (compose-chars-after): New optional arg object.
10772
10773 2000-11-06 Gerd Moellmann <gerd@gnu.org>
10774
10775 * bindings.el (mode-line-toggle-read-only)
10776 (mode-line-toggle-modified, mode-line-widen)
10777 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
10778 (make-mode-line-mouse2-map): Rewritten.
10779 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
10780 functions so that C-h k can show something with a doc string.
10781
10782 * startup.el (fancy-splash-delay): Set to 10 seconds.
10783 (fancy-splash-max-time): New user-option.
10784 (fancy-splash-stop-time): New variable.
10785 (fancy-splash-screens): Set it. Catch `stop-splashing'.
10786 (fancy-splash-screens-1): Throw `stop-splashing' when current
10787 time is greater than fancy-splash-stop-time.
10788
10789 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10790
10791 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
10792
10793 * pcvs.el (cvs-mode-marked): New arg `noquery'.
10794 Prompt user for a file rather than raising an error.
10795 (cvs-enabledp): Fix call to cvs-mode-marked.
10796 (cvs-insert-file): New function (extracted from cvs-mode-insert).
10797 (cvs-mode-insert): Use it. Change the init prompt' value.
10798 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
10799
10800 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
10801 Don't pass default arg to ewoc-locate.
10802 (ewoc-collect): Return result in the right order.
10803
10804 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
10805
10806 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
10807 (cvs-status-get-tags): Fix regexp.
10808 (cvs-status-trees, cvs-status-cvstrees):
10809 Combine after change hooks and don't sit-for.
10810 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
10811 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
10812 Use make-char rather than hard-coded cryptic data.
10813 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
10814
10815 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
10816
10817 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
10818 (cvs-insert-strings): New function.
10819
10820 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
10821
10822 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
10823 `mwheel-scroll-amount'.
10824 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
10825 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
10826 string-matching against the version string.
10827
10828 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10829
10830 * language/thai.el ("Thai"): Set a lisp form that produces
10831 composed string in `sample-text' language info.
10832
10833 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
10834 composed string in `sample-text' language info.
10835
10836 * international/mule-cmds.el (describe-language-environment):
10837 Eval `sample-text' data and insert the result.
10838
10839 * international/mule-conf.el (compound-text): Define this coding
10840 system here. Make x-ctext and ctext aliases of it.
10841
10842 * language/european.el (compound-text, ctext): Moved to
10843 international/mule-conf.el.
10844
10845 2000-11-05 Andrew Innes <andrewi@gnu.org>
10846
10847 * w32-fns.el (w32-version): New function.
10848
10849 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
10850
10851 * progmodes/awk-mode.el: Update copyright.
10852 (awk-mode-abbrev-table): Remove.
10853 (awk-font-lock-keywords): Use regexp-opt.
10854 (awk-mode): Use define-derived-mode.
10855
10856 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
10857 when extracting a suffix.
10858
10859 2000-11-04 Andre Spiegel <spiegel@gnu.org>
10860
10861 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
10862 auto-save-mode.
10863
10864 2000-11-04 Jason Rumney <jasonr@gnu.org>
10865
10866 * language/european.el (decode-mac-roman): Test against r1 not r0.
10867
10868 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
10869
10870 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
10871 (icon-mode): Define indent-line-function.
10872 (icon-comment-indent): Simplify.
10873 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
10874
10875 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
10876
10877 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10878 Bind change-log-default-mode to defeat the caching done on it.
10879 Don't bother saving excursion any more.
10880
10881 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
10882
10883 * frame.el (after-setting-font-hook): Rename hooks -> hook.
10884 (set-frame-font): Use the new name (and the old for compatibility).
10885
10886 * toolbar/tool-bar.el (tool-bar-mode):
10887 * time.el (display-time-mode):
10888 * recentf.el (recentf-mode):
10889 * paren.el (show-paren-mode):
10890 * mwheel.el (mouse-wheel-mode):
10891 * msb.el (msb-mode):
10892 * jka-compr.el (auto-compression-mode):
10893 * image-file.el (auto-image-file-mode):
10894 * hl-line.el (hl-line-mode):
10895 * delsel.el (delete-selection-mode):
10896 * autoinsert.el (auto-insert-mode):
10897 * complete.el (partial-completion-mode): Drop unneeded positional args.
10898
10899 * info.el (Info-mode):
10900 * comint.el (comint-mode): Don't bother with make-local-hook.
10901
10902 * log-edit.el (log-edit-menu): New menu.
10903
10904 2000-11-03 Miles Bader <miles@gnu.org>
10905
10906 * wid-edit.el (widget-end-of-line): Reinstate, with a new
10907 definition, so that trailing spaces are handled properly.
10908 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
10909
10910 2000-11-03 Gerd Moellmann <gerd@gnu.org>
10911
10912 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
10913 tab character.
10914 (fancy-splash-screens): Set tab-width to 20.
10915
10916 2000-11-03 Dave Love <fx@gnu.org>
10917
10918 * comint.el (comint-completion-addsuffix): Fix custom type.
10919
10920 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
10921
10922 * font-lock.el (font-lock-buffers): Remove.
10923 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
10924 (font-lock-change-major-mode): Remove.
10925 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
10926 (font-lock-default-fontify-region): Extend the multiline
10927 fontification to whole lines.
10928 (font-lock-fontify-anchored-keywords)
10929 (font-lock-fontify-keywords-region): If matching just one
10930 line (with \n) only mark the \n as multiline.
10931
10932 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
10933 Correctly handle the case where several :group args are supplied.
10934 Allow :extra-args.
10935 (easy-mmode-define-global-mode): Allow :extra-args.
10936 Correctly handle the case where several :group args are supplied.
10937
10938 2000-11-02 Miles Bader <miles@gnu.org>
10939
10940 * calendar/calendar.el (diary-face, calendar-today-face)
10941 (holiday-face): Remove dependency on `window-system'.
10942
10943 2000-11-02 Ken Raeburn <raeburn@gnu.org>
10944
10945 * Makefile.in (emacs): Set EMACSLOADPATH always.
10946 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
10947 (compile-files): Bomb out if compilation of a file fails.
10948
10949 2000-11-02 Dave Love <fx@gnu.org>
10950
10951 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
10952
10953 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
10954
10955 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
10956 punctuation in the warning inserted into the *mail* buffer.
10957
10958 2000-11-02 Gerd Moellmann <gerd@gnu.org>
10959
10960 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
10961 (authors-public-domain-p): New function.
10962 (authors-print): Use it.
10963
10964 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
10965
10966 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
10967
10968 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10969
10970 * ps-print.el: Extension for even/odd printing. Doc fix.
10971 (ps-print-version): New version number (6.3.1).
10972 (ps-even-or-odd-pages): Customization fix.
10973 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
10974 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
10975 (ps-page-count): Var replaced by `ps-page-column'.
10976 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
10977 (ps-print-sheet-p): New fun.
10978
10979 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10980
10981 * tooltip.el (tooltip-gud-tips-setup): New function.
10982 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
10983 (tooltip-mode): Call tooltip-gud-tips-setup.
10984 (tooltip-gud-tips): Use `gud-basic-call' instead of
10985 process-send-string, so the prompt gets frobbed appropriately.
10986 Handle nil return value from `tooltip-gud-print-command'.
10987
10988 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
10989
10990 * comint.el (comint-add-to-input-history): New function.
10991 (comint-send-input): Use `comint-add-to-input-history'.
10992
10993 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10994
10995 * info.el (info-menu-header): New face.
10996 (Info-fontify-menu-headers): New function.
10997 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
10998
10999 * info.el (Info-insert-dir): Don't include blank lines at
11000 beginning of additional dir files (one is added automatically).
11001
11002 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
11003
11004 * emacs-lisp/easy-mmode.el (define-minor-mode):
11005 Revert the latest changes.
11006 Allow the three positional arguments to be skipped and replaced
11007 by keyword arguments.
11008 Add a :toggle argument to determine whether a nil arg means toggle
11009 or means turn-on. The default is unchanged.
11010 Add a call to force-mode-line-update.
11011
11012 2000-11-01 Dave Love <fx@gnu.org>
11013
11014 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
11015
11016 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
11017
11018 * calendar/calendar.el (diary-face, holiday-face):
11019 Add dark-background variants.
11020
11021 2000-10-31 Sam Steingold <sds@gnu.org>
11022
11023 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
11024 `tex-main-file' does not have directory in it.
11025
11026 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
11027
11028 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
11029
11030 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
11031
11032 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
11033 functional change.
11034
11035 2000-10-31 Gerd Moellmann <gerd@gnu.org>
11036
11037 * files.el (find-file-noselect): When we expand a wildcard, return
11038 a list of buffers, as we should do according to the doc string.
11039
11040 2000-10-31 Ken Raeburn <raeburn@gnu.org>
11041
11042 * loadup.el (top level): Adjust load path if program name is
11043 "../src/bootstrap-emacs", in case it's not dumped and thus the
11044 load path adjustment hasn't already been done.
11045
11046 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11047
11048 * ps-print.el: Fix bug on selected pages for printing.
11049 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
11050 is on. Try to avoid warning messages when compiling. Doc Fix.
11051 (ps-print-version): New version number (6.3).
11052 (ps-color-device): Use `color-values' to determine if device
11053 supports color.
11054 (ps-color-values): Try to use `x-color-values' when using XEmacs.
11055 (ps-print-page-p): Changed from defsubst to defun.
11056 (ps-page-number): Changed from defmacro to defun.
11057 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
11058 printing.
11059 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
11060 (ps-end-file, ps-dummy-page): Funs eliminated.
11061 (ps-print-color-scale): Changed default value.
11062 (ps-page-n-up, ps-print-page-p): New internal vars.
11063 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11064 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11065
11066 * delim-col.el: Little programming improvement.
11067 (delimit-columns-str): New macro.
11068 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11069
11070 2000-10-31 Kenichi Handa <handa@etl.go.jp>
11071
11072 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11073 Moved to european.el.
11074 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11075 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11076 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11077 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
11078
11079 2000-10-30 Dave Love <fx@gnu.org>
11080
11081 * progmodes/cc-menus.el (imenu-generic-expression)
11082 (imenu-progress-message): Only defvar when compiling.
11083
11084 * emacs-lisp/elp.el (elp-unload-hook): New function.
11085
11086 * loadhist.el (unload-feature): Call elp-restore-function,
11087 checking for symbols; don't use elp-restore-all.
11088 (loadhist-hook-functions): Doc fix.
11089
11090 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11091
11092 * log-edit.el (log-edit-confirm): Fix the default.
11093
11094 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11095
11096 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11097 delimit-columns-format.
11098 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11099
11100 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11101
11102 * comint.el (comint-replace-by-expanded-history): Don't use
11103 comint-get-old-input (we're not looking at *old* input).
11104 (comint-get-old-input-default): If using fields, signal an error
11105 when the point is not in an input field.
11106
11107 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11108
11109 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11110 and mule-unicode-e000-ffff.
11111
11112 * international/mule.el (decode-char, encode-char): New functions.
11113 (make-coding-system): Accept a symbol of translation table as a
11114 value of property `safe-chars'.
11115
11116 * international/mule-cmds.el (encode-coding-char): Check property
11117 safe-chars instead of safe-charsets.
11118
11119 * international/fontset.el (fontset-default): Modified for
11120 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11121 (x-font-name-charset-alist): Likewise.
11122 (ccl-encode-unicode-font): New CCL program. Record it in
11123 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11124
11125 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11126 New translation tables.
11127 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11128 programs are modified and moved from mac-win.el.
11129 (mac-roman): Definition of this coding system is modified and
11130 moved from mac-win.el.
11131
11132 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11133
11134 * ediff-wind.el (ediff-setup-control-frame): Enclose
11135 face-attribute in condition-case to avoid errors in older emacsen.
11136
11137 2000-10-29 Miles Bader <miles@gnu.org>
11138
11139 * custom.el (custom-add-to-group): Allow multiple entries for a
11140 given value OPTION, as long as their widget types are different.
11141 * cus-edit.el (custom-face-value-create): If face name doesn't end
11142 with "face", add such here (similar to custom group widgets).
11143
11144 * comint.el (comint-highlight-prompt): Add :type.
11145
11146 2000-10-28 John Wiegley <johnw@gnu.org>
11147
11148 * calendar/timeclock.el (timeclock-log): Doc fix.
11149 (timeclock-last-event): Doc fix.
11150 (timeclock-log): Kill the timelog buffer after appending a new event.
11151 (timeclock-find-discrep): Use a temp buffer to read in the
11152 timelog, instead of visiting the file.
11153 (timeclock-log-data): A new function, along with a host of helper
11154 functions, for the purpose of making timelog data accessible to
11155 programmers.
11156
11157 * eshell/esh-mode.el (window-height test): Make certain that
11158 `eshell-stringify-t' is non-nil.
11159 (eshell-password-prompt-regexp): Changed to a much simpler
11160 password regexp.
11161 (eshell-send-input): If `eshell-invoke-directly' returns t,
11162 directly invoke the parsed command using `eval'. This improves
11163 turn-around time on simple commands by a factor of three or
11164 greater, such as cd, ls, pwd, etc. -- which get used very often.
11165 It also conserves thousands of cons cells per call (since
11166 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11167 in the Pacific Cookie Company).
11168
11169 * eshell/esh-test.el (eshell-test): Whitespace fix.
11170
11171 * eshell/em-ls.el (eshell-ls-insert-directory):
11172 Make `eshell-ls-initial-args' nil when inserting directory contents.
11173
11174 * eshell/em-script.el (eshell-script-initialize): Add names to
11175 `eshell-complex-commands, since `source' and `.' are complex.
11176
11177 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11178 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11179 `eshell-copy-handles'.
11180 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11181 bodies.
11182 (eshell-separate-commands): Whitespace fix.
11183 (eshell-complex-commands): Added a new list of names, for
11184 determining whether a given command is as simple as it looks.
11185 (eshell-invoke-directly): New function. Returns t if a command
11186 should be invoked directly (using `eval'), rather than indirectly
11187 using `eshell-do-eval'.
11188 (eshell-do-eval): Whitespace fix.
11189
11190 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11191 which provides an emulation of the DOS shell behavior of assuming
11192 that cp/mv/ln should copy/move/link to the current directory.
11193 (eshell-remove-entries): Added a doc string.
11194 (eshell-shuffle-files): Removed the check for `target' being null.
11195 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11196 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11197 it to do a smarter check of whether a destination was provided.
11198 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11199 (eshell/ln): Enable `:preserve-args', and use
11200 `eshell-mvcpln-template' to implement the body of the function.
11201 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11202 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11203 list after flattening it. This makes it possible to cat files
11204 with numerical names.
11205 (eshell-unix-initialize): Added several names to
11206 `eshell-complex-commands.
11207 (eshell-unix-command-complex-p): Return t if a given command name
11208 may result in external processes being invoked.
11209
11210 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11211 variable nil by default, since it slows down glob processing by a
11212 factor of two or more, and increases memory consumption.
11213
11214 * eshell/em-smart.el: Added a note about how memory consumptive
11215 smart display mode can be (at least this is true in Emacs 21).
11216 (eshell-smart-initialize): Whitespace fix.
11217 (eshell-refresh-windows): Use `if' instead of `when'.
11218 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11219 not necessary.
11220 (eshell-currently-handling-window): Added a missing global variable.
11221
11222 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11223 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11224 Whitespace fix.
11225 (eshell-ls-exclude-hidden): Added this variable in addition to
11226 `eshell-ls-exclude-regexp'. This one prevents files beginning
11227 with . from even being read, which can improve memory consumption
11228 quite a bit.
11229 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11230 read file entries beginning with a dot. In home directories with
11231 lots of hidden files, fully two-thirds of the time spent in ls is
11232 used to read directory entries that are immediately thrown away.
11233 (eshell-ls-initial-args): Added back this configuration variable,
11234 for specifying default initial arguments to every call to ls.
11235 Much faster than using an alias to do the same thing.
11236 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11237 (eshell-ls-dir): Whitespace change.
11238
11239 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11240
11241 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11242 (eshell-stringify-t): Added a customization variable, to indicate
11243 whether `t' should be rendered as a string at all. If not, one
11244 can still determine if the result of an expression is true using
11245 "file-exists-p FILE && echo true".
11246 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11247 stringify t!
11248
11249 * eshell/esh-module.el: Whitespace fix.
11250
11251 * eshell/em-alias.el (eshell-alias-initialize):
11252 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11253 (eshell-command-aliased-p): New function that returns t if a
11254 command name names an aliased.
11255
11256 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11257
11258 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11259 redrawing the screen when changing cursor color.
11260 (viper-insert-state-pre-command-sentinel)
11261 (viper-replace-state-pre-command-sentinel)
11262 (viper-replace-state-post-command-sentinel):
11263 Use viper-preserve-cursor-color.
11264 Many functions changed to use viper= instead of = when comparing
11265 characters.
11266 * viper-util.el (viper-memq-char,viper=): New functions for
11267 working with characters.
11268 (viper-change-cursor-color): Fixed buglet.
11269 Many functions changed to use viper= instead of = when comparing
11270 characters.
11271 * viper.el (viper-insert-state-mode-list): Added eshell.
11272
11273 * ediff-init.el (ediff-before-setup-hook): New hook.
11274 Several typos fixed in various docstrings.
11275 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11276 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11277 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11278 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11279 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11280 (ediff-get-selected-buffers): New function.
11281 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11282 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11283 Use save-window-excursion.
11284 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11285 termination check in while loop.
11286 * ediff.el (ediff-get-default-file-name): Better defaults when in
11287 dired buffer.
11288 (ediff-files,ediff-merge-files,ediff-files3)
11289 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11290
11291 2000-10-28 Dave Love <fx@gnu.org>
11292
11293 * info.el (Info-fontify-node): Add help-echo for menu items.
11294
11295 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11296
11297 * startup.el (normal-top-level): If the value of $TERM indicates
11298 we are running from xterm or one of its work-alikes, default to a
11299 light background mode.
11300
11301 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11302 * faces.el (tty-handle-reverse-video): New function.
11303 (tty-create-frame-with-faces): Call it.
11304
11305 * frame.el (frame-notice-user-settings): Don't apply
11306 default-frame-alist and initial-frame-alist to MS-DOS frames.
11307 Call tty-handle-reverse-video, frame-set-background-mode, and
11308 face-set-after-frame-default for non-MS-DOS frames.
11309
11310 * startup.el (tty-long-option-alist): New variable.
11311 (tty-handle-args): New function.
11312 (command-line): Call tty-handle-args.
11313
11314 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11315 startup.el now does that for all character-terminal frames.
11316
11317 2000-10-28 Miles Bader <miles@gnu.org>
11318
11319 * emacs-lisp/easy-mmode.el (define-minor-mode):
11320 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11321 is global. If :global is followed by a non-nil but non-t value,
11322 make the mode buffer-local, but also generate a `global-MODE'
11323 version using `easy-mmode-define-global-mode'.
11324 Add :conditional-turn-on keyword argument.
11325
11326 2000-10-28 Dave Love <fx@gnu.org>
11327
11328 * international/latin1-disp.el (latin1-char-displayable-p):
11329 Don't use window-system.
11330
11331 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11332
11333 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11334 Don't call find-buffer-file-type-coding-system. Instead, just
11335 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11336 if the file is on an untranslated filesystem.
11337 (add-untranslated-filesystem): Use "D" instead of "f" inside
11338 interactive.
11339
11340 2000-10-27 Dave Love <fx@gnu.org>
11341
11342 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11343 (refill-mode): Use it.
11344
11345 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11346
11347 * international/quail.el (quail-activate): Don't make-local-hook.
11348
11349 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11350
11351 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11352 manual backups and file.~<rev>.~ for automatic ones.
11353 (vc-make-version-backup): Don't do it on MS-DOS without long file
11354 names.
11355
11356 * vc.el (vc-version-other-window): If an automatic backup of the
11357 desired version exists, rename it instead of copying it.
11358
11359 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11360 after command. If there's an unexpected error, signal it instead
11361 of being silent.
11362 (vc-cvs-merge-news): Be prepared for no news at all.
11363
11364 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11365
11366 * shell.el (shell): Add BUFFER argument.
11367 * comint.el (make-comint-in-buffer): New function.
11368 (make-comint): Use it.
11369
11370 * faces.el (face-spec-choose): Change syntax so that the list of
11371 attribute-value pairs is now the cdr of each clause, not the cadr.
11372 Detect old-style entries, and handle them. Use pop.
11373
11374 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11375
11376 * cus-edit.el (custom-mode-map): Use a sparse map.
11377 (custom-mode): Don't bother with make-local-hook.
11378
11379 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11380
11381 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11382
11383 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11384
11385 * ps-print.el: Avoid compilation gripes.
11386 (ps-print-version): New version number (6.2.1).
11387
11388 2000-10-26 Dave Love <fx@gnu.org>
11389
11390 * menu-bar.el: Modify some menu item help strings.
11391 (menu-bar-help-menu): Add link to MORE.STUFF.
11392
11393 * cus-edit.el (custom-mode): Add `special' mode-class property.
11394
11395 * wid-browse.el (widget-browse-mode): Likewise.
11396
11397 * wid-edit.el (widget-specify-field): Revert to using local-map
11398 property, not keymap.
11399
11400 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11401
11402 * wid-edit.el (widget-field-end): When checking for a `boundary'
11403 field, do so in the correct buffer.
11404
11405 * simple.el (undo): Correctly distinguish between numeric and
11406 non-numeric prefix args in non-transient-mark-mode, as per the doc
11407 string. When in transient-mark-mode, treat all prefix-args as
11408 numeric.
11409
11410 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11411 Position point on match. Handle N == 0 correctly.
11412
11413 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11414 (comint-mode-map): Reverse order of `comint-write-output' and
11415 `comint-append-output-to-file'.
11416 (comint-append-output-to-file): Reinstate this function, for the
11417 benefit of the menu.
11418
11419 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11420
11421 * vc.el (vc-version-other-window): Bind `file'.
11422
11423 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11424
11425 * Makefile.in (update-authors): New target for maintenance purposes.
11426
11427 * emacs-lisp/authors.el (batch-update-authors): New function.
11428 (authors-fixed-entries): New defconst.
11429 (authors-add-fixed-entries): New function.
11430 (authors): Call it.: Don't process lispref/.
11431
11432 2000-10-25 Jason Rumney <jasonr@gnu.org>
11433
11434 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11435 Merge x w32 and mac definitions.
11436
11437 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11438
11439 * menu-bar.el (menu-bar-options-menu): Add a help string for
11440 `uniquify'.
11441
11442 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11443
11444 * time-stamp.el (time-stamp-string-preprocess):
11445 Fix a wrong type argument error.
11446
11447 2000-10-25 Miles Bader <miles@gnu.org>
11448
11449 * recentf.el (recentf-mode): Variable removed.
11450 (recentf-mode): Use `define-minor-mode'.
11451
11452 * mwheel.el (mouse-wheel-mode): New global minor mode.
11453 (mwheel-install): Use `mouse-wheel-mode'.
11454
11455 2000-10-25 Dave Love <fx@gnu.org>
11456
11457 * progmodes/cperl-mode.el (cperl-mode):
11458 Set normal-auto-fill-function correctly.
11459
11460 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11461 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11462 bindings.
11463
11464 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11465
11466 * wid-edit.el (widget-field-at): New function.
11467 (widget-at, widget-field-activate): Use it.
11468 (widget-tabable-at): Use `widget-at'.
11469 (widget-specify-field): If the terminating character of the widget
11470 field (which is read-only) is a newline, put it into a special
11471 `boundary' field so that C-n/C-p act more naturally.
11472 (widget-field-end): Also don't subtract one if a special
11473 `boundary' field has been added after the widget field.
11474
11475 * comint.el (comint-output-filter, comint-send-input):
11476 Don't bother adding stickiness fields to overlays to fool the field
11477 code, since it should notice the overlay insertion-types now.
11478
11479 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11480 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11481 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11482
11483 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11484
11485 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11486 (authors): Set file coding system to iso-2022-7bit.
11487 Add file-local variables to output buffer.
11488
11489 * files.el (after-find-file): Don't print any warnings if
11490 WARN is nil.
11491
11492 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11493
11494 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11495
11496 * delim-col.el: Now there is a column formatting mechanism.
11497 Modified to customization mechanisms convention. Doc fix.
11498 (columns): New group for delim-col.
11499 (delimit-columns-before, delimit-columns-after)
11500 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11501 (delimit-columns-end): New vars.
11502 (delimit-columns-customize, delimit-columns-format): New funs.
11503 (delimit-columns-region, delimit-columns-rectangle)
11504 (delimit-columns-rectangle-line): Modified to support column
11505 formatting.
11506
11507 2000-10-24 Dave Love <fx@gnu.org>
11508
11509 * log-edit.el (log-edit): Add :version and a :group for vc.
11510
11511 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11512
11513 * files.el (after-find-file): Don't print a message ``New file''
11514 if WARN is nil.
11515
11516 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11517 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11518 get duplicate tool-bar entries because we'll see the global ones
11519 on more than one path through keymaps.
11520
11521 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11522
11523 * progmodes/cmacexp.el: Change Francesco's email address.
11524
11525 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11526
11527 * window.el (fit-window-to-buffer): Adjust point of the window
11528 buffer, not that of the current buffer.
11529
11530 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11531
11532 * progmodes/cmacexp.el: Update the euthor's email address.
11533
11534 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11535
11536 * faces.el (face-spec-set-match-display): Add `graphic' display
11537 type (the inverse of `tty'). Use `display-graphic-p' instead of
11538 the window-system variable.
11539
11540 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11541
11542 * international/isearch-x.el (isearch-with-input-method):
11543 Call input-method-function with the first event in
11544 unread-command-events.
11545
11546 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11547
11548 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11549
11550 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11551
11552 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11553 New charsets.
11554
11555 * term/mac-win.el: Remove definitions of mac-roman-lower and
11556 mac-roman-upper, require dired, and define instead of set
11557 mac-ready-for-drag-n-drop to avoid compilation error.
11558
11559 2000-10-23 Andrew Innes <andrewi@gnu.org>
11560
11561 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11562 Remove superfluous calls to subst-char-in-string; instead apply
11563 expand-file-name after convert-standard-filename to ensure
11564 expected directory separators are used.
11565
11566 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11567
11568 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11569
11570 2000-10-23 Dave Love <fx@gnu.org>
11571
11572 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11573 (tool-bar-add-item): Set foreground and background for XBM icons.
11574
11575 * international/latin1-disp.el (latin1-char-displayable-p):
11576 New function (from Handa).
11577 (latin1-display-check-font): Use it.
11578
11579 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11580 using :key-sequence, making it much more usable.
11581 Use nconc, not append.
11582 (imenu--create-keymap-1): Avoid append.
11583
11584 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11585
11586 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11587
11588 [the following changes fix a bug where `define-minor-mode' didn't
11589 correctly generate :require clauses for defcustoms in compiled files]
11590 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11591 (byte-compile-log-file, byte-compile-log-1): Don't set
11592 `byte-compile-current-file' to nil. Instead set
11593 `byte-compile-last-logged-file' to it. Test whether
11594 byte-compile-current-file equals byte-compile-last-logged-file
11595 instead of whether its nil.
11596 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11597
11598 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11599
11600 * textmodes/refill.el: Fix var names in doc.
11601 (refill-mode): Don't bother with make-local-hook anymore.
11602
11603 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11604
11605 * faces.el (face-user-default-spec, face-default-spec): New functions.
11606 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11607 (frame-set-background-mode, face-set-after-frame-default):
11608 Use `face-user-default-spec'. Simplify code slightly.
11609
11610 * woman.el (woman-italic-face, woman-bold-face)
11611 (woman-unknown-face): Add dark-background variants.
11612 (woman-default-faces): Renamed from `woman-colour-faces'.
11613 Set using the stored defaults, rather than using hard-wired colors.
11614 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11615 Just make the foreground `unspecified' rather than "black".
11616 (woman-menu): Rename menu entries accordingly.
11617
11618 * faces.el (header-line): Make more reasonable on mono/grayscale
11619 displays.
11620
11621 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11622
11623 * cus-edit.el (custom-button-face): Use 3D look for mac.
11624 (custom-button-pressed-face): Likewise.
11625
11626 * faces.el (set-face-attributes-from-resources): Handle mac frames
11627 in the same way as x and w32 frames.
11628 (face-valid-attribute-values): Likewise.
11629 (read-face-attribute): Likewise.
11630 (defined-colors): Likewise.
11631 (color-defined-p): Likewise.
11632 (color-values): Likewise.
11633 (display-grayscale-p): Likewise.
11634 (face-set-after-frame-default): Likewise.
11635 (mode-line): Same default face as for x and w32.
11636 (tool-bar): Likewise.
11637
11638 * frame.el: Remove call to frame-notice-user-settings at end of
11639 the file.
11640
11641 * info.el (Info-fontify-node): Make underlines invisible for mac
11642 as for x, pc, and w32 frame types.
11643
11644 * term/mac-win.el: New file.
11645
11646 2000-10-22 Dave Love <fx@gnu.org>
11647
11648 * textmodes/refill.el: New file.
11649
11650 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11651
11652 * vc-hooks.el (vc-version-backup-file-name): New optional args
11653 MANUAL and REGEXP.
11654 (vc-delete-automatic-version-backups, vc-make-version-backup):
11655 New functions.
11656 (vc-before-save): Use the latter.
11657 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11658 confusion.
11659
11660 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11661 expected by vc[-hooks].el.
11662
11663 * vc.el (vc-checkout): Added `-p' suffix in call to
11664 vc-make-version-backups-p; use vc-make-version-backup to actually
11665 make the backup.
11666 (vc-version-other-window, vc-version-backup-file): Handle both
11667 automatic and manual backups.
11668 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11669 of all of them.
11670
11671 2000-10-22 Miles Bader <miles@gnu.org>
11672
11673 * comint.el (comint-highlight-input, comint-highlight-prompt):
11674 Renamed, `-face' at end removed.
11675 (comint-send-input, comint-output-filter): Use renamed faces.
11676
11677 * window.el (fit-window-to-buffer): Change defaulting of
11678 MAX-HEIGHT slightly.
11679
11680 * faces.el (color-values, color-defined-p): Use `member', not
11681 `memq', because it works correctly for strings.
11682 (frame-set-background-mode): Actually, "unspecified-fg" and
11683 "unspecified-bg" *are* strings. Use `member', not `memq', and
11684 `equal', not `eq', when a string value is possible.
11685
11686 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11687
11688 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11689
11690 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11691
11692 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11693 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11694 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11695 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11696 (sh-font-lock-syntactic-keywords): Use them.
11697 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11698 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11699 (sh-mode): Don't override font-lock-unfontify-region-function.
11700 Use a copy of sh-font-lock-syntactic-keywords.
11701 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11702 Don't call sh-scan-buffer since font-lock does it on the fly.
11703 (sh-get-indent-info): Use `face' rather than `syntax-table'
11704 text-property to detect here-documents.
11705 Replace sh-special-syntax with sh-st-punc.
11706 (sh-prev-line): Use `face' rather than `syntax-table'
11707 text-property to skip over here-documents.
11708 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11709 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11710 (sh-electric-less, sh-set-here-doc-region)
11711 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11712 (sh-scan-buffer, sh-rescan-buffer): Remove.
11713
11714 2000-10-21 Andrew Innes <andrewi@gnu.org>
11715
11716 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11717 remote (ange-ftp) file names.
11718
11719 2000-10-21 Miles Bader <miles@gnu.org>
11720
11721 * window.el (fit-window-to-buffer): New function.
11722 (shrink-window-if-larger-than-buffer): Use it.
11723 (window-text-height): Don't expect minibuffers to have mode-lines.
11724
11725 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11726 * international/quail.el (quail-update-guidance):
11727 Use `fit-window-to-buffer' instead of `set-window-text-height'.
11728
11729 * international/quail.el (quail-show-guidance-buf): Make sure
11730 guidance window really has enough room.
11731 (quail-update-guidance): If quail-guidance-win is already shown,
11732 make sure its height is OK.
11733
11734 * window.el (window-text-height, set-window-text-height):
11735 New functions.
11736 (shrink-window-if-larger-than-buffer): Use `window-text-height'
11737 instead of `window-height' & `mode-line-window-height-fudge'.
11738 (mode-line-window-height-fudge): Add FACE parameter.
11739 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
11740 instead of `enlarge-window' & `mode-line-window-height-fudge'.
11741
11742 2000-10-20 Miles Bader <miles@gnu.org>
11743
11744 * window.el (height-affecting-face-attributes): Use `defconst'.
11745
11746 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
11747 New function, conditionally aliased to `mode-line-window-height-fudge'.
11748 (ispell-help): Use it.
11749 (ispell-choices-win-default-height): Don't include mode-line fudge.
11750 (ispell-choices-win-default-height): New function.
11751 (ispell-show-choices, ispell-command-loop): Use function
11752 `ispell-choices-win-default-height' instead of variable.
11753
11754 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
11755
11756 * window.el (mode-line-window-height-fudge): New variable.
11757 (height-affecting-face-attributes): New variable.
11758 (mode-line-window-height-fudge): New function.
11759 (shrink-window-if-larger-than-buffer): Use it.
11760 * help.el (resize-temp-buffer-window): Likewise.
11761
11762 * info.el (Info-fontify-node): Add support for @subsubsection
11763 titles, which use `Info-title-4-face'.
11764 (Info-title-4-face): New face.
11765 (Info-title-3-face): Inherit from Info-title-4-face instead of
11766 variable-pitch.
11767
11768 2000-10-19 Jason Rumney <jasonr@gnu.org>
11769
11770 * dired.el (dired-insert-directory): Do not let errors signalled by
11771 attempt to run dired-free-space-program prevent dired from working.
11772
11773 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
11774
11775 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
11776
11777 2000-10-19 Gerd Moellmann <gerd@gnu.org>
11778
11779 * dirtrack.el (dirtrack): Fix call to run-hooks.
11780
11781 * cmuscheme.el (cmuscheme-program-name): Renamed from
11782 scheme-program-name because xscheme.el contains a defcustom with
11783 the same name. As a consequence, customizing group `cmuscheme'
11784 loaded `xscheme' which redefined run-scheme.
11785 (run-scheme): Use cmuscheme-program-name.
11786
11787 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
11788
11789 * play/doctor.el (doctor-death): Update the Samaritans'
11790 anonymous address, and add a website for Befrienders International.
11791
11792 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11793
11794 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
11795 Avoid compilation gripes. Doc fix.
11796 (ps-print-version): New version number (6.2).
11797 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11798 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
11799 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
11800 (ps-x-extent-priority, ps-x-extent-start-position)
11801 (ps-x-face-font-instance, ps-x-find-coding-system)
11802 (ps-x-font-instance-properties, ps-x-make-color-instance)
11803 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
11804 avoid compilation gripes without defining functions.
11805 (ps-e-find-composition): Alias for function find-composition, to have a
11806 suitable function depending on Emacs version.
11807 (ps-color-device, ps-color-values, ps-face-foreground-name)
11808 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
11809 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
11810 (ps-print-ensure-fontified): Function definitions surrounded by
11811 `eval-and-compile' to avoid compilation gripes.
11812 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
11813 by symbol-value to avoid compilation gripes.
11814 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
11815 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
11816
11817 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11818
11819 * startup.el (normal-top-level): Call `frame-set-background-mode'
11820 after `frame-notice-user-settings' because the latter doesn't call
11821 the former on a tty.
11822
11823 * faces.el (frame-set-background-mode): `unspecified' &c are
11824 symbols, not strings.
11825
11826 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11827
11828 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
11829 why some "light*" colors are deliberately absent from the alist.
11830
11831 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
11832 Change colors for tty's, as suggested by Miles Bader.
11833
11834 2000-10-19 Kenichi Handa <handa@etl.go.jp>
11835
11836 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
11837 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
11838 for ISO10646-1 fonts.
11839 (x-font-name-charset-alist): Add an entry for "iso10646-1".
11840
11841 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11842
11843 * faces.el (frame-set-background-mode): If a tty frame defines a
11844 background color, use that to compute the background mode, instead
11845 of always defaulting to "dark".
11846
11847 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11848
11849 * comint.el (comint-write-output): New function.
11850 (comint-mode-map): Add it to the menu.
11851 Bind `C-c C-s' to comint-write-output.
11852
11853 2000-10-18 Gerd Moellmann <gerd@gnu.org>
11854
11855 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
11856 Use fancy-splash-delay.
11857
11858 2000-10-18 Alex Schroeder <alex@gnu.org>
11859
11860 * progmodes/sql.el (sql-sybase-options): New option.
11861 (sql-sybase): Use it. Add sql-database to the list of parameters
11862 provided for login. The options -w 2048 -n are not used any more.
11863
11864 * comint.el (comint-read-input-ring): Bugfix such that the first
11865 and the last entry of the input ring file are not lost.
11866
11867 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11868
11869 * ps-print.el: Internal variable changes to defcustom,
11870 make-local-hook changes to defvar. Doc fix.
11871 (ps-print-version): New version number (6.1).
11872 (ps-setup, ps-do-despool): Code fix.
11873 (ps-printer-name): Customization fix.
11874 (ps-printer-name-option): Now is a defcustom instead of an
11875 internal variable.
11876 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
11877 (ps-print-begin-column-hook): Now are defvar instead of
11878 make-local-hook.
11879
11880 2000-10-18 Miles Bader <miles@gnu.org>
11881
11882 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
11883 (comint-kill-output): Changed into an alias for `comint-delete-output',
11884 and made obsolete.
11885 (comint-mode-map): Rename references to comint-kill-output.
11886
11887 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
11888
11889 * diff-mode.el (diff-header-face, diff-file-header-face)
11890 (diff-changed-face): Add bold and italic attributes to tty faces.
11891 (diff-function-face): New face.
11892 (diff-font-lock-keywords): Use it.
11893
11894 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
11895
11896 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
11897 Remove commented-out call to force-mode-line-update.
11898 (comint-kill-output): Use `forward-line 0' instead of
11899 beginning-of-line to make sure we get past the prompt.
11900
11901 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
11902
11903 * diff-mode.el (diff-header-face, diff-file-header-face):
11904 Add specific setting for dark background.
11905 (diff-context-face): Renamed from diff-comment-face.
11906 Set explicitly rather than inheriting from font-lock-comment-face.
11907
11908 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11909
11910 * startup.el (command-line): Move the code which sets the default
11911 TTY colors to before before-init-hook.
11912
11913 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11914
11915 * jit-lock.el (jit-lock-stealth-time): Doc fix.
11916
11917 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11918
11919 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
11920 extensions, for MS-DOS.
11921
11922 * diff-mode.el (diff-header-face, diff-file-header-face)
11923 (diff-changed-face): Define tty-specific colors.
11924
11925 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11926
11927 * startup.el (fancy-splash-text): Realign the text.
11928
11929 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11930
11931 * font-lock.el (font-lock-comment-face): Define a separate default
11932 for dark-background tty's.
11933
11934 2000-10-17 Miles Bader <miles@gnu.org>
11935
11936 * help.el (resize-temp-buffer-window): Add hack to avoid last line
11937 being obscured by whizzy mode-lines on graphics displays.
11938
11939 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11940
11941 * info.el (Info-title-1-face, Info-title-2-face)
11942 (Info-title-3-face): Define colors for tty's.
11943 (info-header-node): Remove unneeded tty-specific definition.
11944
11945 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
11946
11947 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
11948 reverse from the frame parameters, and don't invert foreground and
11949 background colors.
11950
11951 2000-10-16 Miles Bader <miles@gnu.org>
11952
11953 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
11954 string "*Info*". Call propertized-buffer-identification to spruce
11955 up the result.
11956
11957 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11958
11959 * help.el: Provide `help' for the sake of define-minor-mode
11960 which generates defcustoms with requires.
11961
11962 * jit-lock.el (jit-lock-after-change): If we're in text that
11963 matches a multi-line font-lock pattern, make sure the whole text
11964 will be redisplayed.
11965
11966 * emacs-lisp/authors.el (authors-add): Don't add an entry if
11967 author's name is unknown.
11968
11969 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
11970 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
11971 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
11972 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
11973 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
11974 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
11975 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
11976 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
11977 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
11978 Add author information.
11979
11980 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
11981
11982 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
11983 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
11984 full-color version (using the Gimp) to eliminate dithering artifacts.
11985
11986 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11987
11988 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
11989
11990 * simple.el (syntax-flag-table, string-to-syntax): Remove.
11991
11992 2000-10-15 Dave Love <fx@gnu.org>
11993
11994 * progmodes/sh-script.el: Require skeleton and comint when compiling.
11995
11996 * pcomplete.el (pcomplete) <defgroup>: Add :version.
11997
11998 * whitespace.el: Doc fixes.
11999 (top-level): Don't add hooks here.
12000 (whitespace-running-emacs): Deleted.
12001 (timer): Don't require.
12002 (whitespace): Add back :version conditional on xemacs test.
12003 (whitespace-spacetab-regexp, whitespace-indent-regexp)
12004 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
12005 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
12006 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
12007 Avoid specific xemacs test.
12008 (whitespace-global-mode): New option.
12009 (whitespace-global-mode): New command.
12010 (whitespace-unload-hook): New function.
12011
12012 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
12013 (Info-fontify-node, Info-goto-node, Info-mode-menu)
12014 (Info-fontify-node): `Goto' goes to `Go to'.
12015 (Info-fontify-node): Add help-echo to xref links.
12016
12017 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
12018
12019 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
12020
12021 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12022
12023 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12024 Use plist-get and allow :inherit.
12025
12026 * emacs-lisp/cl-macs.el (cl-do-arglist):
12027 Use plist-get and plist-member instead of memq.
12028
12029 * emacs-lisp/ewoc.el (ewoc-location): New function.
12030 (ewoc-enter-after, ewoc-enter-before): Document return value.
12031 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
12032 Don't need make-local-hook any more.
12033 (cvs-addto-collection): Return the new tin.
12034 (cvs-mode-insert): Jump to the new line.
12035
12036 * jit-lock.el (jit-lock-fontify-buffer): Remove.
12037
12038 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
12039
12040 * font-lock.el (font-lock-syntactically-fontified): New var.
12041 (font-lock-fontify-syntactic-keywords-region): Use it.
12042 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
12043
12044 * diff-mode.el (diff-find-file-name): Fix regexp.
12045
12046 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12047 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
12048
12049 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
12050 (sh-mode-syntax-table): Add punctuation syntax for < and >.
12051 (sh-mode): Don't make all vars local here.
12052 (sh-kw): Reformat.
12053 (sh-set-shell): Use dolist. Don't set indent-region-function.
12054 (sh-mode-syntax-table): Use pop.
12055 (sh-remember-variable): Use push.
12056 (sh-help-string-for-variable): Use memq.
12057 (sh-safe-backward-sexp): Remove.
12058 (sh-safe-forward-sexp): Add ARG.
12059 (sh-get-indent-info, sh-prev-stmt): Use it.
12060 (sh-prev-line): Simplify by using forward-comment.
12061 (sh-this-is-a-continuation): Simplify.
12062 (sh-learn-buffer-indent): Use dolist.
12063 (sh-do-nothing): Remove.
12064 (sh-set-char-syntax, sh-set-here-doc-region):
12065 Use inhibit-modification-hooks.
12066 (sh-name-style): Use mapcar and push.
12067 (sh-load-style): Use dolist.
12068 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12069 (sh-case, sh-while-getopts): Use propertize directly rather
12070 than sh-electric-rparen.
12071
12072 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12073
12074 * textmodes/tex-mode.el: Require CL when compiling.
12075 (tex-mode-syntax-table): Init immediately.
12076 (tex-mode-map): Bind M-RET to latex-insert-item.
12077 (latex-mode): Set indent-line-function to latex-indent.
12078 (tex-common-initialization): Don't setup the syntax-table any more.
12079 (latex-insert-item): New skeleton.
12080 (tex-next-unmatched-end): Fix copy/paste braino.
12081 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
12082 (latex-indent, latex-find-indent): New functions.
12083 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
12084 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12085 (tex-compilation-parse-errors): Use with-syntax-table.
12086
12087 2000-10-15 Miles Bader <miles@gnu.org>
12088
12089 * font-lock.el (font-lock-comment-face): Change dark-background,
12090 color, non-tty, default to `chocolate1'.
12091
12092 2000-10-13 John Wiegley <johnw@gnu.org>
12093
12094 * eshell/esh-util.el (require): Added a missing `require' form,
12095 needed when compiling (for an ange-ftp macro definition).
12096
12097 2000-10-13 Dave Love <fx@gnu.org>
12098
12099 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12100
12101 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12102
12103 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12104
12105 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12106 transparent -colors 8).
12107
12108 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12109
12110 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12111 that breaks with old list format timestamps.
12112 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12113 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12114
12115 2000-10-13 John Wiegley <johnw@gnu.org>
12116
12117 * align.el, pcomplete.el, calendar/timeclock.el,
12118 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12119
12120 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12121 faulty math, where holiday hours were being computing as seconds.
12122
12123 2000-10-13 John Wiegley <johnw@gnu.org>
12124
12125 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12126 specifying what "other" kinds of buffers should be saved.
12127 This used to be hard-coded.
12128 (desktop-buffer-misc-functions): A global for specifying how
12129 auxiliary data should be determined for special buffer types.
12130 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12131 instead of hard-coding the special buffer types.
12132 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12133 auxiliary data, instead of hard-coding for Info buffers and dired.
12134 (desktop-buffer-info-misc-data): Aux function for determining Info
12135 buffer auxiliary info.
12136 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12137 (desktop-buffer-info): Changed this function to use the info
12138 gathered above.
12139 (desktop-create-buffer): Be a little more careful about what
12140 `minor-mode' means before calling it. This is important for some
12141 buffer types.
12142
12143 2000-10-13 John Wiegley <johnw@gnu.org>
12144
12145 * eshell/esh-util.el: Added a global form which declares an
12146 autoload for `parse-time-string', if that function is not already
12147 defined, and if parse-time.el is available on the user's system.
12148
12149 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12150 to be aware of ange-ftp user info.
12151 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12152 (eshell-ls-annotate): Use `eshell-file-attributes'.
12153 (eshell-ls-file): Made the user-id printing code a bit smarter.
12154
12155 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12156 allow identification of alias user ids in remote directories.
12157 It's manual, but there's no other way to know when the current user
12158 on the local machine, is also the owning user on the remote machine.
12159 (fboundp): Bind `ange-cache'.
12160 (eshell-directory-files-and-attributes): Re-organized the logic a
12161 bit to use `eshell-file-attributes' instead of `file-attributes'.
12162 The former is more sensitive to directories that are read via FTP,
12163 and knows how to use ange-ftp to determine full attribute
12164 information, instead of just the name and last modtime.
12165 (eshell-current-ange-uids): Return the current user id when in a
12166 remote directory.
12167 (eshell-parse-ange-ls): Parse a full directory listing that has
12168 been returned by ange-ftp.
12169 (eshell-file-attributes): This beefed up version of
12170 `file-attributes' is only special if the user is currently in a
12171 remote directory, in which case it does a lot of work to find out
12172 what the real attributes of a file are, as they appear on the
12173 remote machine. This makes usage of remote directories (i.e.,
12174 ange-ftp pathnames) much more useful. You can now use Eshell as a
12175 full-fledged FTP client, with much more manipulation ability than
12176 most other clients.
12177
12178 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12179 variable, which means that Eshell's du should always be preferred
12180 in remote directories.
12181 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12182 just `file-attributes'.
12183 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12184 when reading remote directories. This is an Eshell-specific
12185 variable (not part of ange-ftp).
12186 (eshell/ln): Bind `ange-cache'.
12187 (eshell/du): Added some extra logic for determining when to use
12188 Eshell's du (which is slow), and when to use the external version
12189 (which may or may not exist).
12190
12191 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12192 Call `eshell-interactive-process', rather than using
12193 `get-buffer-process', since backgrounded processes don't count in
12194 the context of this function's logic.
12195
12196 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12197 `forward-char', so that null strings are parsed correctly.
12198
12199 2000-09-13 John Wiegley <johnw@gnu.org>
12200
12201 * eshell/em-pred.el (eshell-pred-file-type)
12202 (eshell-pred-file-links, eshell-pred-file-size):
12203 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12204
12205 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12206 that remote file globbing is more efficient.
12207
12208 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12209 gathering the files and attributes within a directory.
12210
12211 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12212 the command line is a special file (not a regular file, directory
12213 or symlink), always attempt to call the external version of cat.
12214
12215 2000-09-13 John Wiegley <johnw@gnu.org>
12216
12217 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12218 Eshell-friendly version of find-tag.
12219
12220 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12221
12222 * image-file.el (image-file-name-extensions)
12223 (image-file-name-regexps): Add autoload cookies.
12224
12225 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12226
12227 * international/mule-cmds.el (select-safe-coding-system): If FROM
12228 is string, show it in *Warning* buffer.
12229
12230 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12231
12232 * startup.el (normal-top-level): Use display-popup-menus-p instead
12233 of window-system.
12234 (command-line): Use display-graphic-p instead of window-system.
12235 (command-line-1): Use display-popup-menus-p and display-mouse-p
12236 instead of window-system.
12237
12238 2000-10-12 Sam Steingold <sds@gnu.org>
12239
12240 * tooltip.el (tooltip-use-echo-area): New user variable.
12241 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12242
12243 2000-10-12 Dave Love <fx@gnu.org>
12244
12245 * recentf.el: Maintainer's checkdoc fixes.
12246
12247 * startup.el (normal-top-level-add-subdirs-to-load-path):
12248 Use character class, not ASCII when matching file names.
12249 (fancy-splash-head): Add trailing slash to URL.
12250 (command-line): Don't require XPM support for toolbar.
12251
12252 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12253 (cperl-invalid-face): Revert last change.
12254 (cperl-init-faces): Quote cperl-invalid-face.
12255
12256 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12257
12258 * startup.el (fancy-splash-text): Remove superfluous quote.
12259
12260 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12261
12262 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12263 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12264 (command-line-1): Don't use fancy-splash-pending-command.
12265 (fancy-splash-screens-1): Goto point-min after inserting text.
12266
12267 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12268
12269 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12270 instead of shared-lisp-mode-map.
12271
12272 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12273
12274 * faces.el (header-line): Change tty-variant to use underlining.
12275
12276 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12277 (isearch-highlight): Restore lazy-isearch face properties at old
12278 position, and suppress them at new position.
12279 (isearch-dehighlight): Restore lazy-isearch face properties.
12280 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12281 over the real isearch overlay, but in that case, don't give it a
12282 face property. Use `push'.
12283
12284 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12285
12286 * man.el (Man-getpage-in-background): Fix previous change.
12287 Decode the process output only when we are in multibyte mode.
12288
12289 2000-10-11 Dave Love <fx@gnu.org>
12290
12291 * info.el (Info-mode-menu): Fix some help.
12292 (info-tool-bar-map): Add entry for Info-last.
12293
12294 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12295 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12296 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12297 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12298 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12299 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12300 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12301 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12302 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12303 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12304 Reduce colour requirements to 25 overall. (Probably wants
12305 revisiting from the originals to reduce further.)
12306
12307 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12308
12309 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12310 buffer-file-coding-system, instead of raw-text.
12311 (dehexlify-buffer): Bind coding-system-for-read to
12312 buffer-file-coding-system, instead of raw-text.
12313
12314 2000-10-11 Sam Steingold <sds@gnu.org>
12315
12316 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12317 `underline' - fixes the bug introduced on 2000-09-21.
12318
12319 2000-10-11 Dave Love <fx@gnu.org>
12320
12321 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12322 Avoid compiler warnings.
12323 (scheme-mode): Doc fix.
12324 (scheme-font-lock-keywords-1): Match `define-syntax'.
12325
12326 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12327
12328 * faces.el (frame-set-background-mode): Pay attention to saved
12329 face specs as well as default ones. Only do anything if the
12330 bg-mode or display-type has actually changed. Use `dolist'.
12331 (region): Make dark-background `region' face less in-your-face.
12332
12333 2000-10-10 Sam Steingold <sds@gnu.org>
12334
12335 * chistory.el, ielm.el, ledit.el:
12336 * progmodes/inf-lisp.el, progmodes/scheme.el:
12337 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12338
12339 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12340
12341 * textmodes/texinfo.el: Update copyright and fix typo.
12342
12343 * desktop.el (desktop-modes-not-to-save): New var.
12344 (desktop-save-buffer-p): Use it.
12345 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12346 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12347
12348 2000-10-10 Dave Love <fx@gnu.org>
12349
12350 * toolbar/tool-bar.el (tool-bar-add-item)
12351 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12352
12353 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12354 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12355 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12356 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12357 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12358 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12359 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12360 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12361 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12362 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12363 the .xpms; probably need retouching.
12364
12365 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12366
12367 * subr.el (add-to-list): Add optional argument APPEND.
12368 * battery.el (display-battery): Use `add-to-list'.
12369
12370 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12371
12372 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12373 properties.
12374 (zone, zone-when-idle, zone-leave-me-alone)
12375 (zone-pgm-whack-chars): Use new symbol properties.
12376
12377 * battery.el (display-battery): Doc spelling fix.
12378
12379 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12380 property.
12381
12382 2000-10-09 Dave Love <fx@gnu.org>
12383
12384 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12385 has been initialized before calling tool-bar-setup.
12386 (tool-bar-add-item-from-menu): Add autoload cookie.
12387
12388 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12389
12390 * menu-bar.el (send-mail-item-name): New function.
12391 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12392 of mail-user-agent in the menu. Don't display the "Send Mail"
12393 item if mail-user-agent is nil or its value is ignore.
12394 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12395 if read-mail-command is nil or its value is ignore.
12396
12397 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12398
12399 2000-10-09 Miles Bader <miles@gnu.org>
12400
12401 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12402 Correct image size.
12403 * toolbar/left_arrow.xpm: Correct image size.
12404
12405 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12406 will be done by the definition of `auto-compression-mode' if
12407 necessary. Move code to uninstall existing file-name handler
12408 before definition of `auto-compression-mode'.
12409
12410 * image-file.el (auto-image-file-mode): Move to the end of the
12411 file, because `define-minor-mode' actually calls the mode-function
12412 if the associated variable is non-nil, which requires that all
12413 needed functions be already defined.
12414
12415 * mouse.el (popup-menu): Balance parens.
12416
12417 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12418
12419 * mouse.el (popup-menu): Move the command call outside the loop
12420 so that popup-menu returns whatever the command returns.
12421
12422 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12423 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12424 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12425 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12426
12427 * vc.el (vc-version-diff): diff-switches can be a list.
12428 Use relative filenames for prettier output.
12429
12430 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12431 (vc-post-command-functions): Remove old-VC compatibility code.
12432
12433 * newcomment.el (comment-indent-default): Autoload.
12434
12435 * font-lock.el (font-lock-defaults): Make buffer-local.
12436 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12437 (font-lock-choose-keywords):
12438 Ignore LEVEL unless KEYWORDS is a list of syms.
12439 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12440 Don't wrap regexp-opt things in \(...\) unnecessarily.
12441
12442 * jit-lock.el: Don't require font-lock any more.
12443 (jit-lock-functions): Make buffer-local.
12444 (jit-lock-saved-fontify-buffer-function): Remove.
12445 (jit-lock-mode): Remove autoload cookie.
12446 Remove font-lock specific code.
12447 (jit-lock-unregister): Don't bother handling complex hooks any more.
12448 (jit-lock-refontify): New function.
12449 (jit-lock-fontify-buffer): Use it.
12450 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12451 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12452 Add optional args START and END.
12453 Never call font-lock-fontify-region directly.
12454 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12455
12456 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12457
12458 2000-10-08 Dave Love <fx@gnu.org>
12459
12460 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12461
12462 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12463
12464 * play/studly.el (studlify-region, studlify-word): Add autoload
12465 cookie.
12466
12467 * play/morse.el (morse-region, unmorse-region): Add autoload
12468 cookie.
12469
12470 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12471 concat.
12472
12473 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12474 insist on symbols starting with word syntax.
12475 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12476 (eval-defun-1): Doc fix.
12477 (indent-sexp): Use nconc to build up indent-stack.
12478
12479 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12480 Gnus with little use.
12481 (mail-setup-hook): Add mail-abbrevs-setup to options.
12482
12483 * recentf.el: Doc fixes.
12484
12485 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12486 Clean up remainder.
12487
12488 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12489 without timezone and (8) with timezone to enforce some whitespace.
12490 Simplify code somewhat.
12491
12492 * options.el (list-options): Doc that you should use customize.
12493
12494 * iswitchb.el (iswitchb-mode): Add :require.
12495
12496 * info.el (Info-goto-node, Info-menu): Doc fix.
12497 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12498 (info-tool-bar-map): New variable.
12499 (Info-mode): Use it.
12500 (Info-edit-map): Define all in defvar.
12501 (speedbar-attached-frame): Avoid compiler warning.
12502
12503 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12504 (global-map): Bind [tool-bar] to a filtered map.
12505 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12506 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12507 Allow PBM icons.
12508 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12509
12510 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12511 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12512 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12513 icons, except up_arrow, which is left-arrow rotated.
12514
12515 * imenu.el (imenu-add-to-menubar): Fix last change.
12516
12517 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12518
12519 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12520 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12521
12522 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12523
12524 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12525 typos in doc strings.
12526
12527 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12528 the doc strings how to customize Font Lock faces.
12529
12530 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12531 computing growth when dragging the header line.
12532
12533 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12534
12535 * simple.el (kill-line): Doc fix.
12536
12537 2000-10-08 Miles Bader <miles@gnu.org>
12538
12539 * faces.el (secondary-selection): Make foreground visible on tty.
12540
12541 * jka-compr.el (auto-compression-mode): Move to the end of the
12542 file, because `define-minor-mode' actually calls the mode-function
12543 if the associated variable is non-nil, which requires that all
12544 needed functions be already defined.
12545 (with-auto-compression-mode): Add autoload cookie.
12546
12547 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12548
12549 * files.el (find-backup-file-name) [ms-dos]: If support for long
12550 file names is not available, behave as if version-control were set
12551 to never.
12552
12553 2000-10-07 Dave Love <fx@gnu.org>
12554
12555 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12556 (browse-url-gnome-moz): New function.
12557 (browse-url-browser-function): Use it.
12558 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12559
12560 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12561
12562 * indent.el (tab-always-indent): New var.
12563 (indent-for-tab-command): Use it.
12564
12565 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12566 raise an error. This way it can still default to a sane value.
12567
12568 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12569
12570 * startup.el (fancy-splash-screens): Use local rather than global map.
12571 Don't use `update-menu-bindings' any more.
12572 Get rid of assumptions about keymap representation.
12573
12574 2000-10-06 Dave Love <fx@gnu.org>
12575
12576 * textmodes/fill.el (sentence-end-double-space)
12577 (sentence-end-without-period): Doc fix.
12578 (adaptive-fill-regexp): Purecopy.
12579 (unjustify-current-line): Use line-end-position.
12580 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12581
12582 * net/eudc-vars.el (eudc): Add :version, :link.
12583
12584 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12585
12586 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12587 Fix for define-minor-mode.
12588 (function-at-point): Alias to function-called-at-point.
12589
12590 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12591
12592 * simple.el (backward-word): Doc fix.
12593
12594 * image-file.el (image-file-name-regexp): image-file-regexps ->
12595 image-file-name-regexps.
12596 (image-file-name-extensions): Add pbm.
12597
12598 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12599
12600 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12601 and add filename to the names so that diff-mode can jump to source.
12602
12603 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12604 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12605 (tex-font-lock-keywords-1): Remove.
12606 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12607 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12608 (font-lock-default-fontify-region):
12609 Expand beg..end correctly when just following a multiline region.
12610 (font-lock-fontify-anchored-keywords):
12611 Include the anchor text as part of the multiline.
12612
12613 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12614
12615 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12616 latter needs the autoloaded define-minor-mode macro during the
12617 bootstrap.
12618
12619 * startup.el (command-line): For now, activate tool-bar-mode only
12620 if XPM images are supported.
12621
12622 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12623 window by dragging a header-line at the top of the frame; that's
12624 confusing because the header-line doesn't move.
12625 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12626 of treating the event as a list. Some cleanup.
12627
12628 2000-10-06 Miles Bader <miles@gnu.org>
12629
12630 * simple.el (display-message-or-buffer): New function.
12631 (shell-command-on-region): Use `display-message-or-buffer'.
12632
12633 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12634 docstring parts.
12635
12636 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12637 (smbclient-prompt-regexp): Add usage note to doc string.
12638 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12639 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12640 Use add-hook for adding the comint filter function, and only do so
12641 if it's not already in the global hook list.
12642 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12643 to `make-local-variable'.
12644 (nslookup-font-lock-keywords): Remove prompt entry.
12645 (nslookup): Don't set the process-filter.
12646 (finger): Exit the loop correctly when the regexps list runs out.
12647 (ftp, smbclient, smbclient-list-shares):
12648 Set the real major mode immediately, not after execing.
12649 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12650
12651 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12652
12653 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12654
12655 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12656
12657 * which-func.el (which-func-format): Remove spurious space.
12658 (which-func-mode): Don't make it permanent-local.
12659 (which-func-ff-hook): Allow which-func-maxout to be nil.
12660 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12661 (which-func-mode): Simplify.
12662 Use post-command-idle-hook rather than post-command-hook.
12663 Go through all buffers and update their state.
12664 (which-function): Also try add-log-current-defun-function.
12665
12666 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12667 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12668 Update call to with-vc-properties accordingly.
12669 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12670 (vc-revert-buffer): More careful about window selection and deletion.
12671 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12672
12673 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12674 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12675 (cvs-dired-action): Change the default to quickdir.
12676
12677 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12678 if comment-indent-function returns nil.
12679 (comment-indent-default): New function.
12680 (comment-indent-function): Use it and document the new semantics.
12681
12682 * image-file.el: Docstring fixes.
12683
12684 * help.el (help-xref-on-pp): Use match-string.
12685 (describe-variable): New arg BUFFER.
12686 Store the current buffer in the help-xref-stack.
12687 (temp-buffer-resize-mode): Use define-minor-mode.
12688
12689 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12690 consistently with its docstring.
12691 Set jit-lock-first-unfontify-pos in an idempotent way.
12692 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12693
12694 2000-10-05 Alex Schroeder <alex@gnu.org>
12695
12696 * sql.el (sql-mysql-options): New variable.
12697 (sql-mysql): Use it.
12698
12699 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12700
12701 * image.el (image): New group.
12702
12703 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12704 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12705
12706 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12707
12708 * net/net-utils.el (nslookup-font-lock-keywords)
12709 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12710 Ignore the value of wqindow-system; always define keywords
12711
12712 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12713
12714 * startup.el (fancy-splash-screens): Remove the code for
12715 debugging; `(trace-to-stderr "EXITTT\n")'.
12716
12717 2000-10-05 Miles Bader <miles@gnu.org>
12718
12719 * diff-mode.el (diff-goto-source): Update call to
12720 `diff-hunk-status-msg' to reflect new REV variable.
12721
12722 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
12723
12724 * progmodes/icon.el (icon-mode):
12725 Don't gratuitously override the default for comment-column.
12726
12727 * vc-hooks.el (vc-mode-line): Fix interactive spec.
12728
12729 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12730 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12731 (jit-lock-functions): New var.
12732 (jit-lock-function-1): Use it if non-nil.
12733 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
12734 Set the `fontified' property before doing the fontification to avoid
12735 repeatedly going through the same error.
12736 Don't turn errors into messages.
12737 (jit-lock-register, jit-lock-unregister): New functions.
12738
12739 * dired.el (dired-mark-pop-up): Turn comment into docstring.
12740 Use with-current-buffer.
12741
12742 * dired-aux.el (dired-do-create-files, dired-kill-tree):
12743 Turn comment into docstring.
12744
12745 * apropos.el (apropos-mode): Use define-derived-mode.
12746
12747 2000-10-04 Gerd Moellmann <gerd@gnu.org>
12748
12749 * startup.el (fancy-splash-pending-command): New variable.
12750 (fancy-splash-pre-command): New function.
12751 (fancy-splash-screens): Rewritten.
12752 (command-line-1): If fancy-splash-pending-command is set, call it
12753 interactively.
12754
12755 2000-10-04 Dave Love <fx@gnu.org>
12756
12757 * toolbar/tool-bar.el (tool-bar-setup): New function.
12758 (tool-bar-mode): Use it.
12759
12760 * subr.el (substitute-key-definition): Doc fix.
12761 (play-sound-file): New command.
12762
12763 2000-10-04 Andre Spiegel <spiegel@gnu.org>
12764
12765 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
12766 vc-version-backup-file-name): New functions.
12767
12768 * files.el (basic-save-buffer): Call vc-before-save before saving.
12769
12770 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
12771 vc-cvs-stay-local-p.
12772
12773 * vc.el (vc-revert-buffer): Handle empty diff properly.
12774 (vc-version-backup-file): New function.
12775 (vc-checkout): Create a version backup if necessary.
12776 (vc-checkin): If a version backup file exists, delete it.
12777 (vc-version-diff): Diff locally using version backups, if available.
12778 (vc-revert-file): If there's a version backup, revert locally.
12779 (vc-transfer-file): Use version backup for base version, if
12780 available. If not, ask for confirmation whether to get it from the
12781 server. Update mode line before check-in.
12782
12783 2000-10-04 Dave Love <fx@gnu.org>
12784
12785 * toolbar/tool-bar.el (tool-bar-setup): New function.
12786 (tool-bar-mode): Use it.
12787
12788 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12789
12790 * net/net-utils.el (nslookup-font-lock-keywords)
12791 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12792 Only set if window-system is non-nil
12793 (net-utils-run-program): Returns buffer.
12794 (network-connection-reconnect): Added this function.
12795
12796 * generic.el:
12797 Incorporates extensive cleanup and docfixes by
12798 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
12799 Uses cl compile-time macros.
12800 (generic-mode-name, generic-comment-list)
12801 (generic-keywords-list, generic-font-lock-expressions)
12802 (generic-mode-function-list, generic-mode-syntax-table):
12803 Removed variables.
12804 (generic-mode-alist): Renamed to generic-mode-list.
12805 (generic-find-file-regexp): Default changed to "^#".
12806 (generic-read-type): Uses completing read on generic-mode-list.
12807 (generic-mode-sanity-check): removed this function.
12808 (generic-add-to-auto-mode): Removed this function
12809 (generic-mode-internal): Bind mode-specific definitions
12810 into function instead of putting them in alist.
12811 (generic-mode-set-comments): Reworked extensively.
12812 (generic-mode-find-file-hook): Simplified regexp searching
12813 (generic-make-keywords-list): Omit extra pair of parens
12814
12815 * find-lisp.el (find-lisp-find-files-internal):
12816 Make sure directory name ends with "/".
12817
12818 * generic-x.el (apache-conf-generic-mode):
12819 Regexp now allows leading whitespace.
12820 (rc-generic-mode): Added eval-when-compile
12821 around generic-make-keywords-list.
12822 Deleted duplicate regexp
12823 (rul-generic-mode): Added eval-when-compile
12824 around generic-make-keywords-list.
12825 (etc-fstab-generic-mode): New generic mode.
12826 (rul-generic-mode): Removed one eval-when-compile
12827 which caused a max-specpdl-size exceeded error.
12828
12829 2000-10-04 Miles Bader <miles@gnu.org>
12830
12831 * simple.el (minibuffer-temporary-goal-position): New variable.
12832 (next-history-element): Try to keep the position of point in the
12833 input string constant.
12834
12835 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
12836 (dired-do-create-files): If there's only one file, pass it in as
12837 the DEFAULT arg to dired-mark-read-file-name.
12838
12839 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
12840
12841 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
12842 (diff-goto-source): Be smarter when choosing REVERSE or not.
12843
12844 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
12845 (texinfo-mode-menu): Add an explicit shortcut for update all.
12846
12847 2000-10-03 Andre Spiegel <spiegel@gnu.org>
12848
12849 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
12850 factorize backend-specific code cleanly (this was essentially
12851 conceived by Stefan Monnier).
12852 (vc-unregister): Function removed.
12853 (vc-revert-file): New function.
12854 (vc-revert-buffer): Delegate some of the work to it.
12855
12856 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
12857 default branch unconditionally.
12858 (vc-rcs-set-default-branch): New function.
12859 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
12860 (vc-rcs-checkin): If an appropriate default branch has been set,
12861 force creation of that branch.
12862 (vc-rcs-receive-file): Rewritten to contain only backend-specific
12863 code (as suggested by Stefan Monnier).
12864
12865 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12866
12867 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
12868 highlighting overlay with a different face over the overlay
12869 isearch uses to highlight the current match because that can lead
12870 to bad face combinations.
12871
12872 * loadup.el (toplevel): Load faces before isearch.
12873
12874 * isearch.el (isearch-faces): New custom group.
12875 (isearch): New defface; was already tested for in the code.
12876 (isearch-lazy-highlight-face): Changed to defface from defcustom.
12877 (isearch-highlight): Always use face `isearch'.
12878
12879 2000-10-02 Dave Love <fx@gnu.org>
12880
12881 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
12882 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
12883 comparison of opcode with operand.
12884
12885 2000-10-03 Miles Bader <miles@gnu.org>
12886
12887 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
12888 buffer, since the echo area will now grow to accommodate them.
12889
12890 2000-10-02 Andre Spiegel <spiegel@gnu.org>
12891
12892 * vc-hooks.el (vc-registered): If FILE used to be registered under
12893 a certain backend, try that one first.
12894
12895 * vc.el (vc-responsible-backend): Undo the previous change in the
12896 argument list. Handle multiple backends correctly.
12897 (vc-find-new-backend): Function removed.
12898 (vc-register): Use vc-responsible-backend, as before.
12899 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
12900
12901 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12902
12903 * startup.el (fancy-splash-head): Change message below the
12904 logo.
12905
12906 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
12907
12908 * diff-mode.el (diff-goto-source): Emit a status message.
12909 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
12910 (diff-test-hunk): Fix doc string.
12911 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
12912 (diff-advance-after-apply-hunk): New variable.
12913 (diff-apply-hunk): Don't return a value.
12914
12915 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
12916
12917 * vc.el (vc-editable-p): Minor optimization.
12918 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
12919 (vc-find-new-backend): New function split from vc-responsible-backend.
12920 (vc-register): Use it.
12921 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
12922 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
12923 (vc-default-unregister, vc-revert-buffer): Docstring fix.
12924 (vc-clear-headers): Don't use find-file.
12925 (vc-revert-buffer): Use `and' again (must have been a braino).
12926 (vc-switch-backend): Only prompt if requested.
12927 Short circuit if nothing is to be done.
12928 Don't use vc-resynch-buffer which could lose unsaved editing.
12929 (vc-default-receive-file): Update call to vc-unregister.
12930 (with-vc-file, vc-next-action-on-file):
12931 Use vc-backend rather than vc-registered.
12932 (vc-next-action-on-file): Use intern-soft.
12933 Deal with read-only *vc-diff* buffer.
12934 (vc-transfer-file): Docstring fix.
12935
12936 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
12937 (vc-rcs-receive-file): Avoid with-vc-properties.
12938 Update call to vc-unregister.
12939 Use constant `RCS' rather than (dynamically bound) var `backend'.
12940
12941 2000-10-01 Andre Spiegel <spiegel@gnu.org>
12942
12943 * vc.el (vc-next-action-on-file): Update mode line only if file
12944 is visited.
12945 (vc-start-entry): New argument initial-contents. Don't visit the file
12946 if it isn't already visited. Brought documentation up-to-date.
12947 (vc-next-action, vc-register): Updated calls to vc-start-entry.
12948 (vc-checkin): New optional arg initial-contents, which is passed to
12949 vc-start-entry.
12950 (vc-finish-logentry): Make sure to bury log buffer only if there
12951 really is one. Call `vc-resynch-buffer' on log-file, not
12952 buffer-file-name.
12953 (vc-default-comment-history, vc-default-wash-log): New functions.
12954 (vc-index-of): Removed.
12955 (vc-transfer-file): Make do without the above.
12956 (vc-default-receive-file): Call comment-history unconditionally. Pass
12957 the resulting string to vc-checkin, instead of inserting it into the
12958 comment ring.
12959
12960 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
12961 unconditionally. Use the comments as initial contents of the log
12962 entry buffer. Document the trick to force branch creation with no
12963 changes.
12964
12965 2000-10-01 Miles Bader <miles@gnu.org>
12966
12967 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
12968 `recenter' with an arg to prevent redrawing the display.
12969
12970 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
12971
12972 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
12973
12974 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
12975
12976 * progmodes/c-mode.el (c-mode):
12977 Don't gratuitously override the default for comment-column.
12978
12979 * textmodes/tex-mode.el (latex-metasection-list): New var.
12980 (latex-imenu-create-index): Use it.
12981 Move the regexp construction outside loops (and use push).
12982 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
12983 (tex-font-lock-keywords): Moved from font-lock.el.
12984 (tex-comment-indent): Remove.
12985 (tex-common-initialization): Don't set comment-indent-function.
12986 (latex-block-default): New var.
12987 (tex-latex-block): Use it to provide a default choice.
12988 Add any unknown choice to latex-block-names.
12989 Insert [...] after {...}.
12990 (tex-last-unended-begin): Simplify regexp.
12991 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
12992 (latex-forward-sexp-1, latex-forward-sexp): New functions.
12993 (latex-mode): Set forward-sexp-function.
12994
12995 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
12996 Add regexp for @ignore ... @end ignore.
12997 (texinfo-heading-face): New face.
12998 (texinfo-font-lock-keywords): Use it.
12999 (texinfo-mode-menu): New menu.
13000 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
13001 New functions.
13002 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
13003 (texinfo-section-types-regexp, texinfo-section-level-regexp)
13004 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
13005 Remove declaration.
13006 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
13007
13008 * delsel.el (delete-selection-mode): Use define-minor-mode.
13009
13010 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
13011
13012 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13013
13014 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
13015
13016 2000-09-30 Gerd Moellmann <gerd@gnu.org>
13017
13018 * replace.el (keep-lines-read-args): New function.
13019 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
13020 read arguments interactively. Add parameters RSTART and REND.
13021 Operate on the active region in Transient Mark mode.
13022
13023 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
13024
13025 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
13026 (authors-obsolete-files-regexps): New variable.
13027 (authors-add): Don't record changes in obsolete files.
13028
13029 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13030
13031 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
13032
13033 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
13034 (comment-indent): Make sure there's a space between code and comment.
13035 Shift comments left to avoid going past fill-column.
13036
13037 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13038
13039 * startup.el (startup-echo-area-message): New function.
13040 (display-startup-echo-area-message): Use it.
13041 (fancy-splash-screens): Rewritten to use keymaps and a timer.
13042 (fancy-splash-default-action): New function.
13043 (fancy-splash-screens-1): New function.
13044 (fancy-splash-head): Put a help-echo and a keymap under the image.
13045
13046 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13047
13048 * diff-mode.el (diff-add-log-file-name): Remove.
13049 (diff-mode): Use add-log-buffer-file-name-function.
13050
13051 * add-log.el (find-change-log): New arg BUFFER-FILE.
13052 (add-log-file-name): Obey add-log-file-name-function.
13053 (add-log-buffer-file-name-function): New var.
13054 (add-change-log-entry): Use it.
13055
13056 2000-09-29 Miles Bader <miles@gnu.org>
13057
13058 * image-file.el (image-file-name-extensions): New variable.
13059 (image-file-name-regexps): Renamed from `image-file-regexps'.
13060 New default value is nil. Call `auto-image-file-mode'.
13061 (image-file-name-regexp): New function.
13062 (auto-image-file-mode): New minor mode.
13063 (insert-image-file): Don't make conditional on the image-file
13064 handler being enabled.
13065 (image-file-handler): Make the call here conditional instead.
13066 (set-image-file-handler-enabled, enable-image-file-handler)
13067 (disable-image-file-handler): Functions removed.
13068
13069 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13070 string.
13071
13072 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13073
13074 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13075 it's a function from CL.
13076 (latex-imenu-create-index): Replace eval-when-compile with progn
13077 because latex-section-alist is not bound while compiling.
13078
13079 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13080
13081 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13082 (outline-mode): Use define-derived-mode.
13083
13084 * progmodes/perl-mode.el (perl-mode):
13085 * progmodes/awk-mode.el (awk-mode):
13086 * progmodes/asm-mode.el (asm-mode):
13087 Don't gratuitously override the default for comment-column.
13088
13089 * emacs-lisp/lisp.el (lisp-complete-symbol):
13090 Distinguish the let-binding case from the funcall case.
13091 (forward-sexp-function): New variable.
13092 (forward-sexp): Use it.
13093
13094 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13095 (easy-mmode-defmap): Remove the now useless autoload.
13096
13097 * time.el (display-time-mode): Use define-minor-mode.
13098
13099 * subr.el (add-minor-mode): Don't eval NAME.
13100 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13101 Use if rather than cond.
13102
13103 * simple.el (read-expression-map): Define more properly.
13104 (comment-indent-hook): Remove.
13105 (string-to-syntax): Bug fix.
13106
13107 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13108 (cvs-ediff-diff): Fix typo.
13109 (cvs-revert-if-needed): Don't bother preserving read-only.
13110
13111 * paren.el (show-paren-mode): Use define-minor-mode.
13112
13113 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13114 (toggle-auto-compression): Remove.
13115 (jka-compr-build-file-regexp): Remove useless grouping.
13116
13117 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13118 Avoid user-reserved bindings.
13119 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13120 (diff-header-face): Revert to grey85.
13121
13122 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13123
13124 * complete.el (partial-completion-mode) <defcustom>: Remove.
13125 (partial-completion-mode): Use define-minor-mode.
13126 (PC-do-completion): Understand `completion-auto-help = delay'
13127 to mean to popup the completion buffer only the second time.
13128 (PC-include-file-all-completions, PC-include-file-all-completions)
13129 (PC-include-file-all-completions): Don't quote lambda.
13130
13131 * comint.el (comint-mode-hook): Docstring fix.
13132 (comint-mode): Use define-derived-mode.
13133 (comint-mode-map): Remove obsolete comment.
13134 (make-comint): Minor stylistic change.
13135 (comint-insert-clicked-input): Be more careful to find the overlay.
13136 Use this-command-keys rather than hardcoding mouse-2.
13137
13138 * font-lock.el: Replace confusing (,@ with ,
13139 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13140 Don't use regexp-opt-depth. Spice up the regexp for args.
13141 Don't distinguish between cmds that can take an opt arg or not.
13142 Use `append' and `prepend' rather than `keep'.
13143
13144 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13145 (latex-outline-regexp): New var.
13146 (latex-outline-level): New fun.
13147 (latex-section-alist): New var.
13148 (latex-imenu-create-index): Use it. Use `push' as well.
13149 (tex-shell-map): Initialize it properly.
13150 (tex-mode): Minor stylistic change.
13151 (plain-tex-mode): Use define-derived-mode.
13152 (latex-mode): Use define-derived-mode.
13153 Construct the paragraph regexps in a more readable way.
13154 Set the buffer-local outline-{level,regexp} vars.
13155 (slitex-mode): Derive from latex-mode.
13156 (tex-common-initialization): Don't kill-all-vars anymore.
13157 Add setting for comment-add and font-lock-defaults.
13158 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13159 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13160 (tex-start-tex): New arg DIR (and send a chdir command for it).
13161 Also display the shell buffer and save it in tex-last-buffer-texed.
13162 (tex-region): Use expand-file-name rather than concat.
13163 Remove code made useless by changes in tex-start-tex.
13164 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13165
13166 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13167
13168 2000-09-28 Dave Love <fx@gnu.org>
13169
13170 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13171
13172 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13173
13174 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13175 `append'.
13176
13177 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13178
13179 * info.el (Info-extract-pointer): Undo last change.
13180 Instead, fix the position of the `bound' arg to re-search-backward.
13181
13182 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13183
13184 * info.el (Info-extract-pointer):
13185 Widen more carefully, to avoid finding pointers in other nodes.
13186 (Info-index): Use push.
13187
13188 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13189
13190 * frame.el (set-frame-font): Remove call to obsolete function
13191 frame-update-faces.
13192 (set-foreground-color, set-background-color): Likewise for
13193 frame-update-face-colors.
13194
13195 2000-09-27 Miles Bader <miles@gnu.org>
13196
13197 * image-file.el: New file.
13198
13199 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13200
13201 * frame.el (frame-notice-user-settings): Don't call
13202 frame-update-faces, which is a no-op now.
13203
13204 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13205 tool-bar-lines.
13206
13207 2000-09-27 Dave Love <fx@gnu.org>
13208
13209 * mouse.el: Fix last change.
13210
13211 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13212
13213 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13214
13215 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13216
13217 * international/quail.el (quail-help): The output message is
13218 improved.
13219
13220 2000-09-26 Dave Love <fx@gnu.org>
13221
13222 * mouse.el (popup-menu): If POSITION is nil, set it using
13223 mouse-position.
13224
13225 2000-09-25 Sam Steingold <sds@gnu.org>
13226
13227 * net/browse-url.el (browse-url-file-url): Check for null maps.
13228
13229 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13230
13231 * frame.el (frame-notice-user-settings): Don't add a
13232 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13233
13234 * frame.el (frame-notice-user-settings):
13235 Make tool-bar-mode and default-frame-alist consistent.
13236
13237 * toolbar/tool-bar.el (tool-bar-help): New function.
13238
13239 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13240
13241 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13242 current-load-list in top-level forms. Else this leaks a cons cell
13243 every time a defun is called.
13244
13245 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13246
13247 2000-09-25 Dave Love <fx@gnu.org>
13248
13249 * startup.el (fancy-splash-head): Check XPM is available.
13250
13251 * autoinsert.el (auto-insert): Doc fix.
13252 (auto-insert-alist): Following GNU notices, don't say `copyright
13253 _by_'. Use line-beginning-position.
13254 (auto-insert): Check buffer-file-name is non-nil before use.
13255
13256 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13257
13258 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13259 starting with `@def' or `@multitable', in addition to ones
13260 specified by the user in auto-fill-inhibit-regexp.
13261
13262 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13263
13264 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13265 rmail-dont-reply-to-names matches the empty string.
13266
13267 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13268
13269 * startup.el (command-line-1, fancy-splash-text): Change the
13270 text to sound more friendly.
13271
13272 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13273
13274 * progmodes/hideshow.el: Update author email address.
13275 Generally, sync w/ maintainer version 5.22.
13276 (hs-hide-all-non-comment-function): New var.
13277 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13278 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13279 (hs-show-region): Delete this command.
13280 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13281
13282 2000-09-22 Dave Love <fx@gnu.org>
13283
13284 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13285 (hl-line-highlight): Specify buffer when moving overlay.
13286
13287 * progmodes/fortran.el (fortran-mode): Locally set
13288 normal-auto-fill-function.
13289 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13290 (fortran-mode-map): Adjust auto-fill menu entry.
13291
13292 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13293
13294 * vc-rcs.el (toplevel): Require `vc' when compiling.
13295
13296 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13297
13298 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13299
13300 * vc.el (vc-switch-backend): Signal an error if the file is not
13301 registered under the new backend.
13302
13303 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13304 without explicit revision number.
13305
13306 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13307
13308 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13309 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13310 (diff-xor): New function.
13311 (diff-find-source-location): Use it. Fix a stupid name clash.
13312 (diff-hunk-status-msg): New function.
13313 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13314 (diff-test-hunk): Use diff-find-source-location.
13315 (diff-goto-source): Favor the `reverse'.
13316 (diff-hunk-text): Properly handle one-sided context diffs.
13317 (diff-apply-hunk): When done, advance to the next hunk.
13318
13319 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13320
13321 * startup.el (command-line): If frame was created with a non-zero
13322 tool-bar-lines parameter, switch tool-bar-mode on.
13323
13324 * add-log.el (change-log-date-face, change-log-name-face)
13325 (change-log-email-face, change-log-file-face)
13326 (change-log-list-face, change-log-conditionals-face)
13327 (change-log-function-face, change-log-acknowledgement-face):
13328 New faces, inheriting from font-lock faces.
13329 (change-log-font-lock-keywords): Use them.
13330
13331 2000-09-21 Dave Love <fx@gnu.org>
13332
13333 * progmodes/cperl-mode.el (top-level): Clean up
13334 `eval-when-compile's and assorted defvars.
13335 (cperl-invalid-face): Don't double-quote value. Change custom
13336 type.
13337 (cperl-mode): Set normal-auto-fill-function and don't zap
13338 auto-fill-function.
13339 (cperl-imenu--function-name-regexp-perl): Renamed from
13340 imenu-example--function-name-regexp-perl.
13341 (cperl-imenu--create-perl-index): Renamed from
13342 imenu-example--create-perl-index.
13343 (cperl-xsub-scan): Don't require cl.
13344
13345 * msb.el (msb-mode-map): Use substitute-key-definition.
13346 (msb-mode): Use msb-mode-map.
13347
13348 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13349
13350 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13351 New functions.
13352 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13353 (vc-switch-backend): New function.
13354 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13355 (vc-register): Fix prompt.
13356 (vc-unregister, vc-default-unregister): New functions.
13357 (vc-version-diff): Handle empty buffer in sentinel.
13358
13359 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13360 (vc-rcs-state-heuristic): Use it to guess the state of files with
13361 non-strict locking.
13362 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13363 been set with -b, but not created yet.
13364 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13365 contents in order to find the state.
13366 (vc-rcs-checkin): Allow creation of branches with no changes.
13367 (vc-rcs-unregister, vc-rcs-receive-file)
13368 (vc-rcs-set-non-strict-locking): New functions.
13369
13370 * vc-hooks.el (vc-name): Force correct computation of the value
13371 in case it is missing.
13372
13373 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13374
13375 * startup.el (fancy-splash-tail): Use a different foreground
13376 color on a dark frame background.
13377
13378 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13379
13380 * info.el: Use the correct capitalization when making Info-mode
13381 and Info-edit-mode `special' modes.
13382
13383 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13384
13385 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13386 (diff-mode): Add support for add-log.el.
13387 (diff-hunk-text): Use char offsets rather than line offsets.
13388 (diff-find-source-location): Replace LINE with line-offset (nil
13389 if not found) and always set POS to a meaningful position.
13390 Adapt to the new char-offsets.
13391 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13392 Adapt to the new diff-find-source-location.
13393 (diff-goto-source): Adapt to the new diff-find-source-location.
13394
13395 * add-log.el (add-log-file-name): New function (split out of
13396 add-change-log-entry).
13397 (add-change-log-entry): Use it.
13398 Call add-log-file-name-function with the changelog file name if
13399 the current buffer is not associated with any file.
13400 Avoid find-file if the selected window is dedicated.
13401
13402 * diff-mode.el (diff-find-source-location):
13403 Move code from diff-apply-hunk. Return buffer rather than file.
13404 (diff-apply-hunk): Use the new result from diff-find-source-location.
13405 (diff-goto-source): Use the new diff-find-source-location.
13406
13407 2000-09-20 Dave Love <fx@gnu.org>
13408
13409 * iswitchb.el: Some doc fixes.
13410 (iswitchb-mode-map): Define completely initially. Inherit
13411 minibuffer-local-map.
13412 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13413 fundamental-mode.
13414 (iswitchb-global-map): New variable.
13415 (iswitchb-summaries-to-end): Amalgamate regexps.
13416 (iswitchb-mode): New.
13417 (iswitchb-mode-hook): New variable.
13418 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13419 `extensions'.
13420
13421 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13422
13423 * ehelp.el (electric-help): New defgroup.
13424 (electric-help-shrink-window): New user-option.
13425 (with-electric-help): Use it.
13426
13427 * window.el (shrink-window-if-larger-than-buffer): If face
13428 `mode-line' has a :box, and we're on a graphical frame, add 1
13429 to the needed window height.
13430
13431 * frame.el (frame-notice-user-settings): Add a last parameter nil
13432 to a call to `append', because the last list passed to `append' is
13433 not copied, and so subsequent calls to assq-delete-all will modify
13434 default-frame-alist.
13435
13436 * startup.el (fancy-splash-image): Change :type.
13437 (fancy-splash-head): Use an XBM image if appropriate.
13438 (command-line-1): Show splash screens in more cases.
13439
13440 * startup.el (fancy-splash-text): Don't quote faces.
13441
13442 * dired.el (dired-font-lock-keywords): Undo last change.
13443 (dired-readin): Bind indent-tabs-mode to nil.
13444
13445 * startup.el (fancy-splash-head): If frame's background mode
13446 is `dark', change the black background of the image to gray.
13447 (fancy-splash-screens): Display startup echo area message.
13448 (display-startup-echo-area-message): New function.
13449
13450 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13451
13452 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13453
13454 * info.el (info-header-node): Tweak for color ttys.
13455
13456 * faces.el (face-valid-attribute-values): Make sure directories we
13457 search for stipples both exist and are readable before trying to
13458 search them.
13459
13460 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13461 in the dry-run case.
13462
13463 * jka-compr.el (with-auto-compression-mode): New macro.
13464
13465 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13466 (custom-group-tag-face, custom-variable-tag-face): Use relative
13467 :height and inherit from `variable-pitch' face instead of
13468 hardwiring :family.
13469 * hi-lock.el (hi-black-hb): Likewise.
13470
13471 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13472 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13473 toolbar-add-item, if image doesn't have a mask add a `:mask
13474 heuristic'.
13475
13476 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13477
13478 * diff-mode.el: Docstring fixes.
13479 (diff-header-face, diff-comment-face): New faces.
13480 (diff-font-lock-keywords): Highlight a bit differently.
13481 (diff-find-source-location): Don't return SPAN any more.
13482 (diff-hunk-text): Don't bother erasing the temp buffer.
13483 (diff-find-text): Drop argument LINE.
13484 (diff-apply-hunk): Update calls to diff-find-text.
13485 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13486
13487 * calendar/calendar.el: Docstring fixes.
13488 (calendar-make-alist): Don't quote lambda.
13489 (calendar-star-date): Use make-local-variable.
13490
13491 2000-09-19 Dave Love <fx@gnu.org>
13492
13493 * toolbar/tool-bar.el: Renamed from toolbar.el.
13494 Change `toolbar' to `tool-bar' generally in symbols.
13495 Make some items invisible in `special' major modes.
13496 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13497 Add arg PROPS.
13498
13499 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13500 Add :version here.
13501 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13502
13503 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13504
13505 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13506
13507 * files.el (find-file-suppress-same-file-warnings): New user-option.
13508 (find-file-noselect): Use it.
13509
13510 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13511 (fancy-splash-screen): Defgroup.
13512
13513 * add-log.el (change-log-font-lock-keywords): Match names
13514 more exactly for the case that font-lock-constant-face is
13515 underlined.
13516
13517 2000-09-19 Richard M. Stallman <rms@gnu.org>
13518
13519 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13520
13521 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13522
13523 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13524
13525 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13526
13527 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13528 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13529 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13530 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13531 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13532 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13533 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13534 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13535 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13536 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13537 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13538 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13539
13540 * startup.el (fancy-splash-text): New variable.
13541 (fancy-splash-delay, fancy-splash-image): New user-options.
13542 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13543 (fancy-splash-screens): New functions.
13544 (command-line-1): If display has a `display' frame parameter, has
13545 colors, and we have XPM support, show more fancy splash screens.
13546
13547 2000-09-19 Dave Love <fx@gnu.org>
13548
13549 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13550 with null `help'. Use modern backquote syntax.
13551
13552 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13553
13554 * font-lock.el (font-lock-mode): Change message telling the user
13555 that ``the buffer is too big''.
13556
13557 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13558 for instance for the case that tab-width is 2.
13559
13560 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13561
13562 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13563 toolbar-add-item, if image doesn't have a mask add a `:mask
13564 heuristic'.
13565
13566 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13567
13568 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13569 and return a cons if it's non-nil.
13570 (diff-apply-hunk): Try to jump to the line in the source text
13571 corresponding to the position of point in the in the hunk.
13572
13573 * info.el (Info-title-3-face, Info-title-2-face)
13574 (Info-title-1-face): Use face inheritance and relative sizes
13575 instead of hard-wiring things.
13576
13577 * faces.el (secondary-selection): Make dark-background variant sane.
13578
13579 2000-09-16 Andrew Innes <andrewi@gnu.org>
13580
13581 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13582 read-only, since they aren't under VC now.
13583
13584 2000-09-17 Dave Love <fx@gnu.org>
13585
13586 * tmm.el: Replace mapcar with mapc in several places.
13587
13588 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13589 ad-unadvise.
13590
13591 * international/latin1-disp.el: New file.
13592
13593 * calendar/cal-move.el (scroll-calendar-left)
13594 (scroll-calendar-right): Make arg optional (for active mode line).
13595
13596 * calendar/calendar.el (calendar-mode-line-format): Make fields
13597 mouse-sensitive.
13598 (calendar-read-date, calendar-read-date, calendar-window-list):
13599 Unquote lambda.
13600 (calendar-month-name): Use aref, not sref.
13601
13602 * view.el (minor-mode-alist): Propertize the string.
13603
13604 * international/characters.el (standard-case-table): Add entries
13605 for Greek.
13606
13607 2000-09-18 Miles Bader <miles@gnu.org>
13608
13609 * info.el (info-node, info-xref): Add dark-background variants.
13610
13611 * faces.el (header-line): Change defaults to be less confusing
13612 when mixed with mode-lines.
13613
13614 * info.el (Info-fontify-node): Make a few cleanups.
13615 Add extra `help-echo' and `local-map' props to node xrefs.
13616 Use header-specific faces for node-names & xrefs.
13617 (Info-use-header-line): New variable.
13618 (info-header-xref, info-header-node): New faces.
13619 (Info-setup-header-line): New function.
13620 (Info-select-node): Call Info-setup-header-line when enabled.
13621 (Info-extract-pointer): Work even if the header line is hidden.
13622 (Info-header-line): New variable.
13623
13624 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13625
13626 * vms-patch.el (print-region-function): Don't quote lambda.
13627
13628 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13629
13630 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13631 (lm-get-header-re): Allow spaces between the header and the colon.
13632 (lm-header): Allow $ in non-RCS headers.
13633 (lm-header-multiline): Put the strings back into order.
13634 Stop at an empty line. Don't require two space chars if the
13635 line is clearly not another header line.
13636
13637 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13638 (popup-menu-popup): Remove.
13639
13640 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13641
13642 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13643 specification if or if not tool-bar item contains an `:enabled'
13644 property.
13645
13646 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13647 current buffer has no file name.
13648
13649 2000-09-15 Dave Love <fx@gnu.org>
13650
13651 * strokes.el: Sync with maintainer's current version with changes
13652 for Emacs, but avoid runtime cl and levents.
13653 (toplevel): Change autoloads and compilation requires.
13654 (strokes-version, strokes-bug-address, strokes-lift): Values
13655 changed.
13656 (strokes-xpm-header, strokes-insinuated): New variable.
13657 (strokes): Add :link.
13658 (strokes-mode): Customized.
13659 (strokes-while-inhibiting-garbage-collector): New macro.
13660 (strokes-remassoc): Avoid remove-if.
13661 (strokes-fix-button2-command): Don't use ad-do-it.
13662 (strokes-insinuate): New function.
13663 (strokes-button-press-event-p, strokes-button-release-event-p):
13664 New functions, used instead of non-`strokes-' versions..
13665 (strokes-mouse-event-p): Rewritten.
13666 (strokes-event-closest-point): Avoid event-point.
13667 (strokes-get-grid-position): Avoid cdadr, caadr
13668 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13669 functions.
13670 (strokes-help): Use with-output-to-temp-buffer.
13671 (strokes-window-configuration-changed-p): New function.
13672 (strokes-update-window-configuration): Use buffer-live-p,
13673 strokes-window-configuration-changed-p.
13674 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13675 (strokes-char-face): New face.
13676 (strokes-char-table, strokes-base64-chars): New variable.
13677 (strokes-xpm-for-stroke, strokes-list-strokes)
13678 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13679 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13680 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13681 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13682 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13683 functions.
13684
13685 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13686
13687 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13688
13689 * image.el (create-image): Doc fix.
13690
13691 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13692 instead of `:heuristic-mask t'.
13693
13694 2000-09-14 Andrew Innes <andrewi@gnu.org>
13695
13696 * makefile.w32-in: Revert to Unix line endings.
13697
13698 2000-09-14 Andrew Innes <andrewi@gnu.org>
13699
13700 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13701 when installing.
13702
13703 * makefile.nt (DONTCOMPILE): Fix typo.
13704
13705 * shell.el (shell-write-history-on-exit): New function.
13706 (shell-dumb-shell-regexp): New custom variable.
13707 (shell-mode): Make shell-write-history-on-exit the process
13708 sentinel if shell name matches shell-dumb-shell-regexp.
13709
13710 * w32-fns.el: Comment out before-init-hook function which resets
13711 source-directory based; this breaks bootstrap.
13712
13713 2000-09-14 Dave Love <fx@gnu.org>
13714
13715 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13716 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13717 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13718 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13719 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13720 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13721 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13722 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
13723 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13724
13725 * toolbar/toolbar.el: New.
13726
13727 * subdirs.el: Add toolbar.
13728
13729 2000-09-14 Gerd Moellmann <gerd@gnu.org>
13730
13731 * indent.el (indent-for-tab-command): Doc fix.
13732
13733 2000-09-14 Alex Schroeder <alex@gnu.org>
13734
13735 * ansi-color.el (ansi-colors): Doc change.
13736 (ansi-color-get-face): Simplified regexp.
13737 (ansi-color-faces-vector): Added more faces, doc change.
13738 (ansi-color-names-vector): Doc change.
13739 (ansi-color-regexp): Simplified regexp.
13740 (ansi-color-parameter-regexp): New regexp.
13741 (ansi-color-filter-apply): Doc change.
13742 (ansi-color-filter-region): Doc change.
13743 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
13744 deal with zero length parameters.
13745 (ansi-color-apply-on-region): Doc change.
13746 (ansi-color-map): Doc change.
13747 (ansi-color-map-update): Removed debugging message.
13748 (ansi-color-get-face-1): Added condition-case to trap
13749 args-out-of-range errors.
13750 (ansi-color-get-face): Doc change.
13751 (ansi-color-make-face): Removed.
13752 (ansi-color-for-shell-mode): New option.
13753
13754 2000-09-13 Kenichi Handa <handa@etl.go.jp>
13755
13756 * international/quail.el (quail-start-translation): Translate KEY
13757 if necessary even if it doesn't have any mapping in the current
13758 input method.
13759 (quail-start-conversion): Likewise.
13760 (quail-help): The output message is improved.
13761
13762 2000-09-13 Miles Bader <miles@gnu.org>
13763
13764 * comint.el (comint-output-filter): Revert to using
13765 `insert-before-markers'. Add bletcherous hack to undo damage
13766 caused by `insert-before-markers'. Put `front-sticky' property on
13767 overlays created here so that the field code understands how the
13768 overlay works. Use a let when making comint-last-prompt-overlay,
13769 so that the code is easier to read.
13770
13771 2000-09-13 Dave Love <fx@gnu.org>
13772
13773 * wid-edit.el (widget-default-format-handler): DTRT when
13774 doc-property is a function.
13775
13776 2000-09-12 Francesco Potorti` <pot@gnu.org>
13777
13778 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
13779 filed name if it's not there.
13780
13781 2000-09-12 Dave Love <fx@gnu.org>
13782
13783 * simple.el (read-mail-command): Doc fix.
13784 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
13785
13786 * vc.el (vc-dired-listing-switches): Fix :version.
13787
13788 * vc-hooks.el: Doc fixes.
13789
13790 * subr.el (add-minor-mode): Use toggle-fun arg.
13791
13792 * speedbar.el: Add :version to several defcustoms.
13793
13794 * imenu.el (imenu--truncate-items, imenu--cleanup)
13795 (imenu--generic-function): Avoid mapcar.
13796 (imenu--replace-spaces): Function removed.
13797 (imenu--completion-buffer): Use subst-char-in-string.
13798 (imenu-add-to-menubar): Use keymap inheritance.
13799
13800 2000-09-12 Miles Bader <miles@gnu.org>
13801
13802 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
13803 (diff-mode-map): Bind `diff-test-hunk'.
13804 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
13805
13806 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13807
13808 * bytecomp.el (byte-compile-defvar): Undo last change
13809 because it breaks '(make-variable-buffer-local (defvar ...)'
13810 which is used at least in dired.
13811
13812 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13813
13814 * international/quail.el (quail-define-package): Docstring
13815 modified.
13816
13817 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13818
13819 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
13820 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
13821 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
13822 docstring of "chinese-py".
13823
13824 * international/quail.el (quail-translation-docstring): New
13825 variable.
13826 (quail-show-keyboard-layout): Docstring modified.
13827 (quail-select-current): Likewise.
13828 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
13829 infinite recursive call.
13830 (quail-help): Check quail-translation-docstring. Format of the
13831 output changed.
13832 (quail-help-insert-keymap-description): Adjusted for the above
13833 change.
13834
13835 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13836
13837 * bytecomp.el (byte-compile-defvar): Only cons onto
13838 current-load-list in top-level forms. Else this leaks a cons cell
13839 every time a defun is called.
13840
13841 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
13842
13843 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
13844 Now understands non-unified diffs. Some functionality moved into
13845 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
13846 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
13847 modify anything. Only reposition point in the patched file if the
13848 patch succeeds. Only pop up another window if POPUP is true.
13849 Emit a message describing what happened if successful, and at what
13850 line-offset. Automatically detect reversed hunks and do something
13851 appropriate.
13852 (diff-hunk-text, diff-find-text): New functions.
13853 (diff-filter-lines): Function removed.
13854 (diff-test-hunk): New function.
13855 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
13856
13857 2000-09-10 Dave Love <fx@gnu.org>
13858
13859 * textmodes/tildify.el: Minor doc/commentary fixes.
13860 (tildify) <defgroup>: Add :version.
13861
13862 * faces.el (face-x-resources): Make custom type more specific.
13863 (frame-background-mode): Use mapc.
13864 (region) <defcustom>: Add :version.
13865
13866 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
13867
13868 * vc-sccs.el (vc-sccs-register):
13869 * vc-rcs.el (vc-rcs-register):
13870 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
13871 * vc.el (vc-register): Clear file's properties.
13872
13873 2000-09-08 Gerd Moellmann <gerd@gnu.org>
13874
13875 * faces.el (face-spec-set): Only face-spec-reset-face when
13876 ATTRS is non-nil.
13877
13878 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13879
13880 * help.el (help-insert-xref-button): Fix a typo in doc string.
13881
13882 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
13883
13884 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13885 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
13886 methods.
13887
13888 * menu-bar.el (read-mail-item-name): New function.
13889 (menu-bar-tools-menu): Use it to compute and display the package
13890 used to read email.
13891 (menu-bar-tools-menu): Fix typo in GUD's help string.
13892
13893 2000-09-07 Dave Love <fx@gnu.org>
13894
13895 * diff-mode.el (diff-mouse-goto-source): New function.
13896
13897 * vc-sccs.el: Doc fixes.
13898 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
13899
13900 * vc-rcs.el: Doc fixes.
13901 (vc-rcs-register-switches, vc-rcs-checkin-switches)
13902 (vc-rcs-checkout-switches, vc-rcs-header)
13903 (vc-rcs-master-templates): Add or change :version.
13904
13905 * vc-cvs.el: Doc fixes.
13906 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
13907 (vc-cvs-stay-local): Add :version.
13908
13909 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
13910
13911 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13912
13913 * international/quail.el (quail-help): Fix previous change.
13914
13915 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13916
13917 * faces.el (color-values): Doc fix.
13918
13919 * faces.el (frame-set-background-mode): Use frame-parameter
13920 instead of frame-parameters.
13921
13922 * frame.el (filtered-frame-list): Reduce consing.
13923 (frames-on-display-list): Call frame-parameter instead of
13924 frame-parameters.
13925
13926 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13927
13928 * language/devan-util.el (devanagari-to-indian-region): In the
13929 loop, change the following char, not preceding char.
13930
13931 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13932
13933 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
13934 instead of frame-parameters.
13935
13936 * faces.el (set-face-attribute): Simplify by calling
13937 internal-set-lisp-face-attribute with FRAME being 0.
13938
13939 * vc.el: Remove `Id' version control keyword.
13940
13941 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13942
13943 * help.el (help-make-xrefs): Adjusted for the change of
13944 help-xref-mule-regexp.
13945 (help-insert-xref-button): New function.
13946
13947 * international/mule-cmds.el (help-xref-mule-regexp-template):
13948 Include the pattern for character set.
13949 (leim): New group.
13950
13951 * international/quail.el: Don't require face.
13952 (quail): New group.
13953 (quail-other-command): Dummy command to make quail-help work better.
13954 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
13955 (quail-keyboard-layout-substitution): New variable.
13956 (quail-update-keyboard-layout): New function.
13957 (quail-keyboard-layout-type): New customizable variable.
13958 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
13959 (quail-keyboard-translate): Pay attention to
13960 quail-keyboard-layout-substitution.
13961 (quail-insert-kbd-layout): New function.
13962 (quail-show-keyboard-layout): New function.
13963 (quail-get-translation): If the definition is a vector of length
13964 1, and the element is a string of length 1, return the character
13965 in that string.
13966 (quail-update-current-translations): Fix the case of
13967 relative-index out of range.
13968 (quail-build-decode-map, quail-insert-decode-map): New Functions.
13969 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
13970 Show key sequences for all available characters.
13971 (quail-help-insert-keymap-description): Don't show such verbose
13972 key bindings as quail-self-insert-command.
13973
13974 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13975 Format changed, and each element now have extra documentations.
13976 (tit-process-header): Delete invalid characters from TIT-PROMPT.
13977 Adjusted for the change of quail-cxterm-package-ext-info.
13978
13979 2000-09-06 Gerd Moellmann <gerd@gnu.org>
13980
13981 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
13982 requiring it leads to a recursive loading of vc.el and vc-hooks.el
13983 during bootstrap.
13984
13985 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13986
13987 * vc.el: (toplevel): Don't require `dired' at run-time.
13988 (vc-dired-resynch-file): Remove autoload cookie.
13989
13990 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13991
13992 * vc.el: Made several backend functions optional.
13993 (vc-default-responsible-p): New function.
13994 (vc-merge): Use RET for first version to trigger merge-news, not
13995 prefix arg.
13996 (vc-annotate): Handle backends that do not support annotation.
13997 (vc-default-merge-news): Removed. The existence of a merge-news
13998 implementation is now checked on caller sites.
13999
14000 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
14001 case.
14002
14003 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
14004 special case that has been removed from the default in vc-hooks.el.
14005
14006 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14007
14008 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
14009
14010 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14011
14012 * vc-hooks.el: Require vc during compilation.
14013 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
14014 macro `with-vc-properties' in vc.el.
14015 (vc-file-getprop): Doc fix.
14016 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
14017
14018 * vc.el: Require dired-aux during compilation.
14019 (vc-name-assoc-file): Moved to vc-sccs.el.
14020 (with-vc-properties): New macro.
14021 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
14022 vc-finish-steal): Use it.
14023 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
14024 to the backend-specific function is now supposed to do the checkout,
14025 too.
14026 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
14027
14028 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
14029 set file properties; that gets done in the generic code now.
14030
14031 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
14032 Changed parameter list, added code from vc.el that does the
14033 checkout, possibly with a double-take.
14034
14035 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
14036 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
14037 the above under the new name.
14038 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
14039 parameter list, added checkout command.
14040 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
14041 properties; that gets done in the generic code now.
14042
14043 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14044
14045 * vc.el: Docstring fixes (courtesy of checkdoc).
14046
14047 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14048
14049 * vc.el (vc-checkout-writable-buffer-hook)
14050 (vc-checkout-writable-buffer): Remove.
14051 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
14052 (vc-log-mode): Make it into a clean derived major mode.
14053 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
14054 vc-log-mode if log-edit is not available.
14055 (vc-dired-mode-map): Don't set-keymap-parent yet.
14056 (vc-dired-mode): Do set-keymap-parent here.
14057 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
14058
14059 2000-09-05 Gerd Moellmann <gerd@gnu.org>
14060
14061 * faces.el (set-face-attribute, face-spec-reset-face)
14062 (face-spec-set): Avoid consing by removing calls to `apply'.
14063
14064 * frame.el (frame-parameter): Move to C code.
14065
14066 2000-09-05 Dave Love <fx@gnu.org>
14067
14068 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14069 insert-before-markers-and-inherit. Now checked systematically!
14070
14071 2000-09-05 Alex Schroeder <alex@gnu.org>
14072
14073 * sql.el (sql-postgres): Use sql-postgres-options.
14074 (sql-postgres-options): New variable.
14075
14076 2000-09-05 Alex Schroeder <alex@gnu.org>
14077
14078 * sql.el (sql-mode-menu): Work around missing variable mark-active
14079 in XEmacs.
14080 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14081 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14082 compatibility.
14083
14084 2000-09-04 Gerd Moellmann <gerd@gnu.org>
14085
14086 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14087
14088 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14089
14090 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14091
14092 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14093
14094 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14095 don't support anything else under SCCS yet.
14096
14097 * vc-hooks.el: Minor doc fixes.
14098
14099 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14100
14101 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14102 not necessary. If verbose in state `needs-patch', do the same as
14103 under `up-to-date'. When NOT verbose and `needs-patch', check out
14104 latest version instead of `merge-news'.
14105 (vc-next-action-dired): Don't mess with default-directory here; it
14106 breaks other parts of dired. It is the job of the
14107 backend-specific functions to adjust it temporarily if they need it.
14108 (vc-next-action): Remove a special CVS case.
14109 (vc-clear-headers): New optional arg FILE.
14110 (vc-checkin, vc-checkout): Set properties vc-state and
14111 vc-checkout-time properly.
14112 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14113 (vc-print-log): Use new backend function `show-log-entry'.
14114 (vc-cancel-version): Do the checks in a different order. Added a
14115 FIXME concerning RCS-only code.
14116
14117 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14118 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14119
14120 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14121
14122 * vc-hooks.el (vc-default-mode-line-string): Show state
14123 `needs-patch' as a `-' too.
14124
14125 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14126
14127 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14128 (vc-default-could-register): New function.
14129 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14130 (vc-resynch-buffer): Call vc-dired-resynch-file.
14131 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14132 vc-resynch-buffer instead of vc-resynch-window.
14133 (vc-next-action-dired): Don't redisplay here, that gets done as a
14134 result of the individual file operations.
14135 (vc-retrieve-snapshot): Corrected prompt order.
14136
14137 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14138
14139 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14140 as well.
14141 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14142 hostname regexps. Updated all callers.
14143 (vc-cvs-responsible-p): Handle directories as well.
14144 (vc-cvs-could-register): New function.
14145 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14146 properties up-to-date.
14147
14148 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14149 user whether to create one.
14150
14151 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14152
14153 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14154 check out a non-existing file.
14155
14156 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14157 workfile does not exist.
14158
14159 * vc.el (vc-version-diff): Use `require' to check for existence of
14160 diff-mode.
14161
14162 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14163
14164 * vc-cvs.el (vc-cvs-registered): Use new function
14165 vc-cvs-parse-entry to do the actual work.
14166
14167 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14168
14169 * vc-hooks.el (vc-find-backend-function): If function doesn't
14170 exist, return nil instead of error.
14171 (vc-call-backend): Doc fix.
14172
14173 * vc.el (vc-do-command): Doc fix.
14174 (vc-finish-logentry): When checking in from vc-dired, choose the
14175 right backend for logentry check.
14176 (vc-dired-mode-map): Inherit from dired-mode-map.
14177 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14178 simplified.
14179 (vc-dired-state-info): Removed, updated caller.
14180 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14181 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14182 (vc-dired-listing-switches): New variable.
14183 (vc-directory): Use it, instead of dired-listing-switches.
14184
14185 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14186 (vc-cvs-dir-state): New function.
14187 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14188 (vc-cvs-parse-entry): New function, also to be used in
14189 vc-cvs-registered.
14190
14191 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14192
14193 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14194 *or* single-window-frames.
14195
14196 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14197
14198 * vc.el (vc-update-changelog): Split into generic part and default
14199 implementation. Doc string adapted.
14200 (vc-default-update-changelog): New function. Call the `rcs2log'
14201 script in exec-directory, to fix a long-standing nuisance.
14202
14203 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14204 simply signals an error.
14205
14206 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14207
14208 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14209 control-flow more clear and to avoid running `cvs' twice.
14210
14211 * vc.el (vc-next-action-on-file): Doc fix.
14212 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14213 (vc-print-log): Eval `file' before constructing the continuation.
14214
14215 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14216
14217 * vc.el (vc-next-action-on-file): Corrected several messages.
14218 (vc-merge): Add prefix arg `merge-news'; handle it.
14219
14220 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14221 is not reached. It is.
14222 (vc-cvs-merge): Set state to 'edited after merge.
14223 (vc-cvs-merge-news): Set workfile version to nil if not known.
14224 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14225
14226 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14227 via stdout. (Merge from main line.)
14228
14229 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14230
14231 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14232 detection.
14233
14234 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14235
14236 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14237 against kill-all-local-variables.
14238 (vc-log-edit): Don't save vc-parent-buffer any more.
14239 (vc-last-comment-match): Initialize to an empty string.
14240 (vc-post-command-functions): New hook.
14241 (vc-do-command): Run it.
14242 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14243 (vc-finish-logentry): Only add the comment to the ring if it's
14244 different from the last comment entered.
14245 (vc-new-comment-index): New function.
14246 (vc-previous-comment): Use it. Make the minibuffer message
14247 slightly less terse.
14248 (vc-comment-search-reverse): Make it work forward as well. Don't
14249 set vc-comment-ring-index if no match is found. Use
14250 vc-new-comment-index.
14251 (vc-comment-search-forward): Use vc-comment-search-reverse.
14252 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14253 define-derived-mode will do it for us. Bind `v' to a keymap that
14254 inherits from vc-prefix-map so that we can bind `vt' without
14255 binding C-x v t.
14256 (vc-retrieve-snapshot): Parenthesis typo.
14257
14258 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14259 to 1. Make sure to switch to *vc* before looking for an error
14260 message. Use vc-parse-buffer.
14261
14262 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14263
14264 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14265 and NAME.
14266 (vc-retrieve-snapshot): Split into two parts.
14267 (vc-default-retrieve-snapshot): New function.
14268
14269 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14270 (vc-cvs-retrieve-snapshot): New function (untested).
14271 (vc-cvs-stay-local): Default to t.
14272 (vc-cvs-remote-p): New function and property.
14273 (vc-cvs-state): Stay local only if the above is t.
14274 (vc-handle-cvs): Removed.
14275 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14276 done via vc-handled-backends now.
14277 (vc-cvs-header): Escape Id.
14278
14279 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14280
14281 * vc.el (vc-do-command): Remove unused commands.
14282 (vc-version-diff): Make sure default-directory ends with a slash.
14283 Move the window commands into a vc-exec-after.
14284 (vc-print-log): Move more of the code into the `vc-exec-after'.
14285
14286 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14287
14288 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14289 (vc-print-log): Search current revision from beginning of buffer.
14290 (vc-revert-buffer): Clear echo area after the diff is finished.
14291 (vc-prefix-map): Removed definition of "t" for terse display in vc
14292 dired.
14293 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14294 definition of "vt" for terse display.
14295 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14296
14297 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14298
14299 * vc.el (vc-exec-after): Avoid caddr.
14300
14301 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14302
14303 * vc.el (vc-exec-after): New function.
14304 (vc-do-command): Use it to add a termination message for async
14305 procs.
14306 (vc-checkout): Try to handle a missing-backend situation.
14307 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14308 of a directory with a backend using async diffs.
14309 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14310 present.
14311
14312 * vc-sccs.el (vc-sccs-state-heuristic): Use
14313 file-ownership-preserved-p.
14314
14315 * vc-rcs.el (vc-rcs-state-heuristic): Use
14316 file-ownership-preserved-p.
14317 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14318
14319 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14320
14321 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14322 vc-do-command.
14323
14324 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14325 when there are no changes.
14326
14327 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14328
14329 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14330
14331 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14332
14333 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14334
14335 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14336
14337 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14338 the `fset' outside of the defvar so that it works even if
14339 vc-prefix-map was already defined.
14340 (vc-setup-buffer): New function, split out of vc-do-command.
14341 (vc-do-command): Allow BUFFER to be t to mean `just use the
14342 current buffer without any fuss'.
14343 (vc-version-diff): Change the `diff' backend operation to just put
14344 the diff in the current buffer without erasing it. Always use
14345 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14346 shrink-window-if-larger-than-buffer.
14347 (vc-print-log): Change the `print-log' backend operation to just
14348 put the log in the current buffer without erasing it. Protect
14349 shrink-window-if-larger-than-buffer.
14350 (vc-update-change-log): Fix setd typo.
14351
14352 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14353 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14354
14355 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14356 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14357 CMP.
14358
14359 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14360 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14361 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14362
14363 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14364
14365 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14366 not possible, use vc-BACKEND-workfile-unchanged-p.
14367 (vc-default-workfile-unchanged-p): New function. Delegates to a
14368 full vc-BACKEND-diff.
14369
14370 * vc-hooks.el (vc-simple-command): Removed.
14371
14372 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14373 instead of vc-simple-command.
14374 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14375 avoid doing a diff when opening a file.
14376 (vc-rcs-state): Added check for unlocked-changes.
14377 (vc-rcs-header): Escape Id.
14378 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14379 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14380 version.
14381
14382 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14383 (vc-sccs-diff): Remove optional arg CMP.
14384 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14385 SCCS-specific function.
14386
14387 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14388 vc-simple-command.
14389
14390 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14391
14392 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14393 (with-vc-file, vc-merge): Use vc-editable-p.
14394 (vc-do-command): Remove unused var vc-file and fix the
14395 doubly-defined `status' var. Add a user message when starting an
14396 async command.
14397 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14398 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14399 Use with-current-buffer.
14400 (vc-buffer-sync): Use unless.
14401 (vc-next-action-on-file): If the file is 'edited by read-only,
14402 make it read-write instead of trying to commit.
14403 (vc-version-diff, vc-update-change-log): Use `setq
14404 default-directory' rather than `cd'.
14405 (vc-log-edit): Don't forget to set default-directory in the
14406 buffer.
14407
14408 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14409 (vc-sccs-state-heuristic): Use file-writable-p instead of
14410 comparing userids.
14411 (vc-sccs-checkout): Use `unless'.
14412
14413 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14414 of comparing userids.
14415 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14416 Simplify the logic by eliminating unreachable code.
14417 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14418 just do a recursive call if we need to retry.
14419 (vc-rcs-checkout): Handle the case where rcs is missing by making
14420 the buffer read-write if requested and re-signalling the error.
14421
14422 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14423
14424 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14425
14426 * vc-hooks.el (vc-handled-backends): Docstring change.
14427 (vc-ignore-vc-files): Mark obsolete.
14428 (vc-registered): Check vc-ignore-vc-files.
14429 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14430 vc-ignore-vc-files.
14431
14432 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14433
14434 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14435
14436 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14437 files since ange-ftp already has vc-registered return nil.
14438
14439 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14440 (vc-sccs-workfile-version): Use with-temp-buffer and new
14441 vc-parse-buffer and don't bother setting the property.
14442 (vc-sccs-add-triple): Use with-current-buffer and
14443 find-file-noselect.
14444 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14445
14446 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14447 derives from the old vc-parse-buffer but uses the revision number
14448 rather than the date (much easier to compare robustly).
14449 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14450 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14451 locking-user more directly. Check strict locking and set
14452 checkout-model appropriately.
14453 (vc-rcs-parse-locks): Remove.
14454 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14455 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14456 (vc-rcs-system-release): Use with-current-buffer and
14457 vc-parse-buffer.
14458 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14459
14460 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14461 (vc-simple-command): Docstring fix.
14462 (vc-registered): Align the way the file-handler is called with the
14463 way the function itself works.
14464 (vc-file-owner): Remove.
14465
14466 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14467 extraction of fields and call to file-attributes because of a
14468 temporary bug in rcp.el.
14469 (vc-cvs-fetch-status): Use with-current-buffer.
14470
14471 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14472
14473 * vc.el (vc-do-command): Use file-relative-name.
14474 (vc-responsible-backend): Use vc-backend if possible.
14475 (vc-create-snapshot): Improve the `interactive' spec. Add support
14476 for branches and dispatch to backend-specific `create-snapshot'.
14477 (vc-default-create-snapshot): New function, containing the bulk of
14478 the old vc-create-snapshot.
14479 (vc-retrieve-snapshot): Improve the interactive spec.
14480
14481 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14482 (vc-backend-hook-functions): Remove.
14483 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14484 (vc-backend): Reintroduce the test for `file = nil' now that I
14485 know why it was there (and added a comment to better remember).
14486
14487 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14488 code from vc-sccs-hooks.el.
14489 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14490 'vc anymore.
14491 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14492 and file-directory-p instead of file-exists-p.
14493 (vc-sccs-check-headers): Simplify the regexp.
14494
14495 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14496 from vc-rcs-hooks.el. Don't require 'vc anymore.
14497 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14498 file-directory-p instead of file-exists-p.
14499
14500 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14501 from vc-cvs-hooks.el.
14502 (proto vc-cvs-registered): Require 'vc-cvs instead of
14503 'vc-cvs-hooks. Don't require 'vc anymore.
14504 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14505 file-directory-p instead of file-exists-p.
14506 (vc-cvs-create-snapshot): New function, replacing
14507 vc-cvs-assign-name.
14508 (vc-cvs-assign-name): Remove.
14509
14510 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14511
14512 * vc-cvs.el (vc-cvs-header): New var.
14513
14514 * vc-rcs.el (vc-rcs-exists): Remove.
14515 (vc-rcs-header): New var.
14516
14517 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14518 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14519 (vc-sccs-header): New var.
14520
14521 * vc.el (vc-do-command): Get rid of the `last' argument.
14522 (vc-header-alist): Remove, replaced by vc-X-header.
14523 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14524 (vc-dired-hook): Use expand-file-name instead of concat.
14525 (vc-directory): Use file-name-as-directory.
14526 (vc-snapshot-precondition, vc-create-snapshot)
14527 (vc-retrieve-snapshot): Allow the command to operate on any
14528 directory.
14529
14530 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14531 just removing the 'WORKFILE argument or by removing the 'MASTER
14532 argument and replacing `file' with (vc-name file).
14533
14534 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14535
14536 * vc.el: Update Copyright and add a crude list of backend funs.
14537 (vc-writable-p): New function.
14538 (with-vc-file): Use vc-writable-p.
14539 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14540 (vc-register): Avoid vc-name.
14541 (vc-locking-user): Remove.
14542 (vc-steal-lock): Make the `owner' arg non-optional.
14543 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14544 vc-checkout-model.
14545 (vc-default-dired-state-info): Use vc-state instead of
14546 vc-locking-user and return special strings for special states.
14547 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14548 and get rid of one of the special CVS cases.
14549 (vc-cancel-version): prettify error message with \\[...].
14550 (vc-rename-master): New function.
14551 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14552 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14553 the CVS special case generic.
14554 (vc-default-record-rename): Remove.
14555 (vc-file-tree-walk-internal): Only call FUNC for files that are
14556 under control of some VC backend and replace `concat' with
14557 expand-file-name.
14558 (vc-file-tree-walk): Update docstring.
14559 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14560 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14561
14562 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14563 vc-sccs-record-rename. Use `find-file-noselect' rather than
14564 `find-file' and call `vc-rename-master' to do the actual move.
14565 (vc-sccs-diff): Remove unused `backend' variable.
14566
14567 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14568 to delay loading of vc-sccs until it is really used.
14569 (vc-sccs-master-templates): Preload.
14570 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14571 (vc-sccs-project-dir): Remove (merged into
14572 vc-sccs-search-project-dir).
14573 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14574 rather than `concat', make sure it is preloaded and don't bother
14575 to check that the file actually exists.
14576 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14577 `locks' argument (use buffer's content instead) and eliminate n^2
14578 behavior.
14579
14580 * vc-rcs.el: Update Copyright.
14581 (vc-rcs-rename-file): New function.
14582 (vc-rcs-diff): Remove unused `backend' variable.
14583
14584 * vc-hooks.el: Update Copyright.
14585 (vc-backend): Don't accept a nil argument any more.
14586 (vc-up-to-date-p): Turn into a defsubst.
14587 (vc-possible-master): New function.
14588 (vc-check-master-templates): Use `vc-possible-master' and allow
14589 funs in vc-X-master-templates to return a non-existent file.
14590
14591 * vc-cvs.el: Update Copyright.
14592 (vc-cvs-diff): Remove unused `backend' variable.
14593 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14594
14595 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14596
14597 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14598
14599 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14600 since it can be called from vc-rcs.el.
14601 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14602
14603 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14604
14605 * vc.el (vc-version-diff): Expand file name read from the
14606 minibuffer. Handle the case when a previous version number can't
14607 be guessed. Give suitable messages when there were no differences
14608 found.
14609 (vc-clear-headers): Call backend-specific implementation, if one
14610 exists.
14611 (vc-cancel-version): Made error checks generic. When done, clear
14612 headers generically, too.
14613
14614 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14615 from vc-clear-headers in vc.el.
14616
14617 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14618 correctly.
14619 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14620 optional. Handle the case when it's not there.
14621
14622 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14623
14624 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14625
14626 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14627
14628 * vc-hooks.el (vc-loadup): Remove.
14629 (vc-find-backend-function): Use `require'. Also, handle the case
14630 where vc-BACKEND-hooks.el doesn't exist.
14631 (vc-call-backend): Cleanup.
14632
14633 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14634
14635 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14636 vc-rcs-grab-templates)
14637 (vc-rcs-registered): Remove. The default function works as well.
14638 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14639 vc-sccs-grab-templates)
14640 (vc-sccs-registered): Remove. The default function works as well.
14641
14642 * vc.el (vc-version-diff): Left out a vc- in call to
14643 vc-call-backend.
14644 (vc-default-dired-state-info, vc-default-record-rename)
14645 (vc-default-merge-news): Update for the new backend argument.
14646
14647 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14648 using the default function.
14649 (vc-call-backend): If calling the default function, pass it the
14650 backend as first argument. Update the docstring accordingly.
14651 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14652 for the new backend argument.
14653 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14654 (vc-find-backend-function): Use the new name.
14655 (vc-default-registered): New function.
14656
14657 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14658
14659 * vc.el (vc-merge): Use vc-find-backend-function.
14660
14661 * vc-hooks.el (vc-backend-functions): Remove.
14662 (vc-loadup): Don't setup 'vc-functions.
14663 (vc-find-backend-function): New function.
14664 (vc-call-backend): Use above fun and populate 'vc-functions
14665 lazily.
14666 (vc-backend-defines): Remove.
14667
14668 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14669
14670 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14671 Call vc-call-backend without the leading vc-.
14672 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14673 (vc-check-headers): Call vc-call-backend without the leading vc-.
14674 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14675 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14676 Call vc-call-backend without the leading vc-.
14677
14678 * vc-cvs.el (tail): Provide vc-cvs.
14679 * vc-sccs.el (tail): Provide vc-sccs.
14680 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14681
14682 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14683 (vc-make-backend-function, vc-call): Pass names without leading
14684 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14685 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14686 (vc-call-backend): Always try to load vc-X-hooks.
14687 (vc-registered): Remove vc- in call to vc-call-backend.
14688
14689 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14690
14691 * vc.el (vc-process-filter): New function.
14692 (vc-do-command): Setup `vc-process-filter' for the async process.
14693 (vc-maybe-resolve-conflicts): New function to reduce
14694 code-duplication. Additionally, it puts the buffer in
14695 `smerge-mode' if applicable.
14696 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14697 calling `merge-news'.
14698 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14699 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14700 interfacing to log-edit.el.
14701 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14702 log-edit is available.
14703 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14704
14705 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14706
14707 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14708 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14709 defvar and the initialization.
14710 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14711
14712 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14713 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14714
14715 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14716
14717 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14718
14719 * vc.el (vc-file-clear-masterprops): Removed.
14720 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14721 (vc-version-diff): Use buffer-size without argument.
14722 (vc-register): Heed vc-initial-comment.
14723
14724 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14725 default branch.
14726
14727 * vc-rcs.el (vc-rcs-register): Parse command output to find master
14728 file name and workfile version.
14729 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14730
14731 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14732 vc-file-clear-masterprops.
14733
14734 * vc-sccs.el (vc-sccs-checkout): Removed call to
14735 vc-file-clear-masterprops. If writable, set vc-state to 'edited
14736 rather than user login name.
14737
14738
14739 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14740
14741 * vc.el (vc-workfile-unchanged-p): Remove unused argument
14742 `want-differences-if-changed' and simplify.
14743 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
14744 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
14745 output (which is invalid for async vc-diff) to decide whether to
14746 do the revert silently or not.
14747
14748 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14749
14750 * vc-hooks.el (vc-loadup): Load files quietly.
14751 (vc-call-backend): Oops, brain fart.
14752
14753 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14754
14755 * vc-cvs.el (vc-cvs-state): Typo.
14756 (vc-cvs-merge-news): Return the status code rather than the error msg.
14757
14758 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14759
14760 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
14761 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
14762 vc-state or vc-up-to-date-p.
14763 (vc-merge): Use vc-backend-defines to check whether merging is
14764 possible. Set state to 'edited after successful merge.
14765
14766 * vc-hooks.el (vc-locking-user): If locked by the calling user,
14767 return that name. Redocumented.
14768
14769 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14770
14771 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
14772 new `vc-state' semantics.
14773 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
14774 'vc-locking-user to the current user.
14775 (vc-merge): Inline vc-backend-merge. Comment out code that I
14776 don't understand and hence can't adapt to the new `vc-state' and
14777 `vc-locking-user' semantics.
14778 (vc-backend-merge): Remove.
14779
14780 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
14781 rather than 'vc-locking-user.
14782
14783 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
14784
14785 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
14786 (vc-state): Don't use 'reserved any more. Just use the same
14787 convention as the one used for vc-<backend>-state where the
14788 locking user (as a string) is returned.
14789 (vc-locking-user): Update, based on the above convention. The
14790 'vc-locking-user property has disappeared.
14791 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
14792
14793 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
14794 with a heuristic one.
14795 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
14796 (vc-cvs-checkin): Do a trivial parse to set the state in case of
14797 error. That allows us to get to 'needs-merge even in the
14798 stay-local case. There's still no way to detect 'needs-patch in
14799 such a setup (or to force an update for that matter).
14800 (vc-cvs-logentry-check): Remove, the default works as well.
14801
14802 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14803
14804 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
14805
14806 * vc.el (vc-do-command): kill-all-local-variables, to reset any
14807 major-mode in which the buffer might have been put earlier. Use
14808 `remove' and `when'. Allow `okstatus' to be `async' and use
14809 `start-process' in this case.
14810 (vc-version-diff): Handle the case where the diff looks empty
14811 because of the use of an async process.
14812
14813 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14814
14815 * vc.el (vc-next-action-on-file): Removed optional parameter
14816 `simple'. Recompute state unconditionally.
14817 (vc-default-toggle-read-only): Removed.
14818
14819 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
14820 (vc-toggle-read-only): Undid prev change.
14821
14822 * vc-cvs.el (vc-cvs-stay-local): Renamed from
14823 vc-cvs-simple-toggle. Redocumented.
14824 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
14825 (vc-cvs-toggle-read-only): Removed.
14826
14827 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14828
14829 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
14830 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
14831 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
14832 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
14833 still is. So maybe it should be removed.
14834 (vc-head-version, vc-find-binary): Remove.
14835 (vc-recompute-state): Move from vc-hooks.el.
14836 (vc-next-action-on-file): Add a `simple' argument to allow
14837 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
14838 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
14839 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
14840 (vc-dired-mode-map): Properly defvar it.
14841 (vc-print-log): Call log-view-mode if available.
14842 (small-temporary-file-directory): defvar instead of use boundp.
14843 (vc-merge-news): Moved to vc-cvs.el.
14844 (vc-default-merge-news): New function.
14845
14846 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
14847 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
14848 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
14849 unknown `vc-latest-version' function. It should probably refer to
14850 vc-workfile-version or somesuch, but it's very unclear to me and I
14851 don't have SCCS to test things.
14852
14853 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
14854 (vc-sccs-state-heuristic): Fix typo.
14855 (vc-sccs-workfile-unchanged-p): Add missing argument.
14856
14857 * vc-rcs.el: Require vc and vc-rcs-hooks.
14858 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
14859 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
14860 (vc-release-greater-or-equal-p): Move from vc.
14861 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
14862 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
14863 (vc-rcs-checkout): Add a missing `new-version' argument in the
14864 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
14865
14866 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
14867 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
14868 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
14869 than the apparently unbound `workfile-version'.
14870
14871 * vc-hooks.el (vc-master-templates): Def the obsolete var.
14872 (vc-file-prop-obarray): Use `make-vector'.
14873 (vc-backend-functions): Add new hookable functions
14874 vc-toggle-read-only, vc-record-rename and vc-merge-news.
14875 (vc-loadup): If neither backend nor default functions exist, use
14876 the backend function rather than nil.
14877 (vc-call-backend): If the function if not bound yet, try to load
14878 the non-hook file to see if it provides it.
14879 (vc-call): New macro plus use it wherever possible.
14880 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
14881 nor `vc-find-binary' since it's only called from
14882 vc-mistrust-permission which is only used once the backend is known.
14883 (vc-checkout-model): Fix parenthesis.
14884 (vc-recompute-state, vc-prefix-map): Move to vc.el.
14885
14886 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
14887 (vc-cvs-release, vc-cvs-system-release): Remove.
14888 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
14889 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
14890 status symbols.
14891 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
14892 (vc-cvs-toggle-read-only): First cut at a function to allow a
14893 cvs-status-free vc-toggle-read-only.
14894 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
14895 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
14896 vc-cvs-status. Also set vc-state rather than vc-locking-user.
14897 (vc-cvs-checkout): Modify access rights directly if the user
14898 requested not to use `cvs edit'. And refresh the mode line.
14899
14900 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
14901 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
14902
14903 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14904
14905 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
14906 workfile' that got lost when the code was extracted from vc.el.
14907 And merged the tail with the rest of the code (not possible in the
14908 old vc.el where the tail was shared among all backends). And
14909 explicitly set the state to 'edited if `writable' is set.
14910
14911 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
14912 (vc-cvs-state): Be careful to return the value from
14913 vc-cvs-parse-state.
14914 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
14915 property but return it instead. Also be careful to handle a nil
14916 or "" `rev' when workfile is non-nil (it was handled properly when
14917 workfile was nil).
14918
14919 * vc.el: Removed those pesky unnecessary `(function' quotes.
14920 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
14921 directly in the defvar.
14922 (vc-do-command): Bind inhibit-read-only so as to properly handle
14923 the case where the destination buffer has been made read-only.
14924 (vc-diff): Delegate to vc-version-diff in all cases.
14925 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
14926 (vc-annotate-mode-variables): Removed (code moved partly to
14927 defvars and partly to vc-annotate-add-menu).
14928 (vc-annotate-mode): Turned into a derived-mode.
14929 (vc-annotate-add-menu): Moved in code in
14930 vc-annotate-mode-variables.
14931 (vc-update-change-log): Use make-temp-file if available.
14932
14933 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
14934
14935 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
14936 `vc-checkout-model' updated to `vc-cvs-update-model'.
14937
14938 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14939
14940 * vc.el (vc-next-action-on-file): Added handling of state
14941 `unlocked-changes'.
14942 (vc-checkout-carefully): Is now practically obsolete, unless the
14943 above is too slow to be enabled unconditionally.
14944 (vc-update-change-log): Fixed typo.
14945
14946 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
14947
14948 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
14949 Now handles state `unlocked-changes'.
14950 (vc-sccs-workfile-unchanged-p): New function, to support the above.
14951
14952 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
14953
14954 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
14955 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
14956 `unlocked-changes'.
14957 (vc-rcs-workfile-unchanged-p): Renamed from
14958 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
14959 function yet, but supposed to become one soon.
14960
14961 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
14962 `vc-steal-lock'.
14963 (vc-call-backend): Changed error message.
14964 (vc-state): Added description of state `unlocked-changes'.
14965
14966 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14967
14968 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
14969 always return t in CVS-controlled directories.
14970
14971 * vc.el (vc-responsible-backend): New function.
14972 (vc-register): Largely rewritten.
14973 (vc-admin): Removed (implementation moved into vc-register).
14974 (vc-checkin): Redocumented.
14975 (vc-finish-logentry): If no backend defined yet (because we are in
14976 the process of registering), use the responsible backend.
14977
14978 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14979 Updated function lists.
14980 (vc-call-backend): Fixed typo.
14981
14982 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
14983 New functions.
14984 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
14985 Removed query option. Redocumented.
14986
14987 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14988
14989 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
14990
14991 * vc.el: Updated callers of `vc-checkout-required' to use
14992 `vc-checkout-model'.
14993
14994 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14995
14996 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
14997 stuff updated to reference this function instead of the old
14998 `vc-backend-release-p'.
14999
15000 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15001
15002 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
15003 vc-checkout-model. Return appropriate values. Updated callers.
15004
15005 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15006
15007 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
15008 (vc-backend-revert): Function moved into `vc-revert';
15009 `vc-next-action' must be updated to accomodate this change.
15010 (vc-backend-steal): Function moved into `vc-finish-steal'.
15011 (vc-backend-logentry-check): Function moved into
15012 `vc-finish-logentry'.
15013 (vc-backend-printlog): Function moved into `vc-print-log'.
15014 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
15015 (vc-backend-assign-name): Function moved into
15016 `vc-create-snapshot'.
15017
15018 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15019
15020 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
15021 Rename to vc-checkout-model. Return appropriate values.
15022 Update callers.
15023
15024 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
15025 to vc-checkout-model.
15026 (vc-checkout-required): Rename to vc-checkout-model.
15027 Re-implement and re-comment.
15028 (vc-after-save): Use vc-checkout-model.
15029
15030 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15031
15032 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
15033 Update to use the vc-BACKEND-diff functions instead.
15034 `vc-diff' is now working.
15035
15036 * vc-rcs.el (vc-rcs-logentry-check): New function.
15037
15038 * vc-cvs.el (vc-cvs-logentry-check): New function.
15039
15040 * vc-sccs.el (vc-sccs-diff): Function changed name from
15041 `vc-backend-diff'. This makes `vc-diff' work.
15042
15043 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
15044 of functions possibly implemented in a vc-BACKEND library.
15045 (vc-checkout-required): Fix bug that caused an error to be
15046 signaled during `vc-after-save'.
15047
15048 * vc.el: Fix typo.
15049 This checkin is made with our new VC code base for the very first time.
15050 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
15051
15052 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
15053 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
15054
15055 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
15056 updated to `vc-uses-locking'.
15057 (vc-checkout-required): Call to backend function.
15058 `vc-checkout-required' updated to `vc-uses-locking' instead.
15059
15060 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15061 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15062
15063 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15064 to match the split into various backends.
15065 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15066 (vc-retrieve-snapshot): Bug fix.
15067
15068 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15069
15070 * vc-sccs.el (vc-sccs-release): Doc fix.
15071
15072 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15073
15074 * vc.el (vc-next-action-on-file): Bug found and fixed.
15075 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15076 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15077
15078 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15079 (vc-rcs-checkout): Name space cleaned up. No more revision number
15080 crunching function names that are not prefixed with vc-rcs.
15081 (vc-rcs-checkout-model): Function added. References to
15082 `vc-checkout-model' replaced.
15083
15084 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15085
15086 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15087 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15088 still need to be split, and implemented for RCS).
15089
15090 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15091
15092 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15093
15094 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15095 required by the vc.el file.
15096
15097 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15098 required by the vc.el file.
15099 (vc-rcs-exists): Function added.
15100
15101 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15102 required by the vc.el file.
15103
15104 * vc.el (vc-admin): Updated to handle selection of appropriate
15105 backend. Current implementation is crufty and need re-thinking.
15106
15107 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15108
15109 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15110
15111 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15112 beginning of annotate buffers correctly.
15113
15114 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15115 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15116 functionality updated quite a lot to support multiple backends.
15117 Variables `vc-annotate-mode', `vc-annotate-buffers',
15118 `vc-annotate-backend' added.
15119
15120 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15121 `vc-annotate-difference' added to supported backend functions.
15122
15123 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15124
15125 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15126 Use with-temp-file instead of /bin/sh. Merged from mainline
15127
15128 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15129
15130 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15131
15132 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15133
15134 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15135
15136 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15137
15138 * vc-hooks.el: vc-state-heuristic added to
15139 vc-backend-hook-functions.
15140
15141 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15142
15143 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15144
15145 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15146 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15147 state to `reserved'.
15148
15149 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15150 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15151
15152 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15153
15154 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15155 untouched.
15156
15157 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15158
15159 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15160 if defined. (Merged from main line, slightly adapted.)
15161
15162 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15163 millenium problem (merged from mainline).
15164
15165 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15166
15167 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15168 part and moved the non-BACKEND stuff to vc.el.
15169
15170 * vc.el: Split the annotate feature into a BACKEND specific part
15171 and moved it from the vc-cvs.el file to this one.
15172
15173 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15174
15175 * vc-hooks.el: Implement new state model.
15176 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15177 (vc-locking-user): Simplify. Now only needed if the file is
15178 locked by somebody else.
15179 (vc-lock-from-permissions): Remove. Functionality is in
15180 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15181 (vc-mode-line-string): New name for former vc-status. Adapted.
15182 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15183
15184 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15185 Various simplifications and adaptations all over the place.
15186
15187 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15188 Simplify and adapt the rest.
15189
15190 * vc.el (vc-resynch-window): Add TODO comment: check for
15191 interaction with view mode according to recent RCS change.
15192 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15193
15194 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15195
15196 * vc.el: Convert the remaining function comments to docstrings.
15197
15198 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15199
15200 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15201 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15202 (vc-minor-part, vc-previous-version): Functions that operate and
15203 compare revision numbers got proper documentation. Comments added
15204 about their possible removal.
15205
15206 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15207
15208 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15209 the vc-backend.el files.
15210
15211 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15212
15213 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15214 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15215 (vc-rcs-previous-version): Functions added.
15216
15217 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15218
15219 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15220
15221 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15222
15223 * vc-hooks.el (vc-master-templates): Is really obsolete.
15224 Comment out the definition for now. What is the right procedure
15225 to get rid of it?
15226 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15227 rewritten.
15228 (vc-default-registered): Remove.
15229 (vc-check-master-templates): New function; does mostly what the
15230 above did before.
15231 (vc-locking-user): Don't rely on the backend to set the property.
15232
15233 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15234 Rewrite documentation.
15235 (vc-rcs-templates-grabbed): New variable.
15236 (vc-rcs-grab-templates): New function.
15237 (vc-rcs-registered): Rewrite to use above mechanism.
15238
15239 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15240 Rewrite documentation.
15241 (vc-sccs-templates-grabbed): New variable.
15242 (vc-sccs-grab-templates): New function.
15243 (vc-sccs-registered): Rewrite to use above mechanism.
15244 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15245 Don't throw the result, simply return it.
15246
15247 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15248 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15249 (vc-cvs-registered): Does the check itself now. Simplify.
15250
15251 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15252 from main line.
15253
15254 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15255
15256 * vc-cvs.el (vc-cvs-diff): New function.
15257
15258 * vc-sccs.el (vc-sccs-diff): New function.
15259
15260 * vc-rcs.el (vc-rcs-diff): New function.
15261 (vc-rcs-checkout): Bug (typo) found and fixed.
15262 (vc-rcs-register-switches): New variable.
15263
15264 * vc.el (vc-backend-diff): Function removed and placed in the
15265 backend files.
15266
15267 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15268
15269 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15270
15271 * vc.el (vc-backend-checkout): Function removed and replaced in
15272 the vc-backend.el files.
15273
15274 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15275
15276 * vc.el (vc-backend-admin): Removed and replaced in the
15277 vc-backend.el files.
15278
15279 * vc.el (Martin): Removed all the annotate functionality since it
15280 is CVS backend specific.
15281
15282 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15283
15284 * spec.txt: Added specification of vc-state.
15285
15286 * vc-sccs-hooks.el (vc-sccs-master-properties):
15287 Remove handling of vc-latest-version and
15288 vc-your-latest-version. What used to be vc-latest-version, is now
15289 returned as vc-workfile-version.
15290 (vc-sccs-workfile-version): Adapt.
15291
15292 2000-09-04 Dave Love <fx@gnu.org>
15293
15294 * vc.el: [Merged from mainline.]
15295 (vc-dired-mode): Make the dired-move-to-filename-regexp
15296 regexp match the date, to avoid treating date as file size.
15297 Add YYYY S option to WESTERN/
15298
15299 2000-09-04 Dave Love <fx@gnu.org>
15300
15301 * vc.el: Require `compile' when compiling.
15302 (vc-logentry-check-hook): New option.
15303 (vc-steal-lock): Use compose-mail.
15304 (vc-dired-mode-map): Defvar when compiling.
15305 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15306 vc-sccs.el and renamed. Callers changed.
15307 (vc-backend-checkout, vc-backend-logentry-check)
15308 (vc-backend-merge-news): Doc fix.
15309 (vc-default-logentry-check): New function.
15310 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15311 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15312 (vc-backend-merge): Doc fix. Use backend functions.
15313 (vc-check-headers): Use backend functions.
15314
15315 * vc-cvs.el: Require vc when compiling.
15316 (vc-cvs-register-switches): Doc fix.
15317 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15318 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15319 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15320 New functions (code from vc.el).
15321 (vc-annotate-display-default): Fix interactive spec.
15322 (vc-annotate-time-span): Doc fix.
15323
15324 * vc-rcs.el: Require vc when compiling.
15325 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15326 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15327 (vc-rcs-checkin): New functions (code from vc.el).
15328 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15329 Doc fix.
15330 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15331
15332 * vc-sccs.el: Require vc when compiling.
15333 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15334 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15335 (vc-sccs-revert)
15336 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15337 from vc.el).
15338 (vc-sccs-add-triple, vc-sccs-record-rename)
15339 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15340 (vc-sccs-admin): Doc fix.
15341
15342 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15343
15344 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15345 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15346 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15347 from vc.el.
15348
15349 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15350
15351 * vc-cvs.el: Moved the annotate functionality from vc.el.
15352 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15353
15354 2000-09-04 Dave Love <fx@gnu.org>
15355
15356 * vc.el (vc-backend-release): Call vc-system-release.
15357
15358 * vc-sccs.el (vc-sccs-system-release):
15359 Renamed from vc-sccs-backend-release.
15360
15361 * vc-rcs.el (vc-rcs-system-release):
15362 Renamed from vc-rcs-backend-release.
15363
15364 * vc-cvs.el (vc-cvs-system-release):
15365 Renamed from vc-cvs-backend-release.
15366
15367 2000-09-04 Dave Love <fx@gnu.org>
15368
15369 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15370 backend files.
15371 (vc-backend-release): Dispatch to backend functions.
15372 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15373 probably needs attention.]
15374
15375 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15376 (vc-sccs-backend-release): New function.
15377
15378 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15379 (vc-cvs-backend-release): New function.
15380
15381 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15382 Doc fix.
15383 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15384 (vc-default-dired-state-info): New function.
15385 (vc-dired-state-info): Dispatch to backends.
15386 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15387
15388 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15389 from vc.el and renamed.
15390
15391 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15392
15393 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15394 (vc-version-other-window, vc-backend-assign-name): Removed
15395 references to vc-latest-version; sometimes changed into
15396 vc-workfile-version.
15397
15398 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15399 vc-rcs-master-workfile-version.
15400 (vc-rcs-workfile-version): Use the above. Don't call
15401 vc-latest-version (that was unreachable code, anyway).
15402 (vc-rcs-fetch-master-properties): Doc fix.
15403
15404 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15405 (vc-backend-hook-functions): Removed them from this list, too.
15406 (vc-fetch-properties): Removed.
15407 (vc-workfile-version): Doc fix.
15408
15409 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15410 (vc-rcs-workfile-version, vc-rcs-locking-user)
15411 (vc-rcs-uses-locking): Use it.
15412
15413 * vc-hooks.el (vc-consult-rcs-headers):
15414 Moved into vc-rcs-hooks.el, under the name
15415 vc-rcs-consult-headers.
15416
15417 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15418 headers.
15419 (vc-cvs-find-master): Use this name only; correct different
15420 versions of the name.
15421
15422 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15423 New functions.
15424 (vc-sccs-locking-user): Use the latter.
15425
15426 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15427 New functions.
15428
15429 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15430 Moved into both
15431 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15432 functions are implementation details of those two backends.
15433
15434 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15435
15436 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15437 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15438
15439 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15440 (vc-sccs-parse-locks): SCCS-specific code moved here from
15441 vc-hooks.
15442
15443 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15444 code moved here from vc-hooks.
15445
15446 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15447 into back-end specific parts and removed. Callers not updated
15448 yet; because I guess these callers will disappear into back-end
15449 specific files anyway.
15450
15451 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15452
15453 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15454 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15455 `vc-uses-locking'.
15456
15457 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15458 Store yes/no in the property, and return t/nil. Updated all
15459 callers.
15460
15461 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15462 vc-sccs-uses-locking. Don't set property.
15463 (vc-sccs-locking-user): Don't set property.
15464
15465 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15466 vc-cvs-uses-locking. Don't set property here; leave that to
15467 vc-hooks.
15468 (vc-cvs-locking-user): Reflect above change. Streamlined.
15469
15470 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15471 vc-rcs-uses-locking.
15472 (vc-rcs-locking-user): Reflect above change.
15473
15474 2000-09-04 Dave Love <fx@gnu.org>
15475
15476 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15477
15478 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15479
15480 * vc-hooks.el (vc-checkout-model): Punt to backends.
15481
15482 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15483
15484 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15485
15486 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15487 New functions.
15488
15489 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15490 New functions.
15491
15492 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15493 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15494
15495 * vc-hooks.el (vc-default-locking-user): New function.
15496 (vc-locking-user, vc-workfile-version): Punt to backends.
15497
15498 2000-09-04 Dave Love <fx@gnu.org>
15499
15500 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15501 (vc-master-workfile-version): Moved from vc-hooks.
15502
15503 * vc-rcs-hooks.el: Fix duplicate code in last change.
15504
15505 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15506 (vc-rcs-master-templates): Improve :type.
15507 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15508 vc-master-workfile-version): Moved from vc-hooks.
15509
15510 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15511 (vc-sccs-master-templates): Improve :type.
15512 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15513
15514 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15515
15516 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15517 (vc-cvs-master-templates): Improve :type. Use
15518 vc-cvs-find-cvs-master.
15519 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15520 from vc-hooks.
15521 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15522
15523 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15524 Moved to vc-cvs-hooks.
15525
15526 * vc-hooks.el: Add doc strings in various places. Simplify the
15527 minor mode setup.
15528 (vc-handled-backends): New user variable.
15529 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15530 simplification.
15531
15532 2000-09-04 Dave Love <fx@gnu.org>
15533
15534 * vc.el: Some doc fixes for autoloaded and interactive functions.
15535 Fix compilation warnings from ediff stuff.
15536 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15537
15538 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15539
15540 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15541
15542 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15543
15544 2000-09-04 Dave Love <fx@gnu.org>
15545
15546 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15547 New variable.
15548 (vc-make-backend-function, vc-loadup, vc-call-backend)
15549 (vc-backend-defines): New functions.
15550
15551 * vc-hooks.el: Various doc fixes.
15552 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15553 (vc-match-substring): Function removed. Callers changed to use
15554 match-string.
15555 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15556 Simplify.
15557
15558 2000-09-04 Dave Love <fx@gnu.org>
15559
15560 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15561 type.
15562 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15563 (vc-sccs-registered): Doc fix.
15564
15565 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15566 (vc-cvs-registered): Doc fix.
15567
15568 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15569 (vc-rcs-registered): Doc fix.
15570
15571 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15572
15573 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15574
15575 * vc-hooks.el: vc-registered has been renamed
15576 vc-default-registered. Some functions have been moved to the
15577 backend specific files. they all support the
15578 vc-BACKEND-registered functions.
15579
15580 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15581
15582 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15583
15584 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15585
15586 2000-09-04 Dave Love <fx@gnu.org>
15587
15588 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15589 menu-bar-update-hook.
15590
15591 * help.el (help-manyarg-func-alist): Add
15592 find-operation-coding-system.
15593
15594 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15595
15596 * custom.el (custom-set-variables): Print message about errors in
15597 setting.
15598
15599 2000-09-03 Andrew Innes <andrewi@gnu.org>
15600
15601 * makefile.w32-in: Change to DOS line endings.
15602
15603 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15604
15605 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15606 minor-mode keymaps, if they don't have one.
15607
15608 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15609
15610 * eshell/esh-module.el (eval-when-compile): Don't lose if
15611 esh-module.el's file name is truncated to DOS 8+3 limits.
15612
15613 2000-09-01 John Wiegley <johnw@gnu.org>
15614
15615 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15616 predicate, which caused entries in the completion list to be
15617 doubled.
15618
15619 2000-08-30 John Wiegley <johnw@gnu.org>
15620
15621 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15622 sending to subprocesses. Also, hook pre-command-hook if
15623 `eshell-send-direct-to-subprocesses' is non-nil.
15624 (eshell-send-direct-to-subprocesses): New config variable. If t,
15625 subprocess input is send immediately.
15626 (eshell-toggle-direct-send): New function.
15627 (eshell-self-insert-command): New function.
15628 (eshell-intercept-commands): New function.
15629 (eshell-send-input): If direct subprocess sending is enabled,
15630 don't echo any input to the Eshell buffer. Let the subprocess
15631 handle that. This requires "stty echo" in bash, for example.
15632
15633 2000-08-28 John Wiegley <johnw@gnu.org>
15634
15635 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15636 completion function for Eshell's implementation of `unset'.
15637
15638 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15639
15640 * info.el (Info-directory-list): Doc fix.
15641
15642 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15643
15644 * filecache.el (file-cache-add-directory-using-find): Don't quote
15645 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15646
15647 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15648
15649 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15650 coding systems.
15651
15652 2000-08-30 Andrew Innes <andrewi@gnu.org>
15653
15654 * timer.el (run-with-idle-timer): Undo last change, so that timer
15655 is not activated immediately if Emacs is already idle. Some
15656 existing code relies on this behaviour.
15657
15658 2000-08-30 Miles Bader <miles@gnu.org>
15659
15660 * frame.el (set-frame-font): Do completion of font-name for
15661 interactive use.
15662
15663 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15664
15665 * international/quail.el (quail-start-translation): Bind locally
15666 last-command-event, last-command, and this-command.
15667 (quail-start-conversion): Likewise.
15668 (quail-self-insert-command): Fix docstring.
15669
15670 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15671
15672 * progmodes/executable.el
15673 (executable-make-buffer-file-executable-if-script-p): Check that
15674 buffer contains at least 2 characters.
15675
15676 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15677
15678 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15679
15680 2000-08-29 Dave Love <fx@gnu.org>
15681
15682 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15683 (diff-mode-shared-map): Bind mouse-2.
15684 (diff-imenu-generic-expression): New variable.
15685 (diff-mode): Use it.
15686
15687 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15688 (mouse-popup-menubar): Add minor mode menus.
15689 (popup-menu): Check for lookup-key returning number.
15690
15691 2000-08-29 Miles Bader <miles@gnu.org>
15692
15693 * comint.el (comint-send-input): Create overlays using the proper
15694 front/read-advance arguments.
15695
15696 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15697
15698 * ps-print.el: Even/odd pages printing. Doc fix.
15699 (ps-print-version): New version number (6.0).
15700 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15701 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15702 (ps-print-duplex-feature): Variable eliminated.
15703 (ps-even-or-odd-pages): New variable.
15704
15705 * progmodes/ebnf2ps.el: Doc fix.
15706 (ebnf-version): New version (3.3).
15707 (ebnf-user-arrow): Change variable customization to sexp.
15708 (ebnf-user-arrow): Function eliminated.
15709 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15710
15711 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15712
15713 * help.el (help-xref-mule-regexp): New variable.
15714 (help-make-xrefs): Handle help-xref-mule-regexp.
15715
15716 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15717 variable.
15718 (describe-input-method): Temporarily activate the specfied input
15719 method to display the information.
15720 (describe-language-environment): Hyperlinks to mule related items.
15721
15722 * international/mule-diag.el (charset-multibyte-form-string): New
15723 function.
15724 (list-character-sets-1): Use charset-multibyte-form-string.
15725 (describe-character-set): New function.
15726 (describe-coding-system): Hyperlinks to safe character sets.
15727
15728 * international/quail.el (quail-help): New arg PACKAGE.
15729 Hyperlinks to mule related items.
15730 (quail-help-insert-keymap-description): Use
15731 substitute-command-keys instead of describe-bindings.
15732 (quail-translation-help): Hyperlinks to mule related items.
15733
15734 2000-08-28 John Wiegley <johnw@gnu.org>
15735
15736 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
15737 have a defsubst call itself. Made `eshell-flatten-list' back into
15738 a function again.
15739
15740 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
15741 catch, in case re-centering point at bottom messes up the display.
15742 This happens frequently in Emacs 21, due I believe to variable
15743 line heights.
15744
15745 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
15746 to call `find-tag-interactive'.
15747
15748 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
15749 the list of remember directories.
15750
15751 2000-08-28 John Wiegley <johnw@gnu.org>
15752
15753 * align.el: Test align-region-separate to see if it's a symbol.
15754
15755 2000-08-28 John Wiegley <johnw@gnu.org>
15756
15757 * eshell/esh-util.el (eshell-flatten-list): Made this function
15758 into a defsubst form. It gets used very frequently, although
15759 calls don't occur all that often.
15760
15761 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
15762 examining it.
15763
15764 * eshell/esh-cmd.el (eshell-rewrite-while-command):
15765 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
15766 `eshell-protect'.
15767 (eshell-copy-handles): Created a new macro for duplicating the
15768 current set of open handles. This is needed by the looping
15769 functions.
15770 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
15771 is not incorrectly stomped on.
15772
15773 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
15774 declaration for pcomplete-use-paring.
15775 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
15776 value of eshell-cmpl-use-paring.
15777 * pcomplete.el (pcomplete-use-paring): New config variable, to
15778 indicate whether paring should be used.
15779 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
15780 completion alternatives that have already been used.
15781
15782 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
15783 bound to C-c C-y, which will repeat the previous N arguments
15784 (based on prefix argument).
15785 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
15786
15787 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
15788 if there is no *Help* buffer. This is for XEmacs, which renames
15789 its help buffers uniquely. TODO: Find out what the current buffer
15790 name to delete is.
15791
15792 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
15793 first entry that correlates to a passwd/group number. Later
15794 entries (used for group/user name aliasing to multiple IDs) are
15795 ignored.
15796
15797 * eshell/em-xtra.el (eshell/expr):
15798 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
15799 (eshell-grep, eshell/diff, eshell/locate):
15800 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
15801 argument list, before passing it to the system command.
15802
15803 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
15804 `find-tag' for use at final position in Eshell buffers (which
15805 otherwise triggers an error on Emacs 21).
15806 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
15807 buffer, if it is currently bound to `find-tag'.
15808
15809 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
15810 in the list of matched Makefile names.
15811 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
15812 directory, prefer its contents to Makefile.
15813
15814 * eshell/em-dirs.el (eshell/cd): cd commands that look up
15815 directory parts (like "cd old new", or "cd =regexp"), are now case
15816 sensitive on non-Windows/DOS platforms.
15817
15818 * eshell/esh-mode.el (eshell-parse-command-input): When a user
15819 types RET after an open delimiter (like "), display a message
15820 indicating that Eshell is waiting for the closing delimiter.
15821
15822 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
15823 environment variables.
15824
15825 * eshell/em-unix.el (eshell/diff): Added logic to fail more
15826 gracefully if the user enters incorrect arguments.
15827
15828 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
15829 Eshell buffers.
15830
15831 * eshell/esh-var.el (eshell-interpolate-variable):
15832 * eshell/esh-mode.el (eshell-move-argument):
15833 * eshell/em-unix.el (eshell-du-sum-directory):
15834 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15835 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
15836 (not (= ...)).
15837
15838 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
15839 to ensure the `preserve' flag gets propagated when doing recursive
15840 directory copies.
15841
15842 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
15843
15844 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
15845 Don't convert \n into \0177 in memory.
15846 (eshell-read-history, eshell-write-history): Convert \n to \0177,
15847 and back again, when reading and writing.
15848
15849 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
15850
15851 * eshell/esh-util.el (eshell-processp): Added to relieve constant
15852 testing of `fboundp' on `processp'.
15853
15854 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
15855 (eshell/jobs): Don't call process-list if it is not bound.
15856 (eshell-gather-process-output): Support systems where async
15857 subprocesses aren't supported.
15858 (eshell-scratch-buffer, eshell-last-sync-output-start): New
15859 variables.
15860
15861 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
15862 eshell-do-eval returns t.
15863 (eshell-do-pipelines-synchronously): New defmacro.
15864 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
15865 when async subprocesses aren't supported.
15866 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
15867 if async subprocesses aren't supported.
15868 (eshell-resume-command): Don't assume STATUS is a string.
15869
15870 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
15871
15872 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
15873 (eshell-close-target, eshell-get-target): Use eshell-processp.
15874 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
15875 fix.
15876 (eshell-get-target, eshell-create-handles): Doc fix.
15877
15878 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
15879
15880 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
15881 criterion to include commands that output something, as long as it
15882 leaves both the command and the end-of-buffer visible when the
15883 command has exited.
15884 (eshell-review-quick-commands): Adjust the help doc string
15885 accordingly.
15886
15887 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
15888
15889 * locate.el (locate): Cleaned up locate command's interactive prompting
15890 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
15891
15892 * filecache.el (file-cache-case-fold-search): New variable
15893 (file-cache-assoc-function): New variable
15894 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
15895 Use file-cache-case-fold-search variable
15896 (file-cache-add-file): Use file-cache-assoc-function
15897 (file-cache-delete-file): likewise
15898 (file-cache-directory-name): likewise
15899 (file-cache-debug-read-from-minibuffer): likewise
15900
15901 2000-08-28 Gerd Moellmann <gerd@gnu.org>
15902
15903 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
15904 (abbrev-table-name): New function.
15905 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
15906 If non-nil list local abbrev, only.
15907
15908 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
15909
15910 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
15911 from Gnus support code, and use special article copy buffer
15912 `(gnus-original-article-buffer)' instead. This allows to get rid
15913 of article-hide-headers usage (which breaks in the latest Gnus
15914 version). Thanks to Detlev Zundel.
15915
15916 2000-08-28 Kenichi Handa <handa@etl.go.jp>
15917
15918 * international/quail.el (quail-use-package): Hide "... loaded"
15919 message.
15920 (quail-start-translation, quail-start-conversion): Likewise.
15921
15922 * international/kkc.el (kkc-region): Hide "... loaded" message.
15923
15924 2000-08-27 Dave Love <fx@gnu.org>
15925
15926 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
15927
15928 2000-08-27 Miles Bader <miles@gnu.org>
15929
15930 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
15931
15932 2000-08-27 Kenichi Handa <handa@etl.go.jp>
15933
15934 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
15935 'ja-dic-cnv), not (require 'skkdic-cnv).
15936
15937 2000-08-26 Miles Bader <miles@gnu.org>
15938
15939 * faces.el (face-x-resources): Add entry for :inherit.
15940 * cus-face.el (custom-face-attributes): Add support for :inherit
15941 attribute. Add support for relative face heights.
15942 (custom-face-attributes-get): Treat `nil' as being a default value
15943 for :inherit (as well as `unspecified').
15944
15945 * faces.el (set-face-attribute): Update doc string.
15946 (face-attribute-name-alist): Add :inherit.
15947 (face-valid-attribute-values): Handle :inherit.
15948 (face-read-string): Rephrase prompt to be less confusing.
15949 Assume that DEFAULT is a string, since we must return a string.
15950 (face-read-integer): Use `format' to turn DEFAULT into an
15951 acceptable default for face-read-string. Match NEW-VALUE against
15952 the string "unspecified", not the symbol `unspecified', since
15953 that's what face-read-string returns.
15954 (read-face-attribute): Lookup a name for old-value in valid, and
15955 use it as a default if we find one. Treat all values from
15956 face-read-string as strings. If the default is used, don't do any
15957 more processing on the value, just use the old value directly.
15958 (read-face-and-attribute, modify-face): Tweak prompt.
15959 (read-face-name): Don't assume prompt ends with a space.
15960
15961 * faces.el (describe-face): Add support for :inherit attribute.
15962
15963 2000-08-25 Kenichi Handa <handa@etl.go.jp>
15964
15965 * terminal.el (terminal-emulator): Fix args to `concat'. Now
15966 concat doesn't accept interger.
15967
15968 * international/kkc.el: Remove SKK from Keywords. Require
15969 ja-dic-utl instead of skkdic-utl.
15970
15971 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
15972 Provide ja-dic-cnv instead of skkdic-cnv.
15973 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
15974 (iso-2022-7bit-short): Add safe-charsets property.
15975 (skkdic-convert-postfix): Search Japanese chou-on character in
15976 addition to Hiragana character.
15977 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
15978 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
15979 (batch-skkdic-convert): Likewise.
15980
15981 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
15982 Provide ja-dic-utl instead of skkdic-utl.
15983 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
15984
15985 2000-08-24 Dave Love <fx@gnu.org>
15986
15987 * disp-table.el (standard-display-default): Make the test of `l'
15988 useful.
15989
15990 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
15991 mod sample text.
15992
15993 * international/iso-ascii.el: Make pilcrow convenient string
15994 consistent with section.
15995 (iso-ascii-display): Set up multibyte characters as well as
15996 unibyte.
15997
15998 2000-08-24 Kenichi Handa <handa@etl.go.jp>
15999
16000 * international/mule-cmds.el (reset-language-environment): Set
16001 default-process-coding-system to '(undecided . iso-latin-1), which
16002 makes process I/O almost consistent with file I/O. Call this
16003 function when mule-cmds.el[c] is loaded.
16004
16005 2000-08-22 Andrew Innes <andrewi@gnu.org>
16006
16007 * makefile.w32-in: New file.
16008
16009 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
16010
16011 * comint.el (comint-output-filter): Compare end of
16012 comint-last-output-overlay with the start of the newly inserted
16013 text, not the end, when deciding whether to extend it.
16014 Set saved-point's insertion type to advance after insertion.
16015
16016 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
16017 since this is now done independently of font-lock mode.
16018
16019 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16020
16021 * server.el (server-kill-new-buffers): New user option.
16022 (server-existing-buffer): New buffer-local variable.
16023 (server-visit-files): When using an existing buffer, set
16024 server-existing-buffer to t.
16025 (server-buffer-done): If server-kill-new-buffers is t, kill the
16026 buffer, unless it was already present before visiting it with
16027 Emacs server.
16028
16029 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
16030
16031 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
16032 even if the display doesn't support colors: some displays will
16033 support bold/underline faces.
16034
16035 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16036
16037 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
16038
16039 * startup.el (command-line): If user's init file had an error,
16040 add explanatory text to *Messages*.
16041
16042 2000-08-21 Kenichi Handa <handa@etl.go.jp>
16043
16044 * man.el (Man-getpage-in-background): Decode the process output by
16045 the system locale coding system.
16046
16047 2000-08-20 Dave Love <fx@gnu.org>
16048
16049 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
16050 Don't test x-popup-menu.
16051 (function) <complete-function>: Complete only fbound symbols.
16052 <validate, value>: New.
16053 (variable) <complete-function>: Complete only bound symbols.
16054 (coding-system): Add :base-only, :complete-function, :validate,
16055 :value, :prompt-match.
16056 (widget-coding-system-prompt-value): Use read-coding-system and
16057 act on :base-only.
16058 (editable-field): Add :help-echo.
16059 (widget-push-button-gui, widget-push-button-cache)
16060 (widget-gui-action, widget-editable-list-gui): COmment out, along
16061 with uses.
16062 (widget-at): Make arg optional.
16063 (widget-echo-help): Adjust for current help-echo calling sequence.
16064 (widget-specify-field, widget-specify-button)
16065 (widget-specify-insert, widget-get-sibling, widget-image-find)
16066 (widget-convert, widget-insert, widget-leave-text)
16067 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16068 (widget-setup, widget-field-find, widget-before-change)
16069 (widget-after-change, widget-default-complete)
16070 (widget-default-create, widget-default-delete)
16071 (widget-push-button-value-create, editable-field)
16072 (widget-field-prompt-value, widget-field-validate)
16073 (widget-choice-value-create, widget-choice-action)
16074 (widget-choice-validate, widget-checklist-add-item)
16075 (widget-radio-add-item, widget-radio-chosen)
16076 (widget-radio-value-inline, widget-editable-list-value-create)
16077 (widget-editable-list-entry-create)
16078 (widget-documentation-link-add)
16079 (widget-documentation-string-value-create)
16080 (widget-regexp-validate, widget-file-complete)
16081 (widget-sexp-validate, widget-plist-convert-widget)
16082 (widget-plist-convert-widget, widget-alist-convert-widget)
16083 (widget-alist-convert-widget, widget-color-complete): Simplify,
16084 particularly to avoid bindings which aren't optimized out.
16085
16086 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16087 Doc fix.
16088 (down-list, backward-up-list, up-list, kill-sexp)
16089 (backward-kill-sexp, mark-sexp): Make arg optional.
16090 (lisp-complete-symbol): Add optional arg PREDICATE.
16091
16092 * cus-start.el: Add display-buffer-reuse-frames,
16093 file-coding-system-alist.
16094
16095 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16096
16097 * startup.el (command-line): Clear realized faces after
16098 modifying TTY color mappings.
16099
16100 2000-08-20 Miles Bader <miles@gnu.org>
16101
16102 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16103 merely a subset of FACE's attributes.
16104
16105 2000-08-19 Miles Bader <miles@gnu.org>
16106
16107 * comint.el (comint-output-filter): Save the point with a marker,
16108 not just a buffer position.
16109
16110 * international/mule.el (set-buffer-process-coding-system): Make
16111 interactive prompt less confusing.
16112
16113 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16114
16115 * hilit-chg.el: General cleanup of doc strings, comments and
16116 code formatting.
16117
16118 2000-08-19 Miles Bader <miles@gnu.org>
16119
16120 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16121 Compiler macro removed; beginning-of-line is no longer always
16122 equivalent to forward-line, in the presence of fields.
16123
16124 * comint.el (comint-output-filter): Remove ad-hoc saving of
16125 restriction, and just use save-restriction, now that it works
16126 correctly. Don't adjust comint-last-input-start to account for
16127 our insertion; it shouldn't have moved because we don't use
16128 insert-before-markers anymore. Comment out call to
16129 `force-mode-line-update'; why is it here?
16130
16131 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16132 while checking for prompt to delete. Use `forward-line 0'
16133 instead of beginning-of-line.
16134 (gud-filter): Temporarily widen gud comint buffer while
16135 examining output.
16136
16137 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16138
16139 * progmodes/sh-script.el: Big bag of typos.
16140
16141 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16142 check since ispell-process is not bound when ispell is not yet loaded.
16143
16144 2000-08-18 Dave Love <fx@gnu.org>
16145
16146 * image.el (find-image): Copy `spec' before using plist-put.
16147
16148 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16149
16150 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16151 `portugues'.
16152
16153 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16154 backward-kill-sexp, analogous to kill-sexp.
16155
16156 * progmodes/icon.el (icon-indent-line)
16157 (icon-is-continuation-line): Handle comments specially.
16158
16159 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16160
16161 * ispell.el: Set to standard author/maintainer/keyword fields.
16162 Fine tuning to menu map appearance and operation, and added help.
16163 Remove `start' and `end' error messages when compiling.
16164 (ispell-choices-win-default-height): Fixed comment string.
16165 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16166 castellano8 dictionaries.
16167 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16168 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16169 dictionary, added italiano dictionary.
16170 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16171 word character
16172 (ispell-tex-skip-alists): Added psfig support.
16173 (ispell-skip-html): Renamed from ispell-skip-sgml.
16174 (ispell-begin-skip-region-regexp, ispell-skip-region)
16175 (ispell-minor-check): Improved html skipping support to skip across
16176 code, and recognize `&' commands without propper `;' syntax;
16177 (ispell-process-line): Fix alignment error when manually
16178 correcting spelling.
16179 (ispell): Fix comment string.
16180 (ispell-add-per-file-word-list): Always put word list on new line.
16181
16182 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16183
16184 * format.el (format-encode-run-method): Fix error message to say
16185 `encode' instead of `decode'. Use save-window-excursion around
16186 shell-command-on-region as in format-decode-run-method because
16187 shell-command-on-region can display a buffer with error output.
16188 (format-decode): Don't record undo information for the decoding.
16189 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16190 that number part of the temporary buffer name so that more than
16191 one decoding using a temporary buffer can happen safely.
16192
16193 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16194 of `A-z' in the regexp.
16195
16196 * hilit-chg.el: Fix typos in commentary.
16197
16198 * help.el (view-emacs-news): Rewritten for new naming scheme
16199 for old NEWS files.
16200
16201 * startup.el (command-line): Pop to *Messages* in case an error
16202 is signaled while loading user-init-file.
16203
16204 2000-08-17 Andreas Schwab <schwab@suse.de>
16205
16206 * files.el (insert-directory): Don't lose original file name,
16207 undoing an undocumented change.
16208
16209 2000-08-17 Alex Schroeder <alex@gnu.org>
16210
16211 * sql.el (sql-magic-go): Use comint-bol.
16212 (sql-copy-column): Use comint-line-beginning-position.
16213 (comint-line-beginning-position): Define a replacement for
16214 comint-line-beginning-position if it is not fboundp.
16215
16216 2000-08-17 Alex Schroeder <alex@gnu.org>
16217
16218 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16219 it didn't have any effect anyway.
16220
16221 2000-08-17 Alex Schroeder <alex@gnu.org>
16222
16223 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16224 --pset and pager=off instead of sending \\o|cat at the beginning
16225 of the session.
16226
16227 2000-08-17 Miles Bader <miles@gnu.org>
16228
16229 * progmodes/octave-inf.el: Add compatibility definition of
16230 comint-line-beginning-position.
16231
16232 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16233
16234 * startup.el (normal-top-level): Look in each dir in load-path for
16235 a leim-list.el file too. This assures of loading leim-list.el
16236 that is created at Emacs installation time even if a user have his
16237 own leim-list.el.
16238
16239 2000-08-17 Miles Bader <miles@gnu.org>
16240
16241 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16242 foreground color to black if the background is dark.
16243
16244 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16245
16246 * loadhist.el (unload-feature): Typo.
16247
16248 * finder.el (finder-compile-keywords):
16249 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16250 to the generated file.
16251
16252 * mail/mh-e.el (mh-make-local-vars):
16253 Replace make-variable-buffer-local with make-local-variable.
16254
16255 * play/landmark.el:
16256 * options.el (Edit-options-{set,toggle,t,nil}):
16257 * mail/mailabbrev.el (mail-abbrevs-mode):
16258 * textmodes/tex-mode.el (tex-expand-files):
16259 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16260
16261 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16262
16263 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16264 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16265 Allow going past the last element.
16266 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16267 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16268 (cvs-mouse-toggle-mark): Don't move point.
16269 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16270
16271 * progmodes/compile.el (grep): Provide a default set of files.
16272 (next-error): Docstring fix.
16273 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16274
16275 * emacs-lisp/easy-mmode.el (define-minor-mode):
16276 Use `symbol-value' to keep the byte-compiler quiet.
16277
16278 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16279 (diff-find-source-location): New fun, extracted from diff-goto-source.
16280 (diff-goto-source): Use it.
16281 (diff-next-complex-hunk, diff-filter-lines): New function.
16282 (diff-apply-hunk): New command.
16283
16284 * smerge-mode.el (smerge-mode-menu): Doc fix.
16285
16286 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16287
16288 2000-08-16 Dave Love <fx@gnu.org>
16289
16290 * windmove.el (windmove) <defgroup>: Add :version.
16291
16292 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16293 (goto-address-fontify-p, goto-address-highlight-p)
16294 (goto-address-url-face, goto-address-url-mouse-face)
16295 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16296 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16297 (goto-address-fontify, goto-address-at-mouse): Simplify,
16298 (goto-address-at-point): browse-url-url-at-point,
16299 goto-address-find-address-at-point can return nil.
16300 (goto-address-find-address-at-point): Return nil on failure.
16301
16302 * align.el (align) <defgroup>: Add :version.
16303
16304 * calculator.el (calculator): Add :version.
16305 (calculator): Use two lines for calculator window if `modeline'
16306 face is boxed.
16307
16308 * play/5x5.el: Doc fixes.
16309 (5x5) <defgroup>: Add :version.
16310
16311 * play/fortune.el (fortune) <defgroup>: Add :version.
16312 (fortune-append): Fix error message.
16313 (fortune-from-region): Doc fix.
16314
16315 * play/pong.el (pong): Doc fix.
16316
16317 * play/morse.el: Keywords, commentary, autoloads.
16318
16319 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16320
16321 * desktop.el (desktop-save): Don't look at symbol-value of a
16322 member of minor-mode-alist, unless it is boundp.
16323
16324 2000-08-16 Sam Steingold <sds@gnu.org>
16325
16326 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16327 `while'; use `with-current-buffer' instead of `save-excursion'.
16328 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16329
16330 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16331
16332 * international/ccl.el (declare-ccl-program): Docstring modified.
16333 (ccl-execute-with-args): Likewise.
16334
16335 2000-08-16 Miles Bader <miles@gnu.org>
16336
16337 * progmodes/sql.el: Add compatibility definition of
16338 comint-line-beginning-position.
16339
16340 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16341
16342 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16343 'buffer-menu' property.
16344 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16345 fails.
16346 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16347 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16348 wasn't killed.
16349
16350 * buff-menu.el (list-buffers-noselect): Don't display the
16351 *Buffer List* buffer.
16352
16353 * font-lock.el: Require jit-lock to prevent a very late
16354 `Loading jit-lock' message.
16355
16356 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16357 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16358 mail address.
16359
16360 2000-08-15 Miles Bader <miles@gnu.org>
16361
16362 * textmodes/ispell.el (ispell-graphic-p): New constant.
16363 (ispell-choices-win-default-height, ispell-help): Use
16364 `ispell-graphic-p' instead of `xemacsp'.
16365
16366 2000-08-15 Dave Love <fx@gnu.org>
16367
16368 * simple.el: Autoload widget-convert when compiling.
16369 (mail-user-agent): Doc fix.
16370
16371 * help.el (function-called-at-point, variable-at-point): Use
16372 with-syntax-table.
16373 (help-manyarg-func-alist): Add insert-and-inherit.
16374
16375 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16376
16377 * delsel.el (delsel-unload-hook): New function.
16378
16379 * find-file.el: Doc fixes. Move provide to end.
16380 (ff) <defgroup>: Add :link.
16381 (ff-goto-click): Deleted.
16382 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16383 Use mouse-set-point.
16384
16385 * textmodes/tildify.el: Doc fixes.
16386 (tildify) <defgroup>: Add:version.
16387
16388 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16389 (glasses-custom-set): Use set-default, not set.
16390 (minor-mode-alist): Propertize the lighter.
16391 (glasses-mode): Provide optional arg.
16392
16393 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16394 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16395 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16396 option. Provide :type.
16397 (cwarn-configuration): Provide :type.
16398 (cwarn-mode): Doc fix.
16399
16400 * add-log.el (change-log-merge): Doc fix.
16401 (change-log-redate): New command.
16402
16403 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16404 Doze and Dog.
16405 (browse-url): Use dolist, not mapcar.
16406 (browse-url-at-point): Check for null url.
16407 (browse-url-event-buffer, browse-url-event-point): Functions
16408 deleted.
16409 (browse-url-at-mouse, browse-url-netscape): Simplify.
16410
16411 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16412 modes.
16413 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16414 Fix previous change to mapcan.
16415 (msb--init-file-alist, msb--add-separators)
16416 (msb--make-keymap-menu): Simplify.
16417 (msb--choose-file-menu): Use copy-sequence.
16418 (msb-mode-map): Add title to keymap.
16419 (msb-unload-hook): New function.
16420
16421 * bs.el: Fix indentation.
16422 (bs) <defgroup>: Add :links.
16423 (bs-show): Doc fix.
16424 (bs-apply-sort-faces): Don't use window-system.
16425 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16426
16427 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16428
16429 * calendar/timeclock.el (timeclock-file): Run .timelog through
16430 convert-standard-filename.
16431
16432 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16433
16434 * emacs-lisp/authors.el: New file.
16435
16436 * paren.el (show-paren-priority): New user option.
16437 (show-paren-function): Set overlay priorities to
16438 show-paren-priority.
16439
16440 2000-08-14 Miles Bader <miles@gnu.org>
16441
16442 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16443 beginning-of-line with inhibit-field-text-motion bound.
16444
16445 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16446
16447 * calendar/timeclock.el: New file.
16448
16449 2000-08-14 David Ponce <david@dponce.com>
16450
16451 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16452 `widget-button-click'. so that one can use left mouse button to
16453 click on dialog buttons.
16454
16455 2000-08-14 Emmanuel Briot <briot@gnat.com>
16456
16457 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16458 identifiers, since XML is case sensitive
16459
16460 2000-08-12 Miles Bader <miles@gnu.org>
16461
16462 * comint.el (comint-output-filter): Don't bother frobbing
16463 window-start, it doesn't seem to be necessary.
16464
16465 * comint.el (comint-send-string, comint-send-region): Make into
16466 real functions. Snapshot the prompt before sending.
16467
16468 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16469
16470 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16471 technique similar to Info-index, instead of relying on specific
16472 names of relevant Index nodes.
16473 (Info-goto-emacs-command-node): Bind Info-history to nil when
16474 going to the first node found by Info-find-emacs-command-nodes.
16475
16476 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16477
16478 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16479
16480 2000-08-10 Miles Bader <miles@gnu.org>
16481
16482 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16483
16484 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16485
16486 * info.el (Info-file-list-for-emacs): More elements for the
16487 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16488 and woman manuals.
16489
16490 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16491
16492 * comint.el (comint-send-input): Make the newline boundary overlay
16493 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16494 (comint-output-filter): Use `insert' instead of
16495 `insert-before-markers'. Extend comint-last-output-overlay when
16496 necessary since we can't rely on insert-before-markers to do it.
16497 * gud.el (gud-filter): Use `with-current-buffer' instead of
16498 save-excursion when inserting the output, so that point gets
16499 updated correctly; the old method relied on a rather dodgy
16500 side-effect of comint-output-filter to avoid the effect of
16501 save-excursion.
16502
16503 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16504
16505 * files.el (recover-file): Call insert-directory instead of
16506 invoking `ls' directly.
16507
16508 2000-08-10 Miles Bader <miles@gnu.org>
16509
16510 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16511 (comint-last-prompt-overlay): New variables.
16512 (comint-output-filter): Implement prompt highlighting.
16513 (comint-snapshot-last-prompt): New function.
16514 (comint-send-input): Snapshot the last prompt.
16515 Use comint-highlight-input-face.
16516 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16517 Use defface instead of defcustom.
16518 (send-invisible, comint-send-eof): Snapshot the last prompt.
16519 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16520 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16521
16522 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16523
16524 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16525 (regexp-opt-group): Use a list of chars for `letters'.
16526 (regexp-opt-charset): `chars' is now a list of chars.
16527 Use a char-table rather than a vector so it works for multibyte chars.
16528
16529 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16530 Set cvs-minor-current-files to the selected fileinfo.
16531 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16532 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16533
16534 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16535
16536 * files.el (insert-directory): Don't call access-file on
16537 directories on DOS and Windows.
16538
16539 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16540
16541 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16542 longer if necessary.
16543 (ccl-embed-code): Call ccl-embed-data to store CODE in
16544 ccl-program-vector.
16545
16546 2000-08-09 Miles Bader <miles@gnu.org>
16547
16548 * comint.el (comint-output-filter): Properly handle the case where
16549 the text surrounded by comint-last-output-overlay was deleted.
16550
16551 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16552
16553 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16554 non-nil.
16555 (Info-file-list-for-emacs): Remove "info" from the list because
16556 that leads to trying to use the documentation from file `info'
16557 in various situations where it isn't appropriate, for instance
16558 C-h C-k C-h i.
16559
16560 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16561 DIR and/or STRING are nil.
16562
16563 * progmodes/compile.el (compilation-setup): Make variable
16564 compilation-error-screen-columns buffer-local, as some comment
16565 in the code suggests it should be.
16566
16567 * files.el (auto-mode-interpreter-regexp): New variable.
16568 (set-auto-mode): Use it.
16569
16570 * indent.el (indent-for-tab-command): Doc fix.
16571
16572 * mouse-sel.el (mouse-sel-mode): Doc fix.
16573
16574 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16575 labels.
16576
16577 * help.el (print-help-return-message): When
16578 display-buffer-reuse-frames is set, let the help window been quit,
16579 instead of deleting it, which might delete a reused frame.
16580
16581 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16582
16583 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16584 rename a directory to a name that differs only by its letter case.
16585
16586 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16587
16588 * international/quail.el (quail-define-rules): Handle Quail decode
16589 map correctly. Add code for supporting annotations.
16590 (quail-install-decode-map): New function.
16591 (quail-defrule-internal): New optional arguments decode-map and
16592 props.
16593 (quail-advice): New function.
16594
16595 2000-08-07 Sam Steingold <sds@gnu.org>
16596
16597 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16598 `defconst', `define-condition', `with-slots'.
16599 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16600
16601 2000-08-03 Miles Bader <miles@gnu.org>
16602
16603 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16604 New variable.
16605 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16606 comint-use-prompt-regexp-instead-of-fields.
16607 (comint-send-input): Add `input' field property to stuff we send to
16608 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16609 (comint-output-filter): Add `output' field property to process
16610 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16611 (comint-replace-by-expanded-history)
16612 (comint-get-old-input-default, comint-show-output)
16613 (comint-backward-matching-input, comint-forward-matching-input)
16614 (comint-next-prompt, comint-previous-prompt): Use field
16615 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16616 (comint-line-beginning-position): New function.
16617 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16618 (comint-replace-by-expanded-history-before-point): Use
16619 comint-line-beginning-position and line-end-position.
16620 (comint-last-output-overlay): New variable.
16621 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16622
16623 * shell.el (shell-prompt-pattern): Doc change.
16624 (shell-backward-command): Use line-beginning-position.
16625
16626 * gud.el (gud-gdb-complete-command): Use
16627 comint-line-beginning-position.
16628
16629 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16630 comint-bol doesn't actually go to the beginning of the line.
16631
16632 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16633 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16634 (try-expand-line-all-buffers): Likewise.
16635
16636 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16637 explicitly matching comint-prompt-regexp.
16638 (sql-copy-column): Use comint-line-beginning-position instead of
16639 explicitly matching comint-prompt-regexp.
16640
16641 * progmodes/octave-inf.el (inferior-octave-complete): Use
16642 comint-line-beginning-position.
16643
16644 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16645
16646 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16647 looking for a prompt, use `forward-line 0' instead of
16648 `beginning-of-line', to avoid getting caught by an input field.
16649
16650 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16651
16652 * files.el (shell-quote-wildcard-pattern): Make sure to return
16653 PATTERN, in the Unix case.
16654
16655 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16656
16657 * play/zone.el (zone): Discard any pending input before running
16658 the randomly-chosen pgm.
16659
16660 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16661
16662 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16663 checking the existence of any multibyte characters.
16664
16665 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16666
16667 * help.el (describe-mode): Test minor-mode symbol for being
16668 bound before testing its value for being nil.
16669
16670 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16671 `first', `second', and `third'.
16672
16673 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16674 (second): Make it an alias for `cadr'.
16675
16676 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16677
16678 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16679 types of display support faces now.
16680
16681 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16682
16683 * pcvs.el (require): Require `cl' during compilation, only.
16684
16685 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16686 (toplevel): Remove `remq' and `remove' from autoloads.
16687 (cl-fake-autoloads): New variable. If set, arrange for an error
16688 when CL functions etc. are autoloaded.
16689
16690 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16691
16692 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16693
16694 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16695 popped up, but the user clicks outside the menu, return an empty
16696 regexp (that causes unhighlight-regexp to have no effect).
16697
16698 * menu-bar.el (menu-bar-games-menu): Add Zone.
16699
16700 * hi-lock.el (toplevel): Require font-lock.
16701
16702 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16703
16704 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16705 (ebnf-8-bit-chars): New var for bug fix.
16706 (ebnf-string): Bug fix.
16707
16708 2000-08-03 Sam Steingold <sds@gnu.org>
16709
16710 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16711 instead of `buffer-string'.
16712 (require 'cl): Always, not just when compiling.
16713 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16714 necessary.
16715
16716 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16717
16718 * international/mule-cmds.el (select-safe-coding-system): Make
16719 the message text about selecting a safe coding system more clear.
16720
16721 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16722
16723 * hi-lock.el: New file.
16724
16725 * play/zone.el: New file.
16726
16727 * replace.el (occur): Set tab-width in the *Occur* buffer to the
16728 value of tab-width in the original buffer. Choose a line number
16729 format that's a multiple of the original buffer's tab width, so
16730 that lines appear right.
16731
16732 * textmodes/ispell.el (ispell): New function, replacing an alias.
16733 Spell-check active region if in transient-mark-mode and mark
16734 is active; otherwise spell-check buffer.
16735
16736 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16737
16738 * ps-mule.el: Fix a customization problem on
16739 ps-mule-font-info-database-default.
16740
16741 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
16742
16743 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
16744 display-mouse-p instead of window-system.
16745 (ebrowse-member-mode-map): Ditto.
16746
16747 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16748
16749 * progmodes/ebnf2ps.el: Update ps-print functions call.
16750 Indentation fix. Doc fix.
16751 (ebnf-version): New version number (3.2).
16752 (ebnf-format-color, ebnf-begin-job): Code fix.
16753
16754 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
16755
16756 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
16757 font lock support on window-system.
16758 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
16759
16760 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
16761 display-color-p, if fboundp, instead of window-system.
16762
16763 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
16764
16765 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
16766 instead of window-system.
16767
16768 * wid-edit.el (widget-choose): Use display-mouse-p instead of
16769 window-system.
16770 (widget-choice-mouse-down-action): Use display-popup-menus-p
16771 instead of window-system.
16772
16773 * strokes.el (strokes-file): Run the file name through
16774 convert-standard-filename.
16775 (strokes-mode): Call display-mouse-p instead of looking at
16776 window-system. Change the error message accordingly.
16777
16778 * progmodes/cpp.el (toplevel): Support faces on tty's.
16779
16780 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
16781 (lm-plot-square, lm-init-display): Don't use window-system.
16782
16783 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
16784 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
16785
16786 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
16787 instead of looking at window-system.
16788
16789 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16790
16791 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
16792 of testing if iswitchb-prepost-hooks is bound, because the
16793 latter will always be true when invoking a recursive minibuffer
16794 from an active Iswitchb buffer.
16795
16796 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
16797
16798 * files.el (shell-quote-wildcard-pattern): New function.
16799 (insert-directory): Call it. Only prepend "\" to command on Unix
16800 and GNU/Linux systems.
16801
16802 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16803
16804 * eshell/esh-groups.el: Change custom :link file names
16805 from `eshell.info' to `eshell'.
16806
16807 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
16808
16809 * dired.el (dired-build-subdir-alist): Expand subdirectory names
16810 correctly in recursive ange-ftp listings.
16811
16812 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16813
16814 * ps-print.el: Fix bug 1: if ps-font-size-internal,
16815 ps-header-font-size-internal and
16816 ps-header-title-font-size-internal variables are not set,
16817 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
16818 face text property is (foreground-color . COLOR) or
16819 `(background-color . COLOR)', ps-print crashes. Doc fix.
16820 (ps-print-version): New version number (5.2.4).
16821 (ps-plot-region): Code fix.
16822 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
16823 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
16824 Bug fix 2.
16825
16826 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
16827
16828 * glasses.el (glasses-make-readable): Fix uncapitalization of
16829 identifiers like `myXMLDocument'.
16830
16831 2000-07-28 Karl Fogel <kfogel@red-bean.com>
16832
16833 * mail/mail-hist.el (mail-hist-previous-input)
16834 (mail-hist-next-input): Do the obvious code factorization.
16835 (mail-hist-retrieve-and-insert): New func, contains common
16836 code of above two.
16837 If inserting a message body, leave point at top.
16838
16839 2000-07-28 Sam Steingold <sds@gnu.org>
16840
16841 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
16842 Use `<=', not `<' to compare times!
16843 (ange-ftp-ls): Remove.
16844
16845 2000-07-27 Gerd Moellmann <gerd@gnu.org>
16846
16847 * play/cookie1.el: Add explanation of how to make cookie.el
16848 compatible with strfile(1) to comment.
16849
16850 * subr.el (remove, remq): New functions.
16851
16852 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
16853 escape `*' in regexps.
16854 (midnight-find): Reverse order of arguments in the funcall of
16855 TEST.
16856
16857 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
16858 and `.class'.
16859
16860 * play/meese.el: Add Commentary section.
16861
16862 2000-07-27 Alex Schroeder <alex@gnu.org>
16863
16864 * sql.el (sql-ms): Added autoload cookie.
16865 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
16866 (sql-oracle): Ditto.
16867 (sql-help): Doc change.
16868
16869 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
16870 types and exceptions.
16871
16872 2000-07-27 Alex Schroeder <alex@gnu.org>
16873
16874 * sql.el (sql-placeholder-history): New variable.
16875 (sql-query-placeholders-and-send): New function that will query
16876 the user and replace placeholders with user input.
16877 (sql-oracle): If running on NT, set comint-input-sender to
16878 sql-query-placeholders-and-send.
16879
16880 (sql-stop): If in the SQLi buffer, insert stop notification, else
16881 present it as a message.
16882
16883 2000-07-27 Alex Schroeder <alex@gnu.org>
16884
16885 * sql.el (sql-input-ring-separator): Doc change.
16886 (sql-input-ring-file-name): Doc change.
16887 (sql-interactive-mode): Use `sql-input-ring-separator' and
16888 `sql-input-ring-file-name' to set the comint-mode equivalents
16889 without making them local variables.
16890 (sql-stop): Don't bind `sql-input-ring-separator' and
16891 `sql-input-ring-file-name' dynamically to their comint-mode
16892 equivalents.
16893
16894 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16895
16896 * international/mule.el (register-char-codings): New function.
16897 (make-coding-system): Handle `safe-chars' specification in the arg
16898 PROPERTY.
16899
16900 * international/mule-cmds.el
16901 (find-coding-systems-region-subset-p): This function deleted.
16902 (sort-coding-systems-predicate): New variable.
16903 (sort-coding-systems): New function.
16904 (find-coding-systems-region): Use
16905 find-coding-systems-region-internal.
16906 (find-coding-systems-string): Use find-coding-systems-region.
16907 (find-coding-systems-for-charsets): Check
16908 char-coding-system-table.
16909 (select-safe-coding-system-accept-default-p): New variable.
16910 (select-safe-coding-system): Mostly rewritten. New argument
16911 ACCEPT-DEFAULT-P.
16912 (select-message-coding-system): Call select-safe-coding-system
16913 with ACCEPT-DEFAULT-P arg.
16914 (reset-language-environment): Reset default-sendmail-coding-system
16915 to the default value iso-latin-1.
16916 (set-language-environment): Don't set the obsolete variable
16917 charset-origin-alist.
16918
16919 * international/codepage.el (cp-coding-system-for-codepage-1):
16920 Give `safe-chars' property to make-coding-system.
16921
16922 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
16923 calling select-message-coding-system twice.
16924
16925 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
16926 instead of `safe-charsets'.
16927 (cyrillic-alternativnyj): Likewise.
16928 (ccl-encode-alternativnyj): Don't check the charset
16929 cyrillic-iso8859-5.
16930
16931 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16932
16933 * composite.el (compose-chars-after): Preserve match data.
16934
16935 2000-07-26 Sam Steingold <sds@gnu.org>
16936
16937 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
16938 (ange-ftp-real-file-newer-than-file-p): New function.
16939 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
16940 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
16941
16942 * tooltip.el (tooltip-float-time): Removed (use `float-time').
16943 * midnight.el (midnight-float-time): Ditto.
16944
16945 2000-07-26 Andreas Schwab <schwab@suse.de>
16946
16947 * files.el (normal-backup-enable-predicate): Correct
16948 interpretation of the return value of compare-strings.
16949
16950 2000-07-26 Gerd Moellmann <gerd@gnu.org>
16951
16952 * isearch.el (isearch-resume): New function.
16953 (isearch-done): Add something to command-history to resume
16954 the search.
16955 (isearch-yank-line, isearch-yank-word): Use
16956 buffer-substring-no-properties instead of buffer-substring.
16957
16958 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
16959 of flyspell-mouse-map.
16960
16961 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
16962 duplicate definition.
16963 (makefile-mode): Remove duplicate setting of local-abbrev-table.
16964
16965 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
16966 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
16967
16968 2000-07-25 Sam Steingold <sds@gnu.org>
16969
16970 * net/ange-ftp.el: Get modtime over the net.
16971 (ange-ftp-file-modtime): New function.
16972 (ange-ftp-write-region, ange-ftp-insert-file-contents)
16973 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
16974 Use it.
16975 (ange-ftp-dot-to-slash): New function.
16976 (ange-ftp-fix-name-for-vms): Use it.
16977
16978 * midnight.el (midnight-buffer-display-time): Use
16979 `with-current-buffer'.
16980
16981 2000-07-25 Gerd Moellmann <gerd@gnu.org>
16982
16983 * find-dired.el: Update copyright notice.
16984 (find-dired): Offer to kill a running `find'.
16985
16986 * enriched.el (enriched-face-ans): For a `foreground-color'
16987 property, return '(("x-color" COLOR))' so that COLOR will be
16988 output as a parameter of the x-color annotation. Likewise for the
16989 `background-color' property. In the case of normal face
16990 properties, don't return annotations for unspecified foreground
16991 and background face attributes.
16992
16993 2000-07-25 Kenichi Handa <handa@etl.go.jp>
16994
16995 * language/japan-util.el (japanese-katakana-region): Fix handling
16996 HANKAKU argument.
16997
16998 2000-07-25 Miles Bader <miles@gnu.org>
16999
17000 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
17001 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
17002 constrain-to-field.
17003
17004 2000-07-24 Andrew Innes <andrewi@gnu.org>
17005
17006 * timer.el (timer-activate-when-idle): Add optional parameter
17007 DONT-WAIT. Update docstring.
17008 (run-with-idle-timer): Specify extra parameter to
17009 timer-activate-when-idle, so that timer will be activated
17010 immediately if Emacs is already idle.
17011
17012 * w32-fns.el (w32-using-nt): Fix docstring.
17013
17014 2000-07-24 Dave Love <fx@gnu.org>
17015
17016 * mouse.el (popup-menu): Set last-command-event.
17017 (mouse-major-mode-menu-prefix): Declare.
17018
17019 2000-07-24 Gerd Moellmann <gerd@gnu.org>
17020
17021 * textmodes/flyspell.el: Update to author's version 1.5d.
17022
17023 * progmodes/hideshow.el: Update copyright notice.
17024
17025 * vcursor.el: Set maintainer to FSF, since author cannot
17026 be reached.
17027
17028 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
17029
17030 * info.el (Info-goto-emacs-key-command-node): Leave a space after
17031 the prompt.
17032
17033 * mouse.el (popup-menu): Run the keymap through indirect-function,
17034 in case it was defined with define-prefix-key. If the menu is a
17035 list of keymaps, look up the binding of user's choice in each one
17036 of the keymaps.
17037 (mouse-popup-menubar): If the global and local menu-bar keymaps
17038 don't have a prompt string, create one and insert it into the
17039 keymap. Don't barf if current-local-map returns nil.
17040
17041 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
17042
17043 * dired.el (dired-sort-R-check): Added to allow recursive listing
17044 to be undone.
17045 (dired-sort-other): Use it.
17046
17047 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17048
17049 * Release of cc-mode 5.27
17050
17051 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17052
17053 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
17054 c-beginning-of-statement-1 that caused a bad case of recursion
17055 which could consume a lot of CPU in large classes in languages
17056 that have in-expression classes (i.e. Java and Pike).
17057
17058 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
17059 statements before top level constructs (i.e. case 6 is moved
17060 before case 5 and is now case 4) to catch in-expression
17061 classes in top level expressions correctly.
17062
17063 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17064
17065 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17066 objc-method-intro. Case 4 removed and case 5I added.
17067
17068 * cc-langs.el (c-append-paragraph-start): New variable used by
17069 c-common-init to get paragraph-start correct.
17070 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17071 initialize paragraph-start to make it correct both with and
17072 without the javadoc special case.
17073
17074 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17075 initialize paragraph-start for javadoc markup.
17076
17077 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17078 change by defaulting this to t. It's motivated by the
17079 confusing behavior that otherwise arise from the style system
17080 when editing both java and non-java files at the same time
17081 (see the comments about style setting in c-common-init).
17082
17083 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17084
17085 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17086 similar to the one in c-fill-paragraph to check the fill
17087 prefix from the adaptive fill function for sanity.
17088
17089 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17090
17091 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17092 defun block.
17093
17094 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17095
17096 * cc-align.el (c-lineup-multi-inher): Handle lines with
17097 leading comma nicely. Extended to handle member initializers
17098 too.
17099
17100 * cc-engine.el: (c-beginning-of-inheritance-list,
17101 c-guess-basic-syntax): Fixed recognition of inheritance lists
17102 when the lines begins with a comma.
17103
17104 * cc-vars.el (c-offsets-alist): Changed default for
17105 member-init-cont to c-lineup-multi-inher since it now handles
17106 member initializers and indents better for leading commas.
17107
17108 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17109
17110 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17111 handling that caused class open lines to be recognized as
17112 statement-conts in some cases.
17113
17114 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17115 guessed by the adaptive fill function unless point is on the
17116 first line of a block comment.
17117
17118 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17119 when the buffer ends with a macro continuation char.
17120
17121 * cc-engine.el (c-guess-basic-syntax): Added support for
17122 function definitions as statements in Pike. The first
17123 statement in a lambda block is now labeled defun-block-intro
17124 instead of statement-block-intro.
17125
17126 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17127 so that the class surrounding point is selected, not the one
17128 innermost in the state.
17129
17130 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17131 recognition of switch labels having hanging multiline
17132 statements.
17133
17134 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17135 some code in c-guess-basic-syntax to a separate function.
17136 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17137 recognition of member inits with multiple line arglists.
17138 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17139 member-init-cont when the commas are in funny places.
17140
17141 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17142
17143 * cc-defs.el (c-auto-newline): Removed this macro since it's
17144 not used anymore.
17145
17146 * cc-engine.el (c-looking-at-bos): New helper function.
17147 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17148 inexpr and toplevel classes apart in Pike.
17149
17150 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17151 of case 9A.
17152
17153 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17154 constant, since "class" can introduce an in-expression class
17155 in Pike nowadays.
17156
17157 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17158
17159 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17160 indentation on cpp-macro lines.
17161
17162 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17163 a syntax modifier like comment-intro, to make it possible to
17164 get syntactic indentation for preprocessor directives. It's
17165 incompatible wrt to lineup functions on cpp-macro, but it has
17166 no observable effect in the 99.9% common case where cpp-macro
17167 is set to -1000.
17168
17169 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17170
17171 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17172 member-init-cont when the preceding arglist is several lines.
17173
17174 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17175
17176 * cc-styles.el (c-style-alist): The basic offset for the BSD
17177 style corrected to 8.
17178
17179 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17180
17181 * cc-styles.el (c-style-alist): Adjusted the indentation of
17182 brace list openers in the gnu style.
17183
17184 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17185
17186 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17187
17188 * cc-cmds.el (c-electric-brace, c-electric-slash,
17189 c-electric-star, c-electric-semi&comma, c-electric-colon,
17190 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17191 when c-syntactic-indentation is nil.
17192
17193 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17194 we were left at comments preceding the first statement when
17195 reaching the beginning of the buffer.
17196
17197 * cc-vars.el (c-syntactic-indentation): New variable to turn
17198 off all syntactic indentation.
17199
17200 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17201
17202 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17203 between the text and the block comment ender when it hangs,
17204 depending on how many there are before the fill.
17205
17206 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17207
17208 * cc-engine.el (c-beginning-of-closest-statement): New helper
17209 function to go back to the closest preceding statement start,
17210 which could be inside a conditional statement.
17211 * cc-engine.el (c-guess-basic-syntax): Use
17212 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17213
17214 * cc-engine.el (c-guess-basic-syntax): Better handling of
17215 arglist-intro, arglist-cont-nonempty and arglist-close when
17216 the arglist is nested inside parens. Cases 7A, 7C and 7F
17217 changed.
17218
17219 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17220 up-to-date with javadoc 1.2.
17221
17222 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17223
17224 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17225 multiline Pike type decls.
17226
17227 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17228
17229 * cc-cmds.el (c-indent-new-comment-line): Always break
17230 multiline comments in multiline mode, regardless of
17231 comment-multi-line.
17232
17233 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17234
17235 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17236 fully::qualified::names in C++ member init lists. Preamble in
17237 case 5D changed.
17238
17239 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17240
17241 * cc-langs.el (c-common-init): Handling of obsolete variables
17242 moved to c-initialize-cc-mode. More compatible style override
17243 when using global style variables.
17244 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17245 variables moved here.
17246
17247 * cc-styles.el (c-make-styles-buffer-local): Flag style
17248 variable localness in c-style-variables-are-local-p to make
17249 the compatibility measure in c-common-init work well.
17250
17251 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17252 longer contain set-from-style.
17253 * cc-styles.el (c-initialize-builtin-style): Don't check for
17254 set-from-style on c-special-indent-hook.
17255 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17256 copy-alist is sufficient now.
17257
17258 * cc-styles.el (c-set-style, c-set-style-1,
17259 c-get-style-variables): Fixes to variable initialization so
17260 that duplicate entries in styles have the same effect
17261 regardless of DONT-OVERRIDE.
17262
17263 * cc-styles.el (c-set-style-2): Fixed bug where the
17264 initialization of inheriting styles failed when the
17265 dont-override flag is set.
17266
17267 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17268 on this.
17269
17270 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17271
17272 * cc-defs.el (c-forward-comment): Removed the workaround
17273 introduced in 5.38 since it had worse side-effects. If a line
17274 contains the string "//\"", it regarded the // as a comment
17275 start since the \ temporarily doesn't have escape syntax.
17276
17277 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17278
17279 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17280 ada-xref.el before ada-prj.el, so that the Project menu is created
17281 when ada-prj tries to add to it.
17282 (ada-activate-keys-for-case): Suppress the characters that are not
17283 part of the Ada syntax. Better compatibility with else-mode
17284 (ada-adjust-case-interactive): When auto-casing is not active,
17285 correctly insert newlines (used to insert only ^M). Prevent the
17286 syntax table from being changed in case of an error
17287 (or '_' becomes part of a word and some commands are confused).
17288 Do nothing if ada-auto-case is nil.
17289 (ada-after-keyword-p): Ignore keywords that are also attributes
17290 (ada-batch-reformat): Update usage comment
17291 (ada-call-from-contextual-menu): New function
17292 (ada-case-read-exceptions): Reinitialize the casing exception list
17293 first to nil first, so that the casing exception file can be
17294 shared.
17295 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17296 files.
17297 (ada-compile-goto-error): Fix regexp used to detect a file:line
17298 anywhere in the error message
17299 (ada-contextual-menu-last-point): New variable
17300 (ada-create-keymap): If the variable delete-key-deletes-forward is
17301 t on XEmacs, it means that DEL should delete one character
17302 forward.
17303 (ada-create-menu): Use :included instead of :visible for XEmacs.
17304 New submenu "Options".
17305 (ada-end-stmt-re): Correctly indent "select ... then abort"
17306 statements.
17307 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17308 even if they don't match ada-fill-comment-prefix Fix handling of
17309 paragraphs on the first or last line of a file.
17310 (ada-format-paramlist): Fix handling of default parameter values.
17311 (ada-get-body-name): New function.
17312 (ada-get-current-indent): Optimized by searchling directly for an
17313 existing generic part or a statement outside of it. Handle
17314 ada-indent-align-comments when indenting comments Replaced some
17315 regexps by testing directly the next character. This results in a
17316 huge speedup on some files. New indentation scheme for renames
17317 statements. Stop looking for the 'while' or 'for' associated with
17318 a 'loop' at the first semicolon encountered. A "return" can also
17319 match an anonymous access subprogram declaration.
17320 (ada-get-indent-noindent): Ignore strings and comments when
17321 looking for the keywords "record" and "private".
17322 (ada-goto-matching-decl-start): When matching "if", make sure we
17323 are not in fact seeing "end if". Ignore "when" statements except
17324 when initial keyword was "begin". Fix handling of nested
17325 procedures. Add a recursive call to this function to skip over
17326 other 'end' statmts. Fix indentation for "when .. => begin"
17327 (ada-in-open-paren-p): Fix indentation for complex boolean
17328 expressions, where 'and then', 'or else' and parenthesis
17329 statements are mixed up.
17330 (ada-in-paramlist-p): Skip comments while searching for the
17331 beginning Fix handling of operator declarations.
17332 (ada-indent-align-comments): New variable
17333 (ada-indent-current): Change the syntax table only in the
17334 protected section, so that we are sure it is restored correctly.
17335 (ada-indent-on-previous-lines): Use ada-use-indent and
17336 ada-with-indent Correctly indent "select ... then"
17337 (ada-indent-region): Slight speedup.
17338 (ada-indent-renames): New variable.
17339 (ada-last-which-function-subprog, ada-last-which-function-line):
17340 New variables
17341 (ada-looking-at-semi-private): Correctly indent the 'private'
17342 keyword when it is the first word in a package declaration.
17343 (ada-loose-case-word): Stop searching if at the end of the buffer.
17344 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17345 even if point is not initially at the end of the word.
17346 (ada-matching-decl-start-re): Add "when".
17347 (ada-mode): Add support for abbrev-mode, outline-mode and
17348 which-func-mode Override the old find-file.el entry in
17349 ff-special-constructs since it is using the obsolete
17350 ada-spec-suffix variable
17351 (ada-no-auto-case): New function
17352 (ada-scan-paramlist): When parsing the argument type, accept
17353 spaces (as in "X 'Class", generated by Rational Rose).
17354 (ada-other-file-name): No longer loads the other file.
17355 (ada-popup-menu): Save and restore the current buffer and cursor
17356 position before and after displaying the menu.
17357 (ada-search-ignore-complex-boolean): New function.
17358 (ada-uncomment-region): Emacs21 already knows how to delete
17359 comments not starting in the first column.
17360 (ada-use-indent): New variable
17361 (ada-which-function): New function.
17362 (ada-with-indent): New variable
17363 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17364 can be batch-compiled from the command line.
17365
17366 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17367 Add to the menu when the file is loaded, not in ada-mode-hook.
17368 Add -toolbar to the default ddd command Switches moved from
17369 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17370 ada-prj-default-comp-opt
17371 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17372 Reference Manual to the menu
17373 (ada-check-current): rewritten as a call to ada-compile-current
17374 (ada-compile): Removed.
17375 (ada-compile-application, ada-compile-current, ada-check-current):
17376 Set the compilation-search-path so that compile.el automatically
17377 finds the sources in src_dir. Automatic scrollong of the
17378 compilation buffer. C-uC-cC-c asks for confirmation before
17379 compiling
17380 (ada-compile-current): New parameter, prj-field
17381 (ada-complete-identifier): Load the .ali file before doing
17382 processing
17383 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17384 conform to gnatmake's behavior.
17385 (ada-find-file-in-dir): New function
17386 (ada-find-references): Set the environment variables for gnatfind
17387 (ada-find-src-file-in-dir): New function.
17388 (ada-first-non-nil): Removed
17389 (ada-gdb-application): Add support for jdb, the java debugger.
17390 (ada-get-ada-file-name): Load the original-file first if not done
17391 yet.
17392 (ada-get-all-references): Handles the new ali syntax (parent types
17393 are found between <>).
17394 (ada-initialize-runtime-library): New function
17395 (ada-mode-hook): Always load a project file when a file is opened,
17396 so that the casing exceptions are correctly read.
17397 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17398 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17399 to open the project file, since the latter does not work with
17400 speedbar Get default values before loading the prj file, or the
17401 default executable file name is wrong. Use the absolute value of
17402 src_dir to initialize ada-search-directories and
17403 compilation-search-path,... Add the standard runtime library to
17404 the search path for find-file.
17405 (ada-prj-default-debugger): Was missing an opening '{'
17406 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17407 variables.
17408 (ada-prj-default-gnatmake-opt): New variable
17409 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17410 buffers, the project file is the default one Save the windows
17411 configuration before displaying the menu.
17412 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17413 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17414 ...) regexp-quote identifiers names to support operators +,
17415 -,... in regexps.
17416 (ada-remote): New function.
17417 (ada-run-application): Erase the output buffer before starting the
17418 run Support remote execution of the application. Use
17419 call-process, or the arguments are incorrectly parsed
17420 (ada-set-default-project-file): Reread the content of the active
17421 project file, not the one from the current buffer When a project
17422 file is set as the default project, all directories are
17423 automatically associated with it.
17424 (ada-set-environment): New function
17425 (ada-treat-cmd-string): New special variable ${current}
17426 (ada-treat-cmd-string): Revised. The substitution is now done for
17427 any ${...} substring
17428 (ada-xref-current): If no body was found, compiles the spec
17429 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17430 compiler to get rid of command line length limitations.
17431 (ada-xref-get-project-field): New function
17432 (ada-xref-project-files): New variable
17433 (ada-xref-runtime-library-specs-path)
17434 (ada-xref-runtime-library-ali-path): New variables
17435 (ada-xref-set-default-prj-values): Default run command now does a
17436 cd to the build directory. New field: main_unit Provide a default
17437 file name even if the current buffer has no prj file.
17438
17439 * ada-prj.el:
17440 Rewritten to show a tabbed-dialog.
17441 (ada-prj-add-ada-menu): Remove the map and name parameters.
17442 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17443 New function
17444 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17445 (ada-prj-load-from-file): New function
17446 (ada-prj-save): Always save fields that depend on the current buffer
17447 (ada-prj-show-value): New function
17448
17449 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17450 Ada mode. This will allow us to display the Ada menu in any buffer
17451 we want (for project items).
17452 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17453 number of spaces in the header.
17454
17455 2000-07-24 Dave Love <fx@gnu.org>
17456
17457 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17458
17459 2000-07-23 Noah Friedman <friedman@splode.com>
17460
17461 * type-break.el (type-break): perform autosave.
17462 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17463 (type-break-do-query): Cancel query schedule while performing
17464 actual query, to avoid possibility of a second query being made
17465 while first one is already in progress.
17466 (type-break-time-stamp-format): New variable.
17467 (type-break-time-stamp): New function.
17468 (type-break-time-warning): Use it.
17469 (type-break-keystroke-warning): Use it.
17470 (type-break-noninteractive-query): Use it.
17471
17472 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17473 cookie.
17474 Use add-minor-mode to set minor-mode-alist, if available.
17475 (eldoc-echo-area-use-multiline-p): New user option.
17476 (eldoc-echo-area-multiline-supported-p): New variable.
17477 (eldoc-docstring-format-sym-doc): Use them.
17478 (eldoc-mode): If not using idle timers, append to local post and
17479 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17480 (eldoc-display-message-no-interference-p): Don't interfere with
17481 edebug.
17482 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17483 (eldoc-function-arglist): New function.
17484 (eldoc-function-argstring): Use it.
17485
17486 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17487 auto save directory exists before calling directory-files.
17488
17489 2000-07-23 Dave Love <fx@gnu.org>
17490
17491 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17492 ^o, ^u.
17493
17494 2000-07-21 Dave Love <fx@gnu.org>
17495
17496 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17497 now passed to the function. It now works properly.
17498
17499 * smerge-mode.el (smerge-mode-menu): Fill it out.
17500
17501 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17502
17503 * info-look.el (info-lookup): If *info* is shown in another frame
17504 on the same display, select that frame, instead of switching to
17505 the Info buffer in another window of the selected frame.
17506
17507 * simple.el (universal-argument-map): Bind numeric keypad keys
17508 kp-0 to kp-9 and kp-subtract.
17509 (digit-argument): Handle these keys.
17510
17511 2000-07-20 Dave Love <fx@gnu.org>
17512
17513 * net/goto-addr.el (goto-address-fontify): Don't bother with
17514 buffer-modified and read-only stuff -- irrelevant with overlays.
17515 Put an extra property on the overlays and use it to clean up in
17516 case goto-address is re-run.
17517
17518 2000-07-19 Richard M. Stallman <rms@gnu.org>
17519
17520 * timer.el (run-with-idle-timer): Doc fix.
17521
17522 * mail/mail-utils.el (mail-strip-quoted-names):
17523 Handle case where <...> appears inside "...".
17524 Use replace-match to edit the string more simply.
17525 (rmail-dont-reply-to): Cope with an unmatched ".
17526
17527 2000-07-19 Dave Love <fx@gnu.org>
17528
17529 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17530 implementation.
17531
17532 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17533 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17534 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17535
17536 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17537
17538 * textmodes/refer.el: Correct maintainer's email address.
17539
17540 * progmodes/hideif.el: Correct author's email address.
17541 Fix typo in comment.
17542
17543 * xml.el: New file.
17544
17545 * mail/mailheader.el: Correct author's mail address.
17546
17547 * gnus/parse-time.el: Correct author's mail address.
17548
17549 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17550
17551 * comint.el (comint-highlight-input, comint-highlight-face):
17552 New user options.
17553 (comint-input-ring-file-name): Change custom type.
17554 (comint-mode-map): Bind mouse-2.
17555 (comint-insert-clicked-input): New function.
17556 (comint-send-input): Handle input highlighting.
17557
17558 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17559
17560 * mouse.el (popup-menu): New function.
17561 (mouse-major-mode-menu): Use it.
17562
17563 2000-07-18 Dave Love <fx@gnu.org>
17564
17565 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17566 improvements.
17567
17568 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17569
17570 * faces.el (face-font-selection-order)
17571 (face-font-family-alternatives): Add custom type.
17572
17573 2000-07-18 Dave Love <fx@gnu.org>
17574
17575 * cus-edit.el (custom-variable-reset-saved)
17576 (custom-variable-reset-standard): Remove unused bindings.
17577
17578 * rect.el (open-rectangle-line): Remove unused let.
17579
17580 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17581
17582 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17583
17584 * cdl.el: Fix `Maintainer' keyword.
17585
17586 * play/pong.el: Add author's email address.
17587
17588 2000-07-17 Sam Steingold <sds@gnu.org>
17589
17590 * files.el (insert-directory): Call `split-string' instead of
17591 re-implementing it.
17592
17593 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17594
17595 * mail/vms-pmail.el: Change maintainer to FSF.
17596
17597 * net/goto-addr.el: Change maintainer to FSF.
17598
17599 * info.el (Info-title-face-alist): Removed.
17600
17601 2000-07-18 David Ponce <david@dponce.com>
17602
17603 * recentf.el (recentf-open-files): New command that works like
17604 `recentf-open-more-files', but shows the whole list of files (not just
17605 those omitted from the menu). Useful if you don't use a menu-bar!
17606 (recentf-open-more-files) Modified to use `recentf-open-files'.
17607
17608 (recentf-open-files, recentf-open-more-files)
17609 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17610
17611 (recentf-dialog-mode): New mode for dialogs. You can now just type
17612 "q" to cancel the dialogs.
17613
17614 2000-07-18 David Ponce <david@dponce.com>
17615
17616 * recentf.el: This is a major update of recentf.el. It adds new
17617 features to better organize the recentf menu and "More..." buffer.
17618
17619 Using new provided menu filtering functions you can now organize the
17620 recent files list:
17621
17622 - by major modes
17623 - by directories
17624 - by user defined rules
17625
17626 Finally, with the new `recentf-filter-changer' customizable filter you
17627 can define a ring of filters and dynamically (via the menu) cycle on
17628 each menu organization in the ring (a la msb).
17629
17630 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17631
17632 * eshell/eshell.el (eshell): Replace links to eshell.info with
17633 links to eshell, to avoid problems on systems where the manual is
17634 installed as `eshell'.
17635 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17636 * eshell/em-smart.el (eshell-smart): Ditto.
17637 * eshell/em-banner.el (eshell-banner): Ditto.
17638 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17639
17640 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17641 same-file check in the MS-DOS version (it does support inodes).
17642
17643 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17644
17645 * eshell/eshell.el (eshell-directory-name):
17646 Run default directory name through convert-standard-filename.
17647
17648 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17649
17650 * international/mule-cmds.el (select-safe-coding-system):
17651 Fix typo in the comment.
17652
17653 * language/european.el (compound-text):
17654 Force katakana-jisx0201 to be designated to G1.
17655
17656 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17657 Don't translate some national variant characters of latin-jisx0201.
17658 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17659
17660 * international/kkc.el (kkc-after-update-conversion-functions):
17661 New variable.
17662 (kkc-update-conversion): Run functions in it at the tail.
17663
17664 2000-07-16 John Wiegley <johnw@gnu.org>
17665
17666 * lisp/align.el (align-newline-and-indent):
17667 Adding new function. for auto-aligning blocks of code on RET.
17668 (align-region): Fixed badly formatted minibuffer message.
17669
17670 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17671
17672 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17673 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17674 the conversion list at first if appropriate.
17675 (kkc-next): Don't update kkc-next-count here.
17676 (kkc-prev): Don't update kkc-prev-count here.
17677 (kkc-show-conversion-list-update): Fix setting up of conversion
17678 list message.
17679
17680 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17681
17682 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17683
17684 2000-07-16 Dave Love <fx@gnu.org>
17685
17686 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17687 function to be more specific.
17688
17689 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17690 non-string help-echo.
17691 (widget-types-convert-widget): Defsubst it.
17692 (widget-echo-help): Try to cope with a help-echo function of two
17693 possible sorts.
17694
17695 2000-07-15 Jason Rumney <jasonr@gnu.org>
17696
17697 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17698 Declare as obsolete.
17699
17700 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17701
17702 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17703
17704 * hilit-chg.el: Fix typo.
17705
17706 2000-07-14 Dave Love <fx@gnu.org>
17707
17708 * info.el (Info-mode-menu): Fix use of :help, :enable.
17709
17710 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17711
17712 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17713
17714 2000-07-13 Dave Love <fx@gnu.org>
17715
17716 * emacs-lisp/easymenu.el: Doc fixes.
17717 (easy-menu-remove): Defalias to ignore.
17718
17719 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17720 Call throw correctly.
17721
17722 2000-07-13 Gerd Moellmann <gerd@gnu.org>
17723
17724 * faces.el (frame-background-mode): Doc fix.
17725
17726 * simple.el (eval-expression-print-length): Change custom type to
17727 allow entering nil as value.
17728
17729 2000-07-13 Dave Love <fx@gnu.org>
17730
17731 * progmodes/fortran.el (fortran-imenu-generic-expression):
17732 Change definition layout.
17733 (fortran-mode-menu): Reinstate customize entries.
17734
17735 * cus-edit.el (custom-group-menu-create, customize-menu-create):
17736 Use :filter, per old XEmacs code.
17737
17738 2000-07-12 Gerd Moellmann <gerd@gnu.org>
17739
17740 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
17741 event when deciding what to send to the terminal.
17742
17743 2000-07-12 Dave Love <fx@gnu.org>
17744
17745 * cus-start.el: Add optional version as 4th element of specs and
17746 use it for several things new in v21. Remove load-path. Fix type
17747 of line-number-display-limit.
17748
17749 2000-07-11 Dave Love <fx@gnu.org>
17750
17751 * progmodes/fortran.el: Don't require easymenu.
17752 Use repeat counts in various regexps.
17753 (fortran-mode-syntax-table): Defvar directly.
17754 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
17755 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
17756 Use defvar, not defconst.
17757 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
17758 (fortran-mode): Set fortran-comment-line-start-skip,
17759 fortran-comment-line-start-skip, dabbrev-case-fold-search.
17760 (fortran-comment-indent): Use defsubst.
17761 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
17762 Use fortran-comment-indent, not fortran-comment-indent-function.
17763 (fortran-comment-region, fortran-electric-line-number): Simplify.
17764 (fortran-auto-fill): New function.
17765 (fortran-do-auto-fill): Deleted.
17766 (fortran-find-comment-start-skip):
17767 Check for non-null comment-start-skip.
17768 (fortran-auto-fill-mode, fortran-fill-statement):
17769 Use fortran-auto-fill.
17770 (fortran-fill): Use fortran-auto-fill. Check for null
17771 comment-start-skip. Simplify final clause and use end-of-line finally.
17772
17773 * widget.el (widget-plist-member): New alias.
17774
17775 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
17776
17777 * eshell/esh-module.el (toplevel): Reference
17778 byte-compile-current-file only if it is bound.
17779
17780 2000-07-10 Gerd Moellmann <gerd@gnu.org>
17781
17782 * dired.el: Don't require `dired-aux'.
17783
17784 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
17785
17786 * dired-aux.el (dired-show-file-type): New function.
17787 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
17788 (dired-show-file-type): Add autoload.
17789
17790 2000-07-10 Kenichi Handa <handa@etl.go.jp>
17791
17792 * international/mule-diag.el (describe-font): Adjusted for the
17793 change of fontset-info.
17794 (print-fontset): Likewise.
17795
17796 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
17797
17798 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
17799
17800 2000-07-07 Gerd Moellmann <gerd@gnu.org>
17801
17802 * bindings.el: Bind `[delete]' to delete-char.
17803
17804 * dired.el (dired-find-alternate-file): New function.
17805 (dired-mode-map): Bind `a' to dired-find-alternate-file.
17806 (toplevel): Require dired-aux when compiling.
17807 (dired-buffers): Move defvar within file to avoid compiler warning.
17808
17809 * info.el (Info-last-search): Variable removed.
17810 (Info-search-history): New variable.
17811 (Info-search): New Info-search-history.
17812
17813 * battery.el, info-look.el: Change author's mail address.
17814
17815 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
17816
17817 * mail/rmail.el (rmail-clear-headers): Don't throw an error
17818 if rmail-ignored-headers is nil.
17819 (rmail-retry-failure): Bind rmail-ignored-headers and
17820 rmail-displayed-headers to nil.
17821
17822 2000-07-06 Gerd Moellmann <gerd@gnu.org>
17823
17824 * lpr.el (lpr-page-header-switches): Add `-h' switch.
17825 (print-region-1): Don't hard code `-h' here.
17826
17827 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
17828
17829 2000-07-01 Francesco Potorti` <pot@gnu.org>
17830
17831 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
17832 exim can use "your message" instead of "the message".
17833
17834 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
17835
17836 * facemenu.el: Docstrings fixes.
17837 (facemenu-get-face): Don't use internal-find-face.
17838 (facemenu-iterate): Rename arg to match the docstring.
17839
17840 * newcomment.el (uncomment-region): Be more careful when skipping
17841 backwards over `=' not to bump into BOBP.
17842
17843 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
17844
17845 * ediff-diff.el (ediff-wordify): Use syntax table.
17846 * ediff-init.el (ediff-has-face-support-p): Use
17847 ediff-color-display-p.
17848 (ediff-color-display-p): Use display-color-p, changed to defun
17849 from defsubst.
17850 Got rid of special cases for NeXT and OS/2.
17851 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
17852 face.
17853
17854 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17855
17856 * emacs-lisp/lucid.el: Require CL.
17857 (copy-tree, remprop): Remove, it's provided by CL.
17858 (map-keymap): Define in terms of cl-map-keymap.
17859 (extent-property, set-extent-end-glyph): New functions.
17860
17861 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
17862
17863 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17864
17865 * Makefile.in (DONTCOMPILE): Add comment that the name may
17866 not be changed without changing the make-dist script.
17867
17868 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
17869 (cl-mapc): Use mapc instead of cl-old-mapc.
17870
17871 2000-07-05 Andrew Innes <andrewi@gnu.org>
17872
17873 * makefile.nt: Add support for `bootstrap' and related targets.
17874
17875 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17876
17877 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
17878 (easy-menu-do-define): Use `menu-item' format.
17879 Handle case where easy-menu-create-menu returns a symbol.
17880 Manually call the potential top-level filter in the function binding.
17881 (easy-menu-filter-return): New arg NAME.
17882 Convert to a keymap if MENU is an XEmacs menu.
17883 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
17884 (easy-menu-converted-items-table, easy-menu-convert-item):
17885 New var and fun to memoize easy-menu-convert-item-1.
17886 (easy-menu-do-add-item): Use it.
17887 (easy-menu-create-menu): Use easy-menu-convert-item.
17888 Wrap easy-menu-filter-return around any :filter specification.
17889 Don't convert the menu if a filter was specified.
17890 Tell easy-menu-make-symbol not to check for MENU being an expression.
17891 (easy-menu-make-symbol): New arg NOEXP.
17892
17893 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17894
17895 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
17896 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
17897 (eval-defun): If called with prefix arg, instrument code for
17898 Edebug.
17899
17900 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
17901 similar to that of eval-defun.
17902
17903 2000-07-04 Dave Love <fx@gnu.org>
17904
17905 * hl-line.el (hl-line-overlay): Make it permanent-local.
17906
17907 * calendar/todo-mode.el: Replaced with a working version, based on
17908 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
17909
17910 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
17911
17912 * paths.el (prune-directory-list): New function.
17913 (Info-default-directory-list): Rewritten to more methodically
17914 enumerate a big list of possible info directories (based on the
17915 list used by the standalone info reader).
17916
17917 * info.el (info-initialize): Use prune-directory-list to remove
17918 non-existent directories from Info-directory-list.
17919
17920 * paths.el (Info-default-directory-list): Try a list of possible
17921 info-directories instead of a single one. Add the possible
17922 info directory "/usr/share/info".
17923
17924 * woman.el (woman-man.conf-path): Explicitly include the debian
17925 man-db config file "/etc/manpath.config".
17926 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
17927 are present in `manpath.config'.
17928 (woman-manpath): Include "/usr/share/man".
17929
17930 2000-07-03 Gerd Moellmann <gerd@gnu.org>
17931
17932 * frame.el (blink-cursor-mode): Don't hide cursor initially.
17933
17934 * startup.el (command-line): Initialize blink-cursor based
17935 on window-system.
17936
17937 * frame.el (blink-cursor): Default to nil if not running under
17938 a window-system.
17939
17940 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
17941 (face-x-resources): Remove duplicate entry for :font.
17942
17943 * textmodes/refer.el (refer-find-entry-internal): Use some-window
17944 instead of cycling through windows with next-window.
17945
17946 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
17947 of cycling through windows with next-window.
17948
17949 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
17950 of cycling through windows with next-window.
17951
17952 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
17953 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
17954 instead of cycling through windows with next-window.
17955
17956 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
17957 instead of cycling through windows with next-window.
17958
17959 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
17960 of cycling through windows with next-window.
17961
17962 * terminal.el (te-process-output): Use walk-windows instead of
17963 cycling through windows with next-window.
17964
17965 * server.el (server-switch-buffer): Use some-window instead of
17966 cycling through windows with next-window.
17967
17968 * window.el (some-window): New function.
17969 (walk-windows): Remove reference to walk-windows-start.
17970
17971 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
17972
17973 2000-07-03 Richard Stallman <rms@gnu.org>
17974
17975 * window.el (walk-windows): Guarantee termination by keeping a list
17976 of all the windows already handled.
17977
17978 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17979
17980 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
17981 window-system.
17982
17983 * man.el (Man-notify-when-ready): Don't use window-system. If
17984 Man-notify-method is newframe, and the display is not
17985 multi-frame, select the frame created for the man page.
17986 (Man-init-defvars): Doc fix.
17987
17988 2000-06-28 Gerd Moellmann <gerd@gnu.org>
17989
17990 * faces.el (region): Change background color for light background.
17991
17992 * ediff-wind.el (ediff-setup-control-frame): Remove :box
17993 attribute from mode-line face of Ediff control frame.
17994
17995 * replace.el (query-replace-map): Bind `e' like `E'.
17996
17997 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17998
17999 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
18000 Change name to "Select All".
18001
18002 * dos-fns.el (convert-standard-filename): Fix last change.
18003
18004 2000-06-27 Gerd Moellmann <gerd@gnu.org>
18005
18006 * help.el (describe-variable): Don't insert a second `'s' in front
18007 of the string `value is shown below'. Since the syntax-table is
18008 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
18009 an existing `'s', so that this won't be deleted.
18010
18011 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
18012 * pcmpl-unix.el: New files.
18013
18014 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
18015
18016 * wid-edit.el (widget-member): Use the new plist-member.
18017
18018 2000-06-26 Gerd Moellmann <gerd@gnu.org>
18019
18020 * replace.el (perform-replace): Undo change of 2000-04-04.
18021 Instead, move backward 1 character at the end of the loop when
18022 necessary.
18023
18024 * faces.el (fringe): Change face for different backgrounds.
18025
18026 * eshell/esh-module.el (toplevel): Load defgroup's differently;
18027 patch from John.
18028
18029 * eshell/*.el: Change spelling of the Free Software Foundation.
18030
18031 * eshell/esh-toggle.el: Removed.
18032
18033 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
18034
18035 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
18036 interactively.
18037
18038 2000-06-26 Alex Schroeder <alex@gnu.org>
18039
18040 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
18041 `define-key'; instead of checking `(emacs-version)' check for
18042 `set-keymap-parent' and `set-keymap-name' directly. Add entries
18043 for `;' and `o' which might be electric.
18044
18045 (sql-electric-stuff): New user option.
18046 (sql-magic-go): New function which uses `sql-electric-stuff'.
18047 (sql-magic-semicolon): New function which uses
18048 `sql-electric-stuff'.
18049
18050 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
18051 is not fboundp.
18052
18053 (sql-oracle-options): New variable.
18054 (sql-oracle): Use it.
18055
18056 (sql-imenu-generic-expression): Doc change.
18057 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
18058 is used.
18059
18060 (sql-informix): Added command line parameter "-" to force
18061 sql-informix-program to use stdout.
18062
18063 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18064
18065 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18066 (cp864-decode-table): Doc fix.
18067 (cp720-decode-table): New variable, supports the Arabic OEM
18068 codepage used by Windows.
18069 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18070
18071 2000-06-23 Dave Love <fx@gnu.org>
18072
18073 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18074 (font-lock-fontify-anchored-keywords): Use
18075 line-beginning-position.
18076 (global-font-lock-mode): Use mapc.
18077
18078 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18079
18080 * eshell/esh-module.el: Require CL when compiling.
18081
18082 2000-06-23 Gerd Moellmann <gerd@gnu.org>
18083
18084 * comint.el (comint-substitute-in-file-name): Call replace-match
18085 with second and third arg t.
18086
18087 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18088 Specify foreground color.
18089
18090 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18091 color.
18092
18093 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18094
18095 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18096 cddr instead of cdddr.
18097
18098 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18099 instead of copy-list.
18100
18101 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18102 of copy-list.
18103
18104 * subdirs.el: Add eshell subdirectory.
18105
18106 * eshell: New subdirectory containing the Eshell package.
18107
18108 * pcomplete.el: New file.
18109
18110 2000-06-23 Paul Eggert <eggert@twinsun.com>
18111
18112 * mail/mailpost.el (post-mail-send-it): Make sure file has
18113 proper permissions from birth.
18114
18115 * files.el (basic-save-buffer-2): When temporarily setting
18116 file modes, set them to current modes plus 0200, not to 0777.
18117
18118 * emerge.el (emerge-make-temp-file): Make sure file has proper
18119 permissions from birth.
18120
18121 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18122
18123 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18124 backup file name through convert-standard-filename.
18125
18126 * dos-fns.el (convert-standard-filename): Convert leading
18127 directories as well. When long file names are supported, convert
18128 characters that are invalid in Windows file names.
18129
18130 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18131
18132 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18133 ps-print crashes. New feature: page selection for printing. Create
18134 raw-text-unix coding system for XEmacs. Doc fix.
18135 (ps-print-version): New version number (5.2.3).
18136 (ps-plot-region): Bug fix.
18137 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18138 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18139 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18140 funs.
18141 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18142 (ps-last-page): New vars.
18143
18144 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18145
18146 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18147 empty option string.
18148
18149 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18150
18151 * man.el (man): Doc fix.
18152
18153 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18154
18155 * international/mule-cmds.el (set-language-info-alist): Docstring
18156 fixed.
18157
18158 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18159
18160 * version.el (emacs-version): Use ISO date format.
18161
18162 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18163 instead of `M-backspace'.
18164
18165 * simple.el (turn-off-auto-fill): New function.
18166
18167 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18168
18169 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18170 Renamed from with-buffer-prepared-for-font-lock and use
18171 inhibit-modification-hooks rather than setting *-change-functions.
18172 Update all functions to use the new name.
18173 (jit-lock-first-unfontify-pos): New semantics (and doc).
18174 (jit-lock-mode): Make non-interactive.
18175 Don't automatically turn on font-lock.
18176 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18177 Always use jit-lock-after-change.
18178 Remove and restore font-lock-after-change-function.
18179 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18180 (jit-lock-after-unfontify-buffer): Remove.
18181 (jit-lock-stealth-fontify):
18182 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18183 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18184
18185 2000-06-20 Sam Steingold <sds@gnu.org>
18186
18187 * emacs-lisp/cl-indent.el (toplevel): Indent
18188 `print-unreadable-object' properly. Untabify.
18189
18190 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18191
18192 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18193 Support for bibentry.
18194 (reftex-compile-variables): Fixed problem with end of section-re.
18195
18196 * texmodes/reftex-dcr.el (reftex-view-crossref,
18197 reftex-view-crossref-from-bibtex):
18198 Deal with changed `reftex-find-citation-regexp-format'.
18199 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18200 Replaced `remprop' with `put'.
18201 (reftex-view-crossref, reftex-view-crossref-when-idle):
18202 Support for bibentry.
18203
18204 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18205 New entry for bibentry package.
18206
18207 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18208 Regexp also matches "\nobibliography".
18209
18210 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18211 Call `reftex-ensure-write-access' before doing anything.
18212 (reftex-ensure-write-access): New function.
18213
18214 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18215
18216 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18217
18218 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18219
18220 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18221
18222 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18223
18224
18225 2000-06-20 Dave Love <fx@gnu.org>
18226
18227 * faces.el (frame-background-mode): Use set-default, not set, in
18228 setter.
18229 (frame-update-faces, frame-update-face-colors): Define with
18230 defalias.
18231
18232 * enriched.el (enriched-decode-foreground)
18233 (enriched-decode-background): Don't use internal-find-face.
18234
18235 * apropos.el: Doc fixes.
18236
18237 * cus-edit.el (customize-changed-options): Check arg.
18238 (customize-version-lessp): Don't require decimal point.
18239
18240 * custom.el (defcustom, defgroup): Doc fix.
18241
18242 * newcomment.el (comment) <defgroup>: Add :version.
18243 (comment-multi-line): Doc fix.
18244
18245 * emulation/mlsupport.el (define-hooked-local-abbrev,
18246 define-hooked-global-abbrev): Fix, using define-abbrev.
18247
18248 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18249
18250 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18251 the whole buffer.
18252
18253 2000-06-19 Dave Love <fx@gnu.org>
18254
18255 * menu-bar.el (menu-bar-options-save): New function.
18256 (menu-bar-options-menu): Use it.
18257 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18258 Simplify.
18259
18260 2000-06-19 Andreas Schwab <schwab@suse.de>
18261
18262 * progmodes/etags.el (tags-query-replace): Put new parameters
18263 START and END at the end, for backward compatibility.
18264
18265 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18266
18267 * international/codepage.el:
18268 (cp-coding-system-for-codepage-1): Delete special codes for
18269 generating xxx-dos coding system because now a CCL based coding
18270 system can handle EOL conversion by default.
18271
18272 * international/mule.el (make-coding-system): Generate subsidiary
18273 coding systems for EOL handling variants even for a CCL based
18274 coding system.
18275
18276 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18277
18278 * international/isearch-x.el (isearch-minibuffer-input-method)
18279 (isearch-minibuffer-input-method-function): These variables
18280 deleted.
18281 (isearch-with-input-method): Don't use the above variables.
18282 (isearch-process-search-multibyte-characters): Likewise. Call
18283 read-string with the arg INHERIT-INPUT-METHOD t.
18284
18285 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18286
18287 * font-lock.el (font-lock-after-fontify-buffer)
18288 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18289
18290 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18291 Use consistent make-local-variable style for font-lock-fontified.
18292 (jit-lock-fontify-buffer):
18293 Don't bother checking for font-lock-mode and jit-lock-mode.
18294
18295 * time.el: Remove trailing ^M that prevent CVS-merging.
18296
18297 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18298
18299 * Makefile.in (distclean): New target.
18300
18301 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18302
18303 * Makefile.in (srcdir): Define for update-subdirs.
18304
18305 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18306
18307 * find-lisp.el: New file.
18308
18309 2000-06-16 Andrew Innes <andrewi@gnu.org>
18310
18311 * time.el (display-time-mail-function): New variable, to allow
18312 external packages to indicate when new mail is available.
18313 (display-time-update): Use it.
18314
18315 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18316
18317 * international/mule.el (mule-version): Change version name to
18318 SAKAKI. AOI has already been used by Meadow.
18319
18320 * international/quail.el (quail-show-guidance-buf): To find the
18321 bottom window (but minibuffer), pay attention to the height of
18322 minibuffer.
18323
18324 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18325
18326 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18327 menu-bar menus. Add help strings. Don't remove the Edit menu
18328 from the menu bar, as the menu bar has enough space now.
18329
18330 * Makefile.in (SHELL): Make sure /bin/sh is used.
18331
18332 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18333 characters, which use series of two ^H characters instead of one.
18334
18335 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18336
18337 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18338 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18339 functions.
18340 (Info-find-node-2): Try a case-sensitive search first, then
18341 do a case-insensitive search.
18342
18343 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18344 tutorials.
18345
18346 * complete.el (PC-env-vars-alist): New variable.
18347 (PC-complete-as-file-name): New function.
18348 (partial-completion-mode): Initialize PC-env-vars-alist from
18349 process-environment.
18350 (PC-do-completion): Handle completion of env vars.
18351
18352 * info.el (Info-set-mode-line): Show file name in mode line,
18353 use `*Info*' instead of `Info:'.
18354
18355 * startup.el (command-line-1): Change copyright messages to year
18356 2000.
18357
18358 2000-06-15 Dave Love <fx@gnu.org>
18359
18360 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18361 not local-map.
18362
18363 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18364
18365 * international/mule.el (set-buffer-file-coding-system): Almost
18366 rewritten to handle `undecided' as no-op.
18367
18368 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18369
18370 * Makefile.in: New file.
18371
18372 * Makefile: Removed.
18373
18374 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18375 (goto-address-highlight-keymap): Bind C-c RET.
18376
18377 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18378
18379 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18380 inherits buffer-file-coding-system of the current buffer.
18381
18382 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18383 0. Give correct argument to set-auto-coding-function.
18384 (tar-expunge): For goto-char, use (point-min), not 0.
18385 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18386 (tar-subfile-save-buffer): Likewize.
18387
18388 * international/mule.el
18389 (after-insert-file-set-buffer-file-coding-system): Call
18390 set-buffer-file-coding-system with the arg FORCE t.
18391
18392 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18393
18394 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18395 nil. Contemporary sendmails issue an X-Authentication-Warning if
18396 the sender is set with `-f'.
18397
18398 2000-06-13 Dave Love <fx@gnu.org>
18399
18400 * help.el (describe-function-1): Kluge around cases of functions
18401 fset to subrs whose doc doesn't match their symbol-name.
18402
18403 * image.el (insert-image): Default STRING to a space.
18404
18405 * info.el Doc fixes.
18406 (Info-build-node-completions): Match Ref tags.
18407
18408 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18409
18410 * frame.el (display-multi-frame-p, display-multi-font-p): New
18411 defaliases for display-graphic-p.
18412
18413 * hl-line.el: Fixed a typo in commentary.
18414
18415 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18416
18417 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18418 fixed.
18419
18420 2000-06-12 Dave Love <fx@gnu.org>
18421
18422 * image.el (insert-image): Save a little consing.
18423
18424 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18425
18426 * language/tibet-util.el: Convert all tibetan-1-column characters
18427 to the corresponding tibetan characters.
18428 (tibetan-add-components): Delete code for the special treatment of
18429 'a chung.
18430
18431 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18432 change.
18433 (tibetan-vowel-transcription-alist): More rules added.
18434 (tibetan-composite-vowel-alist): New variable.
18435 (tibetan-precomposition-rule-alist): More rules added.
18436
18437 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18438
18439 * startup.el (command-line): Only call menu-bar-mode if interactive.
18440
18441 * thingatpt.el (toplevel symbol-properties):
18442 * textmodes/makeinfo.el (makeinfo-compile):
18443 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18444 * progmodes/hideif.el (hif-compress-define-list)
18445 (hide-ifdef-use-define-alist):
18446 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18447 (ange-ftp-vms-add-file-entry):
18448 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18449 * man.el (Man-build-man-command):
18450 * mail/rnewspost.el (news-reply-header-hook):
18451 * info.el (Info-insert-dir):
18452 * emulation/mlconvert.el (backward-word, forward-word, setq):
18453 * emacs-lisp/gulp.el (gulp-send-requests):
18454 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18455 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18456 (byte-optimize-apply, end of file):
18457 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18458 (ad-make-freeze-definition):
18459 * startup.el (command-line, command-line-1): Don't quote lambdas.
18460
18461 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18462 (cvs-cleanup-removed): New function.
18463 (cvs-cleanup-functions): New var.
18464 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18465 some flexibility in specifying additional entries to auto-cleanup.
18466 (cvs-quickdir): New function.
18467 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18468 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18469 (cvs-mode-find-file): Check that we are on a filename or dirname
18470 when invoked through a mouse-click.
18471 (cvs-full-path): Remove.
18472 (cvs-dired-action): Re-introduced.
18473 (cvs-dired-noselect): Use it.
18474 (vc-post-command-functions): use this new hook if available.
18475
18476 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18477 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18478 (cvs-filename-map, cvs-dirname-map): Remove.
18479 (cvs-default-action): Remove.
18480 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18481 if the arg is really a keymap.
18482 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18483 Don't hardcode the mapping from state (aka type) to face, but check
18484 the var cvs-fi-<type>-face instead.
18485 (cvs-fileinfo-from-entries): New function.
18486
18487 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18488 Docstring fix.
18489 (cvs-find-file-and-jump): Change default to be safer.
18490 (cvs-mode-diff-map): Define it as a function as well.
18491 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18492 Bind mouse-2 in this global map rather than with text-properties.
18493
18494 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18495 file to resolve the ambiguity between C(conflict) and C(need-merge).
18496
18497 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18498
18499 * international/mule.el (set-buffer-file-coding-system): If
18500 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18501 unconditionally.
18502
18503 2000-06-12 Dave Love <fx@gnu.org>
18504
18505 * wid-edit.el (widget-specify-button): Really suppress the face if
18506 required.
18507
18508 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18509
18510 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18511
18512 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18513
18514 * imenu.el (imenu-generic-expression): Docstring fix.
18515
18516 * composite.el (composition-function-table): Move the `put'
18517 below the autoload cookie so we can load the file before loaddefs.
18518
18519 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18520
18521 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18522 Handle easy-mmode-define-global-mode.
18523 For complex macros like define-minor-mode that can generate
18524 several autoload entries, try to autoload entries in the
18525 macroexpanded code.
18526
18527 * emacs-lisp/easy-mmode.el (define-minor-mode):
18528 If KEYMAP is a symbol, just use it.
18529 Use byte-compile-current-file and load-file-name to infer the
18530 proper :require to pass to defcustom.
18531 Wrap the hook var into `progn' so as not to autoload it.
18532 Add a :autoload-end cookie.
18533 Be more careful about the evaluation of KEYMAP.
18534 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18535 (define-derived-mode): Move define-abbrev-table outside of defvar.
18536
18537 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18538
18539 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18540 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18541 (backup-compiled-files): Ignore errors during `tar'.
18542 (bootstrap): Make autoloads before elc files.
18543
18544 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18545
18546 * international/mule.el (set-buffer-file-coding-system): If one of
18547 undecided-XXX is specified, change only EOL conversion.
18548
18549 * international/mule-conf.el (unix): New alias for the coding
18550 system undecided-unix.
18551
18552 2000-06-09 Dave Love <fx@gnu.org>
18553
18554 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18555
18556 * progmodes/executable.el: Byte compile dynamic.
18557 (executable-insert): Change custom type.
18558 (executable-find): Add autoload cookie.
18559 (executable-make-buffer-file-executable-if-script-p): New
18560 function. After Noah Friedman.
18561
18562 * files.el (after-save-hook): Customize, with
18563 executable-make-buffer-file-executable-if-script-p as an option.
18564
18565 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18566
18567 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18568 "tib24p-mule.bdf" for Tibetan.
18569
18570 * composite.el (decompose-composite-char): Declare it as obsolete.
18571
18572 * man.el (Man-fontify-manpage): Pay attention to underline and
18573 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18574
18575 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18576
18577 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18578 Set maintainer to FSF since author isn't reachable.
18579
18580 2000-06-08 Dave Love <fx@gnu.org>
18581
18582 * international/mule-cmds.el (select-safe-coding-system): If
18583 DEFAULT-CODING-SYSTEM is not specified, also check the most
18584 preferred coding-system if buffer-file-coding-system is
18585 `undecided'. From Handa.
18586
18587 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18588
18589 * international/mule.el
18590 (after-insert-file-set-buffer-file-coding-system): If the buffer
18591 size is greater than INSERTED, judget that we are not visiting.
18592
18593 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18594
18595 * whitespace.el (defgroup whitespace): Comment out `:version'.
18596 XEmacs 20.4 has problems defining the group with this present.
18597 We'll have this commented out till get resolve the problem.
18598
18599 2000-06-07 John Wiegley <johnw@gnu.org>
18600
18601 * align.el (align-dq-string-modes, align-sq-string-modes)
18602 (align-open-comment-modes): Add pyhton-mode.
18603 (align-rules-list): Use get-text-property instead of
18604 text-properties-at.
18605 (align-rules-list): Add python-assignment.
18606 (align-rules-list): Change perl-comma-delimiter to
18607 basic-comma-delimiter. Use if for Perl modes and python-mode.
18608 (align-rules-list): Add python-chain-logic and
18609 basic-line-continuation.
18610
18611 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18612
18613 * apropos.el (apropos-mode-hook): New user variable.
18614 (apropos-mode): Run apropos-mode-hook.
18615
18616 2000-06-07 David Ponce <david@dponce.com>
18617
18618 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18619 commands. Require `wid-edit' at run-time.
18620
18621 2000-06-07 David Ponce <david@dponce.com>
18622
18623 * recentf.el: Added some "Commentary".
18624 (recentf-open-more-files, recentf-edit-list): Minor changes to
18625 move the point at the top of the file list. This behaviour is
18626 consistent with the menu one when the list contains a lot of
18627 files.
18628 (recentf-cleanup): Now displays the number of items removed from
18629 the list.
18630 (recentf-relative-filter) New menu filter to show filenames
18631 relative to `default-directory'.
18632
18633 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18634
18635 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18636 with/without giving an error if PostScript printer doesn't have this
18637 kind of page size. Zebra Stripe continues or restarts on next page.
18638 Manual/automatic paper feeding. Switch or not the header.
18639 (ps-print-version): New version number (5.2.2).
18640 (ps-windows-system): Include emx as a Windows system.
18641 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18642 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18643 (ps-background-text): Code fix.
18644 (ps-error-handler-message, ps-user-defined-prologue)
18645 (ps-print-prologue-header, ps-printer-name)
18646 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18647 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18648 (ps-use-face-background): Customization fix.
18649 (ps-n-up-database): Data fix.
18650 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18651 (ps-switch-header): New vars.
18652 (ps-xemacs-color-name, ps-face-foreground-name)
18653 (ps-face-background-name, ps-boolean-constant): New funs.
18654
18655 2000-06-07 Dave Love <fx@gnu.org>
18656
18657 * allout.el: New version from Manheimer.
18658
18659 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18660
18661 * textmodes/fill.el (fill-find-break-point): Check the validity of
18662 charset.
18663
18664 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18665
18666 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18667 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18668 Call display-color-p and display-mouse-p instead of looking at
18669 window-system.
18670
18671 2000-06-06 Dave Love <fx@gnu.org>
18672
18673 * image.el (find-image): Doc fix. Return nil if image not found.
18674 (put-image, insert-image): Make STRING arg optional.
18675
18676 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18677
18678 * language/vietnamese.el: Remove eval-when-compile.
18679 (viet-viscii-nonascii-translation-table): Define it as a
18680 translation table made from viet-viscii-decode-table.
18681 (viet-viscii-encode-table): Define it as a translation table made
18682 from the reverse map of above.
18683 (viet-vscii-nonascii-translation-table): Define it as a
18684 translation table made from viet-vscii-decode-table.
18685 (viet-vscii-encode-table): Define it as a translation table made
18686 from the reverse map of above.
18687 (ccl-decode-viscii): Use translate-character.
18688 (ccl-encode-viscii, ccl-encode-viscii-font)
18689 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18690 Likewize.
18691
18692 * language/cyrillic.el: Remove eval-when-compile.
18693 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18694 translation table made from cyrillic-koi8-r-decode-table.
18695 (cyrillic-koi8-r-encode-table): Define it as a translation table
18696 made from the reverse map of above.
18697 (ccl-decode-koi8): Use translate-character.
18698 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18699 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18700 a translation table made from cyrillic-alternativnyj-decode-table.
18701 (cyrillic-alternativnyj-encode-table): Define it as a translation
18702 table made from the reverse map of above.
18703 (ccl-decode-alternativnyj): Use translate-character.
18704 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18705 Likewize
18706
18707 * international/mule-diag.el (non-iso-charset-alist): Specify
18708 translation table symbol instead of translation table itself.
18709 (list-block-of-chars): CHARSET may be a translation table symbol.
18710
18711 * international/mule.el (make-coding-system): If CODING-SYSTEM
18712 already exists, override it.
18713
18714 * international/fontset.el: Use family `proportional' for Tibetan
18715 fonts.
18716
18717 * international/ccl.el (ccl-compile-translate-character): Don't
18718 check if Rrr has property translation-table.
18719 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18720
18721 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18722
18723 * info.el: Bind case-fold-search to t when searching in case
18724 a user sets it to nil in a hook.
18725
18726 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
18727
18728 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18729 * hl-line.el (hl-line-mode): Use the new :global key argument.
18730
18731 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18732 (tar-clip-time-string): Prepend a space.
18733 (tar-grind-file-mode): Construct a string rather than modifying one.
18734 (tar-header-block-summarize): Fix docstring.
18735 Use `format' rather than an error-prone set of copy-loops.
18736
18737 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
18738 (diff-goto-source, diff-unified->context, diff-context->unified)
18739 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
18740 understand the format output by the `-p' argument to diff.
18741
18742 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
18743 (sh-re-done): Use defconst.
18744 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
18745 (sh-help-string-for-variable, sh-guess-basic-offset):
18746 Don't quote lambdas.
18747 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
18748 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
18749
18750 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
18751 (mh-letter-mode): Derive from text-mode.
18752 This implicitly means that it now calls kill-all-local-variables.
18753 Also remove the Emacs-18 compatibility code.
18754
18755 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
18756 Make use of symbol-property doc-string-elt.
18757 Use memq rather than a sequence of eq.
18758 (doc-string-elt): Fix the wrong or missing previously unused values.
18759 (autoload-print-form): New function extracted from
18760 generate-file-autoloads to allow recursion when handling progn
18761 so that defvar's and defun's docstrings are properly printed.
18762 (generate-file-autoloads): Use it.
18763
18764 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
18765 Use find-file-hooks in the minor-mode function.
18766 Be careful not to loop indefinitely in the post-command-hook function.
18767
18768 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
18769
18770 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
18771 tty's.
18772 * ediff-diff.el (ediff-exec-process): Use --binary for fine
18773 differences whenever appropriate.
18774 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
18775 * viper.el (find-file, find-file-other-window): Get viper to do
18776 wildcards.
18777
18778 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
18779
18780 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
18781 (jit-lock-fontify-buffer): New function for JIT refontification.
18782 (jit-lock-mode): Fix docstring.
18783 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
18784 Remove jit-lock-after-change from the _local_ hook.
18785 (jit-lock-function-1): Fix docstring.
18786
18787 * info.el (Info-on-current-buffer): Initialize info.
18788
18789 * newcomment.el (comment-indent): Ignore comment-indent-hook.
18790
18791 * progmodes/tcl.el (tcl-indent-for-comment):
18792 Ignore comment-indent-hook.
18793
18794 * emacs-lisp/easy-mmode.el: Require CL during compilation.
18795 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
18796 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
18797 and improve to use the lighter to guess the capitalization.
18798 (define-minor-mode): Inline code from easy-mmode-define-toggle.
18799 Add keyword arguments to specify global-ness or the custom group.
18800 Add local-map and help-echo properties to the lighter.
18801 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
18802 (easy-mmode-define-global-mode): New macro.
18803
18804 2000-06-02 Dave Love <fx@gnu.org>
18805
18806 * wid-edit.el: byte-compile-dynamic since we typically don't use
18807 all the widgets. Don't require cl or widget. Remove
18808 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
18809 (widget-read-event): Removed. Callers changed to use read-event.
18810 (widget-button-release-event-p): Renamed from
18811 button-release-event-p.
18812 (widget-field-add-space, widget-field-use-before-change):
18813 Uncustomize.
18814 (widget-specify-field): Use keymap property, not local-map.
18815 (widget-specify-button): Obey :suppress-face.
18816 (widget-specify-insert): Use modern backquote syntax.
18817 (widget-image-directory): Renamed from widget-glyph-directory.
18818 (widget-image-enable): Renamed from widget-glyph-enable.
18819 (widget-image-find): Replaces widget-glyph-find.
18820 (widget-button-pressed-face): Move defvar.
18821 (widget-image-insert): Replaces widget-glyph-insert.
18822 (widget-convert): Use keywordp.
18823 (widget-leave-text, widget-children-value-delete): Use mapc.
18824 (widget-keymap): Remove XEmacs stuff.
18825 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
18826 (widget-button-click): Don't set point at the click, but re-centre
18827 if we scroll out of window. Rewritten for images v. glyphs &c.
18828 (widget-tabable-at): Use POS arg, not point.
18829 (widget-beginning-of-line, widget-end-of-line)
18830 (widget-item-value-create, widget-sublist, widget-princ-to-string)
18831 (widget-sexp-prompt-value, widget-echo-help): Simplify.
18832 (widget-default-create): Use widget-image-insert; some rewriting.
18833 (widget-visibility-value-create)
18834 (widget-push-button-value-create, widget-toggle-value-create): Use
18835 widget-image-insert.
18836 (checkbox): Create on and off images dynamically.
18837 (documentation-link): Change :help-echo.
18838 (widget-documentation-link-echo-help): Remove.
18839
18840 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
18841
18842 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
18843
18844 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
18845 (easy-mmode-define-toggle, define-minor-mode): Use it.
18846 (easy-mmode-define-keymap): Docstring fix.
18847 (define-derived-mode): Default PARENT to fundamental-mode.
18848 Add the derived-mode-parent symbol-property.
18849 (easy-mmode-derived-mode-p): New function.
18850
18851 2000-06-02 Dave Love <fx@gnu.org>
18852
18853 * files.el (convert-standard-filename): Doc fix.
18854 (normal-backup-enable-predicate): New function.
18855 (backup-enable-predicate): Use it to replace the lambda form.
18856
18857 * calendar/todo-mode.el: [This needs more work on the outline
18858 stuff.] Doc fixes.
18859 (todo) <defgroup>: Add :version.
18860 (todo-add-category): Don't use pushnew.
18861 (todo-cmd-raise): Fix typo.
18862 (todo-top-priorities): Change temp buffer name.
18863 (todo-category-alist): Avoid redundant lambda.
18864 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
18865 Use outline-next-heading.
18866
18867 * autoarg.el: Rewritten to use define-minor-mode.
18868 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
18869 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
18870
18871 2000-06-02 Kenichi Handa <handa@etl.go.jp>
18872
18873 * isearch.el (isearch-other-meta-char): Fix previous change.
18874
18875 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18876
18877 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
18878 (log-edit-done): Only add the comment to the ring if it's different
18879 from the last comment entered.
18880
18881 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
18882
18883 2000-06-01 Dave Love <fx@gnu.org>
18884
18885 * hl-line.el: Rewritten using define-minor-mode.
18886
18887 * help.el (describe-function-1): Distinguish special form from
18888 builtin function. Sanity-check presence of arglist for builtins.
18889
18890 2000-06-01 Kenichi Handa <handa@etl.go.jp>
18891
18892 * international/characters.el: Fix syntax/category setting of
18893 Tibetan characters.
18894
18895 * language/tibet-util.el (tibetan-add-components): Fixes for new
18896 encoding of Tibetan characters.
18897 (tibetan-decompose-precomposition-alist): New variable.
18898 (tibetan-decompose-region): Convert precomposed characters to
18899 non-precomposed characters.
18900 (tibetan-decompose-string): Likewise.
18901 (tibetan-composition-function): Fix args to
18902 thibetan-compose-string.
18903
18904 * language/tibetan.el (tibetan-composable-pattern): More
18905 characters included.
18906 (tibetan-consonant-transcription-alist): Rule for "R" added.
18907 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
18908 "+R" added.
18909 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
18910
18911 * language/lao-util.el (lao-composition-function): Fix args to
18912 compose-string.
18913
18914 * language/thai-util.el (thai-composition-function): Fix args to
18915 compose-string.
18916
18917 * isearch.el (isearch-update): Set disable-point-adjustment to t
18918 to prevent the point moving to the end of a composition when a
18919 part of a composition is searched.
18920 (isearch-other-meta-char): If the key invoking this command can be
18921 mapped by function-key-map to a printing char, call
18922 isearch-process-search-char directly.
18923
18924 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18925
18926 * emacs-lisp/bytecomp.el:
18927 * frame.el:
18928 * international/mule-cmds.el:
18929 * international/mule-util.el:
18930 * international/mule.el:
18931 * mouse.el:
18932 * subr.el:
18933 * faces.el: Update calls to make-obsolete with a WHEN argument.
18934
18935 * byte-run.el (make-obsolete, make-obsolete-variable):
18936 Add an optional WHEN argument and change the format of the
18937 symbol-property information.
18938 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
18939 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
18940 new obsolete-symbol-property format and print WHEN if it is provided.
18941
18942 2000-05-31 Dave Love <fx@gnu.org>
18943
18944 * loadhist.el (loadhist-hook-functions): Remove
18945 before-change-function, after-change-function.
18946 (unload-feature): Deal with symbols which are both bound and
18947 fbound.
18948
18949 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
18950 before-change-function, after-change-function.
18951
18952 * simple.el (newline): Don't bind before-change-function,
18953 after-change-function.
18954
18955 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
18956
18957 * whitespace.el (whitespace-rescan-timer-time): Update interval
18958 set to 600 seconds (10 minutes) instead of 60 seconds since
18959 a large number of whitespace buffers causes emacs to `freeze'
18960 for a considerable amount of time.
18961
18962 * whitespace.el: Updated email address
18963
18964 2000-05-31 Dave Love <fx@gnu.org>
18965
18966 * add-log.el (change-log-font-lock-keywords) <function>: Add
18967 pattern for function of change.
18968 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
18969 acknowledgements patterns.
18970
18971 2000-05-31 Kenichi Handa <handa@etl.go.jp>
18972
18973 * isearch.el (isearch-printing-char): If keyboard coding system is
18974 being used, call isearch-process-search-multibyte-characters.
18975
18976 * international/isearch-x.el: Mostly rewritten.
18977
18978 * international/quail.el (quail-start-conversion): Don't include
18979 unhandled events in the returned events, but set them in
18980 unread-command-events. Exit if all inputs are deleted.
18981
18982 2000-05-30 Jason Rumney <jasonr@gnu.org>
18983
18984 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
18985
18986 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
18987 Reenable code to create initial fontsets.
18988 Use set-fontset-font in place of put-charset-property.
18989
18990 2000-05-30 Gerd Moellmann <gerd@gnu.org>
18991
18992 * progmodes/perl-mode.el (perl-indent-line): When looking for a
18993 label, ensure that the first colon isn't followed by another.
18994
18995 * paths.el (Info-default-directory-list): Doc fix.
18996
18997 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
18998 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
18999 send a query containing USER only, not USER@HOST.
19000
19001 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
19002 and rmail-msgend to compute the restriction at the end, instead of
19003 computing it.
19004
19005 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19006
19007 * dabbrev.el (dabbrev-expand): Don't display messages in the
19008 echo area if the minibuffer window is active.
19009
19010 * jit-lock.el (jit-lock-mode): Add after change function to
19011 local hook.
19012
19013 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
19014
19015 * antlr-mode.el: New commands: hide/unhide actions,
19016 upcase/downcase literals.
19017 (antlr-tiny-action-length): New user option.
19018 (antlr-hide-actions): New command. Suggested by
19019 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
19020 (antlr-mode-map): New binding [C-c C-v].
19021 (antlr-mode-menu): New entries.
19022 (antlr-downcase-literals): New command.
19023 (antlr-upcase-literals): Ditto.
19024
19025 * antlr-mode.el: Minor changes: indendation, mode-name.
19026 (antlr-indent-line): Indent cpp directive at column 0.
19027 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
19028
19029 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
19030 (antlr-font-lock-additional-keywords): Workaround for intentional
19031 bug in XEmacs version of font-lock.
19032 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
19033 be used by a smarter version of `buffers-menu-grouping-function'.
19034
19035 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19036
19037 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
19038 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
19039
19040 2000-05-29 Kenichi Handa <handa@etl.go.jp>
19041
19042 * international/encoded-kb.el
19043 (encoded-kbd-iso2022-designation-map): Pay attention to that
19044 charset-iso-final-char return -1 for eight-bit-control and
19045 eight-bit-graphic.
19046
19047 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19048
19049 * speedbar.el (speedbar-use-images, speedbar-update-flag)
19050 (speedbar-easymenu-definition-base): Use display-graphic-p where
19051 available, instead of window-system.
19052
19053 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19054
19055 * international/codepage.el (cp-coding-system-for-codepage-1): Add
19056 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
19057 coding systems.
19058
19059 2000-05-26 Dave Love <fx@gnu.org>
19060
19061 * disp-table.el (standard-display-underline): Don't use
19062 internal-find-face.
19063
19064 * mail/reporter.el: Maintainer change. Doc fixes.
19065 (reporter-version): Deleted.
19066
19067 * emacs-lisp/elp.el: Maintainer change.
19068 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19069
19070 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19071
19072 * add-log.el (add-change-log-entry): Merge the current entry with the
19073 previous one if the previous one is empty.
19074
19075 2000-05-26 Dave Love <fx@gnu.org>
19076
19077 * loadhist.el (unload-feature): Fix interactive spec [from
19078 lijnzaad@ebi.ac.uk].
19079
19080 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19081 subr-arity to check primitives.
19082 (byte-compile-flush-pending, byte-compile-file-form-progn)
19083 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19084 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19085 mapcar.
19086
19087 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19088
19089 * international/fontset.el: Set family names of non-latin charsets
19090 in default fontset to "*".
19091
19092 * international/mule-diag.el (print-fontset): Combine family part
19093 and registry part of the fontname by "-*-" instead of "-".
19094
19095 * international/mule-cmds.el (encode-coding-char): Make strings
19096 multibyte before calling encode-coding-string.
19097
19098 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19099
19100 * derived.el: Fix keywords.
19101 (define-derived-mode): Only define if needed.
19102
19103 * simple.el (fill-comment, comment-column, comment-start)
19104 (comment-start-skip, comment-end, comment-indent-function)
19105 (block-comment-start, block-comment-end, indent-for-comment)
19106 (set-comment-column, kill-comment, comment-padding, comment-region)
19107 (comment-multi-line, indent-new-comment-line): Remove.
19108
19109 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19110 function names for comment operations.
19111
19112 * newcomment.el: Add abundant autoload cookies.
19113 (comment-style): Don't depend on runtime data at compile-time.
19114 (comment-indent-hook): Remove.
19115 (comment-indent): Check if comment-indent-hook is bound.
19116 (comment-region): Docstring fix.
19117
19118 2000-05-25 Dave Love <fx@gnu.org>
19119
19120 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19121 byte-code-function-p.
19122
19123 * mail/rmailsum.el: Add provide.
19124
19125 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19126
19127 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19128 defcustom.
19129
19130 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19131
19132 * ediff-diff.el (ediff-exec-process): delete --binary option from
19133 non-buffer ediff jobs.
19134
19135 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19136
19137 * hilit-chg.el (highlight-changes-mode): Ask about color or
19138 grayscale support, not about window-system.
19139
19140 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19141 window-system.
19142 (ffap-highlight): Always default to t.
19143
19144 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19145 display-popup-menus-p instead of looking at window-system.
19146
19147 * disp-table.el (standard-display-g1, standard-display-graphic):
19148 Only refuse to use string glyphs on X and MS-Windows.
19149
19150 * avoid.el: Remove window-system from commentary, suggest to use
19151 display-*-p instead.
19152
19153 * apropos.el (apropos-print): Use display-mouse-p instead of
19154 window-system.
19155
19156 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19157
19158 * international/codepage.el (cp-decoding-vector-for-codepage):
19159 Fill up unsupported characters with their own codes. From Kenichi
19160 Handa.
19161
19162 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19163
19164 * international/mule-diag.el (describe-char-after): Use
19165 display-graphic-p instead of window-system, so that this function
19166 works on MS-DOS.
19167
19168 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19169
19170 * international/codepage.el (cp-make-coding-systems-for-codepage):
19171 Remove the eight-bit-graphic and eight-bit-control charsets from
19172 the list of charsets which we convert into `?'.
19173
19174 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19175
19176 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19177 private charsets.
19178 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19179 japanese-jisx0213-2): New charsets.
19180
19181 * international/fontset.el: Setup default fontset for new charsets.
19182
19183 2000-05-24 Dave Love <fx@gnu.org>
19184
19185 * info.el (Info-find-node-2): Restructure [following "Vadim
19186 S. Solomin" <sovs@uic.nnov.ru>].
19187
19188 * icomplete.el: Fix header for Finder.
19189
19190 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19191
19192 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19193 STAY.
19194
19195 * rmail.el (rmail-automatic-folder-directives): New user variable.
19196 (rmail-show-message): Add call to `rmail-auto-file' during
19197 display.
19198 (rmail-auto-file): New function.
19199
19200 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19201
19202 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19203 account.
19204 (ediff-test-utility,ediff-diff-mandatory-option)
19205 (ediff-reset-diff-options): Utilities for proper initialization of
19206 ediff-diff-options and ediff-diff3-options on Windows.
19207
19208 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19209 variable.
19210
19211 * ediff-mult.el (ediff-filegroup-action): Use
19212 ediff-merge-filename-prefix.
19213
19214 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19215
19216 * viper-ex.el (ex-write): Set selective display to nil.
19217
19218 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19219
19220 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19221 aliases for hebrew-iso-8bit.
19222
19223 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19224
19225 * woman.el: New version from Francis J. Wright
19226 <F.J.Wright@Maths.QMW.ac.uk>.
19227 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19228 names in environment variables regardless of the path separator.
19229 (woman-topic-all-completions-1): Don't call file-name-directory-p
19230 on all files, since woman-file-regexp already filters out any
19231 directories.
19232
19233 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19234
19235 * international/quail.el (quail-start-translation): Don't change
19236 modified-p of the current buffer.
19237 (quail-start-conversion): Likewise.
19238
19239 * international/kkc.el (kkc-region): Don't change modified-p of
19240 the current buffer.
19241
19242 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19243 conform to RFC1468.
19244 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19245
19246 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19247
19248 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19249 (speedbar-insert-button): Invisible text property fix.
19250 (speedbar-directory-plus): Renamed from speedbar-directory-+
19251 (speedbar-directory-minus): Renamed from speedbar-directory--
19252 (speedbar-page-plus): Renamed from speedbar-file-+
19253 (speedbar-page-minus): Renamed from speedbar-file--
19254 (speedbar-page): Renamed from speedbar-file-
19255 (speedbar-tag): Renamed from speedbar-tag-
19256 (speedbar-tag-plus): Renamed from speedbar-tag-+
19257 (speedbar-tag-minus): Renamed from speedbar-tag--
19258 (speedbar-expand-image-button-alist): Use above renames.
19259
19260 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19261 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19262 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19263 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19264 * sb-pg.xpm: Renamed from sb-file.xpm
19265 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19266 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19267
19268 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19269
19270 * international/quail.el (quail-show-guidance-buf): Set
19271 current-input-method of the guidance buffer to the name of the
19272 curren input method.
19273
19274 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19275
19276 * progmodes/compile.el (compile-internal): Style typo.
19277
19278 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19279 quote vars and functions in the docstring.
19280
19281 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19282
19283 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19284 Don't quote lambdas.
19285
19286 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19287
19288 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19289
19290 * startup.el (command-line): Determine source file of compiled
19291 user init file differently. Warn if compiled user init file
19292 is older than its source file.
19293
19294 * ffap.el (ffap-url-regexp): Add `https'.
19295
19296 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19297
19298 * files.el (make-backup-file-name-1): Replace slashes with `!'
19299 rather than `|' (which is not allowed on Windows). Replace the
19300 drive letters with a string "drive_X".
19301
19302 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19303
19304 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19305
19306 * files.el (interpreter-mode-alist): Add `bash2'.
19307
19308 2000-05-22 Dave Love <fx@gnu.org>
19309
19310 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19311 mapc.
19312 (feature-file): Avoid calling symbol-name. Doc fix.
19313 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19314 (loadhist-hook-functions): Add mouse-position-function.
19315 (unload-feature): Change uses of mapcar.
19316
19317 * files.el (parse-colon-path): Doc fix.
19318 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19319 (set-auto-mode): Use mapc.
19320
19321 * complete.el (PC-look-for-include-file): Use :alnum: character
19322 class.
19323 (partial-completion-mode): Add autoload cookie.
19324
19325 2000-05-22 Sam Steingold <sds@gnu.org>
19326
19327 * info.el (Info-fontify-node): Fixed the call to
19328 `add-text-properties' (bug introduced on 2000-05-18).
19329
19330 2000-05-22 Dave Love <fx@gnu.org>
19331
19332 * bindings.el: Remove debug-ignored-errors set in other files.
19333
19334 * progmodes/etags.el: Add to debug-ignored-errors.
19335 (visit-tags-table-buffer): Clear out buffers holding old tables
19336 when making a new list.
19337 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19338 mapc.
19339
19340 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19341 quote keywords.
19342 (cmpl-string-case-type): Use character classes.
19343
19344 * comint.el:
19345 * textmodes/ispell.el:
19346 * imenu.el:
19347 * mail/mh-e.el:
19348 * progmodes/compile.el: Add to debug-ignored-errors.
19349
19350 * dabbrev.el: Add to debug-ignored-errors.
19351 (dabbrev-completion): Use mapc.
19352
19353 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19354
19355 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19356 (woman-mapcan, woman-parse-man.conf)
19357 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19358 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19359 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19360 path syntax better.
19361 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19362 (woman-manpath): Call woman-parse-man.conf.
19363 (woman-emulation): New defcustom, defaults to nroff.
19364 (woman-font-support): New defconst.
19365 (woman-use-symbol-font): New defcustom.
19366 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19367 "Emulation".
19368 Many functions: Doc fix.
19369
19370 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19371
19372 * international/quail.el (quail-simple-translation-keymap): Map
19373 128..255 to quail-self-insert-command.
19374 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19375
19376 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19377
19378 * help.el (help-manyarg-func-alist): Typo.
19379
19380 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19381 intervals which makes it heaps simpler.
19382
19383 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19384 the nested comment markers.
19385
19386 * subr.el (remove-hook): Don't turn the hook's value into a list.
19387
19388 2000-05-21 Dave Love <fx@gnu.org>
19389
19390 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19391 are invalid characters.
19392
19393 * international/mule-util.el (detect-coding-with-priority): Use
19394 mapc. Remove redundant lambda.
19395
19396 * international/mule-diag.el (list-non-iso-charset-chars)
19397 (describe-fontset): Remove redundant lambda.
19398
19399 * emulation/crisp.el (brief-mode): New alias.
19400
19401 * emacs-lisp/ring.el (ring-elements): New function.
19402
19403 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19404 (easy-menu-do-add-item): Use keywordp.
19405
19406 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19407
19408 * replace.el: Doc and error message fixes.
19409 (replace-highlight): Use facep, not internal-find-face.
19410
19411 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19412
19413 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19414
19415 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19416 (log-edit-insert-changelog): Drop `:' as well.
19417
19418 * log-view.el: Fix file description.
19419 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19420 available.
19421 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19422 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19423
19424 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19425 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19426 Print a status message if the toggle is called interactively.
19427 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19428 for global minor modes and use `defcustom' for them.
19429 Use add-minor-mode.
19430 (easy-mmode-define-derived-mode): Remove.
19431 (define-derived-mode): Fancier default docstring.
19432 (easy-mmode-define-navigation): Signal an error rather than (ding).
19433
19434 * newcomment.el (comment-styles): New `box-multi'.
19435 (comment-normalize-vars): Better default for comment-continue to
19436 avoid whitespace-only continuations.
19437 (comment-search-forward): Always move even in the no-syntax case.
19438 (comment-padright): Only obey N if it's only obeyed for padleft.
19439 (comment-make-extra-lines): Better handling of empty continuations.
19440 Use `=' for the filler if comment-start has only one character.
19441 (uncomment-region): Try handling the special `=' filler.
19442 (comment-region): Allow LINES even if MULTI is nil.
19443 (comment-box): Choose box style based on comment-style.
19444
19445 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19446
19447 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19448 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19449
19450 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19451
19452 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19453 and insert, not subst-char-in-region.
19454
19455 * international/mule-diag.el (list-character-sets-1): Handle
19456 charsets eight-bit-control and eight-bit-graphic.
19457 (list-iso-charset-chars): Likewise.
19458 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19459 charactes as is. Use indent-to to align characters.
19460
19461 * international/mule-cmds.el (find-multibyte-characters): Never
19462 exclude charsets eight-bit-control and eight-bit-graphic.
19463
19464 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19465
19466 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19467 Don't quote lambdas.
19468
19469 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19470
19471 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19472
19473 * gud.el (gud-jdb-directories): Doc fix.
19474
19475 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19476
19477 * newcomment.el: New file.
19478
19479 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19480
19481 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19482
19483 2000-05-18 Andreas Schwab <schwab@suse.de>
19484
19485 * dired.el (dired-between-files): Also skip lines beginning with
19486 `used'.
19487
19488 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19489
19490 * msb.el (msb-menu-cond): Add choice `user'.
19491
19492 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19493
19494 * ps-print.el: Compatibility, customization and doc fix.
19495 (ps-printer-name-option): Replace defconst by defvar.
19496 (ps-postscript-code-directory): XEmacs compatibility.
19497 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19498 fix.
19499 (ps-user-defined-prologue, ps-print-prologue-header)
19500 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19501 compatibility and code fix.
19502 (ps-print-background-image, ps-print-background-text):
19503 Customization fix.
19504 (ps-line-number-start, ps-n-up-on): New vars.
19505
19506 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19507
19508 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19509 the indent-comment function to just return the appropriate indent.
19510
19511 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19512
19513 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19514 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19515 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19516
19517 2000-05-18 Dave Love <fx@gnu.org>
19518
19519 * info.el (Info-fontify-node): Add intangible property as well as
19520 invisible.
19521
19522 * calendar/appt.el (appt-make-list): Match all lines of entry.
19523 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19524
19525 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19526
19527 * international/mule-diag.el (describe-char-after): Call
19528 internal-char-font, not char-font. If internal-char-font returns
19529 nil, display "-- none --".
19530
19531 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19532
19533 * image.el (image-type-available-p): Don't reference image-types
19534 if it isn't bound.
19535
19536 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19537
19538 * autoarg.el (autoarg-mode): Typo in the :set argument.
19539
19540 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19541
19542 * startup.el (command-line-1): Don't signal an error if the
19543 directory for auto-save-list files does not yet exist.
19544
19545 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19546
19547 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19548
19549 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19550
19551 * subr.el (remove-hook): `setq' hook-value, not `set'.
19552
19553 2000-05-16 Sam Steingold <sds@gnu.org>
19554
19555 * info.el (debug-ignored-errors): More errors to ignore.
19556
19557 2000-05-16 Dave Love <fx@gnu.org>
19558
19559 * cus-edit.el: Don't require cl or easymenu.
19560 (custom-variable-prompt): Test standard-value property, not
19561 user-variable-p.
19562
19563 2000-05-16 Sam Steingold <sds@gnu.org>
19564
19565 * subr.el (add-hook): `setq' hook-value, not `set'.
19566
19567 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19568
19569 * startup.el (command-line-1): Mention the FAQ in the startup
19570 message.
19571
19572 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19573
19574 * progmodes/compile.el (compilation-parse-errors): Collect
19575 `nomessage' regexps last.
19576
19577 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19578
19579 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19580 to the function name.
19581
19582 2000-05-15 Dave Love <fx@gnu.org>
19583
19584 * speedbar.el (speedbar-recenter): Typo.
19585 (speedbar-expand-line): Make arg optional.
19586 (speedbar-mode): Avoid a compiler warning.
19587
19588 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19589
19590 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19591 user-specified option string is empty.
19592
19593 * mouse.el (mouse-yank-at-click): Doc fix.
19594
19595 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19596
19597 * term/internal.el (IT-character-translations): More updates of
19598 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19599 documents.
19600
19601 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19602
19603 * env.el (getenv): New function, interactively callable.
19604 (setenv, getenv): Remove autoload cookies.
19605
19606 * loadup.el: Load `env'.
19607
19608 * progmodes/f90.el: Change author's mail address.
19609
19610 2000-05-14 Dave Love <fx@gnu.org>
19611
19612 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19613 goto-addr as an option.
19614
19615 * help.el (help-xref-stack): Doc fix.
19616 (help-xref-following): New variable.
19617 (help-make-xrefs): Use it.
19618 (help-xref-go-back): Use position information from stack element.
19619 (help-follow): Make position in stack element a pair. Use
19620 help-xref-following.
19621
19622 * autoarg.el: New file.
19623
19624 * faces.el: Declare more functions obsolete.
19625
19626 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19627 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19628 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19629 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19630 Remove all the setup-...-environment functions.
19631
19632 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19633
19634 * speedbar.el: Updated the commentary section. xemacs20p now uses
19635 >= when detecting. Require `defimage' safely.
19636 (speedbar-easymenu-definition-base): Add toggle for images.
19637 (speedbar-easymenu-definition-special): Add flush cache & expand.
19638 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19639 (speedbar-reconfigure-keymaps-hook): New variable.
19640 (speedbar-frame-parameters): Updated documentation.
19641 (speedbar-use-imenu-flag): Updated custom tag
19642 (speedbar-dynamic-tags-function-list): New variable.
19643 (speedbar-tag-hierarchy-method): Updated doc & custom.
19644 (speedbar-indentation-width, speedbar-indentation-width) New
19645 variables.
19646 (speedbar-hide-button-brackets-flag): Customizable.
19647 (speedbar-vc-indicator): Doc update.
19648 (speedbar-ignored-path-expressions): Updated default value.
19649 (speedbar-supported-extension-expressions): Updated default value.
19650 (speedbar-syntax-table): Remove {} paren status.
19651 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19652 as "+". Added overlay aliases.
19653 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19654 `force-mode-line-update'.
19655 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19656 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19657 `mouse-set-point'
19658 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19659 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19660 of arbitrary text, and new helper functions.
19661 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19662 filename finder.
19663 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19664 (speedbar-directory-buttons): Update path search/expansion.
19665 (speedbar-make-tag-line): Pay attention to
19666 `speedbar-indentation-width'. Use more care w/ invisible
19667 properties.
19668 (speedbar-change-expand-button-char): Call
19669 `speedbar-insert-image-button-maybe'.
19670 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19671 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19672 (speedbar-trim-words-tag-hierarchy)
19673 (speedbar-simple-group-tag-hierarchy): New functions
19674 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19675 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19676 functions.
19677 (speedbar-mouse-set-point): New function
19678 (speedbar-power-click): Updated documentation.
19679 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19680 of tag prefix text.
19681 (speedbar-expand-line, speedbar-contract-line): Make more robust
19682 to strange text.
19683 (speedbar-expand-line): Takes universal argument to flush the
19684 cache.
19685 (speedbar-flush-expand-line): New function.
19686 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19687 Use new generator insertion method.
19688 (speedbar-fetch-dynamic-tags): New function.
19689 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19690 `speedbar-fetch-dynamic-imenu'.
19691 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19692 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19693 "Revert Buffer" menu items.
19694 (speedbar-buffer-buttons-engine): Be smarter when creating a
19695 filename tag (for expansion purposes.).
19696 (speedbar-highlight-one-tag-line,
19697 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19698 (speedbar-recenter): New functions.
19699 (defimage-speedbar): Image loading abstraction.
19700 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19701 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19702 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19703 (speedbar-tag-type, speedbar-tag-mail): New images.
19704 (speedbar-expand-image-button-alist): New variable.
19705 (speedbar-insert-image-button-maybe): Insert an image over some
19706 buttons.
19707
19708 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19709
19710 * international/mule-cmds.el (encode-coding-char): An ASCII
19711 character is always encodable.
19712
19713 * international/mule-conf.el: Add more information in descriptions
19714 of character sets.
19715
19716 * international/mule-diag.el (describe-char-after): New function.
19717 (describe-font-internal): Adjusted for the change of font-info.
19718 (describe-font): Likewise.
19719 (print-fontset): Rewritten for the new fontset implementation.
19720 (describe-fontset): Include fontset alias names in completion.
19721 (list-fontsets): Adjusted for the change of print-fontset.
19722
19723 * simple.el (what-cursor-position): If DETAIL is non-nil, call
19724 describe-char-after instead of displaying the detail in the echo
19725 area.
19726 (syntax-code-table): Format changed.
19727 (string-to-syntax): Adjusted for the above change.
19728
19729 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
19730
19731 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19732
19733 2000-05-12 Dave Love <fx@gnu.org>
19734
19735 * calendar/todo-mode.el: Remove some compatibility stuff and CL
19736 dependence. Use line-{beginning,end}-position, not
19737 point-at{b,e}ol. Some doc fixes.
19738 (todo-position): New function. Fix callers of position to use it.
19739 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
19740
19741 2000-05-12 Gerd Moellmann <gerd@gnu.org>
19742
19743 * time.el (display-time-mail-icon): Use `:ascent center'.
19744
19745 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
19746 handling FTP security extensions.
19747
19748 2000-05-11 Dave Love <fx@gnu.org>
19749
19750 * calendar/todo-mode.el: New file.
19751
19752 2000-05-11 Gerd Moellmann <gerd@gnu.org>
19753
19754 * comint.el (comint-read-input-ring): Move reference to
19755 comint-input-ring-size outside of the save-excursion. It was
19756 causing the default value to be the only one ever seen.
19757
19758 * font-lock.el: Update copyright. Remove Simon Marshall's email
19759 address on request from him.
19760
19761 * subr.el (substitute-key-definition): Add comment describing
19762 the meaning of PREFIX.
19763
19764 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
19765
19766 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
19767
19768 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
19769 (add-minor-mode): Don't make the variable buffer-local and add a
19770 reference to define-minor-mode in the docstring.
19771
19772 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
19773 HEADER/FOOTER and fix bug with trailing empty directory.
19774 (cvs-append-to-ignore): Use vc-editable-p if available.
19775 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
19776 (vc-do-command): Tweak advice to handle the new VC.
19777
19778 * log-view.el (log-view-goto-rev): New function for the new VC.
19779 (log-view-minor-wrap): Use mark-active.
19780
19781 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19782 (log-edit-changelog-full-paragraphs): New var.
19783 (log-edit-insert-changelog): Remove a lonely leading `* file'.
19784 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
19785 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
19786 (log-edit-changelog-ours-p, log-edit-changelog-entries)
19787 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
19788 Replace the `cvs' prefix with `log-edit'.
19789
19790 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
19791
19792 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
19793 (diff-font-lock-defaults): Explicitly turn off multiline.
19794 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
19795 (diff-ediff-patch): Fix call to ediff-patch-file.
19796 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
19797 Handle comments.
19798
19799 * frame.el (automatic-hscrolling): Typo.
19800
19801 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
19802
19803 2000-05-09 Sam Steingold <sds@goems.com>
19804
19805 * apropos.el (apropos-print): use `describe-face' instead of
19806 `customize-face-other-window'.
19807
19808 2000-05-09 Dave Love <fx@gnu.org>
19809
19810 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
19811
19812 * help.el (describe-variable): Have customize button pop the
19813 help-xref stack when invoked.
19814 (help-xref-symbol-regexp): Add `face'.
19815 (help-make-xrefs): Check for quoted face names and adapt regexp
19816 submatch numbers to cope.
19817 (help-xref-interned): Maybe insert face doc too. Separate
19818 sections with a line of hyphens.
19819
19820 * faces.el: Some doc fixes. Declare some functions obsolete.
19821 (describe-face): Add customize button. Return the help
19822 text. Fix prompt.
19823
19824 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
19825
19826 * term/internal.el (IT-character-translations): Fix last change.
19827
19828 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19829
19830 * woman.el: New file
19831 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
19832
19833 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19834
19835 * term/internal.el (IT-character-translations): Update ASCII
19836 simulations for greek-iso8859-7, add latin-iso8859-14 and
19837 latin-iso8859-15.
19838
19839 * international/mule-cmds.el (set-language-info-alist): Call
19840 define-prefix-command with 3 arguments, to make the map suitable
19841 for a menu.
19842
19843 2000-05-07 Dave Love <fx@gnu.org>
19844
19845 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
19846
19847 2000-05-05 Dave Love <fx@gnu.org>
19848
19849 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
19850 list in doc string. Don't quote keyword symbols.
19851 * emacs-lisp/cl.el: Likewise
19852 * emacs-lisp/cl-seq.el: Likewise
19853
19854 2000-05-05 Gerd Moellmann <gerd@gnu.org>
19855
19856 * abbrev.el (abbrev-mode): Make ARG optional.
19857
19858 2000-05-04 Gerd Moellmann <gerd@gnu.org>
19859
19860 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
19861
19862 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
19863
19864 * subr.el (substitute-key-definition): Clarify documentation.
19865
19866 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
19867
19868 * glasses.el (glasses-convert-to-unreadable): Use
19869 `glasses-separator' instead of the hard-wired "_".
19870 (glasses-mode): Call `glasses-make-unreadable' only in a single
19871 place.
19872
19873 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
19874
19875 * term/internal.el (cjk-codepages-alist): Add associations for
19876 Chinese and Korean codepages. Remove FIXME comment.
19877
19878 2000-05-03 Dave Love <fx@gnu.org>
19879
19880 * time.el (display-time-mail-face, display-time-use-mail-icon):
19881 New option.
19882 (display-time-mail-icon): New variable.
19883 (display-time-string-forms): Use the above. Fix the local-map.
19884
19885 2000-05-03 Gerd Moellmann <gerd@gnu.org>
19886
19887 * replace.el (query-replace-map): Add binding for `E'.
19888 (query-replace-help): Extend help text.
19889 (perform-replace): Allow editing the replacement string.
19890
19891 * make-mode.el (makefile-mode-abbrev-table): New variable.
19892 (makefile-mode): Set local abbrev table to
19893 makefile-mode-abbrev-table.
19894 (makefile-font-lock-keywords): Fontify includes and conditionals.
19895
19896 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
19897 set TOGGLE's value.
19898
19899 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
19900 mail-interactive-insert-alias.
19901 (mail-abbrev-complete-alias): New command.
19902 (mail-mode-map): Bind it to `M-TAB'.
19903
19904 2000-05-03 Kenichi Handa <handa@etl.go.jp>
19905
19906 * language/lao-util.el (lao-compose-region): New function.
19907
19908 2000-05-02 Gerd Moellmann <gerd@gnu.org>
19909
19910 * files.el (recover-session): Make directories as necessary
19911 if they don't exist yet.
19912
19913 * calendar/cal-french.el
19914 (french-calendar-multibyte-special-days-array)
19915 (french-calendar-special-days-array): Change French text.
19916 (calendar-french-date-string): Change output.
19917 (calendar-goto-french-date): Likewise.
19918
19919 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
19920
19921 * wid-edit.el (widget-default-active): Obey `:always-active'.
19922 (widget-documentation-string-value-create): Set `:always-active'.
19923
19924 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19925
19926 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
19927 default prefix to `~/_emacs.d/auto-save.list/_s'.
19928 (normal-top-level): Create the directory for auto-save files, if
19929 it doesn't already exist (in the ms-dos case only).
19930
19931 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19932
19933 * international/mule-cmds.el (set-language-environment): Don't
19934 concat an integer (dos-codepage), use format instead.
19935
19936 2000-05-02 Dave Love <fx@gnu.org>
19937
19938 * help.el (help-xref-on-pp): Check for constant symbols.
19939
19940 2000-04-29 Gerd Moellmann <gerd@gnu.org>
19941
19942 * startup.el (normal-top-level): Put a condition-case around
19943 the code loading subdirs.el.
19944
19945 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19946
19947 * ps-print.el: Upside-down and face background color printing,
19948 line number step, doc fix.
19949 (ps-print-version): New version number (5.2).
19950 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
19951 (ps-face-attribute-list, ps-plot-with-face): Code fix.
19952 (ps-spool-config): Var fix.
19953 (ps-printer-name-option): Const fix.
19954 (ps-print-upside-down, ps-use-face-background)
19955 (ps-line-number-step): New vars.
19956 (ps-window-system, ps-lp-system): New consts.
19957 (ps-face-background): New fun.
19958
19959 2000-04-28 Richard Stallman <rms@gnu.org>
19960
19961 * files.el (make-auto-save-file-name):
19962 Apply auto-save-file-name-transforms to visited file name
19963 before generating auto save file name.
19964 (auto-save-file-name-transforms): New variable.
19965
19966 * files.el (backup-enable-predicate):
19967 Correctly test for a file under a temporary directory.
19968
19969 2000-04-28 Gerd Moellmann <gerd@gnu.org>
19970
19971 * subr.el (add-minor-mode): Rewritten.
19972
19973 2000-04-28 Kenichi Handa <handa@etl.go.jp>
19974
19975 * mail/sendmail.el (sendmail-send-it): Set
19976 buffer-file-coding-system to the selected coding system for MIME
19977 header.
19978
19979 2000-04-27 Gerd Moellmann <gerd@gnu.org>
19980
19981 * dired.el (dired-move-to-filename-regexp): Allow format where
19982 YYYY is followed by two spaces.
19983
19984 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
19985 in the second character class of the regexp.
19986
19987 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
19988 mh-etc, too.
19989
19990 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
19991 nil.
19992
19993 * subr.el (add-minor-mode): Use `set' instead of `setq'.
19994
19995 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
19996 argument.
19997
19998 2000-04-27 Sen Nagata <sen@eccosys.com>
19999
20000 * emacs-lisp/crm.el (crm-completion-table): New variable.
20001 (crm-collection-fn, crm-test-completion)
20002 (completing-read-multiple): Use it.
20003
20004 2000-04-27 Dave Love <fx@gnu.org>
20005
20006 * help.el (locate-library): Use mapc.
20007 (help-manyarg-func-alist): Add call-process-region.
20008
20009 2000-04-26 Gerd Moellmann <gerd@gnu.org>
20010
20011 * subr.el (add-minor-mode): Make argument MAP optional.
20012
20013 * desktop.el (desktop-save): Save list of minor modes.
20014 (desktop-create-buffer): Restore minor modes.
20015 (desktop-minor-mode-table): New user-option.
20016
20017 * subr.el (add-minor-mode): New function.
20018
20019 * image.el (find-image): New function.
20020 (defimage): Rewritten to find image at load time.
20021
20022 * startup.el (normal-top-level-add-to-load-path): Handle
20023 case that the default directory is not in load-path.
20024
20025 * help.el: Old patch from Stefan Monnier.
20026 (help-xref-on-pp): New function.
20027 (describe-variable): Use it to display xrefs in a symbol's value.
20028
20029 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
20030
20031 * cus-edit.el (custom-face): Fix parenthesis.
20032
20033 2000-04-26 Kenichi Handa <handa@etl.go.jp>
20034
20035 * mail/rmail.el (rmail-expunge): When there are no deleted
20036 messages, do nothing.
20037
20038 2000-04-26 Dave Love <fx@gnu.org>
20039
20040 * international/mule-cmds.el (locale-translation-file-name):
20041 Defvar to nil.
20042 (set-locale-environment): Set it here (at runtime).
20043
20044 2000-04-25 Gerd Moellmann <gerd@gnu.org>
20045
20046 * replace.el (perform-replace): Add parameters START and END. Use
20047 them instead of the check for a region in Transient Mark mode.
20048 (query-replace-read-args): Return two more list elements for the
20049 start and end of the region in Transient Mark mode.
20050 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20051 (map-query-replace-regexp, replace-string, replace-regexp): Add
20052 optional last arguments START and END and pass them to
20053 perform-replace.
20054
20055 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
20056 form with additional arguments for perform-replace.
20057
20058 * progmodes/etags.el (tags-query-replace): Add parameters START
20059 and END. Construct a form with additional arguments for
20060 perform-replace.
20061
20062 * simple.el (shell-command): Set default directory for "*Shell
20063 Command Output" buffer.
20064
20065 * language/european.el (iso-latin-4): Fix typo.
20066
20067 * emacs-lisp/crm.el: New file.
20068
20069 2000-04-24 Dave Love <fx@gnu.org>
20070
20071 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20072 (Custom-reset-saved, Custom-reset-standard)
20073 (custom-group-value-create, custom-group-set, custom-group-save)
20074 (custom-group-reset-current, custom-group-reset-saved)
20075 (custom-group-reset-standard): Use mapc.
20076 (custom-buffer-create-internal): Disable undo when creating items.
20077 Use mapc.
20078 (custom-face): Avoid redundant lambda.
20079
20080 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20081
20082 * startup.el (auto-save-list-file-prefix): Set default to
20083 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20084
20085 2000-04-24 Sam Steingold <sds@gnu.org>
20086
20087 * time-stamp.el (time-stamp-string-preprocess): Always convert
20088 `field-result' to a string.
20089
20090 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20091
20092 * frame.el (scrolling): New group.
20093 (automatic-hscrolling): New user-option.
20094
20095 * startup.el (command-line-x-option-alist): Add `-lsp' and
20096 `--line-spacing'.
20097
20098 2000-04-19 Dave Love <fx@gnu.org>
20099
20100 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20101 (cl-mapc): Rename from mapc. Fix the funcall.
20102
20103 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20104
20105 * simple.el (clone-indirect-buffer-other-window): New command.
20106 (clone-indirect-buffer): Add optional arg NORECROD.
20107 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20108
20109 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20110
20111 * window.el (count-screen-lines): New function.
20112 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20113 instead of window-buffer-height.
20114
20115 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20116 non-existing variable comint-input-sentinel.
20117 (inferior-lisp-args-to-list): Removed.
20118 (inferior-lisp): Use split-string instead of
20119 inferior-lisp-args-to-list.
20120
20121 * hexl.el (hexl-insert-hex-string): New command.
20122
20123 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20124 instead of concat.
20125
20126 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20127
20128 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20129 at the start of an existing but empty folder.
20130
20131 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20132
20133 * ps-mule.el: Customization fix, doc fix.
20134 (ps-multibyte-buffer): Customization fix.
20135
20136 2000-04-17 Richard M. Stallman <rms@gnu.org>
20137
20138 * subr.el (read-passwd): Use read-char-exclusive.
20139
20140 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20141
20142 * textmodes/texinfo.el (texinfo-insert-@email)
20143 (texinfo-insert-@emph, texinfo-insert-@quotation)
20144 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20145 (texinfo-mode-map): Add key bindings for them.
20146
20147 * files.el (basic-save-buffer-2): Use a template with `$'
20148 instead of `#' for VMS.
20149
20150 * simple.el (clone-indirect-buffer): New function.
20151
20152 2000-04-16 Stephen Eglen <stephen@gnu.org>
20153
20154 * iswitchb.el (iswitchb-case): New function. If the user input
20155 contains any upper-case characters, the search is made
20156 case-sensitive.
20157
20158 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20159
20160 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20161 comment-end.
20162 (texinfo-font-lock-syntactic-keywords): New var.
20163 (texinfo-font-lock-keywords): Remove comment regexp.
20164 (texinfo-insert-block): New function.
20165 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20166 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20167 and font-lock-defaults. Use regexp-opt for outline-regexp.
20168 (texinfo-environments): New var.
20169 (texinfo-environment-regexp): Use regexp-opt and
20170 texinfo-environments.
20171
20172 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20173 ispell-process is bound since this might be eval'd before ispell
20174 is loaded.
20175 (ispell-message): Use a tiny bit less magic and a bit more hard
20176 data to figure out what kind of sc-cite-regexp to use.
20177
20178 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20179
20180 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20181 (insert-cyclic-diary-entry): Unquote the lambda.
20182
20183 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20184
20185 * files.el (backup-enable-predicate): Unquote the lambda.
20186
20187 * cus-edit.el (custom-face, face): Unquote the lambda.
20188
20189 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20190
20191 * ps-print.el: Check for line-beginning-position definition.
20192
20193 * ps-print.el: Fix counting lines in a region.
20194 (ps-print-version): New version number (5.1.5).
20195 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20196 (ps-printing-region): Fun code fix.
20197
20198 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20199
20200 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20201 to file-directory-p.
20202
20203 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20204
20205 * gud.el (gud-jdb-build-source-files-list): Check that directory
20206 exists before calling directory-files.
20207
20208 2000-04-13 Dave Love <fx@gnu.org>
20209
20210 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20211 syntax.
20212
20213 * emacs-lisp/cl-specs.el: Remove when, unless.
20214
20215 * emacs-lisp/cl-extra.el: Don't quote keywords.
20216 (cl-old-mapc): New variable.
20217 (mapc): Use it.
20218 (cl-map-intervals): Use with-current-buffer. Don't check for
20219 next-property-change.
20220 (cl-map-overlays): Use with-current-buffer.
20221 (cl-expt): Remove.
20222 (copy-tree, remprop): Define unconditionally.
20223
20224 * emacs-lisp/cl-compat.el (keywordp): Remove.
20225
20226 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20227 to use keywordp.
20228 (edebug-spec): Enable keywordp.
20229
20230 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20231 string-lessp.
20232
20233 * cus-start.el: Use keywordp.
20234
20235 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20236
20237 * diary-lib.el (include-other-diary-files): Fix the fix of
20238 2000-02-18 by doing a save-excursion.
20239
20240 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20241
20242 * ps-print.el: Customization fix, doc fix.
20243 (ps-print-version): New version number (5.1.4).
20244 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20245 (ps-print-preprint): Adjust code.
20246 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20247 (ps-print-prologue-header, ps-print-control-characters)
20248 (ps-spool-config): Customization fix.
20249
20250 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20251
20252 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20253 converted to the new menu-item format, names silightly changed,
20254 help strings added.
20255
20256 Support for spelling without async subprocesses:
20257
20258 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20259 (ispell-session-buffer): New variables.
20260 (ispell-start-process, ispell-process-status,
20261 ispell-accept-output, ispell-send-string): New functions, for
20262 Ispell invocation when async subprocesses aren't supported.
20263 (ispell-word, ispell-pdict-save, ispell-command-loop,
20264 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20265 to process-send-string with calls to ispell-send-string, and
20266 accept-process-output with ispell-accept-output.
20267 (ispell-init-process): Call ispell-process-status instead of
20268 process-status with.
20269 (ispell-init-process): Call ispell-start-process. Call
20270 ispell-accept-output and ispell-send-string. Don't call
20271 process-kill-without-query and kill-process if they are unbound.
20272 (ispell-async-processp): New function.
20273
20274 2000-04-12 Dave Love <fx@gnu.org>
20275
20276 * info.el: Add debug-ignored-errors.
20277 (Info-mode-menu): Add some items.
20278 (Info-directory): Add autoload cookie.
20279
20280 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20281 Modify `truncate-lines'. Make `describe-language-environment'
20282 always visible and add help. Modify `describe-key' help. Invoke
20283 Info-directory from `info'. New entry `emacs-manual'.
20284
20285 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20286
20287 * progmodes/ebrowse.el (ebrowse-tree-mode):
20288 Use propertized-buffer-identification.
20289 (ebrowse-update-member-buffer-mode-line): Likewise.
20290 (ebrowse--mode-strings): Removed.
20291 (ebrowse--mode-line-props): Removed.
20292
20293 * files.el (auto-mode-alist): Add `EBROWSE'.
20294
20295 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20296 space before testing for end of buffer.
20297 (ebrowse-load): Removed.
20298 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20299 (ebrowse-create-tree-buffer): Rewritten.
20300 (ebrowse-tree-mode): Read tree from buffer.
20301
20302 * progmodes/ebrowse-ffh.el: Removed.
20303
20304 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20305
20306 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20307
20308 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20309
20310 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20311 at the wrong place.
20312
20313 2000-04-09 Dave Love <fx@gnu.org>
20314
20315 * files.el (backup-enable-predicate):
20316 Use temporary-file-directory, small-temporary-file-directory.
20317 (make-backup-file-name-function, backup-directory-alist): New vars.
20318 (make-backup-file-name-1): New function.
20319 (make-backup-file-name): Use it.
20320 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20321 (file-newest-backup): Use make-backup-file-name.
20322
20323 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20324
20325 * progmodes/ebrowse-ffh.el: New file.
20326
20327 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20328 Moved to ebrowse-ffh.el.
20329 (ebrowse-load): Add autoload.
20330
20331 * finder.el (finder-commentary): Add autoload cookie.
20332
20333 * mail/rfc2368.el: Correct author's email address.
20334
20335 * progmodes/ebrowse.el: New file.
20336
20337 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20338 item help string.
20339 (easy-menu-do-add-item): Ditto.
20340 (easy-menu-define): Extend doc string.
20341
20342 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20343 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20344 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20345 with-buffer-unmodified.
20346
20347 2000-04-08 Dave Love <fx@gnu.org>
20348
20349 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20350 unless, when.
20351
20352 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20353
20354 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20355 (viper-flash-search-pattern): No operation when using Emacs
20356 doesn't support face.
20357 Use `viper-put-on-search-overlay'.
20358
20359 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20360
20361 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20362 like C-r.
20363
20364 * progmodes/make-mode.el: Some doc fixes.
20365 (makefile-mode-abbrev-table): New variable.
20366 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20367 (makefile-font-lock-keywords): Fontify includes and conditionals.
20368 (toplevel): Require `dabbrev' and `add-log' when compiling.
20369
20370 * replace.el (perform-replace): Don't move forward one char
20371 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20372 to do that because it leaves point 1 position after the last
20373 replacement, after everything has been replaced.
20374
20375 * jit-lock.el (with-buffer-unmodified): New macro.
20376 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20377 modified state.
20378 (jit-lock-function-1): Extracted from jit-lock-function; not
20379 preserving buffer's modified state.
20380 (jit-lock-function, jit-lock-stealth-fontify):
20381 Call jit-lock-function-1.
20382
20383 * mail/rfc2368.el: Remove supernumerary copyright line.
20384
20385 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20386
20387 * glasses.el: Provide facilities for inserting space before left
20388 parentheses and uncapitalization of identifiers.
20389 (glasses-mode): Try to remove old overlays in all cases.
20390
20391 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20392
20393 * progmodes/compile.el (compile-internal): Display the compilation
20394 buffer in a different frame, if it's already displayed there.
20395
20396 * mail/rfc2368.el: New file.
20397
20398 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20399 header and insert its value as mail body.
20400
20401 * subr.el (member-ignore-case): New function.
20402
20403 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20404 (dabbrev--find-expansion): Ignore buffers matching a regexp
20405 from dabbrev-ignored-regexps.
20406
20407 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20408 to extensions handled by gzip.
20409
20410 2000-04-03 Richard M. Stallman <rms@gnu.org>
20411
20412 * files.el (insert-directory): List the total free space
20413 along with the used space.
20414
20415 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20416 line is followed by one that matches CITATION-REGEXP, end the
20417 paragraph.
20418
20419 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20420
20421 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20422 (rmail-make-basic-summary-line): Use that option.
20423
20424 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20425
20426 * international/mule-cmds.el (encoded-string-description):
20427 Rewritten. Try pretty description for ISO 2022 escape sequences
20428 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20429 for hexadecimal format.
20430
20431 2000-04-01 Dave Love <fx@gnu.org>
20432
20433 * cpp.el: Change customization group to `c' from `C'.
20434
20435 * vcursor.el (vcursor-move): Use display-color-p.
20436
20437 * international/mule-util.el: Provide mule-utils.
20438 (string-to-sequence): Simplify and speed up.
20439
20440 * international/mule.el (make-coding-system): Purecopy doc-string.
20441
20442 * international/mule-cmds.el: Various menu changes.
20443 (describe-specified-language-support): Handle `Default'.
20444 (set-language-info): Purecopy `info'.
20445
20446 2000-03-31 Andrew Innes <andrewi@gnu.org>
20447
20448 * vc.el (vc-backend-diff): Return the correct status if we had to
20449 retry the rcsdiff command without the --brief option.
20450
20451 2000-03-31 Dave Love <fx@gnu.org>
20452
20453 * help.el (help-manyarg-func-alist): Correct several omissions.
20454
20455 * add-log.el: Don't require cl, fortran.
20456 (add-log-current-defun-function): Doc fix.
20457 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20458 (change-log-version-rcs): Function deleted.
20459 (change-log-version-number-search): Doc fix.
20460 Use vc-workfile-version. Avoid CL dolist.
20461 (add-change-log-entry): Just call add-log-current-defun to get
20462 defun. Simplify somewhat.
20463 (change-log-get-method-definition-1): Likewise.
20464 (add-log-current-defun): Return nil if calling
20465 add-log-current-defun-function does so. Move Fortran stuff to
20466 fortran.el. Return string without properties.
20467
20468 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20469 and :alpha: char classes.
20470
20471 * mail/supercite.el: Defvar curline when compiling.
20472 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20473 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20474 rather than a-zA-Z0-9 to allow non-ASCII characters.
20475
20476 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20477
20478 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20479
20480 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20481 Re-enable new code.
20482
20483 * lpr.el (print-region-1): Use -d to specify printer name for
20484 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20485
20486 2000-03-31 Dave Love <fx@gnu.org>
20487
20488 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20489 Look for function definition in symbol's function value slot first
20490 instead of first consulting byte-compile-function-environment.
20491
20492 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20493
20494 * language/european.el ("Polish"): New language environment.
20495 (setup-polish-environment): New function.
20496
20497 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20498
20499 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20500 Disable new code.
20501
20502 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20503 trying to `load' the symbol of an autoload instead of the file
20504 recorded in the autoload. Fix error messages.
20505
20506 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20507
20508 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20509 (ps-print-version): New version number (5.1.3).
20510 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20511 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20512 (ps-generate-postscript-with-faces): Code fix.
20513 (ps-color-values): XEmacs compatibility.
20514 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20515 (ps-default-fg, ps-default-bg): Adjust customization.
20516 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20517 (ps-color-scale): Renaming old ps-color-value fun.
20518 (ps-print-headers): Replace ps-print-header group to avoid conflict
20519 with ps-print-header variable.
20520 (ps-print-miscellany): New group.
20521 (ps-format-color, ps-rgb-color): New funs.
20522 (ps-default-foreground): New var.
20523 (ps-printer-name-option): New const.
20524
20525 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20526
20527 * net/net-utils.el:
20528 (network-connection-host, network-connection-service): New variables
20529 (network-connection-mode): New mode, derived from comint-mode
20530 (network-connection-mode-setup): New function, saves host and
20531 service information in local variables.
20532
20533 * lisp/locate.el:
20534 (locate-word-at-point): Added this function
20535 (locate): Default to using locate-word-at-point as input
20536 Run dired-mode-hook
20537
20538 2000-03-29 Dave Love <fx@gnu.org>
20539
20540 * calendar/appt.el: Doc fixes.
20541 (appt-check): Convert min-to-app to a string before passing to
20542 appt-disp-window-function or concat.
20543 (appt-delete-window): Remove test for frame-root-window.
20544 (appt-select-lowest-window, appt-convert-time): Simplify.
20545
20546 * emacs-lisp/bytecomp.el: Doc fixes.
20547 (byte-compile-file-form-autoload):
20548 Update byte-compile-function-environment.
20549
20550 2000-03-29 Andreas Schwab <schwab@suse.de>
20551
20552 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20553
20554 * dired.el (dired-insert-directory): If dired-free-space-program
20555 failed just delete its output.
20556
20557 2000-03-29 Dave Love <fx@gnu.org>
20558
20559 * international/iso-cvt.el: Move provide to end. Doc fixes.
20560 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20561 (iso-iso2sgml, iso-sgml2iso): New functions.
20562 (iso-cvt-define-menu): Fix some entries and use backquote for
20563 clarity.
20564
20565 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20566
20567 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20568
20569 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20570 ISO-DATE. If non-nil, return date in ISO 8601 format.
20571
20572 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20573
20574 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20575 if it ever becomes used.
20576 (log-edit-mode-hook): Default to vc-log-mode-hook.
20577 (log-edit-mode): Fix the docstring.
20578
20579 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20580 the code.
20581
20582 2000-03-26 Dave Love <fx@gnu.org>
20583
20584 * net/browse-url.el (browse-url): Re-fix case of
20585 browse-url-browser-function being an alist.
20586 (browse-url): Add :link to defgroup.
20587
20588 * files.el: Doc fixes.
20589 (file-truename): Include `[' in wildcard characters.
20590 (automount-dir-prefix): Customize.
20591 (find-file-wildcards): Add :version.
20592 (find-file-noselect): Simplify a mapcar call.
20593
20594 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20595 compatible with inf-lisp version.
20596 (eval-defun-1): Fix custom-declare-variable case.
20597
20598 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20599
20600 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20601
20602 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20603
20604 * Makefile (COMPILE_FIRST): New macro.
20605 (compile-files): Compile files from COMPILE_FIRST first.
20606
20607 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20608
20609 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20610 matching open parenthesis in column 0 to defun-prompt-regexp
20611 only if open-paren-in-column-0-is-defun-start is set.
20612
20613 * sun-curs.el: Require CL at compile-time only.
20614
20615 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20616 instead of copy-list which is a function from CL.
20617 (msb--choose-menu, msb--mode-menu-cond)
20618 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20619 (msb--init-file-alist): Use mapcar instead of mapcan.
20620 (msb--aggregate-alist): Use mapcar instead of mapcan.
20621 Fix `(' in column 0 in doc string.
20622 (msb--add-separators): Use mapcar instead of mapcan.
20623
20624 * cus-dep.el: Require CL at compile-time only.
20625
20626 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20627
20628 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20629 (byte-compile-warnings): New warning `noruntime'.
20630 (byte-compile-constants, byte-compile-variables): Fix docstring.
20631 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20632 execute `eval-whenc-compile's body.
20633 (byte-compile-unresolved-functions): Fix docstring.
20634 (byte-compile-eval): New function.
20635 (byte-compile-callargs-warn): Check if the function will be available
20636 at runtime (via property `byte-compile-noruntime').
20637 (byte-compile-print-syms): New function.
20638 (byte-compile-warn-about-unresolved-functions): Also warn about
20639 `noruntime' functions (and use `byte-compile-print-syms').
20640 (byte-compile-file): Capitalize the message.
20641
20642 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20643
20644 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20645 (rmail-expunge): Ask for confirmation depending on the setting
20646 of rmail-confirm-expunge.
20647
20648 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20649
20650 * Makefile (bootstrap-clean): If $(emacs) exists, build
20651 loaddefs.el first. A loaddefs.el that's not up-to-date might
20652 cause a bootstrap failure because things don't autoload as expected.
20653
20654 2000-03-23 Dave Love <fx@gnu.org>
20655
20656 * net/browse-url.el: Restore previous use of
20657 browse-url-maybe-new-window.
20658
20659 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20660
20661 * ps-print.el: Skip banner page fix.
20662 (ps-print-version): New version number (5.1.2).
20663 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20664
20665 2000-03-23 Dave Pearson <davep@davep.org>
20666
20667 * net/quickurl.el Changed the type of parameter passed to the
20668 function defined by `quickurl-format-function'. Before only the
20669 text of the URL was passed. Now the whole URL structure is passed
20670 and the function is responsible for extracting the parts it requires.
20671 Changed the default of `quickurl-format-function' accordingly.
20672 (quickurl-insert): Changed the `funcall' of
20673 `quickurl-format-function' to match the above change.
20674 (quickurl-list-insert): Changed the `url' case so that it makes
20675 use of `quickurl-format-function', previous to this the format was
20676 hard wired.
20677
20678 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20679
20680 * startup.el: Change some spellings for the X Window System.
20681
20682 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20683
20684 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20685 Clean up the code and the regexp and make sure the cursor is
20686 temporarily moved to the suspicious line while querying the user.
20687
20688 2000-03-22 Jason Rumney <jasonr@gnu.org>
20689
20690 * w32-fns.el (w32-charset-info-alist): Initialize.
20691
20692 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20693
20694 * ps-print.el: N-up last page fix.
20695 (ps-print-version): New version number (5.1.1).
20696 (ps-end-file, ps-end-job, ps-generate): Code fix.
20697
20698 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20699
20700 * files.el (find-file-run-dired): Update docstring.
20701 (find-directory-functions): New hook.
20702 (find-file-noselect): Run find-directory-functions rather than
20703 calling dired directly.
20704
20705 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20706
20707 * pcvs.el: Add a minimal leading commentary.
20708 (cvs-make-cvs-buffer): Change the header part by removing the startup
20709 message and adding a `Module' entry. Also replace the FOOTER and
20710 HEADER special fileinfos with the new support in ewoc for updating
20711 its own footer and header.
20712 (cvs-update-header): Update to use the header/footer of the ewoc.
20713 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20714 (cvs-is-within-p): New function.
20715 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20716 to only examine some subset of the buffers.
20717
20718 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20719 `format' instead of our own ad-hoc functions.
20720 Remove HEADER and FOOTER cases, now handled in the EWOC.
20721 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20722
20723 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20724 output to avoid scaring the user.
20725 (cvs-parse-table): Catch message for non-up-to-date commits.
20726
20727 * pcvs-defs.el (cvs-startup-message): Remove.
20728 (cvs-global-menu): New autoloaded menu.
20729
20730 * pcvs-util.el (cvs-string-fill): Remove.
20731
20732 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20733 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20734 PP part of it and also make it work for footers and headers.
20735 (ewoc-create): Drop POS and BUFFER arguments.
20736 Use the DLL's dummy node to store the end-of-footer position.
20737 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
20738 (ewoc-refresh): Remove unused `header' variable.
20739 (ewoc-(get|set)-hf): New functions.
20740
20741 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
20742 log-view-*-(message|file) and use easy-mmode-define-navigation.
20743 (log-view-message-re): Match SCCS format as well.
20744 And match the revision line rather than the dashed separator line.
20745 (log-view-mode): Use the new define-derived-mode.
20746 (log-view-current-tag): Fill in with an actual implementation.
20747
20748 * cvs-status.el (cvs-status-(prev|next)): Rename from
20749 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
20750 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
20751 to let the output "breathe" a little more (more readable).
20752 (cvs-status-mode): Use the new define-derived-mode.
20753
20754 * smerge-mode.el (smerge-auto-leave): New function and variable.
20755 (smerge-basic-map): Rename from smerge-basic-keymap.
20756 Change the bindings for smerge-diff-*.
20757 (smerge-*-map): Use easy-mmode-defmap.
20758 (smerge-(next|prev)): Use easy-mmode-define-navigation.
20759 (smerge-keep-*): Use smerge-auto-leave.
20760
20761 2000-03-21 Jason Rumney <jasonr@gnu.org>
20762
20763 * cus-edit.el (custom-button-face): Use 3D look for w32.
20764 (custom-button-pressed-face): Likewise.
20765
20766 2000-03-21 Gerd Moellmann <gerd@gnu.org>
20767
20768 * progmodes/etags.el (tags-case-fold-search): New user-option.
20769 (tags-loop-eval): New function. Bind case-fold-search around eval
20770 depending on the value of tags-case-fold-search.
20771 (tags-loop-continue): Use tags-loop-eval.
20772 (find-tag-in-order): Bind case-fold-search depending on the value
20773 of tags-case-fold-search.
20774
20775 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20776
20777 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
20778 (diff-end-of-hunk): Return the end position for use in
20779 `easy-mmode-define-navigation'.
20780 (diff-recenter): Remove.
20781 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
20782 of `easy-mmode-define-navigation'.
20783 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
20784 previous renaming) and fix to use new names.
20785 (diff-merge-strings): Use \n as separator: simpler, faster.
20786 (diff-mode): Use `define-derived-mode'.
20787
20788 * derived.el (define-derived-mode): Don't autoload anymore.
20789 Prefer the macro-only version provided by easy-mmode.el.
20790
20791 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
20792 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
20793 (easy-mmode-define-navigation): New macro.
20794
20795 * subr.el (combine-run-hooks): New function.
20796
20797 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
20798
20799 * term/x-win.el: Fontsets related initialization is simplified.
20800
20801 * international/mule-diag.el (describe-font): Don't refer to
20802 global-fontset-alist, instead call font-list.
20803 (describe-fontset, list-fontsets, mule-diag): Likewise.
20804 (print-fontset): Adjusted for the change of fontset implementation.
20805
20806 * international/fontset.el (x-charset-registries): Variable removed,
20807 instead the corresponding data is stored in the default fontset.
20808 (register-alternate-fontnames): Function removed.
20809 (resolved-ascii-font): Variable removed.
20810 (x-compose-font-name): Ignore the second argument REDOCE.
20811 (x-complement-fontset-spec): Complement only an ASCII font and
20812 element for those charsets than can use that ASCII font.
20813 (generate-fontset-menu): Don't refer to global-fontset-alist,
20814 instead call fontset-list.
20815 (uninstantiated-fontset-alist): Variable removed.
20816 (x-style-funcs-alist): Likewise.
20817 (fontset-default-styles): Likewise.
20818 (x-modify-font-name): Function removed.
20819 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
20820 (create-fontset-from-ascii-font): Docsting adjusted for the above
20821 change.
20822 (instantiate-fontset, resolve-fontset-name): Functions removed.
20823 (fontset-list): Now implemented by C code.
20824
20825 * faces.el (read-face-font): Fix TABLE arg to completing-read.
20826 (describe-face): Include `font' attribute in the description.
20827
20828 2000-03-21 Kenichi Handa <handa@etl.go.jp>
20829
20830 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
20831
20832 2000-03-20 Gerd Moellmann <gerd@gnu.org>
20833
20834 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
20835 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
20836 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
20837
20838 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
20839 about behavior of set-buffer-modified-p wrt redisplay.
20840
20841 2000-03-19 Richard M. Stallman <rms@gnu.org>
20842
20843 * view.el (view-mode-disable): Kill local binding of view-read-only.
20844
20845 2000-03-18 Gerd Moellmann <gerd@gnu.org>
20846
20847 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
20848 is a string, convert it to a syntax cell using string-to-syntax.
20849
20850 * simple.el (syntax-code-table, syntax-flag-table): New variables.
20851 (string-to-syntax): New function.
20852
20853 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
20854 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
20855 try to use passive ftp mode.
20856
20857 2000-03-17 Gerd Moellmann <gerd@gnu.org>
20858
20859 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
20860
20861 * simple.el (append-to-buffer): Update point of windows after
20862 insertion.
20863
20864 * abbrev.el (inverse-add-abbrev): Identify word by first moving
20865 forward then moving backward. Reindent.
20866
20867 * frame.el (other-frame): Call x-focus-frame only if
20868 focus-follows-mouse is off.
20869
20870 2000-03-17 Dave Love <fx@gnu.org>
20871
20872 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
20873
20874 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
20875
20876 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
20877 regexp for labels cannot span several lines.
20878
20879 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
20880 `(setq :<key> ':<key>)' to the macro expansion.
20881
20882 2000-03-16 Dave Love <fx@gnu.org>
20883
20884 * progmodes/f90.el (f90): Put custom group under `languages', not
20885 `fortran'.
20886 (f90-mode-hook): Customize.
20887 (f90-mode): Set add-log-current-defun-function.
20888 (f90-current-defun): New function.
20889
20890 2000-03-16 Gerd Moellmann <gerd@gnu.org>
20891
20892 * cus-edit.el (custom-variable-tag-face): Handle case that
20893 default face's height is not a number.
20894 (custom-face-tag-face, custom-group-tag-face-1)
20895 (custom-group-tag-face): Ditto.
20896 (custom-group-tag-face-1): Add :group.
20897
20898 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
20899
20900 2000-03-15 Gerd Moellmann <gerd@gnu.org>
20901
20902 * pcvs-defs.el (toplevel): Remove autoload cookie for form
20903 requiring easymenu.
20904
20905 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20906
20907 * ps-print.el: PostScript user-defined prologue, PostScript error
20908 handler, doc fix.
20909 (ps-print-version): New version number (5.1).
20910 (ps-user-defined-prologue, ps-error-handler-message)
20911 (ps-print-prologue-0, ps-error-handler-alist): New vars.
20912 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
20913 (ps-insert-string): New function.
20914
20915 2000-03-15 Kenichi Handa <handa@etl.go.jp>
20916
20917 * international/ccl.el (ccl-compile-expression): Don't generate
20918 invalid self-assignment code.
20919
20920 2000-03-14 Dave Love <fx@gnu.org>
20921
20922 * subr.el (replace-regexp-in-string): Renamed from
20923 replace-regexps-in-string. Doc fix.
20924
20925 2000-03-12 Dave Love <fx@gnu.org>
20926
20927 * cus-edit.el: Doc fixes.
20928 (customize-set-variable, customize-save-variable): Rename args for doc.
20929 (custom-variable-tag-face, custom-face-tag-face)
20930 (custom-group-tag-face-1, custom-group-tag-face): Modify from
20931 style which user identify as hyperlink.
20932 (hook): Don't add undefined functions to the hook.
20933 (debug-ignored-errors): Transfer message from bindings.el.
20934
20935 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20936
20937 * recentf.el (recentf-keep-non-readable-files-p):
20938 Remove double/nested definition.
20939
20940 2000-03-12 Dave Love <fx@gnu.org>
20941
20942 * facemenu.el (facemenu-get-face): Use display-color-p.
20943 * enriched.el (enriched-decode-foreground): Likewise.
20944 (enriched-decode-background): Likewise.
20945 * isearch.el (isearch-highlight): Likewise.
20946 * info-look.el (info-lookup): Likewise.
20947 * simple.el (completion-setup-function): Likewise.
20948
20949 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
20950 :options.
20951
20952 * bindings.el (mode-line-format): Fix line-number and
20953 column-number items. Add help-echo for the background.
20954 (mode-line-mule-info): Modify help-echo.
20955
20956 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
20957
20958 * files.el (load-file): Allow completion to .elc.
20959
20960 * man.el: Doc fixes.
20961 (Man-init-defvars): Use display-color-p to set fontification.
20962
20963 * play/hanoi.el (hanoi-internal): Don't use oddp.
20964
20965 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20966
20967 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
20968
20969 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
20970
20971 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
20972
20973 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
20974 Fix comment.
20975
20976 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
20977
20978 * font-lock.el (font-lock-keywords): Fix the doc now that
20979 regexp-opt-depth is unnecessary.
20980 (save-buffer-state): Set an edebug spec.
20981 (font-lock-fontify-anchored-keywords): Properly handle the case when
20982 the matcher goes past the limit.
20983
20984 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
20985 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
20986
20987 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
20988 dll.el and cookie.el (from Elib) with heavy renaming and other
20989 massaging.
20990
20991 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
20992 Autoload the functions used.
20993 (easy-mmode-define-syntax): Fix CL typo.
20994 (easy-mmode-define-derived-mode): Improve the docstring generation.
20995
20996 2000-03-10 Gerd Moellmann <gerd@gnu.org>
20997
20998 * textmodes/texinfo.el (texinfo-version): Variable and function
20999 removed.
21000
21001 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
21002
21003 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
21004 allow more flexibility.
21005 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
21006 (easy-mmode-defmap, easy-mmode-defsyntax)
21007 (easy-mmode-define-derived-mode): New macros.
21008
21009 2000-03-09 Didier Verna <didier@xemacs.org>
21010
21011 * rect.el (replace-rectangle): New function.
21012
21013 2000-03-09 Dave Love <fx@gnu.org>
21014
21015 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
21016 (fortran-comment-line-start-skip): Don't match cpp stuff.
21017 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
21018 (fortran-mode-map): Remove over-eager custom-menu-create for now.
21019 (fortran-mode): Don't set fortran-comment-line-start-skip,
21020 fortran-comment-line-start here. Set comment-start,
21021 add-log-current-defun.
21022 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
21023 (fortran-current-defun): New function.
21024
21025 2000-03-09 Gerd Moellmann <gerd@gnu.org>
21026
21027 * emacs-lisp/re-builder.el: New file.
21028
21029 * mouse.el (mouse-drag-region): Don't run up-event handler
21030 if hscroll has changed.
21031
21032 * octave-mod.el (octave-font-lock-keywords): To font-lock the
21033 builtin operators, use `font-lock-builtin-face' for Emacs and
21034 `font-lock-preprocessor-face' otherwise.
21035
21036 * font-lock.el (lisp-font-lock-keywords-1): Highlight
21037 `(defun (setf foo)' differently.
21038
21039 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
21040
21041 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
21042 (regexp-opt): Update comment and adapt the code the new meaning of
21043 the `paren' argument of regex-opt-group for shy-groups.
21044 (regexp-opt-depth): Handle shy groups as well as backslashed
21045 backslashes.
21046 (regexp-opt-group): Turn the leading comment into a docstring.
21047 Allow `paren' to be a string (the string to use to open a group).
21048 Remove open-presuf and close-presuf. Instead of checking for `all
21049 one-char' and then later on check for `several one-char', handle
21050 both cases close together. Also apply a more generic algorithm
21051 for suffixes (the mirror image of the algorithm used for
21052 prefixes). Use shy-groups. Use nreverse rather than reverse.
21053 (regexp-opt-try-suffix): Removed.
21054
21055 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
21056 from comint-mode-map, so we can just inherit from it. Also, move
21057 the initialization into the `defvar' since there's no docstring
21058 anyway and it's fairly short.
21059 (inferior-scheme-mode): Define it as derived-mode: the code is
21060 shorter and this way we inherit from comint-mode-map rather than
21061 copying it.
21062
21063 * subr.el (replace-regexps-in-string): Properly handle the case
21064 where we match an empty string.
21065
21066 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21067 when the command has a directory component (such as "./testml").
21068 Also fix a typo in the comment.
21069
21070 2000-03-08 Gerd Moellmann <gerd@gnu.org>
21071
21072 * Makefile (compile-files): Compile files one by one because
21073 that's the only way to ensure a clean compilation environment for
21074 each individual file.
21075
21076 * frame.el (other-frame): Call x-focus-frame.
21077
21078 2000-03-07 Dave Love <fx@gnu.org>
21079
21080 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21081 :require to defcustom.
21082
21083 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
21084
21085 * files.el (auto-mode-alist): Add configure.in.
21086
21087 * progmodes/autoconf.el: New file.
21088
21089 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21090
21091 * mail/mh-e.el: Change maintainer to `none'.
21092
21093 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21094 to remove-hook and add-hook.
21095
21096 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21097
21098 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21099 it as the default.
21100 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21101 (sendmail-send-it): Conditionally add MIME headers specifying the
21102 used character set.
21103
21104 2000-03-07 Dave Love <fx@gnu.org>
21105
21106 * winner.el: Fix keywords, autoload cookies.
21107 Split eval-when-compile form to avoid compilation failure.
21108
21109 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21110
21111 * international/mule.el: Modify comment about coding system
21112 property `coding-category'.
21113 (make-coding-system): New argument EOL-TYPE. Pay attention to
21114 coding-category property of PROPERTIES.
21115
21116 * international/mule-conf.el (coding-category-utf-8)
21117 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21118 categories. Include them in the argument for set-coding-priority.
21119
21120 * international/mule-cmds.el (reset-language-environment):
21121 Include coding-category-utf-8, coding-category-utf-16-be, and
21122 coding-category-utf-16-le in the argument for set-coding-priority.
21123 (reset-language-environment): Initialize coding-category-utf-8,
21124 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21125
21126 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21127
21128 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21129 code abstracted out of `bookmark-jump-noselect'. Now tries info
21130 extensions as well as compression extensions.
21131 (bookmark-jump-noselect): Use above new func.
21132
21133 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21134
21135 * strokes.el: Change maintainer's mail address.
21136
21137 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21138
21139 * international/mule-diag.el (list-character-sets): Make help-echo
21140 string by substitute-command-keys.
21141 (list-character-sets): Likewise.
21142 (sort-listed-character-sets): Call help-setup-xref.
21143
21144 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21145
21146 * time.el (display-time-mail-file): Add `none' to the list of choices.
21147
21148 2000-03-01 Dave Love <fx@gnu.org>
21149
21150 * help.el (help-xref-go-back): Don't try to set position.
21151
21152 * international/mule-diag.el (list-character-sets):
21153 Call help-setup-xref. Add help-echo to xrefs.
21154 (list-character-sets-1): Add help-echo to xrefs.
21155
21156 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21157
21158 * frame.el (blink-cursor-mode): Switch cursor on when turning
21159 the mode off.
21160
21161 * add-log.el (add-log-current-defun): Add support for
21162 Autoconf mode.
21163
21164 * mail/rmail.el (rmail-quit-hook): New variable.
21165
21166 2000-03-01 Dave Love <fx@gnu.org>
21167
21168 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21169
21170 * help.el (help-xref-button): Add help-echo arg.
21171 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21172
21173 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21174
21175 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21176
21177 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21178
21179 * image.el (defimage): Look for image files in load-path.
21180
21181 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21182
21183 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21184
21185 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21186
21187 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21188
21189 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21190 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21191 action to select/unselect a file.
21192 (recentf-edit-list): Code cleanup and improvement.
21193 (recentf-open-more-files-action): `recentf-open-more-files' button
21194 widget action to open a file.
21195 (recentf-open-more-files): No more use standard completion but widgets.
21196 (recentf-more-collection): Deleted.
21197 (recentf-more-history): Deleted.
21198 (recentf-setup-more-completion): Deleted.
21199
21200 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21201
21202 * recentf.el (recentf-mode): No more needs that Emacs is running
21203 under a window-system.
21204
21205 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21206
21207 * recentf.el (recentf-edit-list): New command to edit the recent
21208 list which allow the user to remove files.
21209 (recentf-edit-selected-items): New global variable, used by
21210 `recentf-edit-list' to hold the list of files to be removed from
21211 the recent list.
21212 (recentf-make-menu-items): Updated to display a "Edit list..."
21213 menu item. Minor code cleanup.
21214
21215 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21216
21217 * recentf.el (recentf-open-more-files): New command to open files
21218 that are not displayed in the menu.
21219 (recentf-more-collection): New global variable holding the set of
21220 permissible completions used by `recentf-open-more-files'.
21221 (recentf-more-history): New global variable holding the history list
21222 used by `recentf-open-more-files' completion.
21223 (recentf-setup-more-completion): New function to setup completion for
21224 `recentf-open-more-files'.
21225 (recentf-make-menu-items): Updated to display a "More..." menu item.
21226
21227 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21228
21229 * recentf.el (recentf-menu-action): Doc fixed.
21230
21231 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21232
21233 * recentf.el (recentf-menu-filter): Doc updated.
21234 (recentf-update-menu-hook): Allow menu filters to force menu update.
21235 (recentf-make-menu-items): New menu filter handling.
21236 (recentf-make-menu-item): New helper function.
21237 (recentf-menu-elements): New menu handling function.
21238 (recentf-sort-ascending): Updated to new menu filter handling.
21239 (recentf-sort-descending): Updated to new menu filter handling.
21240 (recentf-sort-basenames-ascending): New menu filter function.
21241 (recentf-sort-basenames-descending): New menu filter function.
21242 (recentf-show-basenames): New menu filter function.
21243 (recentf-show-basenames-ascending): New menu filter function.
21244 (recentf-show-basenames-descending): New menu filter function.
21245
21246 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21247
21248 * diary-lib.el (list-diary-entries): Don't try to go forward at
21249 the end of the buffer.
21250
21251 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21252
21253 * international/mule-diag.el (list-character-sets):
21254 Completely rewritten.
21255 (sort-listed-character-sets): New function.
21256 (list-character-sets-1): Completely rewritten.
21257 (list-character-sets-2): New function.
21258 (non-iso-charset-alist): New variable.
21259 (decode-codepage-char): New function.
21260 (charset-history): New variable.
21261 (read-charset) (list-block-of-chars)
21262 (list-iso-charset-chars)
21263 (list-non-iso-charset-chars)
21264 (list-charset-chars): New functions.
21265 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21266 (dump-charsets): Likewise.
21267
21268 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21269
21270 * dired-x.el (dired-filename-at-point): Add `@' to valid
21271 file name characters.
21272 (dired-filename-at-point): Handle ange-ftp file names.
21273
21274 * frame.el (frame-notice-user-settings): Use assq-delete-all
21275 instead of assoc-delete-all.
21276 (frame-notice-user-settings): Ditto.
21277
21278 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21279 Don't copy alist.
21280
21281 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21282
21283 * calculator.el (calculator-use-menu): New option.
21284 (calculator-initial-bindings): Changed some bindings to work as macros.
21285 (calculator-forced-input): Removed.
21286 (calculator-restart-other-mode): New variable.
21287 (calculator-mode-map): Set up menu.
21288
21289 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21290
21291 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21292
21293 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21294
21295 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21296 translate all ESC key sequences.
21297 (viper-goto-mark-subr): Restore markers for files for which
21298 they were saved.
21299 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21300 * viper-util.el (viper-set-replace-overlay-glyphs)
21301 (viper-set-replace-overlay): Always check if the replacement
21302 overlay is live.
21303 * viper.el (viper-vi-state-mode-list): Add major modes.
21304 * ediff-wind.el: Minor comment changes.
21305 * ediff.el: Copyright notice date fix.
21306
21307 2000-02-27 Jason Rumney <jasonr@gnu.org>
21308
21309 * faces.el (face-font-family-alternatives): Add arial to helv.
21310 (mode-line, header-line, tool-bar): Same default as x for w32.
21311 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21312 face-font-family-alternatives from working.
21313 * term/w32-win.el (mouse-set-font): Do not build fontset from
21314 chosen font.
21315
21316 2000-02-25 Sam Steingold <sds@goems.com>
21317
21318 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21319 properly.
21320
21321 2000-02-25 Richard M. Stallman <rms@gnu.org>
21322
21323 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21324
21325 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21326
21327 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21328
21329 * frame.el (busy-cursor-delay-seconds): New option.
21330
21331 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21332
21333 * frame.el (show-cursor-in-non-selected-windows): New option.
21334
21335 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21336
21337 * diary-lib.el (include-other-diary-files): Undo the selective
21338 display in any included file and don't kill it.
21339
21340 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21341
21342 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21343 Menu items converted to (menu-item format, help strings added.
21344 [downcase, upcase]: Don't enable on MS-DOS.
21345 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21346 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21347
21348 2000-02-23 Dave Love <fx@gnu.org>
21349
21350 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21351 (backward-kill-word): Revert addition of * to interactive spec --
21352 it's a feature.
21353
21354 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21355 (backward-kill-sentence, kill-sentence): Likewise.
21356
21357 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21358 scratch buffer name.
21359 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21360
21361 * term/w32-win.el (internal-face-interactive): Update prompt for
21362 new read-face-name.
21363
21364 * mail/footnote.el (footnote): Add :version to defgroup.
21365 (footnote-section-tag-regexp): Customize.
21366 (footnote-start-tag, footnote-end-tag): New option.
21367 (footnote-latin-regexp): New variable.
21368 (Footnote-latin): New function.
21369 (footnote-style-alist): Add element for latin style.
21370 (footnote-style): Moved.
21371 (Footnote-goto-footnote): Use eq to test arg.
21372
21373 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21374
21375 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21376 (byte-compile-trueconstp): Include keywords.
21377 (byte-optimize-quote, byte-optimize-lapcode):
21378 Use byte-compile-const-symbol-p.
21379 (byte-optimize-char-before): New optimization.
21380
21381 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21382 (byte-compile-const-symbol-p): New function.
21383 (byte-compile-constp, byte-compile-out-toplevel)
21384 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21385 Use it.
21386
21387 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21388
21389 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21390
21391 * international/encoded-kb.el: Be sure to update minor-mode-alist
21392 and minor-mode-map-alist.
21393 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21394 codes SS2 and SS3 correctly.
21395 (encoded-kbd-self-insert-ccl): New function.
21396 (encoded-kbd-setup-keymap): New function.
21397 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21398 by calling encoded-kbd-setup-keymap.
21399
21400 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21401 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21402
21403 2000-02-22 Dave Love <fx@gnu.org>
21404
21405 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21406 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21407 (lisp-mode-syntax-table): Set up for #|...|# comments.
21408 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21409 classes. Match `defface'.
21410 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21411 (eval-defun-1): Fix for defcustom.
21412 (lisp-indent-region): Doc fix.
21413
21414 * subr.el (when, unless, split-string): Doc fix.
21415 (read-passwd): Move call of clear-this-command-keys to the right place.
21416 (replace-regexps-in-string): New function.
21417
21418 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21419
21420 * help.el (describe-variable): Set syntax table to
21421 emacs-lisp-mode-syntax-table when moving forward over the
21422 symbol's name.
21423
21424 2000-02-22 Dave Love <fx@gnu.org>
21425
21426 * xt-mouse.el: Doc fixes.
21427 (xterm-mouse-position-function): New function, replacing advice of
21428 mouse-position.
21429 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21430
21431 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21432
21433 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21434
21435 * format.el (format-annotate-single-property-change):
21436 Handle properties.with dotted-list values.
21437 (format-proper-list-p): New function.
21438
21439 * enriched.el (enriched-face-ans): Handle '(foreground-color
21440 . COLOR) and (background-color . COLOR).
21441
21442 2000-02-20 Dave Love <fx@gnu.org>
21443
21444 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21445 and assignments to it.
21446 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21447 current local map.
21448 (make-flyspell-overlay): Use it.
21449 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21450
21451 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21452 (lm-get-header-re): Defun, not defsubst.
21453 (lm-get-package-name): Defun, not defsubst. Simplify.
21454 (lm-version): Doc fix. Simplify.
21455 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21456 (lm-crack-address, lm-last-modified-date, lm-commentary)
21457 (lm-verify, lm-synopsis): Simplify.
21458 (lm-report-bug): Require emacsbug. Use compose-mail.
21459
21460 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21461
21462 * dired.el (dired-mode): Call propertized-buffer-identification
21463 to set mode-line-buffer-identification to something having
21464 the right text properties.
21465
21466 * bindings.el (propertized-buffer-identification): New function.
21467
21468 2000-02-20 Dave Love <fx@gnu.org>
21469
21470 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21471 check for t-mouse too.
21472
21473 * cus-start.el: Make echo-keystrokes `number'.
21474
21475 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21476
21477 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21478 Don't call ring-empty-p unless tags-location-ring is bound.
21479 From Noah Friedman <friedman@splode.com>.
21480
21481 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21482
21483 * progmodes/hideshow.el (hs-flag-region): No longer use
21484 `intangible' overlay property.
21485
21486 (hs-toggle-hiding): New command.
21487 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21488
21489 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21490 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21491 and deactivation.
21492
21493 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21494
21495 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21496
21497 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21498
21499 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21500
21501 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21502 of `*' to handle `(* ... *)' comments.
21503
21504 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21505
21506 * faces.el (list-faces-display): Use display-mouse-p instead of
21507 window-system.
21508
21509 * menu-bar.el (global-map): Menu-bar items converted to the new
21510 format (menu-item..., rearranged for better CUA compliance, and
21511 their names changed for better clarity. Help strings added.
21512
21513 * international/mule-cmds.el (mule-menu-keymap)
21514 (describe-language-environment-map, set-coding-system-map)
21515 (setup-language-environment-map): Convert to new (menu-item...
21516 form, add help strings. Change names of menu items for better clarity.
21517 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21518
21519 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21520
21521 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21522 within the code.
21523
21524 2000-02-16 Dave Love <fx@gnu.org>
21525
21526 * faces.el: Don't require custom. Add more specific :groups to
21527 various deffaces.
21528 (set-face-attribute): Purecopy args.
21529 (read-face-name): Default to name at point and use it in prompt.
21530 Remove colon from arg in all callers.
21531 (list-faces-display): Hyperlink to face descriptions and customize
21532 buffers.
21533
21534 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21535
21536 * wid-edit.el (widget-match-inline): An atom never matches a list.
21537
21538 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21539
21540 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21541 at ':' characters by call to split-string.
21542
21543 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21544
21545 * textmodes/bibtex.el: Added RCS version identification.
21546
21547 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21548
21549 * textmodes/bibtex.el: Some temporary comments removed.
21550 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21551 (bibtex-field-const): Allow capital letters.
21552 (bibtex-start-of-string): Deleted because unused.
21553
21554 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21555 use the term 'reference' to describe a bibtex entry as a whole.
21556 Further, reference keys are no longer called 'labels'.
21557 (bibtex-keys): Renamed to bibtex-reference-keys.
21558 (bibtex-reformat-previous-labels): Renamed to
21559 bibtex-reformat-previous-reference-keys.
21560 (bibtex-reference-type): Renamed to bibtex-entry-type.
21561 (bibtex-reference-head): Renamed to bibtex-entry-head.
21562 (bibtex-reference-maybe-empty-head): Renamed to
21563 bibtex-entry-maybe-empty-head.
21564 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21565 (bibtex-search-reference): Renamed to bibtex-search-entry.
21566 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21567 bibtex-enclosing-entry-maybe-empty-head.
21568 (bibtex-entry-field-alist, bibtex-entry-head)
21569 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21570 (bibtex-map-entries, bibtex-search-entry)
21571 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21572 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21573 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21574 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21575 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21576 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21577 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21578
21579 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21580
21581 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21582 comment.
21583 (bibtex-format-field-delimiters): New function, functionality
21584 extracted from bibtex-format-entry.
21585 (bibtex-autokey-get-yearfield-digits): New function, functionality
21586 extracted from bibtex-autokey-get-yearfield.
21587
21588 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21589 entries in order to avoid stack overflow in the regexp matcher if
21590 field contents become large.
21591 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21592 (bibtex-field-string-part-not-braced)
21593 (bibtex-field-string-part-no-inner-braces)
21594 (bibtex-field-string-part-1-inner-brace)
21595 (bibtex-field-string-part-2-inner-braces)
21596 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21597 (bibtex-field-string-quoted, bibtex-field-string)
21598 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21599 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21600 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21601 Deleted as parsing is now performed by the following functions.
21602 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21603 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21604 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21605 (bibtex-parse-association, bibtex-field-name-for-parsing)
21606 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21607 (bibtex-search-forward-field, bibtex-search-backward-field)
21608 (bibtex-start-of-field, bibtex-end-of-field)
21609 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21610 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21611 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21612 (bibtex-parse-string, bibtex-search-forward-string)
21613 (bibtex-search-backward-string, bibtex-start-of-string)
21614 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21615 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21616 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21617 entries. Instead of reporting the results of the parsing by
21618 match-beginning or match-end, these functions return data structures
21619 that hold the corresponding positions.
21620 (bibtex-enclosing-field): Changed to also report field boundaries by
21621 return values rather than by match-beginning or match-end.
21622 The following functions have been adapted to use the new
21623 parsing functions.
21624 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21625 (bibtex-enclosing-field, bibtex-format-entry)
21626 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21627 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21628 (bibtex-print-help-message, bibtex-end-of-entry)
21629 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21630 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21631 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21632 Use the new method for parsing.
21633 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21634 (bibtex-map-entries, bibtex-flash-head)
21635 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21636 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21637 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21638 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21639 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21640 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21641 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21642 order to make the new binding of case-fold-search immediately visible.
21643
21644 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21645
21646 * textmodes/bibtex.el: Copyright notice is up to date.
21647 Added constant 'bibtex-maintainer-salutation.
21648
21649 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21650 than make-temp-name, use match-string-no-properties and eliminate
21651 a quadratic behavior when building bibtex-strings.
21652
21653 * bibtex.el (bibtex-reference-key): Accept string entries whose
21654 reference key contains upper case letters.
21655
21656 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21657
21658 * bibtex.el (bibtex-reference-head): Allow entries to start with
21659 a new line.
21660
21661 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21662
21663 * bibtex.el: Hiding of entry bodies is not longer provided by
21664 bibtex.el directly. Instead the hideshow package can be used.
21665 Added a special bibtex entry to hs-special-modes-alist.
21666 (bibtex-hs-forward-sexp): Added for hideshow.el.
21667
21668 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21669
21670 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21671 proceedings entry type (for cross referencing). Thanks to Wagner
21672 Toledo Correa for the suggestion.
21673
21674 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21675
21676 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21677
21678 * international/characters.el: Setup case table for Vietnamese.
21679
21680 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21681
21682 * uniquify.el (toplevel): Require CL at compile time.
21683 (uniquify-push): Removed.
21684
21685 * shadowfile.el (shadow-when): Removed.
21686
21687 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21688 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21689
21690 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21691 regexp for paragraph-start.
21692
21693 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21694 commas as well.
21695
21696 2000-02-10 Dave Love <fx@gnu.org>
21697
21698 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21699 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21700 Deleted.
21701 (widget-specify-field, widget-specify-button): Don't use
21702 widget-mouse-help as help-echo property.
21703 (default): Use #'ignore for :validate and :mouse-down-action.
21704 (checkbox): Add help-echo.
21705 (widget-sexp-validate): Rewritten to clarify error messages.
21706 (character): Use char-valid-p in :match function.
21707 (widget-color-complete): Use facemenu-color-alist.
21708 (widget-color-action): Use facemenu-read-color.
21709
21710 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21711 set up `caar' &c that we now have.
21712
21713 2000-02-09 Ray Blaak <blaak@gnu.org>
21714
21715 * delphi.el: Make resourcestring a declaration region, like const
21716 and var.
21717
21718 2000-02-09 Dave Love <fx@gnu.org>
21719
21720 * bindings.el (mode-line-input-method-map): New variable.
21721 (mode-line-mule-info): Use it; fix last change.
21722 (mode-line-mode-menu): Move definition.
21723 (mode-line-mouse-sensitive-p): Deleted.
21724 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21725 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
21726
21727 * startup.el (command-line-1): Don't call
21728 make-mode-line-mouse-sensitive.
21729
21730 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21731
21732 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21733 before rmail-toggle-header, because the former toggles headers.
21734
21735 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
21736
21737 * diff-mode.el (diff-kill-junk): New interactive function.
21738 (diff-reverse-direction): Use delete-and-extract-region.
21739 (diff-post-command-hook): Restrict the area so that the hook also works
21740 outside of any diff hunk. This is necessary for the minor-mode.
21741 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
21742 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
21743
21744 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
21745 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
21746 so that it can be used more easily in <foo>-mode-hook. Also make sure
21747 to avoid duplicate entries.
21748 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
21749 (font-lock-remove-keywords): Just as was done for `add', allow it to
21750 work even if font-lock-mode is nil. Also make sure we don't modify
21751 any pre-existing list by forcing a copy-sequence. Finally rename
21752 `major-mode' to `mode'.
21753 (font-lock-fontify-syntactic-anchored-keywords)
21754 (font-lock-fontify-anchored-keywords)
21755 (font-lock-fontify-keywords-region): Use line-end-position.
21756 Don't make `font-lock-multiline' local (it's now done in
21757 font-lock-set-defaults).
21758 (font-lock-set-defaults): Make `font-lock-multiline' local.
21759 Move the `font-lock-fontified' creation to inside the `unless'.
21760
21761 2000-02-06 Andrew Innes <andrewi@gnu.org>
21762
21763 * term/w32-win.el (x-handle-args): Comment out call to message,
21764 which occurs before window system is initialized.
21765
21766 * makefile.nt: Add support for recompiling lisp code.
21767
21768 2000-02-04 Dave Love <fx@gnu.org>
21769
21770 * bindings.el (mode-line-mule-info): Fix/extend last change.
21771
21772 * completion.el: Replace completion-dolist with dolist.
21773
21774 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
21775
21776 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
21777
21778 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
21779 environment names before they go into the section regexp.
21780
21781 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
21782 char class in regexp.
21783
21784 * textmodes/reftex-parse.el (reftex-with-special-syntax):
21785 Bind `case-fold-search' to nil.
21786
21787 * progmodes/idlwave.el (idlwave-template):
21788 Respect `idlwave-abbrev-change-case'.
21789 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
21790 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
21791 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
21792 (idlwave-rw-case): New function.
21793 (idlwave-statement-match): Fixed problem with assignment regexp.
21794 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
21795 (idlwave-surround): New argument LENGTH to support padding of
21796 operators longer than 1 char.
21797
21798 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
21799 idlwave-shell-expression-overlay. Implemented printing of
21800 expressions on higher levels of the calling stack.
21801 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
21802 (idlwave-retrieve-expression-from-level): New function.
21803 (idlwave-shell-last-calling-stack): Variable removed.
21804 (idlwave-shell-reset): Argument action reversed (`visible' to
21805 `hidden'). Also remove stop-line overlay.
21806 (idlwave-shell-calling-stack-routine): New variable.
21807 (idlwave-shell-parse-stack-and-display): Messages now display
21808 negative level numbers.
21809 (idlwave-shell-mode): Set `modeline-format'.
21810 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
21811 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
21812 (idlwave-shell-print-expression-function): New option.
21813
21814 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
21815 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
21816 `tool-bar' instead of `toolbar'.
21817
21818 2000-02-02 Dave Love <fx@gnu.org>
21819
21820 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
21821 emacs-lisp-mode-hook. Don't check for defalias being defined.
21822
21823 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
21824 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
21825 Use the new builtins directly.
21826
21827 * whitespace.el (whitespace): Add :version to defgroup.
21828
21829 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
21830 Doc fix.
21831
21832 * thingatpt.el (sexp-at-point, symbol-at-point)
21833 (number-at-point, list-at-point): Add autoload cookie.
21834
21835 * recentf.el (recentf): Add :version to defgroup.
21836
21837 * quickurl.el (quickurl): Add :version to defgroup.
21838
21839 * elide-head.el (elide-head): Use point-marker more.
21840
21841 * bs.el (bs): Add :version to defgroup.
21842
21843 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
21844
21845 * progmodes/delphi.el (delphi): Add :version to defgroup.
21846
21847 2000-02-02 Gerd Moellmann <gerd@gnu.org>
21848
21849 * ange-ftp.el (ange-ftp-write-region): Handle case that
21850 succeeding process operation sets a different coding system.
21851
21852 * calculator.el: New file.
21853
21854 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21855
21856 * frame.el (frames-on-display-list, framep-on-display): New functions.
21857 (display-mouse-p, display-popup-menus-p, display-graphic-p)
21858 (display-selections-p, display-screens, display-pixel-width)
21859 (display-pixel-height, display-mm-width, display-mm-height)
21860 (display-backing-store, display-save-under, display-planes)
21861 (display-color-cells, display-visual-class): New functions.
21862
21863 * term/tty-colors.el (tty-color-gray-shades): New function.
21864
21865 * faces.el (display-color-p): Use framep-on-display.
21866 (display-grayscale-p): New function.
21867
21868 2000-01-31 Dave Love <fx@gnu.org>
21869
21870 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
21871 (create-fontset-from-x-resource): Don't concat integers.
21872
21873 2000-01-31 Inge Frick <inge@nada.kth.se>
21874
21875 * view.el: Some changes in documentation. Removed some trailing
21876 whitespace. Changed some parameter names to agree with documentation.
21877 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
21878 window is not deleted. Modifies change 1998-04-26.
21879
21880 2000-01-31 Gerd Moellmann <gerd@gnu.org>
21881
21882 * windmove.el: New file.
21883
21884 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21885 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21886 progmodes/ebnf-yac.el: Update copyright and license info.
21887
21888 * jit-lock.el (jit-lock-function): Widen before calculating
21889 end position.
21890 (jit-lock-stealth-chunk-start): Rewritten.
21891
21892 * info.el (Info-title-face-alist): Removed.
21893 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
21894 (Info-fontify-node): Use these faces.
21895
21896 2000-01-30 Gerd Moellmann <gerd@gnu.org>
21897
21898 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
21899 (cl-macro-list1): Recognize `&allow-other-keys' instead of
21900 `&allow-other-keywords'.
21901
21902 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
21903 the list of directories scanned heuristically.
21904
21905 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
21906
21907 2000-01-30 Jason Rumney <jasonr@gnu.org>
21908
21909 * w32-fns.el: Define w32-tty-standard-colors.
21910
21911 * startup.el (command-line): Use w32-tty-standard-colors when in
21912 w32 console mode.
21913
21914 2000-01-30 Dave Love <fx@gnu.org>
21915
21916 * jka-compr.el (jka-compr-load): Fix up load-history.
21917
21918 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
21919
21920 * emacs-lisp/cl-macs.el: Revert previous change.
21921
21922 2000-01-29 Dave Love <fx@gnu.org>
21923
21924 * facemenu.el: Purecopy various strings.
21925
21926 * timezone.el (timezone-fix-time): Window against 69 for two-digit
21927 years. Deal with three-digit years.
21928
21929 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
21930 Use defconst, purecopy.
21931 (help-back-label): Purecopy it.
21932
21933 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21934
21935 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
21936 variable. If non-nil, order the buffer list according to the
21937 currently selected frame.
21938 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
21939 non-nil, pass the selected frame to function buffer-list.
21940
21941 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21942
21943 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
21944
21945 2000-01-28 Dave Love <fx@gnu.org>
21946
21947 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
21948
21949 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
21950 Don't use lisp-indent-hook property.
21951 (cl-abs): Remove.
21952
21953 * subr.el: Move out indent and edebug specs for when and unless.
21954
21955 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
21956 when, unless.
21957
21958 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
21959 unless, when.
21960
21961 2000-01-28 Gerd Moellmann <gerd@gnu.org>
21962
21963 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
21964 `collecting' as synonym for `collect'.
21965
21966 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
21967 for the case it contains spaces.
21968
21969 * simple.el (what-cursor-position): Change formatting of messages.
21970
21971 * frame.el (delete-other-frames): New function.
21972 (toplevel): Bind it to C-x 5 1.
21973
21974 * sort.el (sort-numeric-base): New option.
21975 (sort-numeric-fields): If number starts with `0' or `0[xX[',
21976 interpret it as octal or hexadecimal. Use sort-numeric-base
21977 as default base.
21978
21979 * progmodes/glasses.el: New file.
21980
21981 2000-01-27 Gerd Moellmann <gerd@gnu.org>
21982
21983 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
21984 userids differently.
21985
21986 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21987 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21988 progmodes/ebnf-yac.el: New files.
21989
21990 2000-01-26 Dave Love <fx@gnu.org>
21991
21992 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
21993 on a function with an empty body. [From Eric Ludlam.]
21994
21995 2000-01-25 Andre Spiegel <spiegel@gnu.org>
21996
21997 * vc.el (vc-version-diff): Make sure file name is expanded.
21998
21999 2000-01-25 Gerd Moellmann <gerd@gnu.org>
22000
22001 * scroll-bar.el (scroll-bar-timer): Variable removed.
22002 (scroll-bar-toolkit-scroll): Don't use a timer.
22003
22004 2000-01-25 Kenichi Handa <handa@etl.go.jp>
22005
22006 * language/thai-util.el (thai-composition-function):
22007 Delete superfluous `a'.
22008
22009 2000-01-24 Dave Love <fx@gnu.org>
22010
22011 * fortran.el (fortran-mode): Use beginning-of-defun-function,
22012 end-of-defun-function.
22013
22014 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
22015
22016 2000-01-22 Jason Rumney <jasonr@gnu.org>
22017
22018 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
22019 conflicts with new face support.
22020
22021 2000-01-22 Richard M. Stallman <rms@gnu.org>
22022
22023 * replace.el (query-replace): Rename last arg to DELIMITED.
22024 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
22025 (query-replace-regexp): Likewise.
22026
22027 2000-01-20 Richard M. Stallman <rms@gnu.org>
22028
22029 * subr.el (with-syntax-table): Use make-symbol, not gensym.
22030
22031 * emacs-lisp/lisp.el (beginning-of-defun-function):
22032 Variable renamed from beginning-of-defun.
22033 Do not call make-variable-buffer-local.
22034 (beginning-of-defun-raw): Use new variable name; doc fix.
22035 (beginning-of-defun): Doc fix.
22036 (end-of-defun-function): Variable renamed from end-of-defun.
22037 Do not call make-variable-buffer-local.
22038 (end-of-defun): Use new variable name; doc fix.
22039
22040 * subr.el (dolist, dotimes): Copied from cl-macs.el
22041 and made to work.
22042
22043 * mail/undigest.el (rmail-digest-end-regexps):
22044 Variable replaces rmail-digest-end-regexp.
22045 Allows multiple regexps for detecting the end line.
22046 (undigestify-rmail-message): Corresponding changes.
22047
22048 2000-01-19 Dave Love <fx@gnu.org>
22049
22050 * files.el (user-init-file): Don't declare here -- is primitive.
22051
22052 * startup.el (command-line): Check for compiled user-init-file and
22053 set to uncompiled version if necessary.
22054
22055 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22056
22057 * mail/undigest.el (rmail-digest-end-regexp): New user option.
22058 (undigestify-rmail-message): Use it.
22059
22060 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22061
22062 2000-01-17 Gerd Moellmann <gerd@gnu.org>
22063
22064 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22065 of mini-buffer.
22066
22067 2000-01-14 Gerd Moellmann <gerd@gnu.org>
22068
22069 * emacs-lisp/copyright.el (copyright-update): Removed the
22070 requirement for a trailing space from `copyright-regexp', to
22071 support copyrights with owner specified on a separate line..
22072
22073 * align.el: New file.
22074
22075 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22076
22077 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22078
22079 2000-01-13 Dave Love <fx@gnu.org>
22080
22081 * ph.el: Removed. (Obsoleted by EUDC.)
22082
22083 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22084
22085 * net/eudc.el (toplevel): Remove autoloaded code installing
22086 menu with easymenu, because that causes build problems.
22087
22088 * frame.el (frame-notice-user-settings): New variable.
22089 (frame-notice-user-settings): Don't modify frame parameters
22090 if called a second time.
22091
22092 2000-01-13 Richard M. Stallman <rms@gnu.org>
22093
22094 * frame.el (frame-notice-user-settings):
22095 Notice default-frame-parameters even for non-window frames.
22096
22097 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22098
22099 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22100 for Emacs.
22101 (eudc-bob-can-display-inline-images): Extend for Emacs.
22102 (eudc-bob-toggle-inline-display): Ditto.
22103 (eudc-bob-display-jpeg): Ditto.
22104
22105 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22106
22107 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22108 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22109 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22110
22111 * add-log.el (add-change-log-entry): Fix error trying an
22112 `(insert nil)'.
22113
22114 * subdirs.el: Add `net' directory.
22115
22116 * net: New directory.
22117
22118 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22119 eval-last-sexp. Don't bind debug-on-error here.
22120 (eval-last-sexp): New function. Bind debug-on-error if
22121 eval-expression-debug-on-error is non-nil.
22122 (eval-defun-2, eval-defun): Likewise.
22123
22124 * simple.el (eval-expression): Don't bind debug-on-error if
22125 eval-expression-debug-on-error is nil. Detect changed
22126 debug-on-error, and propagate new value to global binding, if
22127 eval-expression-debug-on-error is non-nil,
22128 (eval-expression-debug-on-error): Change doc string.
22129
22130 2000-01-11 Richard M. Stallman <rms@gnu.org>
22131
22132 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22133
22134 * emacs-lisp/lisp-mode.el (with-syntax-table):
22135 Set up lisp-indent-function property.
22136
22137 * subr.el (with-syntax-table): Moved from simple.el.
22138
22139 * simple.el (with-syntax-table): Moved to subr.el.
22140
22141 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22142
22143 * tmm.el (tmm-shortcut): Delete region after prompt instead
22144 of erasing buffer.
22145
22146 * textmodes/fill.el (fill-common-string-prefix): New function.
22147 (fill-context-prefix): Use the longest common prefix of first
22148 and second line fill prefix, if there is one.
22149
22150 2000-01-11 Richard M. Stallman <rms@gnu.org>
22151
22152 * array.el (array-mode): Don't use make-variable-buffer-local.
22153 Use make-local-variable for `truncate-lines'.
22154
22155 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22156
22157 * add-log.el (add-log-current-defun): Handle user-defined
22158 add-log-current-function returning nil,
22159
22160 * add-log.el (add-change-log-entry): Insert version number
22161 if having found a current function
22162
22163 * add-log.el (add-log-current-defun):
22164 Call `add-log-current-defun-function'. Try matches at level 0 and
22165 level 1. Strip whitespace from defun found.
22166
22167 2000-01-10 John Wiegley <johnw@gnu.org>
22168
22169 * allout.el (isearch-done/outline-provisions): Added `edit'
22170 argument to correspond with the current definition of `isearch-done'.
22171
22172 2000-01-10 Dave Love <fx@gnu.org>
22173
22174 * elide-head.el (elide-head): Use point-marker, not point.
22175
22176 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22177
22178 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22179 before and after the year 2000.
22180
22181 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22182 Add ispell- prefix.
22183
22184 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22185
22186 * ispell.el: Only define dictionaries in menus when they exist.
22187 (version18p): New variable.
22188 (version20p): New variable.
22189 (xemacsp): New variable.
22190 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22191 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22192 (ispell-dictionary-alist6): Russian command lines no longer accept
22193 run-together words.
22194 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22195 (ispell-dictionary-alist): Add koi8-r to customize definition.
22196 (check-ispell-version): Added documentation string. Return library
22197 path when called non-interactively.
22198 (ispell-menu-map-needed): Uses new variables.
22199 (ispell-library-path): New variable.
22200 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22201 (ispell-word): Improved documentation string. Test for valid
22202 character mappings. Correctly check typed in word changes that can
22203 result in single words split into multiple words.
22204 Return replacement word.
22205 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22206 replace in recursive query replace mode. Help message for
22207 recursive edit mode.
22208 (ispell-show-choices): Protect against bad framepop bindings.
22209 (ispell-help): Fix to work with XEmacs.
22210 (ispell-highlight-spelling-error): Use new variables.
22211 (ispell-overlay-window): Fix to work with XEmacs.
22212 (ispell-parse-output): Passed and returns location information
22213 tracking spelling corrections. Doesn't recheck same word on
22214 current line.
22215 (ispell-init-process): Protect against bogus XEmacs variable binding.
22216 Fix call to single argument in sleep-for. Use new variables.
22217 (ispell-region): Passed and returns location information tracking
22218 spelling corrections. Doesn't check same word on current line.
22219 Improved documentation string. Doesn't resend a line already
22220 checked to the ispell process - fixes bug in LaTeX parsing.
22221 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22222 (ispell-skip-region): No longer skips <TT> in SGML.
22223 (ispell-process-line): Tracks location information with spelling
22224 corrections. Added documentation string. Accounts for words
22225 already accepted on this line. Don't allow query-replace on line
22226 starting with math characters. Doesn't resend a line already sent
22227 to ispell process. Fixes alignment error bug.
22228
22229 2000-01-10 Richard M. Stallman <rms@gnu.org>
22230
22231 * dired-x.el (dired-guess-shell-alist-default):
22232 Suggest xloadimage, which is free, not xv, which isn't.
22233
22234 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22235 Don't ever include the host name or user name in the value.
22236
22237 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22238
22239 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22240 of a real newline.
22241
22242 2000-01-09 Stephen Eglen <stephen@gnu.org>
22243
22244 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22245 for .png files.
22246
22247 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22248
22249 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22250
22251 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22252
22253 * progmodes/cperl-mode.el: Replace ^F with ^L.
22254
22255 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22256 `require'ing rmail and mailalias to prevent infinite recursion.
22257
22258 2000-01-08 Dave Love <fx@gnu.org>
22259
22260 * emacs-lisp/backquote.el: Remove inappropriate customization
22261 (allowing custom.el to use backquote).
22262
22263 2000-01-07 Dave Love <fx@gnu.org>
22264
22265 * add-log.el (add-log-debugging): Deleted.
22266 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22267 file. Remove debugging code.
22268 (change-log-get-method-definition, change-log-name): Add doc.
22269 (change-log-sortable-date-at): New function.
22270 (change-log-merge): New command.
22271
22272 * time.el (display-time-string-forms): Make the Mail string active.
22273 (display-time-update): Provide help-echo for load average.
22274
22275 * bindings.el (make-mode-line-mouse2-map): New function.
22276 (mode-line-modified): Use it and simplify.
22277 (mode-line-mule-info): Provide help-echo info.
22278 (minor-mode-alist): Activate the strings.
22279 (make-mode-line-mouse-sensitive): Simplify for
22280 mode-line-buffer-identification.
22281
22282 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22283
22284 * play/pong.el: New file.
22285
22286 2000-01-06 Dave Love <fx@gnu.org>
22287
22288 * array.el: Assorted cleanups for compiler warnings, doc strings,
22289 `array-' prefix for symbols.
22290
22291 2000-01-05 Dave Love <fx@gnu.org>
22292
22293 * textmodes/outline.el (outline-mode-menu-bar-map):
22294 Add outline-headers-as-kill.
22295 (outline-mode): Define imenu-generic-expression.
22296 (outline-headers-as-kill): New command.
22297
22298 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22299 from paragraph-start.
22300 (paragraph-indent-minor-mode): New command.
22301
22302 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22303 M-C-e, M-C-h, C-j, C-xnd, TAB.
22304 (fortran-mode): Set beginning-of-defun, end-of-defun.
22305 (fortran-column-ruler): Simplify.
22306 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22307 (fortran-with-subprogram-narrowing): Likewise.
22308 (fortran-indent-subprogram): Call mark-defun.
22309 (fortran-check-for-matching-do): Change narrowing.
22310
22311 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22312 (cl-lucid-hash-tag): Delete.
22313 (cl-hash-table-p): Correct test for native table.
22314 (cl-hash-table-count): Use hash-table-count.
22315
22316 * browse-url.el (browse-url): Fix case of
22317 browse-url-browser-function being an alist.
22318
22319 2000-01-05 Carsten Dominik <cd@gnu.org>
22320
22321 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22322 (reftex-index-phrase-file-extension): New options.
22323
22324 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22325 Use new option `reftex-index-phrase-file-extension'.
22326
22327 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22328 `reftex-parse-file-extension'.
22329
22330 2000-01-05 Dave Love <fx@gnu.org>
22331
22332 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22333 (beginning-of-defun-raw): Use it.
22334 (end-of-defun): New variable.
22335 (end-of-defun): Use it.
22336 (check-parens): New command.
22337
22338 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22339
22340 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22341 (hs-show-block): Don't use `mapcar' when not accumulating.
22342
22343 Fix buglet in local variables initialization.
22344
22345 2000-01-05 Andreas Schwab <schwab@suse.de>
22346
22347 * hscroll.el (hscroll): Doc fix.
22348
22349 2000-01-05 Carsten Dominik <cd@gnu.org>
22350
22351 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22352 Require idlw-toolbar.
22353
22354 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22355 file idlw-rinfo.el.
22356 (idlwave-customize): Load must read file idlw-shell.el.
22357 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22358
22359 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22360
22361 * progmodes/idlw-shell.el: Also provide idlwave-shell
22362 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22363 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22364
22365 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22366 both reftex-dcr and reftex-vcr.
22367
22368 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22369
22370 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22371
22372 * ps-print.el: PostScript code now is in separate files, doc fix.
22373 (ps-print-version): New version number (5.0.3).
22374 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22375 local.
22376 (ps-spool-config): Initialization fix.
22377 (ps-print-prologue-1, ps-print-prologue-2)
22378 (ps-print-duplex-feature): PostScript code moved to separated file.
22379 (ps-background-image): Little code reformating.
22380 (ps-begin-file, ps-begin-job): Fix code.
22381 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22382 (ps-prologue-file): New fun.
22383
22384 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22385
22386 * ps-vars.el: Eliminated.
22387
22388 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22389 `;;;###autoload'.
22390
22391 * ps-print.el: ps-vars eliminated, doc fix.
22392 (ps-print-version): New version number (5.0.2).
22393 (ps-spool-config): Initialization fix.
22394 (ps-print-customize): New fun.
22395
22396 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22397
22398 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22399
22400 2000-01-04 Dave Love <fx@gnu.org>
22401
22402 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22403 menu items.
22404
22405 2000-01-03 Dave Love <fx@gnu.org>
22406
22407 * elide-head.el (elide-head) [defgroup]: Add :version.
22408
22409 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22410 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22411 Use `cl-hash-table-p', not `hash-table-p'.
22412 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22413
22414 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22415
22416 * faces.el (face-read-integer, read-face-attribute)
22417 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22418
22419 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22420
22421 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22422 at comment end, and re-insert them after filling.
22423
22424 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22425
22426 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22427 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22428 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22429
22430 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22431
22432 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22433 the new name of face-color-supported-p.
22434
22435 * term/w32-win.el (xw-defined-colors): Likewise.
22436
22437 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22438
22439 * simple.el (completion-setup-function): Count completion-size
22440 from minibuffer-prompt-end, not from point-min.
22441
22442 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22443
22444 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22445 Pass the frame to tty-color-* functions.
22446 (display-color-p, frame-set-background-mode): Pass the frame to
22447 tty-display-color-p.
22448
22449 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22450 tty-color-alist.
22451 (tty-color-alist, tty-modify-color-alist): New functions.
22452 (tty-color-define, tty-color-clear, tty-color-approximate)
22453 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22454 optional parameter FRAME.
22455
22456 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22457
22458 * image.el (create-image, defimage): Don't assume image data is
22459 a string.
22460
22461 * image.el (defimage): Handle specifications containing :data
22462 instead of :file.
22463 (image-type-from-data): New function.
22464 (image-type-from-file-header): Use it.
22465 (create-image): Add parameter DATA-P.
22466
22467 See ChangeLog.8 for earlier changes.
22468
22469 ;; Local Variables:
22470 ;; coding: iso-2022-7bit
22471 ;; End:
22472
22473 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22474 Copying and distribution of this file, with or without modification,
22475 are permitted provided the copyright notice and this notice are preserved.