]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(quail-keyboard-layout-button): Define button type.
[gnu-emacs] / lisp / ChangeLog
1 2001-11-25 Richard M. Stallman <rms@gnu.org>
2
3 * international/quail.el (quail-keyboard-layout-button):
4 Define button type.
5 (quail-keyboard-customize-button): Likewise.
6 (quail-help): Use those button types. Require `help-mode'.
7 Avoid altering the argument `package'.
8
9 * help-mode.el (help-function, help-variable, help-face)
10 (help-coding-system, help-input-method, help-character-set):
11 Define each button type with its own explicit define-button-type.
12
13 * language/devan-util.el: Comment out parts of the file
14 which apparently are garbled.
15
16 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
17
18 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
19 insert-string.
20
21 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
22
23 * play/snake.el (snake-mode): Remove make-local-hook.
24
25 * play/tetris.el (tetris-mode): Likewise.
26
27 * play/decipher.el (decipher-mode): Likewise.
28
29 * tmm.el (tmm-add-prompt): Likewise.
30
31 2001-11-25 Sam Steingold <sds@gnu.org>
32
33 * menu-bar.el (menu-bar-apropos-menu): New variable.
34 Moved all `apropos' bindings to this menu.
35 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
36
37 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
38
39 The following changes are for new indian languages support based
40 on Unicode charset and CDAC fonts.
41
42 * international/mule-conf.el: Change indian-1-column charset to
43 indian-glyph charset.
44
45 * international/characters.el: Adjusted for the change of
46 indian-1-column -> indian-glyph.
47
48 * international/fontset.el: Delete the setting for indian-1-column
49 and add the setting for indian-glyph in the default fontset.
50
51 * language/indian.el: Completely re-written.
52
53 * language/devanagari.el: Completely re-written.
54
55 * language/devan-util.el: Completely re-written.
56
57 * language/ind-util.el: New file.
58
59 2001-11-24 Richard M. Stallman <rms@gnu.org>
60
61 * startup.el (command-line-1): Don't do startup screen
62 if a subprocess is running. Call the startup screen buffer
63 "GNU Emacs". Make a special mode-line-format for it.
64
65 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
66 (browse-url-galeon): Use that variable.
67
68 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
69 eval-expression. Eval and set the variable simply.
70
71 * files.el (temporary-file-directory): Use defcustom.
72 (small-temporary-file-directory): Likewise.
73 (normal-backup-enable-predicate): Move down in file
74 after definition of temporary-file-directory.
75
76 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
77
78 2001-11-24 Colin Walters <walters@debian.org>
79
80 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
81 autoload names to match files renamed on initial calc import.
82
83 * calc/calc.el (Commentary): Cleanup, and add logistic curve
84 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
85
86 2001-11-23 Colin Walters <walters@debian.org>
87
88 * Makefile.in (finder_setwins, setwins): Include Calc again.
89
90 * calc/calc-rules.el: Add header comment.
91
92 2001-11-23 Andre Spiegel <spiegel@gnu.org>
93
94 * vc.el (with-vc-properties): Don't bind `filename' locally.
95 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
96 to avoid name clashes. Fix `lisp-indent-function' property for
97 both.
98
99 2001-11-23 Francesco Potorti` <pot@gnu.org>
100
101 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
102
103 2001-11-22 Colin Walters <walters@debian.org>
104
105 * calc/calc-misc.el (report-calc-bug):
106 Use `reporter-prompt-for-summary-p'.
107
108 * calc/INSTALL, calc/Makefile: Remove.
109
110 2001-11-22 Miles Bader <miles@gnu.org>
111
112 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
113 (reb-match-2, reb-match-3): Add dark-background variants.
114
115 2001-11-22 Colin Walters <walters@debian.org>
116
117 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
118 (info "Calc").
119 (report-calc-bug): Use reporter.el.
120
121 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
122
123 2001-11-21 Richard M. Stallman <rms@gnu.org>
124
125 * which-func.el (which-function): Call imenu--make-index-alist
126 if necessary to get a list of functions.
127 (which-function-imenu-failed): New variable.
128 (which-func-update): Handle all visible windows.
129 (which-func-update-1): New subroutine broken out of which-func-update.
130
131 * files.el (temporary-file-directory, null-device)
132 (small-temporary-file-directory): Definitions moved up.
133
134 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
135 (cperl-non-problems, cperl-praise): Doc fixes.
136
137 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
138 (sh-mode-syntax-table): Function restored.
139 Variable set up for use by function sh-mode-syntax-table.
140 (sh-set-shell): Set the syntax table.
141
142 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
143
144 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
145
146 * international/encoded-kb.el: Don't alter minor-map-alist.
147
148 2001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
149
150 * files.el (auto-save-file-name-transforms): Put remote files in
151 temporary-file-directory rather than /tmp.
152
153 2001-11-21 Colin Walters <walters@debian.org>
154
155 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
156 of (function ...) wrapper.
157
158 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
159
160 * derived.el (define-derived-mode): Create the abbrev-table
161 from inside the `defvar'.
162
163 * jit-lock.el (jit-lock-defer-time): New var.
164 (jit-lock-defer-timer, jit-lock-buffers): New vars.
165 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
166 (jit-lock-function): Defer fontification if requested.
167 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
168 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
169 text property.
170 (jit-lock-deferred-fontify): New fun.
171
172 2001-11-20 Richard M. Stallman <rms@gnu.org>
173
174 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
175 Set local-abbrev-table to lisp-mode-abbrev-table.
176
177 * emacs-lisp/re-builder.el (reb-mode):
178 Don't use define-derived-mode. Call kill-all-local-variables.
179
180 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
181 Don't use define-derived-mode.
182
183 * help-mode.el (help-mode): Undo 2001-10-07 change.
184
185 * replace.el (occur-mode): Undo 2001-5-20 change.
186
187 2001-11-20 Jason Rumney <jasonr@gnu.org>
188
189 * w32-fns.el (w32-system-coding-system): Change to an alias for
190 locale-coding-system.
191 (set-w32-system-coding-system): Document the above change.
192 Set locale-coding-system instead.
193
194 2001-11-20 Richard M. Stallman <rms@gnu.org>
195
196 * ruler-mode.el: Add pagination.
197 (ruler-mode-toggle-show-tab-stops): No need to
198 test `ruler-mode' variable.
199
200 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
201
202 * play/landmark.el: Mark lm-mode as special.
203
204 * play/gomoku.el: Mark gomoku-mode as special.
205
206 2001-11-20 Juanma Barranquero <lektu@terra.es>
207
208 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
209 (top-level): Bind it to C-c C-b.
210 (re-builder): Don't re-enter RE Builder Mode.
211
212 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
213
214 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
215
216 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
217 `manual-program'.
218
219 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
220 to a line without a comment.
221
222 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
223
224 * dired.el (dired-listing-switches): Mention in the doc string
225 that some switches are not supported by ls-lisp.el
226
227 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
228
229 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
230 (imenu--create-keymap-2): Remove.
231 (imenu--create-keymap-1): Simplify, remove third argument.
232 (imenu--generic-function): Use dolist.
233 (imenu-find-default): New function.
234 (imenu--completion-buffer): Use it.
235 (imenu--mouse-menu): Use popup-menu.
236 (imenu--menubar-select): Return t rather than calling imenu.
237
238 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
239 New functions, extracted from fill-region-as-paragraph.
240 (fill-region-as-paragraph): Use them.
241 Use an end marker instead of eob.
242 Ignore whitespace-only fill-prefixes when indenting according to mode.
243 Simplify the loop that searches for spaces backwards.
244
245 * textmodes/picture.el (picture-vertical-step)
246 (picture-horizontal-step): Don't use defconst for variables.
247
248 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
249 (mail-extract-address-components): Downcase domain names.
250 (mail-extr-delete-char): Remove. Use delete-char instead.
251
252 * emulation/pc-select.el: Doc string fixes.
253 (pc-selection-mode): Don't treat macos as a tty.
254
255 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
256
257 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
258
259 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
260 (mouse-wheel-progessive-speed): New var.
261 (mwheel-scroll): Use it and handle float values.
262
263 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
264
265 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
266 (iswitchb): Fix the case where the result was selected with the mouse.
267 (iswitchb-completion-help): Use the normal *Completions* now that
268 mouse selection works.
269 (iswitchb-minibuffer-setup): Simplify.
270
271 * newcomment.el (comment-column, comment-style, comment-multi-line)
272 (comment-auto-fill-only-comments): Remove :group arg.
273 (comment-padding): Add :type.
274 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
275 if called interactively.
276
277 2001-11-19 Colin Walters <walters@verbum.org>
278
279 * calc/calc.el (toplevel): Add comment and version header.
280 (calc-init-base): Bump version to 2.02f, update date.
281
282 2001-11-19 Richard M. Stallman <rms@gnu.org>
283
284 * net/browse-url.el: Support Mozilla and Galeon.
285 By default, find the installed browser whichever it is.
286 (browse-url-mozilla): New function.
287 (browse-url-mozilla-sentinel): New function.
288 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
289 (browse-url-default-browser): New function.
290 (browse-url-process-environment): Use browse-url-browser-display.
291 (browse-url-browser-display): Renamed from browse-url-netscape-display.
292 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
293 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
294 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
295 (browse-url-browser-function): New default, new options.
296
297 2001-11-19 Sam Steingold <sds@gnu.org>
298
299 * bindings.el (last-buffer, unbury-buffer): New function.
300 (mode-line-unbury-buffer): Use `unbury-buffer'.
301
302 2001-11-18 Stephen Eglen <stephen@gnu.org>
303
304 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
305 control behaviour when no further completion is possible.
306
307 2001-11-19 Colin Walters <walters@verbum.org>
308
309 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
310 (math-showing-full-precision, math-with-extra-prec, math-working)
311 (calc-with-default-simplification)
312 (calc-with-trail-buffer): Use backtick.
313 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
314 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
315 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
316 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
317 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
318 (Math-num-integerp, Math-bignum-test, Math-equal-int)
319 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
320 (calc-record-compilation-date-macro): Deleted. Callers updated.
321 (math-format-radix-digit): Move to calc-bin.el.
322
323 * calc/calc.el (calc-record-compilation-date): Remove.
324 (calc-bug-address): Update.
325 (calc-settings-file): Use `user-init-file'.
326
327 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
328 Handle null `calc-settings-file'.
329
330 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
331 * calc/calc-keypd.el (calc-keypad-mode): New.
332 (calc-do-keypad): Use it.
333 (calc-keypad-map): Move into `calc-keypad-mode'.
334
335 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
336 to defalias argument.
337
338 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
339 (calcFunc-floor): Ditto.
340
341 * calc-units.el (calcFunc-usimplify): Ditto.
342
343 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
344 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
345 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
346 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
347 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
348 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
349 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
350 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
351 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
352 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
353 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
354 and move them before their first use. Use `when', `unless'.
355 Remove trailing periods from error forms. Add description and
356 headers suggested by Emacs Lisp coding conventions.
357
358 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
359
360 * newcomment.el (comment-indent):
361 Fix misindentation for comment-only lines.
362 (comment-indent-new-line): Only obey comment-multi-line if the
363 comment-ender is not the end-of-line.
364
365 2001-11-19 Richard M. Stallman <rms@gnu.org>
366
367 * net/net-utils.el (network-connection-service-abbrev-alist):
368 New variable.
369
370 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
371 Advance to start of 3rd sexp by moving fwd and backing over it.
372 At first three elements, act like defun.
373
374 * delsel.el (delete-selection-pre-hook): Handle and resignal
375 file-supersession errors to interact properly with userlock.el.
376
377 2001-11-18 Richard M. Stallman <rms@gnu.org>
378
379 * progmodes/fortran.el (fortran-mode-syntax-table):
380 Specify punctuation syntax for backslash.
381
382 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
383 All calls deleted.
384
385 * international/mule-util.el (string-to-sequence): Make it obsolete.
386 (string-to-list, string-to-vector): Implement them directly
387 using append and vconcat, not with string-to-sequence.
388
389 * startup.el (command-line): Set abbrevs-changed to nil after
390 reading the init file and the abbrevs file.
391
392 * isearch.el (isearch): Use magenta2 as bg for (background light)
393
394 2001-11-17 Richard M. Stallman <rms@gnu.org>
395
396 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
397
398 * simple.el (minibuffer-history-sexp-flag): Doc fix.
399
400 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
401
402 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
403 If set and if applicable, add a regexp to highlight defun-like
404 text inside comments and strings.
405 (font-lock-fontify-keywords-region): Pass that new arg.
406 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
407 to the end and pass that new arg.
408 (c-font-lock-keywords-2): Fix regex for labels.
409 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
410 Make it work when LIMIT is several lines further.
411 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
412 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
413 Use backquote and make the regexes for `int a, b, c;' work on
414 multiple lines.
415
416 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
417 (font-lock-defaults-alist): Don't change it any more.
418 (reb-subexp-mode-map): Cleanup.
419
420 * custom.el (custom-current-group-alist): New var.
421 (custom-declare-group): Set it.
422 (custom-current-group): New fun.
423 (custom-declare-variable, custom-handle-all-keywords):
424 Use it as a default if no :group argument is specified.
425
426 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
427 (standard-keyboard-coding-systems): New var.
428 (set-locale-environment): Use it to decide whether or not to call
429 set-keyboard-coding-system.
430 (locale-language-names): Use \"French\" for "fr".
431
432 2001-11-17 Richard M. Stallman <rms@gnu.org>
433
434 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
435 (add-to-list): Delete compatibility code.
436 (checkdoc-next-message-error): Doc fix.
437
438 2001-11-17 Stephen Eglen <stephen@gnu.org>
439
440 * locate.el (locate): Show default locate pattern within the
441 prompt, but don't insert it into the minibuffer contents.
442 Catch the case when pattern is the empty string.
443
444 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
445
446 * language/european.el ("French"): New language environment.
447
448 2001-11-16 Richard M. Stallman <rms@gnu.org>
449
450 * calendar/todo-mode.el (todo-save): Fix previous change.
451
452 * subr.el (functionp): Do use cdr-safe on object.
453
454 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
455
456 * bindings.el (mode-line-mode-name): Only put the help-echo property
457 if the local-map property was put as well.
458 (global-map): Bind switch-frame, delete-frame, iconify-frame
459 and make-frame-visible events.
460
461 * emacs-lisp/elp.el (elp-not-profilable): New var.
462 (elp-not-profilable-p): New function.
463 (elp-instrument-function): Use it. Use backquotes and push.
464
465 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
466 (byte-stack+-info, byte-compile-last-warned-form)
467 (byte-compile-last-logged-file): Don't defconst a variable.
468 (no-byte-compile): Declare.
469 (byte-compile-file): Don't boundp-check no-byte-compile any more.
470 (byte-compile-defvar): Leave defconst as is.
471
472 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
473 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
474 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
475 (edebug-best-error): Don't defconst a variable.
476 (edebug-read-syntax-table): Use a char-table.
477 (edebug-lemacs-specific): Remove.
478 Toplevel: Eliminate check for Lucid Emacs.
479
480 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
481
482 * rect.el (move-to-column-force): Mark obsolete.
483 (operate-on-rectangle, delete-extract-rectangle-line)
484 (insert-rectangle, delete-whitespace-rectangle-line)
485 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
486 (string-rectangle-history): New var.
487 (string-rectangle, string-insert-rectangle): Use it.
488 (delete-rectangle-line): Fix pos/column mixup and simplify.
489
490 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
491 (normal-top-level, command-line, command-line-1): Simplify.
492
493 * tar-mode.el (tar-mode): Use define-derived-mode.
494
495 * view.el (view-mode-enable): Don't use make-local-hook.
496
497 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
498
499 2001-11-16 Richard M. Stallman <rms@gnu.org>
500
501 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
502 if it doesn't make sense as anything else.
503 Don't recognize a "telephone number" at the beginning of the name.
504 (mail-extr-leading-garbage): Match non-word characters only.
505
506 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
507
508 * startup.el (command-line-processed): Doc fix.
509
510 * apropos.el (apropos-next-label-button): Doc fix.
511
512 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
513
514 * comint.el (comint-mode): Simplify.
515 (make-comint-in-buffer): Run `comint-mode' only if necessary.
516
517 * subr.el (eval-after-load): Make it work with features as well.
518
519 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
520
521 * international/mule-cmds.el (describe-input-method): Setup xref.
522 (set-language-environment): Use functionp.
523 (locale-language-names, locale-charset-language-names)
524 (locale-preferred-coding-systems): Defconst and purecopy.
525
526 * language/european.el (mac-roman): Add mime-charset property.
527
528 2001-11-15 Richard M. Stallman <rms@gnu.org>
529
530 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
531 (multiple-value-apply, nth-value): Use defsubst rather than defalias
532 to get better doc strings.
533
534 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
535
536 * derived.el: Fix autoload cookie.
537
538 2001-11-15 Richard M. Stallman <rms@gnu.org>
539
540 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
541
542 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
543
544 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
545
546 2001-11-15 Richard M. Stallman <rms@gnu.org>
547
548 * dired.el (dired-undo): Display a message to explain
549 that this does not undo file system changes.
550
551 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
552
553 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
554 into `unread-command-events' instead of trying keymap
555 lookups ourselves. This makes mouse-clicks do the right
556 thing even when keymaps of overlays are involved.
557 (mouse-drag-drag): Likewise.
558
559 2001-11-15 Andreas Schwab <schwab@suse.de>
560
561 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
562 characters and append anchor to pattern added to auto-mode-alist.
563
564 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
565
566 * server.el (server-process-filter): Run pore/post-comment-hook
567 before/after visiting the file.
568
569 * info-look.el (makefile-mode): Add info for automake.
570 (autoconf-mode): Fix the name of the index for automake.
571
572 * international/latin-9.el: Give pilcrow punctuation syntax.
573
574 2001-11-15 Andre Spiegel <spiegel@gnu.org>
575
576 * vc.el: Documentation fixes.
577
578 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
579
580 * smerge-mode.el (smerge-match-conflict): Fix typo.
581 (smerge-diff): Be careful to read match-data early enough.
582
583 2001-11-14 Colin Walters <walters@verbum.org>
584
585 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
586 (calcFunc-subst): Use `defalias' instead of `fset' and
587 `symbol-function'.
588
589 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
590 (calcFunc-ceil, calcFunc-round): Ditto.
591
592 * calc/calc-bin.el (calcFunc-clip): Ditto.
593
594 * calc/calc-ext.el (calcFunc-evalv): Ditto.
595
596 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
597
598 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
599 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
600
601 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
602
603 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
604 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
605 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
606 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
607 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
608 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
609 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
610 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
611 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
612 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
613 * calcsel2.el: Style cleanup; don't put closing parens on their
614 own line, add "foo.el ends here" to each file, and update
615 copyright date.
616
617 * README: Update maintainer.
618
619 2001-11-13 Alan Shutko <ats@acm.org>
620
621 * compile.el (recompile): Use compilation-arguments if set, so as
622 to be able to M-x recompile the exact command which created a
623 compilation-mode buffer.
624
625 2001-11-13 Richard M. Stallman <rms@gnu.org>
626
627 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
628
629 2001-11-13 Gerd Moellmann <gerd@gnu.org>
630
631 * mouse.el (mouse-drag-region): Don't run the up-event
632 handler if window start changed due to the down-mouse event.
633
634 2001-11-13 Richard M. Stallman <rms@gnu.org>
635
636 * mouse.el (mouse-show-mark): Either move point to the mark
637 or use highlighting, never both.
638 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
639
640 2001-11-13 Simon Josefsson <jas@extundo.com>
641
642 * mail/smtpmail.el (top-level): Change maintainer to Simon
643 Josefsson, cleanup the smtpmail.el header.
644
645 * mail/smtpmail.el (top-level): Don't require cl or base64.
646 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
647 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
648 Defsubst instead of defmacro.
649 (smtpmail-intersection): Return value in reverse order.
650 (smtpmail-open-stream): Use stringp instead of string-to-list.
651 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
652 separated from smtpmail-via-smtp.
653
654 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
655 rfc2104. Require base64 and cl.
656 (smtpmail-smtp-service): Doc fix. :type fix.
657 (smtpmail-debug-info): Doc fix.
658 (smtpmail-debug-verb, smtpmail-auth-credentials)
659 (smtpmail-starttls-credentials, smtpmail-auth-supported):
660 New variables.
661 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
662 mail-utils (it is autoloaded).
663 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
664 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
665 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
666 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
667 (smtpmail-via-smtp): Support AUTH.
668 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
669
670 2001-11-13 Richard M. Stallman <rms@gnu.org>
671
672 * ebuff-menu.el (electric-buffer-update-highlight): New function.
673 (electric-buffer-overlay): New variable.
674 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
675 (electric-buffer-list): Likewise.
676
677 2001-11-13 Per Starback <starback@ling.uu.se>
678
679 * isearch.el (isearch-whitespace-chars): Doc fix.
680 (isearch-mode): Handle negative search-slow-window-lines correctly.
681
682 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
683
684 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
685
686 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
687 From Emmanuel Briot <briot@act-europe.fr>.
688
689 2001-11-13 Colin Walters <walters@debian.org>
690
691 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
692
693 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
694 "~/.emacs"; use `read-file-name'.
695
696 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
697 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
698 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
699 * calc/calc.el: Use `frame-width' instead of `screen-width',
700 `frame-height' instead of `screen-height', and,
701 `executing-kbd-macro' instead of `executing-macro'.
702
703 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
704 correct number of arguments.
705
706 * calc/calc-aent.el (calc-do-alg-entry):
707 Use `blink-paren-function' instead of `blink-paren-hook'.
708
709 2001-11-12 Richard M. Stallman <rms@gnu.org>
710
711 * calendar/todo-mode.el (todo-save): Add save-excursion
712 and save-restriction.
713
714 * server.el (server-edit, server-done): Doc fix.
715
716 * simple.el (clone-indirect-buffer): Error if major mode symbol
717 has a no-clone-indirect property.
718 (clone-buffer): Check for obvious errors before reading clone name.
719
720 * info.el (Info-mode): Add a no-clone-indirect property.
721
722 2001-11-12 Sam Steingold <sds@gnu.org>
723
724 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
725 set-buffer-modified-p to nil after `vc-exec-after'.
726 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
727 (log-view-mode): Make read-only.
728 (log-view-current-file): Do final `expand-file-name' in the
729 current `default-directory'.
730 (log-view-current-tag): Take an optional `where' arg.
731 (log-view-diff): New user command.
732
733 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
734
735 * progmodes/cpp.el (cpp-choose-face): Fix typo.
736
737 2001-11-12 Sam Steingold <sds@gnu.org>
738
739 * emacs-lisp/cl-indent.el (toplevel): Indent properly
740 `generic-flet', `generic-labels', `with-accessors',
741 `with-condition-restarts'.
742
743 2001-11-12 Richard M. Stallman <rms@gnu.org>
744
745 * dired.el: Many trivial doc fixes.
746 (dired-get-file-for-visit): New function.
747 (dired-find-alternate-file, dired-mouse-find-file-other-window):
748 (dired-view-file, dired-find-file-other-window, dired-display-file):
749 (dired-find-file): Use dired-get-file-for-visit.
750
751 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
752
753 * sql.el (sql-mode): Doc change.
754
755 * sql.el (sql-mode-syntax-table): The backslash is no longer an
756 escape character.
757
758 2001-11-12 Colin Walters <walters@debian.org>
759
760 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
761 (calc-do-keypad): Don't attempt to use nonexistent global
762 mouse-map, use calc-keypad-map.
763 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
764 (calc-keypad-left-click): Don't use mouse-map; update to new event
765 interface.
766 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
767 (calc-keypad-press): Use `unread-command-events' instead of
768 `unread-command-char'.
769
770 * calc/calc-ext.el (calc-init-extensions): Update autoload names
771 to match files renamed on initial calc import.
772
773 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
774
775 * textmodes/flyspell.el (flyspell-default-dictionary):
776 Fix previous change.
777
778 2001-11-12 Richard M. Stallman <rms@gnu.org>
779
780 * textmodes/flyspell.el (flyspell-default-dictionary):
781 Fix custom type.
782
783 2001-11-11 Richard M. Stallman <rms@gnu.org>
784
785 * calendar/solar.el (solar-sunrise-and-sunset):
786 Exchange the two extreme values of day-length.
787
788 * progmodes/sh-script.el (sh-must-be-shell-mode):
789 Allow modes derived from sh-mode.
790
791 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
792 Turn off error in some re-search-forward calls.
793
794 * replace.el (query-replace-skip-read-only): New variable.
795 (perform-replace): If that variable is non-nil, ignore matches
796 that have a read-only property.
797
798 * derived.el (define-derived-mode): Doc fix.
799
800 * server.el (server-buffer-done): Test of server-existing-buffer
801 was backwards.
802 (server-existing-buffer): Doc fix.
803
804 * textmodes/flyspell.el (flyspell-default-dictionary):
805 Allow nil as value, and make nil the default.
806
807 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
808
809 * subdirs.el: Regenerated.
810
811 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
812 it is not fboundp.
813 (clipboard-yank): Ditto.
814
815 2001-11-11 Colin Walters <walters@verbum.org>
816
817 The following changes are based on patches from
818 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
819 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
820
821 * calc/calc.el (toplevel): Require calc-macs.
822 (calc-minibuffer-size): New.
823 (calcDigit-nondigit): Use it instead of `buffer-size'.
824 (calcDigit-backspace): Likewise.
825 (calcDigit-nondigit): Use `minibuffer-contents' instead of
826 `buffer-string'.
827 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
828 `point-min'.
829 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
830 `save-excursion'.
831
832 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
833 simple `setq' form.
834
835 * calc/calc-ext.el: (toplevel): Require calc.
836 (calc-fancy-prefix-map): New.
837 (calc-fancy-prefix): Use it.
838 (calc-fancy-prefix-other-key): New.
839
840 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
841 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
842 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
843 (calcAlg-enter): Likewise.
844 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
845
846 2001-11-10 Richard M. Stallman <rms@gnu.org>
847
848 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
849 (quietly-read-abbrev-file): Doc fix.
850
851 * startup.el (command-line): Read standard abbrev
852 file (abbrev-file-name), if it exists.
853
854 * files.el (save-abbrevs): Default value is t.
855
856 * progmodes/compile.el (compile-goto-error): Fix previous change
857 in the case where subsequent errors have not been parsed yet
858 because they are in a different source file.
859
860 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
861
862 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
863 Merge two regular expressions into one.
864 (ps-mode): Make local bindings for `comment-start' and
865 `comment-start-skip'.
866 (ps-mode-looking-at-nested): Simplify an if-else construct;
867 use `set-match-data' to set the result.
868
869 2001-11-10 Richard M. Stallman <rms@gnu.org>
870
871 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
872 Function deleted.
873 (flyspell-correct-word): Old definition deleted.
874 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
875 All references renamed too.
876
877 2001-11-10 Gerd Moellmann <gerd@gnu.org>
878
879 * Makefile.in (finder_setwins, setwins): Exclude Calc.
880
881 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
882
883 * wid-edit.el (checklist): Removed `:menu-tag'.
884 (radio-button-choice): Ditto.
885 (editable-list): Ditto.
886
887 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
888
889 * play/gomoku.el: Move definitions of constants to the beginning
890 of file, before their use.
891
892 2001-11-09 Richard M. Stallman <rms@gnu.org>
893
894 * textmodes/flyspell.el: Use the keymap property
895 instead of local-map, and don't use a minor-mode map.
896 (flyspell-mode-map): Variable deleted.
897 Don't mess with minor-mode-map-alist.
898 (calling add-minor-mode): Specify nil for keymap.
899 And always use add-minor-mode, now that it exists.
900 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
901 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
902 or flyspell-local-mouse-map.
903 (make-flyspell-overlay): Use flyspell-mouse-map directly.
904 (flyspell-mode): Doc fix.
905 (flyspell-mode-on): Don't call make-local-hook.
906
907 2001-11-09 Sam Steingold <sds@gnu.org>
908
909 * emacs-lisp/debug.el (debugger-make-xrefs):
910 Add buttons to all symbols.
911
912 2001-11-09 Andre Spiegel <spiegel@gnu.org>
913
914 * vc.el: Add John David Smith to credits.
915
916 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
917
918 * vc-hooks.el (vc-error-occured): Backquotified.
919 (vc-file-prop-obarray): Use prime length for better efficiency.
920
921 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
922
923 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
924
925 * info.el (Info-file-list-for-emacs): Add entries for Calc.
926
927 2001-11-09 Miles Bader <miles@gnu.org>
928
929 * subr.el (functionp): Don't consider macros as functions.
930
931 2001-11-08 Miles Bader <miles@gnu.org>
932
933 * subr.el (functionp): Make work correctly for macros and unbound
934 symbols.
935
936 * comint.el (comint-send-input): Fix description of
937 `comint-process-echoes' in the doc-string.
938
939 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
940
941 * international/mule.el (make-translation-table): Doc fix.
942 Suggested by Alex Schroeder <alex@gnu.org>.
943
944 2001-11-07 Richard M. Stallman <rms@gnu.org>
945
946 * info.el (Info-fontify-node): Highlight every third menu item.
947
948 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
949
950 * cus-edit.el (custom-face-value-create): Don't ignore the
951 `customized-face' attribute when finding the current face spec.
952
953 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
954
955 * subr.el (with-local-quit): New macro.
956 (make-syntax-table): Always inherit.
957 (functionp): Be more careful when `object' is a symbol.
958
959 * dabbrev.el (dabbrev-completion): Use "*Completions*".
960
961 2001-11-07 Paul Eggert <eggert@twinsun.com>
962
963 * dired.el (dired-move-to-filename-regexp):
964 Do not distinguish between ASCII letters and non-ASCII characters.
965 Don't allow comma except in the form "month day, year".
966 Don't allow space between month name and comma.
967 Clean up the code that checks for trailing period, comma, and space.
968 Remove now-obsolete comments, and add more commentary about
969 Japanese dates.
970 Always gobble up trailing spaces, instead of doing it only sometimes.
971
972 2001-11-07 Miles Bader <miles@gnu.org>
973
974 * paren.el (show-paren-match-face): Add dark-background variant.
975
976 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
977
978 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
979 (lisp-mode-variables): Don't set paragraph-{start,separate}.
980 Don't disable adaptive-fill-mode.
981 (lisp-fill-paragraph): Use tab-width rather than 8.
982 Prevent filling the first line of docstrings.
983
984 2001-11-06 Richard M. Stallman <rms@gnu.org>
985
986 * play/gomoku.el (gomoku): Doc fix.
987
988 * jka-compr.el (jka-compr-partial-uncompress):
989 Support an alternative of not using dd.
990 (jka-compr-dd-program): Use defcustom to define this.
991 (jka-compr-load-suffixes): Use defcustom.
992 (jka-compr-mode-alist-additions): Use defcustom.
993
994 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
995
996 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
997 Also work when LIMIT is further than the end of line.
998
999 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1000
1001 * international/quail.el (quail-update-leim-list-file): Print the
1002 offending file name if some of its quail-define-package forms is broken.
1003
1004 2001-11-05 Richard M. Stallman <rms@gnu.org>
1005
1006 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
1007 of the evaluated form.
1008
1009 2001-11-05 Paul Eggert <eggert@twinsun.com>
1010
1011 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
1012 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
1013 stamps always line up by default. Also, it uses a slightly
1014 different window to determine whether files are "recent".
1015
1016 2001-11-05 Andrew Innes <andrewi@gnu.org>
1017
1018 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1019 Don't attempt to remake autoloads before nuking .elc files.
1020
1021 2001-11-04 Richard M. Stallman <rms@gnu.org>
1022
1023 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
1024 previous-single-property-change or next-single-char-property-change
1025 returns nil.
1026
1027 * international/mule-cmds.el (set-locale-environment):
1028 Make it interactive; make arg optional.
1029
1030 * international/mule-diag.el (help-funs): Require help-funs.
1031
1032 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
1033
1034 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
1035
1036 2001-11-04 Miles Bader <miles@gnu.org>
1037
1038 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
1039 shadow of the splash image grey on a dark background instead of black.
1040
1041 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
1042
1043 * term.el (all faces): Don't (copy-face 'default <foo>).
1044
1045 * term/xterm.el (function-key-map):
1046 Add entry for `ESC [ 3 ~' -> <delete>
1047 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
1048 Use inheritance so that .emacs and terminfo take precedence.
1049
1050 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1051
1052 * tooltip.el (tooltip-delay): Decrease to 0.7.
1053 (tooltip-hide-delay): Enlarge to 10.
1054
1055 2001-11-03 Richard M. Stallman <rms@gnu.org>
1056
1057 * startup.el (fancy-splash-tail): Explain how to recover
1058 from a crash, if there was a crash.
1059 (command-line-1): Reorganize display of startup screen,
1060 to simplify the logic. Use a temp buffer for it.
1061
1062 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1063
1064 * frame.el (set-background-color, set-foreground-color):
1065 Call face-set-after-frame-default, to propagate the new colors to
1066 the frame's parameters alist.
1067
1068 * calendar/timeclock.el (timeclock-out): Signal an error if
1069 timeclock-last-event is nil.
1070
1071 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1072
1073 * textmodes/fill.el (fill-context-prefix): Fix braino.
1074
1075 * international/quail.el (quail-help):
1076 Use `help-buffer' and move `help-setup-xref' to beginning.
1077
1078 * international/mule-cmds.el (describe-language-environment):
1079 Use `help-buffer' and move `help-setup-xref' to beginning.
1080
1081 * international/mule-diag.el (list-character-sets)
1082 (sort-listed-character-sets, describe-character-set)
1083 (describe-coding-system, describe-fontset, list-fontsets):
1084 Use `help-buffer' and move `help-setup-xref' to beginning.
1085 (describe-char-after): Use `internal-describe-syntax-value'.
1086
1087 2001-11-02 Richard M. Stallman <rms@gnu.org>
1088
1089 * mouse.el (popup-menu): If the user refuses to select
1090 from a menu, don't try to invoke the menu.
1091
1092 2001-11-02 Miles Bader <miles@gnu.org>
1093
1094 * help-mode.el (help-xref): New button type.
1095 (help-function, help-variable, help-face, help-coding-system)
1096 (help-input-method, help-character-set, help-type, help-symbol)
1097 (help-back, help-info, help-customize-variable, help-customize-face)
1098 (help-function-def, help-variable-def): Use it as a supertype.
1099 Remove `action' property.
1100
1101 * international/mule-diag.el (describe-character-set)
1102 (describe-coding-system): Pass correct args to `help-xref-button'.
1103 (sort-listed-character-sets): New button type.
1104 (list-character-sets): Use it.
1105 (list-charset-chars): New button type.
1106 (list-character-sets-1): Use it.
1107
1108 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1109
1110 * indent.el (tab-always-indent, indent-for-tab-command):
1111 Remove redundant `never' setting.
1112
1113 * fill.el (fill-region-as-paragraph): Don't forget to skip
1114 over current whitespace before looking for a preceding space.
1115
1116 2001-11-01 Richard M. Stallman <rms@gnu.org>
1117
1118 * files.el (file-newest-backup): Don't pass backup file name
1119 thru file-name-sans-versions, because it never has version numbers.
1120
1121 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1122 to avoid ambiguous nested loops.
1123
1124 * files.el (find-file-noselect): Offer to change buffer-read-only
1125 only when the file's read-only status has changed from before
1126 as well as disagreeing with the buffer's current status.
1127 (buffer-file-read-only): New var, local in all buffers.
1128
1129 * buff-menu.el (buffer-menu): Doc fix.
1130 (buffer-menu-other-window): Doc fix.
1131 (list-buffers, list-buffers-noselect): Doc fix.
1132
1133 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1134
1135 * startup.el (command-line): If the terminal Emacs is running on
1136 has erase char set to ^H, use the Backspace key for deleting
1137 backward, and the Delete key for deleting forward.
1138
1139 2001-11-01 Miles Bader <miles@gnu.org>
1140
1141 * button.el (define-button-type): Make sure every user-defined
1142 button type has a supertype.
1143
1144 2001-10-31 Jason Rumney <jasonr@gnu.org>
1145
1146 * international/mule-cmds.el (locale-language-names): Add chs and
1147 cht as aliases for Chinese-GB and Chinese-BIG5.
1148
1149 2001-10-31 Richard M. Stallman <rms@gnu.org>
1150
1151 * bindings.el (mode-line-frame-identification): Add doc string.
1152 (mode-line-position, mode-line-modes): New variables.
1153 (mode-line-format): Use mode-line-position for the part
1154 that displays the position-in-buffer info.
1155 Use mode-line-modes for the part that displays major and minor modes.
1156
1157 2001-10-31 Sam Steingold <sds@gnu.org>
1158
1159 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1160 (debugger-setup-buffer): Call it.
1161 (debugger-mode-map): Bind RET and mouse-2.
1162
1163 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1164
1165 * startup.el: Document command line option --no-window-system
1166 instead of --no-windows.
1167
1168 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1169
1170 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1171
1172 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1173 (font-lock-defaults-alist): Use it.
1174 From David Ponce <david.ponce@wanadoo.fr>
1175
1176 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1177 output of `char-after'.
1178
1179 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1180
1181 * simple.el (reindent-then-newline-and-indent): Insert the newline
1182 before indenting the first line.
1183 (undo-get-state, undo-revert-to-state): New funs.
1184 (shell-command): Don't kill the buffer even if empty.
1185 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1186 (transpose-subr-end2): Remove.
1187 (transpose-subr): Add `special' arg and simplify.
1188 (transpose-subr-1): Rewrite.
1189 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1190 (rfc822-goto-eoh): Simplify.
1191
1192 2001-10-30 Richard M. Stallman <rms@gnu.org>
1193
1194 * enriched.el (enriched-face-ans): FIx previous change.
1195
1196 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1197
1198 * international/iso-acc.el (iso-accents-compose): Remove a
1199 superfluous setq.
1200
1201 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1202
1203 * buff-menu.el (list-buffers-noselect): If the buffer's name
1204 starts with a blank, but it visits a file, do show it (for files
1205 whose names start with a blank).
1206
1207 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1208
1209 * textmodes/fill.el (sentence-end-double-space)
1210 (sentence-end-without-period): Move to paragraphs.el.
1211 (fill-indent-according-to-mode): Change default to t.
1212 (fill-context-prefix): Simplify control-flow and use a more
1213 sophisticated merge that unifies both previous checks.
1214 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1215 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1216 (fill-nobreak-p): New fun.
1217 (fill-region-as-paragraph): Use it.
1218 Handle `fill-indent-according-to-mode' slightly differently.
1219 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1220 (fill-individual-paragraphs-citation): Fix.
1221
1222 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1223 (paragraph-start): Change default to the `text-mode' value.
1224 (sentence-end-double-space, sentence-end-without-period):
1225 Move from fill.el.
1226 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1227 rather than rebinding `paragraph-start' and `paragraph-separate'.
1228
1229 * indent.el (indent-line-function): Change default to indent-relative.
1230 (tab-always-indent): Add an `never' setting.
1231 (indent-according-to-mode): Handle `indent-relative' and
1232 `indent-relative-maybe' specially.
1233 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1234 Handle the `never' case for `tab-always-indent'.
1235 Don't call indent-according-to-mode for indent-relative' and
1236 `indent-relative-maybe'.
1237 (insert-tab): Rename `prefix-arg' to `arg'.
1238 (indent-region): Indent the first line as well.
1239 (indent-relative): Don't mark the buffer modified if the indentation
1240 is unchanged.
1241
1242 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1243 Don't set paragraph-separate. Set paragraph-start more carefully.
1244 Set indent-line-function.
1245 (paragraph-indent-text-mode): Use it and define-derived-mode.
1246 (text-mode-map): Remove the \t binding.
1247 (text-mode): Simplify now that the default is more favorable.
1248
1249 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1250
1251 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1252 If the regexp doesn't match, use a looser one.
1253 (find-variable-noselect): Add `file' argument.
1254
1255 * pcvs.el (cvs-mode-commit-hook): New hook.
1256 (cvs-mode-commit): Run it.
1257
1258 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1259
1260 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1261 (edebug-instrument-function): Use `find-function-noselect'.
1262
1263 2001-10-29 Richard M. Stallman <rms@gnu.org>
1264
1265 * term.el (term-if-emacs19): Macro deleted.
1266 Callers changed to use progn instead.
1267
1268 * frame.el (blink-cursor-mode): Doc fix.
1269
1270 * files.el (find-backup-file-name): Use make-backup-file-name.
1271
1272 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1273 window-live-p.
1274 (edebug-set-conditional-breakpoint): Unconditionally use
1275 the former Emacs >=19 definition.
1276 (edebug-mark): Define unconditionally.
1277 (edebug-eval-expression): Always call read-from-minibuffer
1278 and specify history list.
1279 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1280 edebug-set-conditional-breakpoint.
1281 (edebug-emacs-version-specific): Function deleted;
1282 do the job at top level.
1283 (edebug-emacs-19-specific): Function deleted, this is the default.
1284
1285 2001-10-29 Sam Steingold <sds@gnu.org>
1286
1287 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1288 "/cygdrive/LETTER/" pathnames.
1289
1290 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1291
1292 * faces.el (invert-face): Check for 'unspecified, not for nil,
1293 when testing whether face colors are not specified.
1294 From David.Kastrup@t-online.de (David Kastrup).
1295 (read-face-name): Doc fix.
1296 (make-face-bold, make-face-unbold, make-face-italic)
1297 (make-face-unitalic, make-face-bold-italic, invert-face):
1298 Remove trailing blank from the prompt passed to read-face-name.
1299
1300 2001-10-29 Sam Steingold <sds@gnu.org>
1301
1302 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1303 Report numbers of files skipped and failed too.
1304 (byte-compile-file): Return 'no-byte-compile for skipped files.
1305
1306 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1307
1308 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1309 and `M p'.
1310
1311 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1312
1313 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1314 as is on unread-command-events instead of `(SECOND-CHAR)'.
1315
1316 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1317
1318 * vc.el: Mention vc-*-switches in backend API documentation.
1319 (vc-annotate): Adapt doc string to recent change.
1320
1321 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1322
1323 * enriched.el (enriched-face-ans): Handle face attributes
1324 of the form `(FACE1 FACE2 ...)'.
1325
1326 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1327
1328 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1329
1330 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1331
1332 * progmodes/sql.el (sql-db2): Doc change.
1333 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1334 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1335
1336 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1337
1338 * env.el (substitute-env-vars): Don't quote argument to `rx';
1339 it's a macro.
1340
1341 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1342
1343 * cus-start.el (recursive-load-depth-limit): Added.
1344
1345 2001-10-28 Richard M. Stallman <rms@gnu.org>
1346
1347 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1348 All uses removed--assume Emacs version is >= 20.
1349
1350 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1351 by really checking that it is not version 18.
1352
1353 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1354
1355 2001-10-28 Miles Bader <miles@gnu.org>
1356
1357 * faces.el (face-attribute): Add INHERIT argument, consider face
1358 inheritance if it's non-nil.
1359 (face-attribute-merged-with): New function.
1360 (face-attribute-specified-or): New macro.
1361 (face-foreground, face-background, face-stipple): Add INHERIT
1362 argument. Use `face-attribute-specified-or'.
1363
1364 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1365
1366 * font-lock.el: Require `syntax'.
1367 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1368 Use `c-font-lock-syntactic-face-function' for c languages.
1369 (font-lock-mode): Don't unset vars when turning the mode off.
1370 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1371 (font-lock-extra-managed-props): New var.
1372 (font-lock-default-unfontify-region): Use it.
1373 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1374 Don't eval the value when there's no match.
1375 (font-lock-ppss-stats): New var.
1376 (font-lock-ppss): New fun.
1377 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1378 (font-lock-apply-highlight): Allow `highlight' to set several props.
1379 (font-lock-set-defaults): Use dolist.
1380 (font-lock-unset-defaults): Remove.
1381 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1382 Try to recognize prototypes using `foo P_ ((args))'.
1383 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1384 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1385 (c-font-lock-syntactic-face-function): New function.
1386 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1387 (c++-keywords): Use a more sophisticated regexp to handle
1388 shallowly nested templates.
1389
1390 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1391
1392 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1393 (sgml-tag): Use it. Cleanup with `cond'.
1394 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1395 Mark the overlays and only delete those that are marked.
1396 (sgml-skip-close-p): Remove.
1397 (sgml-value): Replace sgml-skip-close-p with its definition.
1398 (html-tag-alist): Use sgml-xml a bit more.
1399 (html-mode): Set sgml-empty-tags.
1400
1401 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1402 (texinfo-update-node, texinfo-sequential-node-update):
1403 Don't bind the obsolete `auto-fill-hook'.
1404 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1405 Use `set-buffer' rather than `switch-to-buffer'.
1406 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1407 Use `set-buffer' rather than `switch-to-buffer'.
1408
1409 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1410 text-mode-syntax-table.
1411 (mail-mode): Use define-derived-mode.
1412 Fix ordering of alternatives in adaptive-fill-regexp.
1413 (mail-mode-map): Don't rely on keymap's internal representation.
1414
1415 2001-10-27 Sam Steingold <sds@gnu.org>
1416
1417 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1418 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1419 (sgml-mode-common): Call it.
1420 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1421 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1422 (html-horizontal-rule, html-image, html-ordered-list):
1423 (html-unordered-list, html-list-item, html-paragraph):
1424 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1425 `html-xhtml'.
1426
1427 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1428
1429 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1430 (ifnothtml): New alias.
1431
1432 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1433
1434 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1435 (toggle-text-mode-auto-fill): Use derived-mode-p.
1436
1437 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1438
1439 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1440 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1441
1442 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1443
1444 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1445 Add make-obsolete cookies, to follow faces.el.
1446
1447 These changes avoid warnings from the byte compiler in faces.el:
1448
1449 * faces.el (internal-get-face): Use facep instead of the obsolete
1450 internal-find-face.
1451 (internal-frob-font-weight, internal-frob-font-slant):
1452 New defaliases for obsolete functions.
1453 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1454 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1455 (x-make-font-bold-italic): Use internal-frob-font-weight and
1456 internal-frob-font-slant aliases instead of the obsolete
1457 x-frob-... functions.
1458
1459 2001-10-26 Sam Steingold <sds@gnu.org>
1460
1461 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1462 DOCTYPE; set `mode-name' based on it.
1463 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1464 (sgml-tag): Close empty tags in XHTML.
1465
1466 2001-10-26 Jason Rumney <jasonr@gnu.org>
1467
1468 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1469 when UNICODE is not defined.
1470
1471 2001-10-26 Sam Steingold <sds@gnu.org>
1472
1473 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1474 be alone on the line.
1475
1476 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1477
1478 * button.el (button): Special face definition for MS-DOS terminals.
1479
1480 2001-10-26 Sam Steingold <sds@gnu.org>
1481
1482 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1483 Protect the /= test by checking that the args are non-nil.
1484 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1485
1486 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1487
1488 * textmodes/artist.el (artist-version): 1.2.4.
1489 (artist-butlast-fn): New variable.
1490 (artist-butlast): New function.
1491 (artist-ellipse-mirror-quadrant): Use it.
1492 (artist-mouse-draw-poly): Use nil for `point-list'.
1493 (artist-mouse-draw-poly): Check for point-list being nil.
1494
1495 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1496
1497 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1498 lambda expression.
1499 (ps-mode-menu-main): Submenu with options on/off was replaced with
1500 a toggle button.
1501 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1502 (ps-mode): Autoload cookie added on same line as comment
1503 (ps-mode-tabkey, ps-mode-backward-delete-char):
1504 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1505 `indent-to' with `indent-line-to'
1506 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1507 instead of `eval'.
1508 (ps-mode-print-region): Use `with-temp-buffer'.
1509 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1510 (numerous places): Add back-tick and tick around names in
1511 docstrings, fix punctuation in docstrings, remove trailing spaces.
1512
1513 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1514
1515 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1516 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1517 (sgml-font-lock-syntactic-keywords): New var.
1518 (sgml-mode-common): Drop the two args.
1519 Don't make buffer-local variables that aren't used.
1520 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1521 Don't set `before-string' props from sgml-display-text.
1522 (sgml-mode): Use define-derived-mode.
1523 (sgml-tags-invisible): Use sgml-display-text.
1524 (sgml-quote): New command.
1525 (html-tag-alist): Add args for `span'.
1526 (html-mode): Use define-derived-mode.
1527 Set sgml-display-text and sgml-tag-face-alist.
1528
1529 2001-10-25 Sam Steingold <sds@gnu.org>
1530
1531 * add-log.el (add-log-always-start-new-record): New user option.
1532 (add-change-log-entry): Use it.
1533
1534 2001-10-25 Richard M. Stallman <rms@gnu.org>
1535
1536 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1537 bind case-fold-search if FROM is not all lower case.
1538
1539 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1540
1541 * startup.el (normal-top-level): Check for frame-initial-frame
1542 only if it's really used.
1543
1544 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1545
1546 * progmodes/compile.el (compilation-parse-errors-filename-function):
1547 New variable.
1548 (compilation-parse-errors): Use it.
1549
1550 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1551
1552 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1553 interactively so that C-u M-C-x still does edebug.
1554 (checkdoc-sentencespace-region-engine): Don't force a double-space
1555 after `.' if it doesn't look like an end-of-sentence.
1556 (debug-ignored-errors): Add `disambiguate ...'.
1557
1558 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1559
1560 * textmodes/texinfo.el (texinfo-environments)
1561 (texinfo-environment-regexp): Hoist.
1562 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1563 Only highlight the menu name in menu items.
1564 Setup `@foo ... @end foo' as text clones.
1565 (texinfo-clone-environment): New function.
1566 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1567 (texinfo-insert-block): Simplify.
1568 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1569 the command is repeated.
1570 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1571 (texinfo-insert-@end): Simplify.
1572
1573 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1574 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1575 (texinfo-subsubsection-level-regexp)
1576 (texinfo-update-menu-same-level-regexps)
1577 (texinfo-update-menu-higher-regexps)
1578 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1579
1580 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1581 (derived-mode-p): Autoload.
1582
1583 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1584 New vars and functions.
1585 (text-clone-maintain, text-clone-create): New functions.
1586
1587 2001-10-25 Miles Bader <miles@gnu.org>
1588
1589 * facemenu.el (facemenu-add-new-face): Fix variable names.
1590
1591 2001-10-24 Richard M. Stallman <rms@gnu.org>
1592
1593 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1594 of t and nil values.
1595 (facemenu-set-face): Handle START and END interactively.
1596 (facemenu-set-foreground): Don't use a face; specify color directly.
1597 (facemenu-set-background): Likewise.
1598 (facemenu-set-face-from-menu): Doc fix.
1599 (facemenu-active-faces): Use face-attribute-vector
1600 to handle bare attributes not in faces.
1601 (facemenu-get-face): Don't handle face names fg:... and bg:...
1602 specially.
1603 (facemenu-add-new-face): New argument MENU.
1604 New way to handle adding colors to the color menus.
1605
1606 * env.el (substitute-env-vars): Quote the arg to rx.
1607
1608 2001-10-24 Sam Steingold <sds@gnu.org>
1609
1610 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1611 Control" and "SGML" groups.
1612
1613 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1614
1615 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1616 Better handling of C++ template args to avoid confusion with `<'
1617 and `>' used as operators in member init expressions.
1618
1619 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1620
1621 * replace.el (perform-replace): Move START and END parameters
1622 to the end of the argument list and make them optional.
1623
1624 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1625 perform-replace.
1626
1627 * international/fontset.el (x-must-resolve-font-name): New function.
1628 (x-complement-fontset-spec): Use it.
1629
1630 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1631
1632 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1633
1634 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1635 Turn caadr into caar of cdr.
1636
1637 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1638
1639 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1640 of mouse-{1,2} since dragging is on the down event.
1641
1642 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1643
1644 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1645 if ARG is nil.
1646
1647 * desktop.el (desktop-last-buffer): New variable.
1648 (desktop-create-buffer): Set it.
1649 (desktop-read): Bind it and switch to that buffer.
1650
1651 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1652
1653 * progmodes/compile.el (compilation-set-window-height):
1654 Select old window only if it's still live.
1655
1656 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1657
1658 * help-mode.el (help-buffer): Remove debugging code.
1659 From Stefan Monnier <monnier@cs.yale.edu>.
1660
1661 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1662
1663 * files.el (file-name-sans-extension, file-name-extension):
1664 Don't count the leading dots in file names as signaling an extension.
1665
1666 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1667
1668 * vc.el (vc-diff-switches): Doc rewritten.
1669
1670 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1671
1672 * tooltip.el (tooltip-set-param): Doc fix.
1673
1674 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1675 127 to sgml-maybe-name-self.
1676 (sgml-name-8bit-mode): Doc fix.
1677 (sgml-char-names-table): New variable.
1678 (sgml-name-char): Support non-ASCII and mule-unicode-*
1679 characters. Doc fix.
1680 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1681
1682 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1683 doc string the effect of `left' and `top' parameters in
1684 tooltip-frame-parameters, the default values, and the units.
1685 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1686 (tooltip-show): Mention in the doc string the `top' and `left'
1687 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1688
1689 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1690
1691 Add autoscaling support for vc-annotate.
1692 From J.D. Smith <jdsmith@alum.mit.edu>.
1693
1694 * vc.el (vc-annotate-display-default): Accept colormap scaling
1695 ratio (now deprecated).
1696 (vc-annotate-display-autoscale): Added.
1697 (vc-annotate-add-menu): New autoscaling menu options "Span to
1698 Oldest" and "Span Oldest->Newest". Easymenu support added for
1699 toggle menus driven by customize variable `vc-annotate-display-mode'.
1700 (vc-annotate-display-select): Added.
1701 (vc-annotate): Changed temp-buffer-show-function to
1702 `vc-annotate-display-select'.
1703 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1704 Added argument OFFSET. Instead of backend function, calls now
1705 generic `vc-annotate-difference'.
1706 (vc-annotate-difference): Added as generic function instead of
1707 backend-specific function. No longer takes argument POINT, but
1708 instead accepts a time OFFSET.
1709 (vc-default-annotate-current-time): Added.
1710
1711 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1712 version in vc.el, with
1713 (vc-cvs-annotate-current-time): Added, as override of default.
1714 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1715 `vc-cvs-annotate-difference'.
1716
1717 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1718
1719 * saveplace.el (save-place): Require `saveplace'.
1720
1721 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1722 Use `sexp' for :value-type instead of `face'.
1723
1724 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1725
1726 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1727 regexps due to 5-digit message IDs.
1728
1729 2001-10-21 Jason Rumney <jasonr@gnu.org>
1730
1731 * term/w32-win.el (redisplay-dont-pause): Don't set.
1732
1733 2001-10-21 Miles Bader <miles@gnu.org>
1734
1735 * help-funs.el (help-manyarg-func-alist): Variable removed.
1736
1737 2001-10-21 Miles Bader <miles@gnu.org>
1738
1739 * help-funs.el (help-manyarg-func-alist): Remove entries for
1740 `insert', `insert-and-inherit', `insert-before-markers',
1741 `insert-before-markers-and-inherit', `message', `message-box',
1742 `message-or-box', `propertize', `format', `encode-time', `append',
1743 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
1744 `insert-string', `ml-if', `ml-provide-prefix-argument', and
1745 `ml-prefix-argument-loop'.
1746
1747 2001-10-21 Andre Spiegel <spiegel@gnu.org>
1748
1749 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
1750 (vc-default-diff-tree): New functions.
1751 (vc-version-diff): Use them. As a result, coding systems are now
1752 set up properly for all sorts of diffs, and tree diffs can now
1753 also be done locally.
1754 (vc-diff): With a prefix argument, don't require that it's called
1755 from a buffer under version control.
1756 (diff-switches): Remove duplicate definition.
1757
1758 * vc-cvs.el (vc-cvs-diff-tree): New function.
1759
1760 2001-10-21 Miles Bader <miles@gnu.org>
1761
1762 * help-funs.el (help-manyarg-func-alist): Remove entries for
1763 `list', `vector', `make-byte-code', `call-process',
1764 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
1765 `logand', `logior', and `logxor'.
1766
1767 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
1768 image bits to compensate. Use `make-string' instead of
1769 `make-bool-vector' (XBM apparently wants byte-aligned rows).
1770
1771 2001-10-20 Kim F. Storm <storm@cua.dk>
1772
1773 * simple.el (kill-ring-save): Don't show extent of copied region
1774 if using transient-mark-mode and region is fully visible.
1775
1776 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1777
1778 * (Version 21.1 released.)
1779
1780 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1781
1782 * files.el (auto-mode-alist): Associate .indent.pro with
1783 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
1784
1785 2001-10-18 Sam Steingold <sds@gnu.org>
1786
1787 Put the *Compile-Log* buffer in `compilation-mode'.
1788 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
1789 (byte-compile-log-1, byte-compile-log-file)
1790 (displaying-byte-compile-warnings): Use it
1791
1792 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
1793
1794 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
1795
1796 * xml.el (xml-parse-tag): Use eq on char-after's return value.
1797
1798 2001-10-18 Gerd Moellmann <gerd@gnu.org>
1799
1800 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
1801
1802 * obsolete/hilit19.el (hilit-lookup-face-create):
1803 Call set-face-font only if display-graphic-p.
1804 (toplevel): Remove references to window-system.
1805
1806 2001-10-18 Miles Bader <miles@gnu.org>
1807
1808 * simple.el (what-line): Avoid problems with field properties.
1809
1810 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1811
1812 * wid-edit.el (widget-field-face, widget-single-line-field-face):
1813 Define special colors for a tty.
1814
1815 2001-10-17 Francesco Potorti` <pot@gnu.org>
1816
1817 * comint.el (comint-password-prompt-regexp): Make it less
1818 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
1819
1820 2001-10-17 John Wiegley <johnw@gnu.org>
1821
1822 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
1823 a regular file, before checking if it is a directory or symlink.
1824 This avoids a call to eshell-file-attributes, which can be
1825 expensive in some situations.
1826
1827 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
1828 customization variable, to differentiate ls-in-dired from regular
1829 uses of ls.
1830
1831 2001-10-17 Miles Bader <miles@gnu.org>
1832
1833 * custom.el (defface): Mention `:inherit' in doc-string.
1834
1835 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1836
1837 * paren.el: Update the Commentary with installation instructions.
1838
1839 2001-10-15 Dave Love <fx@gnu.org>
1840
1841 * international/mule.el (set-auto-coding): Fix regexps for local
1842 variables section not to eat newlines.
1843
1844 2001-10-15 Miles Bader <miles@gnu.org>
1845
1846 * simple.el (display-message-or-buffer): Pass the correct buffer
1847 to `display-buffer'.
1848
1849 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
1850
1851 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
1852 (executable-find): Use exec-suffixes.
1853 (executable-set-magic): Don't use make-local-hook.
1854
1855 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
1856
1857 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
1858
1859 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
1860 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
1861 Add .so to the Unix and GNU branch.
1862
1863 * international/latin-1.el:
1864 * international/latin-2.el:
1865 * international/latin-3.el:
1866 * international/latin-4.el:
1867 * international/latin-5.el:
1868 * international/latin-8.el:
1869 * international/latin-9.el: Add no-byte-compile: t, since
1870 Makefile.in instructs make-docfile to look at .el files.
1871
1872 2001-10-14 Miles Bader <miles@gnu.org>
1873
1874 * button.el (define-button-type): Allow supertype property to be
1875 specified with a keyword `:supertype' too.
1876 (button-put, make-text-button): Allow button type property to be
1877 specified using the keyword `:type' too.
1878 (button-type): New function.
1879 (button): Add `button-category-symbol' property.
1880
1881 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
1882
1883 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
1884 indent-new-comment-line from comment-indent-new-line.
1885
1886 * textmodes/refill.el (refill-mode):
1887 Bind DEL to backward-delete-char-untabify.
1888 Set backward-delete-char-untabify-method to `hungry'.
1889
1890 * textmodes/bib-mode.el (bib-mode):
1891 * play/gomoku.el (gomoku-mode):
1892 * textmodes/page-ext.el (pages-directory-mode):
1893 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
1894
1895 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
1896
1897 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
1898
1899 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1900 Handle here-docs differently.
1901 (sh-font-lock-heredoc): Remove.
1902 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
1903 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
1904 (sh-font-lock-open-heredoc): New functions.
1905 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
1906 (sh-font-lock-keywords-1): Use regexp-opt.
1907 (sh-in-comment-or-string): Use syntax-ppss.
1908 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
1909 (sh-select, sh-tmp-file): Add explicit terminating \n.
1910
1911 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
1912 Use with-current-buffer.
1913 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
1914 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
1915 filename), catch any error that occurs in `ange-ftp-cd'.
1916 If an error happened, don't bother sending `cmd' at all.
1917 Fix a parenthesis typo.
1918 (ange-ftp-write-region): Don't blindly use binary if the remote host
1919 is unix-like.
1920
1921 * play/pong.el (pong-init): Don't use make-local-hook.
1922
1923 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
1924
1925 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
1926 (viper-get-ex-address-subr): More precise addr for the $ marker
1927
1928 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1929
1930 * version.el (emacs-version): Bump to 21.1.50.
1931
1932 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1933
1934 * mail/mailalias.el (mail-directory-stream): Do not double
1935 variables in the lambda-list.
1936
1937 * play/gomoku.el (gomoku-init-display): Ditto.
1938
1939 * play/landmark.el (lm-init-display): Ditto.
1940
1941 * delim-col.el (delimit-columns-rectangle-max): Ditto.
1942 (delimit-columns-rectangle-line): Ditto.
1943
1944 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
1945
1946 * newcomment.el (comment-region-internal): Don't rebind
1947 invisibility_spec now that the C routines handle it correctly.
1948
1949 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
1950
1951 * frame.el (special-display-popup-frame): Obey new specs `same-window'
1952 and `same-frame'.
1953
1954 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
1955
1956 * simple.el (minibuffer-local*-map): Remove redundant bindings.
1957
1958 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
1959 C-p and C-r. Remove redundant bindings from inheriting maps.
1960
1961 * progmodes/cperl-mode.el: Merged in changes from v4.32.
1962 After 4.23 and: After 4.24:
1963 (cperl-contract-levels): Restore position.
1964 (cperl-beautify-level): Likewise.
1965 (cperl-beautify-regexp): Likewise.
1966 (cperl-commentify): Rudimental support for length=1 runs
1967 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
1968 After 4.25:
1969 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
1970 (imenu-example--create-perl-index): Was not enforcing
1971 syntaxification-to-the-end.
1972 (cperl-invert-if-unless): Allow `for', `foreach'.
1973 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
1974 Mark qw(), m()x as indentable.
1975 (cperl-init-faces): Highlight `sysopen' too.
1976 Highlight $var in `for my $var' too.
1977 (cperl-invert-if-unless): Was leaving whitespace at end.
1978 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
1979 (cperl-calculate-indent): Remove old commented out code.
1980 Support (primitive) indentation of qw(), m()x.
1981 After 4.26:
1982 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
1983 q [] with intervening newlines.
1984 (cperl-autoindent-on-semi): New customization variable.
1985 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
1986 (cperl-tips): Mention how to make CPerl the default mode.
1987 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
1988 (cperl-outline-level): New function.
1989 (cperl-highlight-variables-indiscriminately): New customization var.
1990 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
1991 From Sean Kamath <kamath@pogo.wv.tek.com>.
1992 (cperl-after-block-p): Support CHECK and INIT.
1993 (cperl-init-faces, cperl-short-docs): Likewise and "our".
1994 From Doug MacEachern <dougm@covalent.net>.
1995 After 4.27:
1996 (cperl-find-pods-heres): Recognize \"" as a string.
1997 Mark whitespace between q and [] as `syntax-type' => `prestring'.
1998 Allow whitespace between << and "FOO".
1999 (cperl-problems): Remove \"" and q [] with intervening newlines.
2000 Mention multiple <<EOF as unsupported.
2001 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
2002 (cperl-indent-parens-as-block): New configuration variable.
2003 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
2004 Use `cperl-indent-parens-as-block'.
2005 (cperl-find-pods-heres): Test for =cut without empty line instead of
2006 complaining about no =cut.
2007 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
2008 (cperl-find-pods-heres): Likewise.
2009 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
2010 POD could've been marked as comment already.
2011 (cperl-unwind-to-safe): Unwind before start of POD too.
2012 After 4.28:
2013 (cperl-forward-re): Throw an error at proper moment REx unfinished.
2014 After 4.29:
2015 (x-color-defined-p): Make an extra case to peacify the warning.
2016 Toplevel: `defvar' to peacify the warnings.
2017 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
2018 No -nw-compile time warnings now.
2019 (cperl-find-tags): TAGS file had too short substring-to-search.
2020 Be less verbose in non-interactive mode
2021 (imenu-example--create-perl-index): Set index-marker after name
2022 (cperl-outline-regexp): New variable.
2023 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
2024 (cperl-mode): Made use `cperl-outline-regexp'.
2025 After 4.30:
2026 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
2027 (cperl-outline-level): Make start-of-file same level as `package'.
2028 After 4.31:
2029 (cperl-electric-pod): `head1' and `over' electric only if empty.
2030 (cperl-unreadable-ok): New variable.
2031 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
2032 on an unreadable file.
2033 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
2034 on an unreadable directory.
2035
2036 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2037 Consider the text between two errors as belonging to the first error.
2038 (compilation-goto-locus): Use pop-to-buffer rather than
2039 switch-to-buffer-other-frame.
2040
2041 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
2042 (awk-font-lock-syntactic-keywords): New var.
2043 (awk-mode): Use it.
2044
2045 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
2046
2047 * faces.el (describe-face): Call help-setup-xref earlier.
2048
2049 * jka-compr.el (jka-compr-load-suffixes): New var.
2050 (jka-compr-install): Add its content to load-suffixes.
2051 (jka-compr-uninstall): Remove its content from load-suffixes.
2052
2053 2001-10-12 Sam Steingold <sds@gnu.org>
2054
2055 * bindings.el (completion-ignored-extensions): CL-related
2056 extensions are platform-independent.
2057
2058 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2059 asynchronous multiple file copying.
2060
2061 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2062
2063 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2064 Turn error for repeated variables into warning.
2065
2066 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2067 New function checking that lambda-list consists of non-constant
2068 symbols, that &rest and &optional are followed by variable names,
2069 that &rest VAR is the last element, and that variables aren't doubled.
2070 (byte-compile-lambda): Use it.
2071
2072 2001-10-12 Eli Barzilay <eli@barzilay.org>
2073
2074 * calculator.el (calculator-eng-display): Don't call concat
2075 with an integer argument.
2076
2077 2001-10-12 Miles Bader <miles@gnu.org>
2078
2079 * help-mode.el (help-customize-face): New button-type.
2080
2081 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2082 (describe-face): Fix args to `help-xref-button'.
2083 Don't switch to help-buffer around call to `help-setup-xref'.
2084 Use `help-buffer' instead of hard-wired "*Help*".
2085 Require `help-mode'.
2086
2087 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2088
2089 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2090
2091 * help-mode.el (help-buffer): New function.
2092 Returns the buffer-name to use for help output.
2093 Change all the code to use it instead of hard-coding *Help*.
2094 (help-mode-map): Put back the mouse-2 binding.
2095 (help-xref-stack): Change the format and make buffer-local.
2096 (help-xref-stack-item): Make buffer-local.
2097 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2098 (help-xref-interned): Display the face doc as well.
2099 (help-follow-mouse): Re-introduce.
2100 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2101 (help-do-xref): Don't `push' any more.
2102 (help-follow): Also follow face names.
2103
2104 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2105 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2106 Autoload and cleanup.
2107 (describe-function): Call help-setup-xref.
2108 (describe-variable): Call help-setup-xref earlier.
2109
2110 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2111 (view-lossage): Call help-setup-xref correctly and earlier.
2112 (describe-bindings): Call help-setup-xref earlier.
2113 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2114 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2115
2116 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2117
2118 * master.el (master-mode): Use define-minor-mode instead of
2119 easy-mmode-define-minor-mode. Add autload cookie.
2120 (Commentary): Remove the line showing how to autoload master-mode,
2121 since it's always autoloaded.
2122
2123 * master.el: New file.
2124
2125 2001-10-11 Dave Love <fx@gnu.org>
2126
2127 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2128 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2129 <const-C varset-X const-C>: Fix car/cdr typo.
2130
2131 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2132
2133 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2134 New function extracted from byte-compile-log-1.
2135 (byte-compile-log-1): Change output to be more in line with
2136 the output of other GNU tools.
2137 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2138 (byte-compile-report-error): Downcase error message.
2139 Use `error' instead of `!!' for error messages.
2140 (byte-compile-print-syms): Treat non-interactive case specially.
2141 (displaying-byte-compile-warnings): Use backquote.
2142 (byte-compile-from-buffer): Bind byte-compile-last-line.
2143 (batch-byte-compile): Remove `Done' message.
2144
2145 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2146
2147 * emacs-lisp/copyright.el (copyright): Add final \n.
2148
2149 2001-10-11 Miles Bader <miles@gnu.org>
2150
2151 * diff.el (diff): Display default values in prompts as
2152 `(default ...)', not `(...)'.
2153
2154 * info.el (Info-follow-reference): Likewise.
2155
2156 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2157
2158 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2159
2160 * newcomment.el (comment-indent): Be a little more robust in case
2161 comment-indent-function does funny things.
2162 (comment-normalize-vars): Autoload.
2163 (comment-region-internal): Fiddle with the visibility spec.
2164 (comment-valid-prefix): New function.
2165 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2166 that would turn comment-text into non-comment-text.
2167
2168 * emacs-lisp/syntax.el: New file.
2169
2170 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2171 compatibility cruft.
2172 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2173 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2174 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2175 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2176 tcl-submit-bug-report.
2177 (tcl-mode-syntax-table): Leave \f alone.
2178 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2179 tcl-end-of-defun, tcl-submit-bug-report.
2180 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2181 (tcl-add-emacs-menu): Remove.
2182 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2183 (tcl-keyword-list): Add `chain'.
2184 (tcl-font-lock-syntactic-keywords): New variable.
2185 (tcl-pps-has-arg-6): Remove.
2186 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2187 (tcl-internal-mark-defun): Remove.
2188 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2189 (tcl-mode): Use define-derived-mode. Simplify.
2190 Set comment-indent-function.
2191 (tcl-indent-command): Use line-beginning-position and comment-indent.
2192 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2193 (tcl-indent-line): Use tcl-calculate-indent.
2194 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2195 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2196 (tcl-filter): Use with-current-buffer, simplify.
2197 (inferior-tcl-mode): Use define-derived-mode.
2198 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2199 (tcl-simple-in-comment, tcl-in-comment): Removed.
2200 (tcl-files-alist): New function.
2201 (tcl-help-snarf-commands): Use it and return the result directly
2202 rather than through a global variable.
2203 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2204 (tcl-help-on-word): Provide the default value to completing-read.
2205 (tcl-hilit): Remove.
2206 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2207 (tcl-comment-indent): New function.
2208 (tcl-submit-bug-report): Remove.
2209 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2210 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2211 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2212
2213 2001-10-10 Miles Bader <miles@gnu.org>
2214
2215 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2216 (Info-fontify-node): Don't fontify the node if it's already been done.
2217
2218 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2219
2220 * international/iso-transl.el (iso-transl-e-caret)
2221 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2222 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2223
2224 * simple.el (end-of-buffer): Fix code scrolling specially
2225 for the buffer end.
2226
2227 * startup.el (command-line-1): Bind tab-width to 8.
2228
2229 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2230
2231 * emulation/tpu-edt.el: Use defalias instead of fset for
2232 user-visible commands. From Rob Riepel
2233 <riepel@Networking.Stanford.EDU>.
2234
2235 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2236
2237 * ruler-mode.el: New file.
2238
2239 2001-10-09 Miles Bader <miles@gnu.org>
2240
2241 * apropos.el (button): New require.
2242
2243 * help-funs.el: New file, contents mostly from `help.el'.
2244 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2245
2246 * help-mode.el: New file, contents mostly from `help.el'.
2247
2248 * help.el: Don't require `view' when compiling.
2249 (help-with-tutorial, describe-function, describe-function-1)
2250 (variable-at-point, describe-variable, locate-library):
2251 Functions moved into `help-funs.el'.
2252 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2253 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2254 (help-setup-xref, help-xref-following, help-make-xrefs)
2255 (help-xref-button, help-insert-xref-button, help-xref-interned)
2256 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2257 (help-xref-on-pp): Functions moved into `help-mode.el'
2258 (help-mode-map, help-xref-stack, help-xref-stack-item)
2259 (help-highlight-p, help-highlight-face, help-back-label)
2260 (help-xref-symbol-regexp, help-xref-mule-regexp)
2261 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2262 (help-symbol, help-back, help-info, help-customize-variable)
2263 (help-function-def, help-variable-def):
2264 Button-types moved into `help-mode.el'.
2265 (load-symbol-file-load-history, symbol-file):
2266 Functions moved into `subr.el'.
2267 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2268 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2269
2270 * subr.el (symbol-file-load-history-loaded)
2271 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2272
2273 * loadup.el ("button"): Load removed.
2274
2275 * button.el (define-button-type): Respect any `supertype' property.
2276 (button-type-subtype-p, button-has-type-p): New functions.
2277
2278 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2279 dollar-signs.
2280
2281 * comint.el (comint-insert-previous-argument): New function.
2282 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2283 (comint-insert-previous-argument-last-start-pos)
2284 (comint-insert-previous-argument-last-index): New variables.
2285
2286 * apropos.el (apropos-next-label-button): Use the presence of a
2287 `apropos-label' property to detect label buttons.
2288
2289 2001-10-08 Miles Bader <miles@gnu.org>
2290
2291 * button.el (next-button, previous-button): Remove N and WRAP
2292 parameters. Don't pay attention to `skip' properties.
2293 (forward-button): Implement wrapping, iterating, and skipping here
2294 instead.
2295 (button-activate): USE-MOUSE-ACTION is optional.
2296 (button-nop): Function removed.
2297 (default-button): Use `ignore' as default button action.
2298
2299 * apropos.el (apropos-next-label-button): Update arguments to
2300 `next-button'.
2301 (apropos-symbol): Add `skip' property.
2302 (apropos-function, apropos-macro, apropos-command)
2303 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2304 (apropos-plist): New button types.
2305 (apropos-label-properties): Variable removed.
2306 (apropos-print): Pass button-type to apropos-print-doc, rather
2307 than help function and label text.
2308 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2309 Get button label from TYPE.
2310
2311 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2312
2313 * help.el (help-mode): Use define-derived-mode.
2314 (describe-mode): Add optional `buffer' arg.
2315 Use it instead of going through help-xref-mode.
2316 Avoid doubling the word `minor' when prettifying.
2317 (describe-function-1): List the corresponding key bindings.
2318 (describe-variable): Say if the var is automatically buffer-local.
2319 If the source is `loaddefs.el', look for the real source.
2320 (help-xref-mode): Remove.
2321
2322 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2323 the file says no-byte-compile.
2324
2325 2001-10-08 Miles Bader <miles@gnu.org>
2326
2327 * button.el (next-button, previous-button): Respect `skip' property.
2328
2329 2001-10-07 Miles Bader <miles@gnu.org>
2330
2331 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2332 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2333 `woman-follow-word' instead of `woman-mouse-2'.
2334 (woman-follow-word): Renamed from `woman-mouse-2'.
2335 Follow current unconditionally, since this function is now only
2336 bound to M-mouse-2. Use accessor functions.
2337 (WoMan-highlight-references): Use `make-text-button'.
2338 (woman-xref): New button type.
2339
2340 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2341 ("button"): New load, just before "help" (which uses it).
2342
2343 * help.el (help-mode-map): Make button-buffer-map our parent.
2344 Don't bind mouse events or tab/backtab.
2345 (help-function, help-variable, help-face, help-coding-system)
2346 (help-input-method, help-character-set, help-back, help-info)
2347 (help-customize-variable, help-function-def, help-variable-def):
2348 New button types.
2349 (help-button-action): New function.
2350 (describe-function-1): Pass help button-types to
2351 `help-xref-button' rather than help function and help-echo string.
2352 Don't put multiple help-function args in a list to pass them to
2353 help-xref-button, just pass them as multiple arguments.
2354 Use `help-insert-xref-button' to make [back]-button, rather than
2355 `help-xref-button'.
2356 (help-xref-button): Take a button-type TYPE as a parameter rather
2357 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2358 and add a &rest parameter ARGS to serve the same purpose.
2359 Use `make-text-button' to add the button.
2360 (help-insert-xref-button): Use `insert-text-button' to add the button.
2361 (help-follow-mouse, help-next-ref, help-previous-ref):
2362 Functions removed.
2363 (help-do-xref): New function.
2364 (help-follow): Use `push-button' and `help-do-xref' to do most of
2365 the work.
2366
2367 * apropos.el (apropos-symbol, apropos-label): New button types.
2368 (apropos-symbol-button-display-help)
2369 (apropos-label-button-display-help, apropos-next-label-button):
2370 New functions.
2371 (apropos-mode-map): Make button-buffer-map our parent.
2372 Don't bind mouse events.
2373 (apropos-print, apropos-print-doc): Create buttons instead of text
2374 properties.
2375 (apropos-mouse-follow): Function removed.
2376 (apropos-follow): Use buttons.
2377
2378 * button.el: New file.
2379
2380 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2381
2382 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2383 Remove.
2384
2385 2001-10-05 Richard M. Stallman <rms@gnu.org>
2386
2387 * add-log.el (add-change-log-entry): Skip copyright notice
2388 and copying permission notice at start of file, if any.
2389 Make use of terms "entry" and "item" accord with Emacs manual.
2390 Simplify the logic for moving point while entering or creating
2391 an entry and then an item.
2392 (add-change-log-entry-other-window): Doc fix.
2393
2394 2001-10-06 Miles Bader <miles@gnu.org>
2395
2396 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2397 removed; they apparently don't work with faces.
2398
2399 2001-10-05 Sam Steingold <sds@gnu.org>
2400
2401 * textmodes/sgml-mode.el (html-xhtml): New user option.
2402 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2403 (html-ordered-list, html-unordered-list, html-list-item)
2404 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2405 (sgml-skip-close-p): New function.
2406 (sgml-value): Use it.
2407
2408 2001-10-05 Sam Steingold <sds@gnu.org>
2409
2410 * calendar/diary-lib.el (diary-entry-compare): When times are
2411 identical, compare the entries lexicographically.
2412
2413 2001-10-06 Miles Bader <miles@gnu.org>
2414
2415 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2416 Use `minibuffer-prompt-end'.
2417
2418 * simple.el (previous-matching-history-element): Fix misplaced
2419 parentheses.
2420
2421 2001-10-05 Miles Bader <miles@gnu.org>
2422
2423 * rfn-eshadow.el: New file.
2424
2425 2001-10-05 Miles Bader <miles@gnu.org>
2426
2427 * cus-face.el (custom-face-attributes): Make sure each attribute
2428 has a valid default value. Remove hacks that mapped `nil' to
2429 `off' and used nil to mean `unspecified'. Remove `unspecified'
2430 choices from all attributes (unspecified is handled by the parent
2431 checklist).
2432 * cus-edit.el (custom-face-edit-convert-widget)
2433 (custom-face-edit-deactivate, custom-face-edit-activate)
2434 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2435 New functions.
2436 (custom-face-edit): Specify a custom :convert-widget.
2437 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2438 Don't pass in default filters that map between `nil' and `off' and
2439 `unspecified' and `nil'.
2440
2441 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2442
2443 * progmodes/compile.el (compilation-buffer-name): New function.
2444 (compile-internal): Use it to determine the name of the
2445 compilation buffer.
2446
2447 2001-10-05 Miles Bader <miles@gnu.org>
2448
2449 * progmodes/compile.el (grep-use-null-device): New variable.
2450 (grep-command): Mention `grep-use-null-device'.
2451 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2452 Make computation of `grep-command' respect `grep-use-null-device'.
2453 (grep): Respect `grep-use-null-device'.
2454 Call `grep-compute-defaults' even if grep-command is set, if
2455 grep-use-null-device is still tentative.
2456
2457 * subr.el (call-process-shell-command): New function.
2458
2459 2001-10-05 Miles Bader <miles@gnu.org>
2460
2461 * simple.el (previous-matching-history-element)
2462 (next-history-element, next-complete-history-element): Use
2463 `minibuffer-' functions instead of calling `field-' functions directly.
2464 (minibuffer-prompt-end, minibuffer-contents):
2465 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2466 Functions removed (now subrs).
2467 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2468
2469 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2470 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2471 instead of calling `field-' functions directly.
2472 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2473
2474 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2475
2476 * files.el (find-file-noselect): If file's read-only status has
2477 changed on disk, ask if buffer's read-only status should be
2478 changed, unless NOWARN is set.
2479
2480 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2481 alias for define-setf-method.
2482
2483 * bindings.el: Remove no-byte-compile from file local variables
2484 to enable bootstrapping.
2485
2486 2001-10-04 Andrew Innes <andrewi@gnu.org>
2487
2488 * faces.el (face-font-registry-alternatives) [windows-nt]:
2489 Make gb2312 an alias for gb2312.1980.
2490
2491 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2492
2493 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2494 (uniquify-reverse-components): Remove.
2495
2496 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2497 Make sure the file is readable.
2498 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2499 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2500 (batch-byte-recompile-directory): Pass arg=0.
2501
2502 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2503 (perl-calculate-indent): Use it.
2504 (perl-backward-to-noncomment): Use forward-comment.
2505
2506 * derived.el (define-derived-mode, derived-mode-make-docstring):
2507 Allow `parent' to be nil.
2508
2509 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2510 Use define-derived-mode.
2511 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2512
2513 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2514
2515 * emacs-lisp/lselect.el: Use facep iso find-face.
2516
2517 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2518 Use regexp-opt.
2519 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2520 (lisp-font-lock-syntactic-face-function): New function.
2521 (lisp-mode-variables): Use it. Make arg optional.
2522 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2523 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2524 Set comment-start-skip.
2525
2526 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2527
2528 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2529 (ignore-errors): Don't bother using a `err' symbol.
2530
2531 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2532 (autoload-insert-section-header, autoload-before-p)
2533 (autoload-remove-section): New functions.
2534 (generate-file-autoloads): Use them.
2535 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2536 Make sure the autoload file is properly formatted when creating it.
2537 (update-autoloads-from-directories): Use them as well.
2538 Only update autoloads for files whose timestamp has changed.
2539 Add a dummy entry to remember the files which had no autoload cookies.
2540
2541 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2542
2543 * subr.el (define-key-after): Allow `key' to be longer than 1.
2544 (make-local-hook): Make obsolete.
2545 (add-hook, remove-hook): Don't use make-local-hook any more.
2546 (make-syntax-table): Inherit all chars from s-s-t.
2547
2548 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2549
2550 This is a fix for a report saying that resuming a search with C-s
2551 C-s doesn't use the case-fold-search setting of the previous
2552 search (C-s ... M-c ... then C-s C-s).
2553
2554 * isearch.el (isearch-last-case-fold-search): New variable.
2555 (isearch-mode): Remember value of isearch-case-fold-search
2556 in isearch-last-case-fold-search.
2557 (isearch-done): Quote value of isearch-case-fold-search.
2558 (isearch-repeat): When resuming a search, restore
2559 isearch-case-fold-search from isearch-last-case-fold-search.
2560
2561 Added to NEWS.
2562
2563 * startup.el (inhibit-startup-buffer-menu): New user-option.
2564 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2565 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2566
2567 This allows upto 99999 messages in the summary without screwing up
2568 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2569
2570 * mail/rmailsum.el (rmail-make-summary-line)
2571 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2572 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2573 Allow 5-digit message ids instead of 4.
2574
2575 This adds expansion of environment variables in the value
2576 specified with M-x setenv. Added to NEWS.
2577
2578 * env.el (substitute-env-vars): New function.
2579 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2580 environment variables in VALUE. Return VALUE.
2581
2582 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2583
2584 * Branch for 21.1.
2585
2586 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2587
2588 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2589
2590 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2591
2592 * emulation/tpu-edt.el: Make messages match original TPU/edt
2593 editor. From riepel@Stanford.EDU (Rob Riepel).
2594
2595 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2596
2597 * rect.el: Update maintainer's email address.
2598
2599 2001-10-02 Andreas Schwab <schwab@suse.de>
2600
2601 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2602 and Extended Passive Mode, resp.
2603
2604 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2605
2606 These changes add support for Calendar-related items in the
2607 menu bar on tty's as well:
2608
2609 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2610 unconditionally.
2611 (calendar-mode): Set up activate-menubar-hook unconditionally.
2612
2613 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2614 calls x-popup-menu only if popup menus are supported.
2615 (calendar-mouse-insert-hebrew-diary-entry)
2616 (calendar-mouse-insert-islamic-diary-entry)
2617 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2618 (calendar-mouse-view-other-diary-entries)
2619 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2620 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2621 Call cal-menu-x-popup-menu instead of x-popup-menu.
2622
2623 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2624
2625 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2626
2627 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2628
2629 * emacs-lisp/rx.el: New file.
2630
2631 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2632
2633 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2634
2635 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2636
2637 * frame.el (select-frame-by-name, other-frame): Doc fix.
2638
2639 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2640
2641 * play/snake.el (snake-score-file): Use temporary-file-directory
2642 instead of a literal "/tmp". Suggested by Robert
2643 <robert@chezmarshall.freeserve.co.uk>.
2644
2645 * play/tetris.el (tetris-score-file): Ditto.
2646
2647 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2648
2649 * apropos.el (apropos-print): Make the directions inserted at the
2650 beginning of the *Apropos* buffer more clear.
2651
2652 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2653
2654 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2655 Added comments.
2656
2657 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2658
2659 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2660 "\\s-" when defining comment-end-skip.
2661
2662 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2663
2664 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2665 Call get-buffer-window first second arg `visible'.
2666
2667 * international/mule-diag.el (list-input-methods-1):
2668 Output something that's independent of Emacs' version.
2669
2670 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2671 calling byte-to-position with a nil tar-header-offset.
2672
2673 2001-09-27 Simon Josefsson <jas@extundo.com>
2674
2675 * mail/sendmail.el (send-mail-function): Doc fix.
2676 (mail-do-fcc): Error if header-end is not a marker.
2677 (mail-do-fcc): Add a comment.
2678 (mail-reply-to): Doc fix.
2679 (mail-signature): Make ATPOINT optional.
2680 (mail-yank-original): Use cond instead of nestled if.
2681
2682 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2683
2684 * info.el (Info-on-current-buffer): Default arg to "Top".
2685
2686 2001-09-25 Eli Barzilay <eli@barzilay.org>
2687
2688 * calculator.el (calculator-copy-displayer): New user-option.
2689 (calculator-displayer-prev, calculator-displayer-next):
2690 Renamed from calculator-displayed-{left,right}.
2691 (calculator, calculator-standard-displayer)
2692 (calculator-num-to-string, calculator-update-display)
2693 (calculator-copy, calculator-put-value): Bug and display fixes.
2694
2695 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2696
2697 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2698 (ebnf-version): New version (3.6.1).
2699
2700 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2701 (ebnf-bnf-non-terminal-chars): New internal const.
2702 (ebnf-bnf-lex): Fix code.
2703
2704 * ebnf-iso.el: Fix character range regexp. Doc fix.
2705 (ebnf-iso-non-terminal-chars): New internal const.
2706 (ebnf-iso-lex): Fix code.
2707
2708 * ebnf-yac.el: Fix character range regexp. Doc fix.
2709 (ebnf-yac-skip-chars): New internal const.
2710 (ebnf-yac-skip-code): Fix code.
2711
2712 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2713
2714 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2715
2716 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2717 passing it to VC.
2718
2719 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2720 case where the file is relative.
2721
2722 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2723
2724 * xml.el (xml-parse-attlist): Quotes around attributes must be the
2725 same on each side. Make sure we properly handle simple quotes.
2726 From Daiki Ueno <ueno@unixuser.org>.
2727
2728 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2729
2730 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
2731 <jas@extundo.com>.
2732
2733 * menu-bar.el (top-level): Minor fixes for text of help-echo in
2734 some items of the Options menu.
2735
2736 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
2737
2738 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
2739
2740 * vc-hooks.el (vc-delete-automatic-version-backups):
2741 Don't fail if the directory doesn't exist.
2742
2743 * diff-mode.el (diff-default-read-only): New var.
2744 (diff-mode): Use it.
2745
2746 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
2747
2748 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
2749 Use make-keymap instead of copy-keymap, since copying the global
2750 keymap messes up the menu bar.
2751
2752 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
2753 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2754
2755 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
2756
2757 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
2758
2759 * dired-aux.el (dired-insert-subdir): Pass switches to
2760 dired-build-subdir-alist.
2761
2762 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
2763
2764 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
2765 caused %#a and %#b to be mis-formatted.
2766
2767 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
2768
2769 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
2770 ccmode, emacs-mime, and eudc manuals.
2771
2772 2001-09-19 Sam Steingold <sds@gnu.org>
2773
2774 w32 find cannot be used with `grep-find'.
2775 * progmodes/compile.el (find-program): New variable.
2776 (grep-compute-defaults): Use it to set `grep-find-command'.
2777
2778 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2779
2780 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
2781
2782 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2783
2784 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
2785 programming. Doc fix.
2786 (ebnf-version): New version (3.6).
2787 (ebnf-eps-begin): Data fix.
2788 (ebnf-begin-file): Code fix.
2789
2790 * ebnf-bnf.el: Doc fix.
2791 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2792
2793 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
2794
2795 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2796
2797 * ps-print.el: Better face mapping for black/white PostScript printers.
2798 Check if mark is active when printing a region. Doc fix.
2799 (ps-print-version): New version number (6.5.5).
2800 (ps-print-color-p): Customization fix.
2801 (ps-black-white-faces): New option.
2802 (ps-black-white-faces-alist): New internal var.
2803 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
2804 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
2805 (ps-nb-pages-region): Interactive fix.
2806 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
2807 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
2808
2809 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
2810
2811 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
2812 numeric month value, and allow the Kanji character after the it to
2813 be missing (happens with ls-lisp's output on Japanese versions of
2814 MS-Windows).
2815
2816 2001-09-18 Miles Bader <miles@gnu.org>
2817
2818 * diff-mode.el (diff-mode): Don't make the buffer read-only if
2819 it's empty (and thus probably a new patch file about to be edited).
2820
2821 2001-09-17 Gerd Moellmann <gerd@gnu.org>
2822
2823 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2824 Check for '(' in column 0 of doc string.
2825
2826 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
2827 of `nth' so that using a vector as bounding-box works.
2828 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2829
2830 2001-09-17 Andre Spiegel <spiegel@gnu.org>
2831
2832 * vc.el (vc-annotate): Use current workfile version explicitly as
2833 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
2834
2835 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
2836
2837 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
2838 convert-standard-filename doesn't guarantee that the .el extension
2839 is preserved.
2840
2841 * dos-fns.el (convert-standard-filename): Replace invalid
2842 characters only after converting dash/underscore to a period.
2843 (original-make-auto-save-file-name): New.
2844 (make-auto-save-file-name): New function, overrides the definition
2845 on files.el and calls the original function via
2846 original-make-auto-save-file-name.
2847
2848 * mail/rmail.el (top-level): Require mule-utils when compiling.
2849 (rmail-decode-babyl-format): Use detect-coding-with-priority
2850 instead of detect-coding-region, to favor detection of emacs-mule
2851 encoded Babyl files written by rmailout.el etc. Suggested by
2852 Kenichi Handa <handa@etl.go.jp>.
2853
2854 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
2855
2856 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
2857 Use `equal', not `=', since the device number can be a cons cell.
2858
2859 2001-09-14 Gerd Moellmann <gerd@gnu.org>
2860
2861 * simple.el: Comment out change of 2001-09-13.
2862
2863 2001-09-13 Milan Zamazal <pdm@zamazal.org>
2864
2865 * progmodes/compile.el (grep-compute-defaults): Don't set
2866 grep-command/grep-find-command when it is already non-nil.
2867 (grep-command): Make it a user option.
2868 (grep-find-command): Likewise.
2869
2870 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
2871
2872 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
2873 inhibit quit.
2874
2875 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
2876
2877 * files.el (make-auto-save-file-name): If long file names are not
2878 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
2879 generating an auto-save file name from it.
2880
2881 2001-09-13 Gerd Moellmann <gerd@gnu.org>
2882
2883 * ps-print.el (ps-print-region, ps-print-region-with-faces)
2884 (ps-nb-pages-region): Signal an error if called interactively
2885 and the mark is not active.
2886
2887 * simple.el (minibuffer-prompt-modification)
2888 (minibuffer-prompt-insertion): New functions.
2889 (minibuffer-prompt-properties): Use `modification-hooks' and
2890 `insert-in-front-hooks'.
2891
2892 2001-09-12 Richard M. Stallman <rms@gnu.org>
2893
2894 * textmodes/outline.el (outline-regexp): Doc fix.
2895 Initialize it in the defcustom, the usual way.
2896
2897 2001-09-12 Gerd Moellmann <gerd@gnu.org>
2898
2899 * ediff-mult.el (ediff-get-meta-info): Take into account that data
2900 from `ediff-meta-info' properties need not be an overlay.
2901 From David Ponce <dponce@voila.fr>.
2902
2903 * isearch.el (isearch-intersects-p): Fix end checks.
2904
2905 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
2906
2907 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
2908 `t' branch of `cond', since Irix 6.1 and up is a special case of
2909 the standard dbx interface.
2910
2911 2001-09-11 Miles Bader <miles@gnu.org>
2912
2913 * comint.el (comint-send-input): When waiting for echoed input,
2914 don't save the expected end position in `echo-end', so that things
2915 work properly even if the buffer is modified elsewhere at the same
2916 time [this happens if `comint-truncate-buffer' is used].
2917
2918 2001-09-11 Gerd Moellmann <gerd@gnu.org>
2919
2920 * textmodes/outline.el (outline-mode): Use `^' and a shy group
2921 when constructing imenu-generic-expression from outline-regexp.
2922
2923 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2924
2925 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
2926 `equal' instead of `=', since they can be cons cells. From Nils
2927 Goesche <cartan@cartan.de>.
2928
2929 2001-09-10 Andre Spiegel <spiegel@gnu.org>
2930
2931 * vc.el (vc-annotate): Rewrote doc string.
2932
2933 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2934
2935 * time-stamp.el: Update Stephen Gildea's email address.
2936
2937 2001-09-10 Gerd Moellmann <gerd@gnu.org>
2938
2939 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
2940 enable-multibyte-characters = nil. From Hallvard B Furuseth
2941 <h.b.furuseth@usit.uio.no>.
2942
2943 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
2944
2945 * ediff-init.el (ediff-highest-priority): Bug fix.
2946
2947 * viper-cmd.el (viper-special-read-and-insert-char): New function
2948 that reads a character and uses the current input method or
2949 iso-accents when appropriate.
2950
2951 * viper.el and all others: Corrections to the comment blocks at
2952 the top.
2953
2954 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
2955
2956 * info.el (Info-goto-node): Doc fix.
2957
2958 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2959
2960 * isearch.el (isearch-intersects-p): New function.
2961 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
2962 use isearch-intersects-p, and clean up.
2963
2964 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2965
2966 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
2967 and "german8", for the new German orthography dictionaries,
2968 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
2969 the entries, to keep the line length balanced for loaddefs.el.
2970
2971 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
2972
2973 * comint.el (comint-send-input): Handle comint-process-echoes
2974 differently.
2975
2976 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2977
2978 * locate.el (locate-insert-header): Remove unnecessary whitespace.
2979
2980 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2981
2982 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
2983
2984 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2985
2986 * server.el (server-switch-buffer):
2987 * textmodes/refer.el (refer-find-entry-internal):
2988 * term/sup-mouse.el (sup-pos-to-window):
2989 * term/bg-mouse.el (bg-window-from-x-y):
2990 * emacs-lisp/edebug.el (edebug-window-live-p):
2991 Use get-window-with-predicate.
2992
2993 * window.el (get-window-with-predicate): Renamed from some-window.
2994 (some-window): Make it an alias.
2995
2996 2001-09-06 Gerd Moellmann <gerd@gnu.org>
2997
2998 * simple.el (undo): Remove positions from buffer-undo-list up to
2999 the next undo boundary only.
3000
3001 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
3002
3003 * makefile.nt (install): Don't copy sc.el. Reported by Richard
3004 Kim <ryk@dspwiz.com>
3005
3006 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
3007 the message "Creating customization items...done".
3008
3009 2001-09-05 Gerd Moellmann <gerd@gnu.org>
3010
3011 * font-lock.el (toplevel): Require `jit-lock' only if
3012 font-lock-support-mode is set to jit-lock-mode.
3013
3014 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
3015
3016 * international/quail.el (quail-use-package, quail-inactivate)
3017 (quail-activate): Mention the hooks these functions run in their
3018 doc strings.
3019
3020 2001-09-05 Edward M. Reingold <reingold@iit.edu>
3021
3022 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
3023 of file in header of menu.
3024
3025 2001-09-04 Gerd Moellmann <gerd@gnu.org>
3026
3027 * env.el (setenv): Interactively, if VARIABLE has a current value,
3028 add that to the front of the history, as the doc string says.
3029
3030 * comint.el (comint-send-input): Change help-echo.
3031 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
3032
3033 * bookmark.el (bookmark-write-file): Bind print-length and
3034 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
3035
3036 * obsolete/uncompress.el: Moved there from lisp/.
3037
3038 * comint.el (comint-insert-clicked-input): Goto point-max before
3039 deleting previous input. From "Dr Francis J. Wright"
3040 <F.J.Wright@qmw.ac.uk>.
3041
3042 * simple.el (backward-word): Doc fix.
3043
3044 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3045
3046 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
3047 * uncompress.el, uniquify.el, vc.el, view.el, window.el
3048 * w32-fns.el: Add Keywords header.
3049
3050 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
3051
3052 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
3053 "Text Properties". Suggested by Simon Marshall
3054 <Simon.Marshall@midas-kapiti.com>.
3055
3056 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3057
3058 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3059 consulting the value of file-name-coding-system.
3060
3061 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3062
3063 * help.el (describe-function-1): Save precomputed `file-name' rather
3064 than recomputing it (incorrectly) with `symbol-file'.
3065
3066 2001-09-03 Gerd Moellmann <gerd@gnu.org>
3067
3068 * international/isearch-x.el (isearch-exit-recursive-edit):
3069 Take three parameters, since it's used as an after-change-function.
3070
3071 * emacs-lisp/backquote.el (backquote-backquote-symbol)
3072 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3073 from doc strings.
3074
3075 2001-09-02 Milan Zamazal <pdm@zamazal.org>
3076
3077 * progmodes/glasses.el (glasses-convert-to-unreadable):
3078 Consider underscores as in `glasses-make-readable'.
3079
3080 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3081
3082 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3083 MS-DOS, since cpp might not be available.
3084
3085 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3086 Mention "yank" in the help-echo text.
3087 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3088
3089 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3090
3091 * newcomment.el (comment-indent): Insert spaces more carefully.
3092
3093 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3094
3095 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3096 exists. From Andy Petrusenco <andy@int.spb.ru>.
3097
3098 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3099 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3100 <andy@int.spb.ru>.
3101
3102 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3103
3104 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3105 Instead of running mouse-yank-at-click, see what the event is
3106 bound to outside Isearch and run that.
3107
3108 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3109
3110 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3111 Fix the menu entry to mention transient-mark-mode.
3112
3113 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3114
3115 * simple.el (eval-expression-print-level): Fix last change.
3116
3117 * bindings.el (mode-line-coding-system-map): New variable.
3118 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3119
3120 * simple.el (eval-expression-print-level): Change the type
3121 of the defcustom to allow nil.
3122
3123 * emacs-lisp/find-gc.el: Moved here from lisp/.
3124
3125 * international/quail.el (quail-completion-1):
3126 Reverse the ((CHAR . DEFN) ...) list before processing it.
3127 From Kenichi Handa <handa@etl.go.jp>.
3128
3129 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3130 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3131
3132 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3133
3134 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3135 aren't supported. This avoids the annoying gray strip drawn by
3136 the Windows version instead of the missing tool bar.
3137
3138 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3139
3140 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3141 and tooltips more consistent. From "Marshall, Simon"
3142 <Simon.Marshall@midas-kapiti.com>.
3143
3144 * startup.el (fancy-splash-screens): Temporarily set
3145 minor-mode-map-alist to nil while displaying splash screens.
3146
3147 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3148
3149 * buff-menu.el: Add Keywords header.
3150 Doc fix (C-x C-b is bound to list-buffers).
3151
3152 * dired-x.el: Add keyword files to get listed in finder.
3153 Remove confusing notes about GNU Emacs 19.
3154
3155 * dired.el, dired-aux.el: Add Keywords header.
3156
3157 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3158
3159 * vc.el (vc-revert-file): Call the backend even if the FILE's
3160 contents can be reverted locally; pass new arg CONTENTS-DONE
3161 down to the backend.
3162
3163 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3164 optional arg CONTENTS-DONE.
3165
3166 2001-08-28 Andrew Innes <andrewi@gnu.org>
3167
3168 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3169
3170 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3171
3172 * makefile.nt (install): Copy more *.el files.
3173
3174 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3175
3176 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3177 instead of `w' which is already in use.
3178
3179 * gs.el (gs-load-image): Use sleep-for.
3180 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3181
3182 2001-08-28 Miles Bader <miles@gnu.org>
3183
3184 * replace.el (query-replace-regexp-eval): Return args from
3185 `interactive' form in correct order.
3186
3187 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3188
3189 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3190 major modes, don't create panes for modes for which
3191 mouse-buffer-menu-alist returns an empty alist.
3192
3193 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3194
3195 * progmodes/hideshow.el: Update first-line description.
3196 Sync comments w/ maintainer version 5.31.
3197
3198 (hs-isearch-open): Default value now `code'.
3199 Fix docstring to use "code blocks" vs "comment blocks",
3200 as opposed to "block" vs "comment".
3201 (hs-flag-region): Accept `hs-isearch-open' value
3202 of `block' as synonymous w/ `code'.
3203 (hs-hide-block-at-point): For code blocks, pass `code'
3204 to `hs-flag-region' instead of `block'.
3205
3206 2001-08-28 Miles Bader <miles@gnu.org>
3207
3208 * comint.el (comint-next-prompt): Don't loop infinitely if
3209 {next,previous}-single-char-property-change returns its input
3210 position when the search fails.
3211
3212 2001-08-27 Miles Bader <miles@gnu.org>
3213
3214 * comint.el (comint-get-old-input-default): Don't signal an error
3215 if point is not on an input field; instead, return the current
3216 line (using `comint-bol' to skip any prompt, in case we're not
3217 using fields at all).
3218
3219 * man.el (Man-mode-line-format): Variable removed.
3220 (Man-mode): Change `mode-line-buffer-identification' instead of
3221 `mode-line-format'.
3222
3223 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3224
3225 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3226 From Simon Josefsson <jas@extundo.com>.
3227
3228 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3229
3230 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3231 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3232
3233 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3234 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3235
3236 * emacs-lisp/lselect.el: Ditto.
3237
3238 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3239 Remove periods from the end of error message strings.
3240 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3241
3242 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3243 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3244
3245 * net/telnet.el: Ditto.
3246
3247 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3248
3249 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3250 KEYMAP to the call to define-minor-mode.
3251
3252 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3253
3254 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3255 Replace some of the undefined characters with emulations of bidi
3256 formatting characters and Niqud as per SI 1311-1.
3257 (IT-unicode-translations): Ditto.
3258 (IT-display-table-setup, IT-setup-unicode-display):
3259 Fill characters without translations with dos-unsupported-char-glyph.
3260
3261 2001-08-24 Simon Josefsson <jas@extundo.com>
3262
3263 * hl-line.el (hl-line-mode): Don't be a global mode.
3264 (global-hl-line-mode): New function.
3265
3266 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3267
3268 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3269 being reset by Ghostscript. Don't kill the gs process.
3270 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3271
3272 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3273
3274 * term/mac-win.el: Require scroll-bar.
3275
3276 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3277
3278 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3279
3280 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3281
3282 * hexl.el (hexl-insert-multibyte-char) New function.
3283 (hexl-quoted-insert, hexl-self-insert-command)
3284 (hexl-insert-hex-char, hexl-insert-decimal-char)
3285 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3286 Fix the doc strings accordingly.
3287 (hexl-insert-char): Reject characters whose code is above 255.
3288 Doc fix.
3289 (hexl-mode-map): Copy the global keymap instead of creating a
3290 sparse keymap, and bind all self-inserting characters to
3291 hexl-self-insert-command.
3292
3293 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3294
3295 * wid-edit.el (text): Re-order docstring correctly.
3296
3297 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3298
3299 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3300
3301 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3302
3303 * simple.el (line-number-mode): Mention the variable
3304 line-number-display-limit-width in the doc string.
3305
3306 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3307
3308 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3309 Temporarily select EVENT's window for switching buffers.
3310 (mode-line-bury-buffer): New function.
3311 (mode-line-buffer-identification-keymap): Use it instead of
3312 bury-buffer. Bind down-mouse events to prevent global down-mouse
3313 events from shining through.
3314
3315 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3316
3317 * newcomment.el (comment-beginning): Make sure the comment-start
3318 we found isn't a comment-end (in cases where confusion is possible).
3319
3320 2001-08-22 Miles Bader <miles@gnu.org>
3321
3322 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3323 before writing it, so that hard-links don't see new version.
3324
3325 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3326
3327 * gs.el (gs-set-ghostview-colors-window-prop):
3328 Call x-change-window-property with 3rd arg FRAME.
3329 (gs-load-image): Wait for a previous Ghostscript process
3330 to complete before starting a new one.
3331
3332 * image.el (image-type-regexps): Make sure that the TIFF
3333 pattern is only matched at the beginning of a string.
3334 From Markus Rost <rost@math.ohio-state.edu>.
3335
3336 * international/swedish.el: Pre-Mule file removed. From Jonas
3337 Oberg <jonas@gnu.org>.
3338
3339 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3340
3341 * whitespace.el (whitespace-abort-on-error): Add custom variable
3342 to whitespace to abort a write-file if whitespace is detected in file.
3343
3344 * whitespace.el (whitespace-write-file-hook): Hook to be called
3345 when writing a file. If `whitespace-abort-on-error' is set, the
3346 write will abort on detecting whitespaces.
3347 If `whitespace-auto-cleanup' is set, the file will be cleaned
3348 automatically prior to writing.
3349
3350 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3351 whitespaces in the error output!
3352
3353 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3354 `indent-tabs-mode', since the latter notes user preferences on
3355 TABs anyway.
3356
3357 * whitespace.el (whitespace-version): 3.1. All of the above issues
3358 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3359
3360 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3361
3362 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3363 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3364
3365 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3366
3367 2001-08-20 Alex Schroeder <alex@gnu.org>
3368
3369 * sql.el (sql-db2): Doc change.
3370
3371 2001-08-20 Alex Schroeder <alex@gnu.org>
3372
3373 * sql.el (sql-postgres): Add the database at the end of the
3374 parameters instead of at the beginning.
3375 (sql-postgres-options): Doc change.
3376
3377 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3378
3379 * custom.el (defcustom): Doc fix.
3380
3381 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3382
3383 * ps-mule.el (find-composition): Check if (char-after POS)
3384 returns a valid character.
3385
3386 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3387
3388 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3389 original-point for extra CR characters that are added/removed when
3390 the buffer is written/read whose EOL type is -dos.
3391
3392 2001-08-16 Miles Bader <miles@gnu.org>
3393
3394 * simple.el (line-move): Undo previous change.
3395
3396 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3397 property to input-terminating `boundary' overlays to avoid
3398 line-move wierdness.
3399
3400 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3401
3402 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3403 buffer in a save-restriction. Under one test case with Ediff,
3404 window-scroll-functions are run with a window start that's
3405 temporarily outside of the restriction.
3406
3407 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3408
3409 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3410 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3411 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3412 (texinfo-update-menu-region-beginning)
3413 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3414 command, @ifnottex, to regexps, so it is found.
3415
3416 2001-08-16 Andrew Innes <andrewi@gnu.org>
3417
3418 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3419 (DONTCOMPILE): Omit sc.el.
3420
3421 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3422 (DONTCOMPILE): Omit sc.el.
3423
3424 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3425
3426 * replace.el (occur): Bind inhibit-read-only to t.
3427
3428 2001-08-16 Miles Bader <miles@gnu.org>
3429
3430 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3431 calling `constrain-to-field', to avoid problems with comint prompts.
3432
3433 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3434
3435 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3436 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3437
3438 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3439 of a while-loop.
3440
3441 * Makefile.in (DONTCOMPILE): Remove sc.el.
3442
3443 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3444 Don't include term/.
3445
3446 * mail/sc.el: Moved to obsolete/.
3447
3448 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3449
3450 * ps-print.el: Change error function arguments to follow Emacs
3451 message convention. Doc fix.
3452 (ps-print-version): New version number (6.5.4).
3453 (coding-system-for-write): Change declaration position to avoid
3454 XEmacs compilation gripes.
3455 (coding-system-for-read, buffer-file-coding-system):
3456 Declarations to avoid XEmacs compilation gripes.
3457
3458 * ps-mule.el: Doc fix.
3459 (ps-mule-encode-header-string): If STRING is not a string, replace
3460 STRING by empty string.
3461
3462 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3463
3464 * frame.el (show-trailing-whitespace): Doc fix.
3465
3466 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3467
3468 * desktop.el (desktop-save): Insert the coding: tag before
3469 desktop-header.
3470
3471 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3472
3473 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3474 its path from $els.
3475
3476 * image.el (image-jpeg-p): Fix call of substring.
3477
3478 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3479
3480 * play/animate.el (animate-string): Doc fix. Use a buffer
3481 name with stars in it.
3482 (animate-sequence): New function.
3483 From Richard Stallman <rms@gnu.org>.
3484
3485 * frame.el (select-frame-set-input-focus): New function
3486 extracted from other-frame.
3487 (other-frame): Use it.
3488 (next-multiframe-window, previous-multiframe-window): Use it.
3489
3490 * isearch.el (isearch-other-meta-char): Don't switch to the
3491 buffer of a window clicked on, when the current buffer is
3492 in Isearch mode.
3493
3494 * image.el (image-jpeg-p): Test for APPn markers in the range
3495 #xe0..#xef.
3496
3497 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3498
3499 * desktop.el (desktop-save): Don't use concat to form a file
3500 name, use expand-file-name.
3501
3502 * mouse.el (mouse-delete-window): Do nothing if frame has just
3503 one window.
3504
3505 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3506 for the minor mode name.
3507
3508 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3509 minor mode name.
3510
3511 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3512 instead of make-mode-line-mouse2-map.
3513
3514 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3515 the minor mode name.
3516
3517 * emacs-lisp/easy-mmode.el (define-minor-mode):
3518 Use mode-line-minor-mode-keymap for the minor mode name.
3519
3520 * calendar/calendar.el (calendar-mode-line-format):
3521 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3522
3523 * bindings.el (make-mode-line-mouse-map): Renamed from
3524 make-mode-line-mouse2-map. Take additional arg MOUSE.
3525 (mode-line-modified): Use mouse-3 instead of mouse-2.
3526 (mode-line-buffer-identification-keymap): Bind keys differently.
3527 (propertized-buffer-identification): Adapt help-echo to new bindings.
3528
3529 * bindings.el (mode-line-format): Specify help-echo for line
3530 number, column number and buffer-percent part of the mode-line.
3531
3532 * image.el (image-type-regexps): Allow whitespace at the start
3533 of the image data for XPM, XBM and Postscript, which are
3534 text files.
3535 (image-jpeg-p): Correct calculation of next field offset.
3536
3537 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3538
3539 * battery.el: Fix typo.
3540
3541 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3542
3543 * image.el (image-type-regexps): Allow predicates. Change the way
3544 JPEG images are recognized.
3545 (image-jpeg-p): New function.
3546 (image-type-from-data): Handle predicates in image-type-regexps.
3547
3548 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3549 #:, #x, #o, and similar constructs.
3550
3551 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3552
3553 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3554
3555 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3556 instead of `progn'.
3557
3558 * tar-mode.el (tar-extract): Avoid generating a new buffer
3559 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3560
3561 * textmodes/paragraphs.el (forward-sentence): Avoid building
3562 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3563
3564 * progmodes/executable.el (executable-set-magic):
3565 If executable-find returns a quoted file name, unquote it before
3566 inserting it.
3567
3568 * image.el (image-type-regexps): For JPEG files, use a regexp
3569 derived from the JFIF spec.
3570
3571 * image.el (image-type-regexps): Use `\`' instead of `^' in
3572 most regular expressions.
3573
3574 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3575
3576 * play/animate.el: Re-insert a reference to re-inserted function.
3577
3578 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3579
3580 * help.el (describe-function-1): Use find-function-search-for-symbol
3581 instead of find-function-noselect because the latter follows aliases.
3582
3583 * play/animate.el (animate-birthday-present): Re-insert.
3584
3585 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3586 Handle old-style menu definitions.
3587
3588 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3589
3590 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3591 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3592
3593 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3594 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3595 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3596
3597 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3598
3599 * textmodes/tildify.el: Milan Zamazal has new address.
3600
3601 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3602
3603 * custom.el (custom-set-variables): Don't test `custom-requests'
3604 properties, check the third element of the options passed to
3605 custom-set-variables instead.
3606
3607 * info.el (info-insert-file-contents): Use info-file-exists-p
3608 instead of file-exists-p.
3609
3610 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3611 the mode-line face is restored. Fix several bugs.
3612
3613 * replace.el (perform-replace): Doc fix.
3614
3615 2001-08-02 Francesco Potorti` <pot@gnu.org>
3616
3617 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3618 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3619 (uniquify-fix-item-base, uniquify-fix-item-filename)
3620 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3621 Callers changed.
3622 (uniquify-set-proposed): Changed to work with a vector item.
3623 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3624 the fix list, and a list of strings for the non-file buffer
3625 names. Both changes reduce consing.
3626 (uniquify-rationalize-a-list): Local variable renaming.
3627 (uniquify-rationalize-conflicting-sublist): Use member instead of
3628 assoc.
3629 (uniquify-rename-buffer): Use unless instead of if not.
3630
3631 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3632
3633 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3634
3635 * custom.el (custom-set-variables): Set options with :require
3636 clauses last.
3637
3638 * custom.el (defcustom): Doc fix.
3639
3640 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3641
3642 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3643
3644 * man.el (man): Mention Man-switches in the doc string.
3645 (Man-switches): Mention -a in the doc string.
3646
3647 * textmodes/ispell.el (ispell-alternate-dictionary):
3648 Add /usr/share/lib/dict/words, for Irix.
3649
3650 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3651 corresponding non-kp keys. Suggested by Stephen Gildea
3652 <gildea@stop.mail-abuse.org>.
3653
3654 2001-08-01 Francesco Potorti` <pot@gnu.org>
3655
3656 * uniquify.el: These changes correct a corner case that the old
3657 code managed correctly.
3658 (uniquify-fix-item-proposed): Renamed from
3659 uniquify-fix-item-min-proposed.
3660 (uniquify-set-proposed): New function.
3661 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3662 clarity and speed.
3663 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3664 This is equivalent to what the old code did.
3665 (uniquify-rationalize-a-list): Never recompute the proposed
3666 name. Sort the conflicting sublist before rationalising it: this
3667 is equivalent to what the old code did, but one directory element
3668 at a time, and only when necessary.
3669 (uniquify-rationalize-conflicting-sublist): Recompute here the
3670 proposed name.
3671
3672 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3673
3674 * play/animate.el: Add Keywords and Maintainer. Remove a
3675 reference to a removed function.
3676
3677 * play/animate.el (animate-string): Handle case that the string is
3678 longer than the window is wide.
3679
3680 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3681
3682 * desktop.el (desktop-save): Bind coding-system-for-write to
3683 `emacs-mule' for write-region.
3684
3685 * delsel.el (delete-selection-pre-hook): Don't set this-command
3686 to `ignore' if the region is empty.
3687
3688 * international/mule.el (set-keyboard-coding-system):
3689 Set keyboard-coding-system.
3690
3691 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3692 before accessing it.
3693
3694 2001-07-30 Andreas Schwab <schwab@suse.de>
3695
3696 * menu-bar.el (toggle-highlight-paren-mode):
3697 Use `(show-paren-mode)' as body.
3698
3699 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3700
3701 * vc.el (vc-checkout-hook): New hook.
3702 (vc-checkout): Run it.
3703
3704 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3705
3706 * progmodes/make-mode.el (makefile-macroassign-regex):
3707 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3708
3709 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3710
3711 * vc.el (vc-switch-backend): Fix autoload cookie.
3712
3713 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3714 the desktop file.
3715
3716 2001-07-30 Simon Josefsson <jas@extundo.com>
3717
3718 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3719 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3720
3721 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3722
3723 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3724 (last-sexp-toggle-display): Renamed from last-sexp-print.
3725 (last-sexp-toggle-display, eval-last-sexp-1):
3726 Use last-sexp-setup-props.
3727
3728 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3729 New user-options.
3730 (mouse-wheel-change-button): New function.
3731 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3732 (mwheel-scroll): Ditto.
3733
3734 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3735
3736 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
3737 `...', compare with unabbreviated printed representation instead.
3738 (last-sexp-print): Bind print-length and print-level to nil.
3739
3740 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
3741 before assigning text properties. Make properties rear-nonsticky.
3742
3743 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
3744 (eval-last-sexp-1): Give printed text a `keymap' property and bind
3745 <mouse-2> and <RET> in that map to a function printing the
3746 unabbreviated value.
3747
3748 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
3749 is a buffer, put a text property `printed-value' on the printed
3750 representation, with the Lisp object printed as value.
3751
3752 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3753
3754 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
3755 Mention the effect of eval-expression-print-length and
3756 eval-expression-print-level in the doc strings. Suggested by
3757 Kevin Gallagher <kevingal@onramp.net>.
3758
3759 2001-07-25 Gerd Moellmann <gerd@gnu.org>
3760
3761 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
3762 for buttons > 3.
3763 (xterm-mouse-translate): Handle the case that we don't get a
3764 down-event.
3765
3766 * emacs-lisp/find-func.el (find-function-regexp):
3767 Add easy-mmode-define-global-mode to the regexp. Allow newlines
3768 in front of the function name.
3769
3770 * isearch.el (isearch-other-meta-char): Fix last change.
3771
3772 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
3773 similar events for which fake prefix keys are generated. It's no
3774 longer necessary since read_key_sequence doesn't modify these
3775 events for internal purposes anymore.
3776
3777 * files.el (auto-mode-alist): Use nroff-mode for files ending
3778 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
3779
3780 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3781
3782 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
3783 tool-bar-lines parameter, behave as if its value were zero.
3784 (mouse-avoidance-set-pointer-shape): Don't do anything if
3785 x-pointer-shape is not boundp.
3786
3787 2001-07-23 Francesco Potorti` <pot@gnu.org>
3788
3789 * uniquify.el: Overall speedup changes when using many buffers.
3790 (uniquify-fix-item-base, uniquify-fix-item-filename)
3791 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
3792 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
3793 place in the item, but was never used.
3794 (uniquify-fix-item-min-proposed): New defalias: the fourth place
3795 in the item is now used as cache for the proposed name.
3796 (uniquify-rationalize-file-buffer-names): Move computation made on
3797 newbuffile out of the loop, in the newbuffile-nd local var.
3798 Use dolist (cosmetic change). Compute the proposed name for the most
3799 common case and cache it in the fourth place in the item.
3800 (uniquify-rationalize-file-buffer-names): Used to return a a list
3801 of buffer whose name was changed, but that return value was never used.
3802 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
3803 the cached proposed name, does much less consing and is quicker.
3804 (uniquify-filename-lessp): Deleted.
3805 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
3806 Do not bind locally the uniquify-possibly-resolvable flag. Use the
3807 cached proposed name is possible.
3808 (uniquify-get-proposed-name): Arguments changed, callers changed.
3809 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
3810 uniquify-possibly-resolvable flag, which is no more bound locally.
3811 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
3812 flag, which does not exist any more.
3813
3814 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3815
3816 * term/internal.el (IT-unicode-translations): Fix the appearance of
3817 "6`".
3818
3819 * progmodes/compile.el (compile-internal): If EMACS is already
3820 defined in the environment, don't override its value.
3821
3822 2001-07-23 Gerd Moellmann <gerd@gnu.org>
3823
3824 * play/fortune.el: Undo change of 2001-07-13.
3825 Fix autoload cookies. Add types to defcustoms.
3826 (fortune) <defgroup>: Add :link.
3827 (fortune-from-region): Use eq, not eql.
3828 From Dave Love <fx@gnu.org>.
3829
3830 * play/animate.el (animate-birthday-present): Function removed.
3831
3832 * play/animate.el: New file.
3833
3834 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
3835
3836 * startup.el (normal-top-level-add-subdirs-to-load-path):
3837 On Windows, put into normal-top-level-add-subdirs-inode-list the
3838 canonicalized names of the directories instead of inode numbers.
3839
3840 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
3841
3842 * ediff-util.el: Copyright years.
3843 (ediff-choose-syntax-table): New function.
3844 (ediff-setup): Use ediff-choose-syntax-table.
3845 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
3846 vc-state is available.
3847 (ediff-make-temp-file): Use ediff-coding-system-for-write.
3848
3849 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3850 with-syntax-table.
3851 (ediff-coding-system-for-read): From ediff-diff.el
3852 (ediff-coding-system-for-write): New variable.
3853 (ediff-highest-priority): Fixed the bug having to do with disappearing
3854 overlays.
3855 (ediff-file-remote-p): Use file-remote-p, if available.
3856 (ediff-listable-file): New function.
3857 (ediff-file-attributes): Use ediff-listable-file.
3858
3859 * ediff-mult.el (ediff-meta-insert-file-info1):
3860 Use ediff-listable-file.
3861
3862 * ediff-ptch.el (ediff-prompt-for-patch-file):
3863 Use ediff-coding-system-for-read.
3864 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
3865
3866 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
3867 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
3868
3869 * ediff.el: Date of last update, copyright years.
3870
3871 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3872
3873 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3874 of Scott Bronson.
3875 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
3876 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3877 Deleted functions.
3878 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3879 ex-token-list.
3880 (viper-get-ex-address-subr): Convert registers to char data type.
3881
3882 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
3883 (viper-memq-char): Use viper-int-to-char.
3884 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
3885 vc-locking-state.
3886 (viper-read-key): Use viper-read-key-sequence.
3887
3888 * viper.el (viper-major-mode-modifier-list):
3889 Added inferior-emacs-lisp-mode.
3890 (this-major-mode-requires-vi-state): New function that uses simple
3891 heuristics to decide if vi state is appropriate.
3892 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
3893 (viper-non-hook-settings): Don't advise read-key-sequence.
3894 (viper-read-key-sequence): New function that replaces the
3895 previously used advice to read-key-sequence.
3896
3897 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
3898 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
3899 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
3900 (viper-open-line-at-point,viper-substitute,viper-overwrite)
3901 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
3902 Got rid of the negative character hack.
3903 (viper-escape-to-state,viper-replace-state-exit-cmd):
3904 Use viper-read-key-sequence.
3905 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
3906 (viper-minibuffer-standard-hook,viper-read-string-with-history):
3907 Don't override existing minibuffer-setup-hook.
3908 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
3909 Convert registers to char data type.
3910 (viper-autoindent): Use viper-indent-line.
3911
3912 * viper-keym.el: Use viper-exec-key-in-emacs.
3913
3914 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
3915
3916 * server.el (server-visit-files): Fix variable name typo.
3917
3918 2001-07-20 Gerd Moellmann <gerd@gnu.org>
3919
3920 * simple.el (delete-trailing-whitespace): Save match data
3921 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
3922
3923 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
3924
3925 * progmodes/compile.el (compilation-parse-errors): `linenum' might
3926 return a this-error using the alternative format (a pair of markers).
3927
3928 2001-07-19 Gerd Moellmann <gerd@gnu.org>
3929
3930 * font-lock.el (c++-keywords): Add Standard C++ operator names.
3931
3932 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
3933 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
3934
3935 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3936
3937 * international/iso-transl.el: Fix typo in the header of the file.
3938
3939 * textmodes/picture.el (picture): Doc fix.
3940
3941 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
3942 follow coding conventions in generated files.
3943
3944 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
3945
3946 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3947 (tool-bar-add-item): Don't call image-related primitives if the
3948 display doesn't support images.
3949
3950 * frame.el (display-images-p): New function.
3951
3952 2001-07-17 Gerd Moellmann <gerd@gnu.org>
3953
3954 * server.el (server-visit-files): Handle the case the specified
3955 column number is <= 0.
3956
3957 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
3958
3959 * startup.el (command-line-1): Add support for +LINE:COLUMN
3960 command line argument.
3961
3962 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3963
3964 * server.el (server-process-filter, server-visit-files):
3965 Add support for +LINE:COLUMN style emacsclient calls.
3966
3967 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3968
3969 * emacs-lisp/easy-mmode.el: Add Keywords header.
3970
3971 * play/pong.el: Author has new address.
3972
3973 * play/landmark.el: Author is no more reachable.
3974
3975 * play/handwrite.el: Author is no more reachable.
3976
3977 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
3978
3979 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
3980 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
3981 Complete bindings for F<1..12> keys.
3982 (global-map): Remove `undo' binding (already in the default).
3983 Replace `t<n>' bindings with `f<n>' bindings.
3984
3985 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3986
3987 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
3988 (tcl-mode): Use tcl-add-log-defun.
3989 (tcl-indent-line): Use tcl-calculate-indent.
3990 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
3991 (tcl-indent-exp): Renamed from indent-tcl-exp.
3992 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
3993 (tcl-indent-for-comment): Call comment-indent-function properly
3994 and handle the case where it returns nil.
3995
3996 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3997
3998 * calendar/cal-islam.el (calendar-goto-islamic-date):
3999 Remove autoload cookie.
4000
4001 * calendar/calendar.el (calendar-goto-islamic-date):
4002 Add call to autoload.
4003
4004 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4005
4006 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
4007 Don't change compile-auto-highlight globally.
4008 Don't bother with `font-lock-defaults' property since XEmacs
4009 also understands the `font-lock-defaults' variable.
4010 Use make-local-variable rather than make-variable-buffer-local.
4011 Don't `defconst' comment-indent-function: keep the default.
4012 Call easy-menu-add unconditionally.
4013 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
4014 (ada-create-menu): Use :included for Emacs as well.
4015
4016 * vc.el (vc-do-command): Autoload.
4017
4018 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
4019
4020 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4021
4022 * ps-print.el: Fix Author: header.
4023
4024 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4025
4026 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
4027 mouse-1 etc., bind them to `ignore'.
4028
4029 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
4030 send-invisible, which is already defined in Comint.
4031 (eshell-watch-for-password-prompt): Use it.
4032
4033 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4034
4035 * which-func.el (which-func-mode): Doc fix.
4036
4037 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
4038 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
4039 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
4040 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
4041 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
4042 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
4043 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
4044 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
4045 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
4046 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
4047 * emulation/edt-mapper.el, emulation/edt-pc.el,
4048 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
4049 * emulation/tpu-edt.el, emulation/tpu-extras.el,
4050 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
4051 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
4052 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
4053 * international/isearch-x.el, international/iso-cvt.el,
4054 * international/ogonek.el, international/quail.el,
4055 * international/utf-8.el, jit-lock.el, language/devan-util.el,
4056 * language/devanagari.el, language/ethio-util.el,
4057 * language/ethiopic.el, language/european.el, language/indian.el,
4058 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4059 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4060 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4061 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4062 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4063 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4064 * progmodes/autoconf.el, progmodes/cmacexp.el,
4065 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4066 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4067 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4068 * progmodes/ebnf2ps.el, progmodes/executable.el,
4069 * progmodes/fortran.el, progmodes/idlw-shell.el,
4070 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4071 * progmodes/m4-mode.el, progmodes/mantemp.el,
4072 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4073 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4074 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4075 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4076 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4077 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4078 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4079 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4080 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4081 * textmodes/two-column.el, time-stamp.el, timezone.el,
4082 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4083 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4084 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4085 conventions.
4086
4087 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4088
4089 * simple.el (set-variable): Require 'cus-edit' instead of
4090 `wid-edit', so that the Custom widgets get defined.
4091
4092 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4093
4094 * allout.el: A fix to follow coding conventions.
4095
4096 * find-lisp.el: A fix to follow coding conventions.
4097
4098 * term/w32-win.el: A fix to follow coding conventions.
4099
4100 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4101
4102 * term/xterm.el: A fix to follow coding conventions.
4103
4104 * term/news.el: A fix to follow coding conventions.
4105
4106 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4107 header line fixed.
4108
4109 * sun-curs.el: Fix Maintainer: header line.
4110
4111 * emacs-lisp/easymenu.el: Address of the author added.
4112
4113 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4114
4115 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4116 property.
4117
4118 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4119
4120 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4121 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4122 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4123 Some fixes to follow coding conventions.
4124
4125 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4126
4127 * which-func.el (which-func-mode): Doc fix.
4128
4129 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4130
4131 * net/rcompile.el (remote-compile): Use make-local-variable.
4132
4133 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4134
4135 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4136
4137 * mail/reporter.el (reporter-submit-bug-report):
4138 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4139
4140 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4141
4142 * calendar/cal-china.el, calendar/cal-coptic.el,
4143 * calendar/cal-dst.el, calendar/cal-french.el,
4144 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4145 * calendar/cal-iso.el, calendar/cal-julian.el,
4146 * calendar/cal-mayan.el, calendar/cal-persia.el,
4147 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4148 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4149 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4150 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4151 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4152 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4153 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4154 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4155 * progmodes/ada-xref.el, progmodes/cc-align.el,
4156 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4157 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4158 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4159 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4160 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4161 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4162 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4163 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4164 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4165 * textmodes/reftex.el: Some fixes to follow coding
4166 conventions in Eshell files with known maintainers.
4167
4168 * emulation/viper.el: A fix to follow coding conventions.
4169
4170 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4171 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4172 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4173 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4174 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4175 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4176 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4177 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4178 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4179 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4180 conventions in Eshell files.
4181
4182 * composite.el, diff.el, emacs-lisp/levents.el,
4183 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4184 * emulation/pc-mode.el, emulation/viper-cmd.el,
4185 * emulation/viper-ex.el, emulation/viper-init.el,
4186 * emulation/viper-keym.el, emulation/viper-macs.el,
4187 * emulation/viper-mous.el, emulation/viper-util.el,
4188 * emulation/viper.el, forms-pass.el, international/ccl.el,
4189 * international/characters.el, international/encoded-kb.el,
4190 * international/fontset.el, international/ja-dic-cnv.el,
4191 * international/ja-dic-utl.el, international/kinsoku.el,
4192 * international/kkc.el, international/mule-cmds.el,
4193 * international/mule-diag.el, international/mule-util.el,
4194 * international/mule.el, international/titdic-cnv.el,
4195 * language/china-util.el, language/chinese.el,
4196 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4197 * language/greek.el, language/hebrew.el, language/japan-util.el,
4198 * language/japanese.el, language/korea-util.el, language/korean.el,
4199 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4200 * language/slovak.el, language/thai-util.el, language/thai.el,
4201 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4202 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4203 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4204 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4205 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4206 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4207 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4208 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4209 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4210 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4211 to follow coding conventions in files without maintainer or in files
4212 with clear maintainer (but without Maintainer header stating so).
4213
4214 * emacs-lisp/elp.el: A fix to follow coding conventions.
4215
4216 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4217 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4218 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4219 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4220 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4221 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4222 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4223 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4224 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4225 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4226 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4227 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4228 conventions in files from Gnus.
4229
4230 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4231 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4232 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4233 * echistory.el, electric.el, emacs-lisp/authors.el,
4234 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4235 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4236 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4237 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4238 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4239 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4240 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4241 * international/codepage.el, international/iso-ascii.el,
4242 * international/iso-insert.el, international/iso-transl.el,
4243 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4244 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4245 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4246 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4247 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4248 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4249 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4250 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4251 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4252 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4253 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4254 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4255 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4256 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4257 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4258 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4259 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4260 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4261 * textmodes/tex-mode.el, textmodes/text-mode.el,
4262 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4263 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4264 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4265 files maintained by FSF.
4266
4267 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4268
4269 * arc-mode.el: A fix to follow coding conventions.
4270
4271 * bindings.el: Ditto.
4272
4273 * cdl.el: Ditto.
4274
4275 * comint.el: Ditto.
4276
4277 * cus-start.el: Ditto.
4278
4279 * shell.el: Ditto.
4280
4281 * skeleton.el: Ditto.
4282
4283 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4284
4285 * info.el (Info-build-node-completions):
4286 Make Info-current-file-completions buffer local.
4287
4288 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4289
4290 * which-func.el (which-func-mode, which-func-ff-hook)
4291 (which-function-mode): Remove references to which-func-mode-global.
4292
4293 * calendar/cal-islam.el (calendar-goto-islamic-date):
4294 Add autoload cookie.
4295
4296 * play/fortune.el: Add types to defcustoms.
4297
4298 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4299
4300 * language/czech.el: A fix to follow coding conventions.
4301
4302 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4303
4304 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4305 to the extension list, for antlr-mode. From Christoph Wedler
4306 <Christoph.Wedler@sap.com>.
4307
4308 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4309
4310 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4311 (vc-dired-mode-map): Fix the madness.
4312
4313 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4314 (vc-prefix-map): Moved back from vc.el.
4315
4316 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4317
4318 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4319 Increase the size of the obarray.
4320 (mail-extr-all-top-level-domains): Add more toplevel domains,
4321 add more long names.
4322 From: Per Starback <starback@ling.uu.se>.
4323
4324 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4325
4326 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4327 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4328
4329 * progmodes/ada-mode.el: Ditto.
4330
4331 * progmodes/ada-xref.el: Ditto.
4332
4333 2001-07-11 Miles Bader <miles@gnu.org>
4334
4335 * finder.el (finder-insert-at-column): Also move to the next line
4336 if exactly at COLUMN.
4337
4338 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4339
4340 * help.el (describe-function-1): When printing FUNCTION's
4341 documentation, don't assume FUNCTION is a symbol.
4342
4343 * startup.el (normal-top-level): Don't operate on the initial
4344 frame if we failed to create one.
4345
4346 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4347
4348 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4349 itself, i.e. only indent the contents in it.
4350
4351 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4352
4353 * mail/rmail.el (rmail-show-message): Show beginning of message in
4354 all windows containing it.
4355
4356 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4357
4358 * term/tty-colors.el: Fix the header line and copyright years.
4359
4360 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4361
4362 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4363 original definition has an interactive form, but is Elp
4364 instrumented, use the interactive form of the function called by
4365 elp-wrapper.
4366
4367 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4368 configurations with compare-window-configuration; they aren't
4369 window configurations.
4370
4371 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4372 from the server for the format we expect. Don't use it if it
4373 doesn't look like what the Internet draft for FTP extensions specifies.
4374
4375 * toolbar/*.pbm: Cleaned up.
4376 From Luis Fernandes <elf@ee.ryerson.ca>.
4377
4378 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4379
4380 * cc-cmds.el: Extended the kludge to interoperate with the
4381 delsel and pending-del packages wrt to the new function
4382 `c-electric-delete-forward'.
4383
4384 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4385
4386 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4387 to delay the call to <mode> for global minor modes.
4388 (easy-mmode-define-navigation): Only recenter if interactive.
4389
4390 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4391
4392 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4393 to lisp-indent-line.
4394
4395 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4396 from the server. Call encode-time only when we are sure that we
4397 got a 213 response.
4398
4399 2001-07-06 Simon Josefsson <jas@extundo.com>
4400
4401 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4402 (mail-envelope-from): New user option.
4403 (sendmail-send-it): Use it.
4404
4405 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4406
4407 * ps-print.el: Use locale dependant date to print date in header.
4408 Doc fix.
4409 (ps-print-version): New version number (6.5.3).
4410 (ps-right-header, ps-right-footer): Initialization and doc fix.
4411 (ps-time-stamp-locale-default): New fun.
4412
4413 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4414
4415 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4416 field problem with MIME-mode.
4417
4418 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4419
4420 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4421
4422 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4423 MIME-mode.
4424
4425 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4426
4427 * bindings.el (mode-line-mule-info): Don't show the tip with
4428 buffer-file-coding-system if that is nil.
4429
4430 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4431
4432 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4433 instead of kill-line.
4434
4435 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4436 <Pavel@Janik.cz>.
4437
4438 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4439 <Pavel@Janik.cz>.
4440
4441 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4442
4443 * font-lock.el (c-font-lock-keywords-3): When matching something
4444 like `struct X Y', finish with point after Y.
4445
4446 2001-07-04 Simon Josefsson <jas@extundo.com>
4447
4448 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4449 in caller buffer.
4450
4451 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4452
4453 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4454 instead of string-match to find the basename of the file.
4455 From Pascal Obry <p.obry@wanadoo.fr>.
4456
4457 * net/browse-url.el (browse-url-default-windows-browser):
4458 Support the MS-DOS port when it runs on Windows.
4459 (browse-url-browser-function) [ms-dos]: Default to
4460 browse-url-default-windows-browser.
4461
4462 * help.el (locate-library): Enable code that looks for compressed
4463 libraries if auto-compression-mode is on.
4464
4465 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4466
4467 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4468
4469 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4470
4471 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4472
4473 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4474
4475 * allout.el: Fix the header line, so that finder.el recognizes it.
4476 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4477
4478 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4479 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4480
4481 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4482
4483 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4484
4485 * ps-bdf.el (bdf-directory-list): Use the value relative to
4486 installation-directory for MS-Windows as well.
4487
4488 2001-06-29 Richard M. Stallman <rms@gnu.org>
4489
4490 * wid-edit.el (widget-color-sample-face-get):
4491 Return ((foreground-color . COLOR)) instead of constructing a face.
4492
4493 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4494
4495 * faces.el (region): Change the background color for the
4496 light-background color display to lightgoldenrod2, to make it
4497 visible on some laptops.
4498
4499 2001-06-28 Richard M. Stallman <rms@gnu.org>
4500
4501 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4502 (rmail-msg-restore-non-pruned-header): Likewise.
4503 If point was in the old pruned header, put it at the top.
4504 (rmail-msg-prune-header): If point was at the top, keep it there.
4505
4506 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4507 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4508
4509 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4510
4511 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4512
4513 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4514
4515 * saveplace.el: Update maintainer email address.
4516
4517 2001-06-27 Francesco Potorti` <pot@gnu.org>
4518
4519 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4520 Undo previous change.
4521
4522 2001-06-27 Francesco Potorti` <pot@gnu.org>
4523
4524 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4525 preliminary quick reordering. Can speed things up dramatically.
4526
4527 2001-06-26 Richard M. Stallman <rms@gnu.org>
4528
4529 * dired.el (dired-get-filename): A file name starting with ~
4530 is not absolute in this context.
4531
4532 * which-func.el (which-func-maxout): Increase default to 500000.
4533 (which-function-mode): This is now the "real" name of the function.
4534 (which-func-mode): Now an alias.
4535 (which-func-mode-global): Name deleted.
4536
4537 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4538 button-2, when binding hs-mouse-toggle-hiding.
4539
4540 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4541
4542 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4543 (rmail-msg-prune-header): Likewise.
4544 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4545 and `rmail-msg-prune-header'.
4546
4547 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4548
4549 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4550 back than LINEBEG.
4551
4552 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4553
4554 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4555 window where they clicked the mouse has a header line, adjust
4556 vertical movement by one.
4557
4558 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4559
4560 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4561 too when separating a parenthesis.
4562
4563 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4564
4565 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4566 (bookmark-bmenu-hide-filenames): Add help-echo to
4567 mouse-highlighted text.
4568 (bookmark-bmenu-show-filenames): Remove help-echo property from
4569 the whitespace.
4570
4571 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4572
4573 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4574 From Karl Eichwalder <ke@suse.de>.
4575
4576 2001-06-23 Richard M. Stallman <rms@gnu.org>
4577
4578 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4579
4580 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4581 contents for completing-read.
4582
4583 2001-06-22 Richard M. Stallman <rms@gnu.org>
4584
4585 * menu-bar.el (menu-bar-make-toggle): Construct the
4586 function's doc string from HELP, not DOC, and make it accurate by
4587 adding "Toggle whether to " at the front and downcasing the initial.
4588 Change the HELP arg in some calls to make it fit this usage.
4589
4590 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4591 Undo previous change.
4592
4593 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4594
4595 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4596
4597 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4598
4599 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4600
4601 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4602
4603 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4604
4605 2001-06-20 Richard M. Stallman <rms@gnu.org>
4606
4607 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4608 broken out from dabbrev--find-expansion. Handle minibuffer
4609 specially here.
4610 (dabbrev--find-expansion): Simplify code in various ways.
4611 Don't treat minibuffers specially.
4612 Call dabbrev--make-friend-buffer-list.
4613 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4614 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4615
4616 2001-06-19 John Wiegley <johnw@gnu.org>
4617
4618 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4619 Also, added a comment describing how to greatly speedup Eshell
4620 loadup time, by concatenating together all of Eshell's .elc files.
4621
4622 2001-06-19 John Wiegley <johnw@gnu.org>
4623
4624 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4625
4626 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4627
4628 * woman.el (WoMan-highlight-references): Add help-echo to
4629 mouse-highlighted text.
4630
4631 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4632
4633 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4634
4635 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4636
4637 * international/quail.el (quail-start-conversion):
4638 Reset quail-translating to nil.
4639
4640 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4641 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4642
4643 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4644
4645 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4646 mouse-highlighted text.
4647
4648 * dired.el (dired-mark-pop-up): Fix last change.
4649
4650 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4651
4652 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4653 mouse-highlighted text.
4654
4655 * net/quickurl.el (quickurl-url-file): Run through
4656 convert-standard-filename.
4657 (quickurl-list-populate-buffer): Add help-echo to
4658 mouse-highlighted text.
4659 (top-level): Update Dave's URL.
4660
4661 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4662 mouse-highlighted text.
4663
4664 * textmodes/page-ext.el (pages-copy-header-and-position):
4665 Add help-echo to mouse-highlighted text.
4666
4667 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4668 mouse-highlighted text.
4669
4670 * replace.el (occur): Add help-echo to mouse-highlighted text.
4671
4672 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4673 mouse-highlighted text.
4674
4675 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4676 mouse-highlighted text.
4677
4678 * progmodes/compile.el (compile-reinitialize-errors):
4679 Add help-echo to mouse-highlighted messages.
4680 (compilation-forget-errors): Remove help-echo property as well.
4681
4682 * play/landmark.el (lm-plot-square, lm-init-display):
4683 Add help-echo to mouse-highlighted text.
4684
4685 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4686 Add help-echo to mouse-highlighted text.
4687
4688 * dired.el (dired-insert-set-properties): Add help-echo to
4689 mouse-highlighted text.
4690 (dired-mark-pop-up): Remove help-echo property from the file name.
4691
4692 * comint.el (comint-send-input): Add help-echo to
4693 mouse-highlighted text.
4694
4695 * buff-menu.el (list-buffers-noselect): Add help-echo to
4696 mouse-highlighted text.
4697
4698 * arc-mode.el (archive-summarize-files): Add help-echo to
4699 mouse-highlighted text.
4700
4701 * ffap.el (ffap-machine-p): Always return nil if
4702 open-network-stream is not fboundp.
4703
4704 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4705
4706 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4707 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4708 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4709 incorrectly binding chars between 128 and 256 to it.
4710 (sgml-maybe-name-self): Handle latin-1 chars properly.
4711 (sgml-tags-invisible): Bind buffer-file-name to nil.
4712 Use unwind-protect and restore-buffer-modified-p.
4713 (sgml-point-entered): Use buffer-substring-no-properties.
4714 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4715 (html-mode): Don't force `imenu-sort-function'.
4716
4717 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4718
4719 * tar-mode.el: Fix the copyright notice.
4720
4721 * font-lock.el (font-lock-comment-face): For tty's with dark
4722 background, use "red1", since "lightred" is not one of the colors
4723 recognized by tty-colors.el.
4724
4725 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4726 create a buffer for extracted file, in case there's more than one
4727 file by that name in an archive, possibly in different
4728 directories. From Kevin Rodgers <kevinr@ihs.com>.
4729
4730 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
4731 <alex@gnu.org>.
4732
4733 2001-06-15 Miles Bader <miles@gnu.org>
4734
4735 * textmodes/texinfmt.el (texinfo-format-syntax-table):
4736 Revert previous change.
4737
4738 2001-06-14 Richard M. Stallman <rms@gnu.org>
4739
4740 * replace.el (keep-lines-read-args): Return just a regexp.
4741 Provide nil for the region args.
4742 (keep-lines, flush-lines, how-many):
4743 Calculate the defaults for the region here, when args are nil.
4744
4745 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4746
4747 * rot13.el (rot13-other-window): Some more doc fix.
4748
4749 2001-06-14 Per Starback <starback@ling.uu.se>
4750
4751 * replace.el (case-replace, query-replace-from-history-variable)
4752 (query-replace-to-history-variable, keep-lines-read-args)
4753 (occur-revert-function, query-replace-help): Dox fix.
4754
4755 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4756
4757 * rot13.el (rot13-other-window): Doc fix.
4758
4759 2001-06-14 Miles Bader <miles@gnu.org>
4760
4761 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
4762 of " and \ to "." (punctuation).
4763 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
4764
4765 2001-06-13 Richard M. Stallman <rms@gnu.org>
4766
4767 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
4768
4769 * simple.el (shell-command-on-region): Never kill the
4770 *Shell Command Output* buffer.
4771
4772 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
4773
4774 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
4775
4776 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
4777
4778 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4779 New var, to recognize ${ $' and PODs.
4780 (perl-font-lock-syntactic-face-function): New function.
4781 (perl-mode): Use them.
4782 (perl-continuation-line-p): New function, from perl-calculate-indent.
4783 (perl-calculate-indent): Use it, to properly handle continuation
4784 lines of continuation lines.
4785
4786 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
4787
4788 * server.el (server-process, server-buffer-clients): Doc fix.
4789 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4790
4791 2001-06-09 John Wiegley <johnw@gnu.org>
4792
4793 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4794 test if the last command was Lisp or not.
4795 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
4796 B x C".
4797
4798 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
4799
4800 * dos-w32.el (grep-regexp-alist): Remove definition, since the
4801 general one on compile.el supports drive letters.
4802
4803 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
4804
4805 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
4806 key description.
4807
4808 * textmodes/reftex-sel.el (reftex-select-jump): New command.
4809
4810 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
4811 (reftex-toc-jump): New command.
4812
4813 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
4814 to parse international characters as well.
4815
4816 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
4817 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
4818
4819 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
4820
4821 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
4822 TAB to the key separators.
4823
4824 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
4825
4826 * international/mule.el (auto-coding-alist): Remove redundant
4827 up-cased versions of the extensions (auto-coding-alist-lookup is
4828 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
4829 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
4830
4831 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
4832
4833 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
4834
4835 2001-06-01 Richard M. Stallman <rms@gnu.org>
4836
4837 * help.el (describe-variable): Put value on same line
4838 with preceding text, if it is short enough to look good that way.
4839
4840 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
4841
4842 * term/internal.el (IT-unicode-translations): New variable.
4843 (IT-setup-unicode-display): New function.
4844
4845 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4846
4847 * ps-print.el: Handle before-string and after-string overlay properties
4848 in ps-print-*-with-faces commands. Doc fix.
4849 (ps-print-version): New version number (6.5.2).
4850 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
4851 for XEmacs.
4852 (ps-prefix-quote): Doc fix.
4853 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
4854 (ps-basic-plot-str, ps-plot-string): New funs.
4855
4856 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
4857
4858 * progmodes/etags.el (tags-compression-info-list): Fix docstring
4859 and :type spec.
4860
4861 2001-05-31 Gerd Moellmann <gerd@gnu.org>
4862
4863 * international/mule-cmds.el (inactivate-input-method):
4864 Set input-method-function to nil.
4865
4866 * xml.el (xml-parse-tag): The document may contain invalid characters.
4867 From ShengHuo ZHU <zsh@cs.rochester.edu>
4868
4869 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4870
4871 * mail/rmailsum.el (rmail-message-subject-p): Don't call
4872 `rmail-summary-line-decoder' if the message does not have
4873 a Subject: field.
4874
4875 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
4876
4877 * mail/rmail.el (rmail-insert-mime-resent-message-function):
4878 New variable.
4879 (rmail-resend): Modify to work in `rmail-view-buffer'; call
4880 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
4881 is non-nil.
4882
4883 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
4884
4885 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
4886
4887 2001-05-29 Sam Steingold <sds@gnu.org>
4888
4889 * faces.el (face-valid-attribute-values): Bind `valid' directly
4890 instead of using `setq'.
4891
4892 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
4893 Use `tex-shell-buf'.
4894 (tex-shell-proc): Use `tex-shell-running'.
4895 (tex-shell-buf-no-error): New function.
4896 (tex-send-tex-command): Use it.
4897 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
4898 (tex-kill-job): Check the process before calling `quit-process'.
4899
4900 2001-05-29 Gerd Moellmann <gerd@gnu.org>
4901
4902 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
4903 UTF-8 sequences.
4904
4905 2001-05-28 Miles Bader <miles@gnu.org>
4906
4907 * comint.el (comint-carriage-motion): Renamed from
4908 `comint-cr-magic'. Operate on the buffer instead of the string
4909 (for use as a comint post-output filter, instead of as a
4910 pre-output filter). Handle backspaces too. Add to the
4911 `comint-output-filter-functions' hook instead of
4912 `comint-preoutput-filter-functions'.
4913
4914 2001-05-28 Gerd Moellmann <gerd@gnu.org>
4915
4916 * language/japan-util.el (japanese-hankaku): Prefer the charset
4917 `jisx0201' when the optional argument `ascii-only' is not specified.
4918 (japanese-hankaku-region): Ditto.
4919 From Katsumi Yamaoka <yamaoka@jpl.org>
4920
4921 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
4922
4923 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
4924 (outline-invisible-p): New function.
4925 (hide-leaves): Save excursion.
4926 (hide-other): Stop looping when reaching bobp.
4927
4928 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
4929
4930 * cus-edit.el (custom-file): Fix last change.
4931
4932 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
4933
4934 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
4935 same definition in byte-compile-function-environment as `autoload'
4936 would put in `symbol-function'.
4937
4938 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
4939 patch to correct the error message as well.
4940
4941 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
4942
4943 * cus-edit.el (custom-file): Don't assume we were invoked with -q
4944 unless ~/.emacs exists.
4945
4946 * novice.el (enable-command): If user-init-file is nil or does not
4947 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
4948
4949 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
4950
4951 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
4952 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4953 Allow spaces around macro arguments.
4954 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
4955 indent-for-tab-command.
4956 (latex-mode-map, plain-tex-mode-map): New keymaps.
4957 Inherit from tex-mode-map.
4958 (tex-common-initialization): Don't setup the keymap any more
4959 since it's now done right by define-derived-mode.
4960 (latex-mode): Set skeleton-end-hook to nil.
4961 (latex-skeleton-end-hook): Remove.
4962 (tex-latex-block, latex-insert-item): Simplify.
4963 (latex-syntax-after): Use following-char rather than char-after.
4964 (tex-discount-args-cmds, tex-count-words): New functions.
4965
4966 * textmodes/tildify.el (tildify-ignored-environments-alist):
4967 Recognize \verb* as well.
4968
4969 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
4970 (perl-comment-indent): Simplify to let newcomment.el do its job.
4971 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
4972 (perl-mark-function): Cleanup the namespace.
4973 (perl-calculate-indent): Don't be fooled by nested functions.
4974
4975 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
4976
4977 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4978 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
4979
4980 2001-05-25 Andrew Choi <akochoi@i-cable.com>
4981
4982 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
4983 actually be `\\'.
4984 (ctlau-b5-converter): Likewise.
4985
4986 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4987
4988 * international/titdic-cnv.el (quail-misc-package-ext-info):
4989 Change CTLauB.el to CTLau-b5.el.
4990
4991 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
4992
4993 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
4994 rather than beginning-of-line to avoid problems with fields.
4995 (gud-perldb-massage-args): Use unless and push.
4996 (gud-chdir-before-run): New var.
4997 (gud-common-init): Use it.
4998
4999 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5000
5001 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5002 delete entries for chinese-ctlau and chinese-ctlaub.
5003 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5004 chinese-ctlaub.
5005 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
5006 New functions.
5007
5008 2001-05-22 Gerd Moellmann <gerd@gnu.org>
5009
5010 * cus-edit.el (custom-comment-show): Remove debug code.
5011
5012 * language/japan-util.el (japanese-symbol-table): Fix handling of
5013 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5014
5015 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
5016
5017 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
5018 Renamed by removing the silly `-flag' suffix.
5019 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
5020
5021 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
5022
5023 * replace.el (keep-lines-read-args): Use `copy-marker'.
5024 (how-many): Save excursion properly.
5025 (occur-mode): Use define-derived-mode.
5026 (perform-replace): Use with-current-buffer.
5027
5028 2001-05-20 Richard M. Stallman <rms@gnu.org>
5029
5030 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
5031
5032 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
5033
5034 * info.el (Info-read-subfile): Widen before finding the
5035 desired node in the subfile.
5036
5037 * startup.el (command-line-1): When >2 files visited,
5038 leave the last one visible, and make that the selected window.
5039
5040 2001-05-20 Gerd Moellmann <gerd@gnu.org>
5041
5042 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
5043
5044 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
5045
5046 * international/ccl.el (define-ccl-program): Fix a typo.
5047 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5048
5049 * international/mule.el (decode-char): Fix a typo. From Pavel
5050 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5051
5052 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
5053 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5054
5055 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
5056 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5057
5058 2001-05-18 Sam Steingold <sds@gnu.org>
5059
5060 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
5061 and [RET] to `cvs-mode-find-file'.
5062
5063 2001-05-18 John Wiegley <johnw@gnu.org>
5064
5065 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5066 configuration variable, which determines the initial character
5067 that forces use of an external version of a command. The default
5068 is *, but may be set to \, for example.
5069
5070 * eshell/esh-ext.el (eshell-explicit-command):
5071 Use `eshell-explicit-command-char' instead of ?*.
5072
5073 * eshell/esh-cmd.el (eshell/which):
5074 Use `eshell-explicit-command-char' instead of ?*.
5075
5076 * eshell/em-cmpl.el (eshell-completion-command-name)
5077 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
5078 instead of ?*.
5079
5080 2001-05-18 Gerd Moellmann <gerd@gnu.org>
5081
5082 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5083 subst-char-in-string.
5084 (ange-ftp-after-parse-ls-hook): New variable.
5085 (ange-ftp-ls): Run that hook.
5086 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5087
5088 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5089 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5090 text into *Completions*.
5091
5092 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5093 part of which look like email addresses.
5094
5095 2001-05-18 Andrew Innes <andrewi@gnu.org>
5096
5097 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5098 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5099 cmd.exe's handling of FOR loops.
5100 (autoloads): Set find-file-suppress-same-file-warnings to t to
5101 avoid slew of spurious messages.
5102
5103 2001-05-18 Simon Josefsson <simon@josefsson.org>
5104
5105 * mail/smtpmail.el (maybe-append-domain): Renamed to
5106 `smtpmail-maybe-append-domain'.
5107 (smtpmail-via-smtp): Use the new name.
5108
5109 * net/browse-url.el (browse-url-browser-function): Add kde.
5110 (browse-url-kde-program, browse-url-kde-args): New variables.
5111 (browse-url-kde): New function.
5112
5113 2001-05-18 Miles Bader <miles@gnu.org>
5114
5115 * simple.el (delete-horizontal-space, just-one-space):
5116 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5117 because it's more efficient for large files.
5118
5119 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5120
5121 * mail/rmail.el (rmail-require-mime-maybe): New function.
5122 (rmail): Use it.
5123 (rmail-mode): Handle the case of finding Rmail files.
5124
5125 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5126 functions.
5127
5128 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5129
5130 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5131 text-property after moving to the beginning of line and regardless
5132 of the value of font-lock-multiline.
5133
5134 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5135
5136 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5137
5138 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5139 last coding system used before calling set-buffer-modified-p
5140 because that function changes last-coding-system.
5141
5142 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5143
5144 * files.el (switch-to-buffer-other-window)
5145 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5146 the doc string.
5147
5148 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5149
5150 * language/slovak.el, language/czech.el: New maintainer.
5151
5152 2001-05-16 Sam Steingold <sds@gnu.org>
5153
5154 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5155 sub-form of `defgeneric' correctly.
5156
5157 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5158
5159 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5160 of `c'.
5161
5162 * textmodes/outline.el (outline-font-lock-level): Remove the
5163 condition-case, test what outline-level returns instead, to
5164 ease debugging.
5165
5166 * international/mule.el (auto-coding-regexp-alist): New user-option.
5167 (auto-coding-from-file-contents): New function.
5168 (set-auto-coding): Use it to determine a coding system.
5169
5170 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5171
5172 * mouse.el (mouse-delete-other-windows): Doc fix.
5173
5174 * emacs-lisp/lisp-mode.el (lisp-mode):
5175 Make font-lock-keywords-case-fold-search a buffer-local variable with
5176 make-local-variable before setting it.
5177
5178 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5179
5180 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5181 prefixes.
5182
5183 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5184
5185 * hexl.el (hexl-current-address): Print a message when called
5186 interactively.
5187
5188 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5189
5190 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5191
5192 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5193
5194 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5195
5196 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5197
5198 * startup.el (command-line): If parameters have been changed in
5199 the init files which influence font selection, clear the face
5200 cache so that faces get realized with the new parameters.
5201
5202 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5203
5204 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5205
5206 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5207
5208 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5209
5210 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5211 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5212
5213 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5214
5215 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5216 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5217
5218 2001-05-09 John Wiegley <johnw@gnu.org>
5219
5220 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5221 Annotated the documentation string to tell users about
5222 `eshell-no-numeric-conversions'.
5223
5224 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5225 conversions if a Lisp function has the property
5226 `eshell-no-numeric-conversions' set to a non-nil value.
5227
5228 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5229 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5230 property `eshell-no-numeric-conversions' on the following
5231 functions (which all deal with filesystem entities, and never Lisp
5232 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5233 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5234 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5235 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5236 eshell/which, eshell/addpath.
5237
5238 2001-05-09 John Wiegley <johnw@gnu.org>
5239
5240 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5241 encountered as an argument, don't convert it right away, but tag
5242 the first character of the string with the text properties
5243 `number', which signifies to `eshell-lisp-command' that the
5244 argument should be passed through `string-to-number' if it is
5245 actually used in the call to a Lisp function.
5246
5247 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5248 function, convert any string arguments that have been tagged as
5249 "numbers", by calling string-to-number.
5250
5251 * eshell/esh-util.el (eshell-number-regexp): Now that number
5252 conversions only happen for Lisp function calls, the number regexp
5253 should now match all integer and floating point forms.
5254
5255 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5256 `eshell-continue-process', since they are both nonfunctional at
5257 the moment.
5258 (eshell-proc-initialize): Don't bind keys for
5259 `eshell-stop-process' or `eshell-continue-process'.
5260
5261 * eshell/em-unix.el (eshell-shuffle-files):
5262 Apply `directory-file-name' before calling `file-name-directory'.
5263
5264 * eshell/em-hist.el (eshell-add-to-history): Reference to
5265 `eshell-history-ring' needed to be `eshell-history-index'.
5266
5267 * calendar/timeclock.el (timeclock-find-discrep):
5268 Initialize `elapsed' to 0.
5269 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5270 it's still nil.
5271
5272 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5273
5274 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5275 (archive-mode): Use capitalize.
5276 (archive-unique-fname): Use make-temp-file.
5277
5278 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5279
5280 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5281
5282 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5283
5284 * tar-mode.el (tar-extract): Pay attention to the value of
5285 coding-system-for-read, if it is non-nil.
5286
5287 * calendar/holidays.el (holidays): Add an autoload cookie.
5288 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5289
5290 2001-05-08 John Wiegley <johnw@gnu.org>
5291
5292 * calendar/timeclock.el (timeclock-workday-remaining):
5293 Changed logic for determining how much time is remaining.
5294 (timeclock-workday-elapsed): Don't accept a "relative" argument
5295 for the current day's elapsed time. What could that have meant?
5296 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5297 (timeclock-when-to-leave): Changed logic, similarly to what was
5298 done for `timeclock-workday-remaining'.
5299 (timeclock-find-discrep): Removed "today-only" argument, which had
5300 no meaning. Fixed some more math problems. The function now
5301 returns a three member list: (TOTAL-TIME-DISCREPANCY
5302 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5303
5304 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5305
5306 * w32-fns.el (convert-standard-filename): Start replacing slashes
5307 from the beginning of the file name, not from where the last
5308 invalid character was. From "Andrew Maguire (SWW)"
5309 <Andrew.Maguire@Smallworld.co.uk>
5310
5311 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5312
5313 The following changes are to provide infrastructure for handling
5314 MIME messages to rmail. They don't affect the original behaviour
5315 if rmail-enable-mime is nil.
5316
5317 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5318 (rmail-search-mime-message-function)
5319 (rmail-search-mime-header-function): New variables.
5320 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5321 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5322 `rmail-view-buffer' is hidden.
5323 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5324 call rmai-show-mime-function.
5325 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5326 mode-line-process of rmail-view-buffer.
5327 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5328 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5329 buffer.
5330 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5331 set-buffer to the Rmail buffer.
5332 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5333 rmail-search-mime-header-function.
5334 (rmail-search-message): New function.
5335 (rmail-search): Call rmail-search-message to check if a message
5336 matches REGEXP, lastly update point after calling
5337 rmail-show-message.
5338 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5339 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5340 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5341 header region, refer to rmail-msgref-vector while setting the
5342 current buffer to rmail-buffer temporarily.
5343 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5344 If rmail-enable-mime is non-nil, call
5345 rmail-insert-mime-forwarded-message-function instead of inserting
5346 forwarded message by itself.
5347
5348 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5349 Rmail buffer.
5350 (rmail-set-label, rmail-next-labeled-message): Likewise.
5351
5352 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5353 set-buffer to the Rmail buffer.
5354 (rmail-output-to-rmail-file): Likewise.
5355 (rmail-output): Likewise.
5356
5357 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5358 of mail-fetch-field by rmail-summary-line-decoder.
5359 (rmail-new-summary): Be sure to go to the Rmail buffer.
5360 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5361 rmail-view-buffer to nil.
5362 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5363 rmail-view-buffer.
5364 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5365 rmail-buffer.
5366 (rmail-summary-scroll-msg-down): Likewise.
5367 (rmail-summary-beginning-of-message): Likewise.
5368 (rmail-summary-wipe): Likewise.
5369 (rmail-summary-toggle-header): Use save-window-excursion, not
5370 save-excursion. Update point in rmail-view-buffer, not in
5371 rmail-buffer.
5372 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5373 rmail-view-buffer, not rmail-buffer.
5374
5375 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5376
5377 * cus-edit.el (custom-file): Signal an error if user-init-file is
5378 nil (running -q).
5379
5380 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5381
5382 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5383 Add :version.
5384
5385 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5386 New option.
5387 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5388 only if smtpmail-warn-about-unknown-extensions is set.
5389
5390 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5391 instead of rmail-sort-by-keywords.
5392
5393 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5394 rmail-sort-by-keywords.
5395
5396 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5397 rmail-summary-sort-by-keywords. Doc fix.
5398 (rmail-summary-mode): Doc fix.
5399
5400 * mail/rmail.el (rmail-edit): New Custom group.
5401
5402 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5403 (rmail-edit-mode-hook): New user-option.
5404
5405 2001-05-05 Richard M. Stallman <rms@gnu.org>
5406
5407 * help.el (help-xref-symbol-regexp): Recognize "source of"
5408 and friends, meaning make a link to the source file.
5409 (help-make-xrefs): Handle "source of" and friends
5410 by constructing a link that visits the source file.
5411
5412 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5413
5414 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5415
5416 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5417 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5418 Renamed from perl-font-lock-keywords to avoid clashes.
5419 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5420 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5421 Updated correspondingly.
5422
5423 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5424 Typo `nonexistant' -> `nonexistent'.
5425
5426 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5427
5428 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5429 Split `c-electric-delete' into two functions where
5430 `c-electric-delete-forward' always deletes forward and
5431 `c-electric-delete' only contains the code necessary for XEmacs to
5432 choose between backward and forward deletion.
5433
5434 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5435 get the electric behavior on that key too.
5436 (c-fill-paragraph): Fixed bogus direct use of
5437 c-comment-prefix-regexp, which caused an error when it's a list.
5438
5439 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5440
5441 * dired-aux.el (dired-diff): Doc fix.
5442
5443 * dired.el (dired-diff): Likewise.
5444
5445 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5446
5447 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5448
5449 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5450
5451 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5452 if both the buffer and the file are read-only.
5453
5454 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5455 rather than font-lock-string-face.
5456 (sh-get-indent-info): Treat heredocs like strings.
5457
5458 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5459
5460 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5461 a newline following `}'.
5462 (texinfo-format-email): New function.
5463 (toplevel): Use texinfo-format-email for @email.
5464 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5465 Add `display'.
5466 (texinfo-sort-region): Goto point-min before sorting.
5467 (texinfo-set): Remove leading white space from value.
5468 From yagi@is.titech.ac.jp.
5469
5470 * replace.el (query-replace-regexp-eval): Doc fix.
5471
5472 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5473
5474 * diff-mode.el (diff-nonexistant-face): New face.
5475 (diff-font-lock-keywords): Use it.
5476
5477 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5478
5479 * font-lock.el (font-lock-mode): Doc fix.
5480
5481 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5482 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5483
5484 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5485
5486 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5487 backslash at the start of the here-document delimiter.
5488 (sh-font-lock-syntactic-keywords): Likewise.
5489
5490 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5491
5492 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5493
5494 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5495 (tty-color-translate, tty-color-by-index, tty-color-values)
5496 (tty-color-desc): Doc fix.
5497
5498 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5499
5500 * dired-aux.el (dired-do-create-files, dired-do-copy)
5501 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5502 Mention dired-dwim-target in the doc string.
5503
5504 2001-04-28 Miles Bader <miles@gnu.org>
5505
5506 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5507 (dabbrev--find-expansion): Use it.
5508 (dabbrev--select-buffers): Don't select ignored buffers.
5509
5510 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5511
5512 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5513
5514 2001-04-26 Richard M. Stallman <rms@gnu.org>
5515
5516 * dabbrev.el: Add doc strings for some functions.
5517 (dabbrev--eliminate-newlines): New variable.
5518 (dabbrev--substitute-expansion): Convert newlines to spaces
5519 if dabbrev--eliminate-newlines is set.
5520 If abbrev and expansion are both all-lower-case,
5521 leave dabbrev--last-case-pattern nil.
5522
5523 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5524
5525 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5526 if necessary, like in rmail-show-message.
5527
5528 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5529
5530 * ps-print.el: Color specified by number is forced to be float number.
5531 (ps-print-version): New version number (6.5.1.1).
5532 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5533 initialization.
5534 (ps-prefix-quote): New internal var.
5535 (ps-print-quote): New fun.
5536 (ps-setup, ps-output-frame-properties, ps-float-format)
5537 (ps-format-color): Code fix.
5538 (ps-plot-region): Eliminate redundant foreground color text setting.
5539
5540 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5541
5542 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5543
5544 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5545
5546 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5547
5548 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5549
5550 * info.el (Info-additional-directory-list): Doc fix.
5551
5552 * find-lisp.el (find-lisp-find-dired-filter)
5553 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5554 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5555
5556 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5557
5558 * progmodes/make-mode.el (makefile-font-lock-keywords):
5559 Rationalize the rules for includes and conditionals and use the
5560 keyword face for them.
5561
5562 * faces.el (modify-face): Add compatibility for non-interactive use.
5563
5564 2001-04-24 John Wiegley <johnw@gnu.org>
5565
5566 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5567 fix from last night, since it wasn't finding eshell/cd.
5568
5569 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5570
5571 * rect.el (string-rectangle): Revert to 20.x behaviour.
5572 (replace-rectangle): Make it an alias for string-rectangle.
5573 (string-insert-rectangle): New function.
5574
5575 2001-04-23 John Wiegley <johnw@gnu.org>
5576
5577 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5578 occurring with Emacs 21's diff.el/compile.el interaction layer.
5579
5580 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5581
5582 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5583 case where the function was defined in a file, but not part of an
5584 eshell module.
5585
5586 2001-04-23 John Wiegley <johnw@gnu.org>
5587
5588 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5589 code to work around a redisplay problem I've been having.
5590
5591 2001-04-23 John Wiegley <johnw@gnu.org>
5592
5593 * calendar/timeclock.el (timeclock-day-required): If the time
5594 required for a particular day is not set, use `timeclock-workday'.
5595 (timeclock-find-discrep): Added some sample code in a comment.
5596
5597 * eshell/eshell.el (eshell-command): Made a few changes so that
5598 `eshell-command' could be called programmatically.
5599
5600 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5601
5602 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5603
5604 2001-04-23 John Wiegley <johnw@gnu.org>
5605
5606 * calendar/timeclock.el: Updated copyright.
5607 (timeclock-generate-report): Don't report the daily or two-week
5608 total, if no time has been worked in that period.
5609 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5610 final computational form, which was unnecessary; corrected a
5611 parsing problem when timeclock-relative was nil.
5612
5613 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5614
5615 * calendar/timeclock.el (timeclock-modeline-display): Check if
5616 `list-entry' is null.
5617 (timeclock-use-display-time): The first argument to `set-variable'
5618 must be a symbol.
5619
5620 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5621
5622 * calendar/calendar.el (diary-entry-marker)
5623 (calendar-today-marker, calendar-holiday-marker):
5624 Use display-color-p instead of window-system.
5625 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5626 instead of window-system.
5627 (calendar-hide-window): Use display-multi-frame-p instead of
5628 window-system.
5629
5630 * calendar/cal-x.el (calendar-two-frame-setup)
5631 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5632 Use display-multi-frame-p instead of window-system.
5633
5634 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5635
5636 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5637
5638 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5639 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5640
5641 2001-04-23 Alex Schroeder <alex@gnu.org>
5642
5643 * goto-addr.el: Instead of defining line-beginning-position and
5644 line-end-position a defalias is used for point-at-bol and point-at-eol.
5645
5646 2001-04-23 Alex Schroeder <alex@gnu.org>
5647
5648 * goto-addr.el: Added XEmacs compatibility code.
5649 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5650
5651 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5652
5653 * textmodes/paragraphs.el (sentence-end): Doc fix.
5654
5655 2001-04-20 Alex Schroeder <alex@gnu.org>
5656
5657 * sql.el (sql-escape-newlines-and-send): New function.
5658 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5659
5660 2001-04-20 Alex Schroeder <alex@gnu.org>
5661
5662 * sql.el (sql-db2-program): New option.
5663 (sql-db2-options): New option.
5664 (sql-db2): New function.
5665
5666 2001-04-20 Alex Schroeder <alex@gnu.org>
5667
5668 * sql.el (sql-mode-menu): Added highlighting entries.
5669 (sql-highlight-oracle-keywords): New function.
5670 (sql-highlight-postgres-keywords): New function.
5671 (sql-highlight-ansi-keywords): New function.
5672
5673 2001-04-20 Alex Schroeder <alex@gnu.org>
5674
5675 * sql.el (sql-help): Doc change.
5676
5677 2001-04-19 Karl Fogel <kfogel@collab.net>
5678
5679 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5680 that inserted file content only to delete it immediately.
5681 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5682 <lektu@uol.com.br> for the patch.
5683
5684 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5685
5686 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5687
5688 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5689
5690 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5691 for defmethod.
5692
5693 * comint.el (comint-cr-magic): New function.
5694 (toplevel): Add it to comint-preoutput-filter-functions.
5695
5696 2001-04-18 Andrew Innes <andrewi@gnu.org>
5697
5698 * makefile.w32-in (EMACSLOADPATH): Define.
5699 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5700 (recompile): Remove stuff to set EMACSLOADPATH.
5701
5702 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5703
5704 * language/slovak.el ("Slovak"): Add tutorial entry.
5705
5706 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5707 browse-url-new-window-p.
5708
5709 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5710
5711 * info.el (Info-menu-update): When there are no menus and/or no
5712 cross references in the node, make the respective items of the
5713 Info menu-bar menu inactive.
5714
5715 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5716
5717 * indent.el (indent-for-tab-command): Call indent-line-function
5718 with no argument if PREFIX-ARG is non-nil.
5719
5720 * frame.el (delete-other-frames): Handle minibuffer-only frames.
5721
5722 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5723
5724 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5725 an async subprocess if start-process is unavailable. Suggested by
5726 Tim Van Holder <tim.van.holder@pandora.be>.
5727
5728 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5729
5730 * info.el (Info-additional-directory-list): Doc fix. Suggested by
5731 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5732
5733 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5734
5735 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
5736 manual.
5737
5738 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
5739
5740 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
5741 (cvs-menu): Add a few entries.
5742
5743 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
5744 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
5745 lock file appears to be reachable from Emacs.
5746 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
5747 (cvs-mode-find-file): Look for cvs-header-face rather than
5748 cvs-dirname-face (which doesn't exist).
5749 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
5750
5751 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
5752
5753 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
5754
5755 * emulation/pc-select.el (pc-selection-mode): Don't turn on
5756 normal-erase-is-backspace on a tty. Instead, bind some keys such
5757 as [delete] directly, like pc-select.el did before
5758 normal-erase-is-backspace was invented.
5759
5760 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5761
5762 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
5763
5764 2001-04-11 John Wiegley <johnw@gnu.org>
5765
5766 * eshell/em-ls.el (eshell-ls-insert-directory):
5767 Set font-lock-defaults to nil, to prevent fontification in dired
5768 buffers, if Eshell's ls is being used.
5769
5770 2001-04-11 John Wiegley <johnw@gnu.org>
5771
5772 * calendar/timeclock.el (timeclock-completing-read): New function.
5773 (timeclock-ask-for-project, timeclock-ask-for-reason):
5774 Call `timeclock-completing-read'.
5775
5776 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
5777 required where `member' was being used.
5778
5779 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
5780
5781 * eshell/em-hist.el (eshell-previous-matching-input):
5782 Don't display "History item" if the the minibuffer is active.
5783
5784 2001-04-11 Gerd Moellmann <gerd@gnu.org>
5785
5786 * startup.el (command-line): Output a newline after printing
5787 an error from loading the window system's init file.
5788
5789 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
5790
5791 * textmodes/texinfo.el (texinfo-font-lock-keywords):
5792 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
5793 @inforef. Add an OVERRIDE of `keep' to highlight specs of
5794 keywords whose arguments routinely include @@.
5795
5796 2001-04-10 Gerd Moellmann <gerd@gnu.org>
5797
5798 * emacs-lisp/advice.el (ad-make-advised-definition):
5799 Construct advice for subrs differently.
5800
5801 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
5802 regexp in parentheses when building the regexp for searching backwards.
5803
5804 * simple.el (completion-list-mode-finish): New function.
5805 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
5806
5807 * language/european.el ("Polish"): Change sample text.
5808 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5809
5810 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
5811 parameter.
5812
5813 * faces.el (menu): Doc fix.
5814
5815 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5816
5817 * ps-print.el: Footer implementation. Doc fix.
5818 (ps-print-version): New version number (6.5.1).
5819 (ps-header-frame-alist): New customization var for header frame
5820 properties.
5821 (ps-line-number-color): New customization var for line number color.
5822 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
5823 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
5824 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
5825 (ps-right-footer): New customization vars for footers.
5826 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
5827 footers.
5828 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
5829 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
5830 Code fix.
5831 (ps-prologue-file): Indentation fix.
5832 (ps-print-quote): Fun eliminated.
5833 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
5834 (ps-output-frame-properties): New fun.
5835 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
5836 (ps-skip-newline): Replace defun by defsubst.
5837
5838 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
5839
5840 * eshell/eshell.el (eshell-command): Needed a "%s" format
5841 specifier, in case the buffer contains percent characters.
5842
5843 2001-04-10 John Wiegley <johnw@gnu.org>
5844
5845 * calendar/timeclock.el (timeclock-generate-report): Added a
5846 missing insert of the project name.
5847
5848 2001-04-09 Gerd Moellmann <gerd@gnu.org>
5849
5850 * obsolete/profile.el: Moved from emacs-lisp/.
5851
5852 * Makefile.in (nonobsolete_setwins): New macro.
5853 (finder-data): Use it instead of `setwins'.
5854 From: Dave Love <fx@gnu.org>.
5855
5856 * server.el (server-visit-files): Set server-existing-buffer correctly.
5857 (server-visit-files): Run server-visit-hook after going to
5858 line 1 so that the hook can set point as it sees fit.
5859
5860 * bindings.el (mode-line-modified): Unify help messages.
5861
5862 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
5863
5864 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
5865 All callers changed.
5866
5867 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
5868
5869 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
5870 long file names aren't supported, truncate the file names in
5871 quail-misc-package-ext-info to 8+3 before matching them against
5872 FILENAME.
5873
5874 * dos-fns.el (dos-truncate-to-8+3): New function.
5875
5876 * progmodes/compile.el (grep-compute-defaults): Use null-device
5877 instead of literal /dev/null. Reported by Jens Schmidt
5878 <schmidt@mathematik.uni-kl.de>.
5879
5880 * simple.el (normal-erase-is-backspace-mode): Doc fix.
5881
5882 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
5883
5884 * textmodes/sgml-mode.el: Add unknown maintainer.
5885 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
5886 (html-mode-map): Use set-keymap-parent.
5887
5888 2001-04-06 Dave Love <fx@gnu.org>
5889
5890 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5891 Remove redundant string-to-list.
5892
5893 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
5894
5895 * composite.el (reference-point-alist): Doc fix.
5896
5897 2001-04-05 Sam Steingold <sds@gnu.org>
5898
5899 * font-lock.el (font-lock-keywords-case-fold-search):
5900 Make buffer-local. This fixes a very annoying bug when loading a Lisp
5901 file made font-lock case-insensitive.
5902
5903 2001-04-05 Gerd Moellmann <gerd@gnu.org>
5904
5905 * faces.el (defface menu): Doc fix.
5906
5907 * wid-edit.el (widget-color-sample-face-get): Don't make
5908 faces for undefined colors.
5909
5910 * version.el (emacs-version): Include LessTif/Motif version info.
5911
5912 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5913
5914 * ps-mule.el: Eliminate cl package dependence.
5915 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
5916 if they aren't defined yet.
5917 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
5918 Eliminate cl package dependence.
5919
5920 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
5921
5922 * progmodes/cc-cmds.el (c-outline-level):
5923 Bind buffer-invisibility-spec. Originally from Dave Love, but
5924 got lost when incorporating version 5.26.
5925
5926 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
5927
5928 * emulation/pc-select.el (pc-selection-mode):
5929 Call normal-erase-is-backspace-mode instead of binding
5930 keys individually.
5931
5932 * cus-load.el (normal-erase-is-backspace): Use it instead of
5933 delete-key-deletes-forward.
5934
5935 * startup.el (command-line): Use normal-erase-is-backspace and
5936 normal-erase-is-backspace-mode.
5937
5938 * simple.el (normal-erase-is-backspace): Rename from
5939 delete-key-deletes-forward. Doc fix.
5940 (normal-erase-is-backspace-mode): Rename from
5941 delete-key-deletes-forward-mode. Doc fix.
5942 Run normal-erase-is-backspace-hook.
5943
5944 * dired.el (dired-move-to-filename-regexp): Support file sizes in
5945 ``human-readable'' format produced by GNU `ls'.
5946 (dired-move-to-filename-regexp): Recognize ISO format dates.
5947 From Paul Eggert <eggert@twinsun.com>.
5948
5949 2001-04-04 Gerd Moellmann <gerd@gnu.org>
5950
5951 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
5952 New functions.
5953 (lm-verify): Check keywords.
5954 From Eric M. Ludlam <eric@siege-engine.com>.
5955
5956 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
5957
5958 * speedbar.el (speedbar-insert-image-button-maybe): Check for
5959 `xemacs' feature instead of for the function `set-extent-property'.
5960
5961 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
5962
5963 * mail/mh-utils.el (mh-folder-hist): New var.
5964 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
5965
5966 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
5967
5968 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
5969 region, position point on the first or last 16-byte group.
5970 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
5971 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
5972 hexl-beginning-of-line.
5973
5974 2001-04-03 Gerd Moellmann <gerd@gnu.org>
5975
5976 * icomplete.el (icomplete-mode): Treat an argument like other
5977 modes do.
5978
5979 * startup.el (fancy-splash-head): Use splash8.xpm for color
5980 depth 8.
5981
5982 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
5983 Add an antry for ``converts''.
5984
5985 * language/slovak.el ("Slovak"): Add documentation string.
5986 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
5987
5988 * language/czech.el ("Czech"): Add documentation string.
5989 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
5990
5991 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
5992 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
5993
5994 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
5995
5996 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
5997 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
5998 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
5999 Use `defsubst' rather than a macro to ease debugging.
6000 (mail-extr-last): Remove (use `last' instead).
6001 (mail-extract-address-components): Properly reset the syntax-table
6002 after parsing an address. Use `last' rather than mail-extr-last.
6003 Make sure the end marker stays at the very end.
6004
6005 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6006
6007 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
6008 last change.
6009
6010 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6011
6012 * ps-print.el: Line and paragraph spacing feature. Region to cut
6013 out when printing. Doc fix.
6014 (ps-print-version): New version number (6.5).
6015 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
6016 New vars. Line and paragraph spacing feature.
6017 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
6018 out when printing.
6019 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
6020 (ps-get-font-size, ps-begin-job, ps-continue-line)
6021 (ps-plot-region): Code fix.
6022 (ps-print-prologue-2): Var eliminated.
6023 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
6024 New internal vars.
6025 (ps-get-size): New fun.
6026 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
6027 (ps-next-line): Replace defun by defsubst.
6028 (ps-mule-plot-string): Autoload doc fix.
6029
6030 * ps-bdf.el: XEmacs compatibility. Doc fix.
6031 (installation-directory, coding-system-for-read): Declare vars if
6032 it's not declared yet.
6033 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
6034
6035 * ps-mule.el: XEmacs compatibility. Doc fix.
6036 (leading-code-private-22): Declare var if it's not declared yet.
6037 (charset-bytes, charset-dimension, charset-id, charset-width)
6038 (find-charset-region, split-char, char-width, chars-in-region)
6039 (forward-point, decompose-composite-char, encode-coding-string)
6040 (coding-system-p, ccl-execute-on-string, define-ccl-program):
6041 Define funs if not defined yet.
6042 (encode-composition-rule, find-composition): Define funs if not
6043 loaded yet.
6044 (ps-mule-prologue): PostScript code fix.
6045
6046 2001-04-02 Kenichi Handa <handa@etl.go.jp>
6047
6048 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
6049 non-nil, generate font for the header strings.
6050 (ps-mule-prepare-font): Likewise.
6051 (ps-mule-generate-glyphs): Likewise.
6052 (ps-mule-string-encoding): Likewise.
6053 (ps-mule-header-charsets): New variable.
6054 (ps-mule-encode-header-string): New function.
6055 (ps-mule-header-string-charsets): New function.
6056 (ps-mule-begin-job): Check charsets in the header strings. If there
6057 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
6058
6059 * ps-print.el (ps-generate-header-line): Encode the header string by
6060 ps-mule-encode-header-string.
6061 (ps-mule-encode-header-string): Declare autoload.
6062
6063 2001-04-02 Gerd Moellmann <gerd@gnu.org>
6064
6065 * frame.el (cursor-in-non-selected-windows):
6066 Replaces show-cursor-in-non-selected-windows.
6067
6068 2001-03-31 Kenichi Handa <handa@etl.go.jp>
6069
6070 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6071 Delete entries for "chinese-py" and "chinese-ziranma".
6072 (quail-misc-package-ext-info): New variable.
6073 (tsang-quick-converter): New function.
6074 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6075 (quick-cns-converter, py-converter, ziranma-converter)
6076 (miscdic-convert, batch-miscdic-convert): New functions.
6077
6078 2001-03-30 Kenichi Handa <handa@etl.go.jp>
6079
6080 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6081 eight-bit-control chars.
6082
6083 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6084 Reduce making temporary vector (suggested by Dave Love).
6085
6086 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6087
6088 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6089 string as well.
6090
6091 2001-03-30 Andreas Schwab <schwab@suse.de>
6092
6093 * files.el (backup-directory-alist): Fix typo.
6094
6095 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6096
6097 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6098 <eggert@twinsun.com>.
6099
6100 2001-03-30 Dave Love <fx@gnu.org>
6101
6102 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6103
6104 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6105
6106 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6107
6108 2001-03-30 Miles Bader <miles@gnu.org>
6109
6110 * subr.el (interactive-form): Fix paren typo.
6111
6112 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6113
6114 * emacs-lisp/profile.el: Say that it's obsolete in the header
6115 line, so that finder.el puts that into its data-base.
6116 Suggested by Alex Schroeder <alex@gnu.org>.
6117
6118 2001-03-29 Paul Eggert <eggert@twinsun.com>
6119
6120 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6121 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6122
6123 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6124
6125 * generic.el (generic-mode-set-comments): Use "" rather than nil
6126 for comment-end.
6127
6128 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6129
6130 * emacs-lisp/advice.el (ad-make-advised-definition):
6131 Call interactive-form to obtain the interactive spec of subrs.
6132
6133 * subr.el (interactive-form): New function.
6134
6135 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6136
6137 * vc-sccs.el (vc-sccs-register): Use relative file names.
6138
6139 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6140
6141 * bookmark.el (bookmark-get-bookmark): Handle case that
6142 BOOKMARK is not a string.
6143
6144 * image.el (image-type-regexps): Change type for PS files
6145 to `postscript'.
6146
6147 * subr.el (read-passwd): Clear command history after each
6148 character entered. From: Stephen Gildea
6149 <gildea@stop.mail-abuse.org>.
6150
6151 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6152
6153 * international/kkc.el (kkc-save-init-file): Locally bind
6154 print-length to nil.
6155
6156 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6157
6158 * textmodes/flyspell.el: Some doc fixes.
6159 (flyspell-maybe-correct-transposition)
6160 (flyspell-maybe-correct-doubling): Use a temporary buffer
6161
6162 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6163
6164 * emacs-lisp/byte-opt.el (byte-optimize-while)
6165 (byte-optimize-form-code-walker): Diagnose too few arguments
6166 for `if' and `while'.
6167
6168 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6169
6170 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6171 Prepend `\' to "\<quail-translation-docstring>".
6172
6173 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6174
6175 * autorevert.el (global-auto-revert-non-file-buffers):
6176 Remove duplicate defcustom.
6177
6178 2001-03-26 Miles Bader <miles@gnu.org>
6179
6180 * international/latin1-disp.el (latin1-char-displayable-p):
6181 Add leading "-" for X font pattern.
6182
6183 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6184
6185 * international/mule-diag.el (describe-coding-system):
6186 For raw-text and emacs-mule, don't add anymore text about what
6187 charsets they can encode.
6188
6189 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6190
6191 * help.el (view-lossage): Mention open-dribble-file in the doc
6192 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6193
6194 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6195
6196 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6197 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6198
6199 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6200
6201 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6202 Call ccl-execute-on-string directly so that CCL program handling
6203 multibyte sequence can work correctly.
6204 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6205 property of the coding system.
6206
6207 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6208
6209 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6210 Fix transcription typo.
6211
6212 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6213
6214 * whitespace.el: Add buffer local variables to toggle testing of
6215 whitespaces in buffers without affecting the default values.
6216 Bump version to 3.0 to account for a few other changes.
6217 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6218 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6219 (whitespace-toggle-spacetab-check): New functions.
6220
6221 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6222
6223 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6224
6225 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6226
6227 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6228 bs-cycle-configuration-name. From Juanma Barranquero
6229 <lektu@uol.com.br>.
6230
6231 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6232 and cc-vars.el.
6233
6234 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6235 headers. Always invoke sendmail with option -t.
6236
6237 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6238
6239 * Release of cc-mode 5.28.
6240
6241 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6242
6243 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6244 Removed the hardcoded switch to "java" style in Java mode.
6245 It's instead taken care of by the default value for c-default-style.
6246
6247 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6248
6249 * cc-align.el (c-lineup-math): Fix bug where lineup was
6250 triggered by equal signs in string literals.
6251
6252 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6253
6254 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6255 limit detection when at the ends of the buffer.
6256
6257 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6258 "for" statement clause in case 7F; a better one is done
6259 earlier in case 7D anyway.
6260
6261 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6262
6263 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6264 somewhat more and did a small optimization.
6265
6266 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6267
6268 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6269 Use the limit argument only to limit the syntactic context
6270 search, not to limit the actual movement.
6271
6272 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6273 inside multiline strings, just like in comments. Also various
6274 fixes to the paragraph and comment prefix recognition, block
6275 comment ender handling etc.
6276
6277 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6278
6279 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6280 the relative position of the point.
6281
6282 * cc-cmds.el (c-electric-continued-statement): New function to
6283 use as abbrev hook to reindent for keywords such as "else"
6284 that continues an earlier statement.
6285
6286 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6287 like classes.
6288
6289 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6290 (pike-mode): Populate the default abbrev tables to reindent for
6291 keywords such as "else" that can continue earlier statements.
6292 Abbrev mode is therefore turned on by default now. (Note that
6293 this doesn't apply to idl-mode, since IDL afaik doesn't have
6294 statements at all.)
6295
6296 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6297
6298 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6299 bracelists where the declaration contains template arguments.
6300
6301 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6302
6303 * cc-cmds.el (c-comment-indent):
6304 Use `c-get-syntactic-indentation' to correctly calculate the
6305 syntactic indentation. Fixes bug with lineup functions that
6306 return vectors.
6307
6308 * cc-engine.el (c-get-syntactic-indentation): Split the
6309 indentation sum calculation from `c-indent-line' to a separate
6310 function.
6311
6312 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6313
6314 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6315 Fixed places where it was assumed that preprocessor directives
6316 have to start in column zero.
6317
6318 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6319 template arguments after a class identifier properly.
6320
6321 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6322 lists for `new Foo[]' constructs in Java as expressions and
6323 not top level definition brace lists on the top level, so that
6324 they'll get indented consistently with the same type of
6325 expression in a normal block.
6326
6327 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6328
6329 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6330 whether the adaptive filling package fails to keep the comment
6331 prefix is now kludged further to check for filladapt-mode
6332 which doesn't have that problem. This is really icky, but it's
6333 the only way that works with the current misfeatures/bugs in
6334 both adaptive-fill-mode and filladapt-mode.
6335
6336 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6337 around point is recognized more robust.
6338
6339 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6340
6341 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6342 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6343 (c-lit-type): Fixed all internal variables used dynamically so
6344 that they are always bound.
6345
6346 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6347 errors:
6348
6349 (c-indent-region): Fixed reporting of syntactic errors so that
6350 the region is fully reindented even when an error occurs.
6351 The last syntactic error is printed afterwards. Also cleanup up a
6352 whole lot of code that tried to optimize indentation of whole
6353 sexps but in reality accomplishes nothing.
6354
6355 (c-indent-sexp): Use c-indent-region.
6356
6357 (c-parsing-error): Changed this variable to hold the message
6358 for any syntactic error that is discovered.
6359
6360 (c-parse-state): Search backward from point instead of the bod
6361 position when the latter is invalid. This makes CC Mode
6362 recover faster when there are unbalanced close braces.
6363
6364 (c-backward-to-start-of-if): Use c-parsing-error to report
6365 dangling "else" clauses instead of throwing an error, and fall
6366 back to a reasonable position.
6367
6368 (c-indent-line): Added argument to avoid reporting syntactic errors.
6369
6370 (c-show-syntactic-information): Don't report any syntactic errors.
6371
6372 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6373
6374 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6375 paragraph recognition when moving by sentence in literals.
6376
6377 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6378 start regexp for javadoc to recognize javadoc markup in general instead
6379 of a specific set of keywords, to be more future-safe.
6380
6381 (c-Pike-pikedoc-paragraph-start)
6382 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6383 pikedoc markup.
6384
6385 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6386
6387 (pike-mode): Initialize paragraph settings pikedoc recognition.
6388
6389 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6390
6391 (c-comment-prefix-regexp): Made it possible to use an
6392 association list on this to specify mode specific regexps.
6393 The default value now use a special regexp in Pike mode to
6394 recognize pikedoc markup.
6395
6396 (c-current-comment-prefix): New variable containing the actual
6397 regexp from c-comment-prefix-regexp for the current buffer.
6398
6399 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6400
6401 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6402 lists: We can't look at the syntax, since a brace list can get
6403 recognized as a plain statement-cont.
6404
6405 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6406 special brace list opener broken over two lines got recognized
6407 as a statement on the second line. Case 9A changed.
6408
6409 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6410
6411 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6412 adjustment after line is reindented.
6413
6414 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6415
6416 * cc-defs.el (c-point): Added optional argument for position
6417 to use instead of the current point.
6418
6419 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6420 the in-expression block symbols when the construct starts at
6421 boi, to avoid the extra level of indentation in that case.
6422 Cases 4, 16A and 17E affected.
6423
6424 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6425
6426 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6427 calls to `c-indent-line', to adhere better to Emacs conventions.
6428
6429 * cc-engine.el (c-indent-line): Use the syntax already bound
6430 to `c-syntactic-context', if there is any.
6431
6432 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6433
6434 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6435 wasn't added up correctly when a lineup function returned nil.
6436
6437 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6438
6439 * cc-engine.el (c-collect-line-comments): Fixed bug where
6440 empty lines were ignored when collecting line comments backwards.
6441
6442 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6443
6444 * cc-align.el (c-lineup-dont-change): Return an absolute
6445 indentation column to work correctly in the case when several
6446 syntactic elements are processed for the same line.
6447
6448 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6449 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6450 (c-set-offset): Added absolute indentation column settings by
6451 using the vector type.
6452
6453 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6454
6455 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6456 Implemented two new cleanups `space-before-funcall' and
6457 `compact-empty-funcall'.
6458
6459 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6460
6461 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6462 helping building regexps.
6463
6464 * cc-engine.el (c-on-identifier): New function for detecting
6465 identifiers. It takes keywords into account.
6466
6467 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6468 lists. `c-keywords' is set to a regexp matching all keywords
6469 in the current language.
6470
6471 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6472
6473 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6474 list of characters to skip backwards over at the beginning of
6475 a statement, since it can precede string literals in Pike.
6476
6477 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6478
6479 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6480 recognition when standing on the last line in a C++ comment
6481 with nothing but whitespace after the prefix.
6482
6483 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6484 given no limit argument.
6485
6486 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6487
6488 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6489 recognition for the `[]= operator symbol in Pike.
6490
6491 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6492
6493 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6494 around a bug in `eval-when-compile' in the byte compiler.
6495
6496 * cc-engine.el (c-forward-token-1): Fixed bug with return
6497 value when count is zero and there's no token start within the limit.
6498
6499 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6500 "prefix comments", i.e. comments which are followed by code on
6501 the same line.
6502
6503 * cc-mode-19.el: Fixes so that checks that must be done at
6504 compile time also are done then.
6505
6506 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6507
6508 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6509 time and at runtime, and only when it's needed.
6510
6511 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6512
6513 Major cleanup for less error prone and more warning free
6514 compilation, including some fixes for bugs due to different
6515 compilation orders. Thanks to Martin Buchholz for providing
6516 the basis for all this.
6517
6518 * cc-bytecomp.el: New file that provides some byte compilation
6519 features: It ensures that files always are loaded from the
6520 current source directory during compilation, and it provides a
6521 set of macros to turn off specific compiler warnings for
6522 specific symbols. (It's not CC Mode specific in any way.)
6523
6524 Fixed a nearly acyclic dependency tree (both runtime and
6525 compile-time) between all files.
6526
6527 * cc-defs.el: Separated all macros before the inline functions,
6528 to ensure correct compilation.
6529
6530 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6531 cc-defs.el to cc-engine.el and made it a function instead.
6532
6533 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6534 about char-after.
6535
6536 * cc-vars.el: Cope even when there isn't a custom package
6537 containing defcustom available.
6538
6539 * cc-make.el: Removed since it's no longer necessary.
6540
6541 README: Updated installation instructions.
6542
6543 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6544
6545 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6546 improve the modularity: Moved all mode init stuff from
6547 cc-langs.el to cc-mode.el, including the keymap
6548 initialization; cc-langs now only contains the various
6549 variables for configuring the language syntax.
6550
6551 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6552 (c-get-offset): Moved from cc-styles to cc-engine since file
6553 dependency analysis suggests they belong there (which also
6554 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6555
6556 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6557
6558 * cc-cmds.el (c-fn-region-is-active-p): New function that
6559 wraps the corresponding macro, for use in places that aren't
6560 compiled. Thanks to Martin Buchholz for pointing out this.
6561
6562 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6563
6564 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6565 add things to the bug report.
6566
6567 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6568
6569 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6570 returned prefix could contain a newline when the search for a
6571 good prefix line failed.
6572
6573 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6574
6575 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6576 (c-toggle-auto-hungry-state): Made the argument optional, as
6577 the documentation says it is.
6578
6579 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6580
6581 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6582 multiline string syntax, #"...", as a cpp macro.
6583
6584 2001-03-21 Paul Eggert <eggert@twinsun.com>
6585
6586 * international/mule-cmds.el (set-locale-environment):
6587 Set system-messages-locale and system-time-locale, but only if the
6588 caller specifies a non-nil locale name.
6589
6590 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6591
6592 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6593 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6594
6595 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6596
6597 * follow.el (follow-avoid-tail-recenter): Doc fix.
6598
6599 * custom.el (custom-set-variables): Avoid reversing the list
6600 of args needlessly.
6601
6602 * startup.el (fancy-splash-head): Don't change the colors of the
6603 XPM image on a dark background.
6604
6605 * comint.el (comint-exec-1): Set columns of the terminal to
6606 window-width instead of frame-width.
6607
6608 * info.el (Info-scroll-down): Add missing WINDOW arg for
6609 pos-visible-in-window-p.
6610
6611 * ehelp.el (electric-help-mode-hook): Add defcustom.
6612
6613 * mail/sendmail.el (mail-mode): Activate case-folding in
6614 font-lock-defaults.
6615
6616 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6617
6618 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6619 (completion-ignored-extensions): Remove duplicate ".class".
6620
6621 2001-03-19 Andreas Schwab <schwab@suse.de>
6622
6623 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6624 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6625
6626 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6627
6628 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6629 methods since there are not prefix input methods.
6630
6631 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6632
6633 * international/mule-cmds.el (read-input-method-name):
6634 Locally bind enable-recursive-minibuffers to t.
6635
6636 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6637
6638 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6639
6640 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6641
6642 * ediff-util.el: Copyright years.
6643 (ediff-choose-syntax-table): New function.
6644 (ediff-setup): Use ediff-choose-syntax-table.
6645
6646 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6647 with-syntax-table.
6648
6649 * ediff.el: Date of last update, copyright years.
6650
6651 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6652
6653 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6654 of Scott Bronson.
6655 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6656 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6657 Deleted functions.
6658 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6659 ex-token-list.
6660
6661 * viper-util.el: Spaces, indentation.
6662
6663 * viper.el: Changed version, modification time.
6664
6665 2001-03-16 John Wiegley <johnw@gnu.org>
6666
6667 * calendar/timeclock.el (timeclock-workday-remaining):
6668 Check whether `discrep' is non-null before using it.
6669
6670 2001-03-16 John Wiegley <johnw@gnu.org>
6671
6672 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6673 first-time checkins.
6674 (timeclock-log-data): Fixed problem with reading timelog log file.
6675 Resulting data in the "day list" was incorrect.
6676 (timeclock-find-discrep): Check if `timeclock-file' is readable
6677 before opening it.
6678 (timeclock-time-less-p): New function.
6679 (timeclock-day-base): New function.
6680 (timeclock-geometric-mean): New function.
6681 (timeclock-generate-report): Generate a summary report based on
6682 the contents of the log file. This uses `timeclock-log-data', and
6683 is an example of writing a timelog manipulation function.
6684 (timeclock-visit-timelog): A quick command for opening the timelog
6685 file.
6686 (timeclock-log-data): Bound the variable event.
6687
6688 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6689
6690 * international/mule-cmds.el (select-safe-coding-system):
6691 Fix typo: symbol-name -> symbol-value.
6692
6693 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6694 before substitute-in-file-name to handle double slashes in FILE
6695 correctly.
6696
6697 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6698
6699 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6700 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6701
6702 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6703
6704 * bindings.el (features): Add `md5' and `overlay' to the list.
6705
6706 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6707 bound before using it. It's not bound when configured without X,
6708 for instance.
6709
6710 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6711
6712 * progmodes/hideshow.el: Update copyright.
6713 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6714 (hs-minor-mode-hook): Include `:version' in defcustom form.
6715
6716 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6717
6718 * help.el (string-key-binding): Don't call event-start on
6719 a non-list.
6720
6721 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
6722
6723 * startup.el (fancy-splash-tail, command-line-1): Fix the
6724 copyright year.
6725
6726 2001-03-13 Kenichi Handa <handa@etl.go.jp>
6727
6728 * term.el: These changes are based on a patch sent from Yong Lu
6729 <lyongu@yahoo.com>.
6730 (term-set-escape-char): Bind M-x to execute-extended-command in
6731 term-raw-escape-map.
6732 (term-move-columns): Don't try to move to negagive column.
6733 (term-emulate-terminal): Insert a string before deleting a text to
6734 overwrite.
6735
6736 2001-03-12 Gerd Moellmann <gerd@gnu.org>
6737
6738 * play/life.el (life): Rearrange code so that all calls to
6739 life-display-generation are in a catch-form.
6740
6741 * progmodes/etags.el (tags-loop-continue): Don't change point in a
6742 file that isn't interesting. In an interesting file, push the old
6743 value of point on the mark ring.
6744
6745 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
6746 New function.
6747 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
6748 Use it.
6749
6750 * emacs-lisp/autoload.el (generate-file-autoloads):
6751 Remove warning about line lengths.
6752
6753 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6754
6755 * progmodes/etags.el (tags-compression-info-list): New variable.
6756 (find-tag-in-order): Use it to deal with compressed source files.
6757 (tag-file-name-match-p): New function.
6758 (etags-recognize-tags-table): Use it for better match of file names.
6759
6760 2001-03-12 Kenichi Handa <handa@etl.go.jp>
6761
6762 * international/mule-cmds.el (register-input-method): Doc fix.
6763
6764 * international/quail.el (quail-translate-key): Fix condition to
6765 check if there's another breaking point in the current key.
6766
6767 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
6768
6769 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
6770 Babyl header to the newly-created output file, bind
6771 coding-system-for-write to either rmail-file-coding-system or
6772 emacs-mule-unix.
6773
6774 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
6775
6776 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
6777 Fix the name and regexp used for subsubsections.
6778
6779 2001-03-10 Dave Love <fx@gnu.org>
6780
6781 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
6782 and save-buffer if buffer-file-name non-nil. From rms.
6783
6784 2001-03-10 Andre Spiegel <spiegel@gnu.org>
6785
6786 * vc.el (vc-do-command): If the destination buffer is already
6787 current, don't set it up and don't erase it. Updated doc string
6788 to reflect that.
6789 (vc-version-diff): When doing a single file diff, don't switch to the
6790 *vc-diff* buffer before the command. This is to preserve local
6791 variable bindings that might affect the diff command.
6792 (vc-print-log): Don't switch to the *vc* buffer before the
6793 command, so that local variable bindings are preserved.
6794
6795 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6796 not the current buffer.
6797 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
6798
6799 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6800 make output go to buffer *vc*, not the current buffer.
6801
6802 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
6803
6804 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
6805 so ^, $, *, ? and + are interpreted correctly.
6806
6807 2001-03-09 Gerd Moellmann <gerd@gnu.org>
6808
6809 * help.el (string-key-binding): Renamed from
6810 mode-line-key-binding. Handle any event on a string.
6811 Check for `keymap' properties as well as `local-map' properties.
6812
6813 * comint.el (comint-insert-clicked-input): Use the last key
6814 from this-command-keys to lookup the global key definition.
6815
6816 2001-03-09 Kenichi Handa <handa@etl.go.jp>
6817
6818 * international/characters.el: Add category `j' for
6819 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
6820
6821 * international/mule-conf.el (no-conversion): Fix docstring.
6822 (raw-text): Fix docstring.
6823
6824 2001-03-08 Gerd Moellmann <gerd@gnu.org>
6825
6826 * simple.el (choose-completion-string): When not leaving the
6827 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
6828 is set.
6829
6830 * window.el (shrink-window-if-larger-than-buffer): Handle frame
6831 parameter `(minibuffer . t)'.
6832
6833 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6834
6835 * progmodes/sh-script.el (sh-st-symbol): New symbol.
6836 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
6837 (sh-mode): Remove `make-local-variable' for unused var
6838 `font-lock-unfontify-region-function'.
6839
6840 2001-03-07 Richard M. Stallman <rms@gnu.org>
6841
6842 * info.el (Info-scroll-down): Fix previous change.
6843
6844 * mail/rmail.el (rmail-toggle-header): Use a window which
6845 is showing the Rmail buffer, rather than the selected window.
6846
6847 2001-03-07 Dave Love <fx@gnu.org>
6848
6849 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
6850 now, to avoid problems with binding imenu directly to a mouse event.
6851
6852 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6853
6854 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
6855 second arg t.
6856
6857 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6858
6859 * log-edit.el (log-edit-common-indent): New var.
6860 (log-edit-set-common-indentation): Renamed from
6861 log-edit-delete-common-indentation. Use the new var.
6862 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
6863
6864 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
6865 (cvs-mode-add-change-log-entry-other-window):
6866 Don't presume change-log-default-name is defined.
6867
6868 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
6869
6870 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
6871 the "tree" operation as well.
6872
6873 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
6874
6875 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
6876 to match paragraph-start.
6877
6878 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
6879 comment-start-skip and set comment-end-skip as well.
6880 (sgml-comment-indent): Fix for new value of comment-start-skip.
6881 (html-autoview-mode): Don't bother using make-local-hook.
6882
6883 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6884
6885 * cus-edit.el (custom-save-delete): Move in front of local
6886 variables, otherwise long Custom entries would make them ineffective.
6887
6888 * uniquify.el: Set maintainer to FSF.
6889
6890 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
6891
6892 * dired-aux.el (dired-do-shell-command): Doc fix.
6893
6894 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
6895
6896 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
6897
6898 * which-func.el (which-func-modes): Add cperl-mode.
6899 (which-func-mode-global): Use define-minor-mode.
6900
6901 * info-look.el: Docstring fixes and dead code eliminated.
6902 (cperl-mode): Add support.
6903 (emacs-lisp-mode): List all entries from elisp manual, whether
6904 or not they are currently (f)bound or not. Update regexp.
6905
6906 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
6907
6908 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
6909 so that C-h m shows the correct information.
6910 Use make-local-variable rather than make-variable-buffer-local.
6911 (cperl-info-buffer, cperl-setup-tmp-buf):
6912 Use make-local-variable rather than make-variable-buffer-local.
6913 (cperl-msb-fix, cperl-get-help-defer):
6914 Check major-mode for `cperl-mode' as well.
6915
6916 * progmodes/cperl-mode.el: Updated to author version 4.23.
6917 (cperl-electric-pod): SYNOPSIS was misspelled.
6918 (cperl-find-pods-heres): @if ? a : b was considered a REx.
6919 (cperl-after-expr-p): Make true after __END__.
6920
6921 2001-03-06 Gerd Moellmann <gerd@gnu.org>
6922
6923 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6924 bookmark-completion-ignore-case is t.
6925
6926 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
6927 switch, like xterm, and concat resource strings, with a newline
6928 between them.
6929
6930 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
6931
6932 * international/codepage.el (cp770-decode-table)
6933 (cp773-decode-table, cp774-decode-table): New variables.
6934
6935 * man.el (Man-hyphenated-reference-regexp): New variable.
6936 (Man-build-references-alist): Use it to search for referenced
6937 manpages. If hyphenated is non-nil, record a concatenated word in
6938 Man-refpages-alist only if it matches Man-reference-regexp.
6939 Update word's length when it is concatenated. Reverse the list,
6940 to get the first manpage at the head.
6941 (Man-possibly-hyphenated-word): New function.
6942 (Man-follow-manual-reference): Use it instead of current-word to
6943 find a manpage at point, in a way that accounts for hyphenated
6944 references.
6945
6946 2001-03-06 Alex Schroeder <alex@gnu.org>
6947
6948 * sql.el (sql-interbase): New function.
6949 (sql-interbase-program): New option.
6950 (sql-interbase-options): New option.
6951 And some typos fixed: "customise" to "customize".
6952
6953 2001-03-06 Dave Love <fx@gnu.org>
6954
6955 * textmodes/flyspell.el (flyspell-region):
6956 Set up flyspell-local-mouse-map.
6957
6958 2001-03-05 Richard M. Stallman <rms@gnu.org>
6959
6960 * mail/rmail.el (rmail-retry-failure):
6961 Don't call rmail-beginning-of-message.
6962 Don't discard From: field. Do discard Received: field.
6963 Use unwind-protect to re-prune.
6964 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
6965
6966 2001-03-06 Kenichi Handa <handa@etl.go.jp>
6967
6968 * international/quail.el (quail-title): Add autoload cookie.
6969
6970 2001-03-05 Dave Love <fx@gnu.org>
6971
6972 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
6973 new defs.
6974
6975 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6976
6977 * language/ethio-util.el (ethio-toggle-space):
6978 Update current-input-method-title if necessary.
6979 (ethio-toggle-punctuation): Likewise.
6980
6981 * international/quail.el (quail-title): Fix for the case that a
6982 title of an input method is specified by a list of the same form
6983 as used in mode-line-format.
6984
6985 * international/mule-cmds.el (activate-input-method):
6986 If current-input-method-title is set by activating INPUT-METHOD,
6987 respect that value.
6988
6989 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6990
6991 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
6992
6993 2001-03-05 Alex Schroeder <alex@gnu.org>
6994
6995 * sql.el (sql-sybase): Fix typo (was: query user about server two
6996 times instead of server and database).
6997
6998 * sql.el (sql-sybase): Doc change.
6999 (sql-mysql): Doc change.
7000 (sql-postgres): Doc change.
7001
7002 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7003
7004 * international/mule-conf.el (emacs-mule, raw-text):
7005 Docstring modified.
7006
7007 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7008
7009 * term/internal.el: Update copyright notice.
7010
7011 * term/pc-win.el: Update copyright notice.
7012
7013 2001-03-02 Dave Love <fx@gnu.org>
7014
7015 * files.el (insert-file-contents-literally):
7016 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
7017 not jka-compr-compression-info-list.
7018
7019 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
7020
7021 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
7022 spaces in default comment-start-skip settings rather than \s-.
7023
7024 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
7025
7026 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
7027 default-frame-alist as well.
7028
7029 2001-03-01 Dave Love <fx@gnu.org>
7030
7031 * textmodes/reftex.el (defvar): Wrap some defvars in
7032 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
7033
7034 * subr.el (event-basic-type): Doc fix.
7035
7036 * international/quail.el: Doc fixes.
7037
7038 * international/utf-8.el: Doc fixes.
7039
7040 * international/mule-cmds.el: Doc fixes.
7041 (leim-list-header): Fix header text.
7042
7043 * international/mule.el (coding-system-category): Doc fix.
7044
7045 * international/ccl.el (ccl-compile): Doc fix.
7046
7047 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
7048
7049 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
7050 rather than (before|after)-change-functions.
7051
7052 2001-03-01 Gerd Moellmann <gerd@gnu.org>
7053
7054 * ediff-util.el (ediff-scroll-horizontally): Arrange for
7055 scroll-left and scroll-right being called interactively so that
7056 they set the window's min_hscroll.
7057
7058 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7059
7060 * info.el (info-insert-file-contents-1): Accept an additional
7061 argument `lfn': if it is non-nil, concatenate `filename' and
7062 `suffix'; otherwise use the complicated MS-DOS code.
7063 All callers changed.
7064 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7065 can access long file names, try the long file-name version of
7066 `info-insert-file-contents-1', then the short file-name version.
7067
7068 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
7069
7070 * language/ethio-util.el (setup-ethiopic-environment-internal):
7071 Change bindings of functions keys to conform to "Emacs Lisp Coding
7072 Convention".
7073
7074 * language/ethiopic.el ("Ethiopic"): Add documentation.
7075
7076 2001-02-28 Kenichi Handa <handa@etl.go.jp>
7077
7078 * international/utf-8.el (mule-utf-8): Set coding-category
7079 property to coding-category-utf-8.
7080
7081 2001-02-27 Richard M. Stallman <rms@gnu.org>
7082
7083 * lpr.el (lpr-page-header-switches, print-region-1):
7084 Undo 2000-07-06 change.
7085 (lpr-add-switches): Default to t on gnu/linux.
7086
7087 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7088
7089 * bs.el (bs-attributes-list): Doc fix.
7090
7091 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7092
7093 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7094
7095 * help.el (view-order-manuals): Use goto-address.
7096
7097 * startup.el (command-line-1): Add info about ordering manuals
7098 to the not so fancy splash screens.
7099
7100 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7101
7102 * vc.el (vc-default-workfile-unchanged-p)
7103 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7104
7105 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7106
7107 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7108 fontify in the right buffer.
7109
7110 * allout.el (outline-flag-region): Move macro in front of first
7111 use to avoid a run-time error.
7112
7113 2001-02-24 Andrew Innes <andrewi@gnu.org>
7114
7115 * makefile.w32-in: Fix copyright notice.
7116
7117 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7118
7119 * international/utf-8.el (mule-utf-8): Set correct value for
7120 valid-codes property.
7121
7122 * international/fontset.el (x-complement-fontset-spec): In the
7123 case that we use ASCII font for the other charsets, use only
7124 family and registry part of it.
7125
7126 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7127
7128 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7129 (shrink-window-if-larger-than-buffer): Doc fix.
7130
7131 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7132
7133 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7134 predicate passed to completing-read.
7135
7136 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7137
7138 * startup.el (command-line): Fix last change.
7139
7140 2001-02-23 Jason Rumney <jasonr@gnu.org>
7141
7142 * startup.el (tool-bar-originally-present): New variable.
7143 (command-line): Set it if the tool-bar is switched on at startup.
7144
7145 * frame.el (frame-notice-user-settings): Only adjust frame height
7146 for no tool-bar case if tool-bar was originally switched on.
7147 From E. Jay Berkenbilt.
7148
7149 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7150
7151 * server.el (server-switch-buffer): Only switch window if the
7152 current one is dedicated.
7153
7154 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7155 rather than using (match-beginning 0) when searching for break point.
7156
7157 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7158
7159 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7160 @ follows an accent command such as @'. Support optional braces
7161 in commands that insert accents, like makeinfo does.
7162
7163 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7164
7165 * startup.el (fancy-splash-text): Add a line for ordering
7166 manuals. Reverse order of splash screens shown.
7167 (use-fancy-splash-screens-p): Adapt to the text line added.
7168
7169 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7170 manuals from the FSF.
7171
7172 * help.el (view-order-manuals): New function.
7173 (toplevel): Bind C-h C-m to this function.
7174
7175 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7176
7177 * newcomment.el (comment-forward): Skip the comment-start before
7178 searching for the comment-end.
7179
7180 2001-02-21 Dave Love <fx@gnu.org>
7181
7182 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7183
7184 * international/mule-cmds.el, international/mule.el: Doc fixes.
7185
7186 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7187
7188 * startup.el (fancy-splash-screens): Use display-hourglass
7189 instead of display-busy-cursor.
7190
7191 * frame.el (display-hourglass): Renamed from busy-cursor.
7192 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7193 (show-cursor-in-non-selected-windows): Doc fix.
7194
7195 2001-02-20 Dave Love <fx@gnu.org>
7196
7197 * international/utf-8.el: Doc and commentary fixes.
7198
7199 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7200
7201 * ehelp.el (with-electric-help): Doc fix.
7202
7203 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7204
7205 * msb.el (msb-mode): Call the update-buffers function explicitly
7206 with a FORCE argument.
7207
7208 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7209 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7210 returns nil.
7211
7212 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7213
7214 * ps-print.el: Timestamp package replacement. Some enhancements.
7215 Some XEmacs compatibility. Doc fix.
7216 (ps-print-version): New version number (6.4).
7217 (ps-printer-name): Initialization fix.
7218 (ps-zebra-stripe-follow): Funcionality enhancement.
7219 (ps-prologue-file): Code enhancement.
7220 (ps-right-header): Timestamp package replacement.
7221 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7222 (ps-get-page-dimensions)
7223 (ps-generate-header, ps-begin-file, ps-begin-job)
7224 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7225 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7226 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7227 (coding-system-for-write): Var declaration (XEmacs compatibility).
7228
7229 2001-02-20 Miles Bader <miles@gnu.org>
7230
7231 * image-file.el (image-file-name-extensions): Add "tif".
7232
7233 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7234
7235 * wid-edit.el (widget-button-click): Save the selected window
7236 around the code handling clicks on buttons.
7237
7238 2001-02-18 Dave Love <fx@gnu.org>
7239
7240 * imenu.el (imenu--generic-function): Use mapc to iterate over
7241 syntax characters.
7242
7243 2001-02-17 Richard M. Stallman <rms@gnu.org>
7244
7245 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7246
7247 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7248
7249 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7250
7251 * mouse.el (mouse-save-then-kill): If the distance from the new
7252 point to the mark is equal to the distance of point from the new
7253 point, move point instead of the mark.
7254
7255 2001-02-16 Dave Love <fx@gnu.org>
7256
7257 * textmodes/flyspell.el (flyspell-get-word): Return string without
7258 properties.
7259
7260 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7261
7262 * generic.el (generic-find-file-regexp): Doc fix.
7263 (generic-ignore-files-regexp): New defcustom.
7264 (generic-mode-find-file-hook): If the file's name matches the
7265 regexp in `generic-ignore-files-regexp', don't enter
7266 default-generic-mode. Doc fix.
7267
7268 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7269
7270 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7271 Add autoload cookies.
7272
7273 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7274 of cal-tex-24.
7275
7276 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7277
7278 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7279
7280 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7281 the character class after the (optional) drive, to support file
7282 names with embedded blanks.
7283
7284 2001-02-15 Sam Steingold <sds@gnu.org>
7285
7286 * textmodes/tex-mode.el (tex-shell-running):
7287 Check the process buffer too.
7288
7289 2001-02-15 Dave Love <fx@gnu.org>
7290
7291 * battery.el (battery-status-function): Fix doc, :type.
7292
7293 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7294
7295 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7296
7297 * subr.el (read-passwd): Clear Lisp memory holding password.
7298
7299 2001-02-15 Miles Bader <miles@gnu.org>
7300
7301 * info.el (Info-copy-current-node-name): New function.
7302 (Info-mode-menu): Add it to the menu.
7303
7304 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7305
7306 * international/mule-cmds.el (toggle-input-method): Doc fix.
7307
7308 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7309
7310 * replace.el (occur): Stop at end of buffer.
7311
7312 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7313
7314 * international/mule-cmds.el (set-input-method): Another doc fix.
7315
7316 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7317
7318 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7319
7320 2001-02-13 Miles Bader <miles@gnu.org>
7321
7322 * faces.el (set-face-background, set-face-foreground)
7323 (set-face-stipple): Treat a value of nil as being `unspecified'.
7324
7325 2001-02-12 Dave Love <d.love@dl.ac.uk>
7326
7327 * international/latin1-disp.el: Doc fixes.
7328 (latin1-display) <defgroup>: Add :link.
7329 (latin1-display) <function>: Set variable latin1-display.
7330
7331 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7332
7333 * international/mule-cmds.el (set-input-method): Doc fix.
7334
7335 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7336
7337 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7338 (speedbar-line-file): Return nil if not a file.
7339 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7340
7341 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7342
7343 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7344 for remote files.
7345 (ediff-coding-system-for-read): Replaced the no-conversion default
7346 with raw-text.
7347
7348 * ediff-init.el: Removed :version from defcustom vars.
7349
7350 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7351 Better handling of the diff mode.
7352
7353 * ediff.texi: Added ediff-coding-system-for-read.
7354
7355 * viper.texi: Fix typos.
7356
7357 2001-02-11 Dave Love <fx@gnu.org>
7358
7359 * shadowfile.el: Doc fixes.
7360 (shadow) <defgroup>: Add :link.
7361 (shadowfile-unload-hook): New function.
7362 (shadow-initialize): Use defalias, not fset.
7363 (shadow-define-cluster, shadow-define-literal-group)
7364 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7365
7366 * international/mule.el: Doc and message fixes.
7367
7368 * international/ccl.el (define-ccl-program): Doc fix.
7369
7370 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7371
7372 * faces.el (mode-line): Set :line-width property to -1.
7373
7374 2001-02-10 Richard M. Stallman <rms@gnu.org>
7375
7376 * complete.el (partial-completion-mode): Doc fix.
7377
7378 * simple.el (delete-key-deletes-forward-mode):
7379 Change `let' to `let*' to fix gross bug in last change.
7380
7381 * repeat.el (repeat): Don't let execute-kbd-macro alter
7382 real-last-command.
7383
7384 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7385
7386 * simple.el (eval-expression): Doc fix.
7387
7388 2001-02-09 Dave Love <fx@gnu.org>
7389
7390 * imenu.el (imenu-generic-expression): Doc fix.
7391
7392 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7393 From Juanma Barranquero.
7394
7395 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7396
7397 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7398
7399 * faces.el (set-face-attribute): Describe the case of a negative
7400 value specified for :line-width.
7401
7402 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7403
7404 * which-func.el (which-func-mode): Invert which-func-mode-global.
7405 From Juanma Barranquero <lektu@uol.com.br>.
7406
7407 2001-02-08 Dave Love <fx@gnu.org>
7408
7409 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7410 widget-plist-value-type.
7411 (widget-alist-convert-widget): Replace binding of
7412 widget-alist-value-type.
7413
7414 * textmodes/paragraphs.el (sentence-end): Doc fix.
7415
7416 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7417 Remove `backward-line'.
7418
7419 * play/pong.el (pong-blank-color, pong-bat-color)
7420 (pong-ball-color, pong-border-color, pong-left-key)
7421 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7422 (pong-pause-key, pong-resume-key, pong-timer-delay):
7423 * mail/mh-comp.el (mh-compose-letter-function):
7424 * eshell/esh-mode.el (eshell-skip-prompt-function):
7425 * emulation/viper-ex.el (ex-unix-type-shell-options):
7426 * recentf.el (recentf-menu-filter):
7427 * ps-print.el (ps-print-region-function):
7428 * lpr.el (print-region-function):
7429 * forms.el (forms-mode-hooks):
7430 * dirtrack.el (dirtrack-directory-change-hook):
7431 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7432 * textmodes/spell.el (spell-filter):
7433 * textmodes/fill.el (adaptive-fill-function):
7434 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7435 * progmodes/etags.el (find-tag-default-function):
7436 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7437 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7438
7439 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7440
7441 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7442 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7443 Meyering <jim@meyering.net>.
7444
7445 * loadup.el: Revert last change.
7446
7447 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7448
7449 * international/mule.el (transform-make-coding-system-args):
7450 Make it work also for coding systems not using CCL.
7451
7452 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7453
7454 * simple.el (previous-matching-history-element)
7455 (next-matching-history-element): Doc fix.
7456
7457 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7458 specific part.
7459
7460 2001-02-06 Dave Love <fx@gnu.org>
7461
7462 * add-log.el (add-log-current-defun-function)
7463 (add-log-buffer-file-name-function, add-log-file-name-function):
7464 Fix :type.
7465 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7466
7467 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7468
7469 * info.el (info-initialize): Remove the test for system-type when
7470 invocation-directory is non-nil.
7471
7472 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7473 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7474
7475 2001-02-06 Andrew Innes <andrewi@gnu.org>
7476
7477 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7478 absolute.
7479
7480 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7481
7482 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7483 buffers. When hi-lock turned on rather than only checking current
7484 buffer for regexps, all buffers are checked. Moved activation of
7485 font-lock to hi-lock-refontify. When font-lock turned off rather
7486 than removing added highlighting just in current buffer, remove it
7487 in all buffers. Changed edit menu text from "Automatic
7488 Highlighting" to "Regexp Highlighting" Documentation for
7489 highlighting phrases, minor documentation changes.
7490 (hi-lock-set-file-patterns): Execute only if there are new or
7491 existing file patterns.
7492 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7493 unfontify and, if a support mode is active, will not refontify the
7494 whole buffer. If necessary, turn on font lock. (Removed
7495 font-lock-unfontify and font-lock support-mode-specific calls,
7496 such as lazy-lock-fontify-window.)
7497 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7498 patterns are found. Not useful now since find-file-hook is removed
7499 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7500 (hi-lock-face-phrase-buffer): New function. Also added related
7501 menu item and keybinding.
7502 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7503 (hi-lock-process-phrase): New function.
7504 (hi-lock-line-face-buffer): Doc fixes.
7505 (hi-lock-face-buffer): Doc fixes.
7506 (hi-lock-unface-buffer): Doc fixes.
7507
7508 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7509
7510 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7511 dabbrev-ignored-regexps.
7512
7513 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7514
7515 * simple.el (kill-line): Doc fix.
7516
7517 2001-02-05 Dave Love <fx@gnu.org>
7518
7519 * loadup.el: Revert last two changes -- bootstrapping works with
7520 regenerated loaddefs.
7521
7522 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7523
7524 * isearch.el (isearch-forward): Doc fix.
7525
7526 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7527 of font-lock-defaults to backward-paragraph.
7528
7529 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7530
7531 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7532 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7533
7534 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7535
7536 * ebnf2ps.el: Eliminate time-stamp functions.
7537 (ebnf-version): New version (3.5).
7538 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7539 format-time-string.
7540
7541 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7542
7543 * simple.el (next-line): Goto end-of-line before inserting a newline.
7544
7545 2001-02-05 Miles Bader <miles@gnu.org>
7546
7547 * image-file.el (insert-image-file): When visiting an image, also
7548 set `truncate-lines' to t so that any fringe arrow looks correct.
7549
7550 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7551
7552 * isearch.el (isearch-forward): Add description about input method
7553 in the docsting.
7554
7555 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7556
7557 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7558
7559 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7560
7561 * info.el (info-initialize): If installation-directory is nil, for
7562 DOS/Windows systems try looking in a sibling of invocation-directory.
7563
7564 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7565
7566 * wid-edit.el (widget-button-click): Fix last change.
7567
7568 * frame.el (frame-notice-user-settings): When resizing the initial
7569 frame because the tool bar is off, also change the frame's top
7570 position if a negative top position was specified.
7571
7572 2001-02-02 Miles Bader <miles@gnu.org>
7573
7574 * image-file.el (insert-image-file): When visiting an image,
7575 suppress the cursor in the image buffer.
7576
7577 2001-02-01 Dave Love <fx@gnu.org>
7578
7579 * progmodes/f90.el (f90-mode): Remove startup message.
7580
7581 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7582
7583 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7584
7585 * startup.el (command-line): Fix code determining whether or not
7586 to use delete-key-deletes-forward-mode.
7587
7588 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7589
7590 * vc.el (vc-diff-switches): New user option.
7591 (vc-version-diff): Use it.
7592 (vc-diff-switches-list): New macro.
7593
7594 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7595 New customization options.
7596 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7597
7598 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7599
7600 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7601
7602 * msb.el (toplevel): Quote hook symbols.
7603
7604 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7605
7606 * international/mule.el (make-coding-system): Add description
7607 about recognized properties in the docstring.
7608
7609 * international/mule-conf.el: Remove unused charsets
7610 mac-roman-lower and mac-roman-upper.
7611
7612 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7613
7614 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7615 is in front of the left-margin, if any.
7616
7617 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7618 like `delete'.
7619
7620 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7621
7622 * term/w32-win.el (mouse-set-font): Doc fix.
7623
7624 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7625
7626 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7627 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7628 on already.
7629
7630 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7631
7632 * files.el (save-buffer): Don't give message if (buffer-file-name)
7633 returns nil.
7634
7635 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7636
7637 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7638
7639 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7640 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7641
7642 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7643 display problems.
7644
7645 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7646
7647 * international/mule.el (charset-info): Fix docstring.
7648
7649 * international/mule-diag.el (describe-character-set): Check final
7650 char valid before printing it.
7651
7652 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7653
7654 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7655
7656 * frame.el (frame-notice-user-settings): Do the tool-bar
7657 stuff only for graphical displays. Fix a braino.
7658
7659 * frame.el (frame-initialize): Create initial frame visible.
7660 (frame-notice-user-settings): When tool-bar has been switched off,
7661 correct the frame size and sync tool-bar-mode.
7662
7663 * startup.el (command-line): Remove manipulation of frame
7664 height for tool bars.
7665
7666 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7667
7668 * lpr.el: Compatibility with XEmacs and doc fixes.
7669 (lpr-windows-system, lpr-lp-system): New vars.
7670 (lpr-printer-switch): New defcustom.
7671 (printer-name, lpr-command): Customization fix.
7672 (print-region-1): Code fix.
7673 (print-region-new-buffer, printify-region): Indentation fix.
7674 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7675 New functions.
7676
7677 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7678
7679 * msb.el (toplevel): Fix the eval-after-load.
7680
7681 2001-01-29 Dave Love <fx@gnu.org>
7682
7683 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7684
7685 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7686
7687 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7688 (tcl-using-emacs-19-23): Consider Emacs 21+.
7689 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7690 (tcl-add-emacs-menu): Supply menu name.
7691 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7692
7693 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7694
7695 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7696
7697 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7698
7699 * pcvs.el (cvs-mark-fis-dead): New function.
7700 (cvs-mode-add): Use it.
7701 (cvs-mode-add-change-log-entry-other-window):
7702 Rebind change-log-default-name to itself rather than to nil.
7703
7704 2001-01-29 Sam Steingold <sds@gnu.org>
7705
7706 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7707 `autoload' statements.
7708
7709 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7710
7711 * files.el (confirm-kill-emacs): Doc fix.
7712
7713 * frame.el (frame-initialize): Doc fix.
7714
7715 * time-stamp.el (time-stamp-string): Doc fix.
7716
7717 * woman.el (WoMan-log-1): Make the log buffer writable.
7718 From Markus Rost <rost@math.ohio-state.edu>.
7719
7720 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7721
7722 * imenu.el (imenu-syntax-alist): Add autoload cookie for
7723 the `make-variable-buffer-local'.
7724
7725 2001-01-29 Dave Love <fx@gnu.org>
7726
7727 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7728 (ansi-color-for-comint-mode-on, ansi-color-process-output):
7729 Add autoload cookie.
7730 (ansi-color-apply-sequence): Fix typo.
7731
7732 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7733
7734 * menu-bar.el (menu-bar-files-menu): Add menu items for
7735 Postscript printing in black and white.
7736
7737 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
7738 X-Mailman-Version, Precedence, List-Help, List-Post,
7739 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
7740 Content-Type, Content-Length.
7741
7742 2001-01-29 Dave Love <fx@gnu.org>
7743
7744 * elide-head.el (elide-head): Make overlay evaporate.
7745
7746 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
7747
7748 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
7749
7750 * isearch.el (isearch-highlight): Don't punt if the display
7751 doesn't support colors, since isearch faces are defined for
7752 monochrome displays as well.
7753
7754 2001-01-27 Sam Steingold <sds@gnu.org>
7755
7756 * shell.el (shell-write-history-on-exit): Make sure that we are in
7757 the shell buffer (M-x tex-file RET inserted the error message into
7758 the TeX buffer).
7759
7760 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7761
7762 * simple.el (transient-mark-mode): Doc fix.
7763
7764 2001-01-27 Gerd Moellmann <gerd@gnu.org>
7765
7766 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
7767
7768 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7769
7770 * shell.el (shell-unquote-argument): If the shell is one of the
7771 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
7772 quote character.
7773 (shell-dumb-shell-regexp): Document that the shells which match
7774 this regexp are supposed to not treat a backslash as a quote character.
7775
7776 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
7777 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
7778
7779 2001-01-27 Richard M. Stallman <rms@gnu.org>
7780
7781 * dabbrev.el (dabbrev--substitute-expansion):
7782 Treat a one-capital-letter abbrev as "not all upper case",
7783 so as to force preservation of the expansion's pattern
7784 if the expansion starts with a capital letter.
7785
7786 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7787
7788 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
7789 Doc fix.
7790
7791 * simple.el (transient-mark-mode): Document the fact that many
7792 commands act on the region when mark is active.
7793
7794 2001-01-27 Kenichi Handa <handa@etl.go.jp>
7795
7796 * international/quail.el (quail-setup-completion-buf): Make the
7797 multibyteness of current buffer inherited to Quail completion buffer.
7798 (quail-show-guidance-buf): Make the multibyteness of current
7799 buffer inherited to Quail guidance buffer.
7800 (quail-help): Make the multibyteness of current buffer inherited
7801 to Quail help buffer.
7802
7803 2001-01-26 Dave Love <fx@gnu.org>
7804
7805 * time-stamp.el: Doc fixes.
7806
7807 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
7808 (delphi-keyword-face, delphi-other-face): Fix :type.
7809
7810 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
7811
7812 * mail/feedmail.el (feedmail): Add :link.
7813 (feedmail-send-it): Doc fix.
7814
7815 * mail/sendmail.el: Doc fixes.
7816 (sendmail-send-it): Fix the non-ASCII regexp and use
7817 rfc2047-encode-string.
7818
7819 * dired.el, dired-aux.el: Revert last change.
7820
7821 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7822
7823 * makefile.w32-in (DONTCOMPILE): Add various term files.
7824
7825 2001-01-26 Dave Love <fx@gnu.org>
7826
7827 * Makefile.in (DONTCOMPILE): Add various term files.
7828
7829 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7830
7831 * man.el (Man-default-man-entry, Man-mode): Doc fix.
7832
7833 * startup.el (display-startup-echo-area-message): Make sure
7834 the echo area is resized to fit the size of the startup message.
7835
7836 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
7837 part of which is a constant.
7838
7839 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7840
7841 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
7842
7843 2001-01-26 Richard M. Stallman <rms@gnu.org>
7844
7845 * simple.el (next-line): Don't let `newline' expand abbrevs.
7846 Simplify slightly.
7847 (open-line): Don't let `newline' expand abbrevs.
7848
7849 2001-01-25 John Wiegley <johnw@gnu.org>
7850
7851 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
7852 to `repeat' in the :type field.
7853
7854 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
7855 allow a choice of regexp or nil.
7856 (pcomplete-dir-ignore): Same.
7857
7858 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
7859 a command) to always fail.
7860
7861 2001-01-25 Gerd Moellmann <gerd@gnu.org>
7862
7863 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
7864 discard the result.
7865 (iswitchb-to-end): Likewise.
7866
7867 2001-01-25 Sam Steingold <sds@gnu.org>
7868
7869 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
7870 Require vc.
7871
7872 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
7873
7874 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
7875
7876 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
7877
7878 2001-01-25 Dave Love <fx@gnu.org>
7879
7880 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
7881 (describe-coding-system): Tweak the English text.
7882
7883 * loadup.el: Preload international/ccl for utf-8.
7884
7885 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
7886
7887 * mail/rmail.el (rmail-redecode-body): Doc fix.
7888
7889 2001-01-25 Kenichi Handa <handa@etl.go.jp>
7890
7891 * international/mule-cmds.el (reset-language-environment):
7892 Reset coding-category-utf-8 to mule-utf-8.
7893
7894 * international/mule-conf.el (coding-category-utf-8):
7895 Initialize to mule-utf-8.
7896
7897 * loadup.el: Preload international/utf-8.
7898
7899 * international/utf-8.el: New file.
7900
7901 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
7902
7903 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
7904
7905 2001-01-24 Sam Steingold <sds@gnu.org>
7906
7907 * dired.el (dired-replace-in-string): Removed.
7908 (dired-sort-toggle): Use `replace-regexps-in-string'
7909 instead of `dired-replace-in-string'.
7910
7911 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
7912 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
7913
7914 * gs.el (gs-replace-in-string): Removed.
7915 (gs-options): Use `replace-regexps-in-string'
7916 instead of `gs-replace-in-string'.
7917
7918 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
7919
7920 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
7921 bug report is mailed to an email list and posted to a news group.
7922
7923 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7924
7925 * comint.el (comint-replace-by-expanded-history-before-point):
7926 Fix change of 2000-08-03 to move point to the start of the line again.
7927
7928 * startup.el (tool-bar-images-pixel-height): New variable.
7929 (command-line): After loading the user's init file, when
7930 tool-bar-mode is on, increase the frame's size by some lines for
7931 the tool-bar.
7932
7933 * frame.el (frame-initialize): Create the initial frame invisible.
7934
7935 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
7936
7937 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
7938 (chinese-big5): MIME:Big5.
7939
7940 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7941
7942 * international/mule-cmds.el (universal-coding-system-argument):
7943 Handle commands with prefix args.
7944
7945 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7946
7947 * calendar/diary-lib.el (diary-float): Fix case of MONTH
7948 being a list of numbers.
7949 (diary-mail-entries): Rewritten.
7950
7951 2001-01-23 Dave Love <fx@gnu.org>
7952
7953 * international/mule.el (make-coding-system): Fix typo.
7954
7955 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
7956 Add backward-paragraph as font-lock-beginning-of-syntax-function.
7957
7958 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
7959
7960 * font-lock.el (font-lock-mode): Doc fix.
7961
7962 2001-01-23 Kenichi Handa <handa@etl.go.jp>
7963
7964 * international/mule.el (make-translation-table): Fix docstring.
7965
7966 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
7967
7968 * mail/rmail.el (rmail-redecode-body): New function.
7969
7970 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
7971
7972 2001-01-22 Gerd Moellmann <gerd@gnu.org>
7973
7974 * isearch.el (isearch-lazy-highlight-case-fold-search)
7975 (isearch-lazy-highlight-regexp): New variables.
7976 (isearch-lazy-highlight-cleanup): Update lazy highlight if
7977 case-fold search or regexp search has been toggled.
7978
7979 * wid-edit.el (widget-button-click): Avoid a save-excursion
7980 around running a global binding.
7981
7982 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
7983 to 0.25.
7984
7985 2001-01-20 Miles Bader <miles@gnu.org>
7986
7987 * cus-edit.el (custom-face-save): Do post-processing on the face's
7988 new value like `custom-face-set' does.
7989
7990 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7991
7992 * mail/emacsbug.el (report-emacs-bug): Report the value of
7993 LC_CTYPE, not LC_TYPE.
7994
7995 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
7996 isearch-toggle-regexp and isearch-edit-string to doc string.
7997
7998 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7999
8000 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
8001 as font-lock-beginning-of-syntax-function in font-lock-defaults.
8002
8003 * jit-lock.el (jit-lock-fontify-now): Don't bind
8004 font-lock-beginning-of-syntax-function to nil.
8005
8006 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8007
8008 * mail/emacsbug.el (report-emacs-bug): Report values of
8009 locale-coding-system, default-enable-multibyte-characters, and the
8010 environment variables LC_ALL, LC_TYPE, and LANG.
8011
8012 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8013
8014 * font-lock.el (font-lock-default-fontify-region): Fix last change.
8015
8016 * font-lock.el (font-lock-multiline): Default to nil.
8017 (font-lock-default-fontify-region): If font-lock-multiline is
8018 nil, don't check the property `font-lock-multiline'.
8019
8020 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
8021 is nil, don't check the `font-lock-multiline' text property.
8022
8023 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8024
8025 * viper.el: Call initial-major-mode on startup.
8026
8027 * ediff.el (ediff-patch-file): Use better defaults.
8028
8029 * ediff-vers.el: Fix for 8+3 DOS file systems.
8030
8031 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
8032
8033 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
8034 diff mode, if available.
8035
8036 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8037
8038 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
8039
8040 * ediff-init.el (subst-char-in-string): Define and use it, unless
8041 it's already defined.
8042
8043 2001-01-18 Gerd Moellmann <gerd@gnu.org>
8044
8045 * tooltip.el (tooltip-hide-delay): New user-option.
8046 (tooltip-show): Use tooltip-hide-delay instead of the default.
8047
8048 2001-01-18 Kenichi Handa <handa@etl.go.jp>
8049
8050 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
8051 kill-local-variable doesn't work for enable-multibyte-characters.
8052
8053 2001-01-17 Dave Love <fx@gnu.org>
8054
8055 * ediff-init.el (ediff-before-setup-hook)
8056 (ediff-merge-filename-prefix): Add :version.
8057
8058 * international/latin1-disp.el: Require disp-table.
8059 (latin1-display): Fix :set.
8060
8061 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8062
8063 2001-01-17 Gerd Moellmann <gerd@gnu.org>
8064
8065 * isearch.el (isearch-lazy-highlight-initial-delay)
8066 (isearch-lazy-highlight-interval): Default to 0.
8067
8068 2001-01-17 Bob Glickstein <bobg@zanshin.com>
8069
8070 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8071 1 here rather than each time through
8072 isearch-lazy-highlight-new-loop.
8073 (isearch-lazy-highlight-max): Variable deleted.
8074 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8075 isearch-lazy-highlight-max but controls a single invocation of
8076 isearch-lazy-highlight-update.
8077 (isearch-lazy-highlight-wrapped): Variable recreated.
8078 (isearch-lazy-highlight-window-start): New variable.
8079 (isearch-lazy-highlight-cleanup): Restored to behavior of
8080 before 2-Jan.
8081 (isearch-lazy-highlight-remove-overlays): Function deleted;
8082 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8083 behavior removed.
8084 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8085 isearch-lazy-highlight-update in a loop rather than just once.
8086 Test isearch-invalid-regexp here and decide not to start a new
8087 loop, rather than testing it each time through
8088 isearch-lazy-highlight-update.
8089 (isearch-lazy-highlight-search): Function restored.
8090 (isearch-lazy-highlight-update): Get called in a timer loop again,
8091 but this time highlight more than one match each time through.
8092 Only highlight matches in the visible part of the window.
8093 Start at point, move in the direction of the search, and wrap around at
8094 the edge of the window. Use sit-for to force redisplay and ensure
8095 window-start is credible. "Face suppressing" behavior removed;
8096 overlay priorities should make it unnecessary, right?
8097 (isearch-highlight): Face suppressing behavior removed.
8098 (isearch-dehighlight): Face suppressing behavior removed.
8099 (isearch-set-lazy-highlight-faces-at): Removed.
8100
8101 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8102
8103 * language/european.el ("Latin-1"): Make the format of description
8104 about additional language environments same as that of Latin-2.
8105
8106 2001-01-16 Dave Love <fx@gnu.org>
8107
8108 * isearch.el (isearch-lazy-highlight): Add :version.
8109
8110 * simple.el (backward-delete-char-untabify-method)
8111 (next-line-add-newlines): Add :version.
8112
8113 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8114
8115 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8116 Don't bind <delete> otherwise.
8117
8118 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8119 and <delete> via function-key-map.
8120
8121 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8122 Subject line only if point is after the `Subject:'.
8123
8124 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8125
8126 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8127 japanese-jisx0213-2 in `charset' property of this lang. env.
8128
8129 * language/european.el ("Latin-1"): Add description for Dutch and
8130 Spanish lang. env.
8131
8132 * international/mule.el (decode-char): Fix conditions.
8133 (encode-char): Handle eight-bit-control too.
8134 (transform-make-coding-system-args): New function.
8135 (make-coding-system): Accept XEmacs style arguments for CCL base
8136 coding system.
8137
8138 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8139
8140 * progmodes/etags.el (find-tag-noselect): Save the value of
8141 tags-file-name before switching buffers, for the case it has a
8142 buffer-local value.
8143
8144 2001-01-15 Alex Schroeder <alex@gnu.org>
8145
8146 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8147 From Dave Love <fx@gnu.org>.
8148 (ansi-color-for-comint-mode): Fix :version.
8149
8150 2001-01-15 Alex Schroeder <alex@gnu.org>
8151
8152 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8153
8154 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8155
8156 * dired.el (dired-insert-directory): If file-system-info fails,
8157 remove the " free " part, but don't signal an error.
8158
8159 2001-01-12 Sam Steingold <sds@gnu.org>
8160
8161 * bookmark.el (bookmark-maybe-historicize-string):
8162 Use new backquote syntax.
8163
8164 2001-01-12 Richard M. Stallman <rms@gnu.org>
8165
8166 * subr.el (last): Handle a list that doesn't end in nil.
8167
8168 2001-01-12 Sam Steingold <sds@gnu.org>
8169
8170 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8171 to `backward-delete-char-untabify'.
8172
8173 2001-01-12 Dave Love <fx@gnu.org>
8174
8175 * cus-edit.el (customize-menu-create): Fix the :filter following
8176 easymenu change.
8177
8178 * wid-edit.el (function): Add :match-alternatives.
8179 (widget-color-action): Doc fix.
8180
8181 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8182
8183 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8184
8185 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8186
8187 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8188
8189 * international/ccl.el (define-ccl-program): Fix docstring.
8190
8191 2001-01-11 Dave Love <fx@gnu.org>
8192
8193 * international/mule-cmds.el (standard-display-european-internal):
8194 Set display table for 2208 as for 160.
8195
8196 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8197
8198 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8199 entry for custom-menu-create change.
8200 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8201 don't cons it in the search loop.
8202
8203 * imenu.el (imenu--truncate-items): Revert last change.
8204
8205 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8206
8207 * info.el (Info-setup-header-line): If the node header includes
8208 either Next: or Prev: links, don't show the File: and Node: parts
8209 in the header line.
8210
8211 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8212
8213 * comint.el (comint-goto-process-mark): Don't print a message
8214 when running in batch mode.
8215
8216 * isearch.el (isearch-search): In the condition-case handler for
8217 `error', set isearch-invalid-regexp to the whole error message.
8218
8219 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8220 ensure that eval-after-load works for files dumped with Emacs.
8221
8222 * help.el (load-symbol-file-load-history): New function extracted
8223 from function symbol-file.
8224 (symbol-file): Use it.
8225
8226 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8227
8228 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8229
8230 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8231 behave as if there were no prefix argument.
8232 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8233 argument were nil.
8234
8235 2001-01-11 Richard M. Stallman <rms@gnu.org>
8236
8237 * isearch.el (isearch-lazy-highlight-update):
8238 Don't look for more potential matches once maximum is exceeded.
8239 Use overlays-in to check correctly for overlap with current match.
8240 Ignore empty matches.
8241
8242 2001-01-11 Miles Bader <miles@gnu.org>
8243
8244 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8245 (ispell-overlay-window, ispell-help, ispell-show-choices)
8246 (ispell-command-loop): Use it instead of `window-height'.
8247
8248 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8249
8250 * files.el (confirm-kill-emacs): New user-option.
8251 (save-buffers-kill-emacs): Ask for final confirmation before
8252 killing Emacs.
8253
8254 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8255 to nil.
8256
8257 2001-01-10 Dave Love <fx@gnu.org>
8258
8259 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8260
8261 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8262
8263 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8264
8265 * calculator.el (calculator-number-digits): Fix :type.
8266
8267 * vc-cvs.el (vc-cvs-header): Fix :type.
8268 * vc-rcs.el (vc-rcs-header): Fix :type.
8269 * vc-sccs.el (vc-sccs-header): Fix :type.
8270
8271 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8272
8273 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8274
8275 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8276
8277 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8278
8279 * simple.el (set-variable): Force a thorough redisplay for the
8280 case that the variable has an effect on the display, like
8281 `tab-width' has.
8282
8283 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8284
8285 * vc.el: Add documentation for backend interface.
8286
8287 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8288
8289 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8290
8291 * international/mule-conf.el (latin-extra-code-table): Set to t
8292 for \223 and \224.
8293
8294 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8295
8296 * international/mule-cmds.el (locale-language-names): Map "es" to
8297 "Spanish" and "nl" to "Dutch".
8298
8299 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8300
8301 * bindings.el (global-map): Bind <home> to beginning-of-line,
8302 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8303 C-<end> to end-of-buffer.
8304
8305 * language/european.el: Add Dutch and Spanish language info
8306 to be able to use the appropriate tutorials.
8307
8308 2001-01-09 Alex Schroeder <alex@gnu.org>
8309
8310 * ansi-color.el (ansi-color-process-output): Use markers instead
8311 of positions for start and end of region.
8312 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8313 Previously, occasional mistakes happend when fontifying many
8314 chunks of output (eg. ls --color=yes /dev). This happened
8315 whenever an overlay was created up to the end of the region, which
8316 coincided with the process-mark. New text would then be added
8317 within that overlay instead of after it.
8318 (ansi-color-make-extent): Overlays are created with the property
8319 `modification-hooks' set to '(ansi-color-freeze-overlay).
8320 (ansi-color-freeze-overlay): New function. When inserting text at
8321 the end of the overlay, the overlay will resize.
8322
8323 2000-01-09 Alex Schroeder <alex@gnu.org>
8324
8325 * ansi-color.el (ansi-color-process-output): Doc change.
8326 (ansi-color-unfontify-region): Doc change. No longer installed
8327 automatically in font-lock-unfontify-region-function.
8328 (ansi-color-apply): Doc change.
8329 (ansi-color-apply-on-region): Use extents or overlays instead of
8330 text-properties.
8331 (ansi-color-make-extent): New function.
8332 (ansi-color-set-extent-face): New function.
8333
8334 2000-01-09 Alex Schroeder <alex@gnu.org>
8335
8336 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8337 both use ansi-color-process-output, now.
8338 (ansi-color-process-output): Doesn't return string anymore. It is
8339 installed in comint-output-filter-functions for both Emacs and
8340 XEmacs, now.
8341 (ansi-color-unfontify-region): Simplified code removing variables
8342 pos and start-ansi.
8343 (ansi-color-apply): Put text-property ansi-color before putting
8344 text-property face because ansi-color-unfontify-region is called
8345 immediately after the call to put-text-property.
8346 (ansi-color-context-region): Doc change.
8347 (ansi-color-filter-region): Simplified code.
8348 (ansi-color-apply-on-region): Changed start to start-marker, using
8349 a marker explicitly. Put text-property ansi-color before putting
8350 text-property face because ansi-color-unfontify-region is called
8351 immediately after the call to put-text-property.
8352
8353 2000-01-09 Alex Schroeder <alex@gnu.org>
8354
8355 * ansi-color.el (ansi-color-faces-vector): Doc change.
8356 (ansi-color-for-comint-mode): Changed :type property to choice.
8357 (ansi-color-last-context): Removed.
8358 (ansi-color-process-output): Don't use ansi-color-last-context, as
8359 the main functions will store their context now.
8360 (ansi-color-context): Doc change.
8361 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8362 Uses ansi-color-context such that repeated calls will strip
8363 partial escape sequences, too.
8364 (ansi-color-apply): Simplified code. Colorize end of string if
8365 face is not null. Store context in new (FACE STRING) format, such
8366 that repeated calls will strip partial escape sequences, too.
8367 Append faces to face property using ansi-color-apply-sequence such
8368 that cumulative mode actually works.
8369 (ansi-color-context-region): New variable.
8370 (ansi-color-filter-region): Rewrote it based on
8371 ansi-color-apply-on-region. Uses ansi-color-context-region such
8372 that repeated calls will strip partial escape sequences, too.
8373 (ansi-color-apply-on-region): Simplified code. Colorize end of
8374 region if face is not null. Store context in new (FACE POS)
8375 format, such that repeated calls will strip partial escape
8376 sequences, too. Append faces to face property using
8377 ansi-color-apply-sequence such that cumulative mode actually works.
8378 (ansi-color-apply-sequence): New function.
8379 (ansi-color-get-face): When the default face is added to the list
8380 of faces, all previous settings are discarded and the list of
8381 faces is set to '(default).
8382
8383 2000-01-09 Alex Schroeder <alex@gnu.org>
8384
8385 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8386 face, such that ansi-color-apply and ansi-color-apply-on-region
8387 will do the right thing.
8388 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8389 returns nil, set the list of faces back to nil instead of
8390 appending the result of ansi-color-get-face to the front of the list.
8391
8392 2000-01-09 Alex Schroeder <alex@gnu.org>
8393
8394 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8395 (ansi-color-process): Doc change.
8396 (ansi-color-last-context): New buffer-local variable.
8397 (ansi-color-process-output): New function. It is automatically
8398 added to comint-output-filter-functions if this is XEmacs.
8399 (ansi-color-unfontify-region): New optional parameter for XEmacs
8400 compatibility. Check wether font-lock-syntactic-keywords is
8401 boundp before removing the syntax table text property, as XEmacs
8402 doesn't have it.
8403 (ansi-color-filter-region): Doc change.
8404 (ansi-color-apply-on-region): Doc change.
8405 (ansi-color-make-face): New function. Compatibility layer for
8406 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8407 (ansi-color-make-color-map): Use ansi-color-make-face.
8408 (ansi-color-get-face): Avoid face text property '(nil) as results
8409 in an errow for XEmacs.
8410
8411 2000-01-09 Alex Schroeder <alex@gnu.org>
8412
8413 * ansi-color.el (ansi-color-unfontify-region): New function.
8414 Uses text-property ansi-color in order to preserve fontification by
8415 ansi-color. When the package is loaded, a lambda expression is
8416 put onto font-lock-mode-hook. This lambda expression will check
8417 font-lock-unfontify-region-function and replace
8418 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8419 (ansi-color-apply): Add text-property ansi-color in addition to
8420 text-property face.
8421 (ansi-color-apply-on-region): Add text-property ansi-color in
8422 addition to text-property face.
8423 (save-buffer-state): Copy of the macro that is also used by
8424 lazy-lock and font-lock.
8425
8426 (ansi-color-for-comint-mode): New option.
8427 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8428 (ansi-color-for-comint-mode-off): Ditto.
8429 (ansi-color-for-comint-mode-filter): Ditto.
8430 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8431 decide what to do. This function is added to
8432 comint-preoutput-filter-functions when the package is loaded.
8433
8434 (ansi-color-for-shell-mode-set): Removed.
8435 (ansi-color-for-shell-mode): Removed.
8436
8437 2000-01-09 Alex Schroeder <alex@gnu.org>
8438
8439 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8440 the lambda expression from the ansi-color-for-shell-mode :set
8441 property. Additionally, modify shell-mode-hook to enable or
8442 disable font-lock-mode for future shell buffers.
8443 (ansi-color-for-shell-mode): The :set property calls
8444 ansi-color-for-shell-mode-set instead of a lambda expression.
8445
8446 2000-01-09 Alex Schroeder <alex@gnu.org>
8447
8448 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8449 (ansi-color-context): New variable.
8450 (ansi-color-apply): Save context between calls.
8451
8452 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8453
8454 * isearch.el (isearch, isearch-lazy-highlight-face):
8455 New definitions for face colors and attributes.
8456
8457 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8458 of display-mouse-p.
8459
8460 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8461
8462 * international/mule.el (make-coding-system): If the coding system
8463 accepts extra latin codes, register such codes as safe for the
8464 coding system.
8465
8466 2001-01-08 Richard M. Stallman <rms@gnu.org>
8467
8468 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8469 don't mention the file name or the date here, because they are
8470 logged at the start of the file.
8471
8472 2001-01-08 Richard M. Stallman <rms@gnu.org>
8473
8474 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8475 Change screen-width to frame-width.
8476
8477 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8478
8479 * info.el (Info-search): Print the default as part of the prompt.
8480
8481 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8482
8483 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8484 constant implementations in backends.
8485
8486 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8487 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8488
8489 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8490 WRITABLE to EDITABLE.
8491
8492 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8493 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8494 to EDITABLE.
8495
8496 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8497
8498 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8499 (copyright, copyright-update): Compute the current year at run time.
8500
8501 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8502
8503 * isearch.el (isearch-old-signal-hook): Removed.
8504 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8505 instead of setting signal-hook-function.
8506 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8507
8508 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8509
8510 * emulation/edt.el: Update to version 4.0. Provide support for
8511 EDT scroll margins at top and bottom of the window. Provide an
8512 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8513 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8514 user when file-related buffer modifications exist.
8515 Provide support for running EDT Emulation in XEmacs.
8516 Provide customize access to some user updatable variables.
8517 Add Commentary section to file header.
8518 Fixed a few minor bugs and cleaned up some code.
8519
8520 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8521 for detecting a keypress that generates an ASCII key sequence.
8522 (Previously, only a keypress that generates a vector was
8523 recognized.) Embed Window Manager name into name of the generated
8524 EDT Emulation initialization file since the initialization file is
8525 Window Manager specific. Add Commentary section to file header.
8526
8527 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8528
8529 * mail/sendmail.el (mail-mode): Doc fix.
8530
8531 * info.el (Info-goto-emacs-command-node): Doc fix.
8532 (Info-goto-emacs-key-command-node): Doc fix.
8533
8534 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8535
8536 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8537 systems without long file-name support.
8538
8539 2001-01-06 Andrew Innes <andrewi@gnu.org>
8540
8541 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8542
8543 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8544
8545 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8546 (isearch-lazy-highlight-update): Doc fix.
8547
8548 * ffap.el (ffap-bindings): Doc fix.
8549
8550 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8551
8552 2001-01-05 Dave Love <fx@gnu.org>
8553
8554 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8555
8556 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8557
8558 * mouse-drag.el (mouse-drag-safe-scroll):
8559 Bind scroll-preserve-screen-position to nil.
8560
8561 * isearch.el (isearch-old-signal-hook): New variable.
8562 (isearch-mode): Set signal-hook-function to isearch-done.
8563 (isearch-done): Restore old signal-hook-function.
8564
8565 * info.el (Info-fontify-node): Mark one more char as intangible.
8566
8567 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8568
8569 * composite.el (compose-last-chars): New argument COMPONENTS.
8570 If it is non-nil, compose preceding characters by compose-region with
8571 COMPONENTS.
8572
8573 * international/quail.el (quail-input-string-to-events): New function.
8574 (quail-input-method): Convert input string to events here.
8575 (quail-start-translation): Return input string, not event list.
8576 (quail-start-conversion): Likewise.
8577
8578 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8579
8580 * tooltip.el (tooltip-cancel-delayed-tip)
8581 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8582 and tooltip-add-timeout.
8583 (tooltip-show): Set border color from faces's foreground.
8584 (tooltip-show-help-function): If called with the same help string
8585 as last time, do nothing.
8586 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8587
8588 * startup.el (fancy-splash-screens): Don't bind show-help-function
8589 to nil.
8590
8591 * tooltip.el (tooltip-frame-parameters): Remove colors.
8592 (tooltip): New face
8593 (tooltip-set-param): New function.
8594 (tooltip-show): Set up color frame parameters from face `tooltip'.
8595 Display the tooltip text in face `tooltip'.
8596
8597 2001-01-04 Dave Love <fx@gnu.org>
8598
8599 * whitespace.el (whitespace-global-mode): Fix typo.
8600
8601 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8602
8603 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8604
8605 * help.el (help-for-help): Fix a typo in a doc string.
8606 From kwzh@gnu.org (Karl Heuer).
8607
8608 2001-01-03 Dave Love <fx@gnu.org>
8609
8610 * dired-x.el: Doc fixes. Maintainer change.
8611 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8612 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8613 (dired-guess-shell-alist-user): Customize.
8614 (dired-x-help-address): Set to bug-gnu-emacs.
8615 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8616 (dired-default-directory): Renamed from default-directory.
8617
8618 * hl-line.el (hl-line): Doc fix.
8619
8620 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8621
8622 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8623
8624 2001-01-02 Richard M. Stallman <rms@gnu.org>
8625
8626 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8627 to remove all the current alternative-match highlighting.
8628 If nil, remove only what's outside the current window.
8629 (isearch-lazy-highlight-remove-overlays): Take optional
8630 region within which NOT to remove them.
8631 (isearch-lazy-highlight-new-loop): Greatly simplified.
8632 (isearch-lazy-highlight-update): Find all the other occurrences
8633 visible in the window, in just one call.
8634 (isearch-lazy-highlight-start): Now holds start of region to scan.
8635 (isearch-lazy-highlight-end): Now holds end of region to scan.
8636 (isearch-lazy-highlight-wrapped): Variable deleted.
8637 (isearch-lazy-highlight-search): Function deleted.
8638
8639 2000-01-02 Andrew Innes <andrewi@gnu.org>
8640
8641 * w32-fns.el (convert-standard-filename): Do length check on name
8642 before aref.
8643
8644 2001-01-02 Dave Love <fx@gnu.org>
8645
8646 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8647 value.
8648 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8649
8650 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8651
8652 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8653 read syntax.
8654
8655 * calendar/todo-mode.el (todo): Add :link, :version.
8656 (todo-save-top-priorities): Remove autoload cookie.
8657 (todo-add-category, todo-add-item-non-interactively)
8658 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8659
8660 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8661
8662 * comint.el (comint-input-history-ignore): New variable.
8663 (comint-read-input-ring): Ignore entries matching
8664 comint-input-history-ignore.
8665
8666 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8667
8668 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8669 (lm-copyright-mark): New function.
8670 (lm-crack-copyright): New function.
8671 (lm-verify): Check that the file has a copyright.
8672 Check that the file is copyright Free Software Foundation.
8673
8674 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8675
8676 * international/mule-diag.el (print-fontset): Indent font name by
8677 24 columns, not 25.
8678
8679 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8680
8681 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8682 in Subject line.
8683
8684 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8685 Use mail-mode-hook instead of mail-setup-hook.
8686 Otherwise continuing an interrupted message with C-u C-x m for
8687 instance, winds up in Mail mode without abbrevs.
8688
8689 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8690
8691 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8692 non-nil. Adding almost all customization variables on ps-setup.
8693 Doc fix.
8694 (ps-print-version): New version number (6.3.3).
8695 (ps-end-with-control-d): Initialization fix.
8696 (ps-lines-printed): New var.
8697 (ps-skip-newline): New fun.
8698 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8699 (ps-next-line, ps-continue-line, ps-plot-region)
8700 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8701
8702 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8703
8704 * international/fontset.el (x-complement-fontset-spec):
8705 Resolve ASCII font name so that the same family name is used for fonts
8706 registered in x-font-name-charset-alist.
8707 (create-fontset-from-fontset-spec): Adjusted for the above change.
8708 The name of fontset alias should be a unresolved ASCII font name.
8709
8710 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8711
8712 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8713 and delete in isearch-mode-map.
8714
8715 2000-12-28 Richard M. Stallman <rms@gnu.org>
8716
8717 * dired-x.el (dired-guess-shell-alist-default):
8718 Use xpdf instead of acroread.
8719
8720 2000-12-28 Kenichi Handa <handa@etl.go.jp>
8721
8722 * textmodes/artist.el (artist-butlast): Deleted.
8723 (artist-ellipse-mirror-quadrant): Use butlast instead of
8724 artist-butlast.
8725
8726 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8727
8728 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8729
8730 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8731
8732 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8733
8734 * ls-lisp.el: Better support for the Mac and MS-Windows.
8735 (ls-lisp): New defgroup.
8736 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
8737 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
8738 (ls-lisp-support-shell-wildcards): New defcustoms.
8739 (ls-lisp-parse-symlink): New function.
8740 (insert-directory): Code to convert switches to a list and set up
8741 the wildcard argument copied from ls-lisp-insert-directory.
8742 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
8743 for -C and -R switches.
8744 (ls-lisp-column-format): New function.
8745 (ls-lisp-delete-matching, ls-lisp-handle-switches)
8746 (ls-lisp-format-time): Add doc strings.
8747 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
8748 Support ls-lisp-dirs-first.
8749 (ls-lisp-classify, ls-lisp-extension): New functions.
8750 (ls-lisp-format): Optionally support emulation of symlinks.
8751 Support -i, -s, and -G switches.
8752
8753 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8754
8755 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
8756
8757 * version.el (emacs-version): Print X scroll bar information.
8758
8759 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
8760 instead of x-toolkit-scroll-bars-p.
8761
8762 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
8763 of x-toolkit-scroll-bars-p.
8764
8765 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8766
8767 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
8768 (ffap-bindings): Doc fix, to reflect the above change.
8769
8770 2000-12-27 Kenichi Handa <handa@etl.go.jp>
8771
8772 * term.el (term-char-mode): Define all non-ascii self-inserting
8773 characters to 'term-send-raw in term-raw-map.
8774
8775 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
8776
8777 * viper-init (viper-restore-cursor-type): Added condition-case guard.
8778
8779 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
8780 Changed initialization; use add-hook.
8781 (ediff-file-remote-p): Use file-local-copy.
8782
8783 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
8784
8785 * ediff.el (ediff-patch-buffer): Bug fix.
8786 (ediff-revision): Allow selection of the file at the prompt.
8787
8788 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
8789
8790 * subr.el (combine-run-hooks): Remove.
8791
8792 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
8793 and remove the rogue second spec.
8794
8795 2000-12-23 Gerd Moellmann <gerd@gnu.org>
8796
8797 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
8798
8799 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
8800
8801 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
8802 Use minibuffer menu prompt for the `=' prefix.
8803 (smerge-command-prefix): Change default to C-^.
8804 (smerge-mode): Don't assume font-lock doesn't move point.
8805
8806 * skeleton.el (skeleton-internal-1): Make sure the first line of
8807 the region is also re-indented.
8808 (skeleton-end-newline): New var.
8809 (skeleton-end-hook): Use it.
8810
8811 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8812
8813 * comint.el (comint-password-prompt-regexp): Support CVS.
8814
8815 2000-12-22 Gerd Moellmann <gerd@gnu.org>
8816
8817 * simple.el (delete-key-deletes-forward-mode): Simplify.
8818 Also backspace key combinations, depending on
8819 delete-key-deletes-forward.
8820
8821 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
8822
8823 * simple.el (delete-key-deletes-forward): Doc fix.
8824
8825 2000-08-22 Emmanuel Briot <briot@gnat.com>
8826
8827 * xml.el (top level comment): Updated to reflect the fact that
8828 white spaces are relevant in the XML file.
8829 (xml-parse-file): Do not kill an existing Emacs buffer if the file
8830 to parse was already edited. This allows for on-the-fly analysis
8831 of XML files.
8832 (xml-parse-tag): Check that the casing is the same in the start
8833 tag and end tag, since XML is case-sensitive. Allows for spaces
8834 in the end tag, after the name of the tag.
8835 (xml-parse-attlist): Allow for the character '-' in the name of
8836 attributes, as in the standard http-equiv attribute Do not save
8837 the properties in the XML tree, since they are not relevant.
8838
8839 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
8840
8841 * generic.el (generic-read-type): Undo last change, inline into
8842 `generic-mode' and then remove.
8843 (generic-mode): Inline generic-read-type.
8844 (define-generic-mode): Push the symbol name rather than the symbol
8845 onto generic-mode-list.
8846
8847 2000-12-21 Gerd Moellmann <gerd@gnu.org>
8848
8849 * generic.el (generic-read-type): Build an alist for
8850 completing-read as in 20.7.
8851
8852 * play/landmark.el (lm): Use interactive spec `P'.
8853 (toplevel): Don't set debug-on-error.
8854
8855 * server.el (server-switch-buffer): Choose a window on a visible frame.
8856
8857 2000-12-21 Dave Pearson <davep@davep.org>
8858
8859 * quickurl.el: Commentry change, I've moved my web site.
8860
8861 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8862
8863 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
8864 ranges like \177-\237, but accepts the character sequence from \177 to
8865 \237. Doc fix.
8866 (ebnf-version): New version (3.4).
8867 (ebnf-setup): Code fix.
8868 (ebnf-range-regexp): New fun.
8869 (ebnf-8-bit-chars): Const fix.
8870
8871 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
8872 entry. Doc fix.
8873 (ebnf-bnf-lex): Code fix.
8874 (ebnf-bnf-comment-chars): Const fix.
8875
8876 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
8877 entry. Doc fix.
8878 (ebnf-iso-comment-chars): Const fix.
8879
8880 * ebnf-otz.el: Doc fix.
8881
8882 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
8883 entry. Doc fix.
8884 (ebnf-yac-skip-code): Code fix.
8885 (ebnf-yac-comment-chars): Const fix.
8886
8887 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8888
8889 * files.el (insert-directory-safely): New function.
8890 (recover-file): Use it instead of insert-directory.
8891 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8892
8893 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8894
8895 * international/mule-cmds.el (select-safe-coding-system):
8896 Check coding-category-list more rigidly. Improve help message.
8897
8898 * dired.el (dired-move-to-filename-regexp): Fix previous change.
8899
8900 2000-12-21 Miles Bader <miles@gnu.org>
8901
8902 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
8903
8904 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8905
8906 * international/mule-diag.el (describe-char-after): Make *Help*
8907 buffer inherit multibyteness of the current buffer.
8908
8909 * international/mule.el (make-char): Docstring adjusted for the
8910 change of make-char-internal.
8911
8912 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
8913
8914 * international/iso-cvt.el: Docstrings fix.
8915
8916 2000-12-20 Dave Love <fx@gnu.org>
8917
8918 * subr.el (eval-after-load): Doc fix.
8919
8920 2000-12-20 Kenichi Handa <handa@etl.go.jp>
8921
8922 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
8923 for numbers.
8924
8925 2000-12-20 Miles Bader <miles@gnu.org>
8926
8927 * international/quail.el (quail-help): Resize the help window
8928 again after it has all its contents. Remove unneeded progn.
8929
8930 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8931
8932 * pcmpl-linux.el: Fix copy/paste error.
8933
8934 2000-12-19 Andrew Innes <andrewi@gnu.org>
8935
8936 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
8937
8938 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
8939
8940 * progmodes/idlw-rinfo.el: Fixed copyright notice.
8941
8942 * progmodes/idlw-toolbar.el: Fixed copyright notice.
8943
8944 * progmodes/idlw-shell.el: Fixed copyright notice.
8945
8946 * progmodes/idlwave.el: Fixed copyright notice.
8947
8948 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
8949 TAB as key separators.
8950
8951 2000-12-19 Alex Schroeder <alex@gnu.org>
8952
8953 * sql.el (sql-sybase-options): New option.
8954 (sql-sybase): Use it. Add sql-database to the list of parameters
8955 provided for login. The options -w 2048 -n are not used any more.
8956 (sql-postgres-options): Changed default from "--pset" to "-P".
8957 (sql-mysql-options): Doc change.
8958 (sql-stop): Doc change.
8959
8960 2000-12-19 Kenichi Handa <handa@etl.go.jp>
8961
8962 * international/quail.el (quail-input-method): Always hide
8963 the guidance buffer on exiting.
8964
8965 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8966
8967 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
8968 isn't fboundp.
8969
8970 * server.el (server-buffer-done): Bury the buffer before
8971 killing it.
8972
8973 * faces.el (face-spec-set): Interpret a nil in specs for
8974 foreground and background colors as `unspecified', for
8975 compatibility with 20.x.
8976
8977 2000-12-18 Dave Love <fx@gnu.org>
8978
8979 * simple.el (mail-user-agent): Doc fix.
8980 (input-mode-8-bit): Removed.
8981
8982 * international/mule.el (set-keyboard-coding-system): Doc fix.
8983 (keyboard-coding-system): New option.
8984
8985 * mail/sendmail.el (send-mail-function): Customize.
8986
8987 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
8988
8989 * international/codepage.el (cp866-decode-table): New table.
8990
8991 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8992
8993 * version.el (emacs-version): Remove `%a' from the time format
8994 because the weekday doesn't fit well into each locale.
8995
8996 2000-12-18 Miles Bader <miles@gnu.org>
8997
8998 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
8999
9000 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
9001 Check that emacs-major-version is `=' to 20, not `>='.
9002 (artist-replace-chars): Use `make-string' instead of a loop.
9003
9004 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
9005
9006 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
9007 (cvs-execute-single-file): Don't change directory.
9008 Patch from Per Cederqvist.
9009
9010 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9011
9012 * textmodes/ispell.el (check-ispell-version):
9013 If `ispell-program-name' is "aspell", pass it the -v switch instead
9014 of -vv.
9015
9016 2000-12-16 Kenichi Handa <handa@etl.go.jp>
9017
9018 * international/mule-diag.el (mule-diag): Insert information about
9019 configure options, multibyte awareness, language env.
9020
9021 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
9022 regexp to search for candidates.
9023
9024 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
9025
9026 * info.el (Info-forward-node): If the node has an
9027 Info-header-line, widen the buffer before searching for "next:"
9028 and "up:" pointers, and set the search limit to stay in the
9029 current node.
9030
9031 2000-12-16 Miles Bader <miles@gnu.org>
9032
9033 * simple.el (delete-trailing-whitespace): Remove extraneous let.
9034
9035 2000-12-15 Miles Bader <miles@gnu.org>
9036
9037 * comint.el (comint-send-string, comint-send-region): Also accept
9038 a buffer, buffer-name, or nil for PROCESS, for compatibility with
9039 process-send-string/region.
9040
9041 2000-12-15 Gerd Moellmann <gerd@gnu.org>
9042
9043 * isearch.el (isearch-lazy-highlight-max): New user-option.
9044 (isearch-lazy-highlight-update): Don't highlight more than
9045 isearch-lazy-highlight-max matches.
9046
9047 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
9048
9049 2000-12-15 Richard M. Stallman <rms@gnu.org>
9050
9051 * sort.el (sort-columns): Fix error message.
9052
9053 * dabbrev.el (dabbrev--last-case-pattern): Value is now
9054 `upcase' or `downcase' or nil.
9055 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
9056 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
9057 (dabbrev--substitute-expansion): New arg record-case-pattern.
9058 If it is non-nil, set dabbrev--last-case-pattern.
9059 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9060
9061 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9062
9063 2000-12-15 Miles Bader <miles@gnu.org>
9064
9065 * paths.el (Info-default-directory-list): Don't delete
9066 configure-info-directory from the list of standard info
9067 directories when appending it to the end -- their order is important.
9068
9069 * faces.el (read-face-attribute): If there's no entry for the
9070 user's input in VALID, just use it as-is (this will often result
9071 in an error, but it may be OK for e.g. colors using hexadecimal
9072 notation, and at least will yield a better error message).
9073
9074 * window.el (mode-line-window-height-fudge): Function removed.
9075 (height-affecting-face-attributes, mode-line-window-height-fudge):
9076 Variables removed.
9077 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9078 window is really the right size. Use vertical-motion
9079 rather than forward-line.
9080 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9081 (ispell-command-loop, ispell-show-choices): Use the variable
9082 ispell-choices-win-default-height, rather than the function.
9083 (ispell-choices-win-default-height): Function removed.
9084 (ispell-mode-line-window-height-fudge): Function removed.
9085
9086 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9087
9088 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9089
9090 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9091
9092 * paths.el (Info-default-directory-list):
9093 If configure-info-directory is not one of the standard directories,
9094 put it first in the list; otherwise put it last. Doc string
9095 changed accordingly.
9096
9097 * info.el (Info-directory-list): Change doc string to reflect the
9098 change in Info-default-directory-list.
9099
9100 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9101 windows-nt as windowed environments, even under -nw.
9102
9103 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9104 if not fboundp. Switch delete-forward mode for the <delete> key
9105 on all PC platforms, even under -nw.
9106
9107 * term/internal.el ([M-delete]): Remap to M-d.
9108
9109 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9110
9111 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9112
9113 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9114
9115 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9116
9117 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9118
9119 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9120 if appropriate.
9121
9122 * simple.el (delete-key-deletes-forward): New user-option.
9123 (delete-key-deletes-forward-mode): New function.
9124
9125 * bindings.el: Bind `delete' to backward-delete-char.
9126
9127 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9128 Test if symbol is bound before getting its value.
9129
9130 * tooltip.el (tooltip-show): If an error is signaled in
9131 x-show-tip, display that error, and display the help in the
9132 echo area.
9133
9134 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9135
9136 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9137 Show "... entries" messages for every 10000 entries, not 10.
9138
9139 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9140
9141 * bookmark.el: Provide a generic exit hook, as suggested by
9142 Ovidiu Predescu <ovidiu@cup.hp.com>:
9143 (bookmark-exit-hook): New var.
9144 (bookmark-exit-hook-internal): New func, replaces
9145 old raw lambda form in `kill-emacs-hook', and runs new
9146 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9147 as logically that feature must have been provided if this function
9148 is running.
9149 Removed ;;;###autoload before the `add-hook' call.
9150
9151 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9152
9153 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9154 (easy-menu-current-active-maps): New function.
9155 (easy-menu-get-map): Use it.
9156 Make a proper menu entry when creating a new keymap.
9157
9158 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9159
9160 * international/characters.el: Fix cases and syntaxes for
9161 mule-unicode-0100-24ff.
9162
9163 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9164 that a Japanese character is not appended after day and year.
9165
9166 * info.el (Info-suffix-list): Change format for a command that
9167 requires arguments.
9168 (info-insert-file-contents): Adjusted for the above change.
9169
9170 2000-12-12 Andreas Schwab <schwab@suse.de>
9171
9172 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9173 on the name of the tar buffer. Verify that the existing buffer is
9174 visiting the same subfile.
9175
9176 2000-12-12 Dave Love <fx@gnu.org>
9177
9178 * subdirs.el: Add obsolete.
9179
9180 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9181
9182 * mail/rmailsum.el (rmail-summary-expunge)
9183 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9184 instead of rmail-confirm-expunge.
9185
9186 * replace.el (perform-replace): Don't use an empty match adjacent
9187 to a non-empty match when computing the next match before the
9188 replacement is performed.
9189
9190 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9191
9192 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9193 definition (patch by Stefan Monnier).
9194 (glasses-mode): Use jit-lock instead of `after-change-functions'
9195 (patch by Stefan Monnier).
9196
9197 2000-12-12 Miles Bader <miles@gnu.org>
9198
9199 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9200 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9201
9202 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9203
9204 * term/mac-win.el: Remove load for ls-lisp.
9205
9206 * loadup.el: Load ls-lisp for system-type `macos'.
9207
9208 2000-12-12 Miles Bader <miles@gnu.org>
9209
9210 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9211 Respect field end too.
9212 (just-one-space): Respect fields as `delete-horizontal-space'.
9213 (newline-and-indent, reindent-then-newline-and-indent):
9214 Use `delete-horizontal-space'.
9215
9216 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9217
9218 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9219 (so as to obey the field property in the minibuffer).
9220
9221 * obsolete/c-mode.el: Moved from lisp/progmodes.
9222 * obsolete/auto-show.el: Moved from lisp.
9223 * obsolete/ooutline.el: Moved from lisp/textmodes.
9224
9225 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9226
9227 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9228 changes to list them here.
9229
9230 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9231 Too many changes to list them here.
9232
9233 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9234 Too many changes to list them here.
9235
9236 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9237
9238 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9239
9240 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9241
9242 * cus-edit.el (custom-save-variables, custom-save-faces):
9243 Comment fix.
9244
9245 * hscroll.el: Moved to `obsolete' subdir.
9246
9247 2000-12-11 Miles Bader <miles@gnu.org>
9248
9249 * window.el (window-text-height): Function removed (now in C).
9250
9251 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9252
9253 * log-edit.el (log-edit-parent-buffer): New var.
9254 (log-edit): Set it. Add BUFFER argument.
9255 (log-edit-done): Use char-before.
9256 Don't bother checking validity of vc-comment-ring.
9257 Only bury the buffer if log-edit popped it up.
9258
9259 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9260 (cvs-mode-diff-help): Remove.
9261 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9262 (cvs-mode-marked): Set up the default for CMD manually.
9263
9264 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9265 Remove binding for ? now made unnecessary.
9266
9267 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9268
9269 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9270 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9271
9272 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9273 when master file is not open.
9274
9275 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9276
9277 * progmodes/ada-stmt.el: Update `maintainer'.
9278
9279 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9280
9281 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9282 choices to match documentation string.
9283
9284 2000-12-09 Miles Bader <miles@gnu.org>
9285
9286 * minibuf-eldef.el: New file.
9287
9288 * window.el (fit-window-to-buffer): Don't pass last argument to
9289 pos-visible-in-window-p, now that its meaning is inverted.
9290
9291 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9292
9293 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9294 <ceder@lysator.liu.se>.
9295
9296 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9297
9298 * autoinsert.el (auto-insert-alist): Add missing final \n.
9299
9300 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9301 (cvs-menu-map): Remove.
9302 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9303 (cvs-mode-quit): Turn it back into a plain function.
9304
9305 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9306 (texinfo-filter): Remove (move to texinfo.el).
9307
9308 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9309 file where it's more visible.
9310 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9311 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9312 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9313 (texinfo-inside-macro-p): Only catch `scan-error's.
9314 (texinfo-inside-env-p): Make better use of the match info.
9315 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9316 (texinfo-insert-@end): Slight re-organization.
9317 Also remove useless `looking-at' call.
9318
9319 2000-12-08 Andrew Innes <andrewi@gnu.org>
9320
9321 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9322 accessible in -nw mode.
9323
9324 * term/w32-win.el: Remove stuff about selection timeout, which is
9325 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9326 it is accessible in -nw mode.
9327
9328 2000-12-08 Dave Love <fx@gnu.org>
9329
9330 * emacs-lisp/lisp-mode.el (lisp-mode):
9331 Set font-lock-keywords-case-fold-search.
9332
9333 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9334
9335 * textmodes/ispell.el (ispell): Doc fix.
9336
9337 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9338
9339 * international/quail.el (quail-insert-decode-map): Check the
9340 frame width of a window displaying the current buffer, not that of
9341 the selected frame.
9342 (quail-help): Make sure that the help buffer has window before
9343 inserting text in it.
9344
9345 2000-12-07 Sam Steingold <sds@gnu.org>
9346
9347 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9348 Backquote is used in isearch.el, so autoloading saves nothing.
9349
9350 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9351
9352 * startup.el (normal-top-level-add-subdirs-to-load-path):
9353 Ignore the CVS and RCS subdirectories case-insensitively.
9354
9355 * dired.el (dired-insert-directory): If file-system-info is
9356 fboundp, call it instead of invoking dired-free-space-program.
9357
9358 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9359
9360 * server.el (server-visit-files): Push files on file-name-history.
9361
9362 * progmodes/cc-langs.el: Update copyright.
9363
9364 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9365
9366 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9367
9368 * bindings.el (mode-line-mode-menu): Reverse the order
9369 of define-keys so that the menu appears in alphabetical order.
9370
9371 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9372
9373 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9374 of the function.
9375
9376 2000-12-07 Dave Love <fx@gnu.org>
9377
9378 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9379
9380 * facemenu.el (facemenu-unlisted-faces): Fix value.
9381
9382 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9383
9384 * font-lock.el (font-lock-default-fontify-region):
9385 Include the terminating \n (off-by-one error).
9386 (font-lock-set-defaults): Use dolist.
9387
9388 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9389
9390 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9391
9392 * international/mule-cmds.el (describe-language-environment):
9393 Fix for the case that an input method title is not string but a list.
9394
9395 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9396 of wrong SIZE record.
9397
9398 2000-12-06 Dave Love <fx@gnu.org>
9399
9400 * newcomment.el (comment-region, comment-dwim): Doc fix.
9401
9402 * textmodes/texinfo.el: Require tex-mode when compiling.
9403 (texinfo-update-node): Doc fix.
9404 (texinfo-imenu-generic-expression): Add @anchor.
9405 (texinfo-font-lock-keywords): Add @uref.
9406 (texinfo-inside-macro-p): Don't use ignore-errors.
9407 (texinfo-insert-quote): Match more contexts.
9408
9409 * international/mule.el (decode-char, encode-char): Doc fix.
9410 (auto-coding-alist): Customize.
9411
9412 * files.el (load-file): Fix change of 2000-03-12.
9413
9414 * wid-edit.el (widget-text-keymap): Doc fix.
9415
9416 2000-12-06 Andrew Innes <andrewi@gnu.org>
9417
9418 * makefile.w32-in (lisp): Set to an absolute directory, namely
9419 $(CURDIR).
9420
9421 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9422
9423 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9424 read generated-autoload-file, and set buffer-file-coding-system to
9425 raw-text-unix after reading the file.
9426
9427 * international/mule-conf.el (file-coding-system-alist):
9428 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9429
9430 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9431
9432 * replace.el (occur): Make line-number-width 1 smaller for the
9433 colon following the line number.
9434
9435 * startup.el (fancy-splash-text, command-line-1):
9436 Use `File' for the menu name instead of `Files'.
9437
9438 * tmm.el: Update copyright.
9439
9440 * cus-start.el: Add entry for even-window-heights.
9441
9442 2000-12-06 Miles Bader <miles@gnu.org>
9443
9444 * faces.el (frame-set-background-mode): Avoid stomping on
9445 locally modified faces.
9446
9447 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9448
9449 * international/fontset.el: Correct the font registries for
9450 japanese-jisx0213-1 and japanese-jisx0213-2.
9451
9452 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9453
9454 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9455
9456 * iswitchb.el: Update customization commentary.
9457
9458 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9459
9460 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9461 (tpu-search-highlight): Fixed comparison of overlay end positions.
9462 (tpu-trim-line-ends): Implemented trimming logic locally.
9463
9464 * emulation/tpu-extras.el (tpu-write-file-hook)
9465 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9466
9467 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9468
9469 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9470 to cn-gb.
9471 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9472
9473 2000-12-04 Dave Love <fx@gnu.org>
9474
9475 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9476
9477 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9478
9479 * mail/rmailsum.el (rmail-summary-expunge)
9480 (rmail-summary-expunge-and-save): Ask for confirmation with
9481 rmail-expunge-confirmed.
9482
9483 * mail/rmail.el (rmail-expunge-confirmed): New function.
9484 (rmail-expunge): Use it.
9485
9486 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9487
9488 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9489 (etags-recognize-tags-table, find-tag-in-order):
9490 New functionality: interpret file names as tags.
9491
9492 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9493
9494 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9495 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9496 the first subnode until the bottom of the current node is visible.
9497
9498 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9499
9500 * format.el (format-decode): Don't change buffer's undo list.
9501
9502 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9503
9504 * faces.el (face-font-registry-alternatives): Add entries for CJK
9505 fonts. Doc-string adjusted for the actual usage of this data.
9506
9507 * international/fontset.el: Change the font registries for CJK
9508 fonts in the default fontset. Don't append '*' to registries.
9509
9510 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9511
9512 * emacs-lisp/easy-mmode.el (define-derived-mode)
9513 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9514
9515 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9516 (derived-mode-p): New function.
9517 (derived-mode-make-docstring): Add `docstring' argument.
9518 Use it if available and complete it if necessary.
9519
9520 2000-12-03 Andreas Schwab <schwab@suse.de>
9521
9522 * type-break.el (type-break): Don't make parent of itself.
9523
9524 2000-12-03 Miles Bader <miles@gnu.org>
9525
9526 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9527
9528 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9529
9530 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9531 (tex-main-file, tex-file): Simplify.
9532 (tex-generate-zap-file-name): Use subst-char-in-string.
9533 (tex-strip-dots): Remove.
9534
9535 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9536
9537 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9538 to check if the match succeeded.
9539
9540 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9541
9542 * startup.el (use-fancy-splash-screens-p): New function.
9543 (command-line-1): Use it to determine whether or not to use
9544 a fancy splash screen.
9545
9546 2000-12-02 Andreas Schwab <schwab@suse.de>
9547
9548 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9549
9550 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9551
9552 * international/mule.el (make-char): Fix last change.
9553
9554 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9555 New defcustoms.
9556 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9557 autoloading tex-mode; instead, do the same manually.
9558 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9559 with numeric argument. Docstring fix.
9560 (toplevel): Require cl when compiling.
9561
9562 * international/mule.el (make-char): Doc fix.
9563
9564 2000-12-02 Jason Rumney <jasonr@gnu.org>
9565
9566 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9567 the Emacs Lisp manual)
9568
9569 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9570
9571 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9572
9573 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9574 the Emacs Lisp manual).
9575
9576 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9577
9578 * simple.el (next-line-add-newlines): Change default to nil.
9579
9580 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9581
9582 * files.el (revert-buffer, recover-file):
9583 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9584
9585 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9586
9587 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9588
9589 2000-12-01 Miles Bader <miles@gnu.org>
9590
9591 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9592
9593 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9594
9595 * international/mule-diag.el (describe-char-after): Fix typo.
9596 (describe-character-set, non-iso-charset-alist): Fix typo.
9597
9598 2000-12-01 Miles Bader <miles@gnu.org>
9599
9600 * image-file.el (image-file-name-regexp): Automatically add
9601 upper-case variants of each filename extension in
9602 `image-file-name-extensions', since they seem to be common.
9603
9604 * simple.el (minibuffer-contents)
9605 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9606 New functions.
9607 * filecache.el (file-cache-directory-name)
9608 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9609
9610 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9611
9612 * filecache.el (file-cache-minibuffer-complete): Don't try to
9613 delete the minibuffer prompt.
9614
9615 2000-11-30 Dave Love <fx@gnu.org>
9616
9617 * cus-start.el: Fix read-buffer-function type.
9618
9619 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9620
9621 * md5.el: Removed. There's a built-in function, now.
9622
9623 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9624
9625 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9626 as dummy 0-th char of rmail-deleted-vector.
9627
9628 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9629
9630 * ps-print.el (ps-end-job): Bind case-fold-search only after
9631 switching to ps-spool-buffer.
9632
9633 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9634
9635 * ps-print.el: Line number font customization. PostScript: Lines and
9636 PageCount are initialized on each page. Doc Fix.
9637 (ps-print-version): New version number (6.3.2).
9638 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9639 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9640 (ps-right-header): Customization fix.
9641 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9642 Fix code.
9643 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9644 New vars.
9645
9646 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9647
9648 * bs.el: Fix typos and spelling errors.
9649 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9650 (bs-configuration): Doc fix.
9651
9652 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9653
9654 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9655
9656 * emulation/tpu-edt.el (tpu-version): New version.
9657 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9658 (tpu-original-mode-line): Variable deleted.
9659 (tpu-mark-flag): New initial value.
9660 (tpu-set-mode-line): Don't redefine mode-line-format.
9661 Add tpu-mark-flag to minor-mode-alist.
9662 (tpu-update-mode-line): New mark flag logic.
9663 (tpu-get): Use find-file-wildcards.
9664 (tpu-search-highlight): Move overlay less, reset overlay properly.
9665 (tpu-unselect): Deactivate mark.
9666 (tpu-lm-replace): Reset overlay properly.
9667 (tpu-forward-line): Use forward-visible-line.
9668 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9669
9670 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9671
9672 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9673
9674 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9675
9676 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9677
9678 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9679 and skip whitespace and newlines.
9680
9681 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9682
9683 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9684
9685 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9686
9687 * help.el (describe-function-1): Regexp-quote function name
9688 when used as part of a regexp.
9689
9690 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9691 Use face-attribute instead of face-foreground and face-background.
9692 (tool-bar-add-item): Likewise, and handle unspecified colors.
9693
9694 * enriched.el (enriched-face-ans): Use face-attribute instead
9695 of face-foreground and face-background.
9696
9697 * faces.el (face-foreground, face-background, face-stipple):
9698 Return nil if attribute is unspecified, for backward compatibility.
9699
9700 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9701
9702 * play/5x5.el: Remove version info.
9703
9704 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9705
9706 * frame.el (blink-cursor-mode): Doc fix.
9707
9708 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9709
9710 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9711 to create Makefile rules.
9712 (antlr-tool-command): New user option.
9713 (antlr-ask-about-save): New user option.
9714 (antlr-makefile-specification): New user option.
9715 (antlr-file-formats-alist): New variable.
9716 (antlr-special-file-formats): New variable.
9717 (antlr-unknown-file-formats): New user option.
9718 (antlr-help-unknown-file-text): New variable.
9719 (antlr-help-rules-intro): New variable.
9720 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9721 (antlr-mode-menu): Add entries.
9722 (antlr-file-dependencies): New function.
9723 (antlr-directory-dependencies): New function.
9724 (antlr-superclasses-glibs): New function.
9725 (antlr-run-tool): New command.
9726 (antlr-makefile-insert-variable): New function.
9727 (antlr-insert-makefile-rules): New function.
9728 (antlr-show-makefile-rules): New command.
9729
9730 * antlr-mode.el: More Emacs/XEmacs stuff.
9731 (antlr-no-action-keywords): New constant with value nil.
9732 (antlr-font-lock-keywords-alist): Use it. Old value would break
9733 syntax highlighting in Emacs-21.0.
9734 (antlr-default-directory): Emacs/XEmacs dependend function.
9735 (antlr-read-shell-command): Ditto.
9736 (antlr-with-displaying-help-buffer): Ditto.
9737
9738 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9739
9740 * antlr-mode.el: imenu, parsing and highlighting changes.
9741 (antlr-imenu-create-index-function): Don't create extra submenus
9742 for definitions in different grammar classes. It is not necessary
9743 for the menu and would make command `imenu' awkward to use.
9744 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
9745 header actions and more than one.
9746 (antlr-font-lock-tokendef-face): Changed color.
9747 (antlr-font-lock-tokenref-face): Changed color.
9748 (antlr-font-lock-additional-keywords): Also highlight lowercase.
9749 (antlr-mode-syntax-table): New variable.
9750 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
9751 (antlr-with-syntax-table): Don't copy syntax table.
9752
9753 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9754
9755 * antlr-mode.el: Minor changes: language setting.
9756 (antlr-language-alist): The value for file option "language" can
9757 be both an identifier and a string.
9758 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
9759 (antlr-language-limit-n-regexp): Change accordingly.
9760
9761 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9762
9763 * antlr-mode.el: Minor changes: tabs, hiding.
9764 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
9765 (antlr-action-visibility): Also allow value nil to also hide the
9766 braces. Renamed from `antlr-tiny-action-length'.
9767 Suggested by Jay@aol.com.
9768 (antlr-hide-actions): Change accordingly. Hide line if completely
9769 hidden action is on a line of its own.
9770
9771 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9772
9773 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
9774
9775 * sort.el (sort-columns): Don't concat strings with numbers.
9776
9777 2000-11-29 Dave Love <fx@gnu.org>
9778
9779 * cus-edit.el (face): Fix :format.
9780
9781 * mail/feedmail.el: Require smtpmail when compiling.
9782 (mail-do-fcc): Autoload.
9783 (feedmail) <defgroup>: Fix :link.
9784 (feedmail-nuke-body-in-fcc): Fix :type.
9785 (feedmail-send-it): Add autoload cookie.
9786
9787 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9788
9789 * newcomment.el (comment-indent): Save excursion around call to
9790 comment-indent-function.
9791
9792 2000-11-29 Miles Bader <miles@gnu.org>
9793
9794 * subr.el (member-ignore-case): Return the tail of the list who's
9795 car matches, like `member', not the matching element itself.
9796
9797 2000-11-29 Kenichi Handa <handa@etl.go.jp>
9798
9799 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
9800 should not contain `\n'.
9801
9802 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9803
9804 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9805
9806 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
9807
9808 * dired-aux.el (dired-do-create-files): Construct default file
9809 name for dired-mark-read-file-name so that when the user enters
9810 just RET, the target file will end up in the target directory.
9811
9812 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
9813 local-abbrev-table before changing buffers because it might
9814 have a buffer-local binding.
9815
9816 2000-11-28 Miles Bader <miles@gnu.org>
9817
9818 * simple.el (delete-horizontal-space): Handle fields more generally.
9819
9820 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9821
9822 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
9823
9824 2000-11-28 Dave Love <fx@gnu.org>
9825
9826 * progmodes/ps-mode.el (ps-mode): Set comment-start and
9827 comment-start-skip locally.
9828
9829 * progmodes/fortran.el (fortran-mode): Don't set
9830 fortran-comment-line-start-skip. Set comment-start to
9831 fortran-comment-line-start.
9832 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
9833 (fortran-comment-line-start-skip): Simplify slightly.
9834
9835 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9836
9837 * play/5x5.el: Remove RCS keyword.
9838
9839 * bs.el: Mistaken commit, undone 2000-11-30.
9840
9841 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
9842
9843 * textmodes/tildify.el (tildify-string-alist):
9844 Add `plain-tex-mode' here.
9845
9846 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
9847
9848 * chistory.el (Command-history-setup): Remove extraneous `keymap'
9849 reference.
9850
9851 2000-11-28 Miles Bader <miles@gnu.org>
9852
9853 * cus-face.el (custom-face-attributes): Add post-filter function
9854 for :box. Make pre-filter function for :box handle all cases.
9855
9856 * wid-edit.el (widget-choose): Make sure pop-up window is large
9857 enough to display all the choices, as there's no way to scroll it.
9858
9859 2000-11-28 Kenichi Handa <handa@etl.go.jp>
9860
9861 * international/mule-conf.el: Make the coding system no-conversion
9862 safe for all characters.
9863
9864 2000-11-27 Dave Love <fx@gnu.org>
9865
9866 * net/ldap.el (ldap) <defgroup>: Add :version.
9867
9868 * tooltip.el (tooltip-use-echo-area): Doc fix.
9869
9870 * cus-start.el <minibuffer-prompt-properties>: Add version.
9871 <read-buffer-function>: Add.
9872
9873 * apropos.el (apropos-print): Add help-echo to active text.
9874
9875 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
9876
9877 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9878
9879 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
9880 type, group and version.
9881
9882 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
9883
9884 * select.el (x-get-selection): Docstring fix.
9885
9886 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
9887
9888 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
9889
9890 2000-11-27 Andrew Innes <andrewi@gnu.org>
9891
9892 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
9893
9894 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
9895
9896 2000-11-27 Miles Bader <miles@gnu.org>
9897
9898 * dired.el (dired-get-filename): Return filename verbatim if
9899 LOCALP is `verbatim'.
9900 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
9901 `verbatim' so that we don't inadvertently delete a non-existant
9902 directory name.
9903
9904 2000-11-27 Kenichi Handa <handa@etl.go.jp>
9905
9906 * international/characters.el: Specify cases and syntaxes for
9907 mule-unicode-0100-24ff.
9908
9909 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9910
9911 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
9912 that foreground and/or background colors of the face `tool-bar'
9913 are unspecified.
9914
9915 2000-11-27 Miles Bader <miles@gnu.org>
9916
9917 * wid-edit.el (widget-field-buffer, widget-field-start)
9918 (widget-field-end): Handle widget field `pseudo-overlays'.
9919 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
9920 if it's there instead of in `widget-field-list'.
9921
9922 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
9923 (help-make-xrefs): Delete extraneous newlines at the end of the
9924 docstring.
9925
9926 2000-11-25 Jason Rumney <jasonr@gnu.org>
9927
9928 * startup.el (command-line): Call set-locale-environment after
9929 Window System init file is read, as it can result in a call to
9930 redraw-frame.
9931
9932 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
9933
9934 * simple.el (shell-command): Mention the effect of the prefix
9935 argument in the doc string.
9936
9937 2000-11-25 Miles Bader <miles@gnu.org>
9938
9939 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
9940
9941 * wid-edit.el (widget-field-value-delete): Don't try to delete
9942 overlay when it's the `pseudo-overlay' that exists at some points.
9943
9944 2000-11-24 Jason Rumney <jasonr@gnu.org>
9945
9946 * international/mule-cmds.el (locale-language-names): Add "jp" as
9947 a non-standard alternative for Japanese.
9948
9949 2000-11-24 Andre Spiegel <spiegel@gnu.org>
9950
9951 * vc-hooks.el: Require 'cl during compilation.
9952
9953 2000-11-24 Gerd Moellmann <gerd@gnu.org>
9954
9955 * faces.el (face-set-after-frame-default): Let face attributes
9956 specified for new frames override frame parameters.
9957
9958 * startup.el (command-line): Fix computation of the source file
9959 for user-init-file when user-init-file is a compiled file.
9960
9961 2000-11-24 Miles Bader <miles@gnu.org>
9962
9963 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
9964 (custom-post-filter-face-spec): New functions.
9965 (custom-face-set, custom-face-value-create): Filter the face spec
9966 before and after customization.
9967 (custom-face-set): If VALUE specifies a null face, pass a
9968 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
9969 * cus-face.el (custom-face-attributes): Remove SET and GET
9970 functions. Add some IN-FILTER and OUT-FILTER functions in the few
9971 cases they're needed.
9972
9973 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
9974 that it's distinguishable from the :off-glyph on dark-background
9975 displays. Set its background color too.
9976
9977 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
9978 so that people can easily turn it off.
9979
9980 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
9981
9982 * ediff-diff.el: Moved variables around to have it compile under NT.
9983
9984 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
9985
9986 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
9987
9988 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
9989 redundant skip-small-frames test.
9990
9991 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
9992 (viper-downgrade-to-insert): Protect against errors in hooks.
9993
9994 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
9995 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
9996 (viper-restore-cursor-type,viper-set-insert-cursor-type):
9997 New functions.
9998
9999 * viper-util.el (viper-memq-char): Bug fixes.
10000
10001 * viper.el (viper-mode): Fix cursor handling.
10002
10003 2000-11-24 Kenichi Handa <handa@etl.go.jp>
10004
10005 * international/mule-diag.el (list-iso-charset-chars):
10006 For two-byte charset, fix the `while' condition.
10007 (list-non-iso-charset-chars): Fix the `while' condition.
10008
10009 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
10010
10011 * subr.el (add-hook, remove-hook): Don't call make-local-hook
10012 if the variable is make-variable-buffer-local.
10013
10014 * progmodes/ada-stmt.el (ada-template-map):
10015 Initialize and bind it to C-c t in ada-mode-map.
10016 (ada-stmt-mode-hook): New function extracted from old code.
10017 Only change the buffer-local side of skeleton-*.
10018 (ada-mode-hook): Use it.
10019
10020 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10021
10022 * iswitchb.el (iswitchb-minibuf-depth): New variable.
10023 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
10024 we expect to be returned by minibuffer-depth once we prompt the
10025 user in the minibuffer.
10026 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
10027 as recorded in iswitchb-minibuf-depth, return non-nil.
10028
10029 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10030
10031 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
10032 (hscroll-window-maybe): Docstring fix.
10033
10034 2000-11-23 Dave Love <fx@gnu.org>
10035
10036 * rect.el (string-rectangle): Don't test delete-selection-mode.
10037
10038 2000-11-23 Gerd Moellmann <gerd@gnu.org>
10039
10040 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
10041 is in the tool bar.
10042
10043 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
10044 with `no-dir'; we want the directory part to be able to remove it.
10045
10046 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10047
10048 * textmodes/outline.el (outline-flag-region):
10049 Don't bind inhibit-read-only since we don't modify the buffer.
10050 (outline-isearch-open-invisible): Don't jump to overlay-start
10051 since we're trying to unhide text around point.
10052 (outline-discard-overlays): Use dolist.
10053
10054 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10055
10056 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10057
10058 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
10059
10060 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10061
10062 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10063 Fix ARG regexp to skip quoted braces.
10064 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10065 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10066 are (correctly) handled separately).
10067 Remove `caption' and `footnote' from `citations': they contain text.
10068 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10069 (latex-skeleton-end-hook): New function.
10070 (latex-mode): Use it.
10071 (tex-start-tex-marker): Remove.
10072 (tex-send-tex-command): Don't set tex-start-tex-marker.
10073 (tex-error-parse-syntax-table): New var.
10074 (tex-compilation-parse-errors): Use it.
10075 Ignore tex-start-tex-marker. Don't bother with marker-position.
10076 (tex-validate-buffer): Don't bother with marker-position.
10077
10078 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
10079 (flyspell-generic-progmode-verify): Use it.
10080
10081 2000-11-22 Sam Steingold <sds@gnu.org>
10082
10083 * simple.el (delete-trailing-whitespace): New interactive function.
10084
10085 * progmodes/ada-mode.el (ada-mode): Use it instead of
10086 `ada-remove-trailing-spaces'.
10087 (ada-remove-trailing-spaces): Removed.
10088
10089 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10090
10091 * textmodes/picture.el (picture-clean): Removed.
10092 (picture-mode-exit): Call it instead of `picture-clean'.
10093
10094 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10095
10096 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10097
10098 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10099 jit-lock-fontify-buffer; it should anyway be unneccessary to
10100 do anything special when jit-lock is active.
10101 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10102
10103 2000-11-22 Dave Love <fx@gnu.org>
10104
10105 * calendar/todo-mode.el (todo-top-priorities): Use
10106 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10107
10108 * language/chinese.el, language/cyrillic.el:
10109 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10110 * language/hebrew.el, language/indian.el, language/japanese.el:
10111 * language/korean.el, language/lao.el, language/misc-lang.el:
10112 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10113 Use provide.
10114
10115 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10116 (custom-variable-set): Improve validation error mesage.
10117
10118 * rect.el (string-rectangle): Revert last change.
10119 (string-rectangle-line): New arg DELETE.
10120 (string-rectangle): Check delete-selection-mode.
10121
10122 * emacs-lisp/edebug.el (edebug-version)
10123 (edebug-maintainer-address): Deleted.
10124 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10125 (edebug-read-function): Account for other `'#' read forms.
10126 (edebug-mode-menus): Make some items toggles.
10127 (edebug-outside-unread-command-event, unread-command-event):
10128 Remove these to avoid warnings.
10129
10130 2000-11-22 David Ponce <david@dponce.com>
10131
10132 * recentf.el (recentf-menu-items-for-commands)
10133 (recentf-make-menu-items, recentf-make-menu-item)
10134 (recentf-filter-changer): Added :help and :active menu-item properties.
10135
10136 (recentf-build-dir-rules, recentf-dump-variable)
10137 (recentf-edit-list, recentf-open-files-item)
10138 (recentf-open-files): Replaced unnecessary `mapcar' with new
10139 built-in `mapc'.
10140
10141 2000-11-23 Miles Bader <miles@gnu.org>
10142
10143 * faces.el (menu): Make inverse-video on ttys too.
10144
10145 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10146
10147 * simple.el (comment-line-break-function): Use the new name
10148 indent-new-comment-line -> comment-indent-new-line.
10149 (clone-indirect-buffer): Don't ignore NORECORD.
10150 (next-completion): Properly handle the case where items are adjacent.
10151
10152 * mouse.el (popup-menu): Stupid typo.
10153
10154 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10155
10156 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10157 maintainer, keywords tags.
10158
10159 * rect.el (replace-rectangle): Don't call string-rectangle-line
10160 with too many arguments.
10161
10162 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10163
10164 * ediff-util.el (ediff-file-checked-out-p)
10165 (ediff-file-checked-in-p): Call vc-state instead of
10166 vc-locking-user, which no longer exists.
10167
10168 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10169
10170 2000-11-22 Dave Love <fx@gnu.org>
10171
10172 * md5.el (md5): Provide.
10173 (md5): Fix error call.
10174
10175 2000-11-22 Miles Bader <miles@gnu.org>
10176
10177 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10178 (refill-fill-paragraph-at): Remove debugging code.
10179
10180 * calendar/calendar.el (generate-calendar-window): When we don't
10181 call `fit-window-to-buffer', make sure the top line is fully visible.
10182
10183 * image-file.el (insert-image-file): Don't make `read-only'
10184 property rear-nonsticky.
10185
10186 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10187 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10188 stashing away its original value.
10189 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10190 in the recursive edit.
10191 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10192 (isearch-done): Restore `minibuffer-message-timeout'.
10193
10194 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10195
10196 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10197
10198 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10199
10200 * find-lisp.el (find-lisp-find-files-internal):
10201 Use dolist, when and file-name-as-directory.
10202
10203 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10204 (define-derived-mode, define-minor-mode): Add specs.
10205
10206 * window.el: General comment and spacing fixes.
10207 (save-selected-window): Use backquotes.
10208 (window-safely-shrinkable-p): New function.
10209 (shrink-window-if-larger-than-buffer): Use it.
10210
10211 * subr.el (make-local-hook): Docstring fix.
10212
10213 * shell.el (shell-mode): Use define-derived-mode.
10214
10215 * newcomment.el (comment-indent): Insert comment before calling
10216 comment-indent-function. Don't insert in column 0.
10217 (comment-dwim): Indent before inserting comment.
10218
10219 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10220 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10221 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10222 Use mapc rather than map.
10223
10224 * files.el (find-buffer-visiting): Compare all attributes before
10225 declaring two files identical (rather than just their inode-no).
10226 (auto-mode-alist): Use \' rather than $.
10227
10228 * which-func.el: Update maintainer line.
10229
10230 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10231 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10232 (uniquify-buffer-file-name): Use it.
10233
10234 2000-11-22 Miles Bader <miles@gnu.org>
10235
10236 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10237 * simple.el (minibuffer-avoid-prompt): New function.
10238
10239 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10240
10241 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10242
10243 2000-11-21 Miles Bader <miles@gnu.org>
10244
10245 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10246 inclusion of `track-mouse'.
10247
10248 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10249 (refill-adjust-ignorable-overlay): New function.
10250 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10251 only the paragraph's tail if possible.
10252 Update `refill-ignorable-overlay'.
10253 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10254
10255 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10256 point inside the fill-prefix.
10257
10258 * textmodes/refill.el (refill-post-command-function): Don't reset
10259 refill-doit in the case where a self-insertion command doesn't
10260 case a refill. Use `refill-fill-paragraph-at', getting position
10261 from `refill-doit'.
10262 (refill-after-change-function): Set `refill-doit' to END.
10263 (refill-fill-paragraph-at): New function, mostly from old
10264 refill-fill-paragraph.
10265 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10266 (refill-pre-command-function): New function.
10267 (refill-mode): Add it to `pre-command-hook'.
10268
10269 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10270
10271 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10272
10273 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10274 javadoc tags.
10275
10276 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10277
10278 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10279 vc.el).
10280
10281 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10282 require vc.
10283
10284 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10285 checkouts.
10286
10287 2000-11-20 Dave Love <fx@gnu.org>
10288
10289 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10290
10291 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10292
10293 * calculator.el (calculator-paste): Use `if' instead of `and'
10294 and `or'.
10295 (calculator-help): Don't use electric-describe-mode for XEmacs.
10296
10297 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10298
10299 * info.el (info-menu-5): Doc fix.
10300
10301 * textmodes/artist.el: New file.
10302
10303 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10304
10305 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10306 and differentiate according to checkout model.
10307 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10308 since this function is only concerned with master state.
10309
10310 * vc-hooks.el (vc-workfile-unchanged-p)
10311 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10312
10313 * vc.el (vc-workfile-unchanged-p)
10314 (vc-default-workfile-unchanged-p): See above.
10315
10316 2000-11-19 Miles Bader <miles@gnu.org>
10317
10318 * image-file.el (insert-image-file): Make `intangible' and
10319 `read-only' properties rear-nonsticky too.
10320
10321 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10322
10323 * ps-print.el: Update copyright notice.
10324
10325 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10326 (tooltip-show): Use the offsets.
10327
10328 * bindings.el (mode-line-modified): Fix a typo.
10329 (mode-line-toggle-modified, mode-line-widen)
10330 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10331
10332 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10333
10334 * ps-print.el (toplevel): Test for find-coding-system being
10335 fboundp before calling ps-x-find-coding-system.
10336
10337 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10338
10339 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10340 (vc-version-backup-file): Docstring fix.
10341
10342 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10343
10344 * files.el (basic-save-buffer): Don't add a newline if
10345 find-file-literally is non-nil.
10346 (find-file-literally): Extend doc string.
10347
10348 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10349 sort(1) with the `-f' argument.
10350
10351 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10352
10353 * vc.el: Updated backend documentation.
10354 (vc-default-check-headers): New function.
10355
10356 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10357
10358 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10359 up-to-date.
10360 (vc-do-command): In the asynchronous case, output messages only if
10361 the minibuffer is not active.
10362
10363 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10364 `vc-cvs-use-edit' is on.
10365 (vc-cvs-checkout): When this is used for reverting the workfile,
10366 make a backup of the original contents and revert to that in case
10367 of error.
10368 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10369 remote repositories.
10370
10371 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10372 for both version and ratio in the minibuffer.
10373
10374 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10375 Use vc-do-command to perform the annotation, not call-process.
10376
10377 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10378
10379 * international/quail.el (quail-start-translation): Don't call
10380 `message' before reading key sequence.
10381
10382 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10383
10384 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10385
10386 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10387
10388 * window.el (fit-window-to-buffer): Be sure to acquire at least
10389 one text line even if the buffer is empty.
10390
10391 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10392
10393 * net/ange-ftp.el (ange-ftp-file-writable-p)
10394 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10395 Bind ange-ftp-process-verbose to nil.
10396
10397 2000-11-15 Dave Love <fx@gnu.org>
10398
10399 * wid-edit.el (widget-specify-field, widget-specify-button):
10400 If :help-echo is a function, set help-echo of overlay to
10401 widget-mouse-help.
10402 (widget-mouse-help): New function.
10403 (widget-echo-help): Rewritten for :help-echo functions only taking
10404 a widget arg.
10405
10406 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10407 Use display-graphic-p.
10408 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10409 and that JPEG is available.
10410 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10411
10412 * international/mule-cmds.el (locale-charset-language-names):
10413 Match @euro.
10414
10415 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10416
10417 * faces.el (face-set-after-frame-default):
10418 If `inhibit-default-face-x-resources' is bound, don't intialize the
10419 default face from X resources.
10420
10421 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10422
10423 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10424 Don't set EMACSLOADPATH.
10425
10426 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10427
10428 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10429 texinfo-insert-@url.
10430 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10431 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10432
10433 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10434
10435 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10436 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10437 (checkdoc-minor-keymap): Backward compatibility.
10438 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10439 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10440 (checkdoc-this-string-valid-engine): Be a bit more strict
10441 to avoid matching substrings of `...' quoted vars/funs.
10442 (checkdoc-defun-info): Only look for `interactive' if alone.
10443 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10444
10445 * progmodes/compile.el (grep): `tag-default' can be nil.
10446
10447 * newcomment.el (comment-indent): Paren typo.
10448
10449 2000-11-14 Dave Love <fx@gnu.org>
10450
10451 * calculator.el: New maintainer version.
10452
10453 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10454
10455 * cmuscheme.el: Doc fixes.
10456 (cmuscheme) <defgroup>: Use `scheme' as parent.
10457 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10458
10459 * xscheme.el (scheme-program-name): Don't define here.
10460
10461 * progmodes/scheme.el (scheme-program-name): New variable
10462 (originally in cmuscheme).
10463
10464 2000-11-14 Miles Bader <miles@gnu.org>
10465
10466 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10467 Handle header-lines. Don't loop forever if we can't enlarge the
10468 window anymore. Simplify a bit.
10469
10470 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10471
10472 * window.el (fit-window-to-buffer): Don't check
10473 window-text-height. Assure that the last line is fully visible.
10474
10475 * international/quail.el (quail-show-guidance-buf):
10476 Call fit-window-to-buffer to assure the enough height of the guidance
10477 buffer.
10478 (quail-update-guidance): Avoid making the guidance buffer shorter.
10479
10480 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10481
10482 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10483 rather than `prepend' and add an interesting comment.
10484 (tex-math-face, tex-font-lock-syntactic-face-function):
10485 New face and function to use it.
10486 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10487 than `menu-enable' symbol property.
10488 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10489 (tex-mode): Add some latex-mode commands for auto-selection.
10490 Use tex-font-lock-syntactic-face-function.
10491 (tex-insert-quote): Simplify.
10492 (tex-shell): New mode.
10493 (tex-start-shell): Use it.
10494 (tex-shell-proc, tex-shell-buf): New functions.
10495 (tex-send-command): Use it.
10496 (tex-main-file): Fix the meaning of the new arg REALFILE.
10497 (tex-send-tex-command): New function split from `tex-start-tex'.
10498 Set compilation-last-buffer and compilation-parsing-end.
10499
10500 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10501 when it follows non-comment text on the line.
10502
10503 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10504 Set font-lock-defaults.
10505 (lisp-mode-shared-map): Init inside the defvar.
10506 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10507 Use define-derived-mode.
10508
10509 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10510
10511 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10512
10513 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10514
10515 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10516 Don't recursively optimize body because that can lead to infinite
10517 recursion; see comment there.
10518
10519 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10520
10521 * faces.el (face-spec-set-match-display): Revert the change from
10522 2000-10-24. Add a FIXME for after v21.1.
10523
10524 2000-11-13 Miles Bader <miles@gnu.org>
10525
10526 * textmodes/fill.el (skip-line-prefix): New function.
10527 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10528 (fill-paragraph): Don't leave point inside the fill-prefix.
10529 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10530 point inside the fill-prefix.
10531
10532 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10533
10534 * calendar/calendar.el (generate-calendar-window):
10535 Use `fit-window-to-buffer'.
10536
10537 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10538
10539 * gud.el (gud-minor-mode): New var.
10540 (gud-symbol, gud-val): New functions.
10541 (gud-find-file): Copy gud-minor-mode to the new buffer.
10542 (gud-menu-map): Include entries for commands that are not always
10543 available, using :enable to (de)activate them.
10544 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10545 (gud-mode-map): New map.
10546 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10547 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10548 Don't set up gud's menu (it's done by the minor-mode).
10549 (gud-minibuffer-local-map): New.
10550 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10551 (gud-query-cmdline): New function.
10552 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10553 (gud-mode): Use define-derived-mode.
10554 Don't set up gud's menu (it's done by the minor-mode).
10555 (gud-chop-words): Remove.
10556 (gud-common-init): Use split-string instead.
10557 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10558
10559 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10560 Add keyword arg :name.
10561
10562 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10563 (diff-count-matches, diff-split-hunk): New functions.
10564 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10565
10566 * pcvs-info.el (cvs-fi-conflict-face): New var.
10567
10568 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10569 Make it into a simple syntax-table, shared among all submodes.
10570 (sh-heredoc-face): Re-introduce.
10571 (sh-font-lock-syntactic-face-function): New function.
10572 (sh-mode): Use it. Also use define-derived-mode.
10573 Remove old bogus setting of indent-region-function.
10574 (sh-set-shell): Don't set the syntax-table any more.
10575 (sh-mode-syntax-table) <defun>: Remove.
10576
10577 2000-11-12 Miles Bader <miles@gnu.org>
10578
10579 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10580 message if interactive.
10581
10582 2000-11-12 Dave Love <fx@gnu.org>
10583
10584 * mail/feedmail.el: Fix header,
10585 (feedmail) <defgroup>: Add :link.
10586
10587 * view.el: Use local-map property, not keymap on mode-line string.
10588
10589 * scroll-all.el (scroll-all-mode): Customize variable.
10590 Add autoload cookie to function.
10591
10592 * lazy-lock.el: Remove compatibility code.
10593
10594 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10595 (finder-help-echo): New variable.
10596 (finder-mouse-face-on-line): Add help-echo stuff.
10597 (finder-list-keywords, finder-list-matches): Use mapc.
10598
10599 * faces.el (face-font-registry-alternatives): Add :version.
10600
10601 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10602 tags-table-list.
10603
10604 * net/browse-url.el (browse-url-browser-function): Update :version.
10605
10606 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10607 (mail-mode): Use [:alnum:] in some regexps.
10608
10609 2000-11-10 Dave Love <fx@gnu.org>
10610
10611 * ediff.el (ediff-regions-internal, ediff-documentation):
10612 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10613 fundamental mode.
10614
10615 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10616 buffer into fundamental mode.
10617 (ediff-set-difference): Use copy-sequence if available.
10618
10619 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10620 Check ediff-patch-map non-nil.
10621 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10622 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10623 buffer into fundamental mode.
10624
10625 * ediff-merg.el (state-or-merge): Defvar when compiling.
10626
10627 2000-11-10 Jason Rumney <jasonr@gnu.org>
10628
10629 * w32-fns.el (w32-add-charset-info): New function.
10630 (w32-charset-info-alist): Use it.
10631
10632 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10633
10634 * faces.el (face-font-registry-alternatives): New user-option.
10635
10636 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10637
10638 * textmodes/texinfo.el (texinfo-block-default): New var.
10639 (texinfo-insert-block): Use it. Insert a newline if needed.
10640
10641 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10642 (fill-region-as-paragraph): Use it.
10643
10644 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10645 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10646 Tweak paragraph regexps to allow a leading [ \t]*.
10647 (tex-latex-block): Insert a newline if necessary.
10648 (latex-insert-item): Only insert a newline if necessary.
10649 (tex-guess-main-file): New function.
10650 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10651 Set tex-main-file if TeX-master is provided.
10652 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10653
10654 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10655
10656 * startup.el (command-line): Set the default tooltip-mode
10657 to t for graphical displays which implement x-show-tip.
10658
10659 * tooltip.el (tooltip-mode): Add a comment about startup.el
10660 setting the default value of this user-option.
10661
10662 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10663
10664 * font-lock.el (font-lock-*-face) <defvar>: Move.
10665 (font-lock-defaults-alist): Mark obsolete.
10666 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10667 (font-lock-mode): Use define-minor-mode.
10668 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10669 (font-lock-turn-off-thing-lock): Be more explicit.
10670 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10671 (font-lock-syntactic-face-function): New var.
10672 (font-lock-fontify-syntactically-region): Use it.
10673 (font-lock-doc-face): New.
10674
10675 * pcvs.el (cvs-enabledp): Ignore errors.
10676 (cvs-commit-filelist): Never query.
10677 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10678 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10679 (cvs-do-removal): Use cvs-partition rather than delete-if.
10680 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10681 cvs-bury-buffer.
10682
10683 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10684 Allow `next' to jump to after the end of the last match.
10685
10686 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10687
10688 * simple.el (byte-compiling-files-p): New function.
10689
10690 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10691 if it is there.
10692
10693 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10694 nil again.
10695
10696 * textmodes/ispell.el (ispell-library-path): Don't call
10697 check-ispell-version when byte-compiling because that starts
10698 an ispell process, and ispell might not be installed.
10699 (toplevel): Don't set up a menu when byte-compiling.
10700
10701 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10702 it, so that a boundp test can be used to determine if we're
10703 currently byte-compiling.
10704
10705 2000-11-09 Dave Love <fx@gnu.org>
10706
10707 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10708
10709 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10710
10711 * ps-print.el: Patch for variable initialization when spooling.
10712 Doc fix.
10713 (ps-output-list): Fun eliminated.
10714 (ps-begin-file, ps-begin-job): Code fix.
10715
10716 2000-11-08 Dave Love <fx@gnu.org>
10717
10718 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10719
10720 2000-11-08 Gerd Moellmann <gerd@gnu.org>
10721
10722 * simple.el (shell-command, display-message-or-buffer)
10723 (shell-command-on-region): Mention resize-mini-windows in the doc
10724 string.
10725 (display-message-or-buffer): Take the value of resize-mini-windows
10726 into account.
10727
10728 2000-11-07 Gerd Moellmann <gerd@gnu.org>
10729
10730 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10731
10732 * dired.el (dired-between-files): Add `^. find' as an alternative
10733 to the regular expression, for find-dired.
10734
10735 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10736
10737 * textmodes/texnfo-upd.el: Require texinfo.
10738 (defmacro, defgroup): Remove.
10739 (texinfo-section-to-generic-alist): Remove.
10740 Use texinfo-section-list instead (i.e. level is changed string->int).
10741 (texinfo-filter): New function.
10742 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
10743 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
10744 Use it. And use regexp-opt.
10745 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
10746 (texinfo-update-menu-region-beginning)
10747 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
10748 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
10749 (texinfo-update-menu-same-level-regexps): Update.
10750 (texinfo-update-node, texinfo-every-node-update)
10751 (texinfo-sequential-node-update): Remove autoload cookie.
10752
10753 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
10754 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
10755 (texinfo-chapter-level-regexp): Remove.
10756 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
10757
10758 2000-11-06 Dave Love <fx@gnu.org>
10759
10760 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
10761
10762 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10763 Match defun*.
10764
10765 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10766
10767 * composite.el (composition-function-table): Variable declaration
10768 moved to src/composite.c.
10769 (compose-chars-after): New optional arg object.
10770
10771 2000-11-06 Gerd Moellmann <gerd@gnu.org>
10772
10773 * bindings.el (mode-line-toggle-read-only)
10774 (mode-line-toggle-modified, mode-line-widen)
10775 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
10776 (make-mode-line-mouse2-map): Rewritten.
10777 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
10778 functions so that C-h k can show something with a doc string.
10779
10780 * startup.el (fancy-splash-delay): Set to 10 seconds.
10781 (fancy-splash-max-time): New user-option.
10782 (fancy-splash-stop-time): New variable.
10783 (fancy-splash-screens): Set it. Catch `stop-splashing'.
10784 (fancy-splash-screens-1): Throw `stop-splashing' when current
10785 time is greater than fancy-splash-stop-time.
10786
10787 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10788
10789 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
10790
10791 * pcvs.el (cvs-mode-marked): New arg `noquery'.
10792 Prompt user for a file rather than raising an error.
10793 (cvs-enabledp): Fix call to cvs-mode-marked.
10794 (cvs-insert-file): New function (extracted from cvs-mode-insert).
10795 (cvs-mode-insert): Use it. Change the init prompt' value.
10796 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
10797
10798 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
10799 Don't pass default arg to ewoc-locate.
10800 (ewoc-collect): Return result in the right order.
10801
10802 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
10803
10804 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
10805 (cvs-status-get-tags): Fix regexp.
10806 (cvs-status-trees, cvs-status-cvstrees):
10807 Combine after change hooks and don't sit-for.
10808 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
10809 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
10810 Use make-char rather than hard-coded cryptic data.
10811 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
10812
10813 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
10814
10815 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
10816 (cvs-insert-strings): New function.
10817
10818 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
10819
10820 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
10821 `mwheel-scroll-amount'.
10822 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
10823 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
10824 string-matching against the version string.
10825
10826 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10827
10828 * language/thai.el ("Thai"): Set a lisp form that produces
10829 composed string in `sample-text' language info.
10830
10831 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
10832 composed string in `sample-text' language info.
10833
10834 * international/mule-cmds.el (describe-language-environment):
10835 Eval `sample-text' data and insert the result.
10836
10837 * international/mule-conf.el (compound-text): Define this coding
10838 system here. Make x-ctext and ctext aliases of it.
10839
10840 * language/european.el (compound-text, ctext): Moved to
10841 international/mule-conf.el.
10842
10843 2000-11-05 Andrew Innes <andrewi@gnu.org>
10844
10845 * w32-fns.el (w32-version): New function.
10846
10847 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
10848
10849 * progmodes/awk-mode.el: Update copyright.
10850 (awk-mode-abbrev-table): Remove.
10851 (awk-font-lock-keywords): Use regexp-opt.
10852 (awk-mode): Use define-derived-mode.
10853
10854 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
10855 when extracting a suffix.
10856
10857 2000-11-04 Andre Spiegel <spiegel@gnu.org>
10858
10859 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
10860 auto-save-mode.
10861
10862 2000-11-04 Jason Rumney <jasonr@gnu.org>
10863
10864 * language/european.el (decode-mac-roman): Test against r1 not r0.
10865
10866 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
10867
10868 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
10869 (icon-mode): Define indent-line-function.
10870 (icon-comment-indent): Simplify.
10871 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
10872
10873 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
10874
10875 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10876 Bind change-log-default-mode to defeat the caching done on it.
10877 Don't bother saving excursion any more.
10878
10879 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
10880
10881 * frame.el (after-setting-font-hook): Rename hooks -> hook.
10882 (set-frame-font): Use the new name (and the old for compatibility).
10883
10884 * toolbar/tool-bar.el (tool-bar-mode):
10885 * time.el (display-time-mode):
10886 * recentf.el (recentf-mode):
10887 * paren.el (show-paren-mode):
10888 * mwheel.el (mouse-wheel-mode):
10889 * msb.el (msb-mode):
10890 * jka-compr.el (auto-compression-mode):
10891 * image-file.el (auto-image-file-mode):
10892 * hl-line.el (hl-line-mode):
10893 * delsel.el (delete-selection-mode):
10894 * autoinsert.el (auto-insert-mode):
10895 * complete.el (partial-completion-mode): Drop unneeded positional args.
10896
10897 * info.el (Info-mode):
10898 * comint.el (comint-mode): Don't bother with make-local-hook.
10899
10900 * log-edit.el (log-edit-menu): New menu.
10901
10902 2000-11-03 Miles Bader <miles@gnu.org>
10903
10904 * wid-edit.el (widget-end-of-line): Reinstate, with a new
10905 definition, so that trailing spaces are handled properly.
10906 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
10907
10908 2000-11-03 Gerd Moellmann <gerd@gnu.org>
10909
10910 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
10911 tab character.
10912 (fancy-splash-screens): Set tab-width to 20.
10913
10914 2000-11-03 Dave Love <fx@gnu.org>
10915
10916 * comint.el (comint-completion-addsuffix): Fix custom type.
10917
10918 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
10919
10920 * font-lock.el (font-lock-buffers): Remove.
10921 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
10922 (font-lock-change-major-mode): Remove.
10923 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
10924 (font-lock-default-fontify-region): Extend the multiline
10925 fontification to whole lines.
10926 (font-lock-fontify-anchored-keywords)
10927 (font-lock-fontify-keywords-region): If matching just one
10928 line (with \n) only mark the \n as multiline.
10929
10930 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
10931 Correctly handle the case where several :group args are supplied.
10932 Allow :extra-args.
10933 (easy-mmode-define-global-mode): Allow :extra-args.
10934 Correctly handle the case where several :group args are supplied.
10935
10936 2000-11-02 Miles Bader <miles@gnu.org>
10937
10938 * calendar/calendar.el (diary-face, calendar-today-face)
10939 (holiday-face): Remove dependency on `window-system'.
10940
10941 2000-11-02 Ken Raeburn <raeburn@gnu.org>
10942
10943 * Makefile.in (emacs): Set EMACSLOADPATH always.
10944 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
10945 (compile-files): Bomb out if compilation of a file fails.
10946
10947 2000-11-02 Dave Love <fx@gnu.org>
10948
10949 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
10950
10951 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
10952
10953 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
10954 punctuation in the warning inserted into the *mail* buffer.
10955
10956 2000-11-02 Gerd Moellmann <gerd@gnu.org>
10957
10958 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
10959 (authors-public-domain-p): New function.
10960 (authors-print): Use it.
10961
10962 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
10963
10964 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
10965
10966 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10967
10968 * ps-print.el: Extension for even/odd printing. Doc fix.
10969 (ps-print-version): New version number (6.3.1).
10970 (ps-even-or-odd-pages): Customization fix.
10971 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
10972 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
10973 (ps-page-count): Var replaced by `ps-page-column'.
10974 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
10975 (ps-print-sheet-p): New fun.
10976
10977 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10978
10979 * tooltip.el (tooltip-gud-tips-setup): New function.
10980 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
10981 (tooltip-mode): Call tooltip-gud-tips-setup.
10982 (tooltip-gud-tips): Use `gud-basic-call' instead of
10983 process-send-string, so the prompt gets frobbed appropriately.
10984 Handle nil return value from `tooltip-gud-print-command'.
10985
10986 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
10987
10988 * comint.el (comint-add-to-input-history): New function.
10989 (comint-send-input): Use `comint-add-to-input-history'.
10990
10991 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10992
10993 * info.el (info-menu-header): New face.
10994 (Info-fontify-menu-headers): New function.
10995 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
10996
10997 * info.el (Info-insert-dir): Don't include blank lines at
10998 beginning of additional dir files (one is added automatically).
10999
11000 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
11001
11002 * emacs-lisp/easy-mmode.el (define-minor-mode):
11003 Revert the latest changes.
11004 Allow the three positional arguments to be skipped and replaced
11005 by keyword arguments.
11006 Add a :toggle argument to determine whether a nil arg means toggle
11007 or means turn-on. The default is unchanged.
11008 Add a call to force-mode-line-update.
11009
11010 2000-11-01 Dave Love <fx@gnu.org>
11011
11012 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
11013
11014 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
11015
11016 * calendar/calendar.el (diary-face, holiday-face):
11017 Add dark-background variants.
11018
11019 2000-10-31 Sam Steingold <sds@gnu.org>
11020
11021 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
11022 `tex-main-file' does not have directory in it.
11023
11024 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
11025
11026 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
11027
11028 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
11029
11030 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
11031 functional change.
11032
11033 2000-10-31 Gerd Moellmann <gerd@gnu.org>
11034
11035 * files.el (find-file-noselect): When we expand a wildcard, return
11036 a list of buffers, as we should do according to the doc string.
11037
11038 2000-10-31 Ken Raeburn <raeburn@gnu.org>
11039
11040 * loadup.el (top level): Adjust load path if program name is
11041 "../src/bootstrap-emacs", in case it's not dumped and thus the
11042 load path adjustment hasn't already been done.
11043
11044 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11045
11046 * ps-print.el: Fix bug on selected pages for printing.
11047 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
11048 is on. Try to avoid warning messages when compiling. Doc Fix.
11049 (ps-print-version): New version number (6.3).
11050 (ps-color-device): Use `color-values' to determine if device
11051 supports color.
11052 (ps-color-values): Try to use `x-color-values' when using XEmacs.
11053 (ps-print-page-p): Changed from defsubst to defun.
11054 (ps-page-number): Changed from defmacro to defun.
11055 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
11056 printing.
11057 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
11058 (ps-end-file, ps-dummy-page): Funs eliminated.
11059 (ps-print-color-scale): Changed default value.
11060 (ps-page-n-up, ps-print-page-p): New internal vars.
11061 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11062 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11063
11064 * delim-col.el: Little programming improvement.
11065 (delimit-columns-str): New macro.
11066 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11067
11068 2000-10-31 Kenichi Handa <handa@etl.go.jp>
11069
11070 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11071 Moved to european.el.
11072 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11073 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11074 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11075 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
11076
11077 2000-10-30 Dave Love <fx@gnu.org>
11078
11079 * progmodes/cc-menus.el (imenu-generic-expression)
11080 (imenu-progress-message): Only defvar when compiling.
11081
11082 * emacs-lisp/elp.el (elp-unload-hook): New function.
11083
11084 * loadhist.el (unload-feature): Call elp-restore-function,
11085 checking for symbols; don't use elp-restore-all.
11086 (loadhist-hook-functions): Doc fix.
11087
11088 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11089
11090 * log-edit.el (log-edit-confirm): Fix the default.
11091
11092 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11093
11094 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11095 delimit-columns-format.
11096 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11097
11098 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11099
11100 * comint.el (comint-replace-by-expanded-history): Don't use
11101 comint-get-old-input (we're not looking at *old* input).
11102 (comint-get-old-input-default): If using fields, signal an error
11103 when the point is not in an input field.
11104
11105 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11106
11107 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11108 and mule-unicode-e000-ffff.
11109
11110 * international/mule.el (decode-char, encode-char): New functions.
11111 (make-coding-system): Accept a symbol of translation table as a
11112 value of property `safe-chars'.
11113
11114 * international/mule-cmds.el (encode-coding-char): Check property
11115 safe-chars instead of safe-charsets.
11116
11117 * international/fontset.el (fontset-default): Modified for
11118 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11119 (x-font-name-charset-alist): Likewise.
11120 (ccl-encode-unicode-font): New CCL program. Record it in
11121 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11122
11123 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11124 New translation tables.
11125 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11126 programs are modified and moved from mac-win.el.
11127 (mac-roman): Definition of this coding system is modified and
11128 moved from mac-win.el.
11129
11130 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11131
11132 * ediff-wind.el (ediff-setup-control-frame): Enclose
11133 face-attribute in condition-case to avoid errors in older emacsen.
11134
11135 2000-10-29 Miles Bader <miles@gnu.org>
11136
11137 * custom.el (custom-add-to-group): Allow multiple entries for a
11138 given value OPTION, as long as their widget types are different.
11139 * cus-edit.el (custom-face-value-create): If face name doesn't end
11140 with "face", add such here (similar to custom group widgets).
11141
11142 * comint.el (comint-highlight-prompt): Add :type.
11143
11144 2000-10-28 John Wiegley <johnw@gnu.org>
11145
11146 * calendar/timeclock.el (timeclock-log): Doc fix.
11147 (timeclock-last-event): Doc fix.
11148 (timeclock-log): Kill the timelog buffer after appending a new event.
11149 (timeclock-find-discrep): Use a temp buffer to read in the
11150 timelog, instead of visiting the file.
11151 (timeclock-log-data): A new function, along with a host of helper
11152 functions, for the purpose of making timelog data accessible to
11153 programmers.
11154
11155 * eshell/esh-mode.el (window-height test): Make certain that
11156 `eshell-stringify-t' is non-nil.
11157 (eshell-password-prompt-regexp): Changed to a much simpler
11158 password regexp.
11159 (eshell-send-input): If `eshell-invoke-directly' returns t,
11160 directly invoke the parsed command using `eval'. This improves
11161 turn-around time on simple commands by a factor of three or
11162 greater, such as cd, ls, pwd, etc. -- which get used very often.
11163 It also conserves thousands of cons cells per call (since
11164 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11165 in the Pacific Cookie Company).
11166
11167 * eshell/esh-test.el (eshell-test): Whitespace fix.
11168
11169 * eshell/em-ls.el (eshell-ls-insert-directory):
11170 Make `eshell-ls-initial-args' nil when inserting directory contents.
11171
11172 * eshell/em-script.el (eshell-script-initialize): Add names to
11173 `eshell-complex-commands, since `source' and `.' are complex.
11174
11175 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11176 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11177 `eshell-copy-handles'.
11178 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11179 bodies.
11180 (eshell-separate-commands): Whitespace fix.
11181 (eshell-complex-commands): Added a new list of names, for
11182 determining whether a given command is as simple as it looks.
11183 (eshell-invoke-directly): New function. Returns t if a command
11184 should be invoked directly (using `eval'), rather than indirectly
11185 using `eshell-do-eval'.
11186 (eshell-do-eval): Whitespace fix.
11187
11188 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11189 which provides an emulation of the DOS shell behavior of assuming
11190 that cp/mv/ln should copy/move/link to the current directory.
11191 (eshell-remove-entries): Added a doc string.
11192 (eshell-shuffle-files): Removed the check for `target' being null.
11193 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11194 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11195 it to do a smarter check of whether a destination was provided.
11196 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11197 (eshell/ln): Enable `:preserve-args', and use
11198 `eshell-mvcpln-template' to implement the body of the function.
11199 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11200 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11201 list after flattening it. This makes it possible to cat files
11202 with numerical names.
11203 (eshell-unix-initialize): Added several names to
11204 `eshell-complex-commands.
11205 (eshell-unix-command-complex-p): Return t if a given command name
11206 may result in external processes being invoked.
11207
11208 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11209 variable nil by default, since it slows down glob processing by a
11210 factor of two or more, and increases memory consumption.
11211
11212 * eshell/em-smart.el: Added a note about how memory consumptive
11213 smart display mode can be (at least this is true in Emacs 21).
11214 (eshell-smart-initialize): Whitespace fix.
11215 (eshell-refresh-windows): Use `if' instead of `when'.
11216 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11217 not necessary.
11218 (eshell-currently-handling-window): Added a missing global variable.
11219
11220 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11221 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11222 Whitespace fix.
11223 (eshell-ls-exclude-hidden): Added this variable in addition to
11224 `eshell-ls-exclude-regexp'. This one prevents files beginning
11225 with . from even being read, which can improve memory consumption
11226 quite a bit.
11227 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11228 read file entries beginning with a dot. In home directories with
11229 lots of hidden files, fully two-thirds of the time spent in ls is
11230 used to read directory entries that are immediately thrown away.
11231 (eshell-ls-initial-args): Added back this configuration variable,
11232 for specifying default initial arguments to every call to ls.
11233 Much faster than using an alias to do the same thing.
11234 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11235 (eshell-ls-dir): Whitespace change.
11236
11237 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11238
11239 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11240 (eshell-stringify-t): Added a customization variable, to indicate
11241 whether `t' should be rendered as a string at all. If not, one
11242 can still determine if the result of an expression is true using
11243 "file-exists-p FILE && echo true".
11244 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11245 stringify t!
11246
11247 * eshell/esh-module.el: Whitespace fix.
11248
11249 * eshell/em-alias.el (eshell-alias-initialize):
11250 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11251 (eshell-command-aliased-p): New function that returns t if a
11252 command name names an aliased.
11253
11254 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11255
11256 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11257 redrawing the screen when changing cursor color.
11258 (viper-insert-state-pre-command-sentinel)
11259 (viper-replace-state-pre-command-sentinel)
11260 (viper-replace-state-post-command-sentinel):
11261 Use viper-preserve-cursor-color.
11262 Many functions changed to use viper= instead of = when comparing
11263 characters.
11264 * viper-util.el (viper-memq-char,viper=): New functions for
11265 working with characters.
11266 (viper-change-cursor-color): Fixed buglet.
11267 Many functions changed to use viper= instead of = when comparing
11268 characters.
11269 * viper.el (viper-insert-state-mode-list): Added eshell.
11270
11271 * ediff-init.el (ediff-before-setup-hook): New hook.
11272 Several typos fixed in various docstrings.
11273 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11274 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11275 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11276 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11277 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11278 (ediff-get-selected-buffers): New function.
11279 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11280 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11281 Use save-window-excursion.
11282 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11283 termination check in while loop.
11284 * ediff.el (ediff-get-default-file-name): Better defaults when in
11285 dired buffer.
11286 (ediff-files,ediff-merge-files,ediff-files3)
11287 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11288
11289 2000-10-28 Dave Love <fx@gnu.org>
11290
11291 * info.el (Info-fontify-node): Add help-echo for menu items.
11292
11293 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11294
11295 * startup.el (normal-top-level): If the value of $TERM indicates
11296 we are running from xterm or one of its work-alikes, default to a
11297 light background mode.
11298
11299 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11300 * faces.el (tty-handle-reverse-video): New function.
11301 (tty-create-frame-with-faces): Call it.
11302
11303 * frame.el (frame-notice-user-settings): Don't apply
11304 default-frame-alist and initial-frame-alist to MS-DOS frames.
11305 Call tty-handle-reverse-video, frame-set-background-mode, and
11306 face-set-after-frame-default for non-MS-DOS frames.
11307
11308 * startup.el (tty-long-option-alist): New variable.
11309 (tty-handle-args): New function.
11310 (command-line): Call tty-handle-args.
11311
11312 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11313 startup.el now does that for all character-terminal frames.
11314
11315 2000-10-28 Miles Bader <miles@gnu.org>
11316
11317 * emacs-lisp/easy-mmode.el (define-minor-mode):
11318 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11319 is global. If :global is followed by a non-nil but non-t value,
11320 make the mode buffer-local, but also generate a `global-MODE'
11321 version using `easy-mmode-define-global-mode'.
11322 Add :conditional-turn-on keyword argument.
11323
11324 2000-10-28 Dave Love <fx@gnu.org>
11325
11326 * international/latin1-disp.el (latin1-char-displayable-p):
11327 Don't use window-system.
11328
11329 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11330
11331 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11332 Don't call find-buffer-file-type-coding-system. Instead, just
11333 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11334 if the file is on an untranslated filesystem.
11335 (add-untranslated-filesystem): Use "D" instead of "f" inside
11336 interactive.
11337
11338 2000-10-27 Dave Love <fx@gnu.org>
11339
11340 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11341 (refill-mode): Use it.
11342
11343 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11344
11345 * international/quail.el (quail-activate): Don't make-local-hook.
11346
11347 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11348
11349 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11350 manual backups and file.~<rev>.~ for automatic ones.
11351 (vc-make-version-backup): Don't do it on MS-DOS without long file
11352 names.
11353
11354 * vc.el (vc-version-other-window): If an automatic backup of the
11355 desired version exists, rename it instead of copying it.
11356
11357 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11358 after command. If there's an unexpected error, signal it instead
11359 of being silent.
11360 (vc-cvs-merge-news): Be prepared for no news at all.
11361
11362 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11363
11364 * shell.el (shell): Add BUFFER argument.
11365 * comint.el (make-comint-in-buffer): New function.
11366 (make-comint): Use it.
11367
11368 * faces.el (face-spec-choose): Change syntax so that the list of
11369 attribute-value pairs is now the cdr of each clause, not the cadr.
11370 Detect old-style entries, and handle them. Use pop.
11371
11372 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11373
11374 * cus-edit.el (custom-mode-map): Use a sparse map.
11375 (custom-mode): Don't bother with make-local-hook.
11376
11377 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11378
11379 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11380
11381 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11382
11383 * ps-print.el: Avoid compilation gripes.
11384 (ps-print-version): New version number (6.2.1).
11385
11386 2000-10-26 Dave Love <fx@gnu.org>
11387
11388 * menu-bar.el: Modify some menu item help strings.
11389 (menu-bar-help-menu): Add link to MORE.STUFF.
11390
11391 * cus-edit.el (custom-mode): Add `special' mode-class property.
11392
11393 * wid-browse.el (widget-browse-mode): Likewise.
11394
11395 * wid-edit.el (widget-specify-field): Revert to using local-map
11396 property, not keymap.
11397
11398 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11399
11400 * wid-edit.el (widget-field-end): When checking for a `boundary'
11401 field, do so in the correct buffer.
11402
11403 * simple.el (undo): Correctly distinguish between numeric and
11404 non-numeric prefix args in non-transient-mark-mode, as per the doc
11405 string. When in transient-mark-mode, treat all prefix-args as
11406 numeric.
11407
11408 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11409 Position point on match. Handle N == 0 correctly.
11410
11411 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11412 (comint-mode-map): Reverse order of `comint-write-output' and
11413 `comint-append-output-to-file'.
11414 (comint-append-output-to-file): Reinstate this function, for the
11415 benefit of the menu.
11416
11417 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11418
11419 * vc.el (vc-version-other-window): Bind `file'.
11420
11421 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11422
11423 * Makefile.in (update-authors): New target for maintenance purposes.
11424
11425 * emacs-lisp/authors.el (batch-update-authors): New function.
11426 (authors-fixed-entries): New defconst.
11427 (authors-add-fixed-entries): New function.
11428 (authors): Call it.: Don't process lispref/.
11429
11430 2000-10-25 Jason Rumney <jasonr@gnu.org>
11431
11432 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11433 Merge x w32 and mac definitions.
11434
11435 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11436
11437 * menu-bar.el (menu-bar-options-menu): Add a help string for
11438 `uniquify'.
11439
11440 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11441
11442 * time-stamp.el (time-stamp-string-preprocess):
11443 Fix a wrong type argument error.
11444
11445 2000-10-25 Miles Bader <miles@gnu.org>
11446
11447 * recentf.el (recentf-mode): Variable removed.
11448 (recentf-mode): Use `define-minor-mode'.
11449
11450 * mwheel.el (mouse-wheel-mode): New global minor mode.
11451 (mwheel-install): Use `mouse-wheel-mode'.
11452
11453 2000-10-25 Dave Love <fx@gnu.org>
11454
11455 * progmodes/cperl-mode.el (cperl-mode):
11456 Set normal-auto-fill-function correctly.
11457
11458 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11459 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11460 bindings.
11461
11462 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11463
11464 * wid-edit.el (widget-field-at): New function.
11465 (widget-at, widget-field-activate): Use it.
11466 (widget-tabable-at): Use `widget-at'.
11467 (widget-specify-field): If the terminating character of the widget
11468 field (which is read-only) is a newline, put it into a special
11469 `boundary' field so that C-n/C-p act more naturally.
11470 (widget-field-end): Also don't subtract one if a special
11471 `boundary' field has been added after the widget field.
11472
11473 * comint.el (comint-output-filter, comint-send-input):
11474 Don't bother adding stickiness fields to overlays to fool the field
11475 code, since it should notice the overlay insertion-types now.
11476
11477 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11478 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11479 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11480
11481 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11482
11483 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11484 (authors): Set file coding system to iso-2022-7bit.
11485 Add file-local variables to output buffer.
11486
11487 * files.el (after-find-file): Don't print any warnings if
11488 WARN is nil.
11489
11490 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11491
11492 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11493
11494 * delim-col.el: Now there is a column formatting mechanism.
11495 Modified to customization mechanisms convention. Doc fix.
11496 (columns): New group for delim-col.
11497 (delimit-columns-before, delimit-columns-after)
11498 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11499 (delimit-columns-end): New vars.
11500 (delimit-columns-customize, delimit-columns-format): New funs.
11501 (delimit-columns-region, delimit-columns-rectangle)
11502 (delimit-columns-rectangle-line): Modified to support column
11503 formatting.
11504
11505 2000-10-24 Dave Love <fx@gnu.org>
11506
11507 * log-edit.el (log-edit): Add :version and a :group for vc.
11508
11509 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11510
11511 * files.el (after-find-file): Don't print a message ``New file''
11512 if WARN is nil.
11513
11514 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11515 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11516 get duplicate tool-bar entries because we'll see the global ones
11517 on more than one path through keymaps.
11518
11519 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11520
11521 * progmodes/cmacexp.el: Change Francesco's email address.
11522
11523 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11524
11525 * window.el (fit-window-to-buffer): Adjust point of the window
11526 buffer, not that of the current buffer.
11527
11528 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11529
11530 * progmodes/cmacexp.el: Update the euthor's email address.
11531
11532 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11533
11534 * faces.el (face-spec-set-match-display): Add `graphic' display
11535 type (the inverse of `tty'). Use `display-graphic-p' instead of
11536 the window-system variable.
11537
11538 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11539
11540 * international/isearch-x.el (isearch-with-input-method):
11541 Call input-method-function with the first event in
11542 unread-command-events.
11543
11544 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11545
11546 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11547
11548 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11549
11550 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11551 New charsets.
11552
11553 * term/mac-win.el: Remove definitions of mac-roman-lower and
11554 mac-roman-upper, require dired, and define instead of set
11555 mac-ready-for-drag-n-drop to avoid compilation error.
11556
11557 2000-10-23 Andrew Innes <andrewi@gnu.org>
11558
11559 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11560 Remove superfluous calls to subst-char-in-string; instead apply
11561 expand-file-name after convert-standard-filename to ensure
11562 expected directory separators are used.
11563
11564 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11565
11566 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11567
11568 2000-10-23 Dave Love <fx@gnu.org>
11569
11570 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11571 (tool-bar-add-item): Set foreground and background for XBM icons.
11572
11573 * international/latin1-disp.el (latin1-char-displayable-p):
11574 New function (from Handa).
11575 (latin1-display-check-font): Use it.
11576
11577 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11578 using :key-sequence, making it much more usable.
11579 Use nconc, not append.
11580 (imenu--create-keymap-1): Avoid append.
11581
11582 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11583
11584 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11585
11586 [the following changes fix a bug where `define-minor-mode' didn't
11587 correctly generate :require clauses for defcustoms in compiled files]
11588 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11589 (byte-compile-log-file, byte-compile-log-1): Don't set
11590 `byte-compile-current-file' to nil. Instead set
11591 `byte-compile-last-logged-file' to it. Test whether
11592 byte-compile-current-file equals byte-compile-last-logged-file
11593 instead of whether its nil.
11594 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11595
11596 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11597
11598 * textmodes/refill.el: Fix var names in doc.
11599 (refill-mode): Don't bother with make-local-hook anymore.
11600
11601 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11602
11603 * faces.el (face-user-default-spec, face-default-spec): New functions.
11604 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11605 (frame-set-background-mode, face-set-after-frame-default):
11606 Use `face-user-default-spec'. Simplify code slightly.
11607
11608 * woman.el (woman-italic-face, woman-bold-face)
11609 (woman-unknown-face): Add dark-background variants.
11610 (woman-default-faces): Renamed from `woman-colour-faces'.
11611 Set using the stored defaults, rather than using hard-wired colors.
11612 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11613 Just make the foreground `unspecified' rather than "black".
11614 (woman-menu): Rename menu entries accordingly.
11615
11616 * faces.el (header-line): Make more reasonable on mono/grayscale
11617 displays.
11618
11619 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11620
11621 * cus-edit.el (custom-button-face): Use 3D look for mac.
11622 (custom-button-pressed-face): Likewise.
11623
11624 * faces.el (set-face-attributes-from-resources): Handle mac frames
11625 in the same way as x and w32 frames.
11626 (face-valid-attribute-values): Likewise.
11627 (read-face-attribute): Likewise.
11628 (defined-colors): Likewise.
11629 (color-defined-p): Likewise.
11630 (color-values): Likewise.
11631 (display-grayscale-p): Likewise.
11632 (face-set-after-frame-default): Likewise.
11633 (mode-line): Same default face as for x and w32.
11634 (tool-bar): Likewise.
11635
11636 * frame.el: Remove call to frame-notice-user-settings at end of
11637 the file.
11638
11639 * info.el (Info-fontify-node): Make underlines invisible for mac
11640 as for x, pc, and w32 frame types.
11641
11642 * term/mac-win.el: New file.
11643
11644 2000-10-22 Dave Love <fx@gnu.org>
11645
11646 * textmodes/refill.el: New file.
11647
11648 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11649
11650 * vc-hooks.el (vc-version-backup-file-name): New optional args
11651 MANUAL and REGEXP.
11652 (vc-delete-automatic-version-backups, vc-make-version-backup):
11653 New functions.
11654 (vc-before-save): Use the latter.
11655 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11656 confusion.
11657
11658 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11659 expected by vc[-hooks].el.
11660
11661 * vc.el (vc-checkout): Added `-p' suffix in call to
11662 vc-make-version-backups-p; use vc-make-version-backup to actually
11663 make the backup.
11664 (vc-version-other-window, vc-version-backup-file): Handle both
11665 automatic and manual backups.
11666 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11667 of all of them.
11668
11669 2000-10-22 Miles Bader <miles@gnu.org>
11670
11671 * comint.el (comint-highlight-input, comint-highlight-prompt):
11672 Renamed, `-face' at end removed.
11673 (comint-send-input, comint-output-filter): Use renamed faces.
11674
11675 * window.el (fit-window-to-buffer): Change defaulting of
11676 MAX-HEIGHT slightly.
11677
11678 * faces.el (color-values, color-defined-p): Use `member', not
11679 `memq', because it works correctly for strings.
11680 (frame-set-background-mode): Actually, "unspecified-fg" and
11681 "unspecified-bg" *are* strings. Use `member', not `memq', and
11682 `equal', not `eq', when a string value is possible.
11683
11684 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11685
11686 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11687
11688 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11689
11690 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11691 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11692 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11693 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11694 (sh-font-lock-syntactic-keywords): Use them.
11695 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11696 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11697 (sh-mode): Don't override font-lock-unfontify-region-function.
11698 Use a copy of sh-font-lock-syntactic-keywords.
11699 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11700 Don't call sh-scan-buffer since font-lock does it on the fly.
11701 (sh-get-indent-info): Use `face' rather than `syntax-table'
11702 text-property to detect here-documents.
11703 Replace sh-special-syntax with sh-st-punc.
11704 (sh-prev-line): Use `face' rather than `syntax-table'
11705 text-property to skip over here-documents.
11706 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11707 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11708 (sh-electric-less, sh-set-here-doc-region)
11709 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11710 (sh-scan-buffer, sh-rescan-buffer): Remove.
11711
11712 2000-10-21 Andrew Innes <andrewi@gnu.org>
11713
11714 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11715 remote (ange-ftp) file names.
11716
11717 2000-10-21 Miles Bader <miles@gnu.org>
11718
11719 * window.el (fit-window-to-buffer): New function.
11720 (shrink-window-if-larger-than-buffer): Use it.
11721 (window-text-height): Don't expect minibuffers to have mode-lines.
11722
11723 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11724 * international/quail.el (quail-update-guidance):
11725 Use `fit-window-to-buffer' instead of `set-window-text-height'.
11726
11727 * international/quail.el (quail-show-guidance-buf): Make sure
11728 guidance window really has enough room.
11729 (quail-update-guidance): If quail-guidance-win is already shown,
11730 make sure its height is OK.
11731
11732 * window.el (window-text-height, set-window-text-height):
11733 New functions.
11734 (shrink-window-if-larger-than-buffer): Use `window-text-height'
11735 instead of `window-height' & `mode-line-window-height-fudge'.
11736 (mode-line-window-height-fudge): Add FACE parameter.
11737 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
11738 instead of `enlarge-window' & `mode-line-window-height-fudge'.
11739
11740 2000-10-20 Miles Bader <miles@gnu.org>
11741
11742 * window.el (height-affecting-face-attributes): Use `defconst'.
11743
11744 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
11745 New function, conditionally aliased to `mode-line-window-height-fudge'.
11746 (ispell-help): Use it.
11747 (ispell-choices-win-default-height): Don't include mode-line fudge.
11748 (ispell-choices-win-default-height): New function.
11749 (ispell-show-choices, ispell-command-loop): Use function
11750 `ispell-choices-win-default-height' instead of variable.
11751
11752 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
11753
11754 * window.el (mode-line-window-height-fudge): New variable.
11755 (height-affecting-face-attributes): New variable.
11756 (mode-line-window-height-fudge): New function.
11757 (shrink-window-if-larger-than-buffer): Use it.
11758 * help.el (resize-temp-buffer-window): Likewise.
11759
11760 * info.el (Info-fontify-node): Add support for @subsubsection
11761 titles, which use `Info-title-4-face'.
11762 (Info-title-4-face): New face.
11763 (Info-title-3-face): Inherit from Info-title-4-face instead of
11764 variable-pitch.
11765
11766 2000-10-19 Jason Rumney <jasonr@gnu.org>
11767
11768 * dired.el (dired-insert-directory): Do not let errors signalled by
11769 attempt to run dired-free-space-program prevent dired from working.
11770
11771 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
11772
11773 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
11774
11775 2000-10-19 Gerd Moellmann <gerd@gnu.org>
11776
11777 * dirtrack.el (dirtrack): Fix call to run-hooks.
11778
11779 * cmuscheme.el (cmuscheme-program-name): Renamed from
11780 scheme-program-name because xscheme.el contains a defcustom with
11781 the same name. As a consequence, customizing group `cmuscheme'
11782 loaded `xscheme' which redefined run-scheme.
11783 (run-scheme): Use cmuscheme-program-name.
11784
11785 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
11786
11787 * play/doctor.el (doctor-death): Update the Samaritans'
11788 anonymous address, and add a website for Befrienders International.
11789
11790 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11791
11792 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
11793 Avoid compilation gripes. Doc fix.
11794 (ps-print-version): New version number (6.2).
11795 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11796 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
11797 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
11798 (ps-x-extent-priority, ps-x-extent-start-position)
11799 (ps-x-face-font-instance, ps-x-find-coding-system)
11800 (ps-x-font-instance-properties, ps-x-make-color-instance)
11801 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
11802 avoid compilation gripes without defining functions.
11803 (ps-e-find-composition): Alias for function find-composition, to have a
11804 suitable function depending on Emacs version.
11805 (ps-color-device, ps-color-values, ps-face-foreground-name)
11806 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
11807 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
11808 (ps-print-ensure-fontified): Function definitions surrounded by
11809 `eval-and-compile' to avoid compilation gripes.
11810 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
11811 by symbol-value to avoid compilation gripes.
11812 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
11813 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
11814
11815 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11816
11817 * startup.el (normal-top-level): Call `frame-set-background-mode'
11818 after `frame-notice-user-settings' because the latter doesn't call
11819 the former on a tty.
11820
11821 * faces.el (frame-set-background-mode): `unspecified' &c are
11822 symbols, not strings.
11823
11824 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11825
11826 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
11827 why some "light*" colors are deliberately absent from the alist.
11828
11829 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
11830 Change colors for tty's, as suggested by Miles Bader.
11831
11832 2000-10-19 Kenichi Handa <handa@etl.go.jp>
11833
11834 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
11835 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
11836 for ISO10646-1 fonts.
11837 (x-font-name-charset-alist): Add an entry for "iso10646-1".
11838
11839 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11840
11841 * faces.el (frame-set-background-mode): If a tty frame defines a
11842 background color, use that to compute the background mode, instead
11843 of always defaulting to "dark".
11844
11845 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11846
11847 * comint.el (comint-write-output): New function.
11848 (comint-mode-map): Add it to the menu.
11849 Bind `C-c C-s' to comint-write-output.
11850
11851 2000-10-18 Gerd Moellmann <gerd@gnu.org>
11852
11853 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
11854 Use fancy-splash-delay.
11855
11856 2000-10-18 Alex Schroeder <alex@gnu.org>
11857
11858 * progmodes/sql.el (sql-sybase-options): New option.
11859 (sql-sybase): Use it. Add sql-database to the list of parameters
11860 provided for login. The options -w 2048 -n are not used any more.
11861
11862 * comint.el (comint-read-input-ring): Bugfix such that the first
11863 and the last entry of the input ring file are not lost.
11864
11865 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11866
11867 * ps-print.el: Internal variable changes to defcustom,
11868 make-local-hook changes to defvar. Doc fix.
11869 (ps-print-version): New version number (6.1).
11870 (ps-setup, ps-do-despool): Code fix.
11871 (ps-printer-name): Customization fix.
11872 (ps-printer-name-option): Now is a defcustom instead of an
11873 internal variable.
11874 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
11875 (ps-print-begin-column-hook): Now are defvar instead of
11876 make-local-hook.
11877
11878 2000-10-18 Miles Bader <miles@gnu.org>
11879
11880 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
11881 (comint-kill-output): Changed into an alias for `comint-delete-output',
11882 and made obsolete.
11883 (comint-mode-map): Rename references to comint-kill-output.
11884
11885 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
11886
11887 * diff-mode.el (diff-header-face, diff-file-header-face)
11888 (diff-changed-face): Add bold and italic attributes to tty faces.
11889 (diff-function-face): New face.
11890 (diff-font-lock-keywords): Use it.
11891
11892 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
11893
11894 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
11895 Remove commented-out call to force-mode-line-update.
11896 (comint-kill-output): Use `forward-line 0' instead of
11897 beginning-of-line to make sure we get past the prompt.
11898
11899 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
11900
11901 * diff-mode.el (diff-header-face, diff-file-header-face):
11902 Add specific setting for dark background.
11903 (diff-context-face): Renamed from diff-comment-face.
11904 Set explicitly rather than inheriting from font-lock-comment-face.
11905
11906 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11907
11908 * startup.el (command-line): Move the code which sets the default
11909 TTY colors to before before-init-hook.
11910
11911 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11912
11913 * jit-lock.el (jit-lock-stealth-time): Doc fix.
11914
11915 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11916
11917 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
11918 extensions, for MS-DOS.
11919
11920 * diff-mode.el (diff-header-face, diff-file-header-face)
11921 (diff-changed-face): Define tty-specific colors.
11922
11923 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11924
11925 * startup.el (fancy-splash-text): Realign the text.
11926
11927 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11928
11929 * font-lock.el (font-lock-comment-face): Define a separate default
11930 for dark-background tty's.
11931
11932 2000-10-17 Miles Bader <miles@gnu.org>
11933
11934 * help.el (resize-temp-buffer-window): Add hack to avoid last line
11935 being obscured by whizzy mode-lines on graphics displays.
11936
11937 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11938
11939 * info.el (Info-title-1-face, Info-title-2-face)
11940 (Info-title-3-face): Define colors for tty's.
11941 (info-header-node): Remove unneeded tty-specific definition.
11942
11943 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
11944
11945 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
11946 reverse from the frame parameters, and don't invert foreground and
11947 background colors.
11948
11949 2000-10-16 Miles Bader <miles@gnu.org>
11950
11951 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
11952 string "*Info*". Call propertized-buffer-identification to spruce
11953 up the result.
11954
11955 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11956
11957 * help.el: Provide `help' for the sake of define-minor-mode
11958 which generates defcustoms with requires.
11959
11960 * jit-lock.el (jit-lock-after-change): If we're in text that
11961 matches a multi-line font-lock pattern, make sure the whole text
11962 will be redisplayed.
11963
11964 * emacs-lisp/authors.el (authors-add): Don't add an entry if
11965 author's name is unknown.
11966
11967 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
11968 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
11969 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
11970 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
11971 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
11972 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
11973 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
11974 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
11975 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
11976 Add author information.
11977
11978 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
11979
11980 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
11981 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
11982 full-color version (using the Gimp) to eliminate dithering artifacts.
11983
11984 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11985
11986 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
11987
11988 * simple.el (syntax-flag-table, string-to-syntax): Remove.
11989
11990 2000-10-15 Dave Love <fx@gnu.org>
11991
11992 * progmodes/sh-script.el: Require skeleton and comint when compiling.
11993
11994 * pcomplete.el (pcomplete) <defgroup>: Add :version.
11995
11996 * whitespace.el: Doc fixes.
11997 (top-level): Don't add hooks here.
11998 (whitespace-running-emacs): Deleted.
11999 (timer): Don't require.
12000 (whitespace): Add back :version conditional on xemacs test.
12001 (whitespace-spacetab-regexp, whitespace-indent-regexp)
12002 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
12003 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
12004 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
12005 Avoid specific xemacs test.
12006 (whitespace-global-mode): New option.
12007 (whitespace-global-mode): New command.
12008 (whitespace-unload-hook): New function.
12009
12010 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
12011 (Info-fontify-node, Info-goto-node, Info-mode-menu)
12012 (Info-fontify-node): `Goto' goes to `Go to'.
12013 (Info-fontify-node): Add help-echo to xref links.
12014
12015 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
12016
12017 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
12018
12019 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12020
12021 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12022 Use plist-get and allow :inherit.
12023
12024 * emacs-lisp/cl-macs.el (cl-do-arglist):
12025 Use plist-get and plist-member instead of memq.
12026
12027 * emacs-lisp/ewoc.el (ewoc-location): New function.
12028 (ewoc-enter-after, ewoc-enter-before): Document return value.
12029 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
12030 Don't need make-local-hook any more.
12031 (cvs-addto-collection): Return the new tin.
12032 (cvs-mode-insert): Jump to the new line.
12033
12034 * jit-lock.el (jit-lock-fontify-buffer): Remove.
12035
12036 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
12037
12038 * font-lock.el (font-lock-syntactically-fontified): New var.
12039 (font-lock-fontify-syntactic-keywords-region): Use it.
12040 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
12041
12042 * diff-mode.el (diff-find-file-name): Fix regexp.
12043
12044 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12045 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
12046
12047 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
12048 (sh-mode-syntax-table): Add punctuation syntax for < and >.
12049 (sh-mode): Don't make all vars local here.
12050 (sh-kw): Reformat.
12051 (sh-set-shell): Use dolist. Don't set indent-region-function.
12052 (sh-mode-syntax-table): Use pop.
12053 (sh-remember-variable): Use push.
12054 (sh-help-string-for-variable): Use memq.
12055 (sh-safe-backward-sexp): Remove.
12056 (sh-safe-forward-sexp): Add ARG.
12057 (sh-get-indent-info, sh-prev-stmt): Use it.
12058 (sh-prev-line): Simplify by using forward-comment.
12059 (sh-this-is-a-continuation): Simplify.
12060 (sh-learn-buffer-indent): Use dolist.
12061 (sh-do-nothing): Remove.
12062 (sh-set-char-syntax, sh-set-here-doc-region):
12063 Use inhibit-modification-hooks.
12064 (sh-name-style): Use mapcar and push.
12065 (sh-load-style): Use dolist.
12066 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12067 (sh-case, sh-while-getopts): Use propertize directly rather
12068 than sh-electric-rparen.
12069
12070 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12071
12072 * textmodes/tex-mode.el: Require CL when compiling.
12073 (tex-mode-syntax-table): Init immediately.
12074 (tex-mode-map): Bind M-RET to latex-insert-item.
12075 (latex-mode): Set indent-line-function to latex-indent.
12076 (tex-common-initialization): Don't setup the syntax-table any more.
12077 (latex-insert-item): New skeleton.
12078 (tex-next-unmatched-end): Fix copy/paste braino.
12079 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
12080 (latex-indent, latex-find-indent): New functions.
12081 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
12082 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12083 (tex-compilation-parse-errors): Use with-syntax-table.
12084
12085 2000-10-15 Miles Bader <miles@gnu.org>
12086
12087 * font-lock.el (font-lock-comment-face): Change dark-background,
12088 color, non-tty, default to `chocolate1'.
12089
12090 2000-10-13 John Wiegley <johnw@gnu.org>
12091
12092 * eshell/esh-util.el (require): Added a missing `require' form,
12093 needed when compiling (for an ange-ftp macro definition).
12094
12095 2000-10-13 Dave Love <fx@gnu.org>
12096
12097 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12098
12099 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12100
12101 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12102
12103 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12104 transparent -colors 8).
12105
12106 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12107
12108 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12109 that breaks with old list format timestamps.
12110 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12111 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12112
12113 2000-10-13 John Wiegley <johnw@gnu.org>
12114
12115 * align.el, pcomplete.el, calendar/timeclock.el,
12116 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12117
12118 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12119 faulty math, where holiday hours were being computing as seconds.
12120
12121 2000-10-13 John Wiegley <johnw@gnu.org>
12122
12123 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12124 specifying what "other" kinds of buffers should be saved.
12125 This used to be hard-coded.
12126 (desktop-buffer-misc-functions): A global for specifying how
12127 auxiliary data should be determined for special buffer types.
12128 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12129 instead of hard-coding the special buffer types.
12130 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12131 auxiliary data, instead of hard-coding for Info buffers and dired.
12132 (desktop-buffer-info-misc-data): Aux function for determining Info
12133 buffer auxiliary info.
12134 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12135 (desktop-buffer-info): Changed this function to use the info
12136 gathered above.
12137 (desktop-create-buffer): Be a little more careful about what
12138 `minor-mode' means before calling it. This is important for some
12139 buffer types.
12140
12141 2000-10-13 John Wiegley <johnw@gnu.org>
12142
12143 * eshell/esh-util.el: Added a global form which declares an
12144 autoload for `parse-time-string', if that function is not already
12145 defined, and if parse-time.el is available on the user's system.
12146
12147 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12148 to be aware of ange-ftp user info.
12149 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12150 (eshell-ls-annotate): Use `eshell-file-attributes'.
12151 (eshell-ls-file): Made the user-id printing code a bit smarter.
12152
12153 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12154 allow identification of alias user ids in remote directories.
12155 It's manual, but there's no other way to know when the current user
12156 on the local machine, is also the owning user on the remote machine.
12157 (fboundp): Bind `ange-cache'.
12158 (eshell-directory-files-and-attributes): Re-organized the logic a
12159 bit to use `eshell-file-attributes' instead of `file-attributes'.
12160 The former is more sensitive to directories that are read via FTP,
12161 and knows how to use ange-ftp to determine full attribute
12162 information, instead of just the name and last modtime.
12163 (eshell-current-ange-uids): Return the current user id when in a
12164 remote directory.
12165 (eshell-parse-ange-ls): Parse a full directory listing that has
12166 been returned by ange-ftp.
12167 (eshell-file-attributes): This beefed up version of
12168 `file-attributes' is only special if the user is currently in a
12169 remote directory, in which case it does a lot of work to find out
12170 what the real attributes of a file are, as they appear on the
12171 remote machine. This makes usage of remote directories (i.e.,
12172 ange-ftp pathnames) much more useful. You can now use Eshell as a
12173 full-fledged FTP client, with much more manipulation ability than
12174 most other clients.
12175
12176 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12177 variable, which means that Eshell's du should always be preferred
12178 in remote directories.
12179 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12180 just `file-attributes'.
12181 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12182 when reading remote directories. This is an Eshell-specific
12183 variable (not part of ange-ftp).
12184 (eshell/ln): Bind `ange-cache'.
12185 (eshell/du): Added some extra logic for determining when to use
12186 Eshell's du (which is slow), and when to use the external version
12187 (which may or may not exist).
12188
12189 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12190 Call `eshell-interactive-process', rather than using
12191 `get-buffer-process', since backgrounded processes don't count in
12192 the context of this function's logic.
12193
12194 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12195 `forward-char', so that null strings are parsed correctly.
12196
12197 2000-09-13 John Wiegley <johnw@gnu.org>
12198
12199 * eshell/em-pred.el (eshell-pred-file-type)
12200 (eshell-pred-file-links, eshell-pred-file-size):
12201 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12202
12203 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12204 that remote file globbing is more efficient.
12205
12206 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12207 gathering the files and attributes within a directory.
12208
12209 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12210 the command line is a special file (not a regular file, directory
12211 or symlink), always attempt to call the external version of cat.
12212
12213 2000-09-13 John Wiegley <johnw@gnu.org>
12214
12215 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12216 Eshell-friendly version of find-tag.
12217
12218 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12219
12220 * image-file.el (image-file-name-extensions)
12221 (image-file-name-regexps): Add autoload cookies.
12222
12223 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12224
12225 * international/mule-cmds.el (select-safe-coding-system): If FROM
12226 is string, show it in *Warning* buffer.
12227
12228 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12229
12230 * startup.el (normal-top-level): Use display-popup-menus-p instead
12231 of window-system.
12232 (command-line): Use display-graphic-p instead of window-system.
12233 (command-line-1): Use display-popup-menus-p and display-mouse-p
12234 instead of window-system.
12235
12236 2000-10-12 Sam Steingold <sds@gnu.org>
12237
12238 * tooltip.el (tooltip-use-echo-area): New user variable.
12239 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12240
12241 2000-10-12 Dave Love <fx@gnu.org>
12242
12243 * recentf.el: Maintainer's checkdoc fixes.
12244
12245 * startup.el (normal-top-level-add-subdirs-to-load-path):
12246 Use character class, not ASCII when matching file names.
12247 (fancy-splash-head): Add trailing slash to URL.
12248 (command-line): Don't require XPM support for toolbar.
12249
12250 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12251 (cperl-invalid-face): Revert last change.
12252 (cperl-init-faces): Quote cperl-invalid-face.
12253
12254 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12255
12256 * startup.el (fancy-splash-text): Remove superfluous quote.
12257
12258 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12259
12260 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12261 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12262 (command-line-1): Don't use fancy-splash-pending-command.
12263 (fancy-splash-screens-1): Goto point-min after inserting text.
12264
12265 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12266
12267 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12268 instead of shared-lisp-mode-map.
12269
12270 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12271
12272 * faces.el (header-line): Change tty-variant to use underlining.
12273
12274 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12275 (isearch-highlight): Restore lazy-isearch face properties at old
12276 position, and suppress them at new position.
12277 (isearch-dehighlight): Restore lazy-isearch face properties.
12278 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12279 over the real isearch overlay, but in that case, don't give it a
12280 face property. Use `push'.
12281
12282 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12283
12284 * man.el (Man-getpage-in-background): Fix previous change.
12285 Decode the process output only when we are in multibyte mode.
12286
12287 2000-10-11 Dave Love <fx@gnu.org>
12288
12289 * info.el (Info-mode-menu): Fix some help.
12290 (info-tool-bar-map): Add entry for Info-last.
12291
12292 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12293 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12294 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12295 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12296 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12297 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12298 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12299 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12300 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12301 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12302 Reduce colour requirements to 25 overall. (Probably wants
12303 revisiting from the originals to reduce further.)
12304
12305 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12306
12307 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12308 buffer-file-coding-system, instead of raw-text.
12309 (dehexlify-buffer): Bind coding-system-for-read to
12310 buffer-file-coding-system, instead of raw-text.
12311
12312 2000-10-11 Sam Steingold <sds@gnu.org>
12313
12314 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12315 `underline' - fixes the bug introduced on 2000-09-21.
12316
12317 2000-10-11 Dave Love <fx@gnu.org>
12318
12319 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12320 Avoid compiler warnings.
12321 (scheme-mode): Doc fix.
12322 (scheme-font-lock-keywords-1): Match `define-syntax'.
12323
12324 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12325
12326 * faces.el (frame-set-background-mode): Pay attention to saved
12327 face specs as well as default ones. Only do anything if the
12328 bg-mode or display-type has actually changed. Use `dolist'.
12329 (region): Make dark-background `region' face less in-your-face.
12330
12331 2000-10-10 Sam Steingold <sds@gnu.org>
12332
12333 * chistory.el, ielm.el, ledit.el:
12334 * progmodes/inf-lisp.el, progmodes/scheme.el:
12335 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12336
12337 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12338
12339 * textmodes/texinfo.el: Update copyright and fix typo.
12340
12341 * desktop.el (desktop-modes-not-to-save): New var.
12342 (desktop-save-buffer-p): Use it.
12343 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12344 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12345
12346 2000-10-10 Dave Love <fx@gnu.org>
12347
12348 * toolbar/tool-bar.el (tool-bar-add-item)
12349 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12350
12351 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12352 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12353 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12354 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12355 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12356 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12357 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12358 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12359 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12360 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12361 the .xpms; probably need retouching.
12362
12363 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12364
12365 * subr.el (add-to-list): Add optional argument APPEND.
12366 * battery.el (display-battery): Use `add-to-list'.
12367
12368 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12369
12370 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12371 properties.
12372 (zone, zone-when-idle, zone-leave-me-alone)
12373 (zone-pgm-whack-chars): Use new symbol properties.
12374
12375 * battery.el (display-battery): Doc spelling fix.
12376
12377 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12378 property.
12379
12380 2000-10-09 Dave Love <fx@gnu.org>
12381
12382 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12383 has been initialized before calling tool-bar-setup.
12384 (tool-bar-add-item-from-menu): Add autoload cookie.
12385
12386 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12387
12388 * menu-bar.el (send-mail-item-name): New function.
12389 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12390 of mail-user-agent in the menu. Don't display the "Send Mail"
12391 item if mail-user-agent is nil or its value is ignore.
12392 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12393 if read-mail-command is nil or its value is ignore.
12394
12395 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12396
12397 2000-10-09 Miles Bader <miles@gnu.org>
12398
12399 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12400 Correct image size.
12401 * toolbar/left_arrow.xpm: Correct image size.
12402
12403 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12404 will be done by the definition of `auto-compression-mode' if
12405 necessary. Move code to uninstall existing file-name handler
12406 before definition of `auto-compression-mode'.
12407
12408 * image-file.el (auto-image-file-mode): Move to the end of the
12409 file, because `define-minor-mode' actually calls the mode-function
12410 if the associated variable is non-nil, which requires that all
12411 needed functions be already defined.
12412
12413 * mouse.el (popup-menu): Balance parens.
12414
12415 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12416
12417 * mouse.el (popup-menu): Move the command call outside the loop
12418 so that popup-menu returns whatever the command returns.
12419
12420 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12421 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12422 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12423 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12424
12425 * vc.el (vc-version-diff): diff-switches can be a list.
12426 Use relative filenames for prettier output.
12427
12428 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12429 (vc-post-command-functions): Remove old-VC compatibility code.
12430
12431 * newcomment.el (comment-indent-default): Autoload.
12432
12433 * font-lock.el (font-lock-defaults): Make buffer-local.
12434 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12435 (font-lock-choose-keywords):
12436 Ignore LEVEL unless KEYWORDS is a list of syms.
12437 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12438 Don't wrap regexp-opt things in \(...\) unnecessarily.
12439
12440 * jit-lock.el: Don't require font-lock any more.
12441 (jit-lock-functions): Make buffer-local.
12442 (jit-lock-saved-fontify-buffer-function): Remove.
12443 (jit-lock-mode): Remove autoload cookie.
12444 Remove font-lock specific code.
12445 (jit-lock-unregister): Don't bother handling complex hooks any more.
12446 (jit-lock-refontify): New function.
12447 (jit-lock-fontify-buffer): Use it.
12448 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12449 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12450 Add optional args START and END.
12451 Never call font-lock-fontify-region directly.
12452 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12453
12454 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12455
12456 2000-10-08 Dave Love <fx@gnu.org>
12457
12458 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12459
12460 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12461
12462 * play/studly.el (studlify-region, studlify-word): Add autoload
12463 cookie.
12464
12465 * play/morse.el (morse-region, unmorse-region): Add autoload
12466 cookie.
12467
12468 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12469 concat.
12470
12471 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12472 insist on symbols starting with word syntax.
12473 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12474 (eval-defun-1): Doc fix.
12475 (indent-sexp): Use nconc to build up indent-stack.
12476
12477 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12478 Gnus with little use.
12479 (mail-setup-hook): Add mail-abbrevs-setup to options.
12480
12481 * recentf.el: Doc fixes.
12482
12483 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12484 Clean up remainder.
12485
12486 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12487 without timezone and (8) with timezone to enforce some whitespace.
12488 Simplify code somewhat.
12489
12490 * options.el (list-options): Doc that you should use customize.
12491
12492 * iswitchb.el (iswitchb-mode): Add :require.
12493
12494 * info.el (Info-goto-node, Info-menu): Doc fix.
12495 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12496 (info-tool-bar-map): New variable.
12497 (Info-mode): Use it.
12498 (Info-edit-map): Define all in defvar.
12499 (speedbar-attached-frame): Avoid compiler warning.
12500
12501 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12502 (global-map): Bind [tool-bar] to a filtered map.
12503 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12504 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12505 Allow PBM icons.
12506 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12507
12508 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12509 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12510 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12511 icons, except up_arrow, which is left-arrow rotated.
12512
12513 * imenu.el (imenu-add-to-menubar): Fix last change.
12514
12515 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12516
12517 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12518 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12519
12520 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12521
12522 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12523 typos in doc strings.
12524
12525 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12526 the doc strings how to customize Font Lock faces.
12527
12528 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12529 computing growth when dragging the header line.
12530
12531 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12532
12533 * simple.el (kill-line): Doc fix.
12534
12535 2000-10-08 Miles Bader <miles@gnu.org>
12536
12537 * faces.el (secondary-selection): Make foreground visible on tty.
12538
12539 * jka-compr.el (auto-compression-mode): Move to the end of the
12540 file, because `define-minor-mode' actually calls the mode-function
12541 if the associated variable is non-nil, which requires that all
12542 needed functions be already defined.
12543 (with-auto-compression-mode): Add autoload cookie.
12544
12545 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12546
12547 * files.el (find-backup-file-name) [ms-dos]: If support for long
12548 file names is not available, behave as if version-control were set
12549 to never.
12550
12551 2000-10-07 Dave Love <fx@gnu.org>
12552
12553 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12554 (browse-url-gnome-moz): New function.
12555 (browse-url-browser-function): Use it.
12556 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12557
12558 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12559
12560 * indent.el (tab-always-indent): New var.
12561 (indent-for-tab-command): Use it.
12562
12563 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12564 raise an error. This way it can still default to a sane value.
12565
12566 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12567
12568 * startup.el (fancy-splash-screens): Use local rather than global map.
12569 Don't use `update-menu-bindings' any more.
12570 Get rid of assumptions about keymap representation.
12571
12572 2000-10-06 Dave Love <fx@gnu.org>
12573
12574 * textmodes/fill.el (sentence-end-double-space)
12575 (sentence-end-without-period): Doc fix.
12576 (adaptive-fill-regexp): Purecopy.
12577 (unjustify-current-line): Use line-end-position.
12578 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12579
12580 * net/eudc-vars.el (eudc): Add :version, :link.
12581
12582 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12583
12584 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12585 Fix for define-minor-mode.
12586 (function-at-point): Alias to function-called-at-point.
12587
12588 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12589
12590 * simple.el (backward-word): Doc fix.
12591
12592 * image-file.el (image-file-name-regexp): image-file-regexps ->
12593 image-file-name-regexps.
12594 (image-file-name-extensions): Add pbm.
12595
12596 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12597
12598 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12599 and add filename to the names so that diff-mode can jump to source.
12600
12601 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12602 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12603 (tex-font-lock-keywords-1): Remove.
12604 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12605 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12606 (font-lock-default-fontify-region):
12607 Expand beg..end correctly when just following a multiline region.
12608 (font-lock-fontify-anchored-keywords):
12609 Include the anchor text as part of the multiline.
12610
12611 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12612
12613 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12614 latter needs the autoloaded define-minor-mode macro during the
12615 bootstrap.
12616
12617 * startup.el (command-line): For now, activate tool-bar-mode only
12618 if XPM images are supported.
12619
12620 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12621 window by dragging a header-line at the top of the frame; that's
12622 confusing because the header-line doesn't move.
12623 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12624 of treating the event as a list. Some cleanup.
12625
12626 2000-10-06 Miles Bader <miles@gnu.org>
12627
12628 * simple.el (display-message-or-buffer): New function.
12629 (shell-command-on-region): Use `display-message-or-buffer'.
12630
12631 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12632 docstring parts.
12633
12634 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12635 (smbclient-prompt-regexp): Add usage note to doc string.
12636 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12637 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12638 Use add-hook for adding the comint filter function, and only do so
12639 if it's not already in the global hook list.
12640 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12641 to `make-local-variable'.
12642 (nslookup-font-lock-keywords): Remove prompt entry.
12643 (nslookup): Don't set the process-filter.
12644 (finger): Exit the loop correctly when the regexps list runs out.
12645 (ftp, smbclient, smbclient-list-shares):
12646 Set the real major mode immediately, not after execing.
12647 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12648
12649 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12650
12651 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12652
12653 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12654
12655 * which-func.el (which-func-format): Remove spurious space.
12656 (which-func-mode): Don't make it permanent-local.
12657 (which-func-ff-hook): Allow which-func-maxout to be nil.
12658 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12659 (which-func-mode): Simplify.
12660 Use post-command-idle-hook rather than post-command-hook.
12661 Go through all buffers and update their state.
12662 (which-function): Also try add-log-current-defun-function.
12663
12664 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12665 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12666 Update call to with-vc-properties accordingly.
12667 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12668 (vc-revert-buffer): More careful about window selection and deletion.
12669 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12670
12671 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12672 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12673 (cvs-dired-action): Change the default to quickdir.
12674
12675 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12676 if comment-indent-function returns nil.
12677 (comment-indent-default): New function.
12678 (comment-indent-function): Use it and document the new semantics.
12679
12680 * image-file.el: Docstring fixes.
12681
12682 * help.el (help-xref-on-pp): Use match-string.
12683 (describe-variable): New arg BUFFER.
12684 Store the current buffer in the help-xref-stack.
12685 (temp-buffer-resize-mode): Use define-minor-mode.
12686
12687 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12688 consistently with its docstring.
12689 Set jit-lock-first-unfontify-pos in an idempotent way.
12690 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12691
12692 2000-10-05 Alex Schroeder <alex@gnu.org>
12693
12694 * sql.el (sql-mysql-options): New variable.
12695 (sql-mysql): Use it.
12696
12697 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12698
12699 * image.el (image): New group.
12700
12701 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12702 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12703
12704 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12705
12706 * net/net-utils.el (nslookup-font-lock-keywords)
12707 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12708 Ignore the value of wqindow-system; always define keywords
12709
12710 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12711
12712 * startup.el (fancy-splash-screens): Remove the code for
12713 debugging; `(trace-to-stderr "EXITTT\n")'.
12714
12715 2000-10-05 Miles Bader <miles@gnu.org>
12716
12717 * diff-mode.el (diff-goto-source): Update call to
12718 `diff-hunk-status-msg' to reflect new REV variable.
12719
12720 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
12721
12722 * progmodes/icon.el (icon-mode):
12723 Don't gratuitously override the default for comment-column.
12724
12725 * vc-hooks.el (vc-mode-line): Fix interactive spec.
12726
12727 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12728 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12729 (jit-lock-functions): New var.
12730 (jit-lock-function-1): Use it if non-nil.
12731 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
12732 Set the `fontified' property before doing the fontification to avoid
12733 repeatedly going through the same error.
12734 Don't turn errors into messages.
12735 (jit-lock-register, jit-lock-unregister): New functions.
12736
12737 * dired.el (dired-mark-pop-up): Turn comment into docstring.
12738 Use with-current-buffer.
12739
12740 * dired-aux.el (dired-do-create-files, dired-kill-tree):
12741 Turn comment into docstring.
12742
12743 * apropos.el (apropos-mode): Use define-derived-mode.
12744
12745 2000-10-04 Gerd Moellmann <gerd@gnu.org>
12746
12747 * startup.el (fancy-splash-pending-command): New variable.
12748 (fancy-splash-pre-command): New function.
12749 (fancy-splash-screens): Rewritten.
12750 (command-line-1): If fancy-splash-pending-command is set, call it
12751 interactively.
12752
12753 2000-10-04 Dave Love <fx@gnu.org>
12754
12755 * toolbar/tool-bar.el (tool-bar-setup): New function.
12756 (tool-bar-mode): Use it.
12757
12758 * subr.el (substitute-key-definition): Doc fix.
12759 (play-sound-file): New command.
12760
12761 2000-10-04 Andre Spiegel <spiegel@gnu.org>
12762
12763 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
12764 vc-version-backup-file-name): New functions.
12765
12766 * files.el (basic-save-buffer): Call vc-before-save before saving.
12767
12768 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
12769 vc-cvs-stay-local-p.
12770
12771 * vc.el (vc-revert-buffer): Handle empty diff properly.
12772 (vc-version-backup-file): New function.
12773 (vc-checkout): Create a version backup if necessary.
12774 (vc-checkin): If a version backup file exists, delete it.
12775 (vc-version-diff): Diff locally using version backups, if available.
12776 (vc-revert-file): If there's a version backup, revert locally.
12777 (vc-transfer-file): Use version backup for base version, if
12778 available. If not, ask for confirmation whether to get it from the
12779 server. Update mode line before check-in.
12780
12781 2000-10-04 Dave Love <fx@gnu.org>
12782
12783 * toolbar/tool-bar.el (tool-bar-setup): New function.
12784 (tool-bar-mode): Use it.
12785
12786 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12787
12788 * net/net-utils.el (nslookup-font-lock-keywords)
12789 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12790 Only set if window-system is non-nil
12791 (net-utils-run-program): Returns buffer.
12792 (network-connection-reconnect): Added this function.
12793
12794 * generic.el:
12795 Incorporates extensive cleanup and docfixes by
12796 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
12797 Uses cl compile-time macros.
12798 (generic-mode-name, generic-comment-list)
12799 (generic-keywords-list, generic-font-lock-expressions)
12800 (generic-mode-function-list, generic-mode-syntax-table):
12801 Removed variables.
12802 (generic-mode-alist): Renamed to generic-mode-list.
12803 (generic-find-file-regexp): Default changed to "^#".
12804 (generic-read-type): Uses completing read on generic-mode-list.
12805 (generic-mode-sanity-check): removed this function.
12806 (generic-add-to-auto-mode): Removed this function
12807 (generic-mode-internal): Bind mode-specific definitions
12808 into function instead of putting them in alist.
12809 (generic-mode-set-comments): Reworked extensively.
12810 (generic-mode-find-file-hook): Simplified regexp searching
12811 (generic-make-keywords-list): Omit extra pair of parens
12812
12813 * find-lisp.el (find-lisp-find-files-internal):
12814 Make sure directory name ends with "/".
12815
12816 * generic-x.el (apache-conf-generic-mode):
12817 Regexp now allows leading whitespace.
12818 (rc-generic-mode): Added eval-when-compile
12819 around generic-make-keywords-list.
12820 Deleted duplicate regexp
12821 (rul-generic-mode): Added eval-when-compile
12822 around generic-make-keywords-list.
12823 (etc-fstab-generic-mode): New generic mode.
12824 (rul-generic-mode): Removed one eval-when-compile
12825 which caused a max-specpdl-size exceeded error.
12826
12827 2000-10-04 Miles Bader <miles@gnu.org>
12828
12829 * simple.el (minibuffer-temporary-goal-position): New variable.
12830 (next-history-element): Try to keep the position of point in the
12831 input string constant.
12832
12833 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
12834 (dired-do-create-files): If there's only one file, pass it in as
12835 the DEFAULT arg to dired-mark-read-file-name.
12836
12837 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
12838
12839 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
12840 (diff-goto-source): Be smarter when choosing REVERSE or not.
12841
12842 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
12843 (texinfo-mode-menu): Add an explicit shortcut for update all.
12844
12845 2000-10-03 Andre Spiegel <spiegel@gnu.org>
12846
12847 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
12848 factorize backend-specific code cleanly (this was essentially
12849 conceived by Stefan Monnier).
12850 (vc-unregister): Function removed.
12851 (vc-revert-file): New function.
12852 (vc-revert-buffer): Delegate some of the work to it.
12853
12854 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
12855 default branch unconditionally.
12856 (vc-rcs-set-default-branch): New function.
12857 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
12858 (vc-rcs-checkin): If an appropriate default branch has been set,
12859 force creation of that branch.
12860 (vc-rcs-receive-file): Rewritten to contain only backend-specific
12861 code (as suggested by Stefan Monnier).
12862
12863 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12864
12865 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
12866 highlighting overlay with a different face over the overlay
12867 isearch uses to highlight the current match because that can lead
12868 to bad face combinations.
12869
12870 * loadup.el (toplevel): Load faces before isearch.
12871
12872 * isearch.el (isearch-faces): New custom group.
12873 (isearch): New defface; was already tested for in the code.
12874 (isearch-lazy-highlight-face): Changed to defface from defcustom.
12875 (isearch-highlight): Always use face `isearch'.
12876
12877 2000-10-02 Dave Love <fx@gnu.org>
12878
12879 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
12880 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
12881 comparison of opcode with operand.
12882
12883 2000-10-03 Miles Bader <miles@gnu.org>
12884
12885 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
12886 buffer, since the echo area will now grow to accommodate them.
12887
12888 2000-10-02 Andre Spiegel <spiegel@gnu.org>
12889
12890 * vc-hooks.el (vc-registered): If FILE used to be registered under
12891 a certain backend, try that one first.
12892
12893 * vc.el (vc-responsible-backend): Undo the previous change in the
12894 argument list. Handle multiple backends correctly.
12895 (vc-find-new-backend): Function removed.
12896 (vc-register): Use vc-responsible-backend, as before.
12897 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
12898
12899 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12900
12901 * startup.el (fancy-splash-head): Change message below the
12902 logo.
12903
12904 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
12905
12906 * diff-mode.el (diff-goto-source): Emit a status message.
12907 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
12908 (diff-test-hunk): Fix doc string.
12909 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
12910 (diff-advance-after-apply-hunk): New variable.
12911 (diff-apply-hunk): Don't return a value.
12912
12913 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
12914
12915 * vc.el (vc-editable-p): Minor optimization.
12916 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
12917 (vc-find-new-backend): New function split from vc-responsible-backend.
12918 (vc-register): Use it.
12919 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
12920 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
12921 (vc-default-unregister, vc-revert-buffer): Docstring fix.
12922 (vc-clear-headers): Don't use find-file.
12923 (vc-revert-buffer): Use `and' again (must have been a braino).
12924 (vc-switch-backend): Only prompt if requested.
12925 Short circuit if nothing is to be done.
12926 Don't use vc-resynch-buffer which could lose unsaved editing.
12927 (vc-default-receive-file): Update call to vc-unregister.
12928 (with-vc-file, vc-next-action-on-file):
12929 Use vc-backend rather than vc-registered.
12930 (vc-next-action-on-file): Use intern-soft.
12931 Deal with read-only *vc-diff* buffer.
12932 (vc-transfer-file): Docstring fix.
12933
12934 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
12935 (vc-rcs-receive-file): Avoid with-vc-properties.
12936 Update call to vc-unregister.
12937 Use constant `RCS' rather than (dynamically bound) var `backend'.
12938
12939 2000-10-01 Andre Spiegel <spiegel@gnu.org>
12940
12941 * vc.el (vc-next-action-on-file): Update mode line only if file
12942 is visited.
12943 (vc-start-entry): New argument initial-contents. Don't visit the file
12944 if it isn't already visited. Brought documentation up-to-date.
12945 (vc-next-action, vc-register): Updated calls to vc-start-entry.
12946 (vc-checkin): New optional arg initial-contents, which is passed to
12947 vc-start-entry.
12948 (vc-finish-logentry): Make sure to bury log buffer only if there
12949 really is one. Call `vc-resynch-buffer' on log-file, not
12950 buffer-file-name.
12951 (vc-default-comment-history, vc-default-wash-log): New functions.
12952 (vc-index-of): Removed.
12953 (vc-transfer-file): Make do without the above.
12954 (vc-default-receive-file): Call comment-history unconditionally. Pass
12955 the resulting string to vc-checkin, instead of inserting it into the
12956 comment ring.
12957
12958 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
12959 unconditionally. Use the comments as initial contents of the log
12960 entry buffer. Document the trick to force branch creation with no
12961 changes.
12962
12963 2000-10-01 Miles Bader <miles@gnu.org>
12964
12965 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
12966 `recenter' with an arg to prevent redrawing the display.
12967
12968 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
12969
12970 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
12971
12972 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
12973
12974 * progmodes/c-mode.el (c-mode):
12975 Don't gratuitously override the default for comment-column.
12976
12977 * textmodes/tex-mode.el (latex-metasection-list): New var.
12978 (latex-imenu-create-index): Use it.
12979 Move the regexp construction outside loops (and use push).
12980 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
12981 (tex-font-lock-keywords): Moved from font-lock.el.
12982 (tex-comment-indent): Remove.
12983 (tex-common-initialization): Don't set comment-indent-function.
12984 (latex-block-default): New var.
12985 (tex-latex-block): Use it to provide a default choice.
12986 Add any unknown choice to latex-block-names.
12987 Insert [...] after {...}.
12988 (tex-last-unended-begin): Simplify regexp.
12989 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
12990 (latex-forward-sexp-1, latex-forward-sexp): New functions.
12991 (latex-mode): Set forward-sexp-function.
12992
12993 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
12994 Add regexp for @ignore ... @end ignore.
12995 (texinfo-heading-face): New face.
12996 (texinfo-font-lock-keywords): Use it.
12997 (texinfo-mode-menu): New menu.
12998 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
12999 New functions.
13000 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
13001 (texinfo-section-types-regexp, texinfo-section-level-regexp)
13002 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
13003 Remove declaration.
13004 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
13005
13006 * delsel.el (delete-selection-mode): Use define-minor-mode.
13007
13008 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
13009
13010 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13011
13012 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
13013
13014 2000-09-30 Gerd Moellmann <gerd@gnu.org>
13015
13016 * replace.el (keep-lines-read-args): New function.
13017 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
13018 read arguments interactively. Add parameters RSTART and REND.
13019 Operate on the active region in Transient Mark mode.
13020
13021 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
13022
13023 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
13024 (authors-obsolete-files-regexps): New variable.
13025 (authors-add): Don't record changes in obsolete files.
13026
13027 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13028
13029 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
13030
13031 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
13032 (comment-indent): Make sure there's a space between code and comment.
13033 Shift comments left to avoid going past fill-column.
13034
13035 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13036
13037 * startup.el (startup-echo-area-message): New function.
13038 (display-startup-echo-area-message): Use it.
13039 (fancy-splash-screens): Rewritten to use keymaps and a timer.
13040 (fancy-splash-default-action): New function.
13041 (fancy-splash-screens-1): New function.
13042 (fancy-splash-head): Put a help-echo and a keymap under the image.
13043
13044 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13045
13046 * diff-mode.el (diff-add-log-file-name): Remove.
13047 (diff-mode): Use add-log-buffer-file-name-function.
13048
13049 * add-log.el (find-change-log): New arg BUFFER-FILE.
13050 (add-log-file-name): Obey add-log-file-name-function.
13051 (add-log-buffer-file-name-function): New var.
13052 (add-change-log-entry): Use it.
13053
13054 2000-09-29 Miles Bader <miles@gnu.org>
13055
13056 * image-file.el (image-file-name-extensions): New variable.
13057 (image-file-name-regexps): Renamed from `image-file-regexps'.
13058 New default value is nil. Call `auto-image-file-mode'.
13059 (image-file-name-regexp): New function.
13060 (auto-image-file-mode): New minor mode.
13061 (insert-image-file): Don't make conditional on the image-file
13062 handler being enabled.
13063 (image-file-handler): Make the call here conditional instead.
13064 (set-image-file-handler-enabled, enable-image-file-handler)
13065 (disable-image-file-handler): Functions removed.
13066
13067 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13068 string.
13069
13070 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13071
13072 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13073 it's a function from CL.
13074 (latex-imenu-create-index): Replace eval-when-compile with progn
13075 because latex-section-alist is not bound while compiling.
13076
13077 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13078
13079 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13080 (outline-mode): Use define-derived-mode.
13081
13082 * progmodes/perl-mode.el (perl-mode):
13083 * progmodes/awk-mode.el (awk-mode):
13084 * progmodes/asm-mode.el (asm-mode):
13085 Don't gratuitously override the default for comment-column.
13086
13087 * emacs-lisp/lisp.el (lisp-complete-symbol):
13088 Distinguish the let-binding case from the funcall case.
13089 (forward-sexp-function): New variable.
13090 (forward-sexp): Use it.
13091
13092 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13093 (easy-mmode-defmap): Remove the now useless autoload.
13094
13095 * time.el (display-time-mode): Use define-minor-mode.
13096
13097 * subr.el (add-minor-mode): Don't eval NAME.
13098 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13099 Use if rather than cond.
13100
13101 * simple.el (read-expression-map): Define more properly.
13102 (comment-indent-hook): Remove.
13103 (string-to-syntax): Bug fix.
13104
13105 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13106 (cvs-ediff-diff): Fix typo.
13107 (cvs-revert-if-needed): Don't bother preserving read-only.
13108
13109 * paren.el (show-paren-mode): Use define-minor-mode.
13110
13111 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13112 (toggle-auto-compression): Remove.
13113 (jka-compr-build-file-regexp): Remove useless grouping.
13114
13115 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13116 Avoid user-reserved bindings.
13117 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13118 (diff-header-face): Revert to grey85.
13119
13120 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13121
13122 * complete.el (partial-completion-mode) <defcustom>: Remove.
13123 (partial-completion-mode): Use define-minor-mode.
13124 (PC-do-completion): Understand `completion-auto-help = delay'
13125 to mean to popup the completion buffer only the second time.
13126 (PC-include-file-all-completions, PC-include-file-all-completions)
13127 (PC-include-file-all-completions): Don't quote lambda.
13128
13129 * comint.el (comint-mode-hook): Docstring fix.
13130 (comint-mode): Use define-derived-mode.
13131 (comint-mode-map): Remove obsolete comment.
13132 (make-comint): Minor stylistic change.
13133 (comint-insert-clicked-input): Be more careful to find the overlay.
13134 Use this-command-keys rather than hardcoding mouse-2.
13135
13136 * font-lock.el: Replace confusing (,@ with ,
13137 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13138 Don't use regexp-opt-depth. Spice up the regexp for args.
13139 Don't distinguish between cmds that can take an opt arg or not.
13140 Use `append' and `prepend' rather than `keep'.
13141
13142 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13143 (latex-outline-regexp): New var.
13144 (latex-outline-level): New fun.
13145 (latex-section-alist): New var.
13146 (latex-imenu-create-index): Use it. Use `push' as well.
13147 (tex-shell-map): Initialize it properly.
13148 (tex-mode): Minor stylistic change.
13149 (plain-tex-mode): Use define-derived-mode.
13150 (latex-mode): Use define-derived-mode.
13151 Construct the paragraph regexps in a more readable way.
13152 Set the buffer-local outline-{level,regexp} vars.
13153 (slitex-mode): Derive from latex-mode.
13154 (tex-common-initialization): Don't kill-all-vars anymore.
13155 Add setting for comment-add and font-lock-defaults.
13156 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13157 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13158 (tex-start-tex): New arg DIR (and send a chdir command for it).
13159 Also display the shell buffer and save it in tex-last-buffer-texed.
13160 (tex-region): Use expand-file-name rather than concat.
13161 Remove code made useless by changes in tex-start-tex.
13162 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13163
13164 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13165
13166 2000-09-28 Dave Love <fx@gnu.org>
13167
13168 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13169
13170 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13171
13172 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13173 `append'.
13174
13175 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13176
13177 * info.el (Info-extract-pointer): Undo last change.
13178 Instead, fix the position of the `bound' arg to re-search-backward.
13179
13180 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13181
13182 * info.el (Info-extract-pointer):
13183 Widen more carefully, to avoid finding pointers in other nodes.
13184 (Info-index): Use push.
13185
13186 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13187
13188 * frame.el (set-frame-font): Remove call to obsolete function
13189 frame-update-faces.
13190 (set-foreground-color, set-background-color): Likewise for
13191 frame-update-face-colors.
13192
13193 2000-09-27 Miles Bader <miles@gnu.org>
13194
13195 * image-file.el: New file.
13196
13197 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13198
13199 * frame.el (frame-notice-user-settings): Don't call
13200 frame-update-faces, which is a no-op now.
13201
13202 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13203 tool-bar-lines.
13204
13205 2000-09-27 Dave Love <fx@gnu.org>
13206
13207 * mouse.el: Fix last change.
13208
13209 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13210
13211 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13212
13213 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13214
13215 * international/quail.el (quail-help): The output message is
13216 improved.
13217
13218 2000-09-26 Dave Love <fx@gnu.org>
13219
13220 * mouse.el (popup-menu): If POSITION is nil, set it using
13221 mouse-position.
13222
13223 2000-09-25 Sam Steingold <sds@gnu.org>
13224
13225 * net/browse-url.el (browse-url-file-url): Check for null maps.
13226
13227 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13228
13229 * frame.el (frame-notice-user-settings): Don't add a
13230 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13231
13232 * frame.el (frame-notice-user-settings):
13233 Make tool-bar-mode and default-frame-alist consistent.
13234
13235 * toolbar/tool-bar.el (tool-bar-help): New function.
13236
13237 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13238
13239 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13240 current-load-list in top-level forms. Else this leaks a cons cell
13241 every time a defun is called.
13242
13243 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13244
13245 2000-09-25 Dave Love <fx@gnu.org>
13246
13247 * startup.el (fancy-splash-head): Check XPM is available.
13248
13249 * autoinsert.el (auto-insert): Doc fix.
13250 (auto-insert-alist): Following GNU notices, don't say `copyright
13251 _by_'. Use line-beginning-position.
13252 (auto-insert): Check buffer-file-name is non-nil before use.
13253
13254 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13255
13256 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13257 starting with `@def' or `@multitable', in addition to ones
13258 specified by the user in auto-fill-inhibit-regexp.
13259
13260 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13261
13262 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13263 rmail-dont-reply-to-names matches the empty string.
13264
13265 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13266
13267 * startup.el (command-line-1, fancy-splash-text): Change the
13268 text to sound more friendly.
13269
13270 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13271
13272 * progmodes/hideshow.el: Update author email address.
13273 Generally, sync w/ maintainer version 5.22.
13274 (hs-hide-all-non-comment-function): New var.
13275 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13276 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13277 (hs-show-region): Delete this command.
13278 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13279
13280 2000-09-22 Dave Love <fx@gnu.org>
13281
13282 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13283 (hl-line-highlight): Specify buffer when moving overlay.
13284
13285 * progmodes/fortran.el (fortran-mode): Locally set
13286 normal-auto-fill-function.
13287 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13288 (fortran-mode-map): Adjust auto-fill menu entry.
13289
13290 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13291
13292 * vc-rcs.el (toplevel): Require `vc' when compiling.
13293
13294 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13295
13296 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13297
13298 * vc.el (vc-switch-backend): Signal an error if the file is not
13299 registered under the new backend.
13300
13301 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13302 without explicit revision number.
13303
13304 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13305
13306 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13307 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13308 (diff-xor): New function.
13309 (diff-find-source-location): Use it. Fix a stupid name clash.
13310 (diff-hunk-status-msg): New function.
13311 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13312 (diff-test-hunk): Use diff-find-source-location.
13313 (diff-goto-source): Favor the `reverse'.
13314 (diff-hunk-text): Properly handle one-sided context diffs.
13315 (diff-apply-hunk): When done, advance to the next hunk.
13316
13317 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13318
13319 * startup.el (command-line): If frame was created with a non-zero
13320 tool-bar-lines parameter, switch tool-bar-mode on.
13321
13322 * add-log.el (change-log-date-face, change-log-name-face)
13323 (change-log-email-face, change-log-file-face)
13324 (change-log-list-face, change-log-conditionals-face)
13325 (change-log-function-face, change-log-acknowledgement-face):
13326 New faces, inheriting from font-lock faces.
13327 (change-log-font-lock-keywords): Use them.
13328
13329 2000-09-21 Dave Love <fx@gnu.org>
13330
13331 * progmodes/cperl-mode.el (top-level): Clean up
13332 `eval-when-compile's and assorted defvars.
13333 (cperl-invalid-face): Don't double-quote value. Change custom
13334 type.
13335 (cperl-mode): Set normal-auto-fill-function and don't zap
13336 auto-fill-function.
13337 (cperl-imenu--function-name-regexp-perl): Renamed from
13338 imenu-example--function-name-regexp-perl.
13339 (cperl-imenu--create-perl-index): Renamed from
13340 imenu-example--create-perl-index.
13341 (cperl-xsub-scan): Don't require cl.
13342
13343 * msb.el (msb-mode-map): Use substitute-key-definition.
13344 (msb-mode): Use msb-mode-map.
13345
13346 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13347
13348 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13349 New functions.
13350 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13351 (vc-switch-backend): New function.
13352 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13353 (vc-register): Fix prompt.
13354 (vc-unregister, vc-default-unregister): New functions.
13355 (vc-version-diff): Handle empty buffer in sentinel.
13356
13357 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13358 (vc-rcs-state-heuristic): Use it to guess the state of files with
13359 non-strict locking.
13360 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13361 been set with -b, but not created yet.
13362 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13363 contents in order to find the state.
13364 (vc-rcs-checkin): Allow creation of branches with no changes.
13365 (vc-rcs-unregister, vc-rcs-receive-file)
13366 (vc-rcs-set-non-strict-locking): New functions.
13367
13368 * vc-hooks.el (vc-name): Force correct computation of the value
13369 in case it is missing.
13370
13371 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13372
13373 * startup.el (fancy-splash-tail): Use a different foreground
13374 color on a dark frame background.
13375
13376 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13377
13378 * info.el: Use the correct capitalization when making Info-mode
13379 and Info-edit-mode `special' modes.
13380
13381 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13382
13383 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13384 (diff-mode): Add support for add-log.el.
13385 (diff-hunk-text): Use char offsets rather than line offsets.
13386 (diff-find-source-location): Replace LINE with line-offset (nil
13387 if not found) and always set POS to a meaningful position.
13388 Adapt to the new char-offsets.
13389 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13390 Adapt to the new diff-find-source-location.
13391 (diff-goto-source): Adapt to the new diff-find-source-location.
13392
13393 * add-log.el (add-log-file-name): New function (split out of
13394 add-change-log-entry).
13395 (add-change-log-entry): Use it.
13396 Call add-log-file-name-function with the changelog file name if
13397 the current buffer is not associated with any file.
13398 Avoid find-file if the selected window is dedicated.
13399
13400 * diff-mode.el (diff-find-source-location):
13401 Move code from diff-apply-hunk. Return buffer rather than file.
13402 (diff-apply-hunk): Use the new result from diff-find-source-location.
13403 (diff-goto-source): Use the new diff-find-source-location.
13404
13405 2000-09-20 Dave Love <fx@gnu.org>
13406
13407 * iswitchb.el: Some doc fixes.
13408 (iswitchb-mode-map): Define completely initially. Inherit
13409 minibuffer-local-map.
13410 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13411 fundamental-mode.
13412 (iswitchb-global-map): New variable.
13413 (iswitchb-summaries-to-end): Amalgamate regexps.
13414 (iswitchb-mode): New.
13415 (iswitchb-mode-hook): New variable.
13416 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13417 `extensions'.
13418
13419 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13420
13421 * ehelp.el (electric-help): New defgroup.
13422 (electric-help-shrink-window): New user-option.
13423 (with-electric-help): Use it.
13424
13425 * window.el (shrink-window-if-larger-than-buffer): If face
13426 `mode-line' has a :box, and we're on a graphical frame, add 1
13427 to the needed window height.
13428
13429 * frame.el (frame-notice-user-settings): Add a last parameter nil
13430 to a call to `append', because the last list passed to `append' is
13431 not copied, and so subsequent calls to assq-delete-all will modify
13432 default-frame-alist.
13433
13434 * startup.el (fancy-splash-image): Change :type.
13435 (fancy-splash-head): Use an XBM image if appropriate.
13436 (command-line-1): Show splash screens in more cases.
13437
13438 * startup.el (fancy-splash-text): Don't quote faces.
13439
13440 * dired.el (dired-font-lock-keywords): Undo last change.
13441 (dired-readin): Bind indent-tabs-mode to nil.
13442
13443 * startup.el (fancy-splash-head): If frame's background mode
13444 is `dark', change the black background of the image to gray.
13445 (fancy-splash-screens): Display startup echo area message.
13446 (display-startup-echo-area-message): New function.
13447
13448 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13449
13450 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13451
13452 * info.el (info-header-node): Tweak for color ttys.
13453
13454 * faces.el (face-valid-attribute-values): Make sure directories we
13455 search for stipples both exist and are readable before trying to
13456 search them.
13457
13458 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13459 in the dry-run case.
13460
13461 * jka-compr.el (with-auto-compression-mode): New macro.
13462
13463 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13464 (custom-group-tag-face, custom-variable-tag-face): Use relative
13465 :height and inherit from `variable-pitch' face instead of
13466 hardwiring :family.
13467 * hi-lock.el (hi-black-hb): Likewise.
13468
13469 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13470 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13471 toolbar-add-item, if image doesn't have a mask add a `:mask
13472 heuristic'.
13473
13474 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13475
13476 * diff-mode.el: Docstring fixes.
13477 (diff-header-face, diff-comment-face): New faces.
13478 (diff-font-lock-keywords): Highlight a bit differently.
13479 (diff-find-source-location): Don't return SPAN any more.
13480 (diff-hunk-text): Don't bother erasing the temp buffer.
13481 (diff-find-text): Drop argument LINE.
13482 (diff-apply-hunk): Update calls to diff-find-text.
13483 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13484
13485 * calendar/calendar.el: Docstring fixes.
13486 (calendar-make-alist): Don't quote lambda.
13487 (calendar-star-date): Use make-local-variable.
13488
13489 2000-09-19 Dave Love <fx@gnu.org>
13490
13491 * toolbar/tool-bar.el: Renamed from toolbar.el.
13492 Change `toolbar' to `tool-bar' generally in symbols.
13493 Make some items invisible in `special' major modes.
13494 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13495 Add arg PROPS.
13496
13497 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13498 Add :version here.
13499 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13500
13501 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13502
13503 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13504
13505 * files.el (find-file-suppress-same-file-warnings): New user-option.
13506 (find-file-noselect): Use it.
13507
13508 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13509 (fancy-splash-screen): Defgroup.
13510
13511 * add-log.el (change-log-font-lock-keywords): Match names
13512 more exactly for the case that font-lock-constant-face is
13513 underlined.
13514
13515 2000-09-19 Richard M. Stallman <rms@gnu.org>
13516
13517 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13518
13519 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13520
13521 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13522
13523 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13524
13525 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13526 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13527 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13528 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13529 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13530 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13531 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13532 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13533 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13534 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13535 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13536 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13537
13538 * startup.el (fancy-splash-text): New variable.
13539 (fancy-splash-delay, fancy-splash-image): New user-options.
13540 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13541 (fancy-splash-screens): New functions.
13542 (command-line-1): If display has a `display' frame parameter, has
13543 colors, and we have XPM support, show more fancy splash screens.
13544
13545 2000-09-19 Dave Love <fx@gnu.org>
13546
13547 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13548 with null `help'. Use modern backquote syntax.
13549
13550 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13551
13552 * font-lock.el (font-lock-mode): Change message telling the user
13553 that ``the buffer is too big''.
13554
13555 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13556 for instance for the case that tab-width is 2.
13557
13558 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13559
13560 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13561 toolbar-add-item, if image doesn't have a mask add a `:mask
13562 heuristic'.
13563
13564 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13565
13566 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13567 and return a cons if it's non-nil.
13568 (diff-apply-hunk): Try to jump to the line in the source text
13569 corresponding to the position of point in the in the hunk.
13570
13571 * info.el (Info-title-3-face, Info-title-2-face)
13572 (Info-title-1-face): Use face inheritance and relative sizes
13573 instead of hard-wiring things.
13574
13575 * faces.el (secondary-selection): Make dark-background variant sane.
13576
13577 2000-09-16 Andrew Innes <andrewi@gnu.org>
13578
13579 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13580 read-only, since they aren't under VC now.
13581
13582 2000-09-17 Dave Love <fx@gnu.org>
13583
13584 * tmm.el: Replace mapcar with mapc in several places.
13585
13586 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13587 ad-unadvise.
13588
13589 * international/latin1-disp.el: New file.
13590
13591 * calendar/cal-move.el (scroll-calendar-left)
13592 (scroll-calendar-right): Make arg optional (for active mode line).
13593
13594 * calendar/calendar.el (calendar-mode-line-format): Make fields
13595 mouse-sensitive.
13596 (calendar-read-date, calendar-read-date, calendar-window-list):
13597 Unquote lambda.
13598 (calendar-month-name): Use aref, not sref.
13599
13600 * view.el (minor-mode-alist): Propertize the string.
13601
13602 * international/characters.el (standard-case-table): Add entries
13603 for Greek.
13604
13605 2000-09-18 Miles Bader <miles@gnu.org>
13606
13607 * info.el (info-node, info-xref): Add dark-background variants.
13608
13609 * faces.el (header-line): Change defaults to be less confusing
13610 when mixed with mode-lines.
13611
13612 * info.el (Info-fontify-node): Make a few cleanups.
13613 Add extra `help-echo' and `local-map' props to node xrefs.
13614 Use header-specific faces for node-names & xrefs.
13615 (Info-use-header-line): New variable.
13616 (info-header-xref, info-header-node): New faces.
13617 (Info-setup-header-line): New function.
13618 (Info-select-node): Call Info-setup-header-line when enabled.
13619 (Info-extract-pointer): Work even if the header line is hidden.
13620 (Info-header-line): New variable.
13621
13622 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13623
13624 * vms-patch.el (print-region-function): Don't quote lambda.
13625
13626 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13627
13628 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13629 (lm-get-header-re): Allow spaces between the header and the colon.
13630 (lm-header): Allow $ in non-RCS headers.
13631 (lm-header-multiline): Put the strings back into order.
13632 Stop at an empty line. Don't require two space chars if the
13633 line is clearly not another header line.
13634
13635 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13636 (popup-menu-popup): Remove.
13637
13638 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13639
13640 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13641 specification if or if not tool-bar item contains an `:enabled'
13642 property.
13643
13644 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13645 current buffer has no file name.
13646
13647 2000-09-15 Dave Love <fx@gnu.org>
13648
13649 * strokes.el: Sync with maintainer's current version with changes
13650 for Emacs, but avoid runtime cl and levents.
13651 (toplevel): Change autoloads and compilation requires.
13652 (strokes-version, strokes-bug-address, strokes-lift): Values
13653 changed.
13654 (strokes-xpm-header, strokes-insinuated): New variable.
13655 (strokes): Add :link.
13656 (strokes-mode): Customized.
13657 (strokes-while-inhibiting-garbage-collector): New macro.
13658 (strokes-remassoc): Avoid remove-if.
13659 (strokes-fix-button2-command): Don't use ad-do-it.
13660 (strokes-insinuate): New function.
13661 (strokes-button-press-event-p, strokes-button-release-event-p):
13662 New functions, used instead of non-`strokes-' versions..
13663 (strokes-mouse-event-p): Rewritten.
13664 (strokes-event-closest-point): Avoid event-point.
13665 (strokes-get-grid-position): Avoid cdadr, caadr
13666 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13667 functions.
13668 (strokes-help): Use with-output-to-temp-buffer.
13669 (strokes-window-configuration-changed-p): New function.
13670 (strokes-update-window-configuration): Use buffer-live-p,
13671 strokes-window-configuration-changed-p.
13672 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13673 (strokes-char-face): New face.
13674 (strokes-char-table, strokes-base64-chars): New variable.
13675 (strokes-xpm-for-stroke, strokes-list-strokes)
13676 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13677 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13678 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13679 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13680 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13681 functions.
13682
13683 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13684
13685 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13686
13687 * image.el (create-image): Doc fix.
13688
13689 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13690 instead of `:heuristic-mask t'.
13691
13692 2000-09-14 Andrew Innes <andrewi@gnu.org>
13693
13694 * makefile.w32-in: Revert to Unix line endings.
13695
13696 2000-09-14 Andrew Innes <andrewi@gnu.org>
13697
13698 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13699 when installing.
13700
13701 * makefile.nt (DONTCOMPILE): Fix typo.
13702
13703 * shell.el (shell-write-history-on-exit): New function.
13704 (shell-dumb-shell-regexp): New custom variable.
13705 (shell-mode): Make shell-write-history-on-exit the process
13706 sentinel if shell name matches shell-dumb-shell-regexp.
13707
13708 * w32-fns.el: Comment out before-init-hook function which resets
13709 source-directory based; this breaks bootstrap.
13710
13711 2000-09-14 Dave Love <fx@gnu.org>
13712
13713 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13714 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13715 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13716 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13717 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13718 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13719 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13720 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
13721 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13722
13723 * toolbar/toolbar.el: New.
13724
13725 * subdirs.el: Add toolbar.
13726
13727 2000-09-14 Gerd Moellmann <gerd@gnu.org>
13728
13729 * indent.el (indent-for-tab-command): Doc fix.
13730
13731 2000-09-14 Alex Schroeder <alex@gnu.org>
13732
13733 * ansi-color.el (ansi-colors): Doc change.
13734 (ansi-color-get-face): Simplified regexp.
13735 (ansi-color-faces-vector): Added more faces, doc change.
13736 (ansi-color-names-vector): Doc change.
13737 (ansi-color-regexp): Simplified regexp.
13738 (ansi-color-parameter-regexp): New regexp.
13739 (ansi-color-filter-apply): Doc change.
13740 (ansi-color-filter-region): Doc change.
13741 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
13742 deal with zero length parameters.
13743 (ansi-color-apply-on-region): Doc change.
13744 (ansi-color-map): Doc change.
13745 (ansi-color-map-update): Removed debugging message.
13746 (ansi-color-get-face-1): Added condition-case to trap
13747 args-out-of-range errors.
13748 (ansi-color-get-face): Doc change.
13749 (ansi-color-make-face): Removed.
13750 (ansi-color-for-shell-mode): New option.
13751
13752 2000-09-13 Kenichi Handa <handa@etl.go.jp>
13753
13754 * international/quail.el (quail-start-translation): Translate KEY
13755 if necessary even if it doesn't have any mapping in the current
13756 input method.
13757 (quail-start-conversion): Likewise.
13758 (quail-help): The output message is improved.
13759
13760 2000-09-13 Miles Bader <miles@gnu.org>
13761
13762 * comint.el (comint-output-filter): Revert to using
13763 `insert-before-markers'. Add bletcherous hack to undo damage
13764 caused by `insert-before-markers'. Put `front-sticky' property on
13765 overlays created here so that the field code understands how the
13766 overlay works. Use a let when making comint-last-prompt-overlay,
13767 so that the code is easier to read.
13768
13769 2000-09-13 Dave Love <fx@gnu.org>
13770
13771 * wid-edit.el (widget-default-format-handler): DTRT when
13772 doc-property is a function.
13773
13774 2000-09-12 Francesco Potorti` <pot@gnu.org>
13775
13776 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
13777 filed name if it's not there.
13778
13779 2000-09-12 Dave Love <fx@gnu.org>
13780
13781 * simple.el (read-mail-command): Doc fix.
13782 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
13783
13784 * vc.el (vc-dired-listing-switches): Fix :version.
13785
13786 * vc-hooks.el: Doc fixes.
13787
13788 * subr.el (add-minor-mode): Use toggle-fun arg.
13789
13790 * speedbar.el: Add :version to several defcustoms.
13791
13792 * imenu.el (imenu--truncate-items, imenu--cleanup)
13793 (imenu--generic-function): Avoid mapcar.
13794 (imenu--replace-spaces): Function removed.
13795 (imenu--completion-buffer): Use subst-char-in-string.
13796 (imenu-add-to-menubar): Use keymap inheritance.
13797
13798 2000-09-12 Miles Bader <miles@gnu.org>
13799
13800 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
13801 (diff-mode-map): Bind `diff-test-hunk'.
13802 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
13803
13804 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13805
13806 * bytecomp.el (byte-compile-defvar): Undo last change
13807 because it breaks '(make-variable-buffer-local (defvar ...)'
13808 which is used at least in dired.
13809
13810 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13811
13812 * international/quail.el (quail-define-package): Docstring
13813 modified.
13814
13815 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13816
13817 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
13818 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
13819 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
13820 docstring of "chinese-py".
13821
13822 * international/quail.el (quail-translation-docstring): New
13823 variable.
13824 (quail-show-keyboard-layout): Docstring modified.
13825 (quail-select-current): Likewise.
13826 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
13827 infinite recursive call.
13828 (quail-help): Check quail-translation-docstring. Format of the
13829 output changed.
13830 (quail-help-insert-keymap-description): Adjusted for the above
13831 change.
13832
13833 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13834
13835 * bytecomp.el (byte-compile-defvar): Only cons onto
13836 current-load-list in top-level forms. Else this leaks a cons cell
13837 every time a defun is called.
13838
13839 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
13840
13841 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
13842 Now understands non-unified diffs. Some functionality moved into
13843 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
13844 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
13845 modify anything. Only reposition point in the patched file if the
13846 patch succeeds. Only pop up another window if POPUP is true.
13847 Emit a message describing what happened if successful, and at what
13848 line-offset. Automatically detect reversed hunks and do something
13849 appropriate.
13850 (diff-hunk-text, diff-find-text): New functions.
13851 (diff-filter-lines): Function removed.
13852 (diff-test-hunk): New function.
13853 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
13854
13855 2000-09-10 Dave Love <fx@gnu.org>
13856
13857 * textmodes/tildify.el: Minor doc/commentary fixes.
13858 (tildify) <defgroup>: Add :version.
13859
13860 * faces.el (face-x-resources): Make custom type more specific.
13861 (frame-background-mode): Use mapc.
13862 (region) <defcustom>: Add :version.
13863
13864 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
13865
13866 * vc-sccs.el (vc-sccs-register):
13867 * vc-rcs.el (vc-rcs-register):
13868 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
13869 * vc.el (vc-register): Clear file's properties.
13870
13871 2000-09-08 Gerd Moellmann <gerd@gnu.org>
13872
13873 * faces.el (face-spec-set): Only face-spec-reset-face when
13874 ATTRS is non-nil.
13875
13876 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13877
13878 * help.el (help-insert-xref-button): Fix a typo in doc string.
13879
13880 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
13881
13882 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13883 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
13884 methods.
13885
13886 * menu-bar.el (read-mail-item-name): New function.
13887 (menu-bar-tools-menu): Use it to compute and display the package
13888 used to read email.
13889 (menu-bar-tools-menu): Fix typo in GUD's help string.
13890
13891 2000-09-07 Dave Love <fx@gnu.org>
13892
13893 * diff-mode.el (diff-mouse-goto-source): New function.
13894
13895 * vc-sccs.el: Doc fixes.
13896 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
13897
13898 * vc-rcs.el: Doc fixes.
13899 (vc-rcs-register-switches, vc-rcs-checkin-switches)
13900 (vc-rcs-checkout-switches, vc-rcs-header)
13901 (vc-rcs-master-templates): Add or change :version.
13902
13903 * vc-cvs.el: Doc fixes.
13904 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
13905 (vc-cvs-stay-local): Add :version.
13906
13907 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
13908
13909 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13910
13911 * international/quail.el (quail-help): Fix previous change.
13912
13913 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13914
13915 * faces.el (color-values): Doc fix.
13916
13917 * faces.el (frame-set-background-mode): Use frame-parameter
13918 instead of frame-parameters.
13919
13920 * frame.el (filtered-frame-list): Reduce consing.
13921 (frames-on-display-list): Call frame-parameter instead of
13922 frame-parameters.
13923
13924 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13925
13926 * language/devan-util.el (devanagari-to-indian-region): In the
13927 loop, change the following char, not preceding char.
13928
13929 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13930
13931 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
13932 instead of frame-parameters.
13933
13934 * faces.el (set-face-attribute): Simplify by calling
13935 internal-set-lisp-face-attribute with FRAME being 0.
13936
13937 * vc.el: Remove `Id' version control keyword.
13938
13939 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13940
13941 * help.el (help-make-xrefs): Adjusted for the change of
13942 help-xref-mule-regexp.
13943 (help-insert-xref-button): New function.
13944
13945 * international/mule-cmds.el (help-xref-mule-regexp-template):
13946 Include the pattern for character set.
13947 (leim): New group.
13948
13949 * international/quail.el: Don't require face.
13950 (quail): New group.
13951 (quail-other-command): Dummy command to make quail-help work better.
13952 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
13953 (quail-keyboard-layout-substitution): New variable.
13954 (quail-update-keyboard-layout): New function.
13955 (quail-keyboard-layout-type): New customizable variable.
13956 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
13957 (quail-keyboard-translate): Pay attention to
13958 quail-keyboard-layout-substitution.
13959 (quail-insert-kbd-layout): New function.
13960 (quail-show-keyboard-layout): New function.
13961 (quail-get-translation): If the definition is a vector of length
13962 1, and the element is a string of length 1, return the character
13963 in that string.
13964 (quail-update-current-translations): Fix the case of
13965 relative-index out of range.
13966 (quail-build-decode-map, quail-insert-decode-map): New Functions.
13967 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
13968 Show key sequences for all available characters.
13969 (quail-help-insert-keymap-description): Don't show such verbose
13970 key bindings as quail-self-insert-command.
13971
13972 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13973 Format changed, and each element now have extra documentations.
13974 (tit-process-header): Delete invalid characters from TIT-PROMPT.
13975 Adjusted for the change of quail-cxterm-package-ext-info.
13976
13977 2000-09-06 Gerd Moellmann <gerd@gnu.org>
13978
13979 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
13980 requiring it leads to a recursive loading of vc.el and vc-hooks.el
13981 during bootstrap.
13982
13983 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13984
13985 * vc.el: (toplevel): Don't require `dired' at run-time.
13986 (vc-dired-resynch-file): Remove autoload cookie.
13987
13988 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13989
13990 * vc.el: Made several backend functions optional.
13991 (vc-default-responsible-p): New function.
13992 (vc-merge): Use RET for first version to trigger merge-news, not
13993 prefix arg.
13994 (vc-annotate): Handle backends that do not support annotation.
13995 (vc-default-merge-news): Removed. The existence of a merge-news
13996 implementation is now checked on caller sites.
13997
13998 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
13999 case.
14000
14001 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
14002 special case that has been removed from the default in vc-hooks.el.
14003
14004 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14005
14006 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
14007
14008 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14009
14010 * vc-hooks.el: Require vc during compilation.
14011 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
14012 macro `with-vc-properties' in vc.el.
14013 (vc-file-getprop): Doc fix.
14014 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
14015
14016 * vc.el: Require dired-aux during compilation.
14017 (vc-name-assoc-file): Moved to vc-sccs.el.
14018 (with-vc-properties): New macro.
14019 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
14020 vc-finish-steal): Use it.
14021 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
14022 to the backend-specific function is now supposed to do the checkout,
14023 too.
14024 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
14025
14026 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
14027 set file properties; that gets done in the generic code now.
14028
14029 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
14030 Changed parameter list, added code from vc.el that does the
14031 checkout, possibly with a double-take.
14032
14033 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
14034 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
14035 the above under the new name.
14036 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
14037 parameter list, added checkout command.
14038 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
14039 properties; that gets done in the generic code now.
14040
14041 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14042
14043 * vc.el: Docstring fixes (courtesy of checkdoc).
14044
14045 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14046
14047 * vc.el (vc-checkout-writable-buffer-hook)
14048 (vc-checkout-writable-buffer): Remove.
14049 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
14050 (vc-log-mode): Make it into a clean derived major mode.
14051 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
14052 vc-log-mode if log-edit is not available.
14053 (vc-dired-mode-map): Don't set-keymap-parent yet.
14054 (vc-dired-mode): Do set-keymap-parent here.
14055 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
14056
14057 2000-09-05 Gerd Moellmann <gerd@gnu.org>
14058
14059 * faces.el (set-face-attribute, face-spec-reset-face)
14060 (face-spec-set): Avoid consing by removing calls to `apply'.
14061
14062 * frame.el (frame-parameter): Move to C code.
14063
14064 2000-09-05 Dave Love <fx@gnu.org>
14065
14066 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14067 insert-before-markers-and-inherit. Now checked systematically!
14068
14069 2000-09-05 Alex Schroeder <alex@gnu.org>
14070
14071 * sql.el (sql-postgres): Use sql-postgres-options.
14072 (sql-postgres-options): New variable.
14073
14074 2000-09-05 Alex Schroeder <alex@gnu.org>
14075
14076 * sql.el (sql-mode-menu): Work around missing variable mark-active
14077 in XEmacs.
14078 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14079 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14080 compatibility.
14081
14082 2000-09-04 Gerd Moellmann <gerd@gnu.org>
14083
14084 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14085
14086 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14087
14088 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14089
14090 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14091
14092 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14093 don't support anything else under SCCS yet.
14094
14095 * vc-hooks.el: Minor doc fixes.
14096
14097 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14098
14099 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14100 not necessary. If verbose in state `needs-patch', do the same as
14101 under `up-to-date'. When NOT verbose and `needs-patch', check out
14102 latest version instead of `merge-news'.
14103 (vc-next-action-dired): Don't mess with default-directory here; it
14104 breaks other parts of dired. It is the job of the
14105 backend-specific functions to adjust it temporarily if they need it.
14106 (vc-next-action): Remove a special CVS case.
14107 (vc-clear-headers): New optional arg FILE.
14108 (vc-checkin, vc-checkout): Set properties vc-state and
14109 vc-checkout-time properly.
14110 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14111 (vc-print-log): Use new backend function `show-log-entry'.
14112 (vc-cancel-version): Do the checks in a different order. Added a
14113 FIXME concerning RCS-only code.
14114
14115 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14116 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14117
14118 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14119
14120 * vc-hooks.el (vc-default-mode-line-string): Show state
14121 `needs-patch' as a `-' too.
14122
14123 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14124
14125 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14126 (vc-default-could-register): New function.
14127 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14128 (vc-resynch-buffer): Call vc-dired-resynch-file.
14129 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14130 vc-resynch-buffer instead of vc-resynch-window.
14131 (vc-next-action-dired): Don't redisplay here, that gets done as a
14132 result of the individual file operations.
14133 (vc-retrieve-snapshot): Corrected prompt order.
14134
14135 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14136
14137 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14138 as well.
14139 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14140 hostname regexps. Updated all callers.
14141 (vc-cvs-responsible-p): Handle directories as well.
14142 (vc-cvs-could-register): New function.
14143 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14144 properties up-to-date.
14145
14146 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14147 user whether to create one.
14148
14149 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14150
14151 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14152 check out a non-existing file.
14153
14154 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14155 workfile does not exist.
14156
14157 * vc.el (vc-version-diff): Use `require' to check for existence of
14158 diff-mode.
14159
14160 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14161
14162 * vc-cvs.el (vc-cvs-registered): Use new function
14163 vc-cvs-parse-entry to do the actual work.
14164
14165 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14166
14167 * vc-hooks.el (vc-find-backend-function): If function doesn't
14168 exist, return nil instead of error.
14169 (vc-call-backend): Doc fix.
14170
14171 * vc.el (vc-do-command): Doc fix.
14172 (vc-finish-logentry): When checking in from vc-dired, choose the
14173 right backend for logentry check.
14174 (vc-dired-mode-map): Inherit from dired-mode-map.
14175 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14176 simplified.
14177 (vc-dired-state-info): Removed, updated caller.
14178 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14179 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14180 (vc-dired-listing-switches): New variable.
14181 (vc-directory): Use it, instead of dired-listing-switches.
14182
14183 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14184 (vc-cvs-dir-state): New function.
14185 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14186 (vc-cvs-parse-entry): New function, also to be used in
14187 vc-cvs-registered.
14188
14189 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14190
14191 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14192 *or* single-window-frames.
14193
14194 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14195
14196 * vc.el (vc-update-changelog): Split into generic part and default
14197 implementation. Doc string adapted.
14198 (vc-default-update-changelog): New function. Call the `rcs2log'
14199 script in exec-directory, to fix a long-standing nuisance.
14200
14201 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14202 simply signals an error.
14203
14204 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14205
14206 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14207 control-flow more clear and to avoid running `cvs' twice.
14208
14209 * vc.el (vc-next-action-on-file): Doc fix.
14210 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14211 (vc-print-log): Eval `file' before constructing the continuation.
14212
14213 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14214
14215 * vc.el (vc-next-action-on-file): Corrected several messages.
14216 (vc-merge): Add prefix arg `merge-news'; handle it.
14217
14218 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14219 is not reached. It is.
14220 (vc-cvs-merge): Set state to 'edited after merge.
14221 (vc-cvs-merge-news): Set workfile version to nil if not known.
14222 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14223
14224 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14225 via stdout. (Merge from main line.)
14226
14227 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14228
14229 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14230 detection.
14231
14232 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14233
14234 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14235 against kill-all-local-variables.
14236 (vc-log-edit): Don't save vc-parent-buffer any more.
14237 (vc-last-comment-match): Initialize to an empty string.
14238 (vc-post-command-functions): New hook.
14239 (vc-do-command): Run it.
14240 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14241 (vc-finish-logentry): Only add the comment to the ring if it's
14242 different from the last comment entered.
14243 (vc-new-comment-index): New function.
14244 (vc-previous-comment): Use it. Make the minibuffer message
14245 slightly less terse.
14246 (vc-comment-search-reverse): Make it work forward as well. Don't
14247 set vc-comment-ring-index if no match is found. Use
14248 vc-new-comment-index.
14249 (vc-comment-search-forward): Use vc-comment-search-reverse.
14250 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14251 define-derived-mode will do it for us. Bind `v' to a keymap that
14252 inherits from vc-prefix-map so that we can bind `vt' without
14253 binding C-x v t.
14254 (vc-retrieve-snapshot): Parenthesis typo.
14255
14256 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14257 to 1. Make sure to switch to *vc* before looking for an error
14258 message. Use vc-parse-buffer.
14259
14260 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14261
14262 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14263 and NAME.
14264 (vc-retrieve-snapshot): Split into two parts.
14265 (vc-default-retrieve-snapshot): New function.
14266
14267 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14268 (vc-cvs-retrieve-snapshot): New function (untested).
14269 (vc-cvs-stay-local): Default to t.
14270 (vc-cvs-remote-p): New function and property.
14271 (vc-cvs-state): Stay local only if the above is t.
14272 (vc-handle-cvs): Removed.
14273 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14274 done via vc-handled-backends now.
14275 (vc-cvs-header): Escape Id.
14276
14277 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14278
14279 * vc.el (vc-do-command): Remove unused commands.
14280 (vc-version-diff): Make sure default-directory ends with a slash.
14281 Move the window commands into a vc-exec-after.
14282 (vc-print-log): Move more of the code into the `vc-exec-after'.
14283
14284 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14285
14286 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14287 (vc-print-log): Search current revision from beginning of buffer.
14288 (vc-revert-buffer): Clear echo area after the diff is finished.
14289 (vc-prefix-map): Removed definition of "t" for terse display in vc
14290 dired.
14291 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14292 definition of "vt" for terse display.
14293 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14294
14295 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14296
14297 * vc.el (vc-exec-after): Avoid caddr.
14298
14299 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14300
14301 * vc.el (vc-exec-after): New function.
14302 (vc-do-command): Use it to add a termination message for async
14303 procs.
14304 (vc-checkout): Try to handle a missing-backend situation.
14305 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14306 of a directory with a backend using async diffs.
14307 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14308 present.
14309
14310 * vc-sccs.el (vc-sccs-state-heuristic): Use
14311 file-ownership-preserved-p.
14312
14313 * vc-rcs.el (vc-rcs-state-heuristic): Use
14314 file-ownership-preserved-p.
14315 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14316
14317 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14318
14319 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14320 vc-do-command.
14321
14322 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14323 when there are no changes.
14324
14325 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14326
14327 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14328
14329 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14330
14331 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14332
14333 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14334
14335 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14336 the `fset' outside of the defvar so that it works even if
14337 vc-prefix-map was already defined.
14338 (vc-setup-buffer): New function, split out of vc-do-command.
14339 (vc-do-command): Allow BUFFER to be t to mean `just use the
14340 current buffer without any fuss'.
14341 (vc-version-diff): Change the `diff' backend operation to just put
14342 the diff in the current buffer without erasing it. Always use
14343 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14344 shrink-window-if-larger-than-buffer.
14345 (vc-print-log): Change the `print-log' backend operation to just
14346 put the log in the current buffer without erasing it. Protect
14347 shrink-window-if-larger-than-buffer.
14348 (vc-update-change-log): Fix setd typo.
14349
14350 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14351 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14352
14353 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14354 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14355 CMP.
14356
14357 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14358 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14359 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14360
14361 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14362
14363 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14364 not possible, use vc-BACKEND-workfile-unchanged-p.
14365 (vc-default-workfile-unchanged-p): New function. Delegates to a
14366 full vc-BACKEND-diff.
14367
14368 * vc-hooks.el (vc-simple-command): Removed.
14369
14370 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14371 instead of vc-simple-command.
14372 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14373 avoid doing a diff when opening a file.
14374 (vc-rcs-state): Added check for unlocked-changes.
14375 (vc-rcs-header): Escape Id.
14376 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14377 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14378 version.
14379
14380 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14381 (vc-sccs-diff): Remove optional arg CMP.
14382 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14383 SCCS-specific function.
14384
14385 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14386 vc-simple-command.
14387
14388 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14389
14390 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14391 (with-vc-file, vc-merge): Use vc-editable-p.
14392 (vc-do-command): Remove unused var vc-file and fix the
14393 doubly-defined `status' var. Add a user message when starting an
14394 async command.
14395 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14396 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14397 Use with-current-buffer.
14398 (vc-buffer-sync): Use unless.
14399 (vc-next-action-on-file): If the file is 'edited by read-only,
14400 make it read-write instead of trying to commit.
14401 (vc-version-diff, vc-update-change-log): Use `setq
14402 default-directory' rather than `cd'.
14403 (vc-log-edit): Don't forget to set default-directory in the
14404 buffer.
14405
14406 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14407 (vc-sccs-state-heuristic): Use file-writable-p instead of
14408 comparing userids.
14409 (vc-sccs-checkout): Use `unless'.
14410
14411 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14412 of comparing userids.
14413 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14414 Simplify the logic by eliminating unreachable code.
14415 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14416 just do a recursive call if we need to retry.
14417 (vc-rcs-checkout): Handle the case where rcs is missing by making
14418 the buffer read-write if requested and re-signalling the error.
14419
14420 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14421
14422 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14423
14424 * vc-hooks.el (vc-handled-backends): Docstring change.
14425 (vc-ignore-vc-files): Mark obsolete.
14426 (vc-registered): Check vc-ignore-vc-files.
14427 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14428 vc-ignore-vc-files.
14429
14430 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14431
14432 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14433
14434 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14435 files since ange-ftp already has vc-registered return nil.
14436
14437 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14438 (vc-sccs-workfile-version): Use with-temp-buffer and new
14439 vc-parse-buffer and don't bother setting the property.
14440 (vc-sccs-add-triple): Use with-current-buffer and
14441 find-file-noselect.
14442 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14443
14444 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14445 derives from the old vc-parse-buffer but uses the revision number
14446 rather than the date (much easier to compare robustly).
14447 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14448 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14449 locking-user more directly. Check strict locking and set
14450 checkout-model appropriately.
14451 (vc-rcs-parse-locks): Remove.
14452 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14453 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14454 (vc-rcs-system-release): Use with-current-buffer and
14455 vc-parse-buffer.
14456 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14457
14458 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14459 (vc-simple-command): Docstring fix.
14460 (vc-registered): Align the way the file-handler is called with the
14461 way the function itself works.
14462 (vc-file-owner): Remove.
14463
14464 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14465 extraction of fields and call to file-attributes because of a
14466 temporary bug in rcp.el.
14467 (vc-cvs-fetch-status): Use with-current-buffer.
14468
14469 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14470
14471 * vc.el (vc-do-command): Use file-relative-name.
14472 (vc-responsible-backend): Use vc-backend if possible.
14473 (vc-create-snapshot): Improve the `interactive' spec. Add support
14474 for branches and dispatch to backend-specific `create-snapshot'.
14475 (vc-default-create-snapshot): New function, containing the bulk of
14476 the old vc-create-snapshot.
14477 (vc-retrieve-snapshot): Improve the interactive spec.
14478
14479 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14480 (vc-backend-hook-functions): Remove.
14481 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14482 (vc-backend): Reintroduce the test for `file = nil' now that I
14483 know why it was there (and added a comment to better remember).
14484
14485 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14486 code from vc-sccs-hooks.el.
14487 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14488 'vc anymore.
14489 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14490 and file-directory-p instead of file-exists-p.
14491 (vc-sccs-check-headers): Simplify the regexp.
14492
14493 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14494 from vc-rcs-hooks.el. Don't require 'vc anymore.
14495 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14496 file-directory-p instead of file-exists-p.
14497
14498 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14499 from vc-cvs-hooks.el.
14500 (proto vc-cvs-registered): Require 'vc-cvs instead of
14501 'vc-cvs-hooks. Don't require 'vc anymore.
14502 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14503 file-directory-p instead of file-exists-p.
14504 (vc-cvs-create-snapshot): New function, replacing
14505 vc-cvs-assign-name.
14506 (vc-cvs-assign-name): Remove.
14507
14508 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14509
14510 * vc-cvs.el (vc-cvs-header): New var.
14511
14512 * vc-rcs.el (vc-rcs-exists): Remove.
14513 (vc-rcs-header): New var.
14514
14515 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14516 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14517 (vc-sccs-header): New var.
14518
14519 * vc.el (vc-do-command): Get rid of the `last' argument.
14520 (vc-header-alist): Remove, replaced by vc-X-header.
14521 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14522 (vc-dired-hook): Use expand-file-name instead of concat.
14523 (vc-directory): Use file-name-as-directory.
14524 (vc-snapshot-precondition, vc-create-snapshot)
14525 (vc-retrieve-snapshot): Allow the command to operate on any
14526 directory.
14527
14528 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14529 just removing the 'WORKFILE argument or by removing the 'MASTER
14530 argument and replacing `file' with (vc-name file).
14531
14532 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14533
14534 * vc.el: Update Copyright and add a crude list of backend funs.
14535 (vc-writable-p): New function.
14536 (with-vc-file): Use vc-writable-p.
14537 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14538 (vc-register): Avoid vc-name.
14539 (vc-locking-user): Remove.
14540 (vc-steal-lock): Make the `owner' arg non-optional.
14541 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14542 vc-checkout-model.
14543 (vc-default-dired-state-info): Use vc-state instead of
14544 vc-locking-user and return special strings for special states.
14545 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14546 and get rid of one of the special CVS cases.
14547 (vc-cancel-version): prettify error message with \\[...].
14548 (vc-rename-master): New function.
14549 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14550 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14551 the CVS special case generic.
14552 (vc-default-record-rename): Remove.
14553 (vc-file-tree-walk-internal): Only call FUNC for files that are
14554 under control of some VC backend and replace `concat' with
14555 expand-file-name.
14556 (vc-file-tree-walk): Update docstring.
14557 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14558 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14559
14560 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14561 vc-sccs-record-rename. Use `find-file-noselect' rather than
14562 `find-file' and call `vc-rename-master' to do the actual move.
14563 (vc-sccs-diff): Remove unused `backend' variable.
14564
14565 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14566 to delay loading of vc-sccs until it is really used.
14567 (vc-sccs-master-templates): Preload.
14568 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14569 (vc-sccs-project-dir): Remove (merged into
14570 vc-sccs-search-project-dir).
14571 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14572 rather than `concat', make sure it is preloaded and don't bother
14573 to check that the file actually exists.
14574 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14575 `locks' argument (use buffer's content instead) and eliminate n^2
14576 behavior.
14577
14578 * vc-rcs.el: Update Copyright.
14579 (vc-rcs-rename-file): New function.
14580 (vc-rcs-diff): Remove unused `backend' variable.
14581
14582 * vc-hooks.el: Update Copyright.
14583 (vc-backend): Don't accept a nil argument any more.
14584 (vc-up-to-date-p): Turn into a defsubst.
14585 (vc-possible-master): New function.
14586 (vc-check-master-templates): Use `vc-possible-master' and allow
14587 funs in vc-X-master-templates to return a non-existent file.
14588
14589 * vc-cvs.el: Update Copyright.
14590 (vc-cvs-diff): Remove unused `backend' variable.
14591 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14592
14593 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14594
14595 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14596
14597 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14598 since it can be called from vc-rcs.el.
14599 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14600
14601 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14602
14603 * vc.el (vc-version-diff): Expand file name read from the
14604 minibuffer. Handle the case when a previous version number can't
14605 be guessed. Give suitable messages when there were no differences
14606 found.
14607 (vc-clear-headers): Call backend-specific implementation, if one
14608 exists.
14609 (vc-cancel-version): Made error checks generic. When done, clear
14610 headers generically, too.
14611
14612 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14613 from vc-clear-headers in vc.el.
14614
14615 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14616 correctly.
14617 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14618 optional. Handle the case when it's not there.
14619
14620 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14621
14622 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14623
14624 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14625
14626 * vc-hooks.el (vc-loadup): Remove.
14627 (vc-find-backend-function): Use `require'. Also, handle the case
14628 where vc-BACKEND-hooks.el doesn't exist.
14629 (vc-call-backend): Cleanup.
14630
14631 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14632
14633 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14634 vc-rcs-grab-templates)
14635 (vc-rcs-registered): Remove. The default function works as well.
14636 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14637 vc-sccs-grab-templates)
14638 (vc-sccs-registered): Remove. The default function works as well.
14639
14640 * vc.el (vc-version-diff): Left out a vc- in call to
14641 vc-call-backend.
14642 (vc-default-dired-state-info, vc-default-record-rename)
14643 (vc-default-merge-news): Update for the new backend argument.
14644
14645 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14646 using the default function.
14647 (vc-call-backend): If calling the default function, pass it the
14648 backend as first argument. Update the docstring accordingly.
14649 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14650 for the new backend argument.
14651 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14652 (vc-find-backend-function): Use the new name.
14653 (vc-default-registered): New function.
14654
14655 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14656
14657 * vc.el (vc-merge): Use vc-find-backend-function.
14658
14659 * vc-hooks.el (vc-backend-functions): Remove.
14660 (vc-loadup): Don't setup 'vc-functions.
14661 (vc-find-backend-function): New function.
14662 (vc-call-backend): Use above fun and populate 'vc-functions
14663 lazily.
14664 (vc-backend-defines): Remove.
14665
14666 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14667
14668 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14669 Call vc-call-backend without the leading vc-.
14670 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14671 (vc-check-headers): Call vc-call-backend without the leading vc-.
14672 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14673 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14674 Call vc-call-backend without the leading vc-.
14675
14676 * vc-cvs.el (tail): Provide vc-cvs.
14677 * vc-sccs.el (tail): Provide vc-sccs.
14678 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14679
14680 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14681 (vc-make-backend-function, vc-call): Pass names without leading
14682 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14683 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14684 (vc-call-backend): Always try to load vc-X-hooks.
14685 (vc-registered): Remove vc- in call to vc-call-backend.
14686
14687 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14688
14689 * vc.el (vc-process-filter): New function.
14690 (vc-do-command): Setup `vc-process-filter' for the async process.
14691 (vc-maybe-resolve-conflicts): New function to reduce
14692 code-duplication. Additionally, it puts the buffer in
14693 `smerge-mode' if applicable.
14694 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14695 calling `merge-news'.
14696 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14697 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14698 interfacing to log-edit.el.
14699 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14700 log-edit is available.
14701 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14702
14703 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14704
14705 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14706 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14707 defvar and the initialization.
14708 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14709
14710 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14711 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14712
14713 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14714
14715 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14716
14717 * vc.el (vc-file-clear-masterprops): Removed.
14718 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14719 (vc-version-diff): Use buffer-size without argument.
14720 (vc-register): Heed vc-initial-comment.
14721
14722 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14723 default branch.
14724
14725 * vc-rcs.el (vc-rcs-register): Parse command output to find master
14726 file name and workfile version.
14727 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14728
14729 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14730 vc-file-clear-masterprops.
14731
14732 * vc-sccs.el (vc-sccs-checkout): Removed call to
14733 vc-file-clear-masterprops. If writable, set vc-state to 'edited
14734 rather than user login name.
14735
14736
14737 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14738
14739 * vc.el (vc-workfile-unchanged-p): Remove unused argument
14740 `want-differences-if-changed' and simplify.
14741 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
14742 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
14743 output (which is invalid for async vc-diff) to decide whether to
14744 do the revert silently or not.
14745
14746 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14747
14748 * vc-hooks.el (vc-loadup): Load files quietly.
14749 (vc-call-backend): Oops, brain fart.
14750
14751 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14752
14753 * vc-cvs.el (vc-cvs-state): Typo.
14754 (vc-cvs-merge-news): Return the status code rather than the error msg.
14755
14756 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14757
14758 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
14759 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
14760 vc-state or vc-up-to-date-p.
14761 (vc-merge): Use vc-backend-defines to check whether merging is
14762 possible. Set state to 'edited after successful merge.
14763
14764 * vc-hooks.el (vc-locking-user): If locked by the calling user,
14765 return that name. Redocumented.
14766
14767 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14768
14769 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
14770 new `vc-state' semantics.
14771 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
14772 'vc-locking-user to the current user.
14773 (vc-merge): Inline vc-backend-merge. Comment out code that I
14774 don't understand and hence can't adapt to the new `vc-state' and
14775 `vc-locking-user' semantics.
14776 (vc-backend-merge): Remove.
14777
14778 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
14779 rather than 'vc-locking-user.
14780
14781 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
14782
14783 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
14784 (vc-state): Don't use 'reserved any more. Just use the same
14785 convention as the one used for vc-<backend>-state where the
14786 locking user (as a string) is returned.
14787 (vc-locking-user): Update, based on the above convention. The
14788 'vc-locking-user property has disappeared.
14789 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
14790
14791 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
14792 with a heuristic one.
14793 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
14794 (vc-cvs-checkin): Do a trivial parse to set the state in case of
14795 error. That allows us to get to 'needs-merge even in the
14796 stay-local case. There's still no way to detect 'needs-patch in
14797 such a setup (or to force an update for that matter).
14798 (vc-cvs-logentry-check): Remove, the default works as well.
14799
14800 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14801
14802 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
14803
14804 * vc.el (vc-do-command): kill-all-local-variables, to reset any
14805 major-mode in which the buffer might have been put earlier. Use
14806 `remove' and `when'. Allow `okstatus' to be `async' and use
14807 `start-process' in this case.
14808 (vc-version-diff): Handle the case where the diff looks empty
14809 because of the use of an async process.
14810
14811 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14812
14813 * vc.el (vc-next-action-on-file): Removed optional parameter
14814 `simple'. Recompute state unconditionally.
14815 (vc-default-toggle-read-only): Removed.
14816
14817 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
14818 (vc-toggle-read-only): Undid prev change.
14819
14820 * vc-cvs.el (vc-cvs-stay-local): Renamed from
14821 vc-cvs-simple-toggle. Redocumented.
14822 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
14823 (vc-cvs-toggle-read-only): Removed.
14824
14825 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14826
14827 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
14828 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
14829 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
14830 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
14831 still is. So maybe it should be removed.
14832 (vc-head-version, vc-find-binary): Remove.
14833 (vc-recompute-state): Move from vc-hooks.el.
14834 (vc-next-action-on-file): Add a `simple' argument to allow
14835 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
14836 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
14837 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
14838 (vc-dired-mode-map): Properly defvar it.
14839 (vc-print-log): Call log-view-mode if available.
14840 (small-temporary-file-directory): defvar instead of use boundp.
14841 (vc-merge-news): Moved to vc-cvs.el.
14842 (vc-default-merge-news): New function.
14843
14844 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
14845 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
14846 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
14847 unknown `vc-latest-version' function. It should probably refer to
14848 vc-workfile-version or somesuch, but it's very unclear to me and I
14849 don't have SCCS to test things.
14850
14851 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
14852 (vc-sccs-state-heuristic): Fix typo.
14853 (vc-sccs-workfile-unchanged-p): Add missing argument.
14854
14855 * vc-rcs.el: Require vc and vc-rcs-hooks.
14856 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
14857 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
14858 (vc-release-greater-or-equal-p): Move from vc.
14859 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
14860 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
14861 (vc-rcs-checkout): Add a missing `new-version' argument in the
14862 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
14863
14864 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
14865 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
14866 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
14867 than the apparently unbound `workfile-version'.
14868
14869 * vc-hooks.el (vc-master-templates): Def the obsolete var.
14870 (vc-file-prop-obarray): Use `make-vector'.
14871 (vc-backend-functions): Add new hookable functions
14872 vc-toggle-read-only, vc-record-rename and vc-merge-news.
14873 (vc-loadup): If neither backend nor default functions exist, use
14874 the backend function rather than nil.
14875 (vc-call-backend): If the function if not bound yet, try to load
14876 the non-hook file to see if it provides it.
14877 (vc-call): New macro plus use it wherever possible.
14878 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
14879 nor `vc-find-binary' since it's only called from
14880 vc-mistrust-permission which is only used once the backend is known.
14881 (vc-checkout-model): Fix parenthesis.
14882 (vc-recompute-state, vc-prefix-map): Move to vc.el.
14883
14884 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
14885 (vc-cvs-release, vc-cvs-system-release): Remove.
14886 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
14887 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
14888 status symbols.
14889 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
14890 (vc-cvs-toggle-read-only): First cut at a function to allow a
14891 cvs-status-free vc-toggle-read-only.
14892 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
14893 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
14894 vc-cvs-status. Also set vc-state rather than vc-locking-user.
14895 (vc-cvs-checkout): Modify access rights directly if the user
14896 requested not to use `cvs edit'. And refresh the mode line.
14897
14898 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
14899 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
14900
14901 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14902
14903 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
14904 workfile' that got lost when the code was extracted from vc.el.
14905 And merged the tail with the rest of the code (not possible in the
14906 old vc.el where the tail was shared among all backends). And
14907 explicitly set the state to 'edited if `writable' is set.
14908
14909 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
14910 (vc-cvs-state): Be careful to return the value from
14911 vc-cvs-parse-state.
14912 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
14913 property but return it instead. Also be careful to handle a nil
14914 or "" `rev' when workfile is non-nil (it was handled properly when
14915 workfile was nil).
14916
14917 * vc.el: Removed those pesky unnecessary `(function' quotes.
14918 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
14919 directly in the defvar.
14920 (vc-do-command): Bind inhibit-read-only so as to properly handle
14921 the case where the destination buffer has been made read-only.
14922 (vc-diff): Delegate to vc-version-diff in all cases.
14923 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
14924 (vc-annotate-mode-variables): Removed (code moved partly to
14925 defvars and partly to vc-annotate-add-menu).
14926 (vc-annotate-mode): Turned into a derived-mode.
14927 (vc-annotate-add-menu): Moved in code in
14928 vc-annotate-mode-variables.
14929 (vc-update-change-log): Use make-temp-file if available.
14930
14931 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
14932
14933 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
14934 `vc-checkout-model' updated to `vc-cvs-update-model'.
14935
14936 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14937
14938 * vc.el (vc-next-action-on-file): Added handling of state
14939 `unlocked-changes'.
14940 (vc-checkout-carefully): Is now practically obsolete, unless the
14941 above is too slow to be enabled unconditionally.
14942 (vc-update-change-log): Fixed typo.
14943
14944 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
14945
14946 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
14947 Now handles state `unlocked-changes'.
14948 (vc-sccs-workfile-unchanged-p): New function, to support the above.
14949
14950 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
14951
14952 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
14953 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
14954 `unlocked-changes'.
14955 (vc-rcs-workfile-unchanged-p): Renamed from
14956 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
14957 function yet, but supposed to become one soon.
14958
14959 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
14960 `vc-steal-lock'.
14961 (vc-call-backend): Changed error message.
14962 (vc-state): Added description of state `unlocked-changes'.
14963
14964 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14965
14966 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
14967 always return t in CVS-controlled directories.
14968
14969 * vc.el (vc-responsible-backend): New function.
14970 (vc-register): Largely rewritten.
14971 (vc-admin): Removed (implementation moved into vc-register).
14972 (vc-checkin): Redocumented.
14973 (vc-finish-logentry): If no backend defined yet (because we are in
14974 the process of registering), use the responsible backend.
14975
14976 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14977 Updated function lists.
14978 (vc-call-backend): Fixed typo.
14979
14980 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
14981 New functions.
14982 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
14983 Removed query option. Redocumented.
14984
14985 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14986
14987 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
14988
14989 * vc.el: Updated callers of `vc-checkout-required' to use
14990 `vc-checkout-model'.
14991
14992 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14993
14994 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
14995 stuff updated to reference this function instead of the old
14996 `vc-backend-release-p'.
14997
14998 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14999
15000 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
15001 vc-checkout-model. Return appropriate values. Updated callers.
15002
15003 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15004
15005 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
15006 (vc-backend-revert): Function moved into `vc-revert';
15007 `vc-next-action' must be updated to accomodate this change.
15008 (vc-backend-steal): Function moved into `vc-finish-steal'.
15009 (vc-backend-logentry-check): Function moved into
15010 `vc-finish-logentry'.
15011 (vc-backend-printlog): Function moved into `vc-print-log'.
15012 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
15013 (vc-backend-assign-name): Function moved into
15014 `vc-create-snapshot'.
15015
15016 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15017
15018 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
15019 Rename to vc-checkout-model. Return appropriate values.
15020 Update callers.
15021
15022 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
15023 to vc-checkout-model.
15024 (vc-checkout-required): Rename to vc-checkout-model.
15025 Re-implement and re-comment.
15026 (vc-after-save): Use vc-checkout-model.
15027
15028 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15029
15030 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
15031 Update to use the vc-BACKEND-diff functions instead.
15032 `vc-diff' is now working.
15033
15034 * vc-rcs.el (vc-rcs-logentry-check): New function.
15035
15036 * vc-cvs.el (vc-cvs-logentry-check): New function.
15037
15038 * vc-sccs.el (vc-sccs-diff): Function changed name from
15039 `vc-backend-diff'. This makes `vc-diff' work.
15040
15041 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
15042 of functions possibly implemented in a vc-BACKEND library.
15043 (vc-checkout-required): Fix bug that caused an error to be
15044 signaled during `vc-after-save'.
15045
15046 * vc.el: Fix typo.
15047 This checkin is made with our new VC code base for the very first time.
15048 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
15049
15050 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
15051 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
15052
15053 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
15054 updated to `vc-uses-locking'.
15055 (vc-checkout-required): Call to backend function.
15056 `vc-checkout-required' updated to `vc-uses-locking' instead.
15057
15058 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15059 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15060
15061 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15062 to match the split into various backends.
15063 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15064 (vc-retrieve-snapshot): Bug fix.
15065
15066 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15067
15068 * vc-sccs.el (vc-sccs-release): Doc fix.
15069
15070 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15071
15072 * vc.el (vc-next-action-on-file): Bug found and fixed.
15073 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15074 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15075
15076 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15077 (vc-rcs-checkout): Name space cleaned up. No more revision number
15078 crunching function names that are not prefixed with vc-rcs.
15079 (vc-rcs-checkout-model): Function added. References to
15080 `vc-checkout-model' replaced.
15081
15082 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15083
15084 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15085 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15086 still need to be split, and implemented for RCS).
15087
15088 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15089
15090 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15091
15092 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15093 required by the vc.el file.
15094
15095 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15096 required by the vc.el file.
15097 (vc-rcs-exists): Function added.
15098
15099 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15100 required by the vc.el file.
15101
15102 * vc.el (vc-admin): Updated to handle selection of appropriate
15103 backend. Current implementation is crufty and need re-thinking.
15104
15105 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15106
15107 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15108
15109 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15110 beginning of annotate buffers correctly.
15111
15112 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15113 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15114 functionality updated quite a lot to support multiple backends.
15115 Variables `vc-annotate-mode', `vc-annotate-buffers',
15116 `vc-annotate-backend' added.
15117
15118 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15119 `vc-annotate-difference' added to supported backend functions.
15120
15121 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15122
15123 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15124 Use with-temp-file instead of /bin/sh. Merged from mainline
15125
15126 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15127
15128 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15129
15130 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15131
15132 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15133
15134 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15135
15136 * vc-hooks.el: vc-state-heuristic added to
15137 vc-backend-hook-functions.
15138
15139 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15140
15141 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15142
15143 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15144 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15145 state to `reserved'.
15146
15147 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15148 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15149
15150 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15151
15152 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15153 untouched.
15154
15155 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15156
15157 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15158 if defined. (Merged from main line, slightly adapted.)
15159
15160 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15161 millenium problem (merged from mainline).
15162
15163 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15164
15165 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15166 part and moved the non-BACKEND stuff to vc.el.
15167
15168 * vc.el: Split the annotate feature into a BACKEND specific part
15169 and moved it from the vc-cvs.el file to this one.
15170
15171 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15172
15173 * vc-hooks.el: Implement new state model.
15174 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15175 (vc-locking-user): Simplify. Now only needed if the file is
15176 locked by somebody else.
15177 (vc-lock-from-permissions): Remove. Functionality is in
15178 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15179 (vc-mode-line-string): New name for former vc-status. Adapted.
15180 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15181
15182 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15183 Various simplifications and adaptations all over the place.
15184
15185 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15186 Simplify and adapt the rest.
15187
15188 * vc.el (vc-resynch-window): Add TODO comment: check for
15189 interaction with view mode according to recent RCS change.
15190 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15191
15192 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15193
15194 * vc.el: Convert the remaining function comments to docstrings.
15195
15196 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15197
15198 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15199 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15200 (vc-minor-part, vc-previous-version): Functions that operate and
15201 compare revision numbers got proper documentation. Comments added
15202 about their possible removal.
15203
15204 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15205
15206 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15207 the vc-backend.el files.
15208
15209 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15210
15211 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15212 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15213 (vc-rcs-previous-version): Functions added.
15214
15215 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15216
15217 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15218
15219 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15220
15221 * vc-hooks.el (vc-master-templates): Is really obsolete.
15222 Comment out the definition for now. What is the right procedure
15223 to get rid of it?
15224 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15225 rewritten.
15226 (vc-default-registered): Remove.
15227 (vc-check-master-templates): New function; does mostly what the
15228 above did before.
15229 (vc-locking-user): Don't rely on the backend to set the property.
15230
15231 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15232 Rewrite documentation.
15233 (vc-rcs-templates-grabbed): New variable.
15234 (vc-rcs-grab-templates): New function.
15235 (vc-rcs-registered): Rewrite to use above mechanism.
15236
15237 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15238 Rewrite documentation.
15239 (vc-sccs-templates-grabbed): New variable.
15240 (vc-sccs-grab-templates): New function.
15241 (vc-sccs-registered): Rewrite to use above mechanism.
15242 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15243 Don't throw the result, simply return it.
15244
15245 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15246 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15247 (vc-cvs-registered): Does the check itself now. Simplify.
15248
15249 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15250 from main line.
15251
15252 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15253
15254 * vc-cvs.el (vc-cvs-diff): New function.
15255
15256 * vc-sccs.el (vc-sccs-diff): New function.
15257
15258 * vc-rcs.el (vc-rcs-diff): New function.
15259 (vc-rcs-checkout): Bug (typo) found and fixed.
15260 (vc-rcs-register-switches): New variable.
15261
15262 * vc.el (vc-backend-diff): Function removed and placed in the
15263 backend files.
15264
15265 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15266
15267 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15268
15269 * vc.el (vc-backend-checkout): Function removed and replaced in
15270 the vc-backend.el files.
15271
15272 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15273
15274 * vc.el (vc-backend-admin): Removed and replaced in the
15275 vc-backend.el files.
15276
15277 * vc.el (Martin): Removed all the annotate functionality since it
15278 is CVS backend specific.
15279
15280 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15281
15282 * spec.txt: Added specification of vc-state.
15283
15284 * vc-sccs-hooks.el (vc-sccs-master-properties):
15285 Remove handling of vc-latest-version and
15286 vc-your-latest-version. What used to be vc-latest-version, is now
15287 returned as vc-workfile-version.
15288 (vc-sccs-workfile-version): Adapt.
15289
15290 2000-09-04 Dave Love <fx@gnu.org>
15291
15292 * vc.el: [Merged from mainline.]
15293 (vc-dired-mode): Make the dired-move-to-filename-regexp
15294 regexp match the date, to avoid treating date as file size.
15295 Add YYYY S option to WESTERN/
15296
15297 2000-09-04 Dave Love <fx@gnu.org>
15298
15299 * vc.el: Require `compile' when compiling.
15300 (vc-logentry-check-hook): New option.
15301 (vc-steal-lock): Use compose-mail.
15302 (vc-dired-mode-map): Defvar when compiling.
15303 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15304 vc-sccs.el and renamed. Callers changed.
15305 (vc-backend-checkout, vc-backend-logentry-check)
15306 (vc-backend-merge-news): Doc fix.
15307 (vc-default-logentry-check): New function.
15308 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15309 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15310 (vc-backend-merge): Doc fix. Use backend functions.
15311 (vc-check-headers): Use backend functions.
15312
15313 * vc-cvs.el: Require vc when compiling.
15314 (vc-cvs-register-switches): Doc fix.
15315 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15316 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15317 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15318 New functions (code from vc.el).
15319 (vc-annotate-display-default): Fix interactive spec.
15320 (vc-annotate-time-span): Doc fix.
15321
15322 * vc-rcs.el: Require vc when compiling.
15323 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15324 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15325 (vc-rcs-checkin): New functions (code from vc.el).
15326 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15327 Doc fix.
15328 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15329
15330 * vc-sccs.el: Require vc when compiling.
15331 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15332 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15333 (vc-sccs-revert)
15334 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15335 from vc.el).
15336 (vc-sccs-add-triple, vc-sccs-record-rename)
15337 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15338 (vc-sccs-admin): Doc fix.
15339
15340 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15341
15342 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15343 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15344 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15345 from vc.el.
15346
15347 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15348
15349 * vc-cvs.el: Moved the annotate functionality from vc.el.
15350 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15351
15352 2000-09-04 Dave Love <fx@gnu.org>
15353
15354 * vc.el (vc-backend-release): Call vc-system-release.
15355
15356 * vc-sccs.el (vc-sccs-system-release):
15357 Renamed from vc-sccs-backend-release.
15358
15359 * vc-rcs.el (vc-rcs-system-release):
15360 Renamed from vc-rcs-backend-release.
15361
15362 * vc-cvs.el (vc-cvs-system-release):
15363 Renamed from vc-cvs-backend-release.
15364
15365 2000-09-04 Dave Love <fx@gnu.org>
15366
15367 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15368 backend files.
15369 (vc-backend-release): Dispatch to backend functions.
15370 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15371 probably needs attention.]
15372
15373 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15374 (vc-sccs-backend-release): New function.
15375
15376 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15377 (vc-cvs-backend-release): New function.
15378
15379 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15380 Doc fix.
15381 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15382 (vc-default-dired-state-info): New function.
15383 (vc-dired-state-info): Dispatch to backends.
15384 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15385
15386 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15387 from vc.el and renamed.
15388
15389 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15390
15391 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15392 (vc-version-other-window, vc-backend-assign-name): Removed
15393 references to vc-latest-version; sometimes changed into
15394 vc-workfile-version.
15395
15396 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15397 vc-rcs-master-workfile-version.
15398 (vc-rcs-workfile-version): Use the above. Don't call
15399 vc-latest-version (that was unreachable code, anyway).
15400 (vc-rcs-fetch-master-properties): Doc fix.
15401
15402 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15403 (vc-backend-hook-functions): Removed them from this list, too.
15404 (vc-fetch-properties): Removed.
15405 (vc-workfile-version): Doc fix.
15406
15407 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15408 (vc-rcs-workfile-version, vc-rcs-locking-user)
15409 (vc-rcs-uses-locking): Use it.
15410
15411 * vc-hooks.el (vc-consult-rcs-headers):
15412 Moved into vc-rcs-hooks.el, under the name
15413 vc-rcs-consult-headers.
15414
15415 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15416 headers.
15417 (vc-cvs-find-master): Use this name only; correct different
15418 versions of the name.
15419
15420 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15421 New functions.
15422 (vc-sccs-locking-user): Use the latter.
15423
15424 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15425 New functions.
15426
15427 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15428 Moved into both
15429 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15430 functions are implementation details of those two backends.
15431
15432 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15433
15434 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15435 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15436
15437 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15438 (vc-sccs-parse-locks): SCCS-specific code moved here from
15439 vc-hooks.
15440
15441 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15442 code moved here from vc-hooks.
15443
15444 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15445 into back-end specific parts and removed. Callers not updated
15446 yet; because I guess these callers will disappear into back-end
15447 specific files anyway.
15448
15449 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15450
15451 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15452 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15453 `vc-uses-locking'.
15454
15455 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15456 Store yes/no in the property, and return t/nil. Updated all
15457 callers.
15458
15459 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15460 vc-sccs-uses-locking. Don't set property.
15461 (vc-sccs-locking-user): Don't set property.
15462
15463 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15464 vc-cvs-uses-locking. Don't set property here; leave that to
15465 vc-hooks.
15466 (vc-cvs-locking-user): Reflect above change. Streamlined.
15467
15468 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15469 vc-rcs-uses-locking.
15470 (vc-rcs-locking-user): Reflect above change.
15471
15472 2000-09-04 Dave Love <fx@gnu.org>
15473
15474 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15475
15476 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15477
15478 * vc-hooks.el (vc-checkout-model): Punt to backends.
15479
15480 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15481
15482 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15483
15484 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15485 New functions.
15486
15487 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15488 New functions.
15489
15490 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15491 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15492
15493 * vc-hooks.el (vc-default-locking-user): New function.
15494 (vc-locking-user, vc-workfile-version): Punt to backends.
15495
15496 2000-09-04 Dave Love <fx@gnu.org>
15497
15498 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15499 (vc-master-workfile-version): Moved from vc-hooks.
15500
15501 * vc-rcs-hooks.el: Fix duplicate code in last change.
15502
15503 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15504 (vc-rcs-master-templates): Improve :type.
15505 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15506 vc-master-workfile-version): Moved from vc-hooks.
15507
15508 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15509 (vc-sccs-master-templates): Improve :type.
15510 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15511
15512 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15513
15514 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15515 (vc-cvs-master-templates): Improve :type. Use
15516 vc-cvs-find-cvs-master.
15517 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15518 from vc-hooks.
15519 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15520
15521 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15522 Moved to vc-cvs-hooks.
15523
15524 * vc-hooks.el: Add doc strings in various places. Simplify the
15525 minor mode setup.
15526 (vc-handled-backends): New user variable.
15527 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15528 simplification.
15529
15530 2000-09-04 Dave Love <fx@gnu.org>
15531
15532 * vc.el: Some doc fixes for autoloaded and interactive functions.
15533 Fix compilation warnings from ediff stuff.
15534 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15535
15536 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15537
15538 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15539
15540 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15541
15542 2000-09-04 Dave Love <fx@gnu.org>
15543
15544 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15545 New variable.
15546 (vc-make-backend-function, vc-loadup, vc-call-backend)
15547 (vc-backend-defines): New functions.
15548
15549 * vc-hooks.el: Various doc fixes.
15550 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15551 (vc-match-substring): Function removed. Callers changed to use
15552 match-string.
15553 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15554 Simplify.
15555
15556 2000-09-04 Dave Love <fx@gnu.org>
15557
15558 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15559 type.
15560 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15561 (vc-sccs-registered): Doc fix.
15562
15563 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15564 (vc-cvs-registered): Doc fix.
15565
15566 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15567 (vc-rcs-registered): Doc fix.
15568
15569 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15570
15571 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15572
15573 * vc-hooks.el: vc-registered has been renamed
15574 vc-default-registered. Some functions have been moved to the
15575 backend specific files. they all support the
15576 vc-BACKEND-registered functions.
15577
15578 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15579
15580 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15581
15582 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15583
15584 2000-09-04 Dave Love <fx@gnu.org>
15585
15586 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15587 menu-bar-update-hook.
15588
15589 * help.el (help-manyarg-func-alist): Add
15590 find-operation-coding-system.
15591
15592 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15593
15594 * custom.el (custom-set-variables): Print message about errors in
15595 setting.
15596
15597 2000-09-03 Andrew Innes <andrewi@gnu.org>
15598
15599 * makefile.w32-in: Change to DOS line endings.
15600
15601 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15602
15603 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15604 minor-mode keymaps, if they don't have one.
15605
15606 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15607
15608 * eshell/esh-module.el (eval-when-compile): Don't lose if
15609 esh-module.el's file name is truncated to DOS 8+3 limits.
15610
15611 2000-09-01 John Wiegley <johnw@gnu.org>
15612
15613 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15614 predicate, which caused entries in the completion list to be
15615 doubled.
15616
15617 2000-08-30 John Wiegley <johnw@gnu.org>
15618
15619 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15620 sending to subprocesses. Also, hook pre-command-hook if
15621 `eshell-send-direct-to-subprocesses' is non-nil.
15622 (eshell-send-direct-to-subprocesses): New config variable. If t,
15623 subprocess input is send immediately.
15624 (eshell-toggle-direct-send): New function.
15625 (eshell-self-insert-command): New function.
15626 (eshell-intercept-commands): New function.
15627 (eshell-send-input): If direct subprocess sending is enabled,
15628 don't echo any input to the Eshell buffer. Let the subprocess
15629 handle that. This requires "stty echo" in bash, for example.
15630
15631 2000-08-28 John Wiegley <johnw@gnu.org>
15632
15633 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15634 completion function for Eshell's implementation of `unset'.
15635
15636 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15637
15638 * info.el (Info-directory-list): Doc fix.
15639
15640 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15641
15642 * filecache.el (file-cache-add-directory-using-find): Don't quote
15643 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15644
15645 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15646
15647 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15648 coding systems.
15649
15650 2000-08-30 Andrew Innes <andrewi@gnu.org>
15651
15652 * timer.el (run-with-idle-timer): Undo last change, so that timer
15653 is not activated immediately if Emacs is already idle. Some
15654 existing code relies on this behaviour.
15655
15656 2000-08-30 Miles Bader <miles@gnu.org>
15657
15658 * frame.el (set-frame-font): Do completion of font-name for
15659 interactive use.
15660
15661 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15662
15663 * international/quail.el (quail-start-translation): Bind locally
15664 last-command-event, last-command, and this-command.
15665 (quail-start-conversion): Likewise.
15666 (quail-self-insert-command): Fix docstring.
15667
15668 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15669
15670 * progmodes/executable.el
15671 (executable-make-buffer-file-executable-if-script-p): Check that
15672 buffer contains at least 2 characters.
15673
15674 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15675
15676 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15677
15678 2000-08-29 Dave Love <fx@gnu.org>
15679
15680 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15681 (diff-mode-shared-map): Bind mouse-2.
15682 (diff-imenu-generic-expression): New variable.
15683 (diff-mode): Use it.
15684
15685 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15686 (mouse-popup-menubar): Add minor mode menus.
15687 (popup-menu): Check for lookup-key returning number.
15688
15689 2000-08-29 Miles Bader <miles@gnu.org>
15690
15691 * comint.el (comint-send-input): Create overlays using the proper
15692 front/read-advance arguments.
15693
15694 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15695
15696 * ps-print.el: Even/odd pages printing. Doc fix.
15697 (ps-print-version): New version number (6.0).
15698 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15699 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15700 (ps-print-duplex-feature): Variable eliminated.
15701 (ps-even-or-odd-pages): New variable.
15702
15703 * progmodes/ebnf2ps.el: Doc fix.
15704 (ebnf-version): New version (3.3).
15705 (ebnf-user-arrow): Change variable customization to sexp.
15706 (ebnf-user-arrow): Function eliminated.
15707 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15708
15709 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15710
15711 * help.el (help-xref-mule-regexp): New variable.
15712 (help-make-xrefs): Handle help-xref-mule-regexp.
15713
15714 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15715 variable.
15716 (describe-input-method): Temporarily activate the specfied input
15717 method to display the information.
15718 (describe-language-environment): Hyperlinks to mule related items.
15719
15720 * international/mule-diag.el (charset-multibyte-form-string): New
15721 function.
15722 (list-character-sets-1): Use charset-multibyte-form-string.
15723 (describe-character-set): New function.
15724 (describe-coding-system): Hyperlinks to safe character sets.
15725
15726 * international/quail.el (quail-help): New arg PACKAGE.
15727 Hyperlinks to mule related items.
15728 (quail-help-insert-keymap-description): Use
15729 substitute-command-keys instead of describe-bindings.
15730 (quail-translation-help): Hyperlinks to mule related items.
15731
15732 2000-08-28 John Wiegley <johnw@gnu.org>
15733
15734 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
15735 have a defsubst call itself. Made `eshell-flatten-list' back into
15736 a function again.
15737
15738 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
15739 catch, in case re-centering point at bottom messes up the display.
15740 This happens frequently in Emacs 21, due I believe to variable
15741 line heights.
15742
15743 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
15744 to call `find-tag-interactive'.
15745
15746 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
15747 the list of remember directories.
15748
15749 2000-08-28 John Wiegley <johnw@gnu.org>
15750
15751 * align.el: Test align-region-separate to see if it's a symbol.
15752
15753 2000-08-28 John Wiegley <johnw@gnu.org>
15754
15755 * eshell/esh-util.el (eshell-flatten-list): Made this function
15756 into a defsubst form. It gets used very frequently, although
15757 calls don't occur all that often.
15758
15759 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
15760 examining it.
15761
15762 * eshell/esh-cmd.el (eshell-rewrite-while-command):
15763 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
15764 `eshell-protect'.
15765 (eshell-copy-handles): Created a new macro for duplicating the
15766 current set of open handles. This is needed by the looping
15767 functions.
15768 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
15769 is not incorrectly stomped on.
15770
15771 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
15772 declaration for pcomplete-use-paring.
15773 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
15774 value of eshell-cmpl-use-paring.
15775 * pcomplete.el (pcomplete-use-paring): New config variable, to
15776 indicate whether paring should be used.
15777 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
15778 completion alternatives that have already been used.
15779
15780 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
15781 bound to C-c C-y, which will repeat the previous N arguments
15782 (based on prefix argument).
15783 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
15784
15785 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
15786 if there is no *Help* buffer. This is for XEmacs, which renames
15787 its help buffers uniquely. TODO: Find out what the current buffer
15788 name to delete is.
15789
15790 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
15791 first entry that correlates to a passwd/group number. Later
15792 entries (used for group/user name aliasing to multiple IDs) are
15793 ignored.
15794
15795 * eshell/em-xtra.el (eshell/expr):
15796 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
15797 (eshell-grep, eshell/diff, eshell/locate):
15798 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
15799 argument list, before passing it to the system command.
15800
15801 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
15802 `find-tag' for use at final position in Eshell buffers (which
15803 otherwise triggers an error on Emacs 21).
15804 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
15805 buffer, if it is currently bound to `find-tag'.
15806
15807 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
15808 in the list of matched Makefile names.
15809 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
15810 directory, prefer its contents to Makefile.
15811
15812 * eshell/em-dirs.el (eshell/cd): cd commands that look up
15813 directory parts (like "cd old new", or "cd =regexp"), are now case
15814 sensitive on non-Windows/DOS platforms.
15815
15816 * eshell/esh-mode.el (eshell-parse-command-input): When a user
15817 types RET after an open delimiter (like "), display a message
15818 indicating that Eshell is waiting for the closing delimiter.
15819
15820 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
15821 environment variables.
15822
15823 * eshell/em-unix.el (eshell/diff): Added logic to fail more
15824 gracefully if the user enters incorrect arguments.
15825
15826 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
15827 Eshell buffers.
15828
15829 * eshell/esh-var.el (eshell-interpolate-variable):
15830 * eshell/esh-mode.el (eshell-move-argument):
15831 * eshell/em-unix.el (eshell-du-sum-directory):
15832 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15833 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
15834 (not (= ...)).
15835
15836 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
15837 to ensure the `preserve' flag gets propagated when doing recursive
15838 directory copies.
15839
15840 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
15841
15842 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
15843 Don't convert \n into \0177 in memory.
15844 (eshell-read-history, eshell-write-history): Convert \n to \0177,
15845 and back again, when reading and writing.
15846
15847 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
15848
15849 * eshell/esh-util.el (eshell-processp): Added to relieve constant
15850 testing of `fboundp' on `processp'.
15851
15852 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
15853 (eshell/jobs): Don't call process-list if it is not bound.
15854 (eshell-gather-process-output): Support systems where async
15855 subprocesses aren't supported.
15856 (eshell-scratch-buffer, eshell-last-sync-output-start): New
15857 variables.
15858
15859 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
15860 eshell-do-eval returns t.
15861 (eshell-do-pipelines-synchronously): New defmacro.
15862 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
15863 when async subprocesses aren't supported.
15864 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
15865 if async subprocesses aren't supported.
15866 (eshell-resume-command): Don't assume STATUS is a string.
15867
15868 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
15869
15870 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
15871 (eshell-close-target, eshell-get-target): Use eshell-processp.
15872 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
15873 fix.
15874 (eshell-get-target, eshell-create-handles): Doc fix.
15875
15876 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
15877
15878 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
15879 criterion to include commands that output something, as long as it
15880 leaves both the command and the end-of-buffer visible when the
15881 command has exited.
15882 (eshell-review-quick-commands): Adjust the help doc string
15883 accordingly.
15884
15885 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
15886
15887 * locate.el (locate): Cleaned up locate command's interactive prompting
15888 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
15889
15890 * filecache.el (file-cache-case-fold-search): New variable
15891 (file-cache-assoc-function): New variable
15892 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
15893 Use file-cache-case-fold-search variable
15894 (file-cache-add-file): Use file-cache-assoc-function
15895 (file-cache-delete-file): likewise
15896 (file-cache-directory-name): likewise
15897 (file-cache-debug-read-from-minibuffer): likewise
15898
15899 2000-08-28 Gerd Moellmann <gerd@gnu.org>
15900
15901 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
15902 (abbrev-table-name): New function.
15903 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
15904 If non-nil list local abbrev, only.
15905
15906 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
15907
15908 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
15909 from Gnus support code, and use special article copy buffer
15910 `(gnus-original-article-buffer)' instead. This allows to get rid
15911 of article-hide-headers usage (which breaks in the latest Gnus
15912 version). Thanks to Detlev Zundel.
15913
15914 2000-08-28 Kenichi Handa <handa@etl.go.jp>
15915
15916 * international/quail.el (quail-use-package): Hide "... loaded"
15917 message.
15918 (quail-start-translation, quail-start-conversion): Likewise.
15919
15920 * international/kkc.el (kkc-region): Hide "... loaded" message.
15921
15922 2000-08-27 Dave Love <fx@gnu.org>
15923
15924 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
15925
15926 2000-08-27 Miles Bader <miles@gnu.org>
15927
15928 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
15929
15930 2000-08-27 Kenichi Handa <handa@etl.go.jp>
15931
15932 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
15933 'ja-dic-cnv), not (require 'skkdic-cnv).
15934
15935 2000-08-26 Miles Bader <miles@gnu.org>
15936
15937 * faces.el (face-x-resources): Add entry for :inherit.
15938 * cus-face.el (custom-face-attributes): Add support for :inherit
15939 attribute. Add support for relative face heights.
15940 (custom-face-attributes-get): Treat `nil' as being a default value
15941 for :inherit (as well as `unspecified').
15942
15943 * faces.el (set-face-attribute): Update doc string.
15944 (face-attribute-name-alist): Add :inherit.
15945 (face-valid-attribute-values): Handle :inherit.
15946 (face-read-string): Rephrase prompt to be less confusing.
15947 Assume that DEFAULT is a string, since we must return a string.
15948 (face-read-integer): Use `format' to turn DEFAULT into an
15949 acceptable default for face-read-string. Match NEW-VALUE against
15950 the string "unspecified", not the symbol `unspecified', since
15951 that's what face-read-string returns.
15952 (read-face-attribute): Lookup a name for old-value in valid, and
15953 use it as a default if we find one. Treat all values from
15954 face-read-string as strings. If the default is used, don't do any
15955 more processing on the value, just use the old value directly.
15956 (read-face-and-attribute, modify-face): Tweak prompt.
15957 (read-face-name): Don't assume prompt ends with a space.
15958
15959 * faces.el (describe-face): Add support for :inherit attribute.
15960
15961 2000-08-25 Kenichi Handa <handa@etl.go.jp>
15962
15963 * terminal.el (terminal-emulator): Fix args to `concat'. Now
15964 concat doesn't accept interger.
15965
15966 * international/kkc.el: Remove SKK from Keywords. Require
15967 ja-dic-utl instead of skkdic-utl.
15968
15969 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
15970 Provide ja-dic-cnv instead of skkdic-cnv.
15971 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
15972 (iso-2022-7bit-short): Add safe-charsets property.
15973 (skkdic-convert-postfix): Search Japanese chou-on character in
15974 addition to Hiragana character.
15975 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
15976 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
15977 (batch-skkdic-convert): Likewise.
15978
15979 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
15980 Provide ja-dic-utl instead of skkdic-utl.
15981 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
15982
15983 2000-08-24 Dave Love <fx@gnu.org>
15984
15985 * disp-table.el (standard-display-default): Make the test of `l'
15986 useful.
15987
15988 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
15989 mod sample text.
15990
15991 * international/iso-ascii.el: Make pilcrow convenient string
15992 consistent with section.
15993 (iso-ascii-display): Set up multibyte characters as well as
15994 unibyte.
15995
15996 2000-08-24 Kenichi Handa <handa@etl.go.jp>
15997
15998 * international/mule-cmds.el (reset-language-environment): Set
15999 default-process-coding-system to '(undecided . iso-latin-1), which
16000 makes process I/O almost consistent with file I/O. Call this
16001 function when mule-cmds.el[c] is loaded.
16002
16003 2000-08-22 Andrew Innes <andrewi@gnu.org>
16004
16005 * makefile.w32-in: New file.
16006
16007 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
16008
16009 * comint.el (comint-output-filter): Compare end of
16010 comint-last-output-overlay with the start of the newly inserted
16011 text, not the end, when deciding whether to extend it.
16012 Set saved-point's insertion type to advance after insertion.
16013
16014 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
16015 since this is now done independently of font-lock mode.
16016
16017 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16018
16019 * server.el (server-kill-new-buffers): New user option.
16020 (server-existing-buffer): New buffer-local variable.
16021 (server-visit-files): When using an existing buffer, set
16022 server-existing-buffer to t.
16023 (server-buffer-done): If server-kill-new-buffers is t, kill the
16024 buffer, unless it was already present before visiting it with
16025 Emacs server.
16026
16027 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
16028
16029 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
16030 even if the display doesn't support colors: some displays will
16031 support bold/underline faces.
16032
16033 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16034
16035 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
16036
16037 * startup.el (command-line): If user's init file had an error,
16038 add explanatory text to *Messages*.
16039
16040 2000-08-21 Kenichi Handa <handa@etl.go.jp>
16041
16042 * man.el (Man-getpage-in-background): Decode the process output by
16043 the system locale coding system.
16044
16045 2000-08-20 Dave Love <fx@gnu.org>
16046
16047 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
16048 Don't test x-popup-menu.
16049 (function) <complete-function>: Complete only fbound symbols.
16050 <validate, value>: New.
16051 (variable) <complete-function>: Complete only bound symbols.
16052 (coding-system): Add :base-only, :complete-function, :validate,
16053 :value, :prompt-match.
16054 (widget-coding-system-prompt-value): Use read-coding-system and
16055 act on :base-only.
16056 (editable-field): Add :help-echo.
16057 (widget-push-button-gui, widget-push-button-cache)
16058 (widget-gui-action, widget-editable-list-gui): COmment out, along
16059 with uses.
16060 (widget-at): Make arg optional.
16061 (widget-echo-help): Adjust for current help-echo calling sequence.
16062 (widget-specify-field, widget-specify-button)
16063 (widget-specify-insert, widget-get-sibling, widget-image-find)
16064 (widget-convert, widget-insert, widget-leave-text)
16065 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16066 (widget-setup, widget-field-find, widget-before-change)
16067 (widget-after-change, widget-default-complete)
16068 (widget-default-create, widget-default-delete)
16069 (widget-push-button-value-create, editable-field)
16070 (widget-field-prompt-value, widget-field-validate)
16071 (widget-choice-value-create, widget-choice-action)
16072 (widget-choice-validate, widget-checklist-add-item)
16073 (widget-radio-add-item, widget-radio-chosen)
16074 (widget-radio-value-inline, widget-editable-list-value-create)
16075 (widget-editable-list-entry-create)
16076 (widget-documentation-link-add)
16077 (widget-documentation-string-value-create)
16078 (widget-regexp-validate, widget-file-complete)
16079 (widget-sexp-validate, widget-plist-convert-widget)
16080 (widget-plist-convert-widget, widget-alist-convert-widget)
16081 (widget-alist-convert-widget, widget-color-complete): Simplify,
16082 particularly to avoid bindings which aren't optimized out.
16083
16084 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16085 Doc fix.
16086 (down-list, backward-up-list, up-list, kill-sexp)
16087 (backward-kill-sexp, mark-sexp): Make arg optional.
16088 (lisp-complete-symbol): Add optional arg PREDICATE.
16089
16090 * cus-start.el: Add display-buffer-reuse-frames,
16091 file-coding-system-alist.
16092
16093 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16094
16095 * startup.el (command-line): Clear realized faces after
16096 modifying TTY color mappings.
16097
16098 2000-08-20 Miles Bader <miles@gnu.org>
16099
16100 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16101 merely a subset of FACE's attributes.
16102
16103 2000-08-19 Miles Bader <miles@gnu.org>
16104
16105 * comint.el (comint-output-filter): Save the point with a marker,
16106 not just a buffer position.
16107
16108 * international/mule.el (set-buffer-process-coding-system): Make
16109 interactive prompt less confusing.
16110
16111 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16112
16113 * hilit-chg.el: General cleanup of doc strings, comments and
16114 code formatting.
16115
16116 2000-08-19 Miles Bader <miles@gnu.org>
16117
16118 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16119 Compiler macro removed; beginning-of-line is no longer always
16120 equivalent to forward-line, in the presence of fields.
16121
16122 * comint.el (comint-output-filter): Remove ad-hoc saving of
16123 restriction, and just use save-restriction, now that it works
16124 correctly. Don't adjust comint-last-input-start to account for
16125 our insertion; it shouldn't have moved because we don't use
16126 insert-before-markers anymore. Comment out call to
16127 `force-mode-line-update'; why is it here?
16128
16129 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16130 while checking for prompt to delete. Use `forward-line 0'
16131 instead of beginning-of-line.
16132 (gud-filter): Temporarily widen gud comint buffer while
16133 examining output.
16134
16135 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16136
16137 * progmodes/sh-script.el: Big bag of typos.
16138
16139 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16140 check since ispell-process is not bound when ispell is not yet loaded.
16141
16142 2000-08-18 Dave Love <fx@gnu.org>
16143
16144 * image.el (find-image): Copy `spec' before using plist-put.
16145
16146 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16147
16148 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16149 `portugues'.
16150
16151 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16152 backward-kill-sexp, analogous to kill-sexp.
16153
16154 * progmodes/icon.el (icon-indent-line)
16155 (icon-is-continuation-line): Handle comments specially.
16156
16157 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16158
16159 * ispell.el: Set to standard author/maintainer/keyword fields.
16160 Fine tuning to menu map appearance and operation, and added help.
16161 Remove `start' and `end' error messages when compiling.
16162 (ispell-choices-win-default-height): Fixed comment string.
16163 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16164 castellano8 dictionaries.
16165 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16166 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16167 dictionary, added italiano dictionary.
16168 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16169 word character
16170 (ispell-tex-skip-alists): Added psfig support.
16171 (ispell-skip-html): Renamed from ispell-skip-sgml.
16172 (ispell-begin-skip-region-regexp, ispell-skip-region)
16173 (ispell-minor-check): Improved html skipping support to skip across
16174 code, and recognize `&' commands without propper `;' syntax;
16175 (ispell-process-line): Fix alignment error when manually
16176 correcting spelling.
16177 (ispell): Fix comment string.
16178 (ispell-add-per-file-word-list): Always put word list on new line.
16179
16180 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16181
16182 * format.el (format-encode-run-method): Fix error message to say
16183 `encode' instead of `decode'. Use save-window-excursion around
16184 shell-command-on-region as in format-decode-run-method because
16185 shell-command-on-region can display a buffer with error output.
16186 (format-decode): Don't record undo information for the decoding.
16187 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16188 that number part of the temporary buffer name so that more than
16189 one decoding using a temporary buffer can happen safely.
16190
16191 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16192 of `A-z' in the regexp.
16193
16194 * hilit-chg.el: Fix typos in commentary.
16195
16196 * help.el (view-emacs-news): Rewritten for new naming scheme
16197 for old NEWS files.
16198
16199 * startup.el (command-line): Pop to *Messages* in case an error
16200 is signaled while loading user-init-file.
16201
16202 2000-08-17 Andreas Schwab <schwab@suse.de>
16203
16204 * files.el (insert-directory): Don't lose original file name,
16205 undoing an undocumented change.
16206
16207 2000-08-17 Alex Schroeder <alex@gnu.org>
16208
16209 * sql.el (sql-magic-go): Use comint-bol.
16210 (sql-copy-column): Use comint-line-beginning-position.
16211 (comint-line-beginning-position): Define a replacement for
16212 comint-line-beginning-position if it is not fboundp.
16213
16214 2000-08-17 Alex Schroeder <alex@gnu.org>
16215
16216 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16217 it didn't have any effect anyway.
16218
16219 2000-08-17 Alex Schroeder <alex@gnu.org>
16220
16221 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16222 --pset and pager=off instead of sending \\o|cat at the beginning
16223 of the session.
16224
16225 2000-08-17 Miles Bader <miles@gnu.org>
16226
16227 * progmodes/octave-inf.el: Add compatibility definition of
16228 comint-line-beginning-position.
16229
16230 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16231
16232 * startup.el (normal-top-level): Look in each dir in load-path for
16233 a leim-list.el file too. This assures of loading leim-list.el
16234 that is created at Emacs installation time even if a user have his
16235 own leim-list.el.
16236
16237 2000-08-17 Miles Bader <miles@gnu.org>
16238
16239 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16240 foreground color to black if the background is dark.
16241
16242 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16243
16244 * loadhist.el (unload-feature): Typo.
16245
16246 * finder.el (finder-compile-keywords):
16247 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16248 to the generated file.
16249
16250 * mail/mh-e.el (mh-make-local-vars):
16251 Replace make-variable-buffer-local with make-local-variable.
16252
16253 * play/landmark.el:
16254 * options.el (Edit-options-{set,toggle,t,nil}):
16255 * mail/mailabbrev.el (mail-abbrevs-mode):
16256 * textmodes/tex-mode.el (tex-expand-files):
16257 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16258
16259 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16260
16261 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16262 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16263 Allow going past the last element.
16264 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16265 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16266 (cvs-mouse-toggle-mark): Don't move point.
16267 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16268
16269 * progmodes/compile.el (grep): Provide a default set of files.
16270 (next-error): Docstring fix.
16271 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16272
16273 * emacs-lisp/easy-mmode.el (define-minor-mode):
16274 Use `symbol-value' to keep the byte-compiler quiet.
16275
16276 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16277 (diff-find-source-location): New fun, extracted from diff-goto-source.
16278 (diff-goto-source): Use it.
16279 (diff-next-complex-hunk, diff-filter-lines): New function.
16280 (diff-apply-hunk): New command.
16281
16282 * smerge-mode.el (smerge-mode-menu): Doc fix.
16283
16284 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16285
16286 2000-08-16 Dave Love <fx@gnu.org>
16287
16288 * windmove.el (windmove) <defgroup>: Add :version.
16289
16290 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16291 (goto-address-fontify-p, goto-address-highlight-p)
16292 (goto-address-url-face, goto-address-url-mouse-face)
16293 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16294 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16295 (goto-address-fontify, goto-address-at-mouse): Simplify,
16296 (goto-address-at-point): browse-url-url-at-point,
16297 goto-address-find-address-at-point can return nil.
16298 (goto-address-find-address-at-point): Return nil on failure.
16299
16300 * align.el (align) <defgroup>: Add :version.
16301
16302 * calculator.el (calculator): Add :version.
16303 (calculator): Use two lines for calculator window if `modeline'
16304 face is boxed.
16305
16306 * play/5x5.el: Doc fixes.
16307 (5x5) <defgroup>: Add :version.
16308
16309 * play/fortune.el (fortune) <defgroup>: Add :version.
16310 (fortune-append): Fix error message.
16311 (fortune-from-region): Doc fix.
16312
16313 * play/pong.el (pong): Doc fix.
16314
16315 * play/morse.el: Keywords, commentary, autoloads.
16316
16317 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16318
16319 * desktop.el (desktop-save): Don't look at symbol-value of a
16320 member of minor-mode-alist, unless it is boundp.
16321
16322 2000-08-16 Sam Steingold <sds@gnu.org>
16323
16324 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16325 `while'; use `with-current-buffer' instead of `save-excursion'.
16326 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16327
16328 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16329
16330 * international/ccl.el (declare-ccl-program): Docstring modified.
16331 (ccl-execute-with-args): Likewise.
16332
16333 2000-08-16 Miles Bader <miles@gnu.org>
16334
16335 * progmodes/sql.el: Add compatibility definition of
16336 comint-line-beginning-position.
16337
16338 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16339
16340 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16341 'buffer-menu' property.
16342 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16343 fails.
16344 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16345 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16346 wasn't killed.
16347
16348 * buff-menu.el (list-buffers-noselect): Don't display the
16349 *Buffer List* buffer.
16350
16351 * font-lock.el: Require jit-lock to prevent a very late
16352 `Loading jit-lock' message.
16353
16354 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16355 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16356 mail address.
16357
16358 2000-08-15 Miles Bader <miles@gnu.org>
16359
16360 * textmodes/ispell.el (ispell-graphic-p): New constant.
16361 (ispell-choices-win-default-height, ispell-help): Use
16362 `ispell-graphic-p' instead of `xemacsp'.
16363
16364 2000-08-15 Dave Love <fx@gnu.org>
16365
16366 * simple.el: Autoload widget-convert when compiling.
16367 (mail-user-agent): Doc fix.
16368
16369 * help.el (function-called-at-point, variable-at-point): Use
16370 with-syntax-table.
16371 (help-manyarg-func-alist): Add insert-and-inherit.
16372
16373 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16374
16375 * delsel.el (delsel-unload-hook): New function.
16376
16377 * find-file.el: Doc fixes. Move provide to end.
16378 (ff) <defgroup>: Add :link.
16379 (ff-goto-click): Deleted.
16380 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16381 Use mouse-set-point.
16382
16383 * textmodes/tildify.el: Doc fixes.
16384 (tildify) <defgroup>: Add:version.
16385
16386 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16387 (glasses-custom-set): Use set-default, not set.
16388 (minor-mode-alist): Propertize the lighter.
16389 (glasses-mode): Provide optional arg.
16390
16391 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16392 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16393 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16394 option. Provide :type.
16395 (cwarn-configuration): Provide :type.
16396 (cwarn-mode): Doc fix.
16397
16398 * add-log.el (change-log-merge): Doc fix.
16399 (change-log-redate): New command.
16400
16401 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16402 Doze and Dog.
16403 (browse-url): Use dolist, not mapcar.
16404 (browse-url-at-point): Check for null url.
16405 (browse-url-event-buffer, browse-url-event-point): Functions
16406 deleted.
16407 (browse-url-at-mouse, browse-url-netscape): Simplify.
16408
16409 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16410 modes.
16411 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16412 Fix previous change to mapcan.
16413 (msb--init-file-alist, msb--add-separators)
16414 (msb--make-keymap-menu): Simplify.
16415 (msb--choose-file-menu): Use copy-sequence.
16416 (msb-mode-map): Add title to keymap.
16417 (msb-unload-hook): New function.
16418
16419 * bs.el: Fix indentation.
16420 (bs) <defgroup>: Add :links.
16421 (bs-show): Doc fix.
16422 (bs-apply-sort-faces): Don't use window-system.
16423 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16424
16425 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16426
16427 * calendar/timeclock.el (timeclock-file): Run .timelog through
16428 convert-standard-filename.
16429
16430 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16431
16432 * emacs-lisp/authors.el: New file.
16433
16434 * paren.el (show-paren-priority): New user option.
16435 (show-paren-function): Set overlay priorities to
16436 show-paren-priority.
16437
16438 2000-08-14 Miles Bader <miles@gnu.org>
16439
16440 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16441 beginning-of-line with inhibit-field-text-motion bound.
16442
16443 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16444
16445 * calendar/timeclock.el: New file.
16446
16447 2000-08-14 David Ponce <david@dponce.com>
16448
16449 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16450 `widget-button-click'. so that one can use left mouse button to
16451 click on dialog buttons.
16452
16453 2000-08-14 Emmanuel Briot <briot@gnat.com>
16454
16455 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16456 identifiers, since XML is case sensitive
16457
16458 2000-08-12 Miles Bader <miles@gnu.org>
16459
16460 * comint.el (comint-output-filter): Don't bother frobbing
16461 window-start, it doesn't seem to be necessary.
16462
16463 * comint.el (comint-send-string, comint-send-region): Make into
16464 real functions. Snapshot the prompt before sending.
16465
16466 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16467
16468 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16469 technique similar to Info-index, instead of relying on specific
16470 names of relevant Index nodes.
16471 (Info-goto-emacs-command-node): Bind Info-history to nil when
16472 going to the first node found by Info-find-emacs-command-nodes.
16473
16474 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16475
16476 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16477
16478 2000-08-10 Miles Bader <miles@gnu.org>
16479
16480 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16481
16482 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16483
16484 * info.el (Info-file-list-for-emacs): More elements for the
16485 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16486 and woman manuals.
16487
16488 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16489
16490 * comint.el (comint-send-input): Make the newline boundary overlay
16491 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16492 (comint-output-filter): Use `insert' instead of
16493 `insert-before-markers'. Extend comint-last-output-overlay when
16494 necessary since we can't rely on insert-before-markers to do it.
16495 * gud.el (gud-filter): Use `with-current-buffer' instead of
16496 save-excursion when inserting the output, so that point gets
16497 updated correctly; the old method relied on a rather dodgy
16498 side-effect of comint-output-filter to avoid the effect of
16499 save-excursion.
16500
16501 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16502
16503 * files.el (recover-file): Call insert-directory instead of
16504 invoking `ls' directly.
16505
16506 2000-08-10 Miles Bader <miles@gnu.org>
16507
16508 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16509 (comint-last-prompt-overlay): New variables.
16510 (comint-output-filter): Implement prompt highlighting.
16511 (comint-snapshot-last-prompt): New function.
16512 (comint-send-input): Snapshot the last prompt.
16513 Use comint-highlight-input-face.
16514 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16515 Use defface instead of defcustom.
16516 (send-invisible, comint-send-eof): Snapshot the last prompt.
16517 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16518 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16519
16520 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16521
16522 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16523 (regexp-opt-group): Use a list of chars for `letters'.
16524 (regexp-opt-charset): `chars' is now a list of chars.
16525 Use a char-table rather than a vector so it works for multibyte chars.
16526
16527 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16528 Set cvs-minor-current-files to the selected fileinfo.
16529 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16530 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16531
16532 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16533
16534 * files.el (insert-directory): Don't call access-file on
16535 directories on DOS and Windows.
16536
16537 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16538
16539 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16540 longer if necessary.
16541 (ccl-embed-code): Call ccl-embed-data to store CODE in
16542 ccl-program-vector.
16543
16544 2000-08-09 Miles Bader <miles@gnu.org>
16545
16546 * comint.el (comint-output-filter): Properly handle the case where
16547 the text surrounded by comint-last-output-overlay was deleted.
16548
16549 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16550
16551 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16552 non-nil.
16553 (Info-file-list-for-emacs): Remove "info" from the list because
16554 that leads to trying to use the documentation from file `info'
16555 in various situations where it isn't appropriate, for instance
16556 C-h C-k C-h i.
16557
16558 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16559 DIR and/or STRING are nil.
16560
16561 * progmodes/compile.el (compilation-setup): Make variable
16562 compilation-error-screen-columns buffer-local, as some comment
16563 in the code suggests it should be.
16564
16565 * files.el (auto-mode-interpreter-regexp): New variable.
16566 (set-auto-mode): Use it.
16567
16568 * indent.el (indent-for-tab-command): Doc fix.
16569
16570 * mouse-sel.el (mouse-sel-mode): Doc fix.
16571
16572 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16573 labels.
16574
16575 * help.el (print-help-return-message): When
16576 display-buffer-reuse-frames is set, let the help window been quit,
16577 instead of deleting it, which might delete a reused frame.
16578
16579 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16580
16581 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16582 rename a directory to a name that differs only by its letter case.
16583
16584 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16585
16586 * international/quail.el (quail-define-rules): Handle Quail decode
16587 map correctly. Add code for supporting annotations.
16588 (quail-install-decode-map): New function.
16589 (quail-defrule-internal): New optional arguments decode-map and
16590 props.
16591 (quail-advice): New function.
16592
16593 2000-08-07 Sam Steingold <sds@gnu.org>
16594
16595 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16596 `defconst', `define-condition', `with-slots'.
16597 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16598
16599 2000-08-03 Miles Bader <miles@gnu.org>
16600
16601 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16602 New variable.
16603 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16604 comint-use-prompt-regexp-instead-of-fields.
16605 (comint-send-input): Add `input' field property to stuff we send to
16606 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16607 (comint-output-filter): Add `output' field property to process
16608 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16609 (comint-replace-by-expanded-history)
16610 (comint-get-old-input-default, comint-show-output)
16611 (comint-backward-matching-input, comint-forward-matching-input)
16612 (comint-next-prompt, comint-previous-prompt): Use field
16613 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16614 (comint-line-beginning-position): New function.
16615 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16616 (comint-replace-by-expanded-history-before-point): Use
16617 comint-line-beginning-position and line-end-position.
16618 (comint-last-output-overlay): New variable.
16619 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16620
16621 * shell.el (shell-prompt-pattern): Doc change.
16622 (shell-backward-command): Use line-beginning-position.
16623
16624 * gud.el (gud-gdb-complete-command): Use
16625 comint-line-beginning-position.
16626
16627 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16628 comint-bol doesn't actually go to the beginning of the line.
16629
16630 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16631 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16632 (try-expand-line-all-buffers): Likewise.
16633
16634 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16635 explicitly matching comint-prompt-regexp.
16636 (sql-copy-column): Use comint-line-beginning-position instead of
16637 explicitly matching comint-prompt-regexp.
16638
16639 * progmodes/octave-inf.el (inferior-octave-complete): Use
16640 comint-line-beginning-position.
16641
16642 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16643
16644 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16645 looking for a prompt, use `forward-line 0' instead of
16646 `beginning-of-line', to avoid getting caught by an input field.
16647
16648 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16649
16650 * files.el (shell-quote-wildcard-pattern): Make sure to return
16651 PATTERN, in the Unix case.
16652
16653 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16654
16655 * play/zone.el (zone): Discard any pending input before running
16656 the randomly-chosen pgm.
16657
16658 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16659
16660 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16661 checking the existence of any multibyte characters.
16662
16663 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16664
16665 * help.el (describe-mode): Test minor-mode symbol for being
16666 bound before testing its value for being nil.
16667
16668 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16669 `first', `second', and `third'.
16670
16671 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16672 (second): Make it an alias for `cadr'.
16673
16674 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16675
16676 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16677 types of display support faces now.
16678
16679 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16680
16681 * pcvs.el (require): Require `cl' during compilation, only.
16682
16683 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16684 (toplevel): Remove `remq' and `remove' from autoloads.
16685 (cl-fake-autoloads): New variable. If set, arrange for an error
16686 when CL functions etc. are autoloaded.
16687
16688 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16689
16690 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16691
16692 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16693 popped up, but the user clicks outside the menu, return an empty
16694 regexp (that causes unhighlight-regexp to have no effect).
16695
16696 * menu-bar.el (menu-bar-games-menu): Add Zone.
16697
16698 * hi-lock.el (toplevel): Require font-lock.
16699
16700 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16701
16702 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16703 (ebnf-8-bit-chars): New var for bug fix.
16704 (ebnf-string): Bug fix.
16705
16706 2000-08-03 Sam Steingold <sds@gnu.org>
16707
16708 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16709 instead of `buffer-string'.
16710 (require 'cl): Always, not just when compiling.
16711 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16712 necessary.
16713
16714 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16715
16716 * international/mule-cmds.el (select-safe-coding-system): Make
16717 the message text about selecting a safe coding system more clear.
16718
16719 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16720
16721 * hi-lock.el: New file.
16722
16723 * play/zone.el: New file.
16724
16725 * replace.el (occur): Set tab-width in the *Occur* buffer to the
16726 value of tab-width in the original buffer. Choose a line number
16727 format that's a multiple of the original buffer's tab width, so
16728 that lines appear right.
16729
16730 * textmodes/ispell.el (ispell): New function, replacing an alias.
16731 Spell-check active region if in transient-mark-mode and mark
16732 is active; otherwise spell-check buffer.
16733
16734 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16735
16736 * ps-mule.el: Fix a customization problem on
16737 ps-mule-font-info-database-default.
16738
16739 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
16740
16741 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
16742 display-mouse-p instead of window-system.
16743 (ebrowse-member-mode-map): Ditto.
16744
16745 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16746
16747 * progmodes/ebnf2ps.el: Update ps-print functions call.
16748 Indentation fix. Doc fix.
16749 (ebnf-version): New version number (3.2).
16750 (ebnf-format-color, ebnf-begin-job): Code fix.
16751
16752 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
16753
16754 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
16755 font lock support on window-system.
16756 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
16757
16758 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
16759 display-color-p, if fboundp, instead of window-system.
16760
16761 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
16762
16763 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
16764 instead of window-system.
16765
16766 * wid-edit.el (widget-choose): Use display-mouse-p instead of
16767 window-system.
16768 (widget-choice-mouse-down-action): Use display-popup-menus-p
16769 instead of window-system.
16770
16771 * strokes.el (strokes-file): Run the file name through
16772 convert-standard-filename.
16773 (strokes-mode): Call display-mouse-p instead of looking at
16774 window-system. Change the error message accordingly.
16775
16776 * progmodes/cpp.el (toplevel): Support faces on tty's.
16777
16778 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
16779 (lm-plot-square, lm-init-display): Don't use window-system.
16780
16781 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
16782 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
16783
16784 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
16785 instead of looking at window-system.
16786
16787 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16788
16789 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
16790 of testing if iswitchb-prepost-hooks is bound, because the
16791 latter will always be true when invoking a recursive minibuffer
16792 from an active Iswitchb buffer.
16793
16794 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
16795
16796 * files.el (shell-quote-wildcard-pattern): New function.
16797 (insert-directory): Call it. Only prepend "\" to command on Unix
16798 and GNU/Linux systems.
16799
16800 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16801
16802 * eshell/esh-groups.el: Change custom :link file names
16803 from `eshell.info' to `eshell'.
16804
16805 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
16806
16807 * dired.el (dired-build-subdir-alist): Expand subdirectory names
16808 correctly in recursive ange-ftp listings.
16809
16810 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16811
16812 * ps-print.el: Fix bug 1: if ps-font-size-internal,
16813 ps-header-font-size-internal and
16814 ps-header-title-font-size-internal variables are not set,
16815 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
16816 face text property is (foreground-color . COLOR) or
16817 `(background-color . COLOR)', ps-print crashes. Doc fix.
16818 (ps-print-version): New version number (5.2.4).
16819 (ps-plot-region): Code fix.
16820 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
16821 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
16822 Bug fix 2.
16823
16824 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
16825
16826 * glasses.el (glasses-make-readable): Fix uncapitalization of
16827 identifiers like `myXMLDocument'.
16828
16829 2000-07-28 Karl Fogel <kfogel@red-bean.com>
16830
16831 * mail/mail-hist.el (mail-hist-previous-input)
16832 (mail-hist-next-input): Do the obvious code factorization.
16833 (mail-hist-retrieve-and-insert): New func, contains common
16834 code of above two.
16835 If inserting a message body, leave point at top.
16836
16837 2000-07-28 Sam Steingold <sds@gnu.org>
16838
16839 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
16840 Use `<=', not `<' to compare times!
16841 (ange-ftp-ls): Remove.
16842
16843 2000-07-27 Gerd Moellmann <gerd@gnu.org>
16844
16845 * play/cookie1.el: Add explanation of how to make cookie.el
16846 compatible with strfile(1) to comment.
16847
16848 * subr.el (remove, remq): New functions.
16849
16850 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
16851 escape `*' in regexps.
16852 (midnight-find): Reverse order of arguments in the funcall of
16853 TEST.
16854
16855 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
16856 and `.class'.
16857
16858 * play/meese.el: Add Commentary section.
16859
16860 2000-07-27 Alex Schroeder <alex@gnu.org>
16861
16862 * sql.el (sql-ms): Added autoload cookie.
16863 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
16864 (sql-oracle): Ditto.
16865 (sql-help): Doc change.
16866
16867 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
16868 types and exceptions.
16869
16870 2000-07-27 Alex Schroeder <alex@gnu.org>
16871
16872 * sql.el (sql-placeholder-history): New variable.
16873 (sql-query-placeholders-and-send): New function that will query
16874 the user and replace placeholders with user input.
16875 (sql-oracle): If running on NT, set comint-input-sender to
16876 sql-query-placeholders-and-send.
16877
16878 (sql-stop): If in the SQLi buffer, insert stop notification, else
16879 present it as a message.
16880
16881 2000-07-27 Alex Schroeder <alex@gnu.org>
16882
16883 * sql.el (sql-input-ring-separator): Doc change.
16884 (sql-input-ring-file-name): Doc change.
16885 (sql-interactive-mode): Use `sql-input-ring-separator' and
16886 `sql-input-ring-file-name' to set the comint-mode equivalents
16887 without making them local variables.
16888 (sql-stop): Don't bind `sql-input-ring-separator' and
16889 `sql-input-ring-file-name' dynamically to their comint-mode
16890 equivalents.
16891
16892 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16893
16894 * international/mule.el (register-char-codings): New function.
16895 (make-coding-system): Handle `safe-chars' specification in the arg
16896 PROPERTY.
16897
16898 * international/mule-cmds.el
16899 (find-coding-systems-region-subset-p): This function deleted.
16900 (sort-coding-systems-predicate): New variable.
16901 (sort-coding-systems): New function.
16902 (find-coding-systems-region): Use
16903 find-coding-systems-region-internal.
16904 (find-coding-systems-string): Use find-coding-systems-region.
16905 (find-coding-systems-for-charsets): Check
16906 char-coding-system-table.
16907 (select-safe-coding-system-accept-default-p): New variable.
16908 (select-safe-coding-system): Mostly rewritten. New argument
16909 ACCEPT-DEFAULT-P.
16910 (select-message-coding-system): Call select-safe-coding-system
16911 with ACCEPT-DEFAULT-P arg.
16912 (reset-language-environment): Reset default-sendmail-coding-system
16913 to the default value iso-latin-1.
16914 (set-language-environment): Don't set the obsolete variable
16915 charset-origin-alist.
16916
16917 * international/codepage.el (cp-coding-system-for-codepage-1):
16918 Give `safe-chars' property to make-coding-system.
16919
16920 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
16921 calling select-message-coding-system twice.
16922
16923 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
16924 instead of `safe-charsets'.
16925 (cyrillic-alternativnyj): Likewise.
16926 (ccl-encode-alternativnyj): Don't check the charset
16927 cyrillic-iso8859-5.
16928
16929 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16930
16931 * composite.el (compose-chars-after): Preserve match data.
16932
16933 2000-07-26 Sam Steingold <sds@gnu.org>
16934
16935 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
16936 (ange-ftp-real-file-newer-than-file-p): New function.
16937 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
16938 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
16939
16940 * tooltip.el (tooltip-float-time): Removed (use `float-time').
16941 * midnight.el (midnight-float-time): Ditto.
16942
16943 2000-07-26 Andreas Schwab <schwab@suse.de>
16944
16945 * files.el (normal-backup-enable-predicate): Correct
16946 interpretation of the return value of compare-strings.
16947
16948 2000-07-26 Gerd Moellmann <gerd@gnu.org>
16949
16950 * isearch.el (isearch-resume): New function.
16951 (isearch-done): Add something to command-history to resume
16952 the search.
16953 (isearch-yank-line, isearch-yank-word): Use
16954 buffer-substring-no-properties instead of buffer-substring.
16955
16956 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
16957 of flyspell-mouse-map.
16958
16959 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
16960 duplicate definition.
16961 (makefile-mode): Remove duplicate setting of local-abbrev-table.
16962
16963 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
16964 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
16965
16966 2000-07-25 Sam Steingold <sds@gnu.org>
16967
16968 * net/ange-ftp.el: Get modtime over the net.
16969 (ange-ftp-file-modtime): New function.
16970 (ange-ftp-write-region, ange-ftp-insert-file-contents)
16971 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
16972 Use it.
16973 (ange-ftp-dot-to-slash): New function.
16974 (ange-ftp-fix-name-for-vms): Use it.
16975
16976 * midnight.el (midnight-buffer-display-time): Use
16977 `with-current-buffer'.
16978
16979 2000-07-25 Gerd Moellmann <gerd@gnu.org>
16980
16981 * find-dired.el: Update copyright notice.
16982 (find-dired): Offer to kill a running `find'.
16983
16984 * enriched.el (enriched-face-ans): For a `foreground-color'
16985 property, return '(("x-color" COLOR))' so that COLOR will be
16986 output as a parameter of the x-color annotation. Likewise for the
16987 `background-color' property. In the case of normal face
16988 properties, don't return annotations for unspecified foreground
16989 and background face attributes.
16990
16991 2000-07-25 Kenichi Handa <handa@etl.go.jp>
16992
16993 * language/japan-util.el (japanese-katakana-region): Fix handling
16994 HANKAKU argument.
16995
16996 2000-07-25 Miles Bader <miles@gnu.org>
16997
16998 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
16999 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
17000 constrain-to-field.
17001
17002 2000-07-24 Andrew Innes <andrewi@gnu.org>
17003
17004 * timer.el (timer-activate-when-idle): Add optional parameter
17005 DONT-WAIT. Update docstring.
17006 (run-with-idle-timer): Specify extra parameter to
17007 timer-activate-when-idle, so that timer will be activated
17008 immediately if Emacs is already idle.
17009
17010 * w32-fns.el (w32-using-nt): Fix docstring.
17011
17012 2000-07-24 Dave Love <fx@gnu.org>
17013
17014 * mouse.el (popup-menu): Set last-command-event.
17015 (mouse-major-mode-menu-prefix): Declare.
17016
17017 2000-07-24 Gerd Moellmann <gerd@gnu.org>
17018
17019 * textmodes/flyspell.el: Update to author's version 1.5d.
17020
17021 * progmodes/hideshow.el: Update copyright notice.
17022
17023 * vcursor.el: Set maintainer to FSF, since author cannot
17024 be reached.
17025
17026 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
17027
17028 * info.el (Info-goto-emacs-key-command-node): Leave a space after
17029 the prompt.
17030
17031 * mouse.el (popup-menu): Run the keymap through indirect-function,
17032 in case it was defined with define-prefix-key. If the menu is a
17033 list of keymaps, look up the binding of user's choice in each one
17034 of the keymaps.
17035 (mouse-popup-menubar): If the global and local menu-bar keymaps
17036 don't have a prompt string, create one and insert it into the
17037 keymap. Don't barf if current-local-map returns nil.
17038
17039 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
17040
17041 * dired.el (dired-sort-R-check): Added to allow recursive listing
17042 to be undone.
17043 (dired-sort-other): Use it.
17044
17045 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17046
17047 * Release of cc-mode 5.27
17048
17049 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17050
17051 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
17052 c-beginning-of-statement-1 that caused a bad case of recursion
17053 which could consume a lot of CPU in large classes in languages
17054 that have in-expression classes (i.e. Java and Pike).
17055
17056 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
17057 statements before top level constructs (i.e. case 6 is moved
17058 before case 5 and is now case 4) to catch in-expression
17059 classes in top level expressions correctly.
17060
17061 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17062
17063 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17064 objc-method-intro. Case 4 removed and case 5I added.
17065
17066 * cc-langs.el (c-append-paragraph-start): New variable used by
17067 c-common-init to get paragraph-start correct.
17068 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17069 initialize paragraph-start to make it correct both with and
17070 without the javadoc special case.
17071
17072 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17073 initialize paragraph-start for javadoc markup.
17074
17075 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17076 change by defaulting this to t. It's motivated by the
17077 confusing behavior that otherwise arise from the style system
17078 when editing both java and non-java files at the same time
17079 (see the comments about style setting in c-common-init).
17080
17081 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17082
17083 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17084 similar to the one in c-fill-paragraph to check the fill
17085 prefix from the adaptive fill function for sanity.
17086
17087 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17088
17089 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17090 defun block.
17091
17092 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17093
17094 * cc-align.el (c-lineup-multi-inher): Handle lines with
17095 leading comma nicely. Extended to handle member initializers
17096 too.
17097
17098 * cc-engine.el: (c-beginning-of-inheritance-list,
17099 c-guess-basic-syntax): Fixed recognition of inheritance lists
17100 when the lines begins with a comma.
17101
17102 * cc-vars.el (c-offsets-alist): Changed default for
17103 member-init-cont to c-lineup-multi-inher since it now handles
17104 member initializers and indents better for leading commas.
17105
17106 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17107
17108 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17109 handling that caused class open lines to be recognized as
17110 statement-conts in some cases.
17111
17112 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17113 guessed by the adaptive fill function unless point is on the
17114 first line of a block comment.
17115
17116 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17117 when the buffer ends with a macro continuation char.
17118
17119 * cc-engine.el (c-guess-basic-syntax): Added support for
17120 function definitions as statements in Pike. The first
17121 statement in a lambda block is now labeled defun-block-intro
17122 instead of statement-block-intro.
17123
17124 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17125 so that the class surrounding point is selected, not the one
17126 innermost in the state.
17127
17128 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17129 recognition of switch labels having hanging multiline
17130 statements.
17131
17132 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17133 some code in c-guess-basic-syntax to a separate function.
17134 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17135 recognition of member inits with multiple line arglists.
17136 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17137 member-init-cont when the commas are in funny places.
17138
17139 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17140
17141 * cc-defs.el (c-auto-newline): Removed this macro since it's
17142 not used anymore.
17143
17144 * cc-engine.el (c-looking-at-bos): New helper function.
17145 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17146 inexpr and toplevel classes apart in Pike.
17147
17148 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17149 of case 9A.
17150
17151 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17152 constant, since "class" can introduce an in-expression class
17153 in Pike nowadays.
17154
17155 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17156
17157 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17158 indentation on cpp-macro lines.
17159
17160 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17161 a syntax modifier like comment-intro, to make it possible to
17162 get syntactic indentation for preprocessor directives. It's
17163 incompatible wrt to lineup functions on cpp-macro, but it has
17164 no observable effect in the 99.9% common case where cpp-macro
17165 is set to -1000.
17166
17167 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17168
17169 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17170 member-init-cont when the preceding arglist is several lines.
17171
17172 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17173
17174 * cc-styles.el (c-style-alist): The basic offset for the BSD
17175 style corrected to 8.
17176
17177 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17178
17179 * cc-styles.el (c-style-alist): Adjusted the indentation of
17180 brace list openers in the gnu style.
17181
17182 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17183
17184 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17185
17186 * cc-cmds.el (c-electric-brace, c-electric-slash,
17187 c-electric-star, c-electric-semi&comma, c-electric-colon,
17188 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17189 when c-syntactic-indentation is nil.
17190
17191 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17192 we were left at comments preceding the first statement when
17193 reaching the beginning of the buffer.
17194
17195 * cc-vars.el (c-syntactic-indentation): New variable to turn
17196 off all syntactic indentation.
17197
17198 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17199
17200 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17201 between the text and the block comment ender when it hangs,
17202 depending on how many there are before the fill.
17203
17204 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17205
17206 * cc-engine.el (c-beginning-of-closest-statement): New helper
17207 function to go back to the closest preceding statement start,
17208 which could be inside a conditional statement.
17209 * cc-engine.el (c-guess-basic-syntax): Use
17210 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17211
17212 * cc-engine.el (c-guess-basic-syntax): Better handling of
17213 arglist-intro, arglist-cont-nonempty and arglist-close when
17214 the arglist is nested inside parens. Cases 7A, 7C and 7F
17215 changed.
17216
17217 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17218 up-to-date with javadoc 1.2.
17219
17220 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17221
17222 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17223 multiline Pike type decls.
17224
17225 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17226
17227 * cc-cmds.el (c-indent-new-comment-line): Always break
17228 multiline comments in multiline mode, regardless of
17229 comment-multi-line.
17230
17231 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17232
17233 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17234 fully::qualified::names in C++ member init lists. Preamble in
17235 case 5D changed.
17236
17237 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17238
17239 * cc-langs.el (c-common-init): Handling of obsolete variables
17240 moved to c-initialize-cc-mode. More compatible style override
17241 when using global style variables.
17242 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17243 variables moved here.
17244
17245 * cc-styles.el (c-make-styles-buffer-local): Flag style
17246 variable localness in c-style-variables-are-local-p to make
17247 the compatibility measure in c-common-init work well.
17248
17249 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17250 longer contain set-from-style.
17251 * cc-styles.el (c-initialize-builtin-style): Don't check for
17252 set-from-style on c-special-indent-hook.
17253 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17254 copy-alist is sufficient now.
17255
17256 * cc-styles.el (c-set-style, c-set-style-1,
17257 c-get-style-variables): Fixes to variable initialization so
17258 that duplicate entries in styles have the same effect
17259 regardless of DONT-OVERRIDE.
17260
17261 * cc-styles.el (c-set-style-2): Fixed bug where the
17262 initialization of inheriting styles failed when the
17263 dont-override flag is set.
17264
17265 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17266 on this.
17267
17268 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17269
17270 * cc-defs.el (c-forward-comment): Removed the workaround
17271 introduced in 5.38 since it had worse side-effects. If a line
17272 contains the string "//\"", it regarded the // as a comment
17273 start since the \ temporarily doesn't have escape syntax.
17274
17275 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17276
17277 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17278 ada-xref.el before ada-prj.el, so that the Project menu is created
17279 when ada-prj tries to add to it.
17280 (ada-activate-keys-for-case): Suppress the characters that are not
17281 part of the Ada syntax. Better compatibility with else-mode
17282 (ada-adjust-case-interactive): When auto-casing is not active,
17283 correctly insert newlines (used to insert only ^M). Prevent the
17284 syntax table from being changed in case of an error
17285 (or '_' becomes part of a word and some commands are confused).
17286 Do nothing if ada-auto-case is nil.
17287 (ada-after-keyword-p): Ignore keywords that are also attributes
17288 (ada-batch-reformat): Update usage comment
17289 (ada-call-from-contextual-menu): New function
17290 (ada-case-read-exceptions): Reinitialize the casing exception list
17291 first to nil first, so that the casing exception file can be
17292 shared.
17293 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17294 files.
17295 (ada-compile-goto-error): Fix regexp used to detect a file:line
17296 anywhere in the error message
17297 (ada-contextual-menu-last-point): New variable
17298 (ada-create-keymap): If the variable delete-key-deletes-forward is
17299 t on XEmacs, it means that DEL should delete one character
17300 forward.
17301 (ada-create-menu): Use :included instead of :visible for XEmacs.
17302 New submenu "Options".
17303 (ada-end-stmt-re): Correctly indent "select ... then abort"
17304 statements.
17305 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17306 even if they don't match ada-fill-comment-prefix Fix handling of
17307 paragraphs on the first or last line of a file.
17308 (ada-format-paramlist): Fix handling of default parameter values.
17309 (ada-get-body-name): New function.
17310 (ada-get-current-indent): Optimized by searchling directly for an
17311 existing generic part or a statement outside of it. Handle
17312 ada-indent-align-comments when indenting comments Replaced some
17313 regexps by testing directly the next character. This results in a
17314 huge speedup on some files. New indentation scheme for renames
17315 statements. Stop looking for the 'while' or 'for' associated with
17316 a 'loop' at the first semicolon encountered. A "return" can also
17317 match an anonymous access subprogram declaration.
17318 (ada-get-indent-noindent): Ignore strings and comments when
17319 looking for the keywords "record" and "private".
17320 (ada-goto-matching-decl-start): When matching "if", make sure we
17321 are not in fact seeing "end if". Ignore "when" statements except
17322 when initial keyword was "begin". Fix handling of nested
17323 procedures. Add a recursive call to this function to skip over
17324 other 'end' statmts. Fix indentation for "when .. => begin"
17325 (ada-in-open-paren-p): Fix indentation for complex boolean
17326 expressions, where 'and then', 'or else' and parenthesis
17327 statements are mixed up.
17328 (ada-in-paramlist-p): Skip comments while searching for the
17329 beginning Fix handling of operator declarations.
17330 (ada-indent-align-comments): New variable
17331 (ada-indent-current): Change the syntax table only in the
17332 protected section, so that we are sure it is restored correctly.
17333 (ada-indent-on-previous-lines): Use ada-use-indent and
17334 ada-with-indent Correctly indent "select ... then"
17335 (ada-indent-region): Slight speedup.
17336 (ada-indent-renames): New variable.
17337 (ada-last-which-function-subprog, ada-last-which-function-line):
17338 New variables
17339 (ada-looking-at-semi-private): Correctly indent the 'private'
17340 keyword when it is the first word in a package declaration.
17341 (ada-loose-case-word): Stop searching if at the end of the buffer.
17342 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17343 even if point is not initially at the end of the word.
17344 (ada-matching-decl-start-re): Add "when".
17345 (ada-mode): Add support for abbrev-mode, outline-mode and
17346 which-func-mode Override the old find-file.el entry in
17347 ff-special-constructs since it is using the obsolete
17348 ada-spec-suffix variable
17349 (ada-no-auto-case): New function
17350 (ada-scan-paramlist): When parsing the argument type, accept
17351 spaces (as in "X 'Class", generated by Rational Rose).
17352 (ada-other-file-name): No longer loads the other file.
17353 (ada-popup-menu): Save and restore the current buffer and cursor
17354 position before and after displaying the menu.
17355 (ada-search-ignore-complex-boolean): New function.
17356 (ada-uncomment-region): Emacs21 already knows how to delete
17357 comments not starting in the first column.
17358 (ada-use-indent): New variable
17359 (ada-which-function): New function.
17360 (ada-with-indent): New variable
17361 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17362 can be batch-compiled from the command line.
17363
17364 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17365 Add to the menu when the file is loaded, not in ada-mode-hook.
17366 Add -toolbar to the default ddd command Switches moved from
17367 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17368 ada-prj-default-comp-opt
17369 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17370 Reference Manual to the menu
17371 (ada-check-current): rewritten as a call to ada-compile-current
17372 (ada-compile): Removed.
17373 (ada-compile-application, ada-compile-current, ada-check-current):
17374 Set the compilation-search-path so that compile.el automatically
17375 finds the sources in src_dir. Automatic scrollong of the
17376 compilation buffer. C-uC-cC-c asks for confirmation before
17377 compiling
17378 (ada-compile-current): New parameter, prj-field
17379 (ada-complete-identifier): Load the .ali file before doing
17380 processing
17381 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17382 conform to gnatmake's behavior.
17383 (ada-find-file-in-dir): New function
17384 (ada-find-references): Set the environment variables for gnatfind
17385 (ada-find-src-file-in-dir): New function.
17386 (ada-first-non-nil): Removed
17387 (ada-gdb-application): Add support for jdb, the java debugger.
17388 (ada-get-ada-file-name): Load the original-file first if not done
17389 yet.
17390 (ada-get-all-references): Handles the new ali syntax (parent types
17391 are found between <>).
17392 (ada-initialize-runtime-library): New function
17393 (ada-mode-hook): Always load a project file when a file is opened,
17394 so that the casing exceptions are correctly read.
17395 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17396 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17397 to open the project file, since the latter does not work with
17398 speedbar Get default values before loading the prj file, or the
17399 default executable file name is wrong. Use the absolute value of
17400 src_dir to initialize ada-search-directories and
17401 compilation-search-path,... Add the standard runtime library to
17402 the search path for find-file.
17403 (ada-prj-default-debugger): Was missing an opening '{'
17404 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17405 variables.
17406 (ada-prj-default-gnatmake-opt): New variable
17407 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17408 buffers, the project file is the default one Save the windows
17409 configuration before displaying the menu.
17410 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17411 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17412 ...) regexp-quote identifiers names to support operators +,
17413 -,... in regexps.
17414 (ada-remote): New function.
17415 (ada-run-application): Erase the output buffer before starting the
17416 run Support remote execution of the application. Use
17417 call-process, or the arguments are incorrectly parsed
17418 (ada-set-default-project-file): Reread the content of the active
17419 project file, not the one from the current buffer When a project
17420 file is set as the default project, all directories are
17421 automatically associated with it.
17422 (ada-set-environment): New function
17423 (ada-treat-cmd-string): New special variable ${current}
17424 (ada-treat-cmd-string): Revised. The substitution is now done for
17425 any ${...} substring
17426 (ada-xref-current): If no body was found, compiles the spec
17427 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17428 compiler to get rid of command line length limitations.
17429 (ada-xref-get-project-field): New function
17430 (ada-xref-project-files): New variable
17431 (ada-xref-runtime-library-specs-path)
17432 (ada-xref-runtime-library-ali-path): New variables
17433 (ada-xref-set-default-prj-values): Default run command now does a
17434 cd to the build directory. New field: main_unit Provide a default
17435 file name even if the current buffer has no prj file.
17436
17437 * ada-prj.el:
17438 Rewritten to show a tabbed-dialog.
17439 (ada-prj-add-ada-menu): Remove the map and name parameters.
17440 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17441 New function
17442 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17443 (ada-prj-load-from-file): New function
17444 (ada-prj-save): Always save fields that depend on the current buffer
17445 (ada-prj-show-value): New function
17446
17447 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17448 Ada mode. This will allow us to display the Ada menu in any buffer
17449 we want (for project items).
17450 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17451 number of spaces in the header.
17452
17453 2000-07-24 Dave Love <fx@gnu.org>
17454
17455 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17456
17457 2000-07-23 Noah Friedman <friedman@splode.com>
17458
17459 * type-break.el (type-break): perform autosave.
17460 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17461 (type-break-do-query): Cancel query schedule while performing
17462 actual query, to avoid possibility of a second query being made
17463 while first one is already in progress.
17464 (type-break-time-stamp-format): New variable.
17465 (type-break-time-stamp): New function.
17466 (type-break-time-warning): Use it.
17467 (type-break-keystroke-warning): Use it.
17468 (type-break-noninteractive-query): Use it.
17469
17470 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17471 cookie.
17472 Use add-minor-mode to set minor-mode-alist, if available.
17473 (eldoc-echo-area-use-multiline-p): New user option.
17474 (eldoc-echo-area-multiline-supported-p): New variable.
17475 (eldoc-docstring-format-sym-doc): Use them.
17476 (eldoc-mode): If not using idle timers, append to local post and
17477 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17478 (eldoc-display-message-no-interference-p): Don't interfere with
17479 edebug.
17480 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17481 (eldoc-function-arglist): New function.
17482 (eldoc-function-argstring): Use it.
17483
17484 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17485 auto save directory exists before calling directory-files.
17486
17487 2000-07-23 Dave Love <fx@gnu.org>
17488
17489 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17490 ^o, ^u.
17491
17492 2000-07-21 Dave Love <fx@gnu.org>
17493
17494 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17495 now passed to the function. It now works properly.
17496
17497 * smerge-mode.el (smerge-mode-menu): Fill it out.
17498
17499 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17500
17501 * info-look.el (info-lookup): If *info* is shown in another frame
17502 on the same display, select that frame, instead of switching to
17503 the Info buffer in another window of the selected frame.
17504
17505 * simple.el (universal-argument-map): Bind numeric keypad keys
17506 kp-0 to kp-9 and kp-subtract.
17507 (digit-argument): Handle these keys.
17508
17509 2000-07-20 Dave Love <fx@gnu.org>
17510
17511 * net/goto-addr.el (goto-address-fontify): Don't bother with
17512 buffer-modified and read-only stuff -- irrelevant with overlays.
17513 Put an extra property on the overlays and use it to clean up in
17514 case goto-address is re-run.
17515
17516 2000-07-19 Richard M. Stallman <rms@gnu.org>
17517
17518 * timer.el (run-with-idle-timer): Doc fix.
17519
17520 * mail/mail-utils.el (mail-strip-quoted-names):
17521 Handle case where <...> appears inside "...".
17522 Use replace-match to edit the string more simply.
17523 (rmail-dont-reply-to): Cope with an unmatched ".
17524
17525 2000-07-19 Dave Love <fx@gnu.org>
17526
17527 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17528 implementation.
17529
17530 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17531 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17532 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17533
17534 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17535
17536 * textmodes/refer.el: Correct maintainer's email address.
17537
17538 * progmodes/hideif.el: Correct author's email address.
17539 Fix typo in comment.
17540
17541 * xml.el: New file.
17542
17543 * mail/mailheader.el: Correct author's mail address.
17544
17545 * gnus/parse-time.el: Correct author's mail address.
17546
17547 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17548
17549 * comint.el (comint-highlight-input, comint-highlight-face):
17550 New user options.
17551 (comint-input-ring-file-name): Change custom type.
17552 (comint-mode-map): Bind mouse-2.
17553 (comint-insert-clicked-input): New function.
17554 (comint-send-input): Handle input highlighting.
17555
17556 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17557
17558 * mouse.el (popup-menu): New function.
17559 (mouse-major-mode-menu): Use it.
17560
17561 2000-07-18 Dave Love <fx@gnu.org>
17562
17563 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17564 improvements.
17565
17566 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17567
17568 * faces.el (face-font-selection-order)
17569 (face-font-family-alternatives): Add custom type.
17570
17571 2000-07-18 Dave Love <fx@gnu.org>
17572
17573 * cus-edit.el (custom-variable-reset-saved)
17574 (custom-variable-reset-standard): Remove unused bindings.
17575
17576 * rect.el (open-rectangle-line): Remove unused let.
17577
17578 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17579
17580 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17581
17582 * cdl.el: Fix `Maintainer' keyword.
17583
17584 * play/pong.el: Add author's email address.
17585
17586 2000-07-17 Sam Steingold <sds@gnu.org>
17587
17588 * files.el (insert-directory): Call `split-string' instead of
17589 re-implementing it.
17590
17591 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17592
17593 * mail/vms-pmail.el: Change maintainer to FSF.
17594
17595 * net/goto-addr.el: Change maintainer to FSF.
17596
17597 * info.el (Info-title-face-alist): Removed.
17598
17599 2000-07-18 David Ponce <david@dponce.com>
17600
17601 * recentf.el (recentf-open-files): New command that works like
17602 `recentf-open-more-files', but shows the whole list of files (not just
17603 those omitted from the menu). Useful if you don't use a menu-bar!
17604 (recentf-open-more-files) Modified to use `recentf-open-files'.
17605
17606 (recentf-open-files, recentf-open-more-files)
17607 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17608
17609 (recentf-dialog-mode): New mode for dialogs. You can now just type
17610 "q" to cancel the dialogs.
17611
17612 2000-07-18 David Ponce <david@dponce.com>
17613
17614 * recentf.el: This is a major update of recentf.el. It adds new
17615 features to better organize the recentf menu and "More..." buffer.
17616
17617 Using new provided menu filtering functions you can now organize the
17618 recent files list:
17619
17620 - by major modes
17621 - by directories
17622 - by user defined rules
17623
17624 Finally, with the new `recentf-filter-changer' customizable filter you
17625 can define a ring of filters and dynamically (via the menu) cycle on
17626 each menu organization in the ring (a la msb).
17627
17628 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17629
17630 * eshell/eshell.el (eshell): Replace links to eshell.info with
17631 links to eshell, to avoid problems on systems where the manual is
17632 installed as `eshell'.
17633 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17634 * eshell/em-smart.el (eshell-smart): Ditto.
17635 * eshell/em-banner.el (eshell-banner): Ditto.
17636 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17637
17638 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17639 same-file check in the MS-DOS version (it does support inodes).
17640
17641 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17642
17643 * eshell/eshell.el (eshell-directory-name):
17644 Run default directory name through convert-standard-filename.
17645
17646 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17647
17648 * international/mule-cmds.el (select-safe-coding-system):
17649 Fix typo in the comment.
17650
17651 * language/european.el (compound-text):
17652 Force katakana-jisx0201 to be designated to G1.
17653
17654 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17655 Don't translate some national variant characters of latin-jisx0201.
17656 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17657
17658 * international/kkc.el (kkc-after-update-conversion-functions):
17659 New variable.
17660 (kkc-update-conversion): Run functions in it at the tail.
17661
17662 2000-07-16 John Wiegley <johnw@gnu.org>
17663
17664 * lisp/align.el (align-newline-and-indent):
17665 Adding new function. for auto-aligning blocks of code on RET.
17666 (align-region): Fixed badly formatted minibuffer message.
17667
17668 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17669
17670 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17671 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17672 the conversion list at first if appropriate.
17673 (kkc-next): Don't update kkc-next-count here.
17674 (kkc-prev): Don't update kkc-prev-count here.
17675 (kkc-show-conversion-list-update): Fix setting up of conversion
17676 list message.
17677
17678 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17679
17680 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17681
17682 2000-07-16 Dave Love <fx@gnu.org>
17683
17684 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17685 function to be more specific.
17686
17687 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17688 non-string help-echo.
17689 (widget-types-convert-widget): Defsubst it.
17690 (widget-echo-help): Try to cope with a help-echo function of two
17691 possible sorts.
17692
17693 2000-07-15 Jason Rumney <jasonr@gnu.org>
17694
17695 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17696 Declare as obsolete.
17697
17698 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17699
17700 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17701
17702 * hilit-chg.el: Fix typo.
17703
17704 2000-07-14 Dave Love <fx@gnu.org>
17705
17706 * info.el (Info-mode-menu): Fix use of :help, :enable.
17707
17708 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17709
17710 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17711
17712 2000-07-13 Dave Love <fx@gnu.org>
17713
17714 * emacs-lisp/easymenu.el: Doc fixes.
17715 (easy-menu-remove): Defalias to ignore.
17716
17717 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17718 Call throw correctly.
17719
17720 2000-07-13 Gerd Moellmann <gerd@gnu.org>
17721
17722 * faces.el (frame-background-mode): Doc fix.
17723
17724 * simple.el (eval-expression-print-length): Change custom type to
17725 allow entering nil as value.
17726
17727 2000-07-13 Dave Love <fx@gnu.org>
17728
17729 * progmodes/fortran.el (fortran-imenu-generic-expression):
17730 Change definition layout.
17731 (fortran-mode-menu): Reinstate customize entries.
17732
17733 * cus-edit.el (custom-group-menu-create, customize-menu-create):
17734 Use :filter, per old XEmacs code.
17735
17736 2000-07-12 Gerd Moellmann <gerd@gnu.org>
17737
17738 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
17739 event when deciding what to send to the terminal.
17740
17741 2000-07-12 Dave Love <fx@gnu.org>
17742
17743 * cus-start.el: Add optional version as 4th element of specs and
17744 use it for several things new in v21. Remove load-path. Fix type
17745 of line-number-display-limit.
17746
17747 2000-07-11 Dave Love <fx@gnu.org>
17748
17749 * progmodes/fortran.el: Don't require easymenu.
17750 Use repeat counts in various regexps.
17751 (fortran-mode-syntax-table): Defvar directly.
17752 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
17753 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
17754 Use defvar, not defconst.
17755 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
17756 (fortran-mode): Set fortran-comment-line-start-skip,
17757 fortran-comment-line-start-skip, dabbrev-case-fold-search.
17758 (fortran-comment-indent): Use defsubst.
17759 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
17760 Use fortran-comment-indent, not fortran-comment-indent-function.
17761 (fortran-comment-region, fortran-electric-line-number): Simplify.
17762 (fortran-auto-fill): New function.
17763 (fortran-do-auto-fill): Deleted.
17764 (fortran-find-comment-start-skip):
17765 Check for non-null comment-start-skip.
17766 (fortran-auto-fill-mode, fortran-fill-statement):
17767 Use fortran-auto-fill.
17768 (fortran-fill): Use fortran-auto-fill. Check for null
17769 comment-start-skip. Simplify final clause and use end-of-line finally.
17770
17771 * widget.el (widget-plist-member): New alias.
17772
17773 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
17774
17775 * eshell/esh-module.el (toplevel): Reference
17776 byte-compile-current-file only if it is bound.
17777
17778 2000-07-10 Gerd Moellmann <gerd@gnu.org>
17779
17780 * dired.el: Don't require `dired-aux'.
17781
17782 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
17783
17784 * dired-aux.el (dired-show-file-type): New function.
17785 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
17786 (dired-show-file-type): Add autoload.
17787
17788 2000-07-10 Kenichi Handa <handa@etl.go.jp>
17789
17790 * international/mule-diag.el (describe-font): Adjusted for the
17791 change of fontset-info.
17792 (print-fontset): Likewise.
17793
17794 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
17795
17796 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
17797
17798 2000-07-07 Gerd Moellmann <gerd@gnu.org>
17799
17800 * bindings.el: Bind `[delete]' to delete-char.
17801
17802 * dired.el (dired-find-alternate-file): New function.
17803 (dired-mode-map): Bind `a' to dired-find-alternate-file.
17804 (toplevel): Require dired-aux when compiling.
17805 (dired-buffers): Move defvar within file to avoid compiler warning.
17806
17807 * info.el (Info-last-search): Variable removed.
17808 (Info-search-history): New variable.
17809 (Info-search): New Info-search-history.
17810
17811 * battery.el, info-look.el: Change author's mail address.
17812
17813 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
17814
17815 * mail/rmail.el (rmail-clear-headers): Don't throw an error
17816 if rmail-ignored-headers is nil.
17817 (rmail-retry-failure): Bind rmail-ignored-headers and
17818 rmail-displayed-headers to nil.
17819
17820 2000-07-06 Gerd Moellmann <gerd@gnu.org>
17821
17822 * lpr.el (lpr-page-header-switches): Add `-h' switch.
17823 (print-region-1): Don't hard code `-h' here.
17824
17825 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
17826
17827 2000-07-01 Francesco Potorti` <pot@gnu.org>
17828
17829 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
17830 exim can use "your message" instead of "the message".
17831
17832 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
17833
17834 * facemenu.el: Docstrings fixes.
17835 (facemenu-get-face): Don't use internal-find-face.
17836 (facemenu-iterate): Rename arg to match the docstring.
17837
17838 * newcomment.el (uncomment-region): Be more careful when skipping
17839 backwards over `=' not to bump into BOBP.
17840
17841 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
17842
17843 * ediff-diff.el (ediff-wordify): Use syntax table.
17844 * ediff-init.el (ediff-has-face-support-p): Use
17845 ediff-color-display-p.
17846 (ediff-color-display-p): Use display-color-p, changed to defun
17847 from defsubst.
17848 Got rid of special cases for NeXT and OS/2.
17849 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
17850 face.
17851
17852 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17853
17854 * emacs-lisp/lucid.el: Require CL.
17855 (copy-tree, remprop): Remove, it's provided by CL.
17856 (map-keymap): Define in terms of cl-map-keymap.
17857 (extent-property, set-extent-end-glyph): New functions.
17858
17859 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
17860
17861 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17862
17863 * Makefile.in (DONTCOMPILE): Add comment that the name may
17864 not be changed without changing the make-dist script.
17865
17866 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
17867 (cl-mapc): Use mapc instead of cl-old-mapc.
17868
17869 2000-07-05 Andrew Innes <andrewi@gnu.org>
17870
17871 * makefile.nt: Add support for `bootstrap' and related targets.
17872
17873 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17874
17875 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
17876 (easy-menu-do-define): Use `menu-item' format.
17877 Handle case where easy-menu-create-menu returns a symbol.
17878 Manually call the potential top-level filter in the function binding.
17879 (easy-menu-filter-return): New arg NAME.
17880 Convert to a keymap if MENU is an XEmacs menu.
17881 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
17882 (easy-menu-converted-items-table, easy-menu-convert-item):
17883 New var and fun to memoize easy-menu-convert-item-1.
17884 (easy-menu-do-add-item): Use it.
17885 (easy-menu-create-menu): Use easy-menu-convert-item.
17886 Wrap easy-menu-filter-return around any :filter specification.
17887 Don't convert the menu if a filter was specified.
17888 Tell easy-menu-make-symbol not to check for MENU being an expression.
17889 (easy-menu-make-symbol): New arg NOEXP.
17890
17891 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17892
17893 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
17894 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
17895 (eval-defun): If called with prefix arg, instrument code for
17896 Edebug.
17897
17898 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
17899 similar to that of eval-defun.
17900
17901 2000-07-04 Dave Love <fx@gnu.org>
17902
17903 * hl-line.el (hl-line-overlay): Make it permanent-local.
17904
17905 * calendar/todo-mode.el: Replaced with a working version, based on
17906 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
17907
17908 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
17909
17910 * paths.el (prune-directory-list): New function.
17911 (Info-default-directory-list): Rewritten to more methodically
17912 enumerate a big list of possible info directories (based on the
17913 list used by the standalone info reader).
17914
17915 * info.el (info-initialize): Use prune-directory-list to remove
17916 non-existent directories from Info-directory-list.
17917
17918 * paths.el (Info-default-directory-list): Try a list of possible
17919 info-directories instead of a single one. Add the possible
17920 info directory "/usr/share/info".
17921
17922 * woman.el (woman-man.conf-path): Explicitly include the debian
17923 man-db config file "/etc/manpath.config".
17924 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
17925 are present in `manpath.config'.
17926 (woman-manpath): Include "/usr/share/man".
17927
17928 2000-07-03 Gerd Moellmann <gerd@gnu.org>
17929
17930 * frame.el (blink-cursor-mode): Don't hide cursor initially.
17931
17932 * startup.el (command-line): Initialize blink-cursor based
17933 on window-system.
17934
17935 * frame.el (blink-cursor): Default to nil if not running under
17936 a window-system.
17937
17938 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
17939 (face-x-resources): Remove duplicate entry for :font.
17940
17941 * textmodes/refer.el (refer-find-entry-internal): Use some-window
17942 instead of cycling through windows with next-window.
17943
17944 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
17945 of cycling through windows with next-window.
17946
17947 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
17948 of cycling through windows with next-window.
17949
17950 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
17951 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
17952 instead of cycling through windows with next-window.
17953
17954 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
17955 instead of cycling through windows with next-window.
17956
17957 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
17958 of cycling through windows with next-window.
17959
17960 * terminal.el (te-process-output): Use walk-windows instead of
17961 cycling through windows with next-window.
17962
17963 * server.el (server-switch-buffer): Use some-window instead of
17964 cycling through windows with next-window.
17965
17966 * window.el (some-window): New function.
17967 (walk-windows): Remove reference to walk-windows-start.
17968
17969 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
17970
17971 2000-07-03 Richard Stallman <rms@gnu.org>
17972
17973 * window.el (walk-windows): Guarantee termination by keeping a list
17974 of all the windows already handled.
17975
17976 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17977
17978 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
17979 window-system.
17980
17981 * man.el (Man-notify-when-ready): Don't use window-system. If
17982 Man-notify-method is newframe, and the display is not
17983 multi-frame, select the frame created for the man page.
17984 (Man-init-defvars): Doc fix.
17985
17986 2000-06-28 Gerd Moellmann <gerd@gnu.org>
17987
17988 * faces.el (region): Change background color for light background.
17989
17990 * ediff-wind.el (ediff-setup-control-frame): Remove :box
17991 attribute from mode-line face of Ediff control frame.
17992
17993 * replace.el (query-replace-map): Bind `e' like `E'.
17994
17995 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17996
17997 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
17998 Change name to "Select All".
17999
18000 * dos-fns.el (convert-standard-filename): Fix last change.
18001
18002 2000-06-27 Gerd Moellmann <gerd@gnu.org>
18003
18004 * help.el (describe-variable): Don't insert a second `'s' in front
18005 of the string `value is shown below'. Since the syntax-table is
18006 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
18007 an existing `'s', so that this won't be deleted.
18008
18009 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
18010 * pcmpl-unix.el: New files.
18011
18012 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
18013
18014 * wid-edit.el (widget-member): Use the new plist-member.
18015
18016 2000-06-26 Gerd Moellmann <gerd@gnu.org>
18017
18018 * replace.el (perform-replace): Undo change of 2000-04-04.
18019 Instead, move backward 1 character at the end of the loop when
18020 necessary.
18021
18022 * faces.el (fringe): Change face for different backgrounds.
18023
18024 * eshell/esh-module.el (toplevel): Load defgroup's differently;
18025 patch from John.
18026
18027 * eshell/*.el: Change spelling of the Free Software Foundation.
18028
18029 * eshell/esh-toggle.el: Removed.
18030
18031 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
18032
18033 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
18034 interactively.
18035
18036 2000-06-26 Alex Schroeder <alex@gnu.org>
18037
18038 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
18039 `define-key'; instead of checking `(emacs-version)' check for
18040 `set-keymap-parent' and `set-keymap-name' directly. Add entries
18041 for `;' and `o' which might be electric.
18042
18043 (sql-electric-stuff): New user option.
18044 (sql-magic-go): New function which uses `sql-electric-stuff'.
18045 (sql-magic-semicolon): New function which uses
18046 `sql-electric-stuff'.
18047
18048 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
18049 is not fboundp.
18050
18051 (sql-oracle-options): New variable.
18052 (sql-oracle): Use it.
18053
18054 (sql-imenu-generic-expression): Doc change.
18055 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
18056 is used.
18057
18058 (sql-informix): Added command line parameter "-" to force
18059 sql-informix-program to use stdout.
18060
18061 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18062
18063 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18064 (cp864-decode-table): Doc fix.
18065 (cp720-decode-table): New variable, supports the Arabic OEM
18066 codepage used by Windows.
18067 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18068
18069 2000-06-23 Dave Love <fx@gnu.org>
18070
18071 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18072 (font-lock-fontify-anchored-keywords): Use
18073 line-beginning-position.
18074 (global-font-lock-mode): Use mapc.
18075
18076 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18077
18078 * eshell/esh-module.el: Require CL when compiling.
18079
18080 2000-06-23 Gerd Moellmann <gerd@gnu.org>
18081
18082 * comint.el (comint-substitute-in-file-name): Call replace-match
18083 with second and third arg t.
18084
18085 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18086 Specify foreground color.
18087
18088 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18089 color.
18090
18091 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18092
18093 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18094 cddr instead of cdddr.
18095
18096 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18097 instead of copy-list.
18098
18099 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18100 of copy-list.
18101
18102 * subdirs.el: Add eshell subdirectory.
18103
18104 * eshell: New subdirectory containing the Eshell package.
18105
18106 * pcomplete.el: New file.
18107
18108 2000-06-23 Paul Eggert <eggert@twinsun.com>
18109
18110 * mail/mailpost.el (post-mail-send-it): Make sure file has
18111 proper permissions from birth.
18112
18113 * files.el (basic-save-buffer-2): When temporarily setting
18114 file modes, set them to current modes plus 0200, not to 0777.
18115
18116 * emerge.el (emerge-make-temp-file): Make sure file has proper
18117 permissions from birth.
18118
18119 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18120
18121 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18122 backup file name through convert-standard-filename.
18123
18124 * dos-fns.el (convert-standard-filename): Convert leading
18125 directories as well. When long file names are supported, convert
18126 characters that are invalid in Windows file names.
18127
18128 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18129
18130 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18131 ps-print crashes. New feature: page selection for printing. Create
18132 raw-text-unix coding system for XEmacs. Doc fix.
18133 (ps-print-version): New version number (5.2.3).
18134 (ps-plot-region): Bug fix.
18135 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18136 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18137 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18138 funs.
18139 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18140 (ps-last-page): New vars.
18141
18142 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18143
18144 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18145 empty option string.
18146
18147 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18148
18149 * man.el (man): Doc fix.
18150
18151 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18152
18153 * international/mule-cmds.el (set-language-info-alist): Docstring
18154 fixed.
18155
18156 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18157
18158 * version.el (emacs-version): Use ISO date format.
18159
18160 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18161 instead of `M-backspace'.
18162
18163 * simple.el (turn-off-auto-fill): New function.
18164
18165 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18166
18167 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18168 Renamed from with-buffer-prepared-for-font-lock and use
18169 inhibit-modification-hooks rather than setting *-change-functions.
18170 Update all functions to use the new name.
18171 (jit-lock-first-unfontify-pos): New semantics (and doc).
18172 (jit-lock-mode): Make non-interactive.
18173 Don't automatically turn on font-lock.
18174 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18175 Always use jit-lock-after-change.
18176 Remove and restore font-lock-after-change-function.
18177 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18178 (jit-lock-after-unfontify-buffer): Remove.
18179 (jit-lock-stealth-fontify):
18180 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18181 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18182
18183 2000-06-20 Sam Steingold <sds@gnu.org>
18184
18185 * emacs-lisp/cl-indent.el (toplevel): Indent
18186 `print-unreadable-object' properly. Untabify.
18187
18188 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18189
18190 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18191 Support for bibentry.
18192 (reftex-compile-variables): Fixed problem with end of section-re.
18193
18194 * texmodes/reftex-dcr.el (reftex-view-crossref,
18195 reftex-view-crossref-from-bibtex):
18196 Deal with changed `reftex-find-citation-regexp-format'.
18197 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18198 Replaced `remprop' with `put'.
18199 (reftex-view-crossref, reftex-view-crossref-when-idle):
18200 Support for bibentry.
18201
18202 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18203 New entry for bibentry package.
18204
18205 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18206 Regexp also matches "\nobibliography".
18207
18208 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18209 Call `reftex-ensure-write-access' before doing anything.
18210 (reftex-ensure-write-access): New function.
18211
18212 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18213
18214 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18215
18216 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18217
18218 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18219
18220 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18221
18222
18223 2000-06-20 Dave Love <fx@gnu.org>
18224
18225 * faces.el (frame-background-mode): Use set-default, not set, in
18226 setter.
18227 (frame-update-faces, frame-update-face-colors): Define with
18228 defalias.
18229
18230 * enriched.el (enriched-decode-foreground)
18231 (enriched-decode-background): Don't use internal-find-face.
18232
18233 * apropos.el: Doc fixes.
18234
18235 * cus-edit.el (customize-changed-options): Check arg.
18236 (customize-version-lessp): Don't require decimal point.
18237
18238 * custom.el (defcustom, defgroup): Doc fix.
18239
18240 * newcomment.el (comment) <defgroup>: Add :version.
18241 (comment-multi-line): Doc fix.
18242
18243 * emulation/mlsupport.el (define-hooked-local-abbrev,
18244 define-hooked-global-abbrev): Fix, using define-abbrev.
18245
18246 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18247
18248 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18249 the whole buffer.
18250
18251 2000-06-19 Dave Love <fx@gnu.org>
18252
18253 * menu-bar.el (menu-bar-options-save): New function.
18254 (menu-bar-options-menu): Use it.
18255 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18256 Simplify.
18257
18258 2000-06-19 Andreas Schwab <schwab@suse.de>
18259
18260 * progmodes/etags.el (tags-query-replace): Put new parameters
18261 START and END at the end, for backward compatibility.
18262
18263 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18264
18265 * international/codepage.el:
18266 (cp-coding-system-for-codepage-1): Delete special codes for
18267 generating xxx-dos coding system because now a CCL based coding
18268 system can handle EOL conversion by default.
18269
18270 * international/mule.el (make-coding-system): Generate subsidiary
18271 coding systems for EOL handling variants even for a CCL based
18272 coding system.
18273
18274 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18275
18276 * international/isearch-x.el (isearch-minibuffer-input-method)
18277 (isearch-minibuffer-input-method-function): These variables
18278 deleted.
18279 (isearch-with-input-method): Don't use the above variables.
18280 (isearch-process-search-multibyte-characters): Likewise. Call
18281 read-string with the arg INHERIT-INPUT-METHOD t.
18282
18283 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18284
18285 * font-lock.el (font-lock-after-fontify-buffer)
18286 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18287
18288 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18289 Use consistent make-local-variable style for font-lock-fontified.
18290 (jit-lock-fontify-buffer):
18291 Don't bother checking for font-lock-mode and jit-lock-mode.
18292
18293 * time.el: Remove trailing ^M that prevent CVS-merging.
18294
18295 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18296
18297 * Makefile.in (distclean): New target.
18298
18299 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18300
18301 * Makefile.in (srcdir): Define for update-subdirs.
18302
18303 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18304
18305 * find-lisp.el: New file.
18306
18307 2000-06-16 Andrew Innes <andrewi@gnu.org>
18308
18309 * time.el (display-time-mail-function): New variable, to allow
18310 external packages to indicate when new mail is available.
18311 (display-time-update): Use it.
18312
18313 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18314
18315 * international/mule.el (mule-version): Change version name to
18316 SAKAKI. AOI has already been used by Meadow.
18317
18318 * international/quail.el (quail-show-guidance-buf): To find the
18319 bottom window (but minibuffer), pay attention to the height of
18320 minibuffer.
18321
18322 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18323
18324 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18325 menu-bar menus. Add help strings. Don't remove the Edit menu
18326 from the menu bar, as the menu bar has enough space now.
18327
18328 * Makefile.in (SHELL): Make sure /bin/sh is used.
18329
18330 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18331 characters, which use series of two ^H characters instead of one.
18332
18333 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18334
18335 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18336 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18337 functions.
18338 (Info-find-node-2): Try a case-sensitive search first, then
18339 do a case-insensitive search.
18340
18341 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18342 tutorials.
18343
18344 * complete.el (PC-env-vars-alist): New variable.
18345 (PC-complete-as-file-name): New function.
18346 (partial-completion-mode): Initialize PC-env-vars-alist from
18347 process-environment.
18348 (PC-do-completion): Handle completion of env vars.
18349
18350 * info.el (Info-set-mode-line): Show file name in mode line,
18351 use `*Info*' instead of `Info:'.
18352
18353 * startup.el (command-line-1): Change copyright messages to year
18354 2000.
18355
18356 2000-06-15 Dave Love <fx@gnu.org>
18357
18358 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18359 not local-map.
18360
18361 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18362
18363 * international/mule.el (set-buffer-file-coding-system): Almost
18364 rewritten to handle `undecided' as no-op.
18365
18366 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18367
18368 * Makefile.in: New file.
18369
18370 * Makefile: Removed.
18371
18372 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18373 (goto-address-highlight-keymap): Bind C-c RET.
18374
18375 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18376
18377 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18378 inherits buffer-file-coding-system of the current buffer.
18379
18380 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18381 0. Give correct argument to set-auto-coding-function.
18382 (tar-expunge): For goto-char, use (point-min), not 0.
18383 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18384 (tar-subfile-save-buffer): Likewize.
18385
18386 * international/mule.el
18387 (after-insert-file-set-buffer-file-coding-system): Call
18388 set-buffer-file-coding-system with the arg FORCE t.
18389
18390 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18391
18392 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18393 nil. Contemporary sendmails issue an X-Authentication-Warning if
18394 the sender is set with `-f'.
18395
18396 2000-06-13 Dave Love <fx@gnu.org>
18397
18398 * help.el (describe-function-1): Kluge around cases of functions
18399 fset to subrs whose doc doesn't match their symbol-name.
18400
18401 * image.el (insert-image): Default STRING to a space.
18402
18403 * info.el Doc fixes.
18404 (Info-build-node-completions): Match Ref tags.
18405
18406 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18407
18408 * frame.el (display-multi-frame-p, display-multi-font-p): New
18409 defaliases for display-graphic-p.
18410
18411 * hl-line.el: Fixed a typo in commentary.
18412
18413 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18414
18415 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18416 fixed.
18417
18418 2000-06-12 Dave Love <fx@gnu.org>
18419
18420 * image.el (insert-image): Save a little consing.
18421
18422 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18423
18424 * language/tibet-util.el: Convert all tibetan-1-column characters
18425 to the corresponding tibetan characters.
18426 (tibetan-add-components): Delete code for the special treatment of
18427 'a chung.
18428
18429 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18430 change.
18431 (tibetan-vowel-transcription-alist): More rules added.
18432 (tibetan-composite-vowel-alist): New variable.
18433 (tibetan-precomposition-rule-alist): More rules added.
18434
18435 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18436
18437 * startup.el (command-line): Only call menu-bar-mode if interactive.
18438
18439 * thingatpt.el (toplevel symbol-properties):
18440 * textmodes/makeinfo.el (makeinfo-compile):
18441 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18442 * progmodes/hideif.el (hif-compress-define-list)
18443 (hide-ifdef-use-define-alist):
18444 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18445 (ange-ftp-vms-add-file-entry):
18446 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18447 * man.el (Man-build-man-command):
18448 * mail/rnewspost.el (news-reply-header-hook):
18449 * info.el (Info-insert-dir):
18450 * emulation/mlconvert.el (backward-word, forward-word, setq):
18451 * emacs-lisp/gulp.el (gulp-send-requests):
18452 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18453 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18454 (byte-optimize-apply, end of file):
18455 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18456 (ad-make-freeze-definition):
18457 * startup.el (command-line, command-line-1): Don't quote lambdas.
18458
18459 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18460 (cvs-cleanup-removed): New function.
18461 (cvs-cleanup-functions): New var.
18462 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18463 some flexibility in specifying additional entries to auto-cleanup.
18464 (cvs-quickdir): New function.
18465 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18466 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18467 (cvs-mode-find-file): Check that we are on a filename or dirname
18468 when invoked through a mouse-click.
18469 (cvs-full-path): Remove.
18470 (cvs-dired-action): Re-introduced.
18471 (cvs-dired-noselect): Use it.
18472 (vc-post-command-functions): use this new hook if available.
18473
18474 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18475 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18476 (cvs-filename-map, cvs-dirname-map): Remove.
18477 (cvs-default-action): Remove.
18478 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18479 if the arg is really a keymap.
18480 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18481 Don't hardcode the mapping from state (aka type) to face, but check
18482 the var cvs-fi-<type>-face instead.
18483 (cvs-fileinfo-from-entries): New function.
18484
18485 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18486 Docstring fix.
18487 (cvs-find-file-and-jump): Change default to be safer.
18488 (cvs-mode-diff-map): Define it as a function as well.
18489 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18490 Bind mouse-2 in this global map rather than with text-properties.
18491
18492 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18493 file to resolve the ambiguity between C(conflict) and C(need-merge).
18494
18495 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18496
18497 * international/mule.el (set-buffer-file-coding-system): If
18498 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18499 unconditionally.
18500
18501 2000-06-12 Dave Love <fx@gnu.org>
18502
18503 * wid-edit.el (widget-specify-button): Really suppress the face if
18504 required.
18505
18506 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18507
18508 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18509
18510 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18511
18512 * imenu.el (imenu-generic-expression): Docstring fix.
18513
18514 * composite.el (composition-function-table): Move the `put'
18515 below the autoload cookie so we can load the file before loaddefs.
18516
18517 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18518
18519 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18520 Handle easy-mmode-define-global-mode.
18521 For complex macros like define-minor-mode that can generate
18522 several autoload entries, try to autoload entries in the
18523 macroexpanded code.
18524
18525 * emacs-lisp/easy-mmode.el (define-minor-mode):
18526 If KEYMAP is a symbol, just use it.
18527 Use byte-compile-current-file and load-file-name to infer the
18528 proper :require to pass to defcustom.
18529 Wrap the hook var into `progn' so as not to autoload it.
18530 Add a :autoload-end cookie.
18531 Be more careful about the evaluation of KEYMAP.
18532 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18533 (define-derived-mode): Move define-abbrev-table outside of defvar.
18534
18535 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18536
18537 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18538 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18539 (backup-compiled-files): Ignore errors during `tar'.
18540 (bootstrap): Make autoloads before elc files.
18541
18542 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18543
18544 * international/mule.el (set-buffer-file-coding-system): If one of
18545 undecided-XXX is specified, change only EOL conversion.
18546
18547 * international/mule-conf.el (unix): New alias for the coding
18548 system undecided-unix.
18549
18550 2000-06-09 Dave Love <fx@gnu.org>
18551
18552 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18553
18554 * progmodes/executable.el: Byte compile dynamic.
18555 (executable-insert): Change custom type.
18556 (executable-find): Add autoload cookie.
18557 (executable-make-buffer-file-executable-if-script-p): New
18558 function. After Noah Friedman.
18559
18560 * files.el (after-save-hook): Customize, with
18561 executable-make-buffer-file-executable-if-script-p as an option.
18562
18563 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18564
18565 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18566 "tib24p-mule.bdf" for Tibetan.
18567
18568 * composite.el (decompose-composite-char): Declare it as obsolete.
18569
18570 * man.el (Man-fontify-manpage): Pay attention to underline and
18571 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18572
18573 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18574
18575 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18576 Set maintainer to FSF since author isn't reachable.
18577
18578 2000-06-08 Dave Love <fx@gnu.org>
18579
18580 * international/mule-cmds.el (select-safe-coding-system): If
18581 DEFAULT-CODING-SYSTEM is not specified, also check the most
18582 preferred coding-system if buffer-file-coding-system is
18583 `undecided'. From Handa.
18584
18585 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18586
18587 * international/mule.el
18588 (after-insert-file-set-buffer-file-coding-system): If the buffer
18589 size is greater than INSERTED, judget that we are not visiting.
18590
18591 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18592
18593 * whitespace.el (defgroup whitespace): Comment out `:version'.
18594 XEmacs 20.4 has problems defining the group with this present.
18595 We'll have this commented out till get resolve the problem.
18596
18597 2000-06-07 John Wiegley <johnw@gnu.org>
18598
18599 * align.el (align-dq-string-modes, align-sq-string-modes)
18600 (align-open-comment-modes): Add pyhton-mode.
18601 (align-rules-list): Use get-text-property instead of
18602 text-properties-at.
18603 (align-rules-list): Add python-assignment.
18604 (align-rules-list): Change perl-comma-delimiter to
18605 basic-comma-delimiter. Use if for Perl modes and python-mode.
18606 (align-rules-list): Add python-chain-logic and
18607 basic-line-continuation.
18608
18609 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18610
18611 * apropos.el (apropos-mode-hook): New user variable.
18612 (apropos-mode): Run apropos-mode-hook.
18613
18614 2000-06-07 David Ponce <david@dponce.com>
18615
18616 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18617 commands. Require `wid-edit' at run-time.
18618
18619 2000-06-07 David Ponce <david@dponce.com>
18620
18621 * recentf.el: Added some "Commentary".
18622 (recentf-open-more-files, recentf-edit-list): Minor changes to
18623 move the point at the top of the file list. This behaviour is
18624 consistent with the menu one when the list contains a lot of
18625 files.
18626 (recentf-cleanup): Now displays the number of items removed from
18627 the list.
18628 (recentf-relative-filter) New menu filter to show filenames
18629 relative to `default-directory'.
18630
18631 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18632
18633 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18634 with/without giving an error if PostScript printer doesn't have this
18635 kind of page size. Zebra Stripe continues or restarts on next page.
18636 Manual/automatic paper feeding. Switch or not the header.
18637 (ps-print-version): New version number (5.2.2).
18638 (ps-windows-system): Include emx as a Windows system.
18639 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18640 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18641 (ps-background-text): Code fix.
18642 (ps-error-handler-message, ps-user-defined-prologue)
18643 (ps-print-prologue-header, ps-printer-name)
18644 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18645 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18646 (ps-use-face-background): Customization fix.
18647 (ps-n-up-database): Data fix.
18648 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18649 (ps-switch-header): New vars.
18650 (ps-xemacs-color-name, ps-face-foreground-name)
18651 (ps-face-background-name, ps-boolean-constant): New funs.
18652
18653 2000-06-07 Dave Love <fx@gnu.org>
18654
18655 * allout.el: New version from Manheimer.
18656
18657 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18658
18659 * textmodes/fill.el (fill-find-break-point): Check the validity of
18660 charset.
18661
18662 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18663
18664 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18665 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18666 Call display-color-p and display-mouse-p instead of looking at
18667 window-system.
18668
18669 2000-06-06 Dave Love <fx@gnu.org>
18670
18671 * image.el (find-image): Doc fix. Return nil if image not found.
18672 (put-image, insert-image): Make STRING arg optional.
18673
18674 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18675
18676 * language/vietnamese.el: Remove eval-when-compile.
18677 (viet-viscii-nonascii-translation-table): Define it as a
18678 translation table made from viet-viscii-decode-table.
18679 (viet-viscii-encode-table): Define it as a translation table made
18680 from the reverse map of above.
18681 (viet-vscii-nonascii-translation-table): Define it as a
18682 translation table made from viet-vscii-decode-table.
18683 (viet-vscii-encode-table): Define it as a translation table made
18684 from the reverse map of above.
18685 (ccl-decode-viscii): Use translate-character.
18686 (ccl-encode-viscii, ccl-encode-viscii-font)
18687 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18688 Likewize.
18689
18690 * language/cyrillic.el: Remove eval-when-compile.
18691 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18692 translation table made from cyrillic-koi8-r-decode-table.
18693 (cyrillic-koi8-r-encode-table): Define it as a translation table
18694 made from the reverse map of above.
18695 (ccl-decode-koi8): Use translate-character.
18696 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18697 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18698 a translation table made from cyrillic-alternativnyj-decode-table.
18699 (cyrillic-alternativnyj-encode-table): Define it as a translation
18700 table made from the reverse map of above.
18701 (ccl-decode-alternativnyj): Use translate-character.
18702 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18703 Likewize
18704
18705 * international/mule-diag.el (non-iso-charset-alist): Specify
18706 translation table symbol instead of translation table itself.
18707 (list-block-of-chars): CHARSET may be a translation table symbol.
18708
18709 * international/mule.el (make-coding-system): If CODING-SYSTEM
18710 already exists, override it.
18711
18712 * international/fontset.el: Use family `proportional' for Tibetan
18713 fonts.
18714
18715 * international/ccl.el (ccl-compile-translate-character): Don't
18716 check if Rrr has property translation-table.
18717 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18718
18719 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18720
18721 * info.el: Bind case-fold-search to t when searching in case
18722 a user sets it to nil in a hook.
18723
18724 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
18725
18726 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18727 * hl-line.el (hl-line-mode): Use the new :global key argument.
18728
18729 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18730 (tar-clip-time-string): Prepend a space.
18731 (tar-grind-file-mode): Construct a string rather than modifying one.
18732 (tar-header-block-summarize): Fix docstring.
18733 Use `format' rather than an error-prone set of copy-loops.
18734
18735 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
18736 (diff-goto-source, diff-unified->context, diff-context->unified)
18737 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
18738 understand the format output by the `-p' argument to diff.
18739
18740 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
18741 (sh-re-done): Use defconst.
18742 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
18743 (sh-help-string-for-variable, sh-guess-basic-offset):
18744 Don't quote lambdas.
18745 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
18746 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
18747
18748 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
18749 (mh-letter-mode): Derive from text-mode.
18750 This implicitly means that it now calls kill-all-local-variables.
18751 Also remove the Emacs-18 compatibility code.
18752
18753 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
18754 Make use of symbol-property doc-string-elt.
18755 Use memq rather than a sequence of eq.
18756 (doc-string-elt): Fix the wrong or missing previously unused values.
18757 (autoload-print-form): New function extracted from
18758 generate-file-autoloads to allow recursion when handling progn
18759 so that defvar's and defun's docstrings are properly printed.
18760 (generate-file-autoloads): Use it.
18761
18762 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
18763 Use find-file-hooks in the minor-mode function.
18764 Be careful not to loop indefinitely in the post-command-hook function.
18765
18766 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
18767
18768 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
18769 tty's.
18770 * ediff-diff.el (ediff-exec-process): Use --binary for fine
18771 differences whenever appropriate.
18772 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
18773 * viper.el (find-file, find-file-other-window): Get viper to do
18774 wildcards.
18775
18776 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
18777
18778 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
18779 (jit-lock-fontify-buffer): New function for JIT refontification.
18780 (jit-lock-mode): Fix docstring.
18781 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
18782 Remove jit-lock-after-change from the _local_ hook.
18783 (jit-lock-function-1): Fix docstring.
18784
18785 * info.el (Info-on-current-buffer): Initialize info.
18786
18787 * newcomment.el (comment-indent): Ignore comment-indent-hook.
18788
18789 * progmodes/tcl.el (tcl-indent-for-comment):
18790 Ignore comment-indent-hook.
18791
18792 * emacs-lisp/easy-mmode.el: Require CL during compilation.
18793 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
18794 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
18795 and improve to use the lighter to guess the capitalization.
18796 (define-minor-mode): Inline code from easy-mmode-define-toggle.
18797 Add keyword arguments to specify global-ness or the custom group.
18798 Add local-map and help-echo properties to the lighter.
18799 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
18800 (easy-mmode-define-global-mode): New macro.
18801
18802 2000-06-02 Dave Love <fx@gnu.org>
18803
18804 * wid-edit.el: byte-compile-dynamic since we typically don't use
18805 all the widgets. Don't require cl or widget. Remove
18806 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
18807 (widget-read-event): Removed. Callers changed to use read-event.
18808 (widget-button-release-event-p): Renamed from
18809 button-release-event-p.
18810 (widget-field-add-space, widget-field-use-before-change):
18811 Uncustomize.
18812 (widget-specify-field): Use keymap property, not local-map.
18813 (widget-specify-button): Obey :suppress-face.
18814 (widget-specify-insert): Use modern backquote syntax.
18815 (widget-image-directory): Renamed from widget-glyph-directory.
18816 (widget-image-enable): Renamed from widget-glyph-enable.
18817 (widget-image-find): Replaces widget-glyph-find.
18818 (widget-button-pressed-face): Move defvar.
18819 (widget-image-insert): Replaces widget-glyph-insert.
18820 (widget-convert): Use keywordp.
18821 (widget-leave-text, widget-children-value-delete): Use mapc.
18822 (widget-keymap): Remove XEmacs stuff.
18823 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
18824 (widget-button-click): Don't set point at the click, but re-centre
18825 if we scroll out of window. Rewritten for images v. glyphs &c.
18826 (widget-tabable-at): Use POS arg, not point.
18827 (widget-beginning-of-line, widget-end-of-line)
18828 (widget-item-value-create, widget-sublist, widget-princ-to-string)
18829 (widget-sexp-prompt-value, widget-echo-help): Simplify.
18830 (widget-default-create): Use widget-image-insert; some rewriting.
18831 (widget-visibility-value-create)
18832 (widget-push-button-value-create, widget-toggle-value-create): Use
18833 widget-image-insert.
18834 (checkbox): Create on and off images dynamically.
18835 (documentation-link): Change :help-echo.
18836 (widget-documentation-link-echo-help): Remove.
18837
18838 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
18839
18840 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
18841
18842 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
18843 (easy-mmode-define-toggle, define-minor-mode): Use it.
18844 (easy-mmode-define-keymap): Docstring fix.
18845 (define-derived-mode): Default PARENT to fundamental-mode.
18846 Add the derived-mode-parent symbol-property.
18847 (easy-mmode-derived-mode-p): New function.
18848
18849 2000-06-02 Dave Love <fx@gnu.org>
18850
18851 * files.el (convert-standard-filename): Doc fix.
18852 (normal-backup-enable-predicate): New function.
18853 (backup-enable-predicate): Use it to replace the lambda form.
18854
18855 * calendar/todo-mode.el: [This needs more work on the outline
18856 stuff.] Doc fixes.
18857 (todo) <defgroup>: Add :version.
18858 (todo-add-category): Don't use pushnew.
18859 (todo-cmd-raise): Fix typo.
18860 (todo-top-priorities): Change temp buffer name.
18861 (todo-category-alist): Avoid redundant lambda.
18862 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
18863 Use outline-next-heading.
18864
18865 * autoarg.el: Rewritten to use define-minor-mode.
18866 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
18867 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
18868
18869 2000-06-02 Kenichi Handa <handa@etl.go.jp>
18870
18871 * isearch.el (isearch-other-meta-char): Fix previous change.
18872
18873 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18874
18875 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
18876 (log-edit-done): Only add the comment to the ring if it's different
18877 from the last comment entered.
18878
18879 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
18880
18881 2000-06-01 Dave Love <fx@gnu.org>
18882
18883 * hl-line.el: Rewritten using define-minor-mode.
18884
18885 * help.el (describe-function-1): Distinguish special form from
18886 builtin function. Sanity-check presence of arglist for builtins.
18887
18888 2000-06-01 Kenichi Handa <handa@etl.go.jp>
18889
18890 * international/characters.el: Fix syntax/category setting of
18891 Tibetan characters.
18892
18893 * language/tibet-util.el (tibetan-add-components): Fixes for new
18894 encoding of Tibetan characters.
18895 (tibetan-decompose-precomposition-alist): New variable.
18896 (tibetan-decompose-region): Convert precomposed characters to
18897 non-precomposed characters.
18898 (tibetan-decompose-string): Likewise.
18899 (tibetan-composition-function): Fix args to
18900 thibetan-compose-string.
18901
18902 * language/tibetan.el (tibetan-composable-pattern): More
18903 characters included.
18904 (tibetan-consonant-transcription-alist): Rule for "R" added.
18905 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
18906 "+R" added.
18907 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
18908
18909 * language/lao-util.el (lao-composition-function): Fix args to
18910 compose-string.
18911
18912 * language/thai-util.el (thai-composition-function): Fix args to
18913 compose-string.
18914
18915 * isearch.el (isearch-update): Set disable-point-adjustment to t
18916 to prevent the point moving to the end of a composition when a
18917 part of a composition is searched.
18918 (isearch-other-meta-char): If the key invoking this command can be
18919 mapped by function-key-map to a printing char, call
18920 isearch-process-search-char directly.
18921
18922 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18923
18924 * emacs-lisp/bytecomp.el:
18925 * frame.el:
18926 * international/mule-cmds.el:
18927 * international/mule-util.el:
18928 * international/mule.el:
18929 * mouse.el:
18930 * subr.el:
18931 * faces.el: Update calls to make-obsolete with a WHEN argument.
18932
18933 * byte-run.el (make-obsolete, make-obsolete-variable):
18934 Add an optional WHEN argument and change the format of the
18935 symbol-property information.
18936 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
18937 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
18938 new obsolete-symbol-property format and print WHEN if it is provided.
18939
18940 2000-05-31 Dave Love <fx@gnu.org>
18941
18942 * loadhist.el (loadhist-hook-functions): Remove
18943 before-change-function, after-change-function.
18944 (unload-feature): Deal with symbols which are both bound and
18945 fbound.
18946
18947 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
18948 before-change-function, after-change-function.
18949
18950 * simple.el (newline): Don't bind before-change-function,
18951 after-change-function.
18952
18953 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
18954
18955 * whitespace.el (whitespace-rescan-timer-time): Update interval
18956 set to 600 seconds (10 minutes) instead of 60 seconds since
18957 a large number of whitespace buffers causes emacs to `freeze'
18958 for a considerable amount of time.
18959
18960 * whitespace.el: Updated email address
18961
18962 2000-05-31 Dave Love <fx@gnu.org>
18963
18964 * add-log.el (change-log-font-lock-keywords) <function>: Add
18965 pattern for function of change.
18966 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
18967 acknowledgements patterns.
18968
18969 2000-05-31 Kenichi Handa <handa@etl.go.jp>
18970
18971 * isearch.el (isearch-printing-char): If keyboard coding system is
18972 being used, call isearch-process-search-multibyte-characters.
18973
18974 * international/isearch-x.el: Mostly rewritten.
18975
18976 * international/quail.el (quail-start-conversion): Don't include
18977 unhandled events in the returned events, but set them in
18978 unread-command-events. Exit if all inputs are deleted.
18979
18980 2000-05-30 Jason Rumney <jasonr@gnu.org>
18981
18982 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
18983
18984 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
18985 Reenable code to create initial fontsets.
18986 Use set-fontset-font in place of put-charset-property.
18987
18988 2000-05-30 Gerd Moellmann <gerd@gnu.org>
18989
18990 * progmodes/perl-mode.el (perl-indent-line): When looking for a
18991 label, ensure that the first colon isn't followed by another.
18992
18993 * paths.el (Info-default-directory-list): Doc fix.
18994
18995 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
18996 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
18997 send a query containing USER only, not USER@HOST.
18998
18999 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
19000 and rmail-msgend to compute the restriction at the end, instead of
19001 computing it.
19002
19003 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19004
19005 * dabbrev.el (dabbrev-expand): Don't display messages in the
19006 echo area if the minibuffer window is active.
19007
19008 * jit-lock.el (jit-lock-mode): Add after change function to
19009 local hook.
19010
19011 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
19012
19013 * antlr-mode.el: New commands: hide/unhide actions,
19014 upcase/downcase literals.
19015 (antlr-tiny-action-length): New user option.
19016 (antlr-hide-actions): New command. Suggested by
19017 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
19018 (antlr-mode-map): New binding [C-c C-v].
19019 (antlr-mode-menu): New entries.
19020 (antlr-downcase-literals): New command.
19021 (antlr-upcase-literals): Ditto.
19022
19023 * antlr-mode.el: Minor changes: indendation, mode-name.
19024 (antlr-indent-line): Indent cpp directive at column 0.
19025 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
19026
19027 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
19028 (antlr-font-lock-additional-keywords): Workaround for intentional
19029 bug in XEmacs version of font-lock.
19030 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
19031 be used by a smarter version of `buffers-menu-grouping-function'.
19032
19033 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19034
19035 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
19036 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
19037
19038 2000-05-29 Kenichi Handa <handa@etl.go.jp>
19039
19040 * international/encoded-kb.el
19041 (encoded-kbd-iso2022-designation-map): Pay attention to that
19042 charset-iso-final-char return -1 for eight-bit-control and
19043 eight-bit-graphic.
19044
19045 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19046
19047 * speedbar.el (speedbar-use-images, speedbar-update-flag)
19048 (speedbar-easymenu-definition-base): Use display-graphic-p where
19049 available, instead of window-system.
19050
19051 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19052
19053 * international/codepage.el (cp-coding-system-for-codepage-1): Add
19054 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
19055 coding systems.
19056
19057 2000-05-26 Dave Love <fx@gnu.org>
19058
19059 * disp-table.el (standard-display-underline): Don't use
19060 internal-find-face.
19061
19062 * mail/reporter.el: Maintainer change. Doc fixes.
19063 (reporter-version): Deleted.
19064
19065 * emacs-lisp/elp.el: Maintainer change.
19066 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19067
19068 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19069
19070 * add-log.el (add-change-log-entry): Merge the current entry with the
19071 previous one if the previous one is empty.
19072
19073 2000-05-26 Dave Love <fx@gnu.org>
19074
19075 * loadhist.el (unload-feature): Fix interactive spec [from
19076 lijnzaad@ebi.ac.uk].
19077
19078 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19079 subr-arity to check primitives.
19080 (byte-compile-flush-pending, byte-compile-file-form-progn)
19081 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19082 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19083 mapcar.
19084
19085 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19086
19087 * international/fontset.el: Set family names of non-latin charsets
19088 in default fontset to "*".
19089
19090 * international/mule-diag.el (print-fontset): Combine family part
19091 and registry part of the fontname by "-*-" instead of "-".
19092
19093 * international/mule-cmds.el (encode-coding-char): Make strings
19094 multibyte before calling encode-coding-string.
19095
19096 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19097
19098 * derived.el: Fix keywords.
19099 (define-derived-mode): Only define if needed.
19100
19101 * simple.el (fill-comment, comment-column, comment-start)
19102 (comment-start-skip, comment-end, comment-indent-function)
19103 (block-comment-start, block-comment-end, indent-for-comment)
19104 (set-comment-column, kill-comment, comment-padding, comment-region)
19105 (comment-multi-line, indent-new-comment-line): Remove.
19106
19107 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19108 function names for comment operations.
19109
19110 * newcomment.el: Add abundant autoload cookies.
19111 (comment-style): Don't depend on runtime data at compile-time.
19112 (comment-indent-hook): Remove.
19113 (comment-indent): Check if comment-indent-hook is bound.
19114 (comment-region): Docstring fix.
19115
19116 2000-05-25 Dave Love <fx@gnu.org>
19117
19118 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19119 byte-code-function-p.
19120
19121 * mail/rmailsum.el: Add provide.
19122
19123 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19124
19125 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19126 defcustom.
19127
19128 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19129
19130 * ediff-diff.el (ediff-exec-process): delete --binary option from
19131 non-buffer ediff jobs.
19132
19133 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19134
19135 * hilit-chg.el (highlight-changes-mode): Ask about color or
19136 grayscale support, not about window-system.
19137
19138 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19139 window-system.
19140 (ffap-highlight): Always default to t.
19141
19142 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19143 display-popup-menus-p instead of looking at window-system.
19144
19145 * disp-table.el (standard-display-g1, standard-display-graphic):
19146 Only refuse to use string glyphs on X and MS-Windows.
19147
19148 * avoid.el: Remove window-system from commentary, suggest to use
19149 display-*-p instead.
19150
19151 * apropos.el (apropos-print): Use display-mouse-p instead of
19152 window-system.
19153
19154 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19155
19156 * international/codepage.el (cp-decoding-vector-for-codepage):
19157 Fill up unsupported characters with their own codes. From Kenichi
19158 Handa.
19159
19160 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19161
19162 * international/mule-diag.el (describe-char-after): Use
19163 display-graphic-p instead of window-system, so that this function
19164 works on MS-DOS.
19165
19166 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19167
19168 * international/codepage.el (cp-make-coding-systems-for-codepage):
19169 Remove the eight-bit-graphic and eight-bit-control charsets from
19170 the list of charsets which we convert into `?'.
19171
19172 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19173
19174 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19175 private charsets.
19176 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19177 japanese-jisx0213-2): New charsets.
19178
19179 * international/fontset.el: Setup default fontset for new charsets.
19180
19181 2000-05-24 Dave Love <fx@gnu.org>
19182
19183 * info.el (Info-find-node-2): Restructure [following "Vadim
19184 S. Solomin" <sovs@uic.nnov.ru>].
19185
19186 * icomplete.el: Fix header for Finder.
19187
19188 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19189
19190 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19191 STAY.
19192
19193 * rmail.el (rmail-automatic-folder-directives): New user variable.
19194 (rmail-show-message): Add call to `rmail-auto-file' during
19195 display.
19196 (rmail-auto-file): New function.
19197
19198 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19199
19200 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19201 account.
19202 (ediff-test-utility,ediff-diff-mandatory-option)
19203 (ediff-reset-diff-options): Utilities for proper initialization of
19204 ediff-diff-options and ediff-diff3-options on Windows.
19205
19206 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19207 variable.
19208
19209 * ediff-mult.el (ediff-filegroup-action): Use
19210 ediff-merge-filename-prefix.
19211
19212 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19213
19214 * viper-ex.el (ex-write): Set selective display to nil.
19215
19216 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19217
19218 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19219 aliases for hebrew-iso-8bit.
19220
19221 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19222
19223 * woman.el: New version from Francis J. Wright
19224 <F.J.Wright@Maths.QMW.ac.uk>.
19225 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19226 names in environment variables regardless of the path separator.
19227 (woman-topic-all-completions-1): Don't call file-name-directory-p
19228 on all files, since woman-file-regexp already filters out any
19229 directories.
19230
19231 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19232
19233 * international/quail.el (quail-start-translation): Don't change
19234 modified-p of the current buffer.
19235 (quail-start-conversion): Likewise.
19236
19237 * international/kkc.el (kkc-region): Don't change modified-p of
19238 the current buffer.
19239
19240 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19241 conform to RFC1468.
19242 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19243
19244 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19245
19246 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19247 (speedbar-insert-button): Invisible text property fix.
19248 (speedbar-directory-plus): Renamed from speedbar-directory-+
19249 (speedbar-directory-minus): Renamed from speedbar-directory--
19250 (speedbar-page-plus): Renamed from speedbar-file-+
19251 (speedbar-page-minus): Renamed from speedbar-file--
19252 (speedbar-page): Renamed from speedbar-file-
19253 (speedbar-tag): Renamed from speedbar-tag-
19254 (speedbar-tag-plus): Renamed from speedbar-tag-+
19255 (speedbar-tag-minus): Renamed from speedbar-tag--
19256 (speedbar-expand-image-button-alist): Use above renames.
19257
19258 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19259 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19260 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19261 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19262 * sb-pg.xpm: Renamed from sb-file.xpm
19263 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19264 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19265
19266 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19267
19268 * international/quail.el (quail-show-guidance-buf): Set
19269 current-input-method of the guidance buffer to the name of the
19270 curren input method.
19271
19272 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19273
19274 * progmodes/compile.el (compile-internal): Style typo.
19275
19276 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19277 quote vars and functions in the docstring.
19278
19279 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19280
19281 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19282 Don't quote lambdas.
19283
19284 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19285
19286 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19287
19288 * startup.el (command-line): Determine source file of compiled
19289 user init file differently. Warn if compiled user init file
19290 is older than its source file.
19291
19292 * ffap.el (ffap-url-regexp): Add `https'.
19293
19294 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19295
19296 * files.el (make-backup-file-name-1): Replace slashes with `!'
19297 rather than `|' (which is not allowed on Windows). Replace the
19298 drive letters with a string "drive_X".
19299
19300 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19301
19302 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19303
19304 * files.el (interpreter-mode-alist): Add `bash2'.
19305
19306 2000-05-22 Dave Love <fx@gnu.org>
19307
19308 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19309 mapc.
19310 (feature-file): Avoid calling symbol-name. Doc fix.
19311 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19312 (loadhist-hook-functions): Add mouse-position-function.
19313 (unload-feature): Change uses of mapcar.
19314
19315 * files.el (parse-colon-path): Doc fix.
19316 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19317 (set-auto-mode): Use mapc.
19318
19319 * complete.el (PC-look-for-include-file): Use :alnum: character
19320 class.
19321 (partial-completion-mode): Add autoload cookie.
19322
19323 2000-05-22 Sam Steingold <sds@gnu.org>
19324
19325 * info.el (Info-fontify-node): Fixed the call to
19326 `add-text-properties' (bug introduced on 2000-05-18).
19327
19328 2000-05-22 Dave Love <fx@gnu.org>
19329
19330 * bindings.el: Remove debug-ignored-errors set in other files.
19331
19332 * progmodes/etags.el: Add to debug-ignored-errors.
19333 (visit-tags-table-buffer): Clear out buffers holding old tables
19334 when making a new list.
19335 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19336 mapc.
19337
19338 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19339 quote keywords.
19340 (cmpl-string-case-type): Use character classes.
19341
19342 * comint.el:
19343 * textmodes/ispell.el:
19344 * imenu.el:
19345 * mail/mh-e.el:
19346 * progmodes/compile.el: Add to debug-ignored-errors.
19347
19348 * dabbrev.el: Add to debug-ignored-errors.
19349 (dabbrev-completion): Use mapc.
19350
19351 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19352
19353 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19354 (woman-mapcan, woman-parse-man.conf)
19355 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19356 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19357 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19358 path syntax better.
19359 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19360 (woman-manpath): Call woman-parse-man.conf.
19361 (woman-emulation): New defcustom, defaults to nroff.
19362 (woman-font-support): New defconst.
19363 (woman-use-symbol-font): New defcustom.
19364 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19365 "Emulation".
19366 Many functions: Doc fix.
19367
19368 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19369
19370 * international/quail.el (quail-simple-translation-keymap): Map
19371 128..255 to quail-self-insert-command.
19372 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19373
19374 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19375
19376 * help.el (help-manyarg-func-alist): Typo.
19377
19378 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19379 intervals which makes it heaps simpler.
19380
19381 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19382 the nested comment markers.
19383
19384 * subr.el (remove-hook): Don't turn the hook's value into a list.
19385
19386 2000-05-21 Dave Love <fx@gnu.org>
19387
19388 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19389 are invalid characters.
19390
19391 * international/mule-util.el (detect-coding-with-priority): Use
19392 mapc. Remove redundant lambda.
19393
19394 * international/mule-diag.el (list-non-iso-charset-chars)
19395 (describe-fontset): Remove redundant lambda.
19396
19397 * emulation/crisp.el (brief-mode): New alias.
19398
19399 * emacs-lisp/ring.el (ring-elements): New function.
19400
19401 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19402 (easy-menu-do-add-item): Use keywordp.
19403
19404 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19405
19406 * replace.el: Doc and error message fixes.
19407 (replace-highlight): Use facep, not internal-find-face.
19408
19409 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19410
19411 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19412
19413 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19414 (log-edit-insert-changelog): Drop `:' as well.
19415
19416 * log-view.el: Fix file description.
19417 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19418 available.
19419 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19420 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19421
19422 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19423 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19424 Print a status message if the toggle is called interactively.
19425 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19426 for global minor modes and use `defcustom' for them.
19427 Use add-minor-mode.
19428 (easy-mmode-define-derived-mode): Remove.
19429 (define-derived-mode): Fancier default docstring.
19430 (easy-mmode-define-navigation): Signal an error rather than (ding).
19431
19432 * newcomment.el (comment-styles): New `box-multi'.
19433 (comment-normalize-vars): Better default for comment-continue to
19434 avoid whitespace-only continuations.
19435 (comment-search-forward): Always move even in the no-syntax case.
19436 (comment-padright): Only obey N if it's only obeyed for padleft.
19437 (comment-make-extra-lines): Better handling of empty continuations.
19438 Use `=' for the filler if comment-start has only one character.
19439 (uncomment-region): Try handling the special `=' filler.
19440 (comment-region): Allow LINES even if MULTI is nil.
19441 (comment-box): Choose box style based on comment-style.
19442
19443 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19444
19445 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19446 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19447
19448 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19449
19450 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19451 and insert, not subst-char-in-region.
19452
19453 * international/mule-diag.el (list-character-sets-1): Handle
19454 charsets eight-bit-control and eight-bit-graphic.
19455 (list-iso-charset-chars): Likewise.
19456 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19457 charactes as is. Use indent-to to align characters.
19458
19459 * international/mule-cmds.el (find-multibyte-characters): Never
19460 exclude charsets eight-bit-control and eight-bit-graphic.
19461
19462 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19463
19464 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19465 Don't quote lambdas.
19466
19467 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19468
19469 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19470
19471 * gud.el (gud-jdb-directories): Doc fix.
19472
19473 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19474
19475 * newcomment.el: New file.
19476
19477 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19478
19479 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19480
19481 2000-05-18 Andreas Schwab <schwab@suse.de>
19482
19483 * dired.el (dired-between-files): Also skip lines beginning with
19484 `used'.
19485
19486 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19487
19488 * msb.el (msb-menu-cond): Add choice `user'.
19489
19490 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19491
19492 * ps-print.el: Compatibility, customization and doc fix.
19493 (ps-printer-name-option): Replace defconst by defvar.
19494 (ps-postscript-code-directory): XEmacs compatibility.
19495 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19496 fix.
19497 (ps-user-defined-prologue, ps-print-prologue-header)
19498 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19499 compatibility and code fix.
19500 (ps-print-background-image, ps-print-background-text):
19501 Customization fix.
19502 (ps-line-number-start, ps-n-up-on): New vars.
19503
19504 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19505
19506 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19507 the indent-comment function to just return the appropriate indent.
19508
19509 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19510
19511 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19512 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19513 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19514
19515 2000-05-18 Dave Love <fx@gnu.org>
19516
19517 * info.el (Info-fontify-node): Add intangible property as well as
19518 invisible.
19519
19520 * calendar/appt.el (appt-make-list): Match all lines of entry.
19521 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19522
19523 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19524
19525 * international/mule-diag.el (describe-char-after): Call
19526 internal-char-font, not char-font. If internal-char-font returns
19527 nil, display "-- none --".
19528
19529 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19530
19531 * image.el (image-type-available-p): Don't reference image-types
19532 if it isn't bound.
19533
19534 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19535
19536 * autoarg.el (autoarg-mode): Typo in the :set argument.
19537
19538 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19539
19540 * startup.el (command-line-1): Don't signal an error if the
19541 directory for auto-save-list files does not yet exist.
19542
19543 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19544
19545 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19546
19547 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19548
19549 * subr.el (remove-hook): `setq' hook-value, not `set'.
19550
19551 2000-05-16 Sam Steingold <sds@gnu.org>
19552
19553 * info.el (debug-ignored-errors): More errors to ignore.
19554
19555 2000-05-16 Dave Love <fx@gnu.org>
19556
19557 * cus-edit.el: Don't require cl or easymenu.
19558 (custom-variable-prompt): Test standard-value property, not
19559 user-variable-p.
19560
19561 2000-05-16 Sam Steingold <sds@gnu.org>
19562
19563 * subr.el (add-hook): `setq' hook-value, not `set'.
19564
19565 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19566
19567 * startup.el (command-line-1): Mention the FAQ in the startup
19568 message.
19569
19570 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19571
19572 * progmodes/compile.el (compilation-parse-errors): Collect
19573 `nomessage' regexps last.
19574
19575 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19576
19577 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19578 to the function name.
19579
19580 2000-05-15 Dave Love <fx@gnu.org>
19581
19582 * speedbar.el (speedbar-recenter): Typo.
19583 (speedbar-expand-line): Make arg optional.
19584 (speedbar-mode): Avoid a compiler warning.
19585
19586 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19587
19588 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19589 user-specified option string is empty.
19590
19591 * mouse.el (mouse-yank-at-click): Doc fix.
19592
19593 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19594
19595 * term/internal.el (IT-character-translations): More updates of
19596 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19597 documents.
19598
19599 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19600
19601 * env.el (getenv): New function, interactively callable.
19602 (setenv, getenv): Remove autoload cookies.
19603
19604 * loadup.el: Load `env'.
19605
19606 * progmodes/f90.el: Change author's mail address.
19607
19608 2000-05-14 Dave Love <fx@gnu.org>
19609
19610 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19611 goto-addr as an option.
19612
19613 * help.el (help-xref-stack): Doc fix.
19614 (help-xref-following): New variable.
19615 (help-make-xrefs): Use it.
19616 (help-xref-go-back): Use position information from stack element.
19617 (help-follow): Make position in stack element a pair. Use
19618 help-xref-following.
19619
19620 * autoarg.el: New file.
19621
19622 * faces.el: Declare more functions obsolete.
19623
19624 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19625 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19626 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19627 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19628 Remove all the setup-...-environment functions.
19629
19630 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19631
19632 * speedbar.el: Updated the commentary section. xemacs20p now uses
19633 >= when detecting. Require `defimage' safely.
19634 (speedbar-easymenu-definition-base): Add toggle for images.
19635 (speedbar-easymenu-definition-special): Add flush cache & expand.
19636 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19637 (speedbar-reconfigure-keymaps-hook): New variable.
19638 (speedbar-frame-parameters): Updated documentation.
19639 (speedbar-use-imenu-flag): Updated custom tag
19640 (speedbar-dynamic-tags-function-list): New variable.
19641 (speedbar-tag-hierarchy-method): Updated doc & custom.
19642 (speedbar-indentation-width, speedbar-indentation-width) New
19643 variables.
19644 (speedbar-hide-button-brackets-flag): Customizable.
19645 (speedbar-vc-indicator): Doc update.
19646 (speedbar-ignored-path-expressions): Updated default value.
19647 (speedbar-supported-extension-expressions): Updated default value.
19648 (speedbar-syntax-table): Remove {} paren status.
19649 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19650 as "+". Added overlay aliases.
19651 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19652 `force-mode-line-update'.
19653 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19654 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19655 `mouse-set-point'
19656 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19657 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19658 of arbitrary text, and new helper functions.
19659 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19660 filename finder.
19661 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19662 (speedbar-directory-buttons): Update path search/expansion.
19663 (speedbar-make-tag-line): Pay attention to
19664 `speedbar-indentation-width'. Use more care w/ invisible
19665 properties.
19666 (speedbar-change-expand-button-char): Call
19667 `speedbar-insert-image-button-maybe'.
19668 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19669 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19670 (speedbar-trim-words-tag-hierarchy)
19671 (speedbar-simple-group-tag-hierarchy): New functions
19672 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19673 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19674 functions.
19675 (speedbar-mouse-set-point): New function
19676 (speedbar-power-click): Updated documentation.
19677 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19678 of tag prefix text.
19679 (speedbar-expand-line, speedbar-contract-line): Make more robust
19680 to strange text.
19681 (speedbar-expand-line): Takes universal argument to flush the
19682 cache.
19683 (speedbar-flush-expand-line): New function.
19684 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19685 Use new generator insertion method.
19686 (speedbar-fetch-dynamic-tags): New function.
19687 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19688 `speedbar-fetch-dynamic-imenu'.
19689 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19690 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19691 "Revert Buffer" menu items.
19692 (speedbar-buffer-buttons-engine): Be smarter when creating a
19693 filename tag (for expansion purposes.).
19694 (speedbar-highlight-one-tag-line,
19695 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19696 (speedbar-recenter): New functions.
19697 (defimage-speedbar): Image loading abstraction.
19698 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19699 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19700 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19701 (speedbar-tag-type, speedbar-tag-mail): New images.
19702 (speedbar-expand-image-button-alist): New variable.
19703 (speedbar-insert-image-button-maybe): Insert an image over some
19704 buttons.
19705
19706 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19707
19708 * international/mule-cmds.el (encode-coding-char): An ASCII
19709 character is always encodable.
19710
19711 * international/mule-conf.el: Add more information in descriptions
19712 of character sets.
19713
19714 * international/mule-diag.el (describe-char-after): New function.
19715 (describe-font-internal): Adjusted for the change of font-info.
19716 (describe-font): Likewise.
19717 (print-fontset): Rewritten for the new fontset implementation.
19718 (describe-fontset): Include fontset alias names in completion.
19719 (list-fontsets): Adjusted for the change of print-fontset.
19720
19721 * simple.el (what-cursor-position): If DETAIL is non-nil, call
19722 describe-char-after instead of displaying the detail in the echo
19723 area.
19724 (syntax-code-table): Format changed.
19725 (string-to-syntax): Adjusted for the above change.
19726
19727 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
19728
19729 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19730
19731 2000-05-12 Dave Love <fx@gnu.org>
19732
19733 * calendar/todo-mode.el: Remove some compatibility stuff and CL
19734 dependence. Use line-{beginning,end}-position, not
19735 point-at{b,e}ol. Some doc fixes.
19736 (todo-position): New function. Fix callers of position to use it.
19737 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
19738
19739 2000-05-12 Gerd Moellmann <gerd@gnu.org>
19740
19741 * time.el (display-time-mail-icon): Use `:ascent center'.
19742
19743 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
19744 handling FTP security extensions.
19745
19746 2000-05-11 Dave Love <fx@gnu.org>
19747
19748 * calendar/todo-mode.el: New file.
19749
19750 2000-05-11 Gerd Moellmann <gerd@gnu.org>
19751
19752 * comint.el (comint-read-input-ring): Move reference to
19753 comint-input-ring-size outside of the save-excursion. It was
19754 causing the default value to be the only one ever seen.
19755
19756 * font-lock.el: Update copyright. Remove Simon Marshall's email
19757 address on request from him.
19758
19759 * subr.el (substitute-key-definition): Add comment describing
19760 the meaning of PREFIX.
19761
19762 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
19763
19764 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
19765
19766 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
19767 (add-minor-mode): Don't make the variable buffer-local and add a
19768 reference to define-minor-mode in the docstring.
19769
19770 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
19771 HEADER/FOOTER and fix bug with trailing empty directory.
19772 (cvs-append-to-ignore): Use vc-editable-p if available.
19773 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
19774 (vc-do-command): Tweak advice to handle the new VC.
19775
19776 * log-view.el (log-view-goto-rev): New function for the new VC.
19777 (log-view-minor-wrap): Use mark-active.
19778
19779 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19780 (log-edit-changelog-full-paragraphs): New var.
19781 (log-edit-insert-changelog): Remove a lonely leading `* file'.
19782 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
19783 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
19784 (log-edit-changelog-ours-p, log-edit-changelog-entries)
19785 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
19786 Replace the `cvs' prefix with `log-edit'.
19787
19788 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
19789
19790 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
19791 (diff-font-lock-defaults): Explicitly turn off multiline.
19792 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
19793 (diff-ediff-patch): Fix call to ediff-patch-file.
19794 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
19795 Handle comments.
19796
19797 * frame.el (automatic-hscrolling): Typo.
19798
19799 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
19800
19801 2000-05-09 Sam Steingold <sds@goems.com>
19802
19803 * apropos.el (apropos-print): use `describe-face' instead of
19804 `customize-face-other-window'.
19805
19806 2000-05-09 Dave Love <fx@gnu.org>
19807
19808 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
19809
19810 * help.el (describe-variable): Have customize button pop the
19811 help-xref stack when invoked.
19812 (help-xref-symbol-regexp): Add `face'.
19813 (help-make-xrefs): Check for quoted face names and adapt regexp
19814 submatch numbers to cope.
19815 (help-xref-interned): Maybe insert face doc too. Separate
19816 sections with a line of hyphens.
19817
19818 * faces.el: Some doc fixes. Declare some functions obsolete.
19819 (describe-face): Add customize button. Return the help
19820 text. Fix prompt.
19821
19822 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
19823
19824 * term/internal.el (IT-character-translations): Fix last change.
19825
19826 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19827
19828 * woman.el: New file
19829 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
19830
19831 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19832
19833 * term/internal.el (IT-character-translations): Update ASCII
19834 simulations for greek-iso8859-7, add latin-iso8859-14 and
19835 latin-iso8859-15.
19836
19837 * international/mule-cmds.el (set-language-info-alist): Call
19838 define-prefix-command with 3 arguments, to make the map suitable
19839 for a menu.
19840
19841 2000-05-07 Dave Love <fx@gnu.org>
19842
19843 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
19844
19845 2000-05-05 Dave Love <fx@gnu.org>
19846
19847 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
19848 list in doc string. Don't quote keyword symbols.
19849 * emacs-lisp/cl.el: Likewise
19850 * emacs-lisp/cl-seq.el: Likewise
19851
19852 2000-05-05 Gerd Moellmann <gerd@gnu.org>
19853
19854 * abbrev.el (abbrev-mode): Make ARG optional.
19855
19856 2000-05-04 Gerd Moellmann <gerd@gnu.org>
19857
19858 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
19859
19860 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
19861
19862 * subr.el (substitute-key-definition): Clarify documentation.
19863
19864 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
19865
19866 * glasses.el (glasses-convert-to-unreadable): Use
19867 `glasses-separator' instead of the hard-wired "_".
19868 (glasses-mode): Call `glasses-make-unreadable' only in a single
19869 place.
19870
19871 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
19872
19873 * term/internal.el (cjk-codepages-alist): Add associations for
19874 Chinese and Korean codepages. Remove FIXME comment.
19875
19876 2000-05-03 Dave Love <fx@gnu.org>
19877
19878 * time.el (display-time-mail-face, display-time-use-mail-icon):
19879 New option.
19880 (display-time-mail-icon): New variable.
19881 (display-time-string-forms): Use the above. Fix the local-map.
19882
19883 2000-05-03 Gerd Moellmann <gerd@gnu.org>
19884
19885 * replace.el (query-replace-map): Add binding for `E'.
19886 (query-replace-help): Extend help text.
19887 (perform-replace): Allow editing the replacement string.
19888
19889 * make-mode.el (makefile-mode-abbrev-table): New variable.
19890 (makefile-mode): Set local abbrev table to
19891 makefile-mode-abbrev-table.
19892 (makefile-font-lock-keywords): Fontify includes and conditionals.
19893
19894 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
19895 set TOGGLE's value.
19896
19897 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
19898 mail-interactive-insert-alias.
19899 (mail-abbrev-complete-alias): New command.
19900 (mail-mode-map): Bind it to `M-TAB'.
19901
19902 2000-05-03 Kenichi Handa <handa@etl.go.jp>
19903
19904 * language/lao-util.el (lao-compose-region): New function.
19905
19906 2000-05-02 Gerd Moellmann <gerd@gnu.org>
19907
19908 * files.el (recover-session): Make directories as necessary
19909 if they don't exist yet.
19910
19911 * calendar/cal-french.el
19912 (french-calendar-multibyte-special-days-array)
19913 (french-calendar-special-days-array): Change French text.
19914 (calendar-french-date-string): Change output.
19915 (calendar-goto-french-date): Likewise.
19916
19917 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
19918
19919 * wid-edit.el (widget-default-active): Obey `:always-active'.
19920 (widget-documentation-string-value-create): Set `:always-active'.
19921
19922 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19923
19924 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
19925 default prefix to `~/_emacs.d/auto-save.list/_s'.
19926 (normal-top-level): Create the directory for auto-save files, if
19927 it doesn't already exist (in the ms-dos case only).
19928
19929 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19930
19931 * international/mule-cmds.el (set-language-environment): Don't
19932 concat an integer (dos-codepage), use format instead.
19933
19934 2000-05-02 Dave Love <fx@gnu.org>
19935
19936 * help.el (help-xref-on-pp): Check for constant symbols.
19937
19938 2000-04-29 Gerd Moellmann <gerd@gnu.org>
19939
19940 * startup.el (normal-top-level): Put a condition-case around
19941 the code loading subdirs.el.
19942
19943 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19944
19945 * ps-print.el: Upside-down and face background color printing,
19946 line number step, doc fix.
19947 (ps-print-version): New version number (5.2).
19948 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
19949 (ps-face-attribute-list, ps-plot-with-face): Code fix.
19950 (ps-spool-config): Var fix.
19951 (ps-printer-name-option): Const fix.
19952 (ps-print-upside-down, ps-use-face-background)
19953 (ps-line-number-step): New vars.
19954 (ps-window-system, ps-lp-system): New consts.
19955 (ps-face-background): New fun.
19956
19957 2000-04-28 Richard Stallman <rms@gnu.org>
19958
19959 * files.el (make-auto-save-file-name):
19960 Apply auto-save-file-name-transforms to visited file name
19961 before generating auto save file name.
19962 (auto-save-file-name-transforms): New variable.
19963
19964 * files.el (backup-enable-predicate):
19965 Correctly test for a file under a temporary directory.
19966
19967 2000-04-28 Gerd Moellmann <gerd@gnu.org>
19968
19969 * subr.el (add-minor-mode): Rewritten.
19970
19971 2000-04-28 Kenichi Handa <handa@etl.go.jp>
19972
19973 * mail/sendmail.el (sendmail-send-it): Set
19974 buffer-file-coding-system to the selected coding system for MIME
19975 header.
19976
19977 2000-04-27 Gerd Moellmann <gerd@gnu.org>
19978
19979 * dired.el (dired-move-to-filename-regexp): Allow format where
19980 YYYY is followed by two spaces.
19981
19982 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
19983 in the second character class of the regexp.
19984
19985 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
19986 mh-etc, too.
19987
19988 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
19989 nil.
19990
19991 * subr.el (add-minor-mode): Use `set' instead of `setq'.
19992
19993 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
19994 argument.
19995
19996 2000-04-27 Sen Nagata <sen@eccosys.com>
19997
19998 * emacs-lisp/crm.el (crm-completion-table): New variable.
19999 (crm-collection-fn, crm-test-completion)
20000 (completing-read-multiple): Use it.
20001
20002 2000-04-27 Dave Love <fx@gnu.org>
20003
20004 * help.el (locate-library): Use mapc.
20005 (help-manyarg-func-alist): Add call-process-region.
20006
20007 2000-04-26 Gerd Moellmann <gerd@gnu.org>
20008
20009 * subr.el (add-minor-mode): Make argument MAP optional.
20010
20011 * desktop.el (desktop-save): Save list of minor modes.
20012 (desktop-create-buffer): Restore minor modes.
20013 (desktop-minor-mode-table): New user-option.
20014
20015 * subr.el (add-minor-mode): New function.
20016
20017 * image.el (find-image): New function.
20018 (defimage): Rewritten to find image at load time.
20019
20020 * startup.el (normal-top-level-add-to-load-path): Handle
20021 case that the default directory is not in load-path.
20022
20023 * help.el: Old patch from Stefan Monnier.
20024 (help-xref-on-pp): New function.
20025 (describe-variable): Use it to display xrefs in a symbol's value.
20026
20027 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
20028
20029 * cus-edit.el (custom-face): Fix parenthesis.
20030
20031 2000-04-26 Kenichi Handa <handa@etl.go.jp>
20032
20033 * mail/rmail.el (rmail-expunge): When there are no deleted
20034 messages, do nothing.
20035
20036 2000-04-26 Dave Love <fx@gnu.org>
20037
20038 * international/mule-cmds.el (locale-translation-file-name):
20039 Defvar to nil.
20040 (set-locale-environment): Set it here (at runtime).
20041
20042 2000-04-25 Gerd Moellmann <gerd@gnu.org>
20043
20044 * replace.el (perform-replace): Add parameters START and END. Use
20045 them instead of the check for a region in Transient Mark mode.
20046 (query-replace-read-args): Return two more list elements for the
20047 start and end of the region in Transient Mark mode.
20048 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20049 (map-query-replace-regexp, replace-string, replace-regexp): Add
20050 optional last arguments START and END and pass them to
20051 perform-replace.
20052
20053 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
20054 form with additional arguments for perform-replace.
20055
20056 * progmodes/etags.el (tags-query-replace): Add parameters START
20057 and END. Construct a form with additional arguments for
20058 perform-replace.
20059
20060 * simple.el (shell-command): Set default directory for "*Shell
20061 Command Output" buffer.
20062
20063 * language/european.el (iso-latin-4): Fix typo.
20064
20065 * emacs-lisp/crm.el: New file.
20066
20067 2000-04-24 Dave Love <fx@gnu.org>
20068
20069 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20070 (Custom-reset-saved, Custom-reset-standard)
20071 (custom-group-value-create, custom-group-set, custom-group-save)
20072 (custom-group-reset-current, custom-group-reset-saved)
20073 (custom-group-reset-standard): Use mapc.
20074 (custom-buffer-create-internal): Disable undo when creating items.
20075 Use mapc.
20076 (custom-face): Avoid redundant lambda.
20077
20078 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20079
20080 * startup.el (auto-save-list-file-prefix): Set default to
20081 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20082
20083 2000-04-24 Sam Steingold <sds@gnu.org>
20084
20085 * time-stamp.el (time-stamp-string-preprocess): Always convert
20086 `field-result' to a string.
20087
20088 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20089
20090 * frame.el (scrolling): New group.
20091 (automatic-hscrolling): New user-option.
20092
20093 * startup.el (command-line-x-option-alist): Add `-lsp' and
20094 `--line-spacing'.
20095
20096 2000-04-19 Dave Love <fx@gnu.org>
20097
20098 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20099 (cl-mapc): Rename from mapc. Fix the funcall.
20100
20101 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20102
20103 * simple.el (clone-indirect-buffer-other-window): New command.
20104 (clone-indirect-buffer): Add optional arg NORECROD.
20105 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20106
20107 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20108
20109 * window.el (count-screen-lines): New function.
20110 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20111 instead of window-buffer-height.
20112
20113 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20114 non-existing variable comint-input-sentinel.
20115 (inferior-lisp-args-to-list): Removed.
20116 (inferior-lisp): Use split-string instead of
20117 inferior-lisp-args-to-list.
20118
20119 * hexl.el (hexl-insert-hex-string): New command.
20120
20121 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20122 instead of concat.
20123
20124 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20125
20126 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20127 at the start of an existing but empty folder.
20128
20129 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20130
20131 * ps-mule.el: Customization fix, doc fix.
20132 (ps-multibyte-buffer): Customization fix.
20133
20134 2000-04-17 Richard M. Stallman <rms@gnu.org>
20135
20136 * subr.el (read-passwd): Use read-char-exclusive.
20137
20138 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20139
20140 * textmodes/texinfo.el (texinfo-insert-@email)
20141 (texinfo-insert-@emph, texinfo-insert-@quotation)
20142 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20143 (texinfo-mode-map): Add key bindings for them.
20144
20145 * files.el (basic-save-buffer-2): Use a template with `$'
20146 instead of `#' for VMS.
20147
20148 * simple.el (clone-indirect-buffer): New function.
20149
20150 2000-04-16 Stephen Eglen <stephen@gnu.org>
20151
20152 * iswitchb.el (iswitchb-case): New function. If the user input
20153 contains any upper-case characters, the search is made
20154 case-sensitive.
20155
20156 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20157
20158 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20159 comment-end.
20160 (texinfo-font-lock-syntactic-keywords): New var.
20161 (texinfo-font-lock-keywords): Remove comment regexp.
20162 (texinfo-insert-block): New function.
20163 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20164 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20165 and font-lock-defaults. Use regexp-opt for outline-regexp.
20166 (texinfo-environments): New var.
20167 (texinfo-environment-regexp): Use regexp-opt and
20168 texinfo-environments.
20169
20170 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20171 ispell-process is bound since this might be eval'd before ispell
20172 is loaded.
20173 (ispell-message): Use a tiny bit less magic and a bit more hard
20174 data to figure out what kind of sc-cite-regexp to use.
20175
20176 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20177
20178 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20179 (insert-cyclic-diary-entry): Unquote the lambda.
20180
20181 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20182
20183 * files.el (backup-enable-predicate): Unquote the lambda.
20184
20185 * cus-edit.el (custom-face, face): Unquote the lambda.
20186
20187 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20188
20189 * ps-print.el: Check for line-beginning-position definition.
20190
20191 * ps-print.el: Fix counting lines in a region.
20192 (ps-print-version): New version number (5.1.5).
20193 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20194 (ps-printing-region): Fun code fix.
20195
20196 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20197
20198 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20199 to file-directory-p.
20200
20201 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20202
20203 * gud.el (gud-jdb-build-source-files-list): Check that directory
20204 exists before calling directory-files.
20205
20206 2000-04-13 Dave Love <fx@gnu.org>
20207
20208 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20209 syntax.
20210
20211 * emacs-lisp/cl-specs.el: Remove when, unless.
20212
20213 * emacs-lisp/cl-extra.el: Don't quote keywords.
20214 (cl-old-mapc): New variable.
20215 (mapc): Use it.
20216 (cl-map-intervals): Use with-current-buffer. Don't check for
20217 next-property-change.
20218 (cl-map-overlays): Use with-current-buffer.
20219 (cl-expt): Remove.
20220 (copy-tree, remprop): Define unconditionally.
20221
20222 * emacs-lisp/cl-compat.el (keywordp): Remove.
20223
20224 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20225 to use keywordp.
20226 (edebug-spec): Enable keywordp.
20227
20228 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20229 string-lessp.
20230
20231 * cus-start.el: Use keywordp.
20232
20233 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20234
20235 * diary-lib.el (include-other-diary-files): Fix the fix of
20236 2000-02-18 by doing a save-excursion.
20237
20238 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20239
20240 * ps-print.el: Customization fix, doc fix.
20241 (ps-print-version): New version number (5.1.4).
20242 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20243 (ps-print-preprint): Adjust code.
20244 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20245 (ps-print-prologue-header, ps-print-control-characters)
20246 (ps-spool-config): Customization fix.
20247
20248 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20249
20250 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20251 converted to the new menu-item format, names silightly changed,
20252 help strings added.
20253
20254 Support for spelling without async subprocesses:
20255
20256 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20257 (ispell-session-buffer): New variables.
20258 (ispell-start-process, ispell-process-status,
20259 ispell-accept-output, ispell-send-string): New functions, for
20260 Ispell invocation when async subprocesses aren't supported.
20261 (ispell-word, ispell-pdict-save, ispell-command-loop,
20262 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20263 to process-send-string with calls to ispell-send-string, and
20264 accept-process-output with ispell-accept-output.
20265 (ispell-init-process): Call ispell-process-status instead of
20266 process-status with.
20267 (ispell-init-process): Call ispell-start-process. Call
20268 ispell-accept-output and ispell-send-string. Don't call
20269 process-kill-without-query and kill-process if they are unbound.
20270 (ispell-async-processp): New function.
20271
20272 2000-04-12 Dave Love <fx@gnu.org>
20273
20274 * info.el: Add debug-ignored-errors.
20275 (Info-mode-menu): Add some items.
20276 (Info-directory): Add autoload cookie.
20277
20278 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20279 Modify `truncate-lines'. Make `describe-language-environment'
20280 always visible and add help. Modify `describe-key' help. Invoke
20281 Info-directory from `info'. New entry `emacs-manual'.
20282
20283 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20284
20285 * progmodes/ebrowse.el (ebrowse-tree-mode):
20286 Use propertized-buffer-identification.
20287 (ebrowse-update-member-buffer-mode-line): Likewise.
20288 (ebrowse--mode-strings): Removed.
20289 (ebrowse--mode-line-props): Removed.
20290
20291 * files.el (auto-mode-alist): Add `EBROWSE'.
20292
20293 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20294 space before testing for end of buffer.
20295 (ebrowse-load): Removed.
20296 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20297 (ebrowse-create-tree-buffer): Rewritten.
20298 (ebrowse-tree-mode): Read tree from buffer.
20299
20300 * progmodes/ebrowse-ffh.el: Removed.
20301
20302 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20303
20304 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20305
20306 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20307
20308 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20309 at the wrong place.
20310
20311 2000-04-09 Dave Love <fx@gnu.org>
20312
20313 * files.el (backup-enable-predicate):
20314 Use temporary-file-directory, small-temporary-file-directory.
20315 (make-backup-file-name-function, backup-directory-alist): New vars.
20316 (make-backup-file-name-1): New function.
20317 (make-backup-file-name): Use it.
20318 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20319 (file-newest-backup): Use make-backup-file-name.
20320
20321 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20322
20323 * progmodes/ebrowse-ffh.el: New file.
20324
20325 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20326 Moved to ebrowse-ffh.el.
20327 (ebrowse-load): Add autoload.
20328
20329 * finder.el (finder-commentary): Add autoload cookie.
20330
20331 * mail/rfc2368.el: Correct author's email address.
20332
20333 * progmodes/ebrowse.el: New file.
20334
20335 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20336 item help string.
20337 (easy-menu-do-add-item): Ditto.
20338 (easy-menu-define): Extend doc string.
20339
20340 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20341 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20342 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20343 with-buffer-unmodified.
20344
20345 2000-04-08 Dave Love <fx@gnu.org>
20346
20347 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20348 unless, when.
20349
20350 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20351
20352 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20353 (viper-flash-search-pattern): No operation when using Emacs
20354 doesn't support face.
20355 Use `viper-put-on-search-overlay'.
20356
20357 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20358
20359 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20360 like C-r.
20361
20362 * progmodes/make-mode.el: Some doc fixes.
20363 (makefile-mode-abbrev-table): New variable.
20364 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20365 (makefile-font-lock-keywords): Fontify includes and conditionals.
20366 (toplevel): Require `dabbrev' and `add-log' when compiling.
20367
20368 * replace.el (perform-replace): Don't move forward one char
20369 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20370 to do that because it leaves point 1 position after the last
20371 replacement, after everything has been replaced.
20372
20373 * jit-lock.el (with-buffer-unmodified): New macro.
20374 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20375 modified state.
20376 (jit-lock-function-1): Extracted from jit-lock-function; not
20377 preserving buffer's modified state.
20378 (jit-lock-function, jit-lock-stealth-fontify):
20379 Call jit-lock-function-1.
20380
20381 * mail/rfc2368.el: Remove supernumerary copyright line.
20382
20383 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20384
20385 * glasses.el: Provide facilities for inserting space before left
20386 parentheses and uncapitalization of identifiers.
20387 (glasses-mode): Try to remove old overlays in all cases.
20388
20389 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20390
20391 * progmodes/compile.el (compile-internal): Display the compilation
20392 buffer in a different frame, if it's already displayed there.
20393
20394 * mail/rfc2368.el: New file.
20395
20396 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20397 header and insert its value as mail body.
20398
20399 * subr.el (member-ignore-case): New function.
20400
20401 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20402 (dabbrev--find-expansion): Ignore buffers matching a regexp
20403 from dabbrev-ignored-regexps.
20404
20405 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20406 to extensions handled by gzip.
20407
20408 2000-04-03 Richard M. Stallman <rms@gnu.org>
20409
20410 * files.el (insert-directory): List the total free space
20411 along with the used space.
20412
20413 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20414 line is followed by one that matches CITATION-REGEXP, end the
20415 paragraph.
20416
20417 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20418
20419 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20420 (rmail-make-basic-summary-line): Use that option.
20421
20422 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20423
20424 * international/mule-cmds.el (encoded-string-description):
20425 Rewritten. Try pretty description for ISO 2022 escape sequences
20426 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20427 for hexadecimal format.
20428
20429 2000-04-01 Dave Love <fx@gnu.org>
20430
20431 * cpp.el: Change customization group to `c' from `C'.
20432
20433 * vcursor.el (vcursor-move): Use display-color-p.
20434
20435 * international/mule-util.el: Provide mule-utils.
20436 (string-to-sequence): Simplify and speed up.
20437
20438 * international/mule.el (make-coding-system): Purecopy doc-string.
20439
20440 * international/mule-cmds.el: Various menu changes.
20441 (describe-specified-language-support): Handle `Default'.
20442 (set-language-info): Purecopy `info'.
20443
20444 2000-03-31 Andrew Innes <andrewi@gnu.org>
20445
20446 * vc.el (vc-backend-diff): Return the correct status if we had to
20447 retry the rcsdiff command without the --brief option.
20448
20449 2000-03-31 Dave Love <fx@gnu.org>
20450
20451 * help.el (help-manyarg-func-alist): Correct several omissions.
20452
20453 * add-log.el: Don't require cl, fortran.
20454 (add-log-current-defun-function): Doc fix.
20455 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20456 (change-log-version-rcs): Function deleted.
20457 (change-log-version-number-search): Doc fix.
20458 Use vc-workfile-version. Avoid CL dolist.
20459 (add-change-log-entry): Just call add-log-current-defun to get
20460 defun. Simplify somewhat.
20461 (change-log-get-method-definition-1): Likewise.
20462 (add-log-current-defun): Return nil if calling
20463 add-log-current-defun-function does so. Move Fortran stuff to
20464 fortran.el. Return string without properties.
20465
20466 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20467 and :alpha: char classes.
20468
20469 * mail/supercite.el: Defvar curline when compiling.
20470 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20471 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20472 rather than a-zA-Z0-9 to allow non-ASCII characters.
20473
20474 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20475
20476 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20477
20478 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20479 Re-enable new code.
20480
20481 * lpr.el (print-region-1): Use -d to specify printer name for
20482 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20483
20484 2000-03-31 Dave Love <fx@gnu.org>
20485
20486 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20487 Look for function definition in symbol's function value slot first
20488 instead of first consulting byte-compile-function-environment.
20489
20490 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20491
20492 * language/european.el ("Polish"): New language environment.
20493 (setup-polish-environment): New function.
20494
20495 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20496
20497 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20498 Disable new code.
20499
20500 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20501 trying to `load' the symbol of an autoload instead of the file
20502 recorded in the autoload. Fix error messages.
20503
20504 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20505
20506 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20507 (ps-print-version): New version number (5.1.3).
20508 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20509 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20510 (ps-generate-postscript-with-faces): Code fix.
20511 (ps-color-values): XEmacs compatibility.
20512 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20513 (ps-default-fg, ps-default-bg): Adjust customization.
20514 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20515 (ps-color-scale): Renaming old ps-color-value fun.
20516 (ps-print-headers): Replace ps-print-header group to avoid conflict
20517 with ps-print-header variable.
20518 (ps-print-miscellany): New group.
20519 (ps-format-color, ps-rgb-color): New funs.
20520 (ps-default-foreground): New var.
20521 (ps-printer-name-option): New const.
20522
20523 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20524
20525 * net/net-utils.el:
20526 (network-connection-host, network-connection-service): New variables
20527 (network-connection-mode): New mode, derived from comint-mode
20528 (network-connection-mode-setup): New function, saves host and
20529 service information in local variables.
20530
20531 * lisp/locate.el:
20532 (locate-word-at-point): Added this function
20533 (locate): Default to using locate-word-at-point as input
20534 Run dired-mode-hook
20535
20536 2000-03-29 Dave Love <fx@gnu.org>
20537
20538 * calendar/appt.el: Doc fixes.
20539 (appt-check): Convert min-to-app to a string before passing to
20540 appt-disp-window-function or concat.
20541 (appt-delete-window): Remove test for frame-root-window.
20542 (appt-select-lowest-window, appt-convert-time): Simplify.
20543
20544 * emacs-lisp/bytecomp.el: Doc fixes.
20545 (byte-compile-file-form-autoload):
20546 Update byte-compile-function-environment.
20547
20548 2000-03-29 Andreas Schwab <schwab@suse.de>
20549
20550 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20551
20552 * dired.el (dired-insert-directory): If dired-free-space-program
20553 failed just delete its output.
20554
20555 2000-03-29 Dave Love <fx@gnu.org>
20556
20557 * international/iso-cvt.el: Move provide to end. Doc fixes.
20558 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20559 (iso-iso2sgml, iso-sgml2iso): New functions.
20560 (iso-cvt-define-menu): Fix some entries and use backquote for
20561 clarity.
20562
20563 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20564
20565 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20566
20567 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20568 ISO-DATE. If non-nil, return date in ISO 8601 format.
20569
20570 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20571
20572 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20573 if it ever becomes used.
20574 (log-edit-mode-hook): Default to vc-log-mode-hook.
20575 (log-edit-mode): Fix the docstring.
20576
20577 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20578 the code.
20579
20580 2000-03-26 Dave Love <fx@gnu.org>
20581
20582 * net/browse-url.el (browse-url): Re-fix case of
20583 browse-url-browser-function being an alist.
20584 (browse-url): Add :link to defgroup.
20585
20586 * files.el: Doc fixes.
20587 (file-truename): Include `[' in wildcard characters.
20588 (automount-dir-prefix): Customize.
20589 (find-file-wildcards): Add :version.
20590 (find-file-noselect): Simplify a mapcar call.
20591
20592 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20593 compatible with inf-lisp version.
20594 (eval-defun-1): Fix custom-declare-variable case.
20595
20596 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20597
20598 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20599
20600 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20601
20602 * Makefile (COMPILE_FIRST): New macro.
20603 (compile-files): Compile files from COMPILE_FIRST first.
20604
20605 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20606
20607 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20608 matching open parenthesis in column 0 to defun-prompt-regexp
20609 only if open-paren-in-column-0-is-defun-start is set.
20610
20611 * sun-curs.el: Require CL at compile-time only.
20612
20613 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20614 instead of copy-list which is a function from CL.
20615 (msb--choose-menu, msb--mode-menu-cond)
20616 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20617 (msb--init-file-alist): Use mapcar instead of mapcan.
20618 (msb--aggregate-alist): Use mapcar instead of mapcan.
20619 Fix `(' in column 0 in doc string.
20620 (msb--add-separators): Use mapcar instead of mapcan.
20621
20622 * cus-dep.el: Require CL at compile-time only.
20623
20624 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20625
20626 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20627 (byte-compile-warnings): New warning `noruntime'.
20628 (byte-compile-constants, byte-compile-variables): Fix docstring.
20629 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20630 execute `eval-whenc-compile's body.
20631 (byte-compile-unresolved-functions): Fix docstring.
20632 (byte-compile-eval): New function.
20633 (byte-compile-callargs-warn): Check if the function will be available
20634 at runtime (via property `byte-compile-noruntime').
20635 (byte-compile-print-syms): New function.
20636 (byte-compile-warn-about-unresolved-functions): Also warn about
20637 `noruntime' functions (and use `byte-compile-print-syms').
20638 (byte-compile-file): Capitalize the message.
20639
20640 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20641
20642 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20643 (rmail-expunge): Ask for confirmation depending on the setting
20644 of rmail-confirm-expunge.
20645
20646 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20647
20648 * Makefile (bootstrap-clean): If $(emacs) exists, build
20649 loaddefs.el first. A loaddefs.el that's not up-to-date might
20650 cause a bootstrap failure because things don't autoload as expected.
20651
20652 2000-03-23 Dave Love <fx@gnu.org>
20653
20654 * net/browse-url.el: Restore previous use of
20655 browse-url-maybe-new-window.
20656
20657 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20658
20659 * ps-print.el: Skip banner page fix.
20660 (ps-print-version): New version number (5.1.2).
20661 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20662
20663 2000-03-23 Dave Pearson <davep@davep.org>
20664
20665 * net/quickurl.el Changed the type of parameter passed to the
20666 function defined by `quickurl-format-function'. Before only the
20667 text of the URL was passed. Now the whole URL structure is passed
20668 and the function is responsible for extracting the parts it requires.
20669 Changed the default of `quickurl-format-function' accordingly.
20670 (quickurl-insert): Changed the `funcall' of
20671 `quickurl-format-function' to match the above change.
20672 (quickurl-list-insert): Changed the `url' case so that it makes
20673 use of `quickurl-format-function', previous to this the format was
20674 hard wired.
20675
20676 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20677
20678 * startup.el: Change some spellings for the X Window System.
20679
20680 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20681
20682 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20683 Clean up the code and the regexp and make sure the cursor is
20684 temporarily moved to the suspicious line while querying the user.
20685
20686 2000-03-22 Jason Rumney <jasonr@gnu.org>
20687
20688 * w32-fns.el (w32-charset-info-alist): Initialize.
20689
20690 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20691
20692 * ps-print.el: N-up last page fix.
20693 (ps-print-version): New version number (5.1.1).
20694 (ps-end-file, ps-end-job, ps-generate): Code fix.
20695
20696 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20697
20698 * files.el (find-file-run-dired): Update docstring.
20699 (find-directory-functions): New hook.
20700 (find-file-noselect): Run find-directory-functions rather than
20701 calling dired directly.
20702
20703 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20704
20705 * pcvs.el: Add a minimal leading commentary.
20706 (cvs-make-cvs-buffer): Change the header part by removing the startup
20707 message and adding a `Module' entry. Also replace the FOOTER and
20708 HEADER special fileinfos with the new support in ewoc for updating
20709 its own footer and header.
20710 (cvs-update-header): Update to use the header/footer of the ewoc.
20711 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20712 (cvs-is-within-p): New function.
20713 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20714 to only examine some subset of the buffers.
20715
20716 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20717 `format' instead of our own ad-hoc functions.
20718 Remove HEADER and FOOTER cases, now handled in the EWOC.
20719 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20720
20721 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20722 output to avoid scaring the user.
20723 (cvs-parse-table): Catch message for non-up-to-date commits.
20724
20725 * pcvs-defs.el (cvs-startup-message): Remove.
20726 (cvs-global-menu): New autoloaded menu.
20727
20728 * pcvs-util.el (cvs-string-fill): Remove.
20729
20730 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20731 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20732 PP part of it and also make it work for footers and headers.
20733 (ewoc-create): Drop POS and BUFFER arguments.
20734 Use the DLL's dummy node to store the end-of-footer position.
20735 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
20736 (ewoc-refresh): Remove unused `header' variable.
20737 (ewoc-(get|set)-hf): New functions.
20738
20739 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
20740 log-view-*-(message|file) and use easy-mmode-define-navigation.
20741 (log-view-message-re): Match SCCS format as well.
20742 And match the revision line rather than the dashed separator line.
20743 (log-view-mode): Use the new define-derived-mode.
20744 (log-view-current-tag): Fill in with an actual implementation.
20745
20746 * cvs-status.el (cvs-status-(prev|next)): Rename from
20747 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
20748 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
20749 to let the output "breathe" a little more (more readable).
20750 (cvs-status-mode): Use the new define-derived-mode.
20751
20752 * smerge-mode.el (smerge-auto-leave): New function and variable.
20753 (smerge-basic-map): Rename from smerge-basic-keymap.
20754 Change the bindings for smerge-diff-*.
20755 (smerge-*-map): Use easy-mmode-defmap.
20756 (smerge-(next|prev)): Use easy-mmode-define-navigation.
20757 (smerge-keep-*): Use smerge-auto-leave.
20758
20759 2000-03-21 Jason Rumney <jasonr@gnu.org>
20760
20761 * cus-edit.el (custom-button-face): Use 3D look for w32.
20762 (custom-button-pressed-face): Likewise.
20763
20764 2000-03-21 Gerd Moellmann <gerd@gnu.org>
20765
20766 * progmodes/etags.el (tags-case-fold-search): New user-option.
20767 (tags-loop-eval): New function. Bind case-fold-search around eval
20768 depending on the value of tags-case-fold-search.
20769 (tags-loop-continue): Use tags-loop-eval.
20770 (find-tag-in-order): Bind case-fold-search depending on the value
20771 of tags-case-fold-search.
20772
20773 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20774
20775 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
20776 (diff-end-of-hunk): Return the end position for use in
20777 `easy-mmode-define-navigation'.
20778 (diff-recenter): Remove.
20779 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
20780 of `easy-mmode-define-navigation'.
20781 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
20782 previous renaming) and fix to use new names.
20783 (diff-merge-strings): Use \n as separator: simpler, faster.
20784 (diff-mode): Use `define-derived-mode'.
20785
20786 * derived.el (define-derived-mode): Don't autoload anymore.
20787 Prefer the macro-only version provided by easy-mmode.el.
20788
20789 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
20790 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
20791 (easy-mmode-define-navigation): New macro.
20792
20793 * subr.el (combine-run-hooks): New function.
20794
20795 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
20796
20797 * term/x-win.el: Fontsets related initialization is simplified.
20798
20799 * international/mule-diag.el (describe-font): Don't refer to
20800 global-fontset-alist, instead call font-list.
20801 (describe-fontset, list-fontsets, mule-diag): Likewise.
20802 (print-fontset): Adjusted for the change of fontset implementation.
20803
20804 * international/fontset.el (x-charset-registries): Variable removed,
20805 instead the corresponding data is stored in the default fontset.
20806 (register-alternate-fontnames): Function removed.
20807 (resolved-ascii-font): Variable removed.
20808 (x-compose-font-name): Ignore the second argument REDOCE.
20809 (x-complement-fontset-spec): Complement only an ASCII font and
20810 element for those charsets than can use that ASCII font.
20811 (generate-fontset-menu): Don't refer to global-fontset-alist,
20812 instead call fontset-list.
20813 (uninstantiated-fontset-alist): Variable removed.
20814 (x-style-funcs-alist): Likewise.
20815 (fontset-default-styles): Likewise.
20816 (x-modify-font-name): Function removed.
20817 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
20818 (create-fontset-from-ascii-font): Docsting adjusted for the above
20819 change.
20820 (instantiate-fontset, resolve-fontset-name): Functions removed.
20821 (fontset-list): Now implemented by C code.
20822
20823 * faces.el (read-face-font): Fix TABLE arg to completing-read.
20824 (describe-face): Include `font' attribute in the description.
20825
20826 2000-03-21 Kenichi Handa <handa@etl.go.jp>
20827
20828 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
20829
20830 2000-03-20 Gerd Moellmann <gerd@gnu.org>
20831
20832 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
20833 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
20834 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
20835
20836 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
20837 about behavior of set-buffer-modified-p wrt redisplay.
20838
20839 2000-03-19 Richard M. Stallman <rms@gnu.org>
20840
20841 * view.el (view-mode-disable): Kill local binding of view-read-only.
20842
20843 2000-03-18 Gerd Moellmann <gerd@gnu.org>
20844
20845 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
20846 is a string, convert it to a syntax cell using string-to-syntax.
20847
20848 * simple.el (syntax-code-table, syntax-flag-table): New variables.
20849 (string-to-syntax): New function.
20850
20851 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
20852 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
20853 try to use passive ftp mode.
20854
20855 2000-03-17 Gerd Moellmann <gerd@gnu.org>
20856
20857 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
20858
20859 * simple.el (append-to-buffer): Update point of windows after
20860 insertion.
20861
20862 * abbrev.el (inverse-add-abbrev): Identify word by first moving
20863 forward then moving backward. Reindent.
20864
20865 * frame.el (other-frame): Call x-focus-frame only if
20866 focus-follows-mouse is off.
20867
20868 2000-03-17 Dave Love <fx@gnu.org>
20869
20870 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
20871
20872 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
20873
20874 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
20875 regexp for labels cannot span several lines.
20876
20877 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
20878 `(setq :<key> ':<key>)' to the macro expansion.
20879
20880 2000-03-16 Dave Love <fx@gnu.org>
20881
20882 * progmodes/f90.el (f90): Put custom group under `languages', not
20883 `fortran'.
20884 (f90-mode-hook): Customize.
20885 (f90-mode): Set add-log-current-defun-function.
20886 (f90-current-defun): New function.
20887
20888 2000-03-16 Gerd Moellmann <gerd@gnu.org>
20889
20890 * cus-edit.el (custom-variable-tag-face): Handle case that
20891 default face's height is not a number.
20892 (custom-face-tag-face, custom-group-tag-face-1)
20893 (custom-group-tag-face): Ditto.
20894 (custom-group-tag-face-1): Add :group.
20895
20896 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
20897
20898 2000-03-15 Gerd Moellmann <gerd@gnu.org>
20899
20900 * pcvs-defs.el (toplevel): Remove autoload cookie for form
20901 requiring easymenu.
20902
20903 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20904
20905 * ps-print.el: PostScript user-defined prologue, PostScript error
20906 handler, doc fix.
20907 (ps-print-version): New version number (5.1).
20908 (ps-user-defined-prologue, ps-error-handler-message)
20909 (ps-print-prologue-0, ps-error-handler-alist): New vars.
20910 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
20911 (ps-insert-string): New function.
20912
20913 2000-03-15 Kenichi Handa <handa@etl.go.jp>
20914
20915 * international/ccl.el (ccl-compile-expression): Don't generate
20916 invalid self-assignment code.
20917
20918 2000-03-14 Dave Love <fx@gnu.org>
20919
20920 * subr.el (replace-regexp-in-string): Renamed from
20921 replace-regexps-in-string. Doc fix.
20922
20923 2000-03-12 Dave Love <fx@gnu.org>
20924
20925 * cus-edit.el: Doc fixes.
20926 (customize-set-variable, customize-save-variable): Rename args for doc.
20927 (custom-variable-tag-face, custom-face-tag-face)
20928 (custom-group-tag-face-1, custom-group-tag-face): Modify from
20929 style which user identify as hyperlink.
20930 (hook): Don't add undefined functions to the hook.
20931 (debug-ignored-errors): Transfer message from bindings.el.
20932
20933 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20934
20935 * recentf.el (recentf-keep-non-readable-files-p):
20936 Remove double/nested definition.
20937
20938 2000-03-12 Dave Love <fx@gnu.org>
20939
20940 * facemenu.el (facemenu-get-face): Use display-color-p.
20941 * enriched.el (enriched-decode-foreground): Likewise.
20942 (enriched-decode-background): Likewise.
20943 * isearch.el (isearch-highlight): Likewise.
20944 * info-look.el (info-lookup): Likewise.
20945 * simple.el (completion-setup-function): Likewise.
20946
20947 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
20948 :options.
20949
20950 * bindings.el (mode-line-format): Fix line-number and
20951 column-number items. Add help-echo for the background.
20952 (mode-line-mule-info): Modify help-echo.
20953
20954 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
20955
20956 * files.el (load-file): Allow completion to .elc.
20957
20958 * man.el: Doc fixes.
20959 (Man-init-defvars): Use display-color-p to set fontification.
20960
20961 * play/hanoi.el (hanoi-internal): Don't use oddp.
20962
20963 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20964
20965 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
20966
20967 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
20968
20969 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
20970
20971 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
20972 Fix comment.
20973
20974 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
20975
20976 * font-lock.el (font-lock-keywords): Fix the doc now that
20977 regexp-opt-depth is unnecessary.
20978 (save-buffer-state): Set an edebug spec.
20979 (font-lock-fontify-anchored-keywords): Properly handle the case when
20980 the matcher goes past the limit.
20981
20982 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
20983 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
20984
20985 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
20986 dll.el and cookie.el (from Elib) with heavy renaming and other
20987 massaging.
20988
20989 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
20990 Autoload the functions used.
20991 (easy-mmode-define-syntax): Fix CL typo.
20992 (easy-mmode-define-derived-mode): Improve the docstring generation.
20993
20994 2000-03-10 Gerd Moellmann <gerd@gnu.org>
20995
20996 * textmodes/texinfo.el (texinfo-version): Variable and function
20997 removed.
20998
20999 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
21000
21001 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
21002 allow more flexibility.
21003 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
21004 (easy-mmode-defmap, easy-mmode-defsyntax)
21005 (easy-mmode-define-derived-mode): New macros.
21006
21007 2000-03-09 Didier Verna <didier@xemacs.org>
21008
21009 * rect.el (replace-rectangle): New function.
21010
21011 2000-03-09 Dave Love <fx@gnu.org>
21012
21013 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
21014 (fortran-comment-line-start-skip): Don't match cpp stuff.
21015 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
21016 (fortran-mode-map): Remove over-eager custom-menu-create for now.
21017 (fortran-mode): Don't set fortran-comment-line-start-skip,
21018 fortran-comment-line-start here. Set comment-start,
21019 add-log-current-defun.
21020 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
21021 (fortran-current-defun): New function.
21022
21023 2000-03-09 Gerd Moellmann <gerd@gnu.org>
21024
21025 * emacs-lisp/re-builder.el: New file.
21026
21027 * mouse.el (mouse-drag-region): Don't run up-event handler
21028 if hscroll has changed.
21029
21030 * octave-mod.el (octave-font-lock-keywords): To font-lock the
21031 builtin operators, use `font-lock-builtin-face' for Emacs and
21032 `font-lock-preprocessor-face' otherwise.
21033
21034 * font-lock.el (lisp-font-lock-keywords-1): Highlight
21035 `(defun (setf foo)' differently.
21036
21037 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
21038
21039 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
21040 (regexp-opt): Update comment and adapt the code the new meaning of
21041 the `paren' argument of regex-opt-group for shy-groups.
21042 (regexp-opt-depth): Handle shy groups as well as backslashed
21043 backslashes.
21044 (regexp-opt-group): Turn the leading comment into a docstring.
21045 Allow `paren' to be a string (the string to use to open a group).
21046 Remove open-presuf and close-presuf. Instead of checking for `all
21047 one-char' and then later on check for `several one-char', handle
21048 both cases close together. Also apply a more generic algorithm
21049 for suffixes (the mirror image of the algorithm used for
21050 prefixes). Use shy-groups. Use nreverse rather than reverse.
21051 (regexp-opt-try-suffix): Removed.
21052
21053 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
21054 from comint-mode-map, so we can just inherit from it. Also, move
21055 the initialization into the `defvar' since there's no docstring
21056 anyway and it's fairly short.
21057 (inferior-scheme-mode): Define it as derived-mode: the code is
21058 shorter and this way we inherit from comint-mode-map rather than
21059 copying it.
21060
21061 * subr.el (replace-regexps-in-string): Properly handle the case
21062 where we match an empty string.
21063
21064 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21065 when the command has a directory component (such as "./testml").
21066 Also fix a typo in the comment.
21067
21068 2000-03-08 Gerd Moellmann <gerd@gnu.org>
21069
21070 * Makefile (compile-files): Compile files one by one because
21071 that's the only way to ensure a clean compilation environment for
21072 each individual file.
21073
21074 * frame.el (other-frame): Call x-focus-frame.
21075
21076 2000-03-07 Dave Love <fx@gnu.org>
21077
21078 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21079 :require to defcustom.
21080
21081 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
21082
21083 * files.el (auto-mode-alist): Add configure.in.
21084
21085 * progmodes/autoconf.el: New file.
21086
21087 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21088
21089 * mail/mh-e.el: Change maintainer to `none'.
21090
21091 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21092 to remove-hook and add-hook.
21093
21094 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21095
21096 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21097 it as the default.
21098 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21099 (sendmail-send-it): Conditionally add MIME headers specifying the
21100 used character set.
21101
21102 2000-03-07 Dave Love <fx@gnu.org>
21103
21104 * winner.el: Fix keywords, autoload cookies.
21105 Split eval-when-compile form to avoid compilation failure.
21106
21107 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21108
21109 * international/mule.el: Modify comment about coding system
21110 property `coding-category'.
21111 (make-coding-system): New argument EOL-TYPE. Pay attention to
21112 coding-category property of PROPERTIES.
21113
21114 * international/mule-conf.el (coding-category-utf-8)
21115 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21116 categories. Include them in the argument for set-coding-priority.
21117
21118 * international/mule-cmds.el (reset-language-environment):
21119 Include coding-category-utf-8, coding-category-utf-16-be, and
21120 coding-category-utf-16-le in the argument for set-coding-priority.
21121 (reset-language-environment): Initialize coding-category-utf-8,
21122 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21123
21124 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21125
21126 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21127 code abstracted out of `bookmark-jump-noselect'. Now tries info
21128 extensions as well as compression extensions.
21129 (bookmark-jump-noselect): Use above new func.
21130
21131 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21132
21133 * strokes.el: Change maintainer's mail address.
21134
21135 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21136
21137 * international/mule-diag.el (list-character-sets): Make help-echo
21138 string by substitute-command-keys.
21139 (list-character-sets): Likewise.
21140 (sort-listed-character-sets): Call help-setup-xref.
21141
21142 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21143
21144 * time.el (display-time-mail-file): Add `none' to the list of choices.
21145
21146 2000-03-01 Dave Love <fx@gnu.org>
21147
21148 * help.el (help-xref-go-back): Don't try to set position.
21149
21150 * international/mule-diag.el (list-character-sets):
21151 Call help-setup-xref. Add help-echo to xrefs.
21152 (list-character-sets-1): Add help-echo to xrefs.
21153
21154 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21155
21156 * frame.el (blink-cursor-mode): Switch cursor on when turning
21157 the mode off.
21158
21159 * add-log.el (add-log-current-defun): Add support for
21160 Autoconf mode.
21161
21162 * mail/rmail.el (rmail-quit-hook): New variable.
21163
21164 2000-03-01 Dave Love <fx@gnu.org>
21165
21166 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21167
21168 * help.el (help-xref-button): Add help-echo arg.
21169 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21170
21171 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21172
21173 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21174
21175 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21176
21177 * image.el (defimage): Look for image files in load-path.
21178
21179 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21180
21181 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21182
21183 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21184
21185 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21186
21187 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21188 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21189 action to select/unselect a file.
21190 (recentf-edit-list): Code cleanup and improvement.
21191 (recentf-open-more-files-action): `recentf-open-more-files' button
21192 widget action to open a file.
21193 (recentf-open-more-files): No more use standard completion but widgets.
21194 (recentf-more-collection): Deleted.
21195 (recentf-more-history): Deleted.
21196 (recentf-setup-more-completion): Deleted.
21197
21198 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21199
21200 * recentf.el (recentf-mode): No more needs that Emacs is running
21201 under a window-system.
21202
21203 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21204
21205 * recentf.el (recentf-edit-list): New command to edit the recent
21206 list which allow the user to remove files.
21207 (recentf-edit-selected-items): New global variable, used by
21208 `recentf-edit-list' to hold the list of files to be removed from
21209 the recent list.
21210 (recentf-make-menu-items): Updated to display a "Edit list..."
21211 menu item. Minor code cleanup.
21212
21213 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21214
21215 * recentf.el (recentf-open-more-files): New command to open files
21216 that are not displayed in the menu.
21217 (recentf-more-collection): New global variable holding the set of
21218 permissible completions used by `recentf-open-more-files'.
21219 (recentf-more-history): New global variable holding the history list
21220 used by `recentf-open-more-files' completion.
21221 (recentf-setup-more-completion): New function to setup completion for
21222 `recentf-open-more-files'.
21223 (recentf-make-menu-items): Updated to display a "More..." menu item.
21224
21225 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21226
21227 * recentf.el (recentf-menu-action): Doc fixed.
21228
21229 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21230
21231 * recentf.el (recentf-menu-filter): Doc updated.
21232 (recentf-update-menu-hook): Allow menu filters to force menu update.
21233 (recentf-make-menu-items): New menu filter handling.
21234 (recentf-make-menu-item): New helper function.
21235 (recentf-menu-elements): New menu handling function.
21236 (recentf-sort-ascending): Updated to new menu filter handling.
21237 (recentf-sort-descending): Updated to new menu filter handling.
21238 (recentf-sort-basenames-ascending): New menu filter function.
21239 (recentf-sort-basenames-descending): New menu filter function.
21240 (recentf-show-basenames): New menu filter function.
21241 (recentf-show-basenames-ascending): New menu filter function.
21242 (recentf-show-basenames-descending): New menu filter function.
21243
21244 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21245
21246 * diary-lib.el (list-diary-entries): Don't try to go forward at
21247 the end of the buffer.
21248
21249 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21250
21251 * international/mule-diag.el (list-character-sets):
21252 Completely rewritten.
21253 (sort-listed-character-sets): New function.
21254 (list-character-sets-1): Completely rewritten.
21255 (list-character-sets-2): New function.
21256 (non-iso-charset-alist): New variable.
21257 (decode-codepage-char): New function.
21258 (charset-history): New variable.
21259 (read-charset) (list-block-of-chars)
21260 (list-iso-charset-chars)
21261 (list-non-iso-charset-chars)
21262 (list-charset-chars): New functions.
21263 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21264 (dump-charsets): Likewise.
21265
21266 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21267
21268 * dired-x.el (dired-filename-at-point): Add `@' to valid
21269 file name characters.
21270 (dired-filename-at-point): Handle ange-ftp file names.
21271
21272 * frame.el (frame-notice-user-settings): Use assq-delete-all
21273 instead of assoc-delete-all.
21274 (frame-notice-user-settings): Ditto.
21275
21276 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21277 Don't copy alist.
21278
21279 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21280
21281 * calculator.el (calculator-use-menu): New option.
21282 (calculator-initial-bindings): Changed some bindings to work as macros.
21283 (calculator-forced-input): Removed.
21284 (calculator-restart-other-mode): New variable.
21285 (calculator-mode-map): Set up menu.
21286
21287 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21288
21289 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21290
21291 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21292
21293 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21294 translate all ESC key sequences.
21295 (viper-goto-mark-subr): Restore markers for files for which
21296 they were saved.
21297 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21298 * viper-util.el (viper-set-replace-overlay-glyphs)
21299 (viper-set-replace-overlay): Always check if the replacement
21300 overlay is live.
21301 * viper.el (viper-vi-state-mode-list): Add major modes.
21302 * ediff-wind.el: Minor comment changes.
21303 * ediff.el: Copyright notice date fix.
21304
21305 2000-02-27 Jason Rumney <jasonr@gnu.org>
21306
21307 * faces.el (face-font-family-alternatives): Add arial to helv.
21308 (mode-line, header-line, tool-bar): Same default as x for w32.
21309 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21310 face-font-family-alternatives from working.
21311 * term/w32-win.el (mouse-set-font): Do not build fontset from
21312 chosen font.
21313
21314 2000-02-25 Sam Steingold <sds@goems.com>
21315
21316 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21317 properly.
21318
21319 2000-02-25 Richard M. Stallman <rms@gnu.org>
21320
21321 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21322
21323 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21324
21325 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21326
21327 * frame.el (busy-cursor-delay-seconds): New option.
21328
21329 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21330
21331 * frame.el (show-cursor-in-non-selected-windows): New option.
21332
21333 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21334
21335 * diary-lib.el (include-other-diary-files): Undo the selective
21336 display in any included file and don't kill it.
21337
21338 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21339
21340 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21341 Menu items converted to (menu-item format, help strings added.
21342 [downcase, upcase]: Don't enable on MS-DOS.
21343 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21344 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21345
21346 2000-02-23 Dave Love <fx@gnu.org>
21347
21348 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21349 (backward-kill-word): Revert addition of * to interactive spec --
21350 it's a feature.
21351
21352 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21353 (backward-kill-sentence, kill-sentence): Likewise.
21354
21355 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21356 scratch buffer name.
21357 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21358
21359 * term/w32-win.el (internal-face-interactive): Update prompt for
21360 new read-face-name.
21361
21362 * mail/footnote.el (footnote): Add :version to defgroup.
21363 (footnote-section-tag-regexp): Customize.
21364 (footnote-start-tag, footnote-end-tag): New option.
21365 (footnote-latin-regexp): New variable.
21366 (Footnote-latin): New function.
21367 (footnote-style-alist): Add element for latin style.
21368 (footnote-style): Moved.
21369 (Footnote-goto-footnote): Use eq to test arg.
21370
21371 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21372
21373 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21374 (byte-compile-trueconstp): Include keywords.
21375 (byte-optimize-quote, byte-optimize-lapcode):
21376 Use byte-compile-const-symbol-p.
21377 (byte-optimize-char-before): New optimization.
21378
21379 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21380 (byte-compile-const-symbol-p): New function.
21381 (byte-compile-constp, byte-compile-out-toplevel)
21382 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21383 Use it.
21384
21385 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21386
21387 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21388
21389 * international/encoded-kb.el: Be sure to update minor-mode-alist
21390 and minor-mode-map-alist.
21391 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21392 codes SS2 and SS3 correctly.
21393 (encoded-kbd-self-insert-ccl): New function.
21394 (encoded-kbd-setup-keymap): New function.
21395 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21396 by calling encoded-kbd-setup-keymap.
21397
21398 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21399 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21400
21401 2000-02-22 Dave Love <fx@gnu.org>
21402
21403 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21404 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21405 (lisp-mode-syntax-table): Set up for #|...|# comments.
21406 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21407 classes. Match `defface'.
21408 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21409 (eval-defun-1): Fix for defcustom.
21410 (lisp-indent-region): Doc fix.
21411
21412 * subr.el (when, unless, split-string): Doc fix.
21413 (read-passwd): Move call of clear-this-command-keys to the right place.
21414 (replace-regexps-in-string): New function.
21415
21416 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21417
21418 * help.el (describe-variable): Set syntax table to
21419 emacs-lisp-mode-syntax-table when moving forward over the
21420 symbol's name.
21421
21422 2000-02-22 Dave Love <fx@gnu.org>
21423
21424 * xt-mouse.el: Doc fixes.
21425 (xterm-mouse-position-function): New function, replacing advice of
21426 mouse-position.
21427 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21428
21429 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21430
21431 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21432
21433 * format.el (format-annotate-single-property-change):
21434 Handle properties.with dotted-list values.
21435 (format-proper-list-p): New function.
21436
21437 * enriched.el (enriched-face-ans): Handle '(foreground-color
21438 . COLOR) and (background-color . COLOR).
21439
21440 2000-02-20 Dave Love <fx@gnu.org>
21441
21442 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21443 and assignments to it.
21444 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21445 current local map.
21446 (make-flyspell-overlay): Use it.
21447 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21448
21449 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21450 (lm-get-header-re): Defun, not defsubst.
21451 (lm-get-package-name): Defun, not defsubst. Simplify.
21452 (lm-version): Doc fix. Simplify.
21453 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21454 (lm-crack-address, lm-last-modified-date, lm-commentary)
21455 (lm-verify, lm-synopsis): Simplify.
21456 (lm-report-bug): Require emacsbug. Use compose-mail.
21457
21458 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21459
21460 * dired.el (dired-mode): Call propertized-buffer-identification
21461 to set mode-line-buffer-identification to something having
21462 the right text properties.
21463
21464 * bindings.el (propertized-buffer-identification): New function.
21465
21466 2000-02-20 Dave Love <fx@gnu.org>
21467
21468 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21469 check for t-mouse too.
21470
21471 * cus-start.el: Make echo-keystrokes `number'.
21472
21473 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21474
21475 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21476 Don't call ring-empty-p unless tags-location-ring is bound.
21477 From Noah Friedman <friedman@splode.com>.
21478
21479 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21480
21481 * progmodes/hideshow.el (hs-flag-region): No longer use
21482 `intangible' overlay property.
21483
21484 (hs-toggle-hiding): New command.
21485 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21486
21487 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21488 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21489 and deactivation.
21490
21491 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21492
21493 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21494
21495 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21496
21497 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21498
21499 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21500 of `*' to handle `(* ... *)' comments.
21501
21502 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21503
21504 * faces.el (list-faces-display): Use display-mouse-p instead of
21505 window-system.
21506
21507 * menu-bar.el (global-map): Menu-bar items converted to the new
21508 format (menu-item..., rearranged for better CUA compliance, and
21509 their names changed for better clarity. Help strings added.
21510
21511 * international/mule-cmds.el (mule-menu-keymap)
21512 (describe-language-environment-map, set-coding-system-map)
21513 (setup-language-environment-map): Convert to new (menu-item...
21514 form, add help strings. Change names of menu items for better clarity.
21515 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21516
21517 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21518
21519 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21520 within the code.
21521
21522 2000-02-16 Dave Love <fx@gnu.org>
21523
21524 * faces.el: Don't require custom. Add more specific :groups to
21525 various deffaces.
21526 (set-face-attribute): Purecopy args.
21527 (read-face-name): Default to name at point and use it in prompt.
21528 Remove colon from arg in all callers.
21529 (list-faces-display): Hyperlink to face descriptions and customize
21530 buffers.
21531
21532 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21533
21534 * wid-edit.el (widget-match-inline): An atom never matches a list.
21535
21536 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21537
21538 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21539 at ':' characters by call to split-string.
21540
21541 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21542
21543 * textmodes/bibtex.el: Added RCS version identification.
21544
21545 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21546
21547 * textmodes/bibtex.el: Some temporary comments removed.
21548 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21549 (bibtex-field-const): Allow capital letters.
21550 (bibtex-start-of-string): Deleted because unused.
21551
21552 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21553 use the term 'reference' to describe a bibtex entry as a whole.
21554 Further, reference keys are no longer called 'labels'.
21555 (bibtex-keys): Renamed to bibtex-reference-keys.
21556 (bibtex-reformat-previous-labels): Renamed to
21557 bibtex-reformat-previous-reference-keys.
21558 (bibtex-reference-type): Renamed to bibtex-entry-type.
21559 (bibtex-reference-head): Renamed to bibtex-entry-head.
21560 (bibtex-reference-maybe-empty-head): Renamed to
21561 bibtex-entry-maybe-empty-head.
21562 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21563 (bibtex-search-reference): Renamed to bibtex-search-entry.
21564 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21565 bibtex-enclosing-entry-maybe-empty-head.
21566 (bibtex-entry-field-alist, bibtex-entry-head)
21567 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21568 (bibtex-map-entries, bibtex-search-entry)
21569 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21570 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21571 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21572 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21573 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21574 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21575 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21576
21577 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21578
21579 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21580 comment.
21581 (bibtex-format-field-delimiters): New function, functionality
21582 extracted from bibtex-format-entry.
21583 (bibtex-autokey-get-yearfield-digits): New function, functionality
21584 extracted from bibtex-autokey-get-yearfield.
21585
21586 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21587 entries in order to avoid stack overflow in the regexp matcher if
21588 field contents become large.
21589 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21590 (bibtex-field-string-part-not-braced)
21591 (bibtex-field-string-part-no-inner-braces)
21592 (bibtex-field-string-part-1-inner-brace)
21593 (bibtex-field-string-part-2-inner-braces)
21594 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21595 (bibtex-field-string-quoted, bibtex-field-string)
21596 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21597 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21598 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21599 Deleted as parsing is now performed by the following functions.
21600 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21601 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21602 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21603 (bibtex-parse-association, bibtex-field-name-for-parsing)
21604 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21605 (bibtex-search-forward-field, bibtex-search-backward-field)
21606 (bibtex-start-of-field, bibtex-end-of-field)
21607 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21608 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21609 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21610 (bibtex-parse-string, bibtex-search-forward-string)
21611 (bibtex-search-backward-string, bibtex-start-of-string)
21612 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21613 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21614 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21615 entries. Instead of reporting the results of the parsing by
21616 match-beginning or match-end, these functions return data structures
21617 that hold the corresponding positions.
21618 (bibtex-enclosing-field): Changed to also report field boundaries by
21619 return values rather than by match-beginning or match-end.
21620 The following functions have been adapted to use the new
21621 parsing functions.
21622 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21623 (bibtex-enclosing-field, bibtex-format-entry)
21624 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21625 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21626 (bibtex-print-help-message, bibtex-end-of-entry)
21627 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21628 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21629 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21630 Use the new method for parsing.
21631 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21632 (bibtex-map-entries, bibtex-flash-head)
21633 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21634 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21635 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21636 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21637 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21638 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21639 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21640 order to make the new binding of case-fold-search immediately visible.
21641
21642 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21643
21644 * textmodes/bibtex.el: Copyright notice is up to date.
21645 Added constant 'bibtex-maintainer-salutation.
21646
21647 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21648 than make-temp-name, use match-string-no-properties and eliminate
21649 a quadratic behavior when building bibtex-strings.
21650
21651 * bibtex.el (bibtex-reference-key): Accept string entries whose
21652 reference key contains upper case letters.
21653
21654 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21655
21656 * bibtex.el (bibtex-reference-head): Allow entries to start with
21657 a new line.
21658
21659 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21660
21661 * bibtex.el: Hiding of entry bodies is not longer provided by
21662 bibtex.el directly. Instead the hideshow package can be used.
21663 Added a special bibtex entry to hs-special-modes-alist.
21664 (bibtex-hs-forward-sexp): Added for hideshow.el.
21665
21666 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21667
21668 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21669 proceedings entry type (for cross referencing). Thanks to Wagner
21670 Toledo Correa for the suggestion.
21671
21672 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21673
21674 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21675
21676 * international/characters.el: Setup case table for Vietnamese.
21677
21678 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21679
21680 * uniquify.el (toplevel): Require CL at compile time.
21681 (uniquify-push): Removed.
21682
21683 * shadowfile.el (shadow-when): Removed.
21684
21685 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21686 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21687
21688 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21689 regexp for paragraph-start.
21690
21691 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21692 commas as well.
21693
21694 2000-02-10 Dave Love <fx@gnu.org>
21695
21696 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21697 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21698 Deleted.
21699 (widget-specify-field, widget-specify-button): Don't use
21700 widget-mouse-help as help-echo property.
21701 (default): Use #'ignore for :validate and :mouse-down-action.
21702 (checkbox): Add help-echo.
21703 (widget-sexp-validate): Rewritten to clarify error messages.
21704 (character): Use char-valid-p in :match function.
21705 (widget-color-complete): Use facemenu-color-alist.
21706 (widget-color-action): Use facemenu-read-color.
21707
21708 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21709 set up `caar' &c that we now have.
21710
21711 2000-02-09 Ray Blaak <blaak@gnu.org>
21712
21713 * delphi.el: Make resourcestring a declaration region, like const
21714 and var.
21715
21716 2000-02-09 Dave Love <fx@gnu.org>
21717
21718 * bindings.el (mode-line-input-method-map): New variable.
21719 (mode-line-mule-info): Use it; fix last change.
21720 (mode-line-mode-menu): Move definition.
21721 (mode-line-mouse-sensitive-p): Deleted.
21722 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21723 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
21724
21725 * startup.el (command-line-1): Don't call
21726 make-mode-line-mouse-sensitive.
21727
21728 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21729
21730 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21731 before rmail-toggle-header, because the former toggles headers.
21732
21733 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
21734
21735 * diff-mode.el (diff-kill-junk): New interactive function.
21736 (diff-reverse-direction): Use delete-and-extract-region.
21737 (diff-post-command-hook): Restrict the area so that the hook also works
21738 outside of any diff hunk. This is necessary for the minor-mode.
21739 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
21740 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
21741
21742 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
21743 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
21744 so that it can be used more easily in <foo>-mode-hook. Also make sure
21745 to avoid duplicate entries.
21746 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
21747 (font-lock-remove-keywords): Just as was done for `add', allow it to
21748 work even if font-lock-mode is nil. Also make sure we don't modify
21749 any pre-existing list by forcing a copy-sequence. Finally rename
21750 `major-mode' to `mode'.
21751 (font-lock-fontify-syntactic-anchored-keywords)
21752 (font-lock-fontify-anchored-keywords)
21753 (font-lock-fontify-keywords-region): Use line-end-position.
21754 Don't make `font-lock-multiline' local (it's now done in
21755 font-lock-set-defaults).
21756 (font-lock-set-defaults): Make `font-lock-multiline' local.
21757 Move the `font-lock-fontified' creation to inside the `unless'.
21758
21759 2000-02-06 Andrew Innes <andrewi@gnu.org>
21760
21761 * term/w32-win.el (x-handle-args): Comment out call to message,
21762 which occurs before window system is initialized.
21763
21764 * makefile.nt: Add support for recompiling lisp code.
21765
21766 2000-02-04 Dave Love <fx@gnu.org>
21767
21768 * bindings.el (mode-line-mule-info): Fix/extend last change.
21769
21770 * completion.el: Replace completion-dolist with dolist.
21771
21772 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
21773
21774 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
21775
21776 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
21777 environment names before they go into the section regexp.
21778
21779 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
21780 char class in regexp.
21781
21782 * textmodes/reftex-parse.el (reftex-with-special-syntax):
21783 Bind `case-fold-search' to nil.
21784
21785 * progmodes/idlwave.el (idlwave-template):
21786 Respect `idlwave-abbrev-change-case'.
21787 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
21788 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
21789 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
21790 (idlwave-rw-case): New function.
21791 (idlwave-statement-match): Fixed problem with assignment regexp.
21792 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
21793 (idlwave-surround): New argument LENGTH to support padding of
21794 operators longer than 1 char.
21795
21796 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
21797 idlwave-shell-expression-overlay. Implemented printing of
21798 expressions on higher levels of the calling stack.
21799 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
21800 (idlwave-retrieve-expression-from-level): New function.
21801 (idlwave-shell-last-calling-stack): Variable removed.
21802 (idlwave-shell-reset): Argument action reversed (`visible' to
21803 `hidden'). Also remove stop-line overlay.
21804 (idlwave-shell-calling-stack-routine): New variable.
21805 (idlwave-shell-parse-stack-and-display): Messages now display
21806 negative level numbers.
21807 (idlwave-shell-mode): Set `modeline-format'.
21808 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
21809 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
21810 (idlwave-shell-print-expression-function): New option.
21811
21812 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
21813 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
21814 `tool-bar' instead of `toolbar'.
21815
21816 2000-02-02 Dave Love <fx@gnu.org>
21817
21818 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
21819 emacs-lisp-mode-hook. Don't check for defalias being defined.
21820
21821 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
21822 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
21823 Use the new builtins directly.
21824
21825 * whitespace.el (whitespace): Add :version to defgroup.
21826
21827 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
21828 Doc fix.
21829
21830 * thingatpt.el (sexp-at-point, symbol-at-point)
21831 (number-at-point, list-at-point): Add autoload cookie.
21832
21833 * recentf.el (recentf): Add :version to defgroup.
21834
21835 * quickurl.el (quickurl): Add :version to defgroup.
21836
21837 * elide-head.el (elide-head): Use point-marker more.
21838
21839 * bs.el (bs): Add :version to defgroup.
21840
21841 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
21842
21843 * progmodes/delphi.el (delphi): Add :version to defgroup.
21844
21845 2000-02-02 Gerd Moellmann <gerd@gnu.org>
21846
21847 * ange-ftp.el (ange-ftp-write-region): Handle case that
21848 succeeding process operation sets a different coding system.
21849
21850 * calculator.el: New file.
21851
21852 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21853
21854 * frame.el (frames-on-display-list, framep-on-display): New functions.
21855 (display-mouse-p, display-popup-menus-p, display-graphic-p)
21856 (display-selections-p, display-screens, display-pixel-width)
21857 (display-pixel-height, display-mm-width, display-mm-height)
21858 (display-backing-store, display-save-under, display-planes)
21859 (display-color-cells, display-visual-class): New functions.
21860
21861 * term/tty-colors.el (tty-color-gray-shades): New function.
21862
21863 * faces.el (display-color-p): Use framep-on-display.
21864 (display-grayscale-p): New function.
21865
21866 2000-01-31 Dave Love <fx@gnu.org>
21867
21868 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
21869 (create-fontset-from-x-resource): Don't concat integers.
21870
21871 2000-01-31 Inge Frick <inge@nada.kth.se>
21872
21873 * view.el: Some changes in documentation. Removed some trailing
21874 whitespace. Changed some parameter names to agree with documentation.
21875 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
21876 window is not deleted. Modifies change 1998-04-26.
21877
21878 2000-01-31 Gerd Moellmann <gerd@gnu.org>
21879
21880 * windmove.el: New file.
21881
21882 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21883 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21884 progmodes/ebnf-yac.el: Update copyright and license info.
21885
21886 * jit-lock.el (jit-lock-function): Widen before calculating
21887 end position.
21888 (jit-lock-stealth-chunk-start): Rewritten.
21889
21890 * info.el (Info-title-face-alist): Removed.
21891 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
21892 (Info-fontify-node): Use these faces.
21893
21894 2000-01-30 Gerd Moellmann <gerd@gnu.org>
21895
21896 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
21897 (cl-macro-list1): Recognize `&allow-other-keys' instead of
21898 `&allow-other-keywords'.
21899
21900 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
21901 the list of directories scanned heuristically.
21902
21903 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
21904
21905 2000-01-30 Jason Rumney <jasonr@gnu.org>
21906
21907 * w32-fns.el: Define w32-tty-standard-colors.
21908
21909 * startup.el (command-line): Use w32-tty-standard-colors when in
21910 w32 console mode.
21911
21912 2000-01-30 Dave Love <fx@gnu.org>
21913
21914 * jka-compr.el (jka-compr-load): Fix up load-history.
21915
21916 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
21917
21918 * emacs-lisp/cl-macs.el: Revert previous change.
21919
21920 2000-01-29 Dave Love <fx@gnu.org>
21921
21922 * facemenu.el: Purecopy various strings.
21923
21924 * timezone.el (timezone-fix-time): Window against 69 for two-digit
21925 years. Deal with three-digit years.
21926
21927 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
21928 Use defconst, purecopy.
21929 (help-back-label): Purecopy it.
21930
21931 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21932
21933 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
21934 variable. If non-nil, order the buffer list according to the
21935 currently selected frame.
21936 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
21937 non-nil, pass the selected frame to function buffer-list.
21938
21939 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21940
21941 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
21942
21943 2000-01-28 Dave Love <fx@gnu.org>
21944
21945 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
21946
21947 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
21948 Don't use lisp-indent-hook property.
21949 (cl-abs): Remove.
21950
21951 * subr.el: Move out indent and edebug specs for when and unless.
21952
21953 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
21954 when, unless.
21955
21956 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
21957 unless, when.
21958
21959 2000-01-28 Gerd Moellmann <gerd@gnu.org>
21960
21961 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
21962 `collecting' as synonym for `collect'.
21963
21964 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
21965 for the case it contains spaces.
21966
21967 * simple.el (what-cursor-position): Change formatting of messages.
21968
21969 * frame.el (delete-other-frames): New function.
21970 (toplevel): Bind it to C-x 5 1.
21971
21972 * sort.el (sort-numeric-base): New option.
21973 (sort-numeric-fields): If number starts with `0' or `0[xX[',
21974 interpret it as octal or hexadecimal. Use sort-numeric-base
21975 as default base.
21976
21977 * progmodes/glasses.el: New file.
21978
21979 2000-01-27 Gerd Moellmann <gerd@gnu.org>
21980
21981 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
21982 userids differently.
21983
21984 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21985 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21986 progmodes/ebnf-yac.el: New files.
21987
21988 2000-01-26 Dave Love <fx@gnu.org>
21989
21990 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
21991 on a function with an empty body. [From Eric Ludlam.]
21992
21993 2000-01-25 Andre Spiegel <spiegel@gnu.org>
21994
21995 * vc.el (vc-version-diff): Make sure file name is expanded.
21996
21997 2000-01-25 Gerd Moellmann <gerd@gnu.org>
21998
21999 * scroll-bar.el (scroll-bar-timer): Variable removed.
22000 (scroll-bar-toolkit-scroll): Don't use a timer.
22001
22002 2000-01-25 Kenichi Handa <handa@etl.go.jp>
22003
22004 * language/thai-util.el (thai-composition-function):
22005 Delete superfluous `a'.
22006
22007 2000-01-24 Dave Love <fx@gnu.org>
22008
22009 * fortran.el (fortran-mode): Use beginning-of-defun-function,
22010 end-of-defun-function.
22011
22012 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
22013
22014 2000-01-22 Jason Rumney <jasonr@gnu.org>
22015
22016 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
22017 conflicts with new face support.
22018
22019 2000-01-22 Richard M. Stallman <rms@gnu.org>
22020
22021 * replace.el (query-replace): Rename last arg to DELIMITED.
22022 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
22023 (query-replace-regexp): Likewise.
22024
22025 2000-01-20 Richard M. Stallman <rms@gnu.org>
22026
22027 * subr.el (with-syntax-table): Use make-symbol, not gensym.
22028
22029 * emacs-lisp/lisp.el (beginning-of-defun-function):
22030 Variable renamed from beginning-of-defun.
22031 Do not call make-variable-buffer-local.
22032 (beginning-of-defun-raw): Use new variable name; doc fix.
22033 (beginning-of-defun): Doc fix.
22034 (end-of-defun-function): Variable renamed from end-of-defun.
22035 Do not call make-variable-buffer-local.
22036 (end-of-defun): Use new variable name; doc fix.
22037
22038 * subr.el (dolist, dotimes): Copied from cl-macs.el
22039 and made to work.
22040
22041 * mail/undigest.el (rmail-digest-end-regexps):
22042 Variable replaces rmail-digest-end-regexp.
22043 Allows multiple regexps for detecting the end line.
22044 (undigestify-rmail-message): Corresponding changes.
22045
22046 2000-01-19 Dave Love <fx@gnu.org>
22047
22048 * files.el (user-init-file): Don't declare here -- is primitive.
22049
22050 * startup.el (command-line): Check for compiled user-init-file and
22051 set to uncompiled version if necessary.
22052
22053 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22054
22055 * mail/undigest.el (rmail-digest-end-regexp): New user option.
22056 (undigestify-rmail-message): Use it.
22057
22058 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22059
22060 2000-01-17 Gerd Moellmann <gerd@gnu.org>
22061
22062 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22063 of mini-buffer.
22064
22065 2000-01-14 Gerd Moellmann <gerd@gnu.org>
22066
22067 * emacs-lisp/copyright.el (copyright-update): Removed the
22068 requirement for a trailing space from `copyright-regexp', to
22069 support copyrights with owner specified on a separate line..
22070
22071 * align.el: New file.
22072
22073 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22074
22075 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22076
22077 2000-01-13 Dave Love <fx@gnu.org>
22078
22079 * ph.el: Removed. (Obsoleted by EUDC.)
22080
22081 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22082
22083 * net/eudc.el (toplevel): Remove autoloaded code installing
22084 menu with easymenu, because that causes build problems.
22085
22086 * frame.el (frame-notice-user-settings): New variable.
22087 (frame-notice-user-settings): Don't modify frame parameters
22088 if called a second time.
22089
22090 2000-01-13 Richard M. Stallman <rms@gnu.org>
22091
22092 * frame.el (frame-notice-user-settings):
22093 Notice default-frame-parameters even for non-window frames.
22094
22095 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22096
22097 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22098 for Emacs.
22099 (eudc-bob-can-display-inline-images): Extend for Emacs.
22100 (eudc-bob-toggle-inline-display): Ditto.
22101 (eudc-bob-display-jpeg): Ditto.
22102
22103 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22104
22105 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22106 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22107 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22108
22109 * add-log.el (add-change-log-entry): Fix error trying an
22110 `(insert nil)'.
22111
22112 * subdirs.el: Add `net' directory.
22113
22114 * net: New directory.
22115
22116 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22117 eval-last-sexp. Don't bind debug-on-error here.
22118 (eval-last-sexp): New function. Bind debug-on-error if
22119 eval-expression-debug-on-error is non-nil.
22120 (eval-defun-2, eval-defun): Likewise.
22121
22122 * simple.el (eval-expression): Don't bind debug-on-error if
22123 eval-expression-debug-on-error is nil. Detect changed
22124 debug-on-error, and propagate new value to global binding, if
22125 eval-expression-debug-on-error is non-nil,
22126 (eval-expression-debug-on-error): Change doc string.
22127
22128 2000-01-11 Richard M. Stallman <rms@gnu.org>
22129
22130 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22131
22132 * emacs-lisp/lisp-mode.el (with-syntax-table):
22133 Set up lisp-indent-function property.
22134
22135 * subr.el (with-syntax-table): Moved from simple.el.
22136
22137 * simple.el (with-syntax-table): Moved to subr.el.
22138
22139 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22140
22141 * tmm.el (tmm-shortcut): Delete region after prompt instead
22142 of erasing buffer.
22143
22144 * textmodes/fill.el (fill-common-string-prefix): New function.
22145 (fill-context-prefix): Use the longest common prefix of first
22146 and second line fill prefix, if there is one.
22147
22148 2000-01-11 Richard M. Stallman <rms@gnu.org>
22149
22150 * array.el (array-mode): Don't use make-variable-buffer-local.
22151 Use make-local-variable for `truncate-lines'.
22152
22153 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22154
22155 * add-log.el (add-log-current-defun): Handle user-defined
22156 add-log-current-function returning nil,
22157
22158 * add-log.el (add-change-log-entry): Insert version number
22159 if having found a current function
22160
22161 * add-log.el (add-log-current-defun):
22162 Call `add-log-current-defun-function'. Try matches at level 0 and
22163 level 1. Strip whitespace from defun found.
22164
22165 2000-01-10 John Wiegley <johnw@gnu.org>
22166
22167 * allout.el (isearch-done/outline-provisions): Added `edit'
22168 argument to correspond with the current definition of `isearch-done'.
22169
22170 2000-01-10 Dave Love <fx@gnu.org>
22171
22172 * elide-head.el (elide-head): Use point-marker, not point.
22173
22174 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22175
22176 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22177 before and after the year 2000.
22178
22179 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22180 Add ispell- prefix.
22181
22182 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22183
22184 * ispell.el: Only define dictionaries in menus when they exist.
22185 (version18p): New variable.
22186 (version20p): New variable.
22187 (xemacsp): New variable.
22188 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22189 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22190 (ispell-dictionary-alist6): Russian command lines no longer accept
22191 run-together words.
22192 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22193 (ispell-dictionary-alist): Add koi8-r to customize definition.
22194 (check-ispell-version): Added documentation string. Return library
22195 path when called non-interactively.
22196 (ispell-menu-map-needed): Uses new variables.
22197 (ispell-library-path): New variable.
22198 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22199 (ispell-word): Improved documentation string. Test for valid
22200 character mappings. Correctly check typed in word changes that can
22201 result in single words split into multiple words.
22202 Return replacement word.
22203 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22204 replace in recursive query replace mode. Help message for
22205 recursive edit mode.
22206 (ispell-show-choices): Protect against bad framepop bindings.
22207 (ispell-help): Fix to work with XEmacs.
22208 (ispell-highlight-spelling-error): Use new variables.
22209 (ispell-overlay-window): Fix to work with XEmacs.
22210 (ispell-parse-output): Passed and returns location information
22211 tracking spelling corrections. Doesn't recheck same word on
22212 current line.
22213 (ispell-init-process): Protect against bogus XEmacs variable binding.
22214 Fix call to single argument in sleep-for. Use new variables.
22215 (ispell-region): Passed and returns location information tracking
22216 spelling corrections. Doesn't check same word on current line.
22217 Improved documentation string. Doesn't resend a line already
22218 checked to the ispell process - fixes bug in LaTeX parsing.
22219 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22220 (ispell-skip-region): No longer skips <TT> in SGML.
22221 (ispell-process-line): Tracks location information with spelling
22222 corrections. Added documentation string. Accounts for words
22223 already accepted on this line. Don't allow query-replace on line
22224 starting with math characters. Doesn't resend a line already sent
22225 to ispell process. Fixes alignment error bug.
22226
22227 2000-01-10 Richard M. Stallman <rms@gnu.org>
22228
22229 * dired-x.el (dired-guess-shell-alist-default):
22230 Suggest xloadimage, which is free, not xv, which isn't.
22231
22232 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22233 Don't ever include the host name or user name in the value.
22234
22235 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22236
22237 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22238 of a real newline.
22239
22240 2000-01-09 Stephen Eglen <stephen@gnu.org>
22241
22242 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22243 for .png files.
22244
22245 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22246
22247 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22248
22249 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22250
22251 * progmodes/cperl-mode.el: Replace ^F with ^L.
22252
22253 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22254 `require'ing rmail and mailalias to prevent infinite recursion.
22255
22256 2000-01-08 Dave Love <fx@gnu.org>
22257
22258 * emacs-lisp/backquote.el: Remove inappropriate customization
22259 (allowing custom.el to use backquote).
22260
22261 2000-01-07 Dave Love <fx@gnu.org>
22262
22263 * add-log.el (add-log-debugging): Deleted.
22264 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22265 file. Remove debugging code.
22266 (change-log-get-method-definition, change-log-name): Add doc.
22267 (change-log-sortable-date-at): New function.
22268 (change-log-merge): New command.
22269
22270 * time.el (display-time-string-forms): Make the Mail string active.
22271 (display-time-update): Provide help-echo for load average.
22272
22273 * bindings.el (make-mode-line-mouse2-map): New function.
22274 (mode-line-modified): Use it and simplify.
22275 (mode-line-mule-info): Provide help-echo info.
22276 (minor-mode-alist): Activate the strings.
22277 (make-mode-line-mouse-sensitive): Simplify for
22278 mode-line-buffer-identification.
22279
22280 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22281
22282 * play/pong.el: New file.
22283
22284 2000-01-06 Dave Love <fx@gnu.org>
22285
22286 * array.el: Assorted cleanups for compiler warnings, doc strings,
22287 `array-' prefix for symbols.
22288
22289 2000-01-05 Dave Love <fx@gnu.org>
22290
22291 * textmodes/outline.el (outline-mode-menu-bar-map):
22292 Add outline-headers-as-kill.
22293 (outline-mode): Define imenu-generic-expression.
22294 (outline-headers-as-kill): New command.
22295
22296 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22297 from paragraph-start.
22298 (paragraph-indent-minor-mode): New command.
22299
22300 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22301 M-C-e, M-C-h, C-j, C-xnd, TAB.
22302 (fortran-mode): Set beginning-of-defun, end-of-defun.
22303 (fortran-column-ruler): Simplify.
22304 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22305 (fortran-with-subprogram-narrowing): Likewise.
22306 (fortran-indent-subprogram): Call mark-defun.
22307 (fortran-check-for-matching-do): Change narrowing.
22308
22309 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22310 (cl-lucid-hash-tag): Delete.
22311 (cl-hash-table-p): Correct test for native table.
22312 (cl-hash-table-count): Use hash-table-count.
22313
22314 * browse-url.el (browse-url): Fix case of
22315 browse-url-browser-function being an alist.
22316
22317 2000-01-05 Carsten Dominik <cd@gnu.org>
22318
22319 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22320 (reftex-index-phrase-file-extension): New options.
22321
22322 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22323 Use new option `reftex-index-phrase-file-extension'.
22324
22325 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22326 `reftex-parse-file-extension'.
22327
22328 2000-01-05 Dave Love <fx@gnu.org>
22329
22330 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22331 (beginning-of-defun-raw): Use it.
22332 (end-of-defun): New variable.
22333 (end-of-defun): Use it.
22334 (check-parens): New command.
22335
22336 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22337
22338 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22339 (hs-show-block): Don't use `mapcar' when not accumulating.
22340
22341 Fix buglet in local variables initialization.
22342
22343 2000-01-05 Andreas Schwab <schwab@suse.de>
22344
22345 * hscroll.el (hscroll): Doc fix.
22346
22347 2000-01-05 Carsten Dominik <cd@gnu.org>
22348
22349 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22350 Require idlw-toolbar.
22351
22352 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22353 file idlw-rinfo.el.
22354 (idlwave-customize): Load must read file idlw-shell.el.
22355 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22356
22357 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22358
22359 * progmodes/idlw-shell.el: Also provide idlwave-shell
22360 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22361 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22362
22363 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22364 both reftex-dcr and reftex-vcr.
22365
22366 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22367
22368 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22369
22370 * ps-print.el: PostScript code now is in separate files, doc fix.
22371 (ps-print-version): New version number (5.0.3).
22372 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22373 local.
22374 (ps-spool-config): Initialization fix.
22375 (ps-print-prologue-1, ps-print-prologue-2)
22376 (ps-print-duplex-feature): PostScript code moved to separated file.
22377 (ps-background-image): Little code reformating.
22378 (ps-begin-file, ps-begin-job): Fix code.
22379 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22380 (ps-prologue-file): New fun.
22381
22382 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22383
22384 * ps-vars.el: Eliminated.
22385
22386 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22387 `;;;###autoload'.
22388
22389 * ps-print.el: ps-vars eliminated, doc fix.
22390 (ps-print-version): New version number (5.0.2).
22391 (ps-spool-config): Initialization fix.
22392 (ps-print-customize): New fun.
22393
22394 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22395
22396 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22397
22398 2000-01-04 Dave Love <fx@gnu.org>
22399
22400 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22401 menu items.
22402
22403 2000-01-03 Dave Love <fx@gnu.org>
22404
22405 * elide-head.el (elide-head) [defgroup]: Add :version.
22406
22407 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22408 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22409 Use `cl-hash-table-p', not `hash-table-p'.
22410 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22411
22412 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22413
22414 * faces.el (face-read-integer, read-face-attribute)
22415 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22416
22417 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22418
22419 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22420 at comment end, and re-insert them after filling.
22421
22422 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22423
22424 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22425 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22426 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22427
22428 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22429
22430 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22431 the new name of face-color-supported-p.
22432
22433 * term/w32-win.el (xw-defined-colors): Likewise.
22434
22435 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22436
22437 * simple.el (completion-setup-function): Count completion-size
22438 from minibuffer-prompt-end, not from point-min.
22439
22440 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22441
22442 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22443 Pass the frame to tty-color-* functions.
22444 (display-color-p, frame-set-background-mode): Pass the frame to
22445 tty-display-color-p.
22446
22447 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22448 tty-color-alist.
22449 (tty-color-alist, tty-modify-color-alist): New functions.
22450 (tty-color-define, tty-color-clear, tty-color-approximate)
22451 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22452 optional parameter FRAME.
22453
22454 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22455
22456 * image.el (create-image, defimage): Don't assume image data is
22457 a string.
22458
22459 * image.el (defimage): Handle specifications containing :data
22460 instead of :file.
22461 (image-type-from-data): New function.
22462 (image-type-from-file-header): Use it.
22463 (create-image): Add parameter DATA-P.
22464
22465 See ChangeLog.8 for earlier changes.
22466
22467 ;; Local Variables:
22468 ;; coding: iso-2022-7bit
22469 ;; End:
22470
22471 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22472 Copying and distribution of this file, with or without modification,
22473 are permitted provided the copyright notice and this notice are preserved.