]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(mailrc-generic-mode): Highlight the `source' keyword.
[gnu-emacs] / lisp / ChangeLog
1 2001-11-23 Francesco Potorti` <pot@gnu.org>
2
3 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
4
5 2001-11-22 Colin Walters <walters@debian.org>
6
7 * calc/calc-misc.el (report-calc-bug): Use `reporter-prompt-for-summary-p'.
8
9 * calc/INSTALL, calc/Makefile: Remove.
10
11 2001-11-22 Miles Bader <miles@gnu.org>
12
13 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
14 (reb-match-2, reb-match-3): Add dark-background variants.
15
16 2001-11-22 Colin Walters <walters@debian.org>
17
18 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
19 (info "Calc").
20 (report-calc-bug): Use reporter.el.
21
22 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
23
24 2001-11-21 Richard M. Stallman <rms@gnu.org>
25
26 * which-func.el (which-function): Call imenu--make-index-alist
27 if necessary to get a list of functions.
28 (which-function-imenu-failed): New variable.
29 (which-func-update): Handle all visible windows.
30 (which-func-update-1): New subroutine broken out of which-func-update.
31
32 * files.el (temporary-file-directory, null-device)
33 (small-temporary-file-directory): Definitions moved up.
34
35 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
36 (cperl-non-problems, cperl-praise): Doc fixes.
37
38 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
39 (sh-mode-syntax-table): Function restored.
40 Variable set up for use by function sh-mode-syntax-table.
41 (sh-set-shell): Set the syntax table.
42
43 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
44
45 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
46
47 * international/encoded-kb.el: Don't alter minor-map-alist.
48
49 2001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
50
51 * files.el (auto-save-file-name-transforms): Put remote files in
52 temporary-file-directory rather than /tmp.
53
54 2001-11-21 Colin Walters <walters@debian.org>
55
56 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
57 of (function ...) wrapper.
58
59 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
60
61 * derived.el (define-derived-mode): Create the abbrev-table
62 from inside the `defvar'.
63
64 * jit-lock.el (jit-lock-defer-time): New var.
65 (jit-lock-defer-timer, jit-lock-buffers): New vars.
66 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
67 (jit-lock-function): Defer fontification if requested.
68 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
69 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
70 text property.
71 (jit-lock-deferred-fontify): New fun.
72
73 2001-11-20 Richard M. Stallman <rms@gnu.org>
74
75 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
76 Set local-abbrev-table to lisp-mode-abbrev-table.
77
78 * emacs-lisp/re-builder.el (reb-mode):
79 Don't use define-derived-mode. Call kill-all-local-variables.
80
81 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
82 Don't use define-derived-mode.
83
84 * help-mode.el (help-mode): Undo 2001-10-07 change.
85
86 * replace.el (occur-mode): Undo 2001-5-20 change.
87
88 2001-11-20 Richard M. Stallman <rms@gnu.org>
89
90 * ruler-mode.el: Add pagination.
91 (ruler-mode-toggle-show-tab-stops): No need to
92 test `ruler-mode' variable.
93
94 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
95
96 * play/landmark.el: Mark lm-mode as special.
97
98 * play/gomoku.el: Mark gomoku-mode as special.
99
100 2001-11-20 Juanma Barranquero <lektu@terra.es>
101
102 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
103 (top-level): Bind it to C-c C-b.
104 (re-builder): Don't re-enter RE Builder Mode.
105
106 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
107
108 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
109
110 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
111 `manual-program'.
112
113 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
114 to a line without a comment.
115
116 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
117
118 * dired.el (dired-listing-switches): Mention in the doc string
119 that some switches are not supported by ls-lisp.el
120
121 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
122
123 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
124 (imenu--create-keymap-2): Remove.
125 (imenu--create-keymap-1): Simplify, remove third argument.
126 (imenu--generic-function): Use dolist.
127 (imenu-find-default): New function.
128 (imenu--completion-buffer): Use it.
129 (imenu--mouse-menu): Use popup-menu.
130 (imenu--menubar-select): Return t rather than calling imenu.
131
132 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
133 New functions, extracted from fill-region-as-paragraph.
134 (fill-region-as-paragraph): Use them.
135 Use an end marker instead of eob.
136 Ignore whitespace-only fill-prefixes when indenting according to mode.
137 Simplify the loop that searches for spaces backwards.
138
139 * textmodes/picture.el (picture-vertical-step)
140 (picture-horizontal-step): Don't use defconst for variables.
141
142 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
143 (mail-extract-address-components): Downcase domain names.
144 (mail-extr-delete-char): Remove. Use delete-char instead.
145
146 * emulation/pc-select.el: Doc string fixes.
147 (pc-selection-mode): Don't treat macos as a tty.
148
149 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
150
151 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
152
153 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
154 (mouse-wheel-progessive-speed): New var.
155 (mwheel-scroll): Use it and handle float values.
156
157 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
158
159 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
160 (iswitchb): Fix the case where the result was selected with the mouse.
161 (iswitchb-completion-help): Use the normal *Completions* now that
162 mouse selection works.
163 (iswitchb-minibuffer-setup): Simplify.
164
165 * newcomment.el (comment-column, comment-style, comment-multi-line)
166 (comment-auto-fill-only-comments): Remove :group arg.
167 (comment-padding): Add :type.
168 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
169 if called interactively.
170
171 2001-11-19 Colin Walters <walters@verbum.org>
172
173 * calc/calc.el (toplevel): Add comment and version header.
174 (calc-init-base): Bump version to 2.02f, update date.
175
176 2001-11-19 Richard M. Stallman <rms@gnu.org>
177
178 * net/browse-url.el: Support Mozilla and Galeon.
179 By default, find the installed browser whichever it is.
180 (browse-url-mozilla): New function.
181 (browse-url-mozilla-sentinel): New function.
182 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
183 (browse-url-default-browser): New function.
184 (browse-url-process-environment): Use browse-url-browser-display.
185 (browse-url-browser-display): Renamed from browse-url-netscape-display.
186 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
187 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
188 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
189 (browse-url-browser-function): New default, new options.
190
191 2001-11-19 Sam Steingold <sds@gnu.org>
192
193 * bindings.el (last-buffer, unbury-buffer): New function.
194 (mode-line-unbury-buffer): Use `unbury-buffer'.
195
196 2001-11-18 Stephen Eglen <stephen@gnu.org>
197
198 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
199 control behaviour when no further completion is possible.
200
201 2001-11-19 Colin Walters <walters@verbum.org>
202
203 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
204 (math-showing-full-precision, math-with-extra-prec, math-working)
205 (calc-with-default-simplification)
206 (calc-with-trail-buffer): Use backtick.
207 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
208 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
209 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
210 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
211 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
212 (Math-num-integerp, Math-bignum-test, Math-equal-int)
213 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
214 (calc-record-compilation-date-macro): Deleted. Callers updated.
215 (math-format-radix-digit): Move to calc-bin.el.
216
217 * calc/calc.el (calc-record-compilation-date): Remove.
218 (calc-bug-address): Update.
219 (calc-settings-file): Use `user-init-file'.
220
221 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
222 Handle null `calc-settings-file'.
223
224 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
225 * calc/calc-keypd.el (calc-keypad-mode): New.
226 (calc-do-keypad): Use it.
227 (calc-keypad-map): Move into `calc-keypad-mode'.
228
229 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
230 to defalias argument.
231
232 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
233 (calcFunc-floor): Ditto.
234
235 * calc-units.el (calcFunc-usimplify): Ditto.
236
237 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
238 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
239 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
240 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
241 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
242 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
243 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
244 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
245 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
246 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
247 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
248 and move them before their first use. Use `when', `unless'.
249 Remove trailing periods from error forms. Add description and
250 headers suggested by Emacs Lisp coding conventions.
251
252 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
253
254 * newcomment.el (comment-indent):
255 Fix misindentation for comment-only lines.
256 (comment-indent-new-line): Only obey comment-multi-line if the
257 comment-ender is not the end-of-line.
258
259 2001-11-19 Richard M. Stallman <rms@gnu.org>
260
261 * net/net-utils.el (network-connection-service-abbrev-alist):
262 New variable.
263
264 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
265 Advance to start of 3rd sexp by moving fwd and backing over it.
266 At first three elements, act like defun.
267
268 * delsel.el (delete-selection-pre-hook): Handle and resignal
269 file-supersession errors to interact properly with userlock.el.
270
271 2001-11-18 Richard M. Stallman <rms@gnu.org>
272
273 * progmodes/fortran.el (fortran-mode-syntax-table):
274 Specify punctuation syntax for backslash.
275
276 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
277 All calls deleted.
278
279 * international/mule-util.el (string-to-sequence): Make it obsolete.
280 (string-to-list, string-to-vector): Implement them directly
281 using append and vconcat, not with string-to-sequence.
282
283 * startup.el (command-line): Set abbrevs-changed to nil after
284 reading the init file and the abbrevs file.
285
286 * isearch.el (isearch): Use magenta2 as bg for (background light)
287
288 2001-11-17 Richard M. Stallman <rms@gnu.org>
289
290 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
291
292 * simple.el (minibuffer-history-sexp-flag): Doc fix.
293
294 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
295
296 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
297 If set and if applicable, add a regexp to highlight defun-like
298 text inside comments and strings.
299 (font-lock-fontify-keywords-region): Pass that new arg.
300 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
301 to the end and pass that new arg.
302 (c-font-lock-keywords-2): Fix regex for labels.
303 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
304 Make it work when LIMIT is several lines further.
305 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
306 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
307 Use backquote and make the regexes for `int a, b, c;' work on
308 multiple lines.
309
310 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
311 (font-lock-defaults-alist): Don't change it any more.
312 (reb-subexp-mode-map): Cleanup.
313
314 * custom.el (custom-current-group-alist): New var.
315 (custom-declare-group): Set it.
316 (custom-current-group): New fun.
317 (custom-declare-variable, custom-handle-all-keywords):
318 Use it as a default if no :group argument is specified.
319
320 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
321 (standard-keyboard-coding-systems): New var.
322 (set-locale-environment): Use it to decide whether or not to call
323 set-keyboard-coding-system.
324 (locale-language-names): Use \"French\" for "fr".
325
326 2001-11-17 Richard M. Stallman <rms@gnu.org>
327
328 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
329 (add-to-list): Delete compatibility code.
330 (checkdoc-next-message-error): Doc fix.
331
332 2001-11-17 Stephen Eglen <stephen@gnu.org>
333
334 * locate.el (locate): Show default locate pattern within the
335 prompt, but don't insert it into the minibuffer contents.
336 Catch the case when pattern is the empty string.
337
338 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
339
340 * language/european.el ("French"): New language environment.
341
342 2001-11-16 Richard M. Stallman <rms@gnu.org>
343
344 * calendar/todo-mode.el (todo-save): Fix previous change.
345
346 * subr.el (functionp): Do use cdr-safe on object.
347
348 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
349
350 * bindings.el (mode-line-mode-name): Only put the help-echo property
351 if the local-map property was put as well.
352 (global-map): Bind switch-frame, delete-frame, iconify-frame
353 and make-frame-visible events.
354
355 * emacs-lisp/elp.el (elp-not-profilable): New var.
356 (elp-not-profilable-p): New function.
357 (elp-instrument-function): Use it. Use backquotes and push.
358
359 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
360 (byte-stack+-info, byte-compile-last-warned-form)
361 (byte-compile-last-logged-file): Don't defconst a variable.
362 (no-byte-compile): Declare.
363 (byte-compile-file): Don't boundp-check no-byte-compile any more.
364 (byte-compile-defvar): Leave defconst as is.
365
366 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
367 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
368 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
369 (edebug-best-error): Don't defconst a variable.
370 (edebug-read-syntax-table): Use a char-table.
371 (edebug-lemacs-specific): Remove.
372 Toplevel: Eliminate check for Lucid Emacs.
373
374 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
375
376 * rect.el (move-to-column-force): Mark obsolete.
377 (operate-on-rectangle, delete-extract-rectangle-line)
378 (insert-rectangle, delete-whitespace-rectangle-line)
379 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
380 (string-rectangle-history): New var.
381 (string-rectangle, string-insert-rectangle): Use it.
382 (delete-rectangle-line): Fix pos/column mixup and simplify.
383
384 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
385 (normal-top-level, command-line, command-line-1): Simplify.
386
387 * tar-mode.el (tar-mode): Use define-derived-mode.
388
389 * view.el (view-mode-enable): Don't use make-local-hook.
390
391 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
392
393 2001-11-16 Richard M. Stallman <rms@gnu.org>
394
395 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
396 if it doesn't make sense as anything else.
397 Don't recognize a "telephone number" at the beginning of the name.
398 (mail-extr-leading-garbage): Match non-word characters only.
399
400 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
401
402 * startup.el (command-line-processed): Doc fix.
403
404 * apropos.el (apropos-next-label-button): Doc fix.
405
406 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
407
408 * comint.el (comint-mode): Simplify.
409 (make-comint-in-buffer): Run `comint-mode' only if necessary.
410
411 * subr.el (eval-after-load): Make it work with features as well.
412
413 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
414
415 * international/mule-cmds.el (describe-input-method): Setup xref.
416 (set-language-environment): Use functionp.
417 (locale-language-names, locale-charset-language-names)
418 (locale-preferred-coding-systems): Defconst and purecopy.
419
420 * language/european.el (mac-roman): Add mime-charset property.
421
422 2001-11-15 Richard M. Stallman <rms@gnu.org>
423
424 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
425 (multiple-value-apply, nth-value): Use defsubst rather than defalias
426 to get better doc strings.
427
428 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
429
430 * derived.el: Fix autoload cookie.
431
432 2001-11-15 Richard M. Stallman <rms@gnu.org>
433
434 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
435
436 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
437
438 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
439
440 2001-11-15 Richard M. Stallman <rms@gnu.org>
441
442 * dired.el (dired-undo): Display a message to explain
443 that this does not undo file system changes.
444
445 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
446
447 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
448 into `unread-command-events' instead of trying keymap
449 lookups ourselves. This makes mouse-clicks do the right
450 thing even when keymaps of overlays are involved.
451 (mouse-drag-drag): Likewise.
452
453 2001-11-15 Andreas Schwab <schwab@suse.de>
454
455 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
456 characters and append anchor to pattern added to auto-mode-alist.
457
458 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
459
460 * server.el (server-process-filter): Run pore/post-comment-hook
461 before/after visiting the file.
462
463 * info-look.el (makefile-mode): Add info for automake.
464 (autoconf-mode): Fix the name of the index for automake.
465
466 * international/latin-9.el: Give pilcrow punctuation syntax.
467
468 2001-11-15 Andre Spiegel <spiegel@gnu.org>
469
470 * vc.el: Documentation fixes.
471
472 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
473
474 * smerge-mode.el (smerge-match-conflict): Fix typo.
475 (smerge-diff): Be careful to read match-data early enough.
476
477 2001-11-14 Colin Walters <walters@verbum.org>
478
479 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
480 (calcFunc-subst): Use `defalias' instead of `fset' and
481 `symbol-function'.
482
483 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
484 (calcFunc-ceil, calcFunc-round): Ditto.
485
486 * calc/calc-bin.el (calcFunc-clip): Ditto.
487
488 * calc/calc-ext.el (calcFunc-evalv): Ditto.
489
490 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
491
492 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
493 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
494
495 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
496
497 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
498 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
499 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
500 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
501 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
502 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
503 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
504 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
505 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
506 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
507 * calcsel2.el: Style cleanup; don't put closing parens on their
508 own line, add "foo.el ends here" to each file, and update
509 copyright date.
510
511 * README: Update maintainer.
512
513 2001-11-13 Alan Shutko <ats@acm.org>
514
515 * compile.el (recompile): Use compilation-arguments if set, so as
516 to be able to M-x recompile the exact command which created a
517 compilation-mode buffer.
518
519 2001-11-13 Richard M. Stallman <rms@gnu.org>
520
521 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
522
523 2001-11-13 Gerd Moellmann <gerd@gnu.org>
524
525 * mouse.el (mouse-drag-region): Don't run the up-event
526 handler if window start changed due to the down-mouse event.
527
528 2001-11-13 Richard M. Stallman <rms@gnu.org>
529
530 * mouse.el (mouse-show-mark): Either move point to the mark
531 or use highlighting, never both.
532 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
533
534 2001-11-13 Simon Josefsson <jas@extundo.com>
535
536 * mail/smtpmail.el (top-level): Change maintainer to Simon
537 Josefsson, cleanup the smtpmail.el header.
538
539 * mail/smtpmail.el (top-level): Don't require cl or base64.
540 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
541 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
542 Defsubst instead of defmacro.
543 (smtpmail-intersection): Return value in reverse order.
544 (smtpmail-open-stream): Use stringp instead of string-to-list.
545 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
546 separated from smtpmail-via-smtp.
547
548 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
549 rfc2104. Require base64 and cl.
550 (smtpmail-smtp-service): Doc fix. :type fix.
551 (smtpmail-debug-info): Doc fix.
552 (smtpmail-debug-verb, smtpmail-auth-credentials)
553 (smtpmail-starttls-credentials, smtpmail-auth-supported):
554 New variables.
555 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
556 mail-utils (it is autoloaded).
557 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
558 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
559 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
560 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
561 (smtpmail-via-smtp): Support AUTH.
562 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
563
564 2001-11-13 Richard M. Stallman <rms@gnu.org>
565
566 * ebuff-menu.el (electric-buffer-update-highlight): New function.
567 (electric-buffer-overlay): New variable.
568 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
569 (electric-buffer-list): Likewise.
570
571 2001-11-13 Per Starback <starback@ling.uu.se>
572
573 * isearch.el (isearch-whitespace-chars): Doc fix.
574 (isearch-mode): Handle negative search-slow-window-lines correctly.
575
576 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
577
578 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
579
580 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
581 From Emmanuel Briot <briot@act-europe.fr>.
582
583 2001-11-13 Colin Walters <walters@debian.org>
584
585 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
586
587 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
588 "~/.emacs"; use `read-file-name'.
589
590 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
591 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
592 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
593 * calc/calc.el: Use `frame-width' instead of `screen-width',
594 `frame-height' instead of `screen-height', and,
595 `executing-kbd-macro' instead of `executing-macro'.
596
597 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
598 correct number of arguments.
599
600 * calc/calc-aent.el (calc-do-alg-entry):
601 Use `blink-paren-function' instead of `blink-paren-hook'.
602
603 2001-11-12 Richard M. Stallman <rms@gnu.org>
604
605 * calendar/todo-mode.el (todo-save): Add save-excursion
606 and save-restriction.
607
608 * server.el (server-edit, server-done): Doc fix.
609
610 * simple.el (clone-indirect-buffer): Error if major mode symbol
611 has a no-clone-indirect property.
612 (clone-buffer): Check for obvious errors before reading clone name.
613
614 * info.el (Info-mode): Add a no-clone-indirect property.
615
616 2001-11-12 Sam Steingold <sds@gnu.org>
617
618 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
619 set-buffer-modified-p to nil after `vc-exec-after'.
620 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
621 (log-view-mode): Make read-only.
622 (log-view-current-file): Do final `expand-file-name' in the
623 current `default-directory'.
624 (log-view-current-tag): Take an optional `where' arg.
625 (log-view-diff): New user command.
626
627 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
628
629 * progmodes/cpp.el (cpp-choose-face): Fix typo.
630
631 2001-11-12 Sam Steingold <sds@gnu.org>
632
633 * emacs-lisp/cl-indent.el (toplevel): Indent properly
634 `generic-flet', `generic-labels', `with-accessors',
635 `with-condition-restarts'.
636
637 2001-11-12 Richard M. Stallman <rms@gnu.org>
638
639 * dired.el: Many trivial doc fixes.
640 (dired-get-file-for-visit): New function.
641 (dired-find-alternate-file, dired-mouse-find-file-other-window):
642 (dired-view-file, dired-find-file-other-window, dired-display-file):
643 (dired-find-file): Use dired-get-file-for-visit.
644
645 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
646
647 * sql.el (sql-mode): Doc change.
648
649 * sql.el (sql-mode-syntax-table): The backslash is no longer an
650 escape character.
651
652 2001-11-12 Colin Walters <walters@debian.org>
653
654 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
655 (calc-do-keypad): Don't attempt to use nonexistent global
656 mouse-map, use calc-keypad-map.
657 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
658 (calc-keypad-left-click): Don't use mouse-map; update to new event
659 interface.
660 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
661 (calc-keypad-press): Use `unread-command-events' instead of
662 `unread-command-char'.
663
664 * calc/calc-ext.el (calc-init-extensions): Update autoload names
665 to match files renamed on initial calc import.
666
667 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
668
669 * textmodes/flyspell.el (flyspell-default-dictionary):
670 Fix previous change.
671
672 2001-11-12 Richard M. Stallman <rms@gnu.org>
673
674 * textmodes/flyspell.el (flyspell-default-dictionary):
675 Fix custom type.
676
677 2001-11-11 Richard M. Stallman <rms@gnu.org>
678
679 * calendar/solar.el (solar-sunrise-and-sunset):
680 Exchange the two extreme values of day-length.
681
682 * progmodes/sh-script.el (sh-must-be-shell-mode):
683 Allow modes derived from sh-mode.
684
685 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
686 Turn off error in some re-search-forward calls.
687
688 * replace.el (query-replace-skip-read-only): New variable.
689 (perform-replace): If that variable is non-nil, ignore matches
690 that have a read-only property.
691
692 * derived.el (define-derived-mode): Doc fix.
693
694 * server.el (server-buffer-done): Test of server-existing-buffer
695 was backwards.
696 (server-existing-buffer): Doc fix.
697
698 * textmodes/flyspell.el (flyspell-default-dictionary):
699 Allow nil as value, and make nil the default.
700
701 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
702
703 * subdirs.el: Regenerated.
704
705 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
706 it is not fboundp.
707 (clipboard-yank): Ditto.
708
709 2001-11-11 Colin Walters <walters@verbum.org>
710
711 The following changes are based on patches from
712 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
713 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
714
715 * calc/calc.el (toplevel): Require calc-macs.
716 (calc-minibuffer-size): New.
717 (calcDigit-nondigit): Use it instead of `buffer-size'.
718 (calcDigit-backspace): Likewise.
719 (calcDigit-nondigit): Use `minibuffer-contents' instead of
720 `buffer-string'.
721 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
722 `point-min'.
723 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
724 `save-excursion'.
725
726 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
727 simple `setq' form.
728
729 * calc/calc-ext.el: (toplevel): Require calc.
730 (calc-fancy-prefix-map): New.
731 (calc-fancy-prefix): Use it.
732 (calc-fancy-prefix-other-key): New.
733
734 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
735 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
736 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
737 (calcAlg-enter): Likewise.
738 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
739
740 2001-11-10 Richard M. Stallman <rms@gnu.org>
741
742 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
743 (quietly-read-abbrev-file): Doc fix.
744
745 * startup.el (command-line): Read standard abbrev
746 file (abbrev-file-name), if it exists.
747
748 * files.el (save-abbrevs): Default value is t.
749
750 * progmodes/compile.el (compile-goto-error): Fix previous change
751 in the case where subsequent errors have not been parsed yet
752 because they are in a different source file.
753
754 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
755
756 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
757 Merge two regular expressions into one.
758 (ps-mode): Make local bindings for `comment-start' and
759 `comment-start-skip'.
760 (ps-mode-looking-at-nested): Simplify an if-else construct;
761 use `set-match-data' to set the result.
762
763 2001-11-10 Richard M. Stallman <rms@gnu.org>
764
765 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
766 Function deleted.
767 (flyspell-correct-word): Old definition deleted.
768 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
769 All references renamed too.
770
771 2001-11-10 Gerd Moellmann <gerd@gnu.org>
772
773 * Makefile.in (finder_setwins, setwins): Exclude Calc.
774
775 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
776
777 * wid-edit.el (checklist): Removed `:menu-tag'.
778 (radio-button-choice): Ditto.
779 (editable-list): Ditto.
780
781 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
782
783 * play/gomoku.el: Move definitions of constants to the beginning
784 of file, before their use.
785
786 2001-11-09 Richard M. Stallman <rms@gnu.org>
787
788 * textmodes/flyspell.el: Use the keymap property
789 instead of local-map, and don't use a minor-mode map.
790 (flyspell-mode-map): Variable deleted.
791 Don't mess with minor-mode-map-alist.
792 (calling add-minor-mode): Specify nil for keymap.
793 And always use add-minor-mode, now that it exists.
794 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
795 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
796 or flyspell-local-mouse-map.
797 (make-flyspell-overlay): Use flyspell-mouse-map directly.
798 (flyspell-mode): Doc fix.
799 (flyspell-mode-on): Don't call make-local-hook.
800
801 2001-11-09 Sam Steingold <sds@gnu.org>
802
803 * emacs-lisp/debug.el (debugger-make-xrefs):
804 Add buttons to all symbols.
805
806 2001-11-09 Andre Spiegel <spiegel@gnu.org>
807
808 * vc.el: Add John David Smith to credits.
809
810 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
811
812 * vc-hooks.el (vc-error-occured): Backquotified.
813 (vc-file-prop-obarray): Use prime length for better efficiency.
814
815 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
816
817 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
818
819 * info.el (Info-file-list-for-emacs): Add entries for Calc.
820
821 2001-11-09 Miles Bader <miles@gnu.org>
822
823 * subr.el (functionp): Don't consider macros as functions.
824
825 2001-11-08 Miles Bader <miles@gnu.org>
826
827 * subr.el (functionp): Make work correctly for macros and unbound
828 symbols.
829
830 * comint.el (comint-send-input): Fix description of
831 `comint-process-echoes' in the doc-string.
832
833 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
834
835 * international/mule.el (make-translation-table): Doc fix.
836 Suggested by Alex Schroeder <alex@gnu.org>.
837
838 2001-11-07 Richard M. Stallman <rms@gnu.org>
839
840 * info.el (Info-fontify-node): Highlight every third menu item.
841
842 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
843
844 * cus-edit.el (custom-face-value-create): Don't ignore the
845 `customized-face' attribute when finding the current face spec.
846
847 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
848
849 * subr.el (with-local-quit): New macro.
850 (make-syntax-table): Always inherit.
851 (functionp): Be more careful when `object' is a symbol.
852
853 * dabbrev.el (dabbrev-completion): Use "*Completions*".
854
855 2001-11-07 Paul Eggert <eggert@twinsun.com>
856
857 * dired.el (dired-move-to-filename-regexp):
858 Do not distinguish between ASCII letters and non-ASCII characters.
859 Don't allow comma except in the form "month day, year".
860 Don't allow space between month name and comma.
861 Clean up the code that checks for trailing period, comma, and space.
862 Remove now-obsolete comments, and add more commentary about
863 Japanese dates.
864 Always gobble up trailing spaces, instead of doing it only sometimes.
865
866 2001-11-07 Miles Bader <miles@gnu.org>
867
868 * paren.el (show-paren-match-face): Add dark-background variant.
869
870 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
871
872 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
873 (lisp-mode-variables): Don't set paragraph-{start,separate}.
874 Don't disable adaptive-fill-mode.
875 (lisp-fill-paragraph): Use tab-width rather than 8.
876 Prevent filling the first line of docstrings.
877
878 2001-11-06 Richard M. Stallman <rms@gnu.org>
879
880 * play/gomoku.el (gomoku): Doc fix.
881
882 * jka-compr.el (jka-compr-partial-uncompress):
883 Support an alternative of not using dd.
884 (jka-compr-dd-program): Use defcustom to define this.
885 (jka-compr-load-suffixes): Use defcustom.
886 (jka-compr-mode-alist-additions): Use defcustom.
887
888 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
889
890 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
891 Also work when LIMIT is further than the end of line.
892
893 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
894
895 * international/quail.el (quail-update-leim-list-file): Print the
896 offending file name if some of its quail-define-package forms is broken.
897
898 2001-11-05 Richard M. Stallman <rms@gnu.org>
899
900 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
901 of the evaluated form.
902
903 2001-11-05 Paul Eggert <eggert@twinsun.com>
904
905 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
906 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
907 stamps always line up by default. Also, it uses a slightly
908 different window to determine whether files are "recent".
909
910 2001-11-05 Andrew Innes <andrewi@gnu.org>
911
912 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
913 Don't attempt to remake autoloads before nuking .elc files.
914
915 2001-11-04 Richard M. Stallman <rms@gnu.org>
916
917 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
918 previous-single-property-change or next-single-char-property-change
919 returns nil.
920
921 * international/mule-cmds.el (set-locale-environment):
922 Make it interactive; make arg optional.
923
924 * international/mule-diag.el (help-funs): Require help-funs.
925
926 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
927
928 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
929
930 2001-11-04 Miles Bader <miles@gnu.org>
931
932 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
933 shadow of the splash image grey on a dark background instead of black.
934
935 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
936
937 * term.el (all faces): Don't (copy-face 'default <foo>).
938
939 * term/xterm.el (function-key-map):
940 Add entry for `ESC [ 3 ~' -> <delete>
941 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
942 Use inheritance so that .emacs and terminfo take precedence.
943
944 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
945
946 * tooltip.el (tooltip-delay): Decrease to 0.7.
947 (tooltip-hide-delay): Enlarge to 10.
948
949 2001-11-03 Richard M. Stallman <rms@gnu.org>
950
951 * startup.el (fancy-splash-tail): Explain how to recover
952 from a crash, if there was a crash.
953 (command-line-1): Reorganize display of startup screen,
954 to simplify the logic. Use a temp buffer for it.
955
956 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
957
958 * frame.el (set-background-color, set-foreground-color):
959 Call face-set-after-frame-default, to propagate the new colors to
960 the frame's parameters alist.
961
962 * calendar/timeclock.el (timeclock-out): Signal an error if
963 timeclock-last-event is nil.
964
965 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
966
967 * textmodes/fill.el (fill-context-prefix): Fix braino.
968
969 * international/quail.el (quail-help):
970 Use `help-buffer' and move `help-setup-xref' to beginning.
971
972 * international/mule-cmds.el (describe-language-environment):
973 Use `help-buffer' and move `help-setup-xref' to beginning.
974
975 * international/mule-diag.el (list-character-sets)
976 (sort-listed-character-sets, describe-character-set)
977 (describe-coding-system, describe-fontset, list-fontsets):
978 Use `help-buffer' and move `help-setup-xref' to beginning.
979 (describe-char-after): Use `internal-describe-syntax-value'.
980
981 2001-11-02 Richard M. Stallman <rms@gnu.org>
982
983 * mouse.el (popup-menu): If the user refuses to select
984 from a menu, don't try to invoke the menu.
985
986 2001-11-02 Miles Bader <miles@gnu.org>
987
988 * help-mode.el (help-xref): New button type.
989 (help-function, help-variable, help-face, help-coding-system)
990 (help-input-method, help-character-set, help-type, help-symbol)
991 (help-back, help-info, help-customize-variable, help-customize-face)
992 (help-function-def, help-variable-def): Use it as a supertype.
993 Remove `action' property.
994
995 * international/mule-diag.el (describe-character-set)
996 (describe-coding-system): Pass correct args to `help-xref-button'.
997 (sort-listed-character-sets): New button type.
998 (list-character-sets): Use it.
999 (list-charset-chars): New button type.
1000 (list-character-sets-1): Use it.
1001
1002 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1003
1004 * indent.el (tab-always-indent, indent-for-tab-command):
1005 Remove redundant `never' setting.
1006
1007 * fill.el (fill-region-as-paragraph): Don't forget to skip
1008 over current whitespace before looking for a preceding space.
1009
1010 2001-11-01 Richard M. Stallman <rms@gnu.org>
1011
1012 * files.el (file-newest-backup): Don't pass backup file name
1013 thru file-name-sans-versions, because it never has version numbers.
1014
1015 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1016 to avoid ambiguous nested loops.
1017
1018 * files.el (find-file-noselect): Offer to change buffer-read-only
1019 only when the file's read-only status has changed from before
1020 as well as disagreeing with the buffer's current status.
1021 (buffer-file-read-only): New var, local in all buffers.
1022
1023 * buff-menu.el (buffer-menu): Doc fix.
1024 (buffer-menu-other-window): Doc fix.
1025 (list-buffers, list-buffers-noselect): Doc fix.
1026
1027 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1028
1029 * startup.el (command-line): If the terminal Emacs is running on
1030 has erase char set to ^H, use the Backspace key for deleting
1031 backward, and the Delete key for deleting forward.
1032
1033 2001-11-01 Miles Bader <miles@gnu.org>
1034
1035 * button.el (define-button-type): Make sure every user-defined
1036 button type has a supertype.
1037
1038 2001-10-31 Jason Rumney <jasonr@gnu.org>
1039
1040 * international/mule-cmds.el (locale-language-names): Add chs and
1041 cht as aliases for Chinese-GB and Chinese-BIG5.
1042
1043 2001-10-31 Richard M. Stallman <rms@gnu.org>
1044
1045 * bindings.el (mode-line-frame-identification): Add doc string.
1046 (mode-line-position, mode-line-modes): New variables.
1047 (mode-line-format): Use mode-line-position for the part
1048 that displays the position-in-buffer info.
1049 Use mode-line-modes for the part that displays major and minor modes.
1050
1051 2001-10-31 Sam Steingold <sds@gnu.org>
1052
1053 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1054 (debugger-setup-buffer): Call it.
1055 (debugger-mode-map): Bind RET and mouse-2.
1056
1057 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1058
1059 * startup.el: Document command line option --no-window-system
1060 instead of --no-windows.
1061
1062 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1063
1064 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1065
1066 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1067 (font-lock-defaults-alist): Use it.
1068 From David Ponce <david.ponce@wanadoo.fr>
1069
1070 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1071 output of `char-after'.
1072
1073 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1074
1075 * simple.el (reindent-then-newline-and-indent): Insert the newline
1076 before indenting the first line.
1077 (undo-get-state, undo-revert-to-state): New funs.
1078 (shell-command): Don't kill the buffer even if empty.
1079 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1080 (transpose-subr-end2): Remove.
1081 (transpose-subr): Add `special' arg and simplify.
1082 (transpose-subr-1): Rewrite.
1083 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1084 (rfc822-goto-eoh): Simplify.
1085
1086 2001-10-30 Richard M. Stallman <rms@gnu.org>
1087
1088 * enriched.el (enriched-face-ans): FIx previous change.
1089
1090 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1091
1092 * international/iso-acc.el (iso-accents-compose): Remove a
1093 superfluous setq.
1094
1095 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1096
1097 * buff-menu.el (list-buffers-noselect): If the buffer's name
1098 starts with a blank, but it visits a file, do show it (for files
1099 whose names start with a blank).
1100
1101 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1102
1103 * textmodes/fill.el (sentence-end-double-space)
1104 (sentence-end-without-period): Move to paragraphs.el.
1105 (fill-indent-according-to-mode): Change default to t.
1106 (fill-context-prefix): Simplify control-flow and use a more
1107 sophisticated merge that unifies both previous checks.
1108 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1109 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1110 (fill-nobreak-p): New fun.
1111 (fill-region-as-paragraph): Use it.
1112 Handle `fill-indent-according-to-mode' slightly differently.
1113 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1114 (fill-individual-paragraphs-citation): Fix.
1115
1116 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1117 (paragraph-start): Change default to the `text-mode' value.
1118 (sentence-end-double-space, sentence-end-without-period):
1119 Move from fill.el.
1120 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1121 rather than rebinding `paragraph-start' and `paragraph-separate'.
1122
1123 * indent.el (indent-line-function): Change default to indent-relative.
1124 (tab-always-indent): Add an `never' setting.
1125 (indent-according-to-mode): Handle `indent-relative' and
1126 `indent-relative-maybe' specially.
1127 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1128 Handle the `never' case for `tab-always-indent'.
1129 Don't call indent-according-to-mode for indent-relative' and
1130 `indent-relative-maybe'.
1131 (insert-tab): Rename `prefix-arg' to `arg'.
1132 (indent-region): Indent the first line as well.
1133 (indent-relative): Don't mark the buffer modified if the indentation
1134 is unchanged.
1135
1136 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1137 Don't set paragraph-separate. Set paragraph-start more carefully.
1138 Set indent-line-function.
1139 (paragraph-indent-text-mode): Use it and define-derived-mode.
1140 (text-mode-map): Remove the \t binding.
1141 (text-mode): Simplify now that the default is more favorable.
1142
1143 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1144
1145 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1146 If the regexp doesn't match, use a looser one.
1147 (find-variable-noselect): Add `file' argument.
1148
1149 * pcvs.el (cvs-mode-commit-hook): New hook.
1150 (cvs-mode-commit): Run it.
1151
1152 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1153
1154 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1155 (edebug-instrument-function): Use `find-function-noselect'.
1156
1157 2001-10-29 Richard M. Stallman <rms@gnu.org>
1158
1159 * term.el (term-if-emacs19): Macro deleted.
1160 Callers changed to use progn instead.
1161
1162 * frame.el (blink-cursor-mode): Doc fix.
1163
1164 * files.el (find-backup-file-name): Use make-backup-file-name.
1165
1166 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1167 window-live-p.
1168 (edebug-set-conditional-breakpoint): Unconditionally use
1169 the former Emacs >=19 definition.
1170 (edebug-mark): Define unconditionally.
1171 (edebug-eval-expression): Always call read-from-minibuffer
1172 and specify history list.
1173 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1174 edebug-set-conditional-breakpoint.
1175 (edebug-emacs-version-specific): Function deleted;
1176 do the job at top level.
1177 (edebug-emacs-19-specific): Function deleted, this is the default.
1178
1179 2001-10-29 Sam Steingold <sds@gnu.org>
1180
1181 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1182 "/cygdrive/LETTER/" pathnames.
1183
1184 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1185
1186 * faces.el (invert-face): Check for 'unspecified, not for nil,
1187 when testing whether face colors are not specified.
1188 From David.Kastrup@t-online.de (David Kastrup).
1189 (read-face-name): Doc fix.
1190 (make-face-bold, make-face-unbold, make-face-italic)
1191 (make-face-unitalic, make-face-bold-italic, invert-face):
1192 Remove trailing blank from the prompt passed to read-face-name.
1193
1194 2001-10-29 Sam Steingold <sds@gnu.org>
1195
1196 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1197 Report numbers of files skipped and failed too.
1198 (byte-compile-file): Return 'no-byte-compile for skipped files.
1199
1200 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1201
1202 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1203 and `M p'.
1204
1205 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1206
1207 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1208 as is on unread-command-events instead of `(SECOND-CHAR)'.
1209
1210 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1211
1212 * vc.el: Mention vc-*-switches in backend API documentation.
1213 (vc-annotate): Adapt doc string to recent change.
1214
1215 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1216
1217 * enriched.el (enriched-face-ans): Handle face attributes
1218 of the form `(FACE1 FACE2 ...)'.
1219
1220 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1221
1222 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1223
1224 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1225
1226 * progmodes/sql.el (sql-db2): Doc change.
1227 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1228 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1229
1230 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1231
1232 * env.el (substitute-env-vars): Don't quote argument to `rx';
1233 it's a macro.
1234
1235 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1236
1237 * cus-start.el (recursive-load-depth-limit): Added.
1238
1239 2001-10-28 Richard M. Stallman <rms@gnu.org>
1240
1241 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1242 All uses removed--assume Emacs version is >= 20.
1243
1244 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1245 by really checking that it is not version 18.
1246
1247 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1248
1249 2001-10-28 Miles Bader <miles@gnu.org>
1250
1251 * faces.el (face-attribute): Add INHERIT argument, consider face
1252 inheritance if it's non-nil.
1253 (face-attribute-merged-with): New function.
1254 (face-attribute-specified-or): New macro.
1255 (face-foreground, face-background, face-stipple): Add INHERIT
1256 argument. Use `face-attribute-specified-or'.
1257
1258 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1259
1260 * font-lock.el: Require `syntax'.
1261 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1262 Use `c-font-lock-syntactic-face-function' for c languages.
1263 (font-lock-mode): Don't unset vars when turning the mode off.
1264 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1265 (font-lock-extra-managed-props): New var.
1266 (font-lock-default-unfontify-region): Use it.
1267 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1268 Don't eval the value when there's no match.
1269 (font-lock-ppss-stats): New var.
1270 (font-lock-ppss): New fun.
1271 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1272 (font-lock-apply-highlight): Allow `highlight' to set several props.
1273 (font-lock-set-defaults): Use dolist.
1274 (font-lock-unset-defaults): Remove.
1275 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1276 Try to recognize prototypes using `foo P_ ((args))'.
1277 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1278 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1279 (c-font-lock-syntactic-face-function): New function.
1280 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1281 (c++-keywords): Use a more sophisticated regexp to handle
1282 shallowly nested templates.
1283
1284 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1285
1286 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1287 (sgml-tag): Use it. Cleanup with `cond'.
1288 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1289 Mark the overlays and only delete those that are marked.
1290 (sgml-skip-close-p): Remove.
1291 (sgml-value): Replace sgml-skip-close-p with its definition.
1292 (html-tag-alist): Use sgml-xml a bit more.
1293 (html-mode): Set sgml-empty-tags.
1294
1295 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1296 (texinfo-update-node, texinfo-sequential-node-update):
1297 Don't bind the obsolete `auto-fill-hook'.
1298 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1299 Use `set-buffer' rather than `switch-to-buffer'.
1300 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1301 Use `set-buffer' rather than `switch-to-buffer'.
1302
1303 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1304 text-mode-syntax-table.
1305 (mail-mode): Use define-derived-mode.
1306 Fix ordering of alternatives in adaptive-fill-regexp.
1307 (mail-mode-map): Don't rely on keymap's internal representation.
1308
1309 2001-10-27 Sam Steingold <sds@gnu.org>
1310
1311 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1312 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1313 (sgml-mode-common): Call it.
1314 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1315 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1316 (html-horizontal-rule, html-image, html-ordered-list):
1317 (html-unordered-list, html-list-item, html-paragraph):
1318 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1319 `html-xhtml'.
1320
1321 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1322
1323 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1324 (ifnothtml): New alias.
1325
1326 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1327
1328 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1329 (toggle-text-mode-auto-fill): Use derived-mode-p.
1330
1331 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1332
1333 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1334 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1335
1336 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1337
1338 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1339 Add make-obsolete cookies, to follow faces.el.
1340
1341 These changes avoid warnings from the byte compiler in faces.el:
1342
1343 * faces.el (internal-get-face): Use facep instead of the obsolete
1344 internal-find-face.
1345 (internal-frob-font-weight, internal-frob-font-slant):
1346 New defaliases for obsolete functions.
1347 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1348 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1349 (x-make-font-bold-italic): Use internal-frob-font-weight and
1350 internal-frob-font-slant aliases instead of the obsolete
1351 x-frob-... functions.
1352
1353 2001-10-26 Sam Steingold <sds@gnu.org>
1354
1355 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1356 DOCTYPE; set `mode-name' based on it.
1357 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1358 (sgml-tag): Close empty tags in XHTML.
1359
1360 2001-10-26 Jason Rumney <jasonr@gnu.org>
1361
1362 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1363 when UNICODE is not defined.
1364
1365 2001-10-26 Sam Steingold <sds@gnu.org>
1366
1367 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1368 be alone on the line.
1369
1370 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1371
1372 * button.el (button): Special face definition for MS-DOS terminals.
1373
1374 2001-10-26 Sam Steingold <sds@gnu.org>
1375
1376 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1377 Protect the /= test by checking that the args are non-nil.
1378 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1379
1380 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1381
1382 * textmodes/artist.el (artist-version): 1.2.4.
1383 (artist-butlast-fn): New variable.
1384 (artist-butlast): New function.
1385 (artist-ellipse-mirror-quadrant): Use it.
1386 (artist-mouse-draw-poly): Use nil for `point-list'.
1387 (artist-mouse-draw-poly): Check for point-list being nil.
1388
1389 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1390
1391 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1392 lambda expression.
1393 (ps-mode-menu-main): Submenu with options on/off was replaced with
1394 a toggle button.
1395 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1396 (ps-mode): Autoload cookie added on same line as comment
1397 (ps-mode-tabkey, ps-mode-backward-delete-char):
1398 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1399 `indent-to' with `indent-line-to'
1400 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1401 instead of `eval'.
1402 (ps-mode-print-region): Use `with-temp-buffer'.
1403 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1404 (numerous places): Add back-tick and tick around names in
1405 docstrings, fix punctuation in docstrings, remove trailing spaces.
1406
1407 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1408
1409 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1410 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1411 (sgml-font-lock-syntactic-keywords): New var.
1412 (sgml-mode-common): Drop the two args.
1413 Don't make buffer-local variables that aren't used.
1414 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1415 Don't set `before-string' props from sgml-display-text.
1416 (sgml-mode): Use define-derived-mode.
1417 (sgml-tags-invisible): Use sgml-display-text.
1418 (sgml-quote): New command.
1419 (html-tag-alist): Add args for `span'.
1420 (html-mode): Use define-derived-mode.
1421 Set sgml-display-text and sgml-tag-face-alist.
1422
1423 2001-10-25 Sam Steingold <sds@gnu.org>
1424
1425 * add-log.el (add-log-always-start-new-record): New user option.
1426 (add-change-log-entry): Use it.
1427
1428 2001-10-25 Richard M. Stallman <rms@gnu.org>
1429
1430 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1431 bind case-fold-search if FROM is not all lower case.
1432
1433 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1434
1435 * startup.el (normal-top-level): Check for frame-initial-frame
1436 only if it's really used.
1437
1438 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1439
1440 * progmodes/compile.el (compilation-parse-errors-filename-function):
1441 New variable.
1442 (compilation-parse-errors): Use it.
1443
1444 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1445
1446 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1447 interactively so that C-u M-C-x still does edebug.
1448 (checkdoc-sentencespace-region-engine): Don't force a double-space
1449 after `.' if it doesn't look like an end-of-sentence.
1450 (debug-ignored-errors): Add `disambiguate ...'.
1451
1452 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1453
1454 * textmodes/texinfo.el (texinfo-environments)
1455 (texinfo-environment-regexp): Hoist.
1456 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1457 Only highlight the menu name in menu items.
1458 Setup `@foo ... @end foo' as text clones.
1459 (texinfo-clone-environment): New function.
1460 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1461 (texinfo-insert-block): Simplify.
1462 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1463 the command is repeated.
1464 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1465 (texinfo-insert-@end): Simplify.
1466
1467 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1468 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1469 (texinfo-subsubsection-level-regexp)
1470 (texinfo-update-menu-same-level-regexps)
1471 (texinfo-update-menu-higher-regexps)
1472 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1473
1474 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1475 (derived-mode-p): Autoload.
1476
1477 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1478 New vars and functions.
1479 (text-clone-maintain, text-clone-create): New functions.
1480
1481 2001-10-25 Miles Bader <miles@gnu.org>
1482
1483 * facemenu.el (facemenu-add-new-face): Fix variable names.
1484
1485 2001-10-24 Richard M. Stallman <rms@gnu.org>
1486
1487 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1488 of t and nil values.
1489 (facemenu-set-face): Handle START and END interactively.
1490 (facemenu-set-foreground): Don't use a face; specify color directly.
1491 (facemenu-set-background): Likewise.
1492 (facemenu-set-face-from-menu): Doc fix.
1493 (facemenu-active-faces): Use face-attribute-vector
1494 to handle bare attributes not in faces.
1495 (facemenu-get-face): Don't handle face names fg:... and bg:...
1496 specially.
1497 (facemenu-add-new-face): New argument MENU.
1498 New way to handle adding colors to the color menus.
1499
1500 * env.el (substitute-env-vars): Quote the arg to rx.
1501
1502 2001-10-24 Sam Steingold <sds@gnu.org>
1503
1504 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1505 Control" and "SGML" groups.
1506
1507 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1508
1509 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1510 Better handling of C++ template args to avoid confusion with `<'
1511 and `>' used as operators in member init expressions.
1512
1513 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1514
1515 * replace.el (perform-replace): Move START and END parameters
1516 to the end of the argument list and make them optional.
1517
1518 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1519 perform-replace.
1520
1521 * international/fontset.el (x-must-resolve-font-name): New function.
1522 (x-complement-fontset-spec): Use it.
1523
1524 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1525
1526 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1527
1528 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1529 Turn caadr into caar of cdr.
1530
1531 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1532
1533 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1534 of mouse-{1,2} since dragging is on the down event.
1535
1536 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1537
1538 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1539 if ARG is nil.
1540
1541 * desktop.el (desktop-last-buffer): New variable.
1542 (desktop-create-buffer): Set it.
1543 (desktop-read): Bind it and switch to that buffer.
1544
1545 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1546
1547 * progmodes/compile.el (compilation-set-window-height):
1548 Select old window only if it's still live.
1549
1550 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1551
1552 * help-mode.el (help-buffer): Remove debugging code.
1553 From Stefan Monnier <monnier@cs.yale.edu>.
1554
1555 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1556
1557 * files.el (file-name-sans-extension, file-name-extension):
1558 Don't count the leading dots in file names as signaling an extension.
1559
1560 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1561
1562 * vc.el (vc-diff-switches): Doc rewritten.
1563
1564 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1565
1566 * tooltip.el (tooltip-set-param): Doc fix.
1567
1568 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1569 127 to sgml-maybe-name-self.
1570 (sgml-name-8bit-mode): Doc fix.
1571 (sgml-char-names-table): New variable.
1572 (sgml-name-char): Support non-ASCII and mule-unicode-*
1573 characters. Doc fix.
1574 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1575
1576 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1577 doc string the effect of `left' and `top' parameters in
1578 tooltip-frame-parameters, the default values, and the units.
1579 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1580 (tooltip-show): Mention in the doc string the `top' and `left'
1581 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1582
1583 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1584
1585 Add autoscaling support for vc-annotate.
1586 From J.D. Smith <jdsmith@alum.mit.edu>.
1587
1588 * vc.el (vc-annotate-display-default): Accept colormap scaling
1589 ratio (now deprecated).
1590 (vc-annotate-display-autoscale): Added.
1591 (vc-annotate-add-menu): New autoscaling menu options "Span to
1592 Oldest" and "Span Oldest->Newest". Easymenu support added for
1593 toggle menus driven by customize variable `vc-annotate-display-mode'.
1594 (vc-annotate-display-select): Added.
1595 (vc-annotate): Changed temp-buffer-show-function to
1596 `vc-annotate-display-select'.
1597 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1598 Added argument OFFSET. Instead of backend function, calls now
1599 generic `vc-annotate-difference'.
1600 (vc-annotate-difference): Added as generic function instead of
1601 backend-specific function. No longer takes argument POINT, but
1602 instead accepts a time OFFSET.
1603 (vc-default-annotate-current-time): Added.
1604
1605 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1606 version in vc.el, with
1607 (vc-cvs-annotate-current-time): Added, as override of default.
1608 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1609 `vc-cvs-annotate-difference'.
1610
1611 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1612
1613 * saveplace.el (save-place): Require `saveplace'.
1614
1615 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1616 Use `sexp' for :value-type instead of `face'.
1617
1618 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1619
1620 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1621 regexps due to 5-digit message IDs.
1622
1623 2001-10-21 Jason Rumney <jasonr@gnu.org>
1624
1625 * term/w32-win.el (redisplay-dont-pause): Don't set.
1626
1627 2001-10-21 Miles Bader <miles@gnu.org>
1628
1629 * help-funs.el (help-manyarg-func-alist): Variable removed.
1630
1631 2001-10-21 Miles Bader <miles@gnu.org>
1632
1633 * help-funs.el (help-manyarg-func-alist): Remove entries for
1634 `insert', `insert-and-inherit', `insert-before-markers',
1635 `insert-before-markers-and-inherit', `message', `message-box',
1636 `message-or-box', `propertize', `format', `encode-time', `append',
1637 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
1638 `insert-string', `ml-if', `ml-provide-prefix-argument', and
1639 `ml-prefix-argument-loop'.
1640
1641 2001-10-21 Andre Spiegel <spiegel@gnu.org>
1642
1643 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
1644 (vc-default-diff-tree): New functions.
1645 (vc-version-diff): Use them. As a result, coding systems are now
1646 set up properly for all sorts of diffs, and tree diffs can now
1647 also be done locally.
1648 (vc-diff): With a prefix argument, don't require that it's called
1649 from a buffer under version control.
1650 (diff-switches): Remove duplicate definition.
1651
1652 * vc-cvs.el (vc-cvs-diff-tree): New function.
1653
1654 2001-10-21 Miles Bader <miles@gnu.org>
1655
1656 * help-funs.el (help-manyarg-func-alist): Remove entries for
1657 `list', `vector', `make-byte-code', `call-process',
1658 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
1659 `logand', `logior', and `logxor'.
1660
1661 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
1662 image bits to compensate. Use `make-string' instead of
1663 `make-bool-vector' (XBM apparently wants byte-aligned rows).
1664
1665 2001-10-20 Kim F. Storm <storm@cua.dk>
1666
1667 * simple.el (kill-ring-save): Don't show extent of copied region
1668 if using transient-mark-mode and region is fully visible.
1669
1670 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1671
1672 * (Version 21.1 released.)
1673
1674 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1675
1676 * files.el (auto-mode-alist): Associate .indent.pro with
1677 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
1678
1679 2001-10-18 Sam Steingold <sds@gnu.org>
1680
1681 Put the *Compile-Log* buffer in `compilation-mode'.
1682 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
1683 (byte-compile-log-1, byte-compile-log-file)
1684 (displaying-byte-compile-warnings): Use it
1685
1686 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
1687
1688 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
1689
1690 * xml.el (xml-parse-tag): Use eq on char-after's return value.
1691
1692 2001-10-18 Gerd Moellmann <gerd@gnu.org>
1693
1694 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
1695
1696 * obsolete/hilit19.el (hilit-lookup-face-create):
1697 Call set-face-font only if display-graphic-p.
1698 (toplevel): Remove references to window-system.
1699
1700 2001-10-18 Miles Bader <miles@gnu.org>
1701
1702 * simple.el (what-line): Avoid problems with field properties.
1703
1704 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1705
1706 * wid-edit.el (widget-field-face, widget-single-line-field-face):
1707 Define special colors for a tty.
1708
1709 2001-10-17 Francesco Potorti` <pot@gnu.org>
1710
1711 * comint.el (comint-password-prompt-regexp): Make it less
1712 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
1713
1714 2001-10-17 John Wiegley <johnw@gnu.org>
1715
1716 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
1717 a regular file, before checking if it is a directory or symlink.
1718 This avoids a call to eshell-file-attributes, which can be
1719 expensive in some situations.
1720
1721 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
1722 customization variable, to differentiate ls-in-dired from regular
1723 uses of ls.
1724
1725 2001-10-17 Miles Bader <miles@gnu.org>
1726
1727 * custom.el (defface): Mention `:inherit' in doc-string.
1728
1729 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1730
1731 * paren.el: Update the Commentary with installation instructions.
1732
1733 2001-10-15 Dave Love <fx@gnu.org>
1734
1735 * international/mule.el (set-auto-coding): Fix regexps for local
1736 variables section not to eat newlines.
1737
1738 2001-10-15 Miles Bader <miles@gnu.org>
1739
1740 * simple.el (display-message-or-buffer): Pass the correct buffer
1741 to `display-buffer'.
1742
1743 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
1744
1745 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
1746 (executable-find): Use exec-suffixes.
1747 (executable-set-magic): Don't use make-local-hook.
1748
1749 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
1750
1751 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
1752
1753 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
1754 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
1755 Add .so to the Unix and GNU branch.
1756
1757 * international/latin-1.el:
1758 * international/latin-2.el:
1759 * international/latin-3.el:
1760 * international/latin-4.el:
1761 * international/latin-5.el:
1762 * international/latin-8.el:
1763 * international/latin-9.el: Add no-byte-compile: t, since
1764 Makefile.in instructs make-docfile to look at .el files.
1765
1766 2001-10-14 Miles Bader <miles@gnu.org>
1767
1768 * button.el (define-button-type): Allow supertype property to be
1769 specified with a keyword `:supertype' too.
1770 (button-put, make-text-button): Allow button type property to be
1771 specified using the keyword `:type' too.
1772 (button-type): New function.
1773 (button): Add `button-category-symbol' property.
1774
1775 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
1776
1777 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
1778 indent-new-comment-line from comment-indent-new-line.
1779
1780 * textmodes/refill.el (refill-mode):
1781 Bind DEL to backward-delete-char-untabify.
1782 Set backward-delete-char-untabify-method to `hungry'.
1783
1784 * textmodes/bib-mode.el (bib-mode):
1785 * play/gomoku.el (gomoku-mode):
1786 * textmodes/page-ext.el (pages-directory-mode):
1787 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
1788
1789 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
1790
1791 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
1792
1793 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1794 Handle here-docs differently.
1795 (sh-font-lock-heredoc): Remove.
1796 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
1797 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
1798 (sh-font-lock-open-heredoc): New functions.
1799 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
1800 (sh-font-lock-keywords-1): Use regexp-opt.
1801 (sh-in-comment-or-string): Use syntax-ppss.
1802 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
1803 (sh-select, sh-tmp-file): Add explicit terminating \n.
1804
1805 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
1806 Use with-current-buffer.
1807 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
1808 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
1809 filename), catch any error that occurs in `ange-ftp-cd'.
1810 If an error happened, don't bother sending `cmd' at all.
1811 Fix a parenthesis typo.
1812 (ange-ftp-write-region): Don't blindly use binary if the remote host
1813 is unix-like.
1814
1815 * play/pong.el (pong-init): Don't use make-local-hook.
1816
1817 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
1818
1819 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
1820 (viper-get-ex-address-subr): More precise addr for the $ marker
1821
1822 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1823
1824 * version.el (emacs-version): Bump to 21.1.50.
1825
1826 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1827
1828 * mail/mailalias.el (mail-directory-stream): Do not double
1829 variables in the lambda-list.
1830
1831 * play/gomoku.el (gomoku-init-display): Ditto.
1832
1833 * play/landmark.el (lm-init-display): Ditto.
1834
1835 * delim-col.el (delimit-columns-rectangle-max): Ditto.
1836 (delimit-columns-rectangle-line): Ditto.
1837
1838 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
1839
1840 * newcomment.el (comment-region-internal): Don't rebind
1841 invisibility_spec now that the C routines handle it correctly.
1842
1843 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
1844
1845 * frame.el (special-display-popup-frame): Obey new specs `same-window'
1846 and `same-frame'.
1847
1848 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
1849
1850 * simple.el (minibuffer-local*-map): Remove redundant bindings.
1851
1852 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
1853 C-p and C-r. Remove redundant bindings from inheriting maps.
1854
1855 * progmodes/cperl-mode.el: Merged in changes from v4.32.
1856 After 4.23 and: After 4.24:
1857 (cperl-contract-levels): Restore position.
1858 (cperl-beautify-level): Likewise.
1859 (cperl-beautify-regexp): Likewise.
1860 (cperl-commentify): Rudimental support for length=1 runs
1861 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
1862 After 4.25:
1863 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
1864 (imenu-example--create-perl-index): Was not enforcing
1865 syntaxification-to-the-end.
1866 (cperl-invert-if-unless): Allow `for', `foreach'.
1867 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
1868 Mark qw(), m()x as indentable.
1869 (cperl-init-faces): Highlight `sysopen' too.
1870 Highlight $var in `for my $var' too.
1871 (cperl-invert-if-unless): Was leaving whitespace at end.
1872 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
1873 (cperl-calculate-indent): Remove old commented out code.
1874 Support (primitive) indentation of qw(), m()x.
1875 After 4.26:
1876 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
1877 q [] with intervening newlines.
1878 (cperl-autoindent-on-semi): New customization variable.
1879 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
1880 (cperl-tips): Mention how to make CPerl the default mode.
1881 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
1882 (cperl-outline-level): New function.
1883 (cperl-highlight-variables-indiscriminately): New customization var.
1884 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
1885 From Sean Kamath <kamath@pogo.wv.tek.com>.
1886 (cperl-after-block-p): Support CHECK and INIT.
1887 (cperl-init-faces, cperl-short-docs): Likewise and "our".
1888 From Doug MacEachern <dougm@covalent.net>.
1889 After 4.27:
1890 (cperl-find-pods-heres): Recognize \"" as a string.
1891 Mark whitespace between q and [] as `syntax-type' => `prestring'.
1892 Allow whitespace between << and "FOO".
1893 (cperl-problems): Remove \"" and q [] with intervening newlines.
1894 Mention multiple <<EOF as unsupported.
1895 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
1896 (cperl-indent-parens-as-block): New configuration variable.
1897 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
1898 Use `cperl-indent-parens-as-block'.
1899 (cperl-find-pods-heres): Test for =cut without empty line instead of
1900 complaining about no =cut.
1901 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
1902 (cperl-find-pods-heres): Likewise.
1903 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
1904 POD could've been marked as comment already.
1905 (cperl-unwind-to-safe): Unwind before start of POD too.
1906 After 4.28:
1907 (cperl-forward-re): Throw an error at proper moment REx unfinished.
1908 After 4.29:
1909 (x-color-defined-p): Make an extra case to peacify the warning.
1910 Toplevel: `defvar' to peacify the warnings.
1911 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
1912 No -nw-compile time warnings now.
1913 (cperl-find-tags): TAGS file had too short substring-to-search.
1914 Be less verbose in non-interactive mode
1915 (imenu-example--create-perl-index): Set index-marker after name
1916 (cperl-outline-regexp): New variable.
1917 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
1918 (cperl-mode): Made use `cperl-outline-regexp'.
1919 After 4.30:
1920 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
1921 (cperl-outline-level): Make start-of-file same level as `package'.
1922 After 4.31:
1923 (cperl-electric-pod): `head1' and `over' electric only if empty.
1924 (cperl-unreadable-ok): New variable.
1925 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
1926 on an unreadable file.
1927 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
1928 on an unreadable directory.
1929
1930 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1931 Consider the text between two errors as belonging to the first error.
1932 (compilation-goto-locus): Use pop-to-buffer rather than
1933 switch-to-buffer-other-frame.
1934
1935 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
1936 (awk-font-lock-syntactic-keywords): New var.
1937 (awk-mode): Use it.
1938
1939 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
1940
1941 * faces.el (describe-face): Call help-setup-xref earlier.
1942
1943 * jka-compr.el (jka-compr-load-suffixes): New var.
1944 (jka-compr-install): Add its content to load-suffixes.
1945 (jka-compr-uninstall): Remove its content from load-suffixes.
1946
1947 2001-10-12 Sam Steingold <sds@gnu.org>
1948
1949 * bindings.el (completion-ignored-extensions): CL-related
1950 extensions are platform-independent.
1951
1952 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
1953 asynchronous multiple file copying.
1954
1955 2001-10-12 Gerd Moellmann <gerd@gnu.org>
1956
1957 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1958 Turn error for repeated variables into warning.
1959
1960 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1961 New function checking that lambda-list consists of non-constant
1962 symbols, that &rest and &optional are followed by variable names,
1963 that &rest VAR is the last element, and that variables aren't doubled.
1964 (byte-compile-lambda): Use it.
1965
1966 2001-10-12 Eli Barzilay <eli@barzilay.org>
1967
1968 * calculator.el (calculator-eng-display): Don't call concat
1969 with an integer argument.
1970
1971 2001-10-12 Miles Bader <miles@gnu.org>
1972
1973 * help-mode.el (help-customize-face): New button-type.
1974
1975 * faces.el (list-faces-display): Fix args to `help-xref-button'.
1976 (describe-face): Fix args to `help-xref-button'.
1977 Don't switch to help-buffer around call to `help-setup-xref'.
1978 Use `help-buffer' instead of hard-wired "*Help*".
1979 Require `help-mode'.
1980
1981 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
1982
1983 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
1984
1985 * help-mode.el (help-buffer): New function.
1986 Returns the buffer-name to use for help output.
1987 Change all the code to use it instead of hard-coding *Help*.
1988 (help-mode-map): Put back the mouse-2 binding.
1989 (help-xref-stack): Change the format and make buffer-local.
1990 (help-xref-stack-item): Make buffer-local.
1991 (help-setup-xref): Do the `push' here rather than in help-do-xref.
1992 (help-xref-interned): Display the face doc as well.
1993 (help-follow-mouse): Re-introduce.
1994 (help-xref-go-back): Adapt to the new use of help-xref-stack.
1995 (help-do-xref): Don't `push' any more.
1996 (help-follow): Also follow face names.
1997
1998 * help-funs.el (describe-function-1): Remove unused `parens' arg.
1999 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2000 Autoload and cleanup.
2001 (describe-function): Call help-setup-xref.
2002 (describe-variable): Call help-setup-xref earlier.
2003
2004 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2005 (view-lossage): Call help-setup-xref correctly and earlier.
2006 (describe-bindings): Call help-setup-xref earlier.
2007 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2008 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2009
2010 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2011
2012 * master.el (master-mode): Use define-minor-mode instead of
2013 easy-mmode-define-minor-mode. Add autload cookie.
2014 (Commentary): Remove the line showing how to autoload master-mode,
2015 since it's always autoloaded.
2016
2017 * master.el: New file.
2018
2019 2001-10-11 Dave Love <fx@gnu.org>
2020
2021 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2022 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2023 <const-C varset-X const-C>: Fix car/cdr typo.
2024
2025 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2026
2027 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2028 New function extracted from byte-compile-log-1.
2029 (byte-compile-log-1): Change output to be more in line with
2030 the output of other GNU tools.
2031 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2032 (byte-compile-report-error): Downcase error message.
2033 Use `error' instead of `!!' for error messages.
2034 (byte-compile-print-syms): Treat non-interactive case specially.
2035 (displaying-byte-compile-warnings): Use backquote.
2036 (byte-compile-from-buffer): Bind byte-compile-last-line.
2037 (batch-byte-compile): Remove `Done' message.
2038
2039 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2040
2041 * emacs-lisp/copyright.el (copyright): Add final \n.
2042
2043 2001-10-11 Miles Bader <miles@gnu.org>
2044
2045 * diff.el (diff): Display default values in prompts as
2046 `(default ...)', not `(...)'.
2047
2048 * info.el (Info-follow-reference): Likewise.
2049
2050 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2051
2052 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2053
2054 * newcomment.el (comment-indent): Be a little more robust in case
2055 comment-indent-function does funny things.
2056 (comment-normalize-vars): Autoload.
2057 (comment-region-internal): Fiddle with the visibility spec.
2058 (comment-valid-prefix): New function.
2059 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2060 that would turn comment-text into non-comment-text.
2061
2062 * emacs-lisp/syntax.el: New file.
2063
2064 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2065 compatibility cruft.
2066 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2067 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2068 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2069 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2070 tcl-submit-bug-report.
2071 (tcl-mode-syntax-table): Leave \f alone.
2072 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2073 tcl-end-of-defun, tcl-submit-bug-report.
2074 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2075 (tcl-add-emacs-menu): Remove.
2076 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2077 (tcl-keyword-list): Add `chain'.
2078 (tcl-font-lock-syntactic-keywords): New variable.
2079 (tcl-pps-has-arg-6): Remove.
2080 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2081 (tcl-internal-mark-defun): Remove.
2082 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2083 (tcl-mode): Use define-derived-mode. Simplify.
2084 Set comment-indent-function.
2085 (tcl-indent-command): Use line-beginning-position and comment-indent.
2086 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2087 (tcl-indent-line): Use tcl-calculate-indent.
2088 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2089 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2090 (tcl-filter): Use with-current-buffer, simplify.
2091 (inferior-tcl-mode): Use define-derived-mode.
2092 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2093 (tcl-simple-in-comment, tcl-in-comment): Removed.
2094 (tcl-files-alist): New function.
2095 (tcl-help-snarf-commands): Use it and return the result directly
2096 rather than through a global variable.
2097 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2098 (tcl-help-on-word): Provide the default value to completing-read.
2099 (tcl-hilit): Remove.
2100 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2101 (tcl-comment-indent): New function.
2102 (tcl-submit-bug-report): Remove.
2103 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2104 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2105 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2106
2107 2001-10-10 Miles Bader <miles@gnu.org>
2108
2109 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2110 (Info-fontify-node): Don't fontify the node if it's already been done.
2111
2112 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2113
2114 * international/iso-transl.el (iso-transl-e-caret)
2115 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2116 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2117
2118 * simple.el (end-of-buffer): Fix code scrolling specially
2119 for the buffer end.
2120
2121 * startup.el (command-line-1): Bind tab-width to 8.
2122
2123 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2124
2125 * emulation/tpu-edt.el: Use defalias instead of fset for
2126 user-visible commands. From Rob Riepel
2127 <riepel@Networking.Stanford.EDU>.
2128
2129 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2130
2131 * ruler-mode.el: New file.
2132
2133 2001-10-09 Miles Bader <miles@gnu.org>
2134
2135 * apropos.el (button): New require.
2136
2137 * help-funs.el: New file, contents mostly from `help.el'.
2138 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2139
2140 * help-mode.el: New file, contents mostly from `help.el'.
2141
2142 * help.el: Don't require `view' when compiling.
2143 (help-with-tutorial, describe-function, describe-function-1)
2144 (variable-at-point, describe-variable, locate-library):
2145 Functions moved into `help-funs.el'.
2146 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2147 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2148 (help-setup-xref, help-xref-following, help-make-xrefs)
2149 (help-xref-button, help-insert-xref-button, help-xref-interned)
2150 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2151 (help-xref-on-pp): Functions moved into `help-mode.el'
2152 (help-mode-map, help-xref-stack, help-xref-stack-item)
2153 (help-highlight-p, help-highlight-face, help-back-label)
2154 (help-xref-symbol-regexp, help-xref-mule-regexp)
2155 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2156 (help-symbol, help-back, help-info, help-customize-variable)
2157 (help-function-def, help-variable-def):
2158 Button-types moved into `help-mode.el'.
2159 (load-symbol-file-load-history, symbol-file):
2160 Functions moved into `subr.el'.
2161 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2162 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2163
2164 * subr.el (symbol-file-load-history-loaded)
2165 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2166
2167 * loadup.el ("button"): Load removed.
2168
2169 * button.el (define-button-type): Respect any `supertype' property.
2170 (button-type-subtype-p, button-has-type-p): New functions.
2171
2172 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2173 dollar-signs.
2174
2175 * comint.el (comint-insert-previous-argument): New function.
2176 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2177 (comint-insert-previous-argument-last-start-pos)
2178 (comint-insert-previous-argument-last-index): New variables.
2179
2180 * apropos.el (apropos-next-label-button): Use the presence of a
2181 `apropos-label' property to detect label buttons.
2182
2183 2001-10-08 Miles Bader <miles@gnu.org>
2184
2185 * button.el (next-button, previous-button): Remove N and WRAP
2186 parameters. Don't pay attention to `skip' properties.
2187 (forward-button): Implement wrapping, iterating, and skipping here
2188 instead.
2189 (button-activate): USE-MOUSE-ACTION is optional.
2190 (button-nop): Function removed.
2191 (default-button): Use `ignore' as default button action.
2192
2193 * apropos.el (apropos-next-label-button): Update arguments to
2194 `next-button'.
2195 (apropos-symbol): Add `skip' property.
2196 (apropos-function, apropos-macro, apropos-command)
2197 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2198 (apropos-plist): New button types.
2199 (apropos-label-properties): Variable removed.
2200 (apropos-print): Pass button-type to apropos-print-doc, rather
2201 than help function and label text.
2202 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2203 Get button label from TYPE.
2204
2205 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2206
2207 * help.el (help-mode): Use define-derived-mode.
2208 (describe-mode): Add optional `buffer' arg.
2209 Use it instead of going through help-xref-mode.
2210 Avoid doubling the word `minor' when prettifying.
2211 (describe-function-1): List the corresponding key bindings.
2212 (describe-variable): Say if the var is automatically buffer-local.
2213 If the source is `loaddefs.el', look for the real source.
2214 (help-xref-mode): Remove.
2215
2216 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2217 the file says no-byte-compile.
2218
2219 2001-10-08 Miles Bader <miles@gnu.org>
2220
2221 * button.el (next-button, previous-button): Respect `skip' property.
2222
2223 2001-10-07 Miles Bader <miles@gnu.org>
2224
2225 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2226 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2227 `woman-follow-word' instead of `woman-mouse-2'.
2228 (woman-follow-word): Renamed from `woman-mouse-2'.
2229 Follow current unconditionally, since this function is now only
2230 bound to M-mouse-2. Use accessor functions.
2231 (WoMan-highlight-references): Use `make-text-button'.
2232 (woman-xref): New button type.
2233
2234 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2235 ("button"): New load, just before "help" (which uses it).
2236
2237 * help.el (help-mode-map): Make button-buffer-map our parent.
2238 Don't bind mouse events or tab/backtab.
2239 (help-function, help-variable, help-face, help-coding-system)
2240 (help-input-method, help-character-set, help-back, help-info)
2241 (help-customize-variable, help-function-def, help-variable-def):
2242 New button types.
2243 (help-button-action): New function.
2244 (describe-function-1): Pass help button-types to
2245 `help-xref-button' rather than help function and help-echo string.
2246 Don't put multiple help-function args in a list to pass them to
2247 help-xref-button, just pass them as multiple arguments.
2248 Use `help-insert-xref-button' to make [back]-button, rather than
2249 `help-xref-button'.
2250 (help-xref-button): Take a button-type TYPE as a parameter rather
2251 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2252 and add a &rest parameter ARGS to serve the same purpose.
2253 Use `make-text-button' to add the button.
2254 (help-insert-xref-button): Use `insert-text-button' to add the button.
2255 (help-follow-mouse, help-next-ref, help-previous-ref):
2256 Functions removed.
2257 (help-do-xref): New function.
2258 (help-follow): Use `push-button' and `help-do-xref' to do most of
2259 the work.
2260
2261 * apropos.el (apropos-symbol, apropos-label): New button types.
2262 (apropos-symbol-button-display-help)
2263 (apropos-label-button-display-help, apropos-next-label-button):
2264 New functions.
2265 (apropos-mode-map): Make button-buffer-map our parent.
2266 Don't bind mouse events.
2267 (apropos-print, apropos-print-doc): Create buttons instead of text
2268 properties.
2269 (apropos-mouse-follow): Function removed.
2270 (apropos-follow): Use buttons.
2271
2272 * button.el: New file.
2273
2274 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2275
2276 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2277 Remove.
2278
2279 2001-10-05 Richard M. Stallman <rms@gnu.org>
2280
2281 * add-log.el (add-change-log-entry): Skip copyright notice
2282 and copying permission notice at start of file, if any.
2283 Make use of terms "entry" and "item" accord with Emacs manual.
2284 Simplify the logic for moving point while entering or creating
2285 an entry and then an item.
2286 (add-change-log-entry-other-window): Doc fix.
2287
2288 2001-10-06 Miles Bader <miles@gnu.org>
2289
2290 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2291 removed; they apparently don't work with faces.
2292
2293 2001-10-05 Sam Steingold <sds@gnu.org>
2294
2295 * textmodes/sgml-mode.el (html-xhtml): New user option.
2296 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2297 (html-ordered-list, html-unordered-list, html-list-item)
2298 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2299 (sgml-skip-close-p): New function.
2300 (sgml-value): Use it.
2301
2302 2001-10-05 Sam Steingold <sds@gnu.org>
2303
2304 * calendar/diary-lib.el (diary-entry-compare): When times are
2305 identical, compare the entries lexicographically.
2306
2307 2001-10-06 Miles Bader <miles@gnu.org>
2308
2309 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2310 Use `minibuffer-prompt-end'.
2311
2312 * simple.el (previous-matching-history-element): Fix misplaced
2313 parentheses.
2314
2315 2001-10-05 Miles Bader <miles@gnu.org>
2316
2317 * rfn-eshadow.el: New file.
2318
2319 2001-10-05 Miles Bader <miles@gnu.org>
2320
2321 * cus-face.el (custom-face-attributes): Make sure each attribute
2322 has a valid default value. Remove hacks that mapped `nil' to
2323 `off' and used nil to mean `unspecified'. Remove `unspecified'
2324 choices from all attributes (unspecified is handled by the parent
2325 checklist).
2326 * cus-edit.el (custom-face-edit-convert-widget)
2327 (custom-face-edit-deactivate, custom-face-edit-activate)
2328 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2329 New functions.
2330 (custom-face-edit): Specify a custom :convert-widget.
2331 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2332 Don't pass in default filters that map between `nil' and `off' and
2333 `unspecified' and `nil'.
2334
2335 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2336
2337 * progmodes/compile.el (compilation-buffer-name): New function.
2338 (compile-internal): Use it to determine the name of the
2339 compilation buffer.
2340
2341 2001-10-05 Miles Bader <miles@gnu.org>
2342
2343 * progmodes/compile.el (grep-use-null-device): New variable.
2344 (grep-command): Mention `grep-use-null-device'.
2345 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2346 Make computation of `grep-command' respect `grep-use-null-device'.
2347 (grep): Respect `grep-use-null-device'.
2348 Call `grep-compute-defaults' even if grep-command is set, if
2349 grep-use-null-device is still tentative.
2350
2351 * subr.el (call-process-shell-command): New function.
2352
2353 2001-10-05 Miles Bader <miles@gnu.org>
2354
2355 * simple.el (previous-matching-history-element)
2356 (next-history-element, next-complete-history-element): Use
2357 `minibuffer-' functions instead of calling `field-' functions directly.
2358 (minibuffer-prompt-end, minibuffer-contents):
2359 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2360 Functions removed (now subrs).
2361 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2362
2363 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2364 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2365 instead of calling `field-' functions directly.
2366 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2367
2368 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2369
2370 * files.el (find-file-noselect): If file's read-only status has
2371 changed on disk, ask if buffer's read-only status should be
2372 changed, unless NOWARN is set.
2373
2374 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2375 alias for define-setf-method.
2376
2377 * bindings.el: Remove no-byte-compile from file local variables
2378 to enable bootstrapping.
2379
2380 2001-10-04 Andrew Innes <andrewi@gnu.org>
2381
2382 * faces.el (face-font-registry-alternatives) [windows-nt]:
2383 Make gb2312 an alias for gb2312.1980.
2384
2385 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2386
2387 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2388 (uniquify-reverse-components): Remove.
2389
2390 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2391 Make sure the file is readable.
2392 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2393 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2394 (batch-byte-recompile-directory): Pass arg=0.
2395
2396 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2397 (perl-calculate-indent): Use it.
2398 (perl-backward-to-noncomment): Use forward-comment.
2399
2400 * derived.el (define-derived-mode, derived-mode-make-docstring):
2401 Allow `parent' to be nil.
2402
2403 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2404 Use define-derived-mode.
2405 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2406
2407 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2408
2409 * emacs-lisp/lselect.el: Use facep iso find-face.
2410
2411 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2412 Use regexp-opt.
2413 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2414 (lisp-font-lock-syntactic-face-function): New function.
2415 (lisp-mode-variables): Use it. Make arg optional.
2416 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2417 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2418 Set comment-start-skip.
2419
2420 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2421
2422 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2423 (ignore-errors): Don't bother using a `err' symbol.
2424
2425 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2426 (autoload-insert-section-header, autoload-before-p)
2427 (autoload-remove-section): New functions.
2428 (generate-file-autoloads): Use them.
2429 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2430 Make sure the autoload file is properly formatted when creating it.
2431 (update-autoloads-from-directories): Use them as well.
2432 Only update autoloads for files whose timestamp has changed.
2433 Add a dummy entry to remember the files which had no autoload cookies.
2434
2435 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2436
2437 * subr.el (define-key-after): Allow `key' to be longer than 1.
2438 (make-local-hook): Make obsolete.
2439 (add-hook, remove-hook): Don't use make-local-hook any more.
2440 (make-syntax-table): Inherit all chars from s-s-t.
2441
2442 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2443
2444 This is a fix for a report saying that resuming a search with C-s
2445 C-s doesn't use the case-fold-search setting of the previous
2446 search (C-s ... M-c ... then C-s C-s).
2447
2448 * isearch.el (isearch-last-case-fold-search): New variable.
2449 (isearch-mode): Remember value of isearch-case-fold-search
2450 in isearch-last-case-fold-search.
2451 (isearch-done): Quote value of isearch-case-fold-search.
2452 (isearch-repeat): When resuming a search, restore
2453 isearch-case-fold-search from isearch-last-case-fold-search.
2454
2455 Added to NEWS.
2456
2457 * startup.el (inhibit-startup-buffer-menu): New user-option.
2458 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2459 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2460
2461 This allows upto 99999 messages in the summary without screwing up
2462 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2463
2464 * mail/rmailsum.el (rmail-make-summary-line)
2465 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2466 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2467 Allow 5-digit message ids instead of 4.
2468
2469 This adds expansion of environment variables in the value
2470 specified with M-x setenv. Added to NEWS.
2471
2472 * env.el (substitute-env-vars): New function.
2473 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2474 environment variables in VALUE. Return VALUE.
2475
2476 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2477
2478 * Branch for 21.1.
2479
2480 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2481
2482 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2483
2484 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2485
2486 * emulation/tpu-edt.el: Make messages match original TPU/edt
2487 editor. From riepel@Stanford.EDU (Rob Riepel).
2488
2489 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2490
2491 * rect.el: Update maintainer's email address.
2492
2493 2001-10-02 Andreas Schwab <schwab@suse.de>
2494
2495 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2496 and Extended Passive Mode, resp.
2497
2498 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2499
2500 These changes add support for Calendar-related items in the
2501 menu bar on tty's as well:
2502
2503 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2504 unconditionally.
2505 (calendar-mode): Set up activate-menubar-hook unconditionally.
2506
2507 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2508 calls x-popup-menu only if popup menus are supported.
2509 (calendar-mouse-insert-hebrew-diary-entry)
2510 (calendar-mouse-insert-islamic-diary-entry)
2511 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2512 (calendar-mouse-view-other-diary-entries)
2513 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2514 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2515 Call cal-menu-x-popup-menu instead of x-popup-menu.
2516
2517 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2518
2519 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2520
2521 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2522
2523 * emacs-lisp/rx.el: New file.
2524
2525 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2526
2527 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2528
2529 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2530
2531 * frame.el (select-frame-by-name, other-frame): Doc fix.
2532
2533 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2534
2535 * play/snake.el (snake-score-file): Use temporary-file-directory
2536 instead of a literal "/tmp". Suggested by Robert
2537 <robert@chezmarshall.freeserve.co.uk>.
2538
2539 * play/tetris.el (tetris-score-file): Ditto.
2540
2541 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2542
2543 * apropos.el (apropos-print): Make the directions inserted at the
2544 beginning of the *Apropos* buffer more clear.
2545
2546 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2547
2548 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2549 Added comments.
2550
2551 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2552
2553 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2554 "\\s-" when defining comment-end-skip.
2555
2556 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2557
2558 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2559 Call get-buffer-window first second arg `visible'.
2560
2561 * international/mule-diag.el (list-input-methods-1):
2562 Output something that's independent of Emacs' version.
2563
2564 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2565 calling byte-to-position with a nil tar-header-offset.
2566
2567 2001-09-27 Simon Josefsson <jas@extundo.com>
2568
2569 * mail/sendmail.el (send-mail-function): Doc fix.
2570 (mail-do-fcc): Error if header-end is not a marker.
2571 (mail-do-fcc): Add a comment.
2572 (mail-reply-to): Doc fix.
2573 (mail-signature): Make ATPOINT optional.
2574 (mail-yank-original): Use cond instead of nestled if.
2575
2576 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2577
2578 * info.el (Info-on-current-buffer): Default arg to "Top".
2579
2580 2001-09-25 Eli Barzilay <eli@barzilay.org>
2581
2582 * calculator.el (calculator-copy-displayer): New user-option.
2583 (calculator-displayer-prev, calculator-displayer-next):
2584 Renamed from calculator-displayed-{left,right}.
2585 (calculator, calculator-standard-displayer)
2586 (calculator-num-to-string, calculator-update-display)
2587 (calculator-copy, calculator-put-value): Bug and display fixes.
2588
2589 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2590
2591 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2592 (ebnf-version): New version (3.6.1).
2593
2594 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2595 (ebnf-bnf-non-terminal-chars): New internal const.
2596 (ebnf-bnf-lex): Fix code.
2597
2598 * ebnf-iso.el: Fix character range regexp. Doc fix.
2599 (ebnf-iso-non-terminal-chars): New internal const.
2600 (ebnf-iso-lex): Fix code.
2601
2602 * ebnf-yac.el: Fix character range regexp. Doc fix.
2603 (ebnf-yac-skip-chars): New internal const.
2604 (ebnf-yac-skip-code): Fix code.
2605
2606 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2607
2608 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2609
2610 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2611 passing it to VC.
2612
2613 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2614 case where the file is relative.
2615
2616 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2617
2618 * xml.el (xml-parse-attlist): Quotes around attributes must be the
2619 same on each side. Make sure we properly handle simple quotes.
2620 From Daiki Ueno <ueno@unixuser.org>.
2621
2622 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2623
2624 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
2625 <jas@extundo.com>.
2626
2627 * menu-bar.el (top-level): Minor fixes for text of help-echo in
2628 some items of the Options menu.
2629
2630 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
2631
2632 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
2633
2634 * vc-hooks.el (vc-delete-automatic-version-backups):
2635 Don't fail if the directory doesn't exist.
2636
2637 * diff-mode.el (diff-default-read-only): New var.
2638 (diff-mode): Use it.
2639
2640 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
2641
2642 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
2643 Use make-keymap instead of copy-keymap, since copying the global
2644 keymap messes up the menu bar.
2645
2646 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
2647 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2648
2649 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
2650
2651 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
2652
2653 * dired-aux.el (dired-insert-subdir): Pass switches to
2654 dired-build-subdir-alist.
2655
2656 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
2657
2658 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
2659 caused %#a and %#b to be mis-formatted.
2660
2661 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
2662
2663 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
2664 ccmode, emacs-mime, and eudc manuals.
2665
2666 2001-09-19 Sam Steingold <sds@gnu.org>
2667
2668 w32 find cannot be used with `grep-find'.
2669 * progmodes/compile.el (find-program): New variable.
2670 (grep-compute-defaults): Use it to set `grep-find-command'.
2671
2672 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2673
2674 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
2675
2676 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2677
2678 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
2679 programming. Doc fix.
2680 (ebnf-version): New version (3.6).
2681 (ebnf-eps-begin): Data fix.
2682 (ebnf-begin-file): Code fix.
2683
2684 * ebnf-bnf.el: Doc fix.
2685 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2686
2687 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
2688
2689 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2690
2691 * ps-print.el: Better face mapping for black/white PostScript printers.
2692 Check if mark is active when printing a region. Doc fix.
2693 (ps-print-version): New version number (6.5.5).
2694 (ps-print-color-p): Customization fix.
2695 (ps-black-white-faces): New option.
2696 (ps-black-white-faces-alist): New internal var.
2697 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
2698 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
2699 (ps-nb-pages-region): Interactive fix.
2700 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
2701 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
2702
2703 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
2704
2705 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
2706 numeric month value, and allow the Kanji character after the it to
2707 be missing (happens with ls-lisp's output on Japanese versions of
2708 MS-Windows).
2709
2710 2001-09-18 Miles Bader <miles@gnu.org>
2711
2712 * diff-mode.el (diff-mode): Don't make the buffer read-only if
2713 it's empty (and thus probably a new patch file about to be edited).
2714
2715 2001-09-17 Gerd Moellmann <gerd@gnu.org>
2716
2717 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2718 Check for '(' in column 0 of doc string.
2719
2720 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
2721 of `nth' so that using a vector as bounding-box works.
2722 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2723
2724 2001-09-17 Andre Spiegel <spiegel@gnu.org>
2725
2726 * vc.el (vc-annotate): Use current workfile version explicitly as
2727 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
2728
2729 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
2730
2731 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
2732 convert-standard-filename doesn't guarantee that the .el extension
2733 is preserved.
2734
2735 * dos-fns.el (convert-standard-filename): Replace invalid
2736 characters only after converting dash/underscore to a period.
2737 (original-make-auto-save-file-name): New.
2738 (make-auto-save-file-name): New function, overrides the definition
2739 on files.el and calls the original function via
2740 original-make-auto-save-file-name.
2741
2742 * mail/rmail.el (top-level): Require mule-utils when compiling.
2743 (rmail-decode-babyl-format): Use detect-coding-with-priority
2744 instead of detect-coding-region, to favor detection of emacs-mule
2745 encoded Babyl files written by rmailout.el etc. Suggested by
2746 Kenichi Handa <handa@etl.go.jp>.
2747
2748 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
2749
2750 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
2751 Use `equal', not `=', since the device number can be a cons cell.
2752
2753 2001-09-14 Gerd Moellmann <gerd@gnu.org>
2754
2755 * simple.el: Comment out change of 2001-09-13.
2756
2757 2001-09-13 Milan Zamazal <pdm@zamazal.org>
2758
2759 * progmodes/compile.el (grep-compute-defaults): Don't set
2760 grep-command/grep-find-command when it is already non-nil.
2761 (grep-command): Make it a user option.
2762 (grep-find-command): Likewise.
2763
2764 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
2765
2766 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
2767 inhibit quit.
2768
2769 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
2770
2771 * files.el (make-auto-save-file-name): If long file names are not
2772 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
2773 generating an auto-save file name from it.
2774
2775 2001-09-13 Gerd Moellmann <gerd@gnu.org>
2776
2777 * ps-print.el (ps-print-region, ps-print-region-with-faces)
2778 (ps-nb-pages-region): Signal an error if called interactively
2779 and the mark is not active.
2780
2781 * simple.el (minibuffer-prompt-modification)
2782 (minibuffer-prompt-insertion): New functions.
2783 (minibuffer-prompt-properties): Use `modification-hooks' and
2784 `insert-in-front-hooks'.
2785
2786 2001-09-12 Richard M. Stallman <rms@gnu.org>
2787
2788 * textmodes/outline.el (outline-regexp): Doc fix.
2789 Initialize it in the defcustom, the usual way.
2790
2791 2001-09-12 Gerd Moellmann <gerd@gnu.org>
2792
2793 * ediff-mult.el (ediff-get-meta-info): Take into account that data
2794 from `ediff-meta-info' properties need not be an overlay.
2795 From David Ponce <dponce@voila.fr>.
2796
2797 * isearch.el (isearch-intersects-p): Fix end checks.
2798
2799 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
2800
2801 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
2802 `t' branch of `cond', since Irix 6.1 and up is a special case of
2803 the standard dbx interface.
2804
2805 2001-09-11 Miles Bader <miles@gnu.org>
2806
2807 * comint.el (comint-send-input): When waiting for echoed input,
2808 don't save the expected end position in `echo-end', so that things
2809 work properly even if the buffer is modified elsewhere at the same
2810 time [this happens if `comint-truncate-buffer' is used].
2811
2812 2001-09-11 Gerd Moellmann <gerd@gnu.org>
2813
2814 * textmodes/outline.el (outline-mode): Use `^' and a shy group
2815 when constructing imenu-generic-expression from outline-regexp.
2816
2817 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2818
2819 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
2820 `equal' instead of `=', since they can be cons cells. From Nils
2821 Goesche <cartan@cartan.de>.
2822
2823 2001-09-10 Andre Spiegel <spiegel@gnu.org>
2824
2825 * vc.el (vc-annotate): Rewrote doc string.
2826
2827 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2828
2829 * time-stamp.el: Update Stephen Gildea's email address.
2830
2831 2001-09-10 Gerd Moellmann <gerd@gnu.org>
2832
2833 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
2834 enable-multibyte-characters = nil. From Hallvard B Furuseth
2835 <h.b.furuseth@usit.uio.no>.
2836
2837 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
2838
2839 * ediff-init.el (ediff-highest-priority): Bug fix.
2840
2841 * viper-cmd.el (viper-special-read-and-insert-char): New function
2842 that reads a character and uses the current input method or
2843 iso-accents when appropriate.
2844
2845 * viper.el and all others: Corrections to the comment blocks at
2846 the top.
2847
2848 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
2849
2850 * info.el (Info-goto-node): Doc fix.
2851
2852 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2853
2854 * isearch.el (isearch-intersects-p): New function.
2855 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
2856 use isearch-intersects-p, and clean up.
2857
2858 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2859
2860 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
2861 and "german8", for the new German orthography dictionaries,
2862 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
2863 the entries, to keep the line length balanced for loaddefs.el.
2864
2865 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
2866
2867 * comint.el (comint-send-input): Handle comint-process-echoes
2868 differently.
2869
2870 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2871
2872 * locate.el (locate-insert-header): Remove unnecessary whitespace.
2873
2874 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2875
2876 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
2877
2878 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2879
2880 * server.el (server-switch-buffer):
2881 * textmodes/refer.el (refer-find-entry-internal):
2882 * term/sup-mouse.el (sup-pos-to-window):
2883 * term/bg-mouse.el (bg-window-from-x-y):
2884 * emacs-lisp/edebug.el (edebug-window-live-p):
2885 Use get-window-with-predicate.
2886
2887 * window.el (get-window-with-predicate): Renamed from some-window.
2888 (some-window): Make it an alias.
2889
2890 2001-09-06 Gerd Moellmann <gerd@gnu.org>
2891
2892 * simple.el (undo): Remove positions from buffer-undo-list up to
2893 the next undo boundary only.
2894
2895 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
2896
2897 * makefile.nt (install): Don't copy sc.el. Reported by Richard
2898 Kim <ryk@dspwiz.com>
2899
2900 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
2901 the message "Creating customization items...done".
2902
2903 2001-09-05 Gerd Moellmann <gerd@gnu.org>
2904
2905 * font-lock.el (toplevel): Require `jit-lock' only if
2906 font-lock-support-mode is set to jit-lock-mode.
2907
2908 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
2909
2910 * international/quail.el (quail-use-package, quail-inactivate)
2911 (quail-activate): Mention the hooks these functions run in their
2912 doc strings.
2913
2914 2001-09-05 Edward M. Reingold <reingold@iit.edu>
2915
2916 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
2917 of file in header of menu.
2918
2919 2001-09-04 Gerd Moellmann <gerd@gnu.org>
2920
2921 * env.el (setenv): Interactively, if VARIABLE has a current value,
2922 add that to the front of the history, as the doc string says.
2923
2924 * comint.el (comint-send-input): Change help-echo.
2925 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
2926
2927 * bookmark.el (bookmark-write-file): Bind print-length and
2928 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
2929
2930 * obsolete/uncompress.el: Moved there from lisp/.
2931
2932 * comint.el (comint-insert-clicked-input): Goto point-max before
2933 deleting previous input. From "Dr Francis J. Wright"
2934 <F.J.Wright@qmw.ac.uk>.
2935
2936 * simple.el (backward-word): Doc fix.
2937
2938 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2939
2940 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
2941 * uncompress.el, uniquify.el, vc.el, view.el, window.el
2942 * w32-fns.el: Add Keywords header.
2943
2944 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
2945
2946 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
2947 "Text Properties". Suggested by Simon Marshall
2948 <Simon.Marshall@midas-kapiti.com>.
2949
2950 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2951
2952 * term/mac-win.el (mac-drag-n-drop): Decode file name by
2953 consulting the value of file-name-coding-system.
2954
2955 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
2956
2957 * help.el (describe-function-1): Save precomputed `file-name' rather
2958 than recomputing it (incorrectly) with `symbol-file'.
2959
2960 2001-09-03 Gerd Moellmann <gerd@gnu.org>
2961
2962 * international/isearch-x.el (isearch-exit-recursive-edit):
2963 Take three parameters, since it's used as an after-change-function.
2964
2965 * emacs-lisp/backquote.el (backquote-backquote-symbol)
2966 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
2967 from doc strings.
2968
2969 2001-09-02 Milan Zamazal <pdm@zamazal.org>
2970
2971 * progmodes/glasses.el (glasses-convert-to-unreadable):
2972 Consider underscores as in `glasses-make-readable'.
2973
2974 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2975
2976 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
2977 MS-DOS, since cpp might not be available.
2978
2979 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
2980 Mention "yank" in the help-echo text.
2981 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2982
2983 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
2984
2985 * newcomment.el (comment-indent): Insert spaces more carefully.
2986
2987 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2988
2989 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
2990 exists. From Andy Petrusenco <andy@int.spb.ru>.
2991
2992 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
2993 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
2994 <andy@int.spb.ru>.
2995
2996 2001-08-31 Gerd Moellmann <gerd@gnu.org>
2997
2998 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
2999 Instead of running mouse-yank-at-click, see what the event is
3000 bound to outside Isearch and run that.
3001
3002 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3003
3004 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3005 Fix the menu entry to mention transient-mark-mode.
3006
3007 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3008
3009 * simple.el (eval-expression-print-level): Fix last change.
3010
3011 * bindings.el (mode-line-coding-system-map): New variable.
3012 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3013
3014 * simple.el (eval-expression-print-level): Change the type
3015 of the defcustom to allow nil.
3016
3017 * emacs-lisp/find-gc.el: Moved here from lisp/.
3018
3019 * international/quail.el (quail-completion-1):
3020 Reverse the ((CHAR . DEFN) ...) list before processing it.
3021 From Kenichi Handa <handa@etl.go.jp>.
3022
3023 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3024 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3025
3026 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3027
3028 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3029 aren't supported. This avoids the annoying gray strip drawn by
3030 the Windows version instead of the missing tool bar.
3031
3032 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3033
3034 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3035 and tooltips more consistent. From "Marshall, Simon"
3036 <Simon.Marshall@midas-kapiti.com>.
3037
3038 * startup.el (fancy-splash-screens): Temporarily set
3039 minor-mode-map-alist to nil while displaying splash screens.
3040
3041 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3042
3043 * buff-menu.el: Add Keywords header.
3044 Doc fix (C-x C-b is bound to list-buffers).
3045
3046 * dired-x.el: Add keyword files to get listed in finder.
3047 Remove confusing notes about GNU Emacs 19.
3048
3049 * dired.el, dired-aux.el: Add Keywords header.
3050
3051 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3052
3053 * vc.el (vc-revert-file): Call the backend even if the FILE's
3054 contents can be reverted locally; pass new arg CONTENTS-DONE
3055 down to the backend.
3056
3057 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3058 optional arg CONTENTS-DONE.
3059
3060 2001-08-28 Andrew Innes <andrewi@gnu.org>
3061
3062 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3063
3064 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3065
3066 * makefile.nt (install): Copy more *.el files.
3067
3068 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3069
3070 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3071 instead of `w' which is already in use.
3072
3073 * gs.el (gs-load-image): Use sleep-for.
3074 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3075
3076 2001-08-28 Miles Bader <miles@gnu.org>
3077
3078 * replace.el (query-replace-regexp-eval): Return args from
3079 `interactive' form in correct order.
3080
3081 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3082
3083 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3084 major modes, don't create panes for modes for which
3085 mouse-buffer-menu-alist returns an empty alist.
3086
3087 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3088
3089 * progmodes/hideshow.el: Update first-line description.
3090 Sync comments w/ maintainer version 5.31.
3091
3092 (hs-isearch-open): Default value now `code'.
3093 Fix docstring to use "code blocks" vs "comment blocks",
3094 as opposed to "block" vs "comment".
3095 (hs-flag-region): Accept `hs-isearch-open' value
3096 of `block' as synonymous w/ `code'.
3097 (hs-hide-block-at-point): For code blocks, pass `code'
3098 to `hs-flag-region' instead of `block'.
3099
3100 2001-08-28 Miles Bader <miles@gnu.org>
3101
3102 * comint.el (comint-next-prompt): Don't loop infinitely if
3103 {next,previous}-single-char-property-change returns its input
3104 position when the search fails.
3105
3106 2001-08-27 Miles Bader <miles@gnu.org>
3107
3108 * comint.el (comint-get-old-input-default): Don't signal an error
3109 if point is not on an input field; instead, return the current
3110 line (using `comint-bol' to skip any prompt, in case we're not
3111 using fields at all).
3112
3113 * man.el (Man-mode-line-format): Variable removed.
3114 (Man-mode): Change `mode-line-buffer-identification' instead of
3115 `mode-line-format'.
3116
3117 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3118
3119 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3120 From Simon Josefsson <jas@extundo.com>.
3121
3122 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3123
3124 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3125 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3126
3127 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3128 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3129
3130 * emacs-lisp/lselect.el: Ditto.
3131
3132 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3133 Remove periods from the end of error message strings.
3134 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3135
3136 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3137 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3138
3139 * net/telnet.el: Ditto.
3140
3141 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3142
3143 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3144 KEYMAP to the call to define-minor-mode.
3145
3146 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3147
3148 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3149 Replace some of the undefined characters with emulations of bidi
3150 formatting characters and Niqud as per SI 1311-1.
3151 (IT-unicode-translations): Ditto.
3152 (IT-display-table-setup, IT-setup-unicode-display):
3153 Fill characters without translations with dos-unsupported-char-glyph.
3154
3155 2001-08-24 Simon Josefsson <jas@extundo.com>
3156
3157 * hl-line.el (hl-line-mode): Don't be a global mode.
3158 (global-hl-line-mode): New function.
3159
3160 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3161
3162 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3163 being reset by Ghostscript. Don't kill the gs process.
3164 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3165
3166 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3167
3168 * term/mac-win.el: Require scroll-bar.
3169
3170 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3171
3172 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3173
3174 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3175
3176 * hexl.el (hexl-insert-multibyte-char) New function.
3177 (hexl-quoted-insert, hexl-self-insert-command)
3178 (hexl-insert-hex-char, hexl-insert-decimal-char)
3179 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3180 Fix the doc strings accordingly.
3181 (hexl-insert-char): Reject characters whose code is above 255.
3182 Doc fix.
3183 (hexl-mode-map): Copy the global keymap instead of creating a
3184 sparse keymap, and bind all self-inserting characters to
3185 hexl-self-insert-command.
3186
3187 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3188
3189 * wid-edit.el (text): Re-order docstring correctly.
3190
3191 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3192
3193 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3194
3195 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3196
3197 * simple.el (line-number-mode): Mention the variable
3198 line-number-display-limit-width in the doc string.
3199
3200 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3201
3202 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3203 Temporarily select EVENT's window for switching buffers.
3204 (mode-line-bury-buffer): New function.
3205 (mode-line-buffer-identification-keymap): Use it instead of
3206 bury-buffer. Bind down-mouse events to prevent global down-mouse
3207 events from shining through.
3208
3209 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3210
3211 * newcomment.el (comment-beginning): Make sure the comment-start
3212 we found isn't a comment-end (in cases where confusion is possible).
3213
3214 2001-08-22 Miles Bader <miles@gnu.org>
3215
3216 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3217 before writing it, so that hard-links don't see new version.
3218
3219 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3220
3221 * gs.el (gs-set-ghostview-colors-window-prop):
3222 Call x-change-window-property with 3rd arg FRAME.
3223 (gs-load-image): Wait for a previous Ghostscript process
3224 to complete before starting a new one.
3225
3226 * image.el (image-type-regexps): Make sure that the TIFF
3227 pattern is only matched at the beginning of a string.
3228 From Markus Rost <rost@math.ohio-state.edu>.
3229
3230 * international/swedish.el: Pre-Mule file removed. From Jonas
3231 Oberg <jonas@gnu.org>.
3232
3233 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3234
3235 * whitespace.el (whitespace-abort-on-error): Add custom variable
3236 to whitespace to abort a write-file if whitespace is detected in file.
3237
3238 * whitespace.el (whitespace-write-file-hook): Hook to be called
3239 when writing a file. If `whitespace-abort-on-error' is set, the
3240 write will abort on detecting whitespaces.
3241 If `whitespace-auto-cleanup' is set, the file will be cleaned
3242 automatically prior to writing.
3243
3244 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3245 whitespaces in the error output!
3246
3247 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3248 `indent-tabs-mode', since the latter notes user preferences on
3249 TABs anyway.
3250
3251 * whitespace.el (whitespace-version): 3.1. All of the above issues
3252 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3253
3254 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3255
3256 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3257 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3258
3259 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3260
3261 2001-08-20 Alex Schroeder <alex@gnu.org>
3262
3263 * sql.el (sql-db2): Doc change.
3264
3265 2001-08-20 Alex Schroeder <alex@gnu.org>
3266
3267 * sql.el (sql-postgres): Add the database at the end of the
3268 parameters instead of at the beginning.
3269 (sql-postgres-options): Doc change.
3270
3271 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3272
3273 * custom.el (defcustom): Doc fix.
3274
3275 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3276
3277 * ps-mule.el (find-composition): Check if (char-after POS)
3278 returns a valid character.
3279
3280 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3281
3282 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3283 original-point for extra CR characters that are added/removed when
3284 the buffer is written/read whose EOL type is -dos.
3285
3286 2001-08-16 Miles Bader <miles@gnu.org>
3287
3288 * simple.el (line-move): Undo previous change.
3289
3290 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3291 property to input-terminating `boundary' overlays to avoid
3292 line-move wierdness.
3293
3294 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3295
3296 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3297 buffer in a save-restriction. Under one test case with Ediff,
3298 window-scroll-functions are run with a window start that's
3299 temporarily outside of the restriction.
3300
3301 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3302
3303 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3304 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3305 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3306 (texinfo-update-menu-region-beginning)
3307 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3308 command, @ifnottex, to regexps, so it is found.
3309
3310 2001-08-16 Andrew Innes <andrewi@gnu.org>
3311
3312 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3313 (DONTCOMPILE): Omit sc.el.
3314
3315 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3316 (DONTCOMPILE): Omit sc.el.
3317
3318 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3319
3320 * replace.el (occur): Bind inhibit-read-only to t.
3321
3322 2001-08-16 Miles Bader <miles@gnu.org>
3323
3324 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3325 calling `constrain-to-field', to avoid problems with comint prompts.
3326
3327 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3328
3329 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3330 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3331
3332 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3333 of a while-loop.
3334
3335 * Makefile.in (DONTCOMPILE): Remove sc.el.
3336
3337 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3338 Don't include term/.
3339
3340 * mail/sc.el: Moved to obsolete/.
3341
3342 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3343
3344 * ps-print.el: Change error function arguments to follow Emacs
3345 message convention. Doc fix.
3346 (ps-print-version): New version number (6.5.4).
3347 (coding-system-for-write): Change declaration position to avoid
3348 XEmacs compilation gripes.
3349 (coding-system-for-read, buffer-file-coding-system):
3350 Declarations to avoid XEmacs compilation gripes.
3351
3352 * ps-mule.el: Doc fix.
3353 (ps-mule-encode-header-string): If STRING is not a string, replace
3354 STRING by empty string.
3355
3356 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3357
3358 * frame.el (show-trailing-whitespace): Doc fix.
3359
3360 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3361
3362 * desktop.el (desktop-save): Insert the coding: tag before
3363 desktop-header.
3364
3365 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3366
3367 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3368 its path from $els.
3369
3370 * image.el (image-jpeg-p): Fix call of substring.
3371
3372 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3373
3374 * play/animate.el (animate-string): Doc fix. Use a buffer
3375 name with stars in it.
3376 (animate-sequence): New function.
3377 From Richard Stallman <rms@gnu.org>.
3378
3379 * frame.el (select-frame-set-input-focus): New function
3380 extracted from other-frame.
3381 (other-frame): Use it.
3382 (next-multiframe-window, previous-multiframe-window): Use it.
3383
3384 * isearch.el (isearch-other-meta-char): Don't switch to the
3385 buffer of a window clicked on, when the current buffer is
3386 in Isearch mode.
3387
3388 * image.el (image-jpeg-p): Test for APPn markers in the range
3389 #xe0..#xef.
3390
3391 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3392
3393 * desktop.el (desktop-save): Don't use concat to form a file
3394 name, use expand-file-name.
3395
3396 * mouse.el (mouse-delete-window): Do nothing if frame has just
3397 one window.
3398
3399 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3400 for the minor mode name.
3401
3402 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3403 minor mode name.
3404
3405 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3406 instead of make-mode-line-mouse2-map.
3407
3408 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3409 the minor mode name.
3410
3411 * emacs-lisp/easy-mmode.el (define-minor-mode):
3412 Use mode-line-minor-mode-keymap for the minor mode name.
3413
3414 * calendar/calendar.el (calendar-mode-line-format):
3415 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3416
3417 * bindings.el (make-mode-line-mouse-map): Renamed from
3418 make-mode-line-mouse2-map. Take additional arg MOUSE.
3419 (mode-line-modified): Use mouse-3 instead of mouse-2.
3420 (mode-line-buffer-identification-keymap): Bind keys differently.
3421 (propertized-buffer-identification): Adapt help-echo to new bindings.
3422
3423 * bindings.el (mode-line-format): Specify help-echo for line
3424 number, column number and buffer-percent part of the mode-line.
3425
3426 * image.el (image-type-regexps): Allow whitespace at the start
3427 of the image data for XPM, XBM and Postscript, which are
3428 text files.
3429 (image-jpeg-p): Correct calculation of next field offset.
3430
3431 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3432
3433 * battery.el: Fix typo.
3434
3435 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3436
3437 * image.el (image-type-regexps): Allow predicates. Change the way
3438 JPEG images are recognized.
3439 (image-jpeg-p): New function.
3440 (image-type-from-data): Handle predicates in image-type-regexps.
3441
3442 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3443 #:, #x, #o, and similar constructs.
3444
3445 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3446
3447 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3448
3449 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3450 instead of `progn'.
3451
3452 * tar-mode.el (tar-extract): Avoid generating a new buffer
3453 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3454
3455 * textmodes/paragraphs.el (forward-sentence): Avoid building
3456 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3457
3458 * progmodes/executable.el (executable-set-magic):
3459 If executable-find returns a quoted file name, unquote it before
3460 inserting it.
3461
3462 * image.el (image-type-regexps): For JPEG files, use a regexp
3463 derived from the JFIF spec.
3464
3465 * image.el (image-type-regexps): Use `\`' instead of `^' in
3466 most regular expressions.
3467
3468 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3469
3470 * play/animate.el: Re-insert a reference to re-inserted function.
3471
3472 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3473
3474 * help.el (describe-function-1): Use find-function-search-for-symbol
3475 instead of find-function-noselect because the latter follows aliases.
3476
3477 * play/animate.el (animate-birthday-present): Re-insert.
3478
3479 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3480 Handle old-style menu definitions.
3481
3482 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3483
3484 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3485 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3486
3487 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3488 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3489 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3490
3491 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3492
3493 * textmodes/tildify.el: Milan Zamazal has new address.
3494
3495 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3496
3497 * custom.el (custom-set-variables): Don't test `custom-requests'
3498 properties, check the third element of the options passed to
3499 custom-set-variables instead.
3500
3501 * info.el (info-insert-file-contents): Use info-file-exists-p
3502 instead of file-exists-p.
3503
3504 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3505 the mode-line face is restored. Fix several bugs.
3506
3507 * replace.el (perform-replace): Doc fix.
3508
3509 2001-08-02 Francesco Potorti` <pot@gnu.org>
3510
3511 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3512 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3513 (uniquify-fix-item-base, uniquify-fix-item-filename)
3514 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3515 Callers changed.
3516 (uniquify-set-proposed): Changed to work with a vector item.
3517 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3518 the fix list, and a list of strings for the non-file buffer
3519 names. Both changes reduce consing.
3520 (uniquify-rationalize-a-list): Local variable renaming.
3521 (uniquify-rationalize-conflicting-sublist): Use member instead of
3522 assoc.
3523 (uniquify-rename-buffer): Use unless instead of if not.
3524
3525 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3526
3527 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3528
3529 * custom.el (custom-set-variables): Set options with :require
3530 clauses last.
3531
3532 * custom.el (defcustom): Doc fix.
3533
3534 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3535
3536 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3537
3538 * man.el (man): Mention Man-switches in the doc string.
3539 (Man-switches): Mention -a in the doc string.
3540
3541 * textmodes/ispell.el (ispell-alternate-dictionary):
3542 Add /usr/share/lib/dict/words, for Irix.
3543
3544 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3545 corresponding non-kp keys. Suggested by Stephen Gildea
3546 <gildea@stop.mail-abuse.org>.
3547
3548 2001-08-01 Francesco Potorti` <pot@gnu.org>
3549
3550 * uniquify.el: These changes correct a corner case that the old
3551 code managed correctly.
3552 (uniquify-fix-item-proposed): Renamed from
3553 uniquify-fix-item-min-proposed.
3554 (uniquify-set-proposed): New function.
3555 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3556 clarity and speed.
3557 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3558 This is equivalent to what the old code did.
3559 (uniquify-rationalize-a-list): Never recompute the proposed
3560 name. Sort the conflicting sublist before rationalising it: this
3561 is equivalent to what the old code did, but one directory element
3562 at a time, and only when necessary.
3563 (uniquify-rationalize-conflicting-sublist): Recompute here the
3564 proposed name.
3565
3566 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3567
3568 * play/animate.el: Add Keywords and Maintainer. Remove a
3569 reference to a removed function.
3570
3571 * play/animate.el (animate-string): Handle case that the string is
3572 longer than the window is wide.
3573
3574 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3575
3576 * desktop.el (desktop-save): Bind coding-system-for-write to
3577 `emacs-mule' for write-region.
3578
3579 * delsel.el (delete-selection-pre-hook): Don't set this-command
3580 to `ignore' if the region is empty.
3581
3582 * international/mule.el (set-keyboard-coding-system):
3583 Set keyboard-coding-system.
3584
3585 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3586 before accessing it.
3587
3588 2001-07-30 Andreas Schwab <schwab@suse.de>
3589
3590 * menu-bar.el (toggle-highlight-paren-mode):
3591 Use `(show-paren-mode)' as body.
3592
3593 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3594
3595 * vc.el (vc-checkout-hook): New hook.
3596 (vc-checkout): Run it.
3597
3598 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3599
3600 * progmodes/make-mode.el (makefile-macroassign-regex):
3601 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3602
3603 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3604
3605 * vc.el (vc-switch-backend): Fix autoload cookie.
3606
3607 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3608 the desktop file.
3609
3610 2001-07-30 Simon Josefsson <jas@extundo.com>
3611
3612 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3613 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3614
3615 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3616
3617 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3618 (last-sexp-toggle-display): Renamed from last-sexp-print.
3619 (last-sexp-toggle-display, eval-last-sexp-1):
3620 Use last-sexp-setup-props.
3621
3622 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3623 New user-options.
3624 (mouse-wheel-change-button): New function.
3625 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3626 (mwheel-scroll): Ditto.
3627
3628 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3629
3630 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
3631 `...', compare with unabbreviated printed representation instead.
3632 (last-sexp-print): Bind print-length and print-level to nil.
3633
3634 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
3635 before assigning text properties. Make properties rear-nonsticky.
3636
3637 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
3638 (eval-last-sexp-1): Give printed text a `keymap' property and bind
3639 <mouse-2> and <RET> in that map to a function printing the
3640 unabbreviated value.
3641
3642 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
3643 is a buffer, put a text property `printed-value' on the printed
3644 representation, with the Lisp object printed as value.
3645
3646 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3647
3648 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
3649 Mention the effect of eval-expression-print-length and
3650 eval-expression-print-level in the doc strings. Suggested by
3651 Kevin Gallagher <kevingal@onramp.net>.
3652
3653 2001-07-25 Gerd Moellmann <gerd@gnu.org>
3654
3655 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
3656 for buttons > 3.
3657 (xterm-mouse-translate): Handle the case that we don't get a
3658 down-event.
3659
3660 * emacs-lisp/find-func.el (find-function-regexp):
3661 Add easy-mmode-define-global-mode to the regexp. Allow newlines
3662 in front of the function name.
3663
3664 * isearch.el (isearch-other-meta-char): Fix last change.
3665
3666 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
3667 similar events for which fake prefix keys are generated. It's no
3668 longer necessary since read_key_sequence doesn't modify these
3669 events for internal purposes anymore.
3670
3671 * files.el (auto-mode-alist): Use nroff-mode for files ending
3672 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
3673
3674 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3675
3676 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
3677 tool-bar-lines parameter, behave as if its value were zero.
3678 (mouse-avoidance-set-pointer-shape): Don't do anything if
3679 x-pointer-shape is not boundp.
3680
3681 2001-07-23 Francesco Potorti` <pot@gnu.org>
3682
3683 * uniquify.el: Overall speedup changes when using many buffers.
3684 (uniquify-fix-item-base, uniquify-fix-item-filename)
3685 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
3686 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
3687 place in the item, but was never used.
3688 (uniquify-fix-item-min-proposed): New defalias: the fourth place
3689 in the item is now used as cache for the proposed name.
3690 (uniquify-rationalize-file-buffer-names): Move computation made on
3691 newbuffile out of the loop, in the newbuffile-nd local var.
3692 Use dolist (cosmetic change). Compute the proposed name for the most
3693 common case and cache it in the fourth place in the item.
3694 (uniquify-rationalize-file-buffer-names): Used to return a a list
3695 of buffer whose name was changed, but that return value was never used.
3696 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
3697 the cached proposed name, does much less consing and is quicker.
3698 (uniquify-filename-lessp): Deleted.
3699 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
3700 Do not bind locally the uniquify-possibly-resolvable flag. Use the
3701 cached proposed name is possible.
3702 (uniquify-get-proposed-name): Arguments changed, callers changed.
3703 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
3704 uniquify-possibly-resolvable flag, which is no more bound locally.
3705 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
3706 flag, which does not exist any more.
3707
3708 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3709
3710 * term/internal.el (IT-unicode-translations): Fix the appearance of
3711 "6`".
3712
3713 * progmodes/compile.el (compile-internal): If EMACS is already
3714 defined in the environment, don't override its value.
3715
3716 2001-07-23 Gerd Moellmann <gerd@gnu.org>
3717
3718 * play/fortune.el: Undo change of 2001-07-13.
3719 Fix autoload cookies. Add types to defcustoms.
3720 (fortune) <defgroup>: Add :link.
3721 (fortune-from-region): Use eq, not eql.
3722 From Dave Love <fx@gnu.org>.
3723
3724 * play/animate.el (animate-birthday-present): Function removed.
3725
3726 * play/animate.el: New file.
3727
3728 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
3729
3730 * startup.el (normal-top-level-add-subdirs-to-load-path):
3731 On Windows, put into normal-top-level-add-subdirs-inode-list the
3732 canonicalized names of the directories instead of inode numbers.
3733
3734 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
3735
3736 * ediff-util.el: Copyright years.
3737 (ediff-choose-syntax-table): New function.
3738 (ediff-setup): Use ediff-choose-syntax-table.
3739 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
3740 vc-state is available.
3741 (ediff-make-temp-file): Use ediff-coding-system-for-write.
3742
3743 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3744 with-syntax-table.
3745 (ediff-coding-system-for-read): From ediff-diff.el
3746 (ediff-coding-system-for-write): New variable.
3747 (ediff-highest-priority): Fixed the bug having to do with disappearing
3748 overlays.
3749 (ediff-file-remote-p): Use file-remote-p, if available.
3750 (ediff-listable-file): New function.
3751 (ediff-file-attributes): Use ediff-listable-file.
3752
3753 * ediff-mult.el (ediff-meta-insert-file-info1):
3754 Use ediff-listable-file.
3755
3756 * ediff-ptch.el (ediff-prompt-for-patch-file):
3757 Use ediff-coding-system-for-read.
3758 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
3759
3760 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
3761 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
3762
3763 * ediff.el: Date of last update, copyright years.
3764
3765 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3766
3767 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3768 of Scott Bronson.
3769 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
3770 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3771 Deleted functions.
3772 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3773 ex-token-list.
3774 (viper-get-ex-address-subr): Convert registers to char data type.
3775
3776 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
3777 (viper-memq-char): Use viper-int-to-char.
3778 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
3779 vc-locking-state.
3780 (viper-read-key): Use viper-read-key-sequence.
3781
3782 * viper.el (viper-major-mode-modifier-list):
3783 Added inferior-emacs-lisp-mode.
3784 (this-major-mode-requires-vi-state): New function that uses simple
3785 heuristics to decide if vi state is appropriate.
3786 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
3787 (viper-non-hook-settings): Don't advise read-key-sequence.
3788 (viper-read-key-sequence): New function that replaces the
3789 previously used advice to read-key-sequence.
3790
3791 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
3792 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
3793 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
3794 (viper-open-line-at-point,viper-substitute,viper-overwrite)
3795 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
3796 Got rid of the negative character hack.
3797 (viper-escape-to-state,viper-replace-state-exit-cmd):
3798 Use viper-read-key-sequence.
3799 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
3800 (viper-minibuffer-standard-hook,viper-read-string-with-history):
3801 Don't override existing minibuffer-setup-hook.
3802 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
3803 Convert registers to char data type.
3804 (viper-autoindent): Use viper-indent-line.
3805
3806 * viper-keym.el: Use viper-exec-key-in-emacs.
3807
3808 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
3809
3810 * server.el (server-visit-files): Fix variable name typo.
3811
3812 2001-07-20 Gerd Moellmann <gerd@gnu.org>
3813
3814 * simple.el (delete-trailing-whitespace): Save match data
3815 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
3816
3817 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
3818
3819 * progmodes/compile.el (compilation-parse-errors): `linenum' might
3820 return a this-error using the alternative format (a pair of markers).
3821
3822 2001-07-19 Gerd Moellmann <gerd@gnu.org>
3823
3824 * font-lock.el (c++-keywords): Add Standard C++ operator names.
3825
3826 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
3827 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
3828
3829 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3830
3831 * international/iso-transl.el: Fix typo in the header of the file.
3832
3833 * textmodes/picture.el (picture): Doc fix.
3834
3835 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
3836 follow coding conventions in generated files.
3837
3838 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
3839
3840 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3841 (tool-bar-add-item): Don't call image-related primitives if the
3842 display doesn't support images.
3843
3844 * frame.el (display-images-p): New function.
3845
3846 2001-07-17 Gerd Moellmann <gerd@gnu.org>
3847
3848 * server.el (server-visit-files): Handle the case the specified
3849 column number is <= 0.
3850
3851 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
3852
3853 * startup.el (command-line-1): Add support for +LINE:COLUMN
3854 command line argument.
3855
3856 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3857
3858 * server.el (server-process-filter, server-visit-files):
3859 Add support for +LINE:COLUMN style emacsclient calls.
3860
3861 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3862
3863 * emacs-lisp/easy-mmode.el: Add Keywords header.
3864
3865 * play/pong.el: Author has new address.
3866
3867 * play/landmark.el: Author is no more reachable.
3868
3869 * play/handwrite.el: Author is no more reachable.
3870
3871 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
3872
3873 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
3874 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
3875 Complete bindings for F<1..12> keys.
3876 (global-map): Remove `undo' binding (already in the default).
3877 Replace `t<n>' bindings with `f<n>' bindings.
3878
3879 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3880
3881 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
3882 (tcl-mode): Use tcl-add-log-defun.
3883 (tcl-indent-line): Use tcl-calculate-indent.
3884 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
3885 (tcl-indent-exp): Renamed from indent-tcl-exp.
3886 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
3887 (tcl-indent-for-comment): Call comment-indent-function properly
3888 and handle the case where it returns nil.
3889
3890 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3891
3892 * calendar/cal-islam.el (calendar-goto-islamic-date):
3893 Remove autoload cookie.
3894
3895 * calendar/calendar.el (calendar-goto-islamic-date):
3896 Add call to autoload.
3897
3898 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3899
3900 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
3901 Don't change compile-auto-highlight globally.
3902 Don't bother with `font-lock-defaults' property since XEmacs
3903 also understands the `font-lock-defaults' variable.
3904 Use make-local-variable rather than make-variable-buffer-local.
3905 Don't `defconst' comment-indent-function: keep the default.
3906 Call easy-menu-add unconditionally.
3907 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
3908 (ada-create-menu): Use :included for Emacs as well.
3909
3910 * vc.el (vc-do-command): Autoload.
3911
3912 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
3913
3914 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3915
3916 * ps-print.el: Fix Author: header.
3917
3918 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3919
3920 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
3921 mouse-1 etc., bind them to `ignore'.
3922
3923 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
3924 send-invisible, which is already defined in Comint.
3925 (eshell-watch-for-password-prompt): Use it.
3926
3927 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3928
3929 * which-func.el (which-func-mode): Doc fix.
3930
3931 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
3932 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
3933 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
3934 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
3935 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
3936 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
3937 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
3938 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
3939 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
3940 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
3941 * emulation/edt-mapper.el, emulation/edt-pc.el,
3942 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
3943 * emulation/tpu-edt.el, emulation/tpu-extras.el,
3944 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
3945 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
3946 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
3947 * international/isearch-x.el, international/iso-cvt.el,
3948 * international/ogonek.el, international/quail.el,
3949 * international/utf-8.el, jit-lock.el, language/devan-util.el,
3950 * language/devanagari.el, language/ethio-util.el,
3951 * language/ethiopic.el, language/european.el, language/indian.el,
3952 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
3953 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
3954 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
3955 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
3956 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
3957 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
3958 * progmodes/autoconf.el, progmodes/cmacexp.el,
3959 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
3960 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
3961 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
3962 * progmodes/ebnf2ps.el, progmodes/executable.el,
3963 * progmodes/fortran.el, progmodes/idlw-shell.el,
3964 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
3965 * progmodes/m4-mode.el, progmodes/mantemp.el,
3966 * progmodes/meta-mode.el, progmodes/octave-inf.el,
3967 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
3968 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
3969 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
3970 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
3971 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
3972 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
3973 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
3974 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
3975 * textmodes/two-column.el, time-stamp.el, timezone.el,
3976 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
3977 * which-func.el, whitespace.el, wid-browse.el, widget.el,
3978 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
3979 conventions.
3980
3981 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3982
3983 * simple.el (set-variable): Require 'cus-edit' instead of
3984 `wid-edit', so that the Custom widgets get defined.
3985
3986 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3987
3988 * allout.el: A fix to follow coding conventions.
3989
3990 * find-lisp.el: A fix to follow coding conventions.
3991
3992 * term/w32-win.el: A fix to follow coding conventions.
3993
3994 * textmodes/sgml-mode.el: A fix to follow coding conventions.
3995
3996 * term/xterm.el: A fix to follow coding conventions.
3997
3998 * term/news.el: A fix to follow coding conventions.
3999
4000 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4001 header line fixed.
4002
4003 * sun-curs.el: Fix Maintainer: header line.
4004
4005 * emacs-lisp/easymenu.el: Address of the author added.
4006
4007 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4008
4009 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4010 property.
4011
4012 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4013
4014 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4015 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4016 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4017 Some fixes to follow coding conventions.
4018
4019 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4020
4021 * which-func.el (which-func-mode): Doc fix.
4022
4023 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4024
4025 * net/rcompile.el (remote-compile): Use make-local-variable.
4026
4027 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4028
4029 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4030
4031 * mail/reporter.el (reporter-submit-bug-report):
4032 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4033
4034 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4035
4036 * calendar/cal-china.el, calendar/cal-coptic.el,
4037 * calendar/cal-dst.el, calendar/cal-french.el,
4038 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4039 * calendar/cal-iso.el, calendar/cal-julian.el,
4040 * calendar/cal-mayan.el, calendar/cal-persia.el,
4041 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4042 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4043 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4044 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4045 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4046 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4047 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4048 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4049 * progmodes/ada-xref.el, progmodes/cc-align.el,
4050 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4051 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4052 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4053 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4054 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4055 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4056 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4057 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4058 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4059 * textmodes/reftex.el: Some fixes to follow coding
4060 conventions in Eshell files with known maintainers.
4061
4062 * emulation/viper.el: A fix to follow coding conventions.
4063
4064 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4065 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4066 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4067 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4068 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4069 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4070 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4071 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4072 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4073 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4074 conventions in Eshell files.
4075
4076 * composite.el, diff.el, emacs-lisp/levents.el,
4077 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4078 * emulation/pc-mode.el, emulation/viper-cmd.el,
4079 * emulation/viper-ex.el, emulation/viper-init.el,
4080 * emulation/viper-keym.el, emulation/viper-macs.el,
4081 * emulation/viper-mous.el, emulation/viper-util.el,
4082 * emulation/viper.el, forms-pass.el, international/ccl.el,
4083 * international/characters.el, international/encoded-kb.el,
4084 * international/fontset.el, international/ja-dic-cnv.el,
4085 * international/ja-dic-utl.el, international/kinsoku.el,
4086 * international/kkc.el, international/mule-cmds.el,
4087 * international/mule-diag.el, international/mule-util.el,
4088 * international/mule.el, international/titdic-cnv.el,
4089 * language/china-util.el, language/chinese.el,
4090 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4091 * language/greek.el, language/hebrew.el, language/japan-util.el,
4092 * language/japanese.el, language/korea-util.el, language/korean.el,
4093 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4094 * language/slovak.el, language/thai-util.el, language/thai.el,
4095 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4096 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4097 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4098 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4099 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4100 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4101 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4102 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4103 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4104 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4105 to follow coding conventions in files without maintainer or in files
4106 with clear maintainer (but without Maintainer header stating so).
4107
4108 * emacs-lisp/elp.el: A fix to follow coding conventions.
4109
4110 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4111 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4112 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4113 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4114 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4115 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4116 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4117 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4118 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4119 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4120 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4121 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4122 conventions in files from Gnus.
4123
4124 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4125 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4126 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4127 * echistory.el, electric.el, emacs-lisp/authors.el,
4128 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4129 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4130 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4131 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4132 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4133 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4134 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4135 * international/codepage.el, international/iso-ascii.el,
4136 * international/iso-insert.el, international/iso-transl.el,
4137 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4138 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4139 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4140 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4141 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4142 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4143 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4144 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4145 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4146 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4147 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4148 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4149 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4150 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4151 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4152 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4153 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4154 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4155 * textmodes/tex-mode.el, textmodes/text-mode.el,
4156 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4157 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4158 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4159 files maintained by FSF.
4160
4161 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4162
4163 * arc-mode.el: A fix to follow coding conventions.
4164
4165 * bindings.el: Ditto.
4166
4167 * cdl.el: Ditto.
4168
4169 * comint.el: Ditto.
4170
4171 * cus-start.el: Ditto.
4172
4173 * shell.el: Ditto.
4174
4175 * skeleton.el: Ditto.
4176
4177 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4178
4179 * info.el (Info-build-node-completions):
4180 Make Info-current-file-completions buffer local.
4181
4182 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4183
4184 * which-func.el (which-func-mode, which-func-ff-hook)
4185 (which-function-mode): Remove references to which-func-mode-global.
4186
4187 * calendar/cal-islam.el (calendar-goto-islamic-date):
4188 Add autoload cookie.
4189
4190 * play/fortune.el: Add types to defcustoms.
4191
4192 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4193
4194 * language/czech.el: A fix to follow coding conventions.
4195
4196 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4197
4198 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4199 to the extension list, for antlr-mode. From Christoph Wedler
4200 <Christoph.Wedler@sap.com>.
4201
4202 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4203
4204 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4205 (vc-dired-mode-map): Fix the madness.
4206
4207 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4208 (vc-prefix-map): Moved back from vc.el.
4209
4210 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4211
4212 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4213 Increase the size of the obarray.
4214 (mail-extr-all-top-level-domains): Add more toplevel domains,
4215 add more long names.
4216 From: Per Starback <starback@ling.uu.se>.
4217
4218 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4219
4220 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4221 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4222
4223 * progmodes/ada-mode.el: Ditto.
4224
4225 * progmodes/ada-xref.el: Ditto.
4226
4227 2001-07-11 Miles Bader <miles@gnu.org>
4228
4229 * finder.el (finder-insert-at-column): Also move to the next line
4230 if exactly at COLUMN.
4231
4232 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4233
4234 * help.el (describe-function-1): When printing FUNCTION's
4235 documentation, don't assume FUNCTION is a symbol.
4236
4237 * startup.el (normal-top-level): Don't operate on the initial
4238 frame if we failed to create one.
4239
4240 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4241
4242 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4243 itself, i.e. only indent the contents in it.
4244
4245 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4246
4247 * mail/rmail.el (rmail-show-message): Show beginning of message in
4248 all windows containing it.
4249
4250 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4251
4252 * term/tty-colors.el: Fix the header line and copyright years.
4253
4254 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4255
4256 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4257 original definition has an interactive form, but is Elp
4258 instrumented, use the interactive form of the function called by
4259 elp-wrapper.
4260
4261 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4262 configurations with compare-window-configuration; they aren't
4263 window configurations.
4264
4265 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4266 from the server for the format we expect. Don't use it if it
4267 doesn't look like what the Internet draft for FTP extensions specifies.
4268
4269 * toolbar/*.pbm: Cleaned up.
4270 From Luis Fernandes <elf@ee.ryerson.ca>.
4271
4272 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4273
4274 * cc-cmds.el: Extended the kludge to interoperate with the
4275 delsel and pending-del packages wrt to the new function
4276 `c-electric-delete-forward'.
4277
4278 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4279
4280 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4281 to delay the call to <mode> for global minor modes.
4282 (easy-mmode-define-navigation): Only recenter if interactive.
4283
4284 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4285
4286 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4287 to lisp-indent-line.
4288
4289 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4290 from the server. Call encode-time only when we are sure that we
4291 got a 213 response.
4292
4293 2001-07-06 Simon Josefsson <jas@extundo.com>
4294
4295 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4296 (mail-envelope-from): New user option.
4297 (sendmail-send-it): Use it.
4298
4299 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4300
4301 * ps-print.el: Use locale dependant date to print date in header.
4302 Doc fix.
4303 (ps-print-version): New version number (6.5.3).
4304 (ps-right-header, ps-right-footer): Initialization and doc fix.
4305 (ps-time-stamp-locale-default): New fun.
4306
4307 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4308
4309 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4310 field problem with MIME-mode.
4311
4312 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4313
4314 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4315
4316 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4317 MIME-mode.
4318
4319 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4320
4321 * bindings.el (mode-line-mule-info): Don't show the tip with
4322 buffer-file-coding-system if that is nil.
4323
4324 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4325
4326 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4327 instead of kill-line.
4328
4329 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4330 <Pavel@Janik.cz>.
4331
4332 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4333 <Pavel@Janik.cz>.
4334
4335 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4336
4337 * font-lock.el (c-font-lock-keywords-3): When matching something
4338 like `struct X Y', finish with point after Y.
4339
4340 2001-07-04 Simon Josefsson <jas@extundo.com>
4341
4342 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4343 in caller buffer.
4344
4345 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4346
4347 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4348 instead of string-match to find the basename of the file.
4349 From Pascal Obry <p.obry@wanadoo.fr>.
4350
4351 * net/browse-url.el (browse-url-default-windows-browser):
4352 Support the MS-DOS port when it runs on Windows.
4353 (browse-url-browser-function) [ms-dos]: Default to
4354 browse-url-default-windows-browser.
4355
4356 * help.el (locate-library): Enable code that looks for compressed
4357 libraries if auto-compression-mode is on.
4358
4359 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4360
4361 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4362
4363 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4364
4365 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4366
4367 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4368
4369 * allout.el: Fix the header line, so that finder.el recognizes it.
4370 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4371
4372 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4373 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4374
4375 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4376
4377 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4378
4379 * ps-bdf.el (bdf-directory-list): Use the value relative to
4380 installation-directory for MS-Windows as well.
4381
4382 2001-06-29 Richard M. Stallman <rms@gnu.org>
4383
4384 * wid-edit.el (widget-color-sample-face-get):
4385 Return ((foreground-color . COLOR)) instead of constructing a face.
4386
4387 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4388
4389 * faces.el (region): Change the background color for the
4390 light-background color display to lightgoldenrod2, to make it
4391 visible on some laptops.
4392
4393 2001-06-28 Richard M. Stallman <rms@gnu.org>
4394
4395 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4396 (rmail-msg-restore-non-pruned-header): Likewise.
4397 If point was in the old pruned header, put it at the top.
4398 (rmail-msg-prune-header): If point was at the top, keep it there.
4399
4400 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4401 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4402
4403 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4404
4405 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4406
4407 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4408
4409 * saveplace.el: Update maintainer email address.
4410
4411 2001-06-27 Francesco Potorti` <pot@gnu.org>
4412
4413 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4414 Undo previous change.
4415
4416 2001-06-27 Francesco Potorti` <pot@gnu.org>
4417
4418 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4419 preliminary quick reordering. Can speed things up dramatically.
4420
4421 2001-06-26 Richard M. Stallman <rms@gnu.org>
4422
4423 * dired.el (dired-get-filename): A file name starting with ~
4424 is not absolute in this context.
4425
4426 * which-func.el (which-func-maxout): Increase default to 500000.
4427 (which-function-mode): This is now the "real" name of the function.
4428 (which-func-mode): Now an alias.
4429 (which-func-mode-global): Name deleted.
4430
4431 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4432 button-2, when binding hs-mouse-toggle-hiding.
4433
4434 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4435
4436 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4437 (rmail-msg-prune-header): Likewise.
4438 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4439 and `rmail-msg-prune-header'.
4440
4441 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4442
4443 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4444 back than LINEBEG.
4445
4446 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4447
4448 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4449 window where they clicked the mouse has a header line, adjust
4450 vertical movement by one.
4451
4452 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4453
4454 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4455 too when separating a parenthesis.
4456
4457 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4458
4459 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4460 (bookmark-bmenu-hide-filenames): Add help-echo to
4461 mouse-highlighted text.
4462 (bookmark-bmenu-show-filenames): Remove help-echo property from
4463 the whitespace.
4464
4465 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4466
4467 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4468 From Karl Eichwalder <ke@suse.de>.
4469
4470 2001-06-23 Richard M. Stallman <rms@gnu.org>
4471
4472 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4473
4474 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4475 contents for completing-read.
4476
4477 2001-06-22 Richard M. Stallman <rms@gnu.org>
4478
4479 * menu-bar.el (menu-bar-make-toggle): Construct the
4480 function's doc string from HELP, not DOC, and make it accurate by
4481 adding "Toggle whether to " at the front and downcasing the initial.
4482 Change the HELP arg in some calls to make it fit this usage.
4483
4484 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4485 Undo previous change.
4486
4487 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4488
4489 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4490
4491 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4492
4493 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4494
4495 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4496
4497 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4498
4499 2001-06-20 Richard M. Stallman <rms@gnu.org>
4500
4501 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4502 broken out from dabbrev--find-expansion. Handle minibuffer
4503 specially here.
4504 (dabbrev--find-expansion): Simplify code in various ways.
4505 Don't treat minibuffers specially.
4506 Call dabbrev--make-friend-buffer-list.
4507 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4508 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4509
4510 2001-06-19 John Wiegley <johnw@gnu.org>
4511
4512 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4513 Also, added a comment describing how to greatly speedup Eshell
4514 loadup time, by concatenating together all of Eshell's .elc files.
4515
4516 2001-06-19 John Wiegley <johnw@gnu.org>
4517
4518 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4519
4520 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4521
4522 * woman.el (WoMan-highlight-references): Add help-echo to
4523 mouse-highlighted text.
4524
4525 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4526
4527 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4528
4529 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4530
4531 * international/quail.el (quail-start-conversion):
4532 Reset quail-translating to nil.
4533
4534 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4535 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4536
4537 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4538
4539 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4540 mouse-highlighted text.
4541
4542 * dired.el (dired-mark-pop-up): Fix last change.
4543
4544 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4545
4546 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4547 mouse-highlighted text.
4548
4549 * net/quickurl.el (quickurl-url-file): Run through
4550 convert-standard-filename.
4551 (quickurl-list-populate-buffer): Add help-echo to
4552 mouse-highlighted text.
4553 (top-level): Update Dave's URL.
4554
4555 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4556 mouse-highlighted text.
4557
4558 * textmodes/page-ext.el (pages-copy-header-and-position):
4559 Add help-echo to mouse-highlighted text.
4560
4561 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4562 mouse-highlighted text.
4563
4564 * replace.el (occur): Add help-echo to mouse-highlighted text.
4565
4566 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4567 mouse-highlighted text.
4568
4569 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4570 mouse-highlighted text.
4571
4572 * progmodes/compile.el (compile-reinitialize-errors):
4573 Add help-echo to mouse-highlighted messages.
4574 (compilation-forget-errors): Remove help-echo property as well.
4575
4576 * play/landmark.el (lm-plot-square, lm-init-display):
4577 Add help-echo to mouse-highlighted text.
4578
4579 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4580 Add help-echo to mouse-highlighted text.
4581
4582 * dired.el (dired-insert-set-properties): Add help-echo to
4583 mouse-highlighted text.
4584 (dired-mark-pop-up): Remove help-echo property from the file name.
4585
4586 * comint.el (comint-send-input): Add help-echo to
4587 mouse-highlighted text.
4588
4589 * buff-menu.el (list-buffers-noselect): Add help-echo to
4590 mouse-highlighted text.
4591
4592 * arc-mode.el (archive-summarize-files): Add help-echo to
4593 mouse-highlighted text.
4594
4595 * ffap.el (ffap-machine-p): Always return nil if
4596 open-network-stream is not fboundp.
4597
4598 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4599
4600 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4601 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4602 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4603 incorrectly binding chars between 128 and 256 to it.
4604 (sgml-maybe-name-self): Handle latin-1 chars properly.
4605 (sgml-tags-invisible): Bind buffer-file-name to nil.
4606 Use unwind-protect and restore-buffer-modified-p.
4607 (sgml-point-entered): Use buffer-substring-no-properties.
4608 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4609 (html-mode): Don't force `imenu-sort-function'.
4610
4611 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4612
4613 * tar-mode.el: Fix the copyright notice.
4614
4615 * font-lock.el (font-lock-comment-face): For tty's with dark
4616 background, use "red1", since "lightred" is not one of the colors
4617 recognized by tty-colors.el.
4618
4619 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4620 create a buffer for extracted file, in case there's more than one
4621 file by that name in an archive, possibly in different
4622 directories. From Kevin Rodgers <kevinr@ihs.com>.
4623
4624 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
4625 <alex@gnu.org>.
4626
4627 2001-06-15 Miles Bader <miles@gnu.org>
4628
4629 * textmodes/texinfmt.el (texinfo-format-syntax-table):
4630 Revert previous change.
4631
4632 2001-06-14 Richard M. Stallman <rms@gnu.org>
4633
4634 * replace.el (keep-lines-read-args): Return just a regexp.
4635 Provide nil for the region args.
4636 (keep-lines, flush-lines, how-many):
4637 Calculate the defaults for the region here, when args are nil.
4638
4639 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4640
4641 * rot13.el (rot13-other-window): Some more doc fix.
4642
4643 2001-06-14 Per Starback <starback@ling.uu.se>
4644
4645 * replace.el (case-replace, query-replace-from-history-variable)
4646 (query-replace-to-history-variable, keep-lines-read-args)
4647 (occur-revert-function, query-replace-help): Dox fix.
4648
4649 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4650
4651 * rot13.el (rot13-other-window): Doc fix.
4652
4653 2001-06-14 Miles Bader <miles@gnu.org>
4654
4655 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
4656 of " and \ to "." (punctuation).
4657 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
4658
4659 2001-06-13 Richard M. Stallman <rms@gnu.org>
4660
4661 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
4662
4663 * simple.el (shell-command-on-region): Never kill the
4664 *Shell Command Output* buffer.
4665
4666 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
4667
4668 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
4669
4670 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
4671
4672 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4673 New var, to recognize ${ $' and PODs.
4674 (perl-font-lock-syntactic-face-function): New function.
4675 (perl-mode): Use them.
4676 (perl-continuation-line-p): New function, from perl-calculate-indent.
4677 (perl-calculate-indent): Use it, to properly handle continuation
4678 lines of continuation lines.
4679
4680 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
4681
4682 * server.el (server-process, server-buffer-clients): Doc fix.
4683 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4684
4685 2001-06-09 John Wiegley <johnw@gnu.org>
4686
4687 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4688 test if the last command was Lisp or not.
4689 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
4690 B x C".
4691
4692 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
4693
4694 * dos-w32.el (grep-regexp-alist): Remove definition, since the
4695 general one on compile.el supports drive letters.
4696
4697 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
4698
4699 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
4700 key description.
4701
4702 * textmodes/reftex-sel.el (reftex-select-jump): New command.
4703
4704 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
4705 (reftex-toc-jump): New command.
4706
4707 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
4708 to parse international characters as well.
4709
4710 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
4711 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
4712
4713 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
4714
4715 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
4716 TAB to the key separators.
4717
4718 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
4719
4720 * international/mule.el (auto-coding-alist): Remove redundant
4721 up-cased versions of the extensions (auto-coding-alist-lookup is
4722 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
4723 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
4724
4725 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
4726
4727 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
4728
4729 2001-06-01 Richard M. Stallman <rms@gnu.org>
4730
4731 * help.el (describe-variable): Put value on same line
4732 with preceding text, if it is short enough to look good that way.
4733
4734 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
4735
4736 * term/internal.el (IT-unicode-translations): New variable.
4737 (IT-setup-unicode-display): New function.
4738
4739 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4740
4741 * ps-print.el: Handle before-string and after-string overlay properties
4742 in ps-print-*-with-faces commands. Doc fix.
4743 (ps-print-version): New version number (6.5.2).
4744 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
4745 for XEmacs.
4746 (ps-prefix-quote): Doc fix.
4747 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
4748 (ps-basic-plot-str, ps-plot-string): New funs.
4749
4750 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
4751
4752 * progmodes/etags.el (tags-compression-info-list): Fix docstring
4753 and :type spec.
4754
4755 2001-05-31 Gerd Moellmann <gerd@gnu.org>
4756
4757 * international/mule-cmds.el (inactivate-input-method):
4758 Set input-method-function to nil.
4759
4760 * xml.el (xml-parse-tag): The document may contain invalid characters.
4761 From ShengHuo ZHU <zsh@cs.rochester.edu>
4762
4763 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4764
4765 * mail/rmailsum.el (rmail-message-subject-p): Don't call
4766 `rmail-summary-line-decoder' if the message does not have
4767 a Subject: field.
4768
4769 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
4770
4771 * mail/rmail.el (rmail-insert-mime-resent-message-function):
4772 New variable.
4773 (rmail-resend): Modify to work in `rmail-view-buffer'; call
4774 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
4775 is non-nil.
4776
4777 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
4778
4779 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
4780
4781 2001-05-29 Sam Steingold <sds@gnu.org>
4782
4783 * faces.el (face-valid-attribute-values): Bind `valid' directly
4784 instead of using `setq'.
4785
4786 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
4787 Use `tex-shell-buf'.
4788 (tex-shell-proc): Use `tex-shell-running'.
4789 (tex-shell-buf-no-error): New function.
4790 (tex-send-tex-command): Use it.
4791 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
4792 (tex-kill-job): Check the process before calling `quit-process'.
4793
4794 2001-05-29 Gerd Moellmann <gerd@gnu.org>
4795
4796 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
4797 UTF-8 sequences.
4798
4799 2001-05-28 Miles Bader <miles@gnu.org>
4800
4801 * comint.el (comint-carriage-motion): Renamed from
4802 `comint-cr-magic'. Operate on the buffer instead of the string
4803 (for use as a comint post-output filter, instead of as a
4804 pre-output filter). Handle backspaces too. Add to the
4805 `comint-output-filter-functions' hook instead of
4806 `comint-preoutput-filter-functions'.
4807
4808 2001-05-28 Gerd Moellmann <gerd@gnu.org>
4809
4810 * language/japan-util.el (japanese-hankaku): Prefer the charset
4811 `jisx0201' when the optional argument `ascii-only' is not specified.
4812 (japanese-hankaku-region): Ditto.
4813 From Katsumi Yamaoka <yamaoka@jpl.org>
4814
4815 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
4816
4817 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
4818 (outline-invisible-p): New function.
4819 (hide-leaves): Save excursion.
4820 (hide-other): Stop looping when reaching bobp.
4821
4822 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
4823
4824 * cus-edit.el (custom-file): Fix last change.
4825
4826 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
4827
4828 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
4829 same definition in byte-compile-function-environment as `autoload'
4830 would put in `symbol-function'.
4831
4832 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
4833 patch to correct the error message as well.
4834
4835 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
4836
4837 * cus-edit.el (custom-file): Don't assume we were invoked with -q
4838 unless ~/.emacs exists.
4839
4840 * novice.el (enable-command): If user-init-file is nil or does not
4841 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
4842
4843 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
4844
4845 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
4846 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4847 Allow spaces around macro arguments.
4848 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
4849 indent-for-tab-command.
4850 (latex-mode-map, plain-tex-mode-map): New keymaps.
4851 Inherit from tex-mode-map.
4852 (tex-common-initialization): Don't setup the keymap any more
4853 since it's now done right by define-derived-mode.
4854 (latex-mode): Set skeleton-end-hook to nil.
4855 (latex-skeleton-end-hook): Remove.
4856 (tex-latex-block, latex-insert-item): Simplify.
4857 (latex-syntax-after): Use following-char rather than char-after.
4858 (tex-discount-args-cmds, tex-count-words): New functions.
4859
4860 * textmodes/tildify.el (tildify-ignored-environments-alist):
4861 Recognize \verb* as well.
4862
4863 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
4864 (perl-comment-indent): Simplify to let newcomment.el do its job.
4865 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
4866 (perl-mark-function): Cleanup the namespace.
4867 (perl-calculate-indent): Don't be fooled by nested functions.
4868
4869 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
4870
4871 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4872 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
4873
4874 2001-05-25 Andrew Choi <akochoi@i-cable.com>
4875
4876 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
4877 actually be `\\'.
4878 (ctlau-b5-converter): Likewise.
4879
4880 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4881
4882 * international/titdic-cnv.el (quail-misc-package-ext-info):
4883 Change CTLauB.el to CTLau-b5.el.
4884
4885 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
4886
4887 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
4888 rather than beginning-of-line to avoid problems with fields.
4889 (gud-perldb-massage-args): Use unless and push.
4890 (gud-chdir-before-run): New var.
4891 (gud-common-init): Use it.
4892
4893 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4894
4895 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4896 delete entries for chinese-ctlau and chinese-ctlaub.
4897 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
4898 chinese-ctlaub.
4899 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
4900 New functions.
4901
4902 2001-05-22 Gerd Moellmann <gerd@gnu.org>
4903
4904 * cus-edit.el (custom-comment-show): Remove debug code.
4905
4906 * language/japan-util.el (japanese-symbol-table): Fix handling of
4907 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
4908
4909 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
4910
4911 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
4912 Renamed by removing the silly `-flag' suffix.
4913 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
4914
4915 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
4916
4917 * replace.el (keep-lines-read-args): Use `copy-marker'.
4918 (how-many): Save excursion properly.
4919 (occur-mode): Use define-derived-mode.
4920 (perform-replace): Use with-current-buffer.
4921
4922 2001-05-20 Richard M. Stallman <rms@gnu.org>
4923
4924 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
4925
4926 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
4927
4928 * info.el (Info-read-subfile): Widen before finding the
4929 desired node in the subfile.
4930
4931 * startup.el (command-line-1): When >2 files visited,
4932 leave the last one visible, and make that the selected window.
4933
4934 2001-05-20 Gerd Moellmann <gerd@gnu.org>
4935
4936 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
4937
4938 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
4939
4940 * international/ccl.el (define-ccl-program): Fix a typo.
4941 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4942
4943 * international/mule.el (decode-char): Fix a typo. From Pavel
4944 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4945
4946 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
4947 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4948
4949 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
4950 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4951
4952 2001-05-18 Sam Steingold <sds@gnu.org>
4953
4954 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
4955 and [RET] to `cvs-mode-find-file'.
4956
4957 2001-05-18 John Wiegley <johnw@gnu.org>
4958
4959 * eshell/esh-ext.el (eshell-explicit-command-char): A new
4960 configuration variable, which determines the initial character
4961 that forces use of an external version of a command. The default
4962 is *, but may be set to \, for example.
4963
4964 * eshell/esh-ext.el (eshell-explicit-command):
4965 Use `eshell-explicit-command-char' instead of ?*.
4966
4967 * eshell/esh-cmd.el (eshell/which):
4968 Use `eshell-explicit-command-char' instead of ?*.
4969
4970 * eshell/em-cmpl.el (eshell-completion-command-name)
4971 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
4972 instead of ?*.
4973
4974 2001-05-18 Gerd Moellmann <gerd@gnu.org>
4975
4976 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
4977 subst-char-in-string.
4978 (ange-ftp-after-parse-ls-hook): New variable.
4979 (ange-ftp-ls): Run that hook.
4980 From Peter Milliken <Peter.Milliken@GTECH.COM>.
4981
4982 * tmm.el (tmm-get-keymap): Fix handling of :filter.
4983 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
4984 text into *Completions*.
4985
4986 * net/goto-addr.el (goto-address-at-point): Deal with URLs
4987 part of which look like email addresses.
4988
4989 2001-05-18 Andrew Innes <andrewi@gnu.org>
4990
4991 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
4992 Use . instead of absolute path for lisp dir, to avoid bug in W2K
4993 cmd.exe's handling of FOR loops.
4994 (autoloads): Set find-file-suppress-same-file-warnings to t to
4995 avoid slew of spurious messages.
4996
4997 2001-05-18 Simon Josefsson <simon@josefsson.org>
4998
4999 * mail/smtpmail.el (maybe-append-domain): Renamed to
5000 `smtpmail-maybe-append-domain'.
5001 (smtpmail-via-smtp): Use the new name.
5002
5003 * net/browse-url.el (browse-url-browser-function): Add kde.
5004 (browse-url-kde-program, browse-url-kde-args): New variables.
5005 (browse-url-kde): New function.
5006
5007 2001-05-18 Miles Bader <miles@gnu.org>
5008
5009 * simple.el (delete-horizontal-space, just-one-space):
5010 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5011 because it's more efficient for large files.
5012
5013 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5014
5015 * mail/rmail.el (rmail-require-mime-maybe): New function.
5016 (rmail): Use it.
5017 (rmail-mode): Handle the case of finding Rmail files.
5018
5019 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5020 functions.
5021
5022 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5023
5024 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5025 text-property after moving to the beginning of line and regardless
5026 of the value of font-lock-multiline.
5027
5028 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5029
5030 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5031
5032 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5033 last coding system used before calling set-buffer-modified-p
5034 because that function changes last-coding-system.
5035
5036 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5037
5038 * files.el (switch-to-buffer-other-window)
5039 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5040 the doc string.
5041
5042 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5043
5044 * language/slovak.el, language/czech.el: New maintainer.
5045
5046 2001-05-16 Sam Steingold <sds@gnu.org>
5047
5048 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5049 sub-form of `defgeneric' correctly.
5050
5051 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5052
5053 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5054 of `c'.
5055
5056 * textmodes/outline.el (outline-font-lock-level): Remove the
5057 condition-case, test what outline-level returns instead, to
5058 ease debugging.
5059
5060 * international/mule.el (auto-coding-regexp-alist): New user-option.
5061 (auto-coding-from-file-contents): New function.
5062 (set-auto-coding): Use it to determine a coding system.
5063
5064 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5065
5066 * mouse.el (mouse-delete-other-windows): Doc fix.
5067
5068 * emacs-lisp/lisp-mode.el (lisp-mode):
5069 Make font-lock-keywords-case-fold-search a buffer-local variable with
5070 make-local-variable before setting it.
5071
5072 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5073
5074 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5075 prefixes.
5076
5077 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5078
5079 * hexl.el (hexl-current-address): Print a message when called
5080 interactively.
5081
5082 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5083
5084 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5085
5086 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5087
5088 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5089
5090 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5091
5092 * startup.el (command-line): If parameters have been changed in
5093 the init files which influence font selection, clear the face
5094 cache so that faces get realized with the new parameters.
5095
5096 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5097
5098 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5099
5100 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5101
5102 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5103
5104 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5105 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5106
5107 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5108
5109 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5110 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5111
5112 2001-05-09 John Wiegley <johnw@gnu.org>
5113
5114 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5115 Annotated the documentation string to tell users about
5116 `eshell-no-numeric-conversions'.
5117
5118 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5119 conversions if a Lisp function has the property
5120 `eshell-no-numeric-conversions' set to a non-nil value.
5121
5122 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5123 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5124 property `eshell-no-numeric-conversions' on the following
5125 functions (which all deal with filesystem entities, and never Lisp
5126 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5127 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5128 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5129 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5130 eshell/which, eshell/addpath.
5131
5132 2001-05-09 John Wiegley <johnw@gnu.org>
5133
5134 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5135 encountered as an argument, don't convert it right away, but tag
5136 the first character of the string with the text properties
5137 `number', which signifies to `eshell-lisp-command' that the
5138 argument should be passed through `string-to-number' if it is
5139 actually used in the call to a Lisp function.
5140
5141 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5142 function, convert any string arguments that have been tagged as
5143 "numbers", by calling string-to-number.
5144
5145 * eshell/esh-util.el (eshell-number-regexp): Now that number
5146 conversions only happen for Lisp function calls, the number regexp
5147 should now match all integer and floating point forms.
5148
5149 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5150 `eshell-continue-process', since they are both nonfunctional at
5151 the moment.
5152 (eshell-proc-initialize): Don't bind keys for
5153 `eshell-stop-process' or `eshell-continue-process'.
5154
5155 * eshell/em-unix.el (eshell-shuffle-files):
5156 Apply `directory-file-name' before calling `file-name-directory'.
5157
5158 * eshell/em-hist.el (eshell-add-to-history): Reference to
5159 `eshell-history-ring' needed to be `eshell-history-index'.
5160
5161 * calendar/timeclock.el (timeclock-find-discrep):
5162 Initialize `elapsed' to 0.
5163 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5164 it's still nil.
5165
5166 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5167
5168 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5169 (archive-mode): Use capitalize.
5170 (archive-unique-fname): Use make-temp-file.
5171
5172 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5173
5174 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5175
5176 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5177
5178 * tar-mode.el (tar-extract): Pay attention to the value of
5179 coding-system-for-read, if it is non-nil.
5180
5181 * calendar/holidays.el (holidays): Add an autoload cookie.
5182 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5183
5184 2001-05-08 John Wiegley <johnw@gnu.org>
5185
5186 * calendar/timeclock.el (timeclock-workday-remaining):
5187 Changed logic for determining how much time is remaining.
5188 (timeclock-workday-elapsed): Don't accept a "relative" argument
5189 for the current day's elapsed time. What could that have meant?
5190 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5191 (timeclock-when-to-leave): Changed logic, similarly to what was
5192 done for `timeclock-workday-remaining'.
5193 (timeclock-find-discrep): Removed "today-only" argument, which had
5194 no meaning. Fixed some more math problems. The function now
5195 returns a three member list: (TOTAL-TIME-DISCREPANCY
5196 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5197
5198 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5199
5200 * w32-fns.el (convert-standard-filename): Start replacing slashes
5201 from the beginning of the file name, not from where the last
5202 invalid character was. From "Andrew Maguire (SWW)"
5203 <Andrew.Maguire@Smallworld.co.uk>
5204
5205 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5206
5207 The following changes are to provide infrastructure for handling
5208 MIME messages to rmail. They don't affect the original behaviour
5209 if rmail-enable-mime is nil.
5210
5211 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5212 (rmail-search-mime-message-function)
5213 (rmail-search-mime-header-function): New variables.
5214 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5215 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5216 `rmail-view-buffer' is hidden.
5217 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5218 call rmai-show-mime-function.
5219 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5220 mode-line-process of rmail-view-buffer.
5221 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5222 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5223 buffer.
5224 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5225 set-buffer to the Rmail buffer.
5226 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5227 rmail-search-mime-header-function.
5228 (rmail-search-message): New function.
5229 (rmail-search): Call rmail-search-message to check if a message
5230 matches REGEXP, lastly update point after calling
5231 rmail-show-message.
5232 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5233 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5234 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5235 header region, refer to rmail-msgref-vector while setting the
5236 current buffer to rmail-buffer temporarily.
5237 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5238 If rmail-enable-mime is non-nil, call
5239 rmail-insert-mime-forwarded-message-function instead of inserting
5240 forwarded message by itself.
5241
5242 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5243 Rmail buffer.
5244 (rmail-set-label, rmail-next-labeled-message): Likewise.
5245
5246 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5247 set-buffer to the Rmail buffer.
5248 (rmail-output-to-rmail-file): Likewise.
5249 (rmail-output): Likewise.
5250
5251 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5252 of mail-fetch-field by rmail-summary-line-decoder.
5253 (rmail-new-summary): Be sure to go to the Rmail buffer.
5254 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5255 rmail-view-buffer to nil.
5256 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5257 rmail-view-buffer.
5258 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5259 rmail-buffer.
5260 (rmail-summary-scroll-msg-down): Likewise.
5261 (rmail-summary-beginning-of-message): Likewise.
5262 (rmail-summary-wipe): Likewise.
5263 (rmail-summary-toggle-header): Use save-window-excursion, not
5264 save-excursion. Update point in rmail-view-buffer, not in
5265 rmail-buffer.
5266 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5267 rmail-view-buffer, not rmail-buffer.
5268
5269 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5270
5271 * cus-edit.el (custom-file): Signal an error if user-init-file is
5272 nil (running -q).
5273
5274 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5275
5276 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5277 Add :version.
5278
5279 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5280 New option.
5281 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5282 only if smtpmail-warn-about-unknown-extensions is set.
5283
5284 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5285 instead of rmail-sort-by-keywords.
5286
5287 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5288 rmail-sort-by-keywords.
5289
5290 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5291 rmail-summary-sort-by-keywords. Doc fix.
5292 (rmail-summary-mode): Doc fix.
5293
5294 * mail/rmail.el (rmail-edit): New Custom group.
5295
5296 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5297 (rmail-edit-mode-hook): New user-option.
5298
5299 2001-05-05 Richard M. Stallman <rms@gnu.org>
5300
5301 * help.el (help-xref-symbol-regexp): Recognize "source of"
5302 and friends, meaning make a link to the source file.
5303 (help-make-xrefs): Handle "source of" and friends
5304 by constructing a link that visits the source file.
5305
5306 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5307
5308 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5309
5310 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5311 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5312 Renamed from perl-font-lock-keywords to avoid clashes.
5313 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5314 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5315 Updated correspondingly.
5316
5317 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5318 Typo `nonexistant' -> `nonexistent'.
5319
5320 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5321
5322 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5323 Split `c-electric-delete' into two functions where
5324 `c-electric-delete-forward' always deletes forward and
5325 `c-electric-delete' only contains the code necessary for XEmacs to
5326 choose between backward and forward deletion.
5327
5328 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5329 get the electric behavior on that key too.
5330 (c-fill-paragraph): Fixed bogus direct use of
5331 c-comment-prefix-regexp, which caused an error when it's a list.
5332
5333 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5334
5335 * dired-aux.el (dired-diff): Doc fix.
5336
5337 * dired.el (dired-diff): Likewise.
5338
5339 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5340
5341 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5342
5343 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5344
5345 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5346 if both the buffer and the file are read-only.
5347
5348 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5349 rather than font-lock-string-face.
5350 (sh-get-indent-info): Treat heredocs like strings.
5351
5352 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5353
5354 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5355 a newline following `}'.
5356 (texinfo-format-email): New function.
5357 (toplevel): Use texinfo-format-email for @email.
5358 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5359 Add `display'.
5360 (texinfo-sort-region): Goto point-min before sorting.
5361 (texinfo-set): Remove leading white space from value.
5362 From yagi@is.titech.ac.jp.
5363
5364 * replace.el (query-replace-regexp-eval): Doc fix.
5365
5366 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5367
5368 * diff-mode.el (diff-nonexistant-face): New face.
5369 (diff-font-lock-keywords): Use it.
5370
5371 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5372
5373 * font-lock.el (font-lock-mode): Doc fix.
5374
5375 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5376 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5377
5378 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5379
5380 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5381 backslash at the start of the here-document delimiter.
5382 (sh-font-lock-syntactic-keywords): Likewise.
5383
5384 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5385
5386 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5387
5388 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5389 (tty-color-translate, tty-color-by-index, tty-color-values)
5390 (tty-color-desc): Doc fix.
5391
5392 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5393
5394 * dired-aux.el (dired-do-create-files, dired-do-copy)
5395 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5396 Mention dired-dwim-target in the doc string.
5397
5398 2001-04-28 Miles Bader <miles@gnu.org>
5399
5400 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5401 (dabbrev--find-expansion): Use it.
5402 (dabbrev--select-buffers): Don't select ignored buffers.
5403
5404 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5405
5406 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5407
5408 2001-04-26 Richard M. Stallman <rms@gnu.org>
5409
5410 * dabbrev.el: Add doc strings for some functions.
5411 (dabbrev--eliminate-newlines): New variable.
5412 (dabbrev--substitute-expansion): Convert newlines to spaces
5413 if dabbrev--eliminate-newlines is set.
5414 If abbrev and expansion are both all-lower-case,
5415 leave dabbrev--last-case-pattern nil.
5416
5417 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5418
5419 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5420 if necessary, like in rmail-show-message.
5421
5422 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5423
5424 * ps-print.el: Color specified by number is forced to be float number.
5425 (ps-print-version): New version number (6.5.1.1).
5426 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5427 initialization.
5428 (ps-prefix-quote): New internal var.
5429 (ps-print-quote): New fun.
5430 (ps-setup, ps-output-frame-properties, ps-float-format)
5431 (ps-format-color): Code fix.
5432 (ps-plot-region): Eliminate redundant foreground color text setting.
5433
5434 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5435
5436 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5437
5438 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5439
5440 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5441
5442 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5443
5444 * info.el (Info-additional-directory-list): Doc fix.
5445
5446 * find-lisp.el (find-lisp-find-dired-filter)
5447 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5448 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5449
5450 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5451
5452 * progmodes/make-mode.el (makefile-font-lock-keywords):
5453 Rationalize the rules for includes and conditionals and use the
5454 keyword face for them.
5455
5456 * faces.el (modify-face): Add compatibility for non-interactive use.
5457
5458 2001-04-24 John Wiegley <johnw@gnu.org>
5459
5460 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5461 fix from last night, since it wasn't finding eshell/cd.
5462
5463 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5464
5465 * rect.el (string-rectangle): Revert to 20.x behaviour.
5466 (replace-rectangle): Make it an alias for string-rectangle.
5467 (string-insert-rectangle): New function.
5468
5469 2001-04-23 John Wiegley <johnw@gnu.org>
5470
5471 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5472 occurring with Emacs 21's diff.el/compile.el interaction layer.
5473
5474 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5475
5476 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5477 case where the function was defined in a file, but not part of an
5478 eshell module.
5479
5480 2001-04-23 John Wiegley <johnw@gnu.org>
5481
5482 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5483 code to work around a redisplay problem I've been having.
5484
5485 2001-04-23 John Wiegley <johnw@gnu.org>
5486
5487 * calendar/timeclock.el (timeclock-day-required): If the time
5488 required for a particular day is not set, use `timeclock-workday'.
5489 (timeclock-find-discrep): Added some sample code in a comment.
5490
5491 * eshell/eshell.el (eshell-command): Made a few changes so that
5492 `eshell-command' could be called programmatically.
5493
5494 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5495
5496 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5497
5498 2001-04-23 John Wiegley <johnw@gnu.org>
5499
5500 * calendar/timeclock.el: Updated copyright.
5501 (timeclock-generate-report): Don't report the daily or two-week
5502 total, if no time has been worked in that period.
5503 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5504 final computational form, which was unnecessary; corrected a
5505 parsing problem when timeclock-relative was nil.
5506
5507 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5508
5509 * calendar/timeclock.el (timeclock-modeline-display): Check if
5510 `list-entry' is null.
5511 (timeclock-use-display-time): The first argument to `set-variable'
5512 must be a symbol.
5513
5514 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5515
5516 * calendar/calendar.el (diary-entry-marker)
5517 (calendar-today-marker, calendar-holiday-marker):
5518 Use display-color-p instead of window-system.
5519 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5520 instead of window-system.
5521 (calendar-hide-window): Use display-multi-frame-p instead of
5522 window-system.
5523
5524 * calendar/cal-x.el (calendar-two-frame-setup)
5525 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5526 Use display-multi-frame-p instead of window-system.
5527
5528 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5529
5530 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5531
5532 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5533 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5534
5535 2001-04-23 Alex Schroeder <alex@gnu.org>
5536
5537 * goto-addr.el: Instead of defining line-beginning-position and
5538 line-end-position a defalias is used for point-at-bol and point-at-eol.
5539
5540 2001-04-23 Alex Schroeder <alex@gnu.org>
5541
5542 * goto-addr.el: Added XEmacs compatibility code.
5543 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5544
5545 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5546
5547 * textmodes/paragraphs.el (sentence-end): Doc fix.
5548
5549 2001-04-20 Alex Schroeder <alex@gnu.org>
5550
5551 * sql.el (sql-escape-newlines-and-send): New function.
5552 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5553
5554 2001-04-20 Alex Schroeder <alex@gnu.org>
5555
5556 * sql.el (sql-db2-program): New option.
5557 (sql-db2-options): New option.
5558 (sql-db2): New function.
5559
5560 2001-04-20 Alex Schroeder <alex@gnu.org>
5561
5562 * sql.el (sql-mode-menu): Added highlighting entries.
5563 (sql-highlight-oracle-keywords): New function.
5564 (sql-highlight-postgres-keywords): New function.
5565 (sql-highlight-ansi-keywords): New function.
5566
5567 2001-04-20 Alex Schroeder <alex@gnu.org>
5568
5569 * sql.el (sql-help): Doc change.
5570
5571 2001-04-19 Karl Fogel <kfogel@collab.net>
5572
5573 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5574 that inserted file content only to delete it immediately.
5575 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5576 <lektu@uol.com.br> for the patch.
5577
5578 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5579
5580 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5581
5582 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5583
5584 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5585 for defmethod.
5586
5587 * comint.el (comint-cr-magic): New function.
5588 (toplevel): Add it to comint-preoutput-filter-functions.
5589
5590 2001-04-18 Andrew Innes <andrewi@gnu.org>
5591
5592 * makefile.w32-in (EMACSLOADPATH): Define.
5593 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5594 (recompile): Remove stuff to set EMACSLOADPATH.
5595
5596 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5597
5598 * language/slovak.el ("Slovak"): Add tutorial entry.
5599
5600 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5601 browse-url-new-window-p.
5602
5603 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5604
5605 * info.el (Info-menu-update): When there are no menus and/or no
5606 cross references in the node, make the respective items of the
5607 Info menu-bar menu inactive.
5608
5609 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5610
5611 * indent.el (indent-for-tab-command): Call indent-line-function
5612 with no argument if PREFIX-ARG is non-nil.
5613
5614 * frame.el (delete-other-frames): Handle minibuffer-only frames.
5615
5616 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5617
5618 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5619 an async subprocess if start-process is unavailable. Suggested by
5620 Tim Van Holder <tim.van.holder@pandora.be>.
5621
5622 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5623
5624 * info.el (Info-additional-directory-list): Doc fix. Suggested by
5625 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5626
5627 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5628
5629 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
5630 manual.
5631
5632 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
5633
5634 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
5635 (cvs-menu): Add a few entries.
5636
5637 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
5638 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
5639 lock file appears to be reachable from Emacs.
5640 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
5641 (cvs-mode-find-file): Look for cvs-header-face rather than
5642 cvs-dirname-face (which doesn't exist).
5643 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
5644
5645 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
5646
5647 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
5648
5649 * emulation/pc-select.el (pc-selection-mode): Don't turn on
5650 normal-erase-is-backspace on a tty. Instead, bind some keys such
5651 as [delete] directly, like pc-select.el did before
5652 normal-erase-is-backspace was invented.
5653
5654 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5655
5656 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
5657
5658 2001-04-11 John Wiegley <johnw@gnu.org>
5659
5660 * eshell/em-ls.el (eshell-ls-insert-directory):
5661 Set font-lock-defaults to nil, to prevent fontification in dired
5662 buffers, if Eshell's ls is being used.
5663
5664 2001-04-11 John Wiegley <johnw@gnu.org>
5665
5666 * calendar/timeclock.el (timeclock-completing-read): New function.
5667 (timeclock-ask-for-project, timeclock-ask-for-reason):
5668 Call `timeclock-completing-read'.
5669
5670 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
5671 required where `member' was being used.
5672
5673 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
5674
5675 * eshell/em-hist.el (eshell-previous-matching-input):
5676 Don't display "History item" if the the minibuffer is active.
5677
5678 2001-04-11 Gerd Moellmann <gerd@gnu.org>
5679
5680 * startup.el (command-line): Output a newline after printing
5681 an error from loading the window system's init file.
5682
5683 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
5684
5685 * textmodes/texinfo.el (texinfo-font-lock-keywords):
5686 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
5687 @inforef. Add an OVERRIDE of `keep' to highlight specs of
5688 keywords whose arguments routinely include @@.
5689
5690 2001-04-10 Gerd Moellmann <gerd@gnu.org>
5691
5692 * emacs-lisp/advice.el (ad-make-advised-definition):
5693 Construct advice for subrs differently.
5694
5695 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
5696 regexp in parentheses when building the regexp for searching backwards.
5697
5698 * simple.el (completion-list-mode-finish): New function.
5699 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
5700
5701 * language/european.el ("Polish"): Change sample text.
5702 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5703
5704 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
5705 parameter.
5706
5707 * faces.el (menu): Doc fix.
5708
5709 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5710
5711 * ps-print.el: Footer implementation. Doc fix.
5712 (ps-print-version): New version number (6.5.1).
5713 (ps-header-frame-alist): New customization var for header frame
5714 properties.
5715 (ps-line-number-color): New customization var for line number color.
5716 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
5717 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
5718 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
5719 (ps-right-footer): New customization vars for footers.
5720 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
5721 footers.
5722 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
5723 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
5724 Code fix.
5725 (ps-prologue-file): Indentation fix.
5726 (ps-print-quote): Fun eliminated.
5727 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
5728 (ps-output-frame-properties): New fun.
5729 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
5730 (ps-skip-newline): Replace defun by defsubst.
5731
5732 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
5733
5734 * eshell/eshell.el (eshell-command): Needed a "%s" format
5735 specifier, in case the buffer contains percent characters.
5736
5737 2001-04-10 John Wiegley <johnw@gnu.org>
5738
5739 * calendar/timeclock.el (timeclock-generate-report): Added a
5740 missing insert of the project name.
5741
5742 2001-04-09 Gerd Moellmann <gerd@gnu.org>
5743
5744 * obsolete/profile.el: Moved from emacs-lisp/.
5745
5746 * Makefile.in (nonobsolete_setwins): New macro.
5747 (finder-data): Use it instead of `setwins'.
5748 From: Dave Love <fx@gnu.org>.
5749
5750 * server.el (server-visit-files): Set server-existing-buffer correctly.
5751 (server-visit-files): Run server-visit-hook after going to
5752 line 1 so that the hook can set point as it sees fit.
5753
5754 * bindings.el (mode-line-modified): Unify help messages.
5755
5756 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
5757
5758 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
5759 All callers changed.
5760
5761 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
5762
5763 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
5764 long file names aren't supported, truncate the file names in
5765 quail-misc-package-ext-info to 8+3 before matching them against
5766 FILENAME.
5767
5768 * dos-fns.el (dos-truncate-to-8+3): New function.
5769
5770 * progmodes/compile.el (grep-compute-defaults): Use null-device
5771 instead of literal /dev/null. Reported by Jens Schmidt
5772 <schmidt@mathematik.uni-kl.de>.
5773
5774 * simple.el (normal-erase-is-backspace-mode): Doc fix.
5775
5776 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
5777
5778 * textmodes/sgml-mode.el: Add unknown maintainer.
5779 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
5780 (html-mode-map): Use set-keymap-parent.
5781
5782 2001-04-06 Dave Love <fx@gnu.org>
5783
5784 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5785 Remove redundant string-to-list.
5786
5787 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
5788
5789 * composite.el (reference-point-alist): Doc fix.
5790
5791 2001-04-05 Sam Steingold <sds@gnu.org>
5792
5793 * font-lock.el (font-lock-keywords-case-fold-search):
5794 Make buffer-local. This fixes a very annoying bug when loading a Lisp
5795 file made font-lock case-insensitive.
5796
5797 2001-04-05 Gerd Moellmann <gerd@gnu.org>
5798
5799 * faces.el (defface menu): Doc fix.
5800
5801 * wid-edit.el (widget-color-sample-face-get): Don't make
5802 faces for undefined colors.
5803
5804 * version.el (emacs-version): Include LessTif/Motif version info.
5805
5806 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5807
5808 * ps-mule.el: Eliminate cl package dependence.
5809 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
5810 if they aren't defined yet.
5811 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
5812 Eliminate cl package dependence.
5813
5814 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
5815
5816 * progmodes/cc-cmds.el (c-outline-level):
5817 Bind buffer-invisibility-spec. Originally from Dave Love, but
5818 got lost when incorporating version 5.26.
5819
5820 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
5821
5822 * emulation/pc-select.el (pc-selection-mode):
5823 Call normal-erase-is-backspace-mode instead of binding
5824 keys individually.
5825
5826 * cus-load.el (normal-erase-is-backspace): Use it instead of
5827 delete-key-deletes-forward.
5828
5829 * startup.el (command-line): Use normal-erase-is-backspace and
5830 normal-erase-is-backspace-mode.
5831
5832 * simple.el (normal-erase-is-backspace): Rename from
5833 delete-key-deletes-forward. Doc fix.
5834 (normal-erase-is-backspace-mode): Rename from
5835 delete-key-deletes-forward-mode. Doc fix.
5836 Run normal-erase-is-backspace-hook.
5837
5838 * dired.el (dired-move-to-filename-regexp): Support file sizes in
5839 ``human-readable'' format produced by GNU `ls'.
5840 (dired-move-to-filename-regexp): Recognize ISO format dates.
5841 From Paul Eggert <eggert@twinsun.com>.
5842
5843 2001-04-04 Gerd Moellmann <gerd@gnu.org>
5844
5845 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
5846 New functions.
5847 (lm-verify): Check keywords.
5848 From Eric M. Ludlam <eric@siege-engine.com>.
5849
5850 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
5851
5852 * speedbar.el (speedbar-insert-image-button-maybe): Check for
5853 `xemacs' feature instead of for the function `set-extent-property'.
5854
5855 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
5856
5857 * mail/mh-utils.el (mh-folder-hist): New var.
5858 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
5859
5860 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
5861
5862 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
5863 region, position point on the first or last 16-byte group.
5864 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
5865 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
5866 hexl-beginning-of-line.
5867
5868 2001-04-03 Gerd Moellmann <gerd@gnu.org>
5869
5870 * icomplete.el (icomplete-mode): Treat an argument like other
5871 modes do.
5872
5873 * startup.el (fancy-splash-head): Use splash8.xpm for color
5874 depth 8.
5875
5876 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
5877 Add an antry for ``converts''.
5878
5879 * language/slovak.el ("Slovak"): Add documentation string.
5880 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5881
5882 * language/czech.el ("Czech"): Add documentation string.
5883 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5884
5885 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
5886 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
5887
5888 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
5889
5890 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
5891 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
5892 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
5893 Use `defsubst' rather than a macro to ease debugging.
5894 (mail-extr-last): Remove (use `last' instead).
5895 (mail-extract-address-components): Properly reset the syntax-table
5896 after parsing an address. Use `last' rather than mail-extr-last.
5897 Make sure the end marker stays at the very end.
5898
5899 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
5900
5901 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
5902 last change.
5903
5904 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5905
5906 * ps-print.el: Line and paragraph spacing feature. Region to cut
5907 out when printing. Doc fix.
5908 (ps-print-version): New version number (6.5).
5909 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
5910 New vars. Line and paragraph spacing feature.
5911 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
5912 out when printing.
5913 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
5914 (ps-get-font-size, ps-begin-job, ps-continue-line)
5915 (ps-plot-region): Code fix.
5916 (ps-print-prologue-2): Var eliminated.
5917 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
5918 New internal vars.
5919 (ps-get-size): New fun.
5920 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
5921 (ps-next-line): Replace defun by defsubst.
5922 (ps-mule-plot-string): Autoload doc fix.
5923
5924 * ps-bdf.el: XEmacs compatibility. Doc fix.
5925 (installation-directory, coding-system-for-read): Declare vars if
5926 it's not declared yet.
5927 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
5928
5929 * ps-mule.el: XEmacs compatibility. Doc fix.
5930 (leading-code-private-22): Declare var if it's not declared yet.
5931 (charset-bytes, charset-dimension, charset-id, charset-width)
5932 (find-charset-region, split-char, char-width, chars-in-region)
5933 (forward-point, decompose-composite-char, encode-coding-string)
5934 (coding-system-p, ccl-execute-on-string, define-ccl-program):
5935 Define funs if not defined yet.
5936 (encode-composition-rule, find-composition): Define funs if not
5937 loaded yet.
5938 (ps-mule-prologue): PostScript code fix.
5939
5940 2001-04-02 Kenichi Handa <handa@etl.go.jp>
5941
5942 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
5943 non-nil, generate font for the header strings.
5944 (ps-mule-prepare-font): Likewise.
5945 (ps-mule-generate-glyphs): Likewise.
5946 (ps-mule-string-encoding): Likewise.
5947 (ps-mule-header-charsets): New variable.
5948 (ps-mule-encode-header-string): New function.
5949 (ps-mule-header-string-charsets): New function.
5950 (ps-mule-begin-job): Check charsets in the header strings. If there
5951 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
5952
5953 * ps-print.el (ps-generate-header-line): Encode the header string by
5954 ps-mule-encode-header-string.
5955 (ps-mule-encode-header-string): Declare autoload.
5956
5957 2001-04-02 Gerd Moellmann <gerd@gnu.org>
5958
5959 * frame.el (cursor-in-non-selected-windows):
5960 Replaces show-cursor-in-non-selected-windows.
5961
5962 2001-03-31 Kenichi Handa <handa@etl.go.jp>
5963
5964 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5965 Delete entries for "chinese-py" and "chinese-ziranma".
5966 (quail-misc-package-ext-info): New variable.
5967 (tsang-quick-converter): New function.
5968 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
5969 (quick-cns-converter, py-converter, ziranma-converter)
5970 (miscdic-convert, batch-miscdic-convert): New functions.
5971
5972 2001-03-30 Kenichi Handa <handa@etl.go.jp>
5973
5974 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
5975 eight-bit-control chars.
5976
5977 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5978 Reduce making temporary vector (suggested by Dave Love).
5979
5980 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5981
5982 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
5983 string as well.
5984
5985 2001-03-30 Andreas Schwab <schwab@suse.de>
5986
5987 * files.el (backup-directory-alist): Fix typo.
5988
5989 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5990
5991 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
5992 <eggert@twinsun.com>.
5993
5994 2001-03-30 Dave Love <fx@gnu.org>
5995
5996 * progmodes/fortran.el (fortran-comment-region): Fix typo.
5997
5998 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5999
6000 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6001
6002 2001-03-30 Miles Bader <miles@gnu.org>
6003
6004 * subr.el (interactive-form): Fix paren typo.
6005
6006 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6007
6008 * emacs-lisp/profile.el: Say that it's obsolete in the header
6009 line, so that finder.el puts that into its data-base.
6010 Suggested by Alex Schroeder <alex@gnu.org>.
6011
6012 2001-03-29 Paul Eggert <eggert@twinsun.com>
6013
6014 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6015 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6016
6017 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6018
6019 * generic.el (generic-mode-set-comments): Use "" rather than nil
6020 for comment-end.
6021
6022 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6023
6024 * emacs-lisp/advice.el (ad-make-advised-definition):
6025 Call interactive-form to obtain the interactive spec of subrs.
6026
6027 * subr.el (interactive-form): New function.
6028
6029 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6030
6031 * vc-sccs.el (vc-sccs-register): Use relative file names.
6032
6033 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6034
6035 * bookmark.el (bookmark-get-bookmark): Handle case that
6036 BOOKMARK is not a string.
6037
6038 * image.el (image-type-regexps): Change type for PS files
6039 to `postscript'.
6040
6041 * subr.el (read-passwd): Clear command history after each
6042 character entered. From: Stephen Gildea
6043 <gildea@stop.mail-abuse.org>.
6044
6045 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6046
6047 * international/kkc.el (kkc-save-init-file): Locally bind
6048 print-length to nil.
6049
6050 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6051
6052 * textmodes/flyspell.el: Some doc fixes.
6053 (flyspell-maybe-correct-transposition)
6054 (flyspell-maybe-correct-doubling): Use a temporary buffer
6055
6056 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6057
6058 * emacs-lisp/byte-opt.el (byte-optimize-while)
6059 (byte-optimize-form-code-walker): Diagnose too few arguments
6060 for `if' and `while'.
6061
6062 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6063
6064 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6065 Prepend `\' to "\<quail-translation-docstring>".
6066
6067 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6068
6069 * autorevert.el (global-auto-revert-non-file-buffers):
6070 Remove duplicate defcustom.
6071
6072 2001-03-26 Miles Bader <miles@gnu.org>
6073
6074 * international/latin1-disp.el (latin1-char-displayable-p):
6075 Add leading "-" for X font pattern.
6076
6077 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6078
6079 * international/mule-diag.el (describe-coding-system):
6080 For raw-text and emacs-mule, don't add anymore text about what
6081 charsets they can encode.
6082
6083 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6084
6085 * help.el (view-lossage): Mention open-dribble-file in the doc
6086 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6087
6088 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6089
6090 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6091 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6092
6093 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6094
6095 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6096 Call ccl-execute-on-string directly so that CCL program handling
6097 multibyte sequence can work correctly.
6098 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6099 property of the coding system.
6100
6101 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6102
6103 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6104 Fix transcription typo.
6105
6106 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6107
6108 * whitespace.el: Add buffer local variables to toggle testing of
6109 whitespaces in buffers without affecting the default values.
6110 Bump version to 3.0 to account for a few other changes.
6111 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6112 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6113 (whitespace-toggle-spacetab-check): New functions.
6114
6115 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6116
6117 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6118
6119 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6120
6121 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6122 bs-cycle-configuration-name. From Juanma Barranquero
6123 <lektu@uol.com.br>.
6124
6125 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6126 and cc-vars.el.
6127
6128 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6129 headers. Always invoke sendmail with option -t.
6130
6131 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6132
6133 * Release of cc-mode 5.28.
6134
6135 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6136
6137 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6138 Removed the hardcoded switch to "java" style in Java mode.
6139 It's instead taken care of by the default value for c-default-style.
6140
6141 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6142
6143 * cc-align.el (c-lineup-math): Fix bug where lineup was
6144 triggered by equal signs in string literals.
6145
6146 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6147
6148 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6149 limit detection when at the ends of the buffer.
6150
6151 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6152 "for" statement clause in case 7F; a better one is done
6153 earlier in case 7D anyway.
6154
6155 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6156
6157 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6158 somewhat more and did a small optimization.
6159
6160 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6161
6162 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6163 Use the limit argument only to limit the syntactic context
6164 search, not to limit the actual movement.
6165
6166 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6167 inside multiline strings, just like in comments. Also various
6168 fixes to the paragraph and comment prefix recognition, block
6169 comment ender handling etc.
6170
6171 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6172
6173 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6174 the relative position of the point.
6175
6176 * cc-cmds.el (c-electric-continued-statement): New function to
6177 use as abbrev hook to reindent for keywords such as "else"
6178 that continues an earlier statement.
6179
6180 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6181 like classes.
6182
6183 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6184 (pike-mode): Populate the default abbrev tables to reindent for
6185 keywords such as "else" that can continue earlier statements.
6186 Abbrev mode is therefore turned on by default now. (Note that
6187 this doesn't apply to idl-mode, since IDL afaik doesn't have
6188 statements at all.)
6189
6190 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6191
6192 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6193 bracelists where the declaration contains template arguments.
6194
6195 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6196
6197 * cc-cmds.el (c-comment-indent):
6198 Use `c-get-syntactic-indentation' to correctly calculate the
6199 syntactic indentation. Fixes bug with lineup functions that
6200 return vectors.
6201
6202 * cc-engine.el (c-get-syntactic-indentation): Split the
6203 indentation sum calculation from `c-indent-line' to a separate
6204 function.
6205
6206 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6207
6208 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6209 Fixed places where it was assumed that preprocessor directives
6210 have to start in column zero.
6211
6212 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6213 template arguments after a class identifier properly.
6214
6215 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6216 lists for `new Foo[]' constructs in Java as expressions and
6217 not top level definition brace lists on the top level, so that
6218 they'll get indented consistently with the same type of
6219 expression in a normal block.
6220
6221 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6222
6223 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6224 whether the adaptive filling package fails to keep the comment
6225 prefix is now kludged further to check for filladapt-mode
6226 which doesn't have that problem. This is really icky, but it's
6227 the only way that works with the current misfeatures/bugs in
6228 both adaptive-fill-mode and filladapt-mode.
6229
6230 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6231 around point is recognized more robust.
6232
6233 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6234
6235 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6236 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6237 (c-lit-type): Fixed all internal variables used dynamically so
6238 that they are always bound.
6239
6240 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6241 errors:
6242
6243 (c-indent-region): Fixed reporting of syntactic errors so that
6244 the region is fully reindented even when an error occurs.
6245 The last syntactic error is printed afterwards. Also cleanup up a
6246 whole lot of code that tried to optimize indentation of whole
6247 sexps but in reality accomplishes nothing.
6248
6249 (c-indent-sexp): Use c-indent-region.
6250
6251 (c-parsing-error): Changed this variable to hold the message
6252 for any syntactic error that is discovered.
6253
6254 (c-parse-state): Search backward from point instead of the bod
6255 position when the latter is invalid. This makes CC Mode
6256 recover faster when there are unbalanced close braces.
6257
6258 (c-backward-to-start-of-if): Use c-parsing-error to report
6259 dangling "else" clauses instead of throwing an error, and fall
6260 back to a reasonable position.
6261
6262 (c-indent-line): Added argument to avoid reporting syntactic errors.
6263
6264 (c-show-syntactic-information): Don't report any syntactic errors.
6265
6266 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6267
6268 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6269 paragraph recognition when moving by sentence in literals.
6270
6271 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6272 start regexp for javadoc to recognize javadoc markup in general instead
6273 of a specific set of keywords, to be more future-safe.
6274
6275 (c-Pike-pikedoc-paragraph-start)
6276 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6277 pikedoc markup.
6278
6279 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6280
6281 (pike-mode): Initialize paragraph settings pikedoc recognition.
6282
6283 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6284
6285 (c-comment-prefix-regexp): Made it possible to use an
6286 association list on this to specify mode specific regexps.
6287 The default value now use a special regexp in Pike mode to
6288 recognize pikedoc markup.
6289
6290 (c-current-comment-prefix): New variable containing the actual
6291 regexp from c-comment-prefix-regexp for the current buffer.
6292
6293 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6294
6295 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6296 lists: We can't look at the syntax, since a brace list can get
6297 recognized as a plain statement-cont.
6298
6299 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6300 special brace list opener broken over two lines got recognized
6301 as a statement on the second line. Case 9A changed.
6302
6303 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6304
6305 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6306 adjustment after line is reindented.
6307
6308 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6309
6310 * cc-defs.el (c-point): Added optional argument for position
6311 to use instead of the current point.
6312
6313 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6314 the in-expression block symbols when the construct starts at
6315 boi, to avoid the extra level of indentation in that case.
6316 Cases 4, 16A and 17E affected.
6317
6318 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6319
6320 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6321 calls to `c-indent-line', to adhere better to Emacs conventions.
6322
6323 * cc-engine.el (c-indent-line): Use the syntax already bound
6324 to `c-syntactic-context', if there is any.
6325
6326 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6327
6328 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6329 wasn't added up correctly when a lineup function returned nil.
6330
6331 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6332
6333 * cc-engine.el (c-collect-line-comments): Fixed bug where
6334 empty lines were ignored when collecting line comments backwards.
6335
6336 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6337
6338 * cc-align.el (c-lineup-dont-change): Return an absolute
6339 indentation column to work correctly in the case when several
6340 syntactic elements are processed for the same line.
6341
6342 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6343 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6344 (c-set-offset): Added absolute indentation column settings by
6345 using the vector type.
6346
6347 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6348
6349 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6350 Implemented two new cleanups `space-before-funcall' and
6351 `compact-empty-funcall'.
6352
6353 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6354
6355 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6356 helping building regexps.
6357
6358 * cc-engine.el (c-on-identifier): New function for detecting
6359 identifiers. It takes keywords into account.
6360
6361 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6362 lists. `c-keywords' is set to a regexp matching all keywords
6363 in the current language.
6364
6365 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6366
6367 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6368 list of characters to skip backwards over at the beginning of
6369 a statement, since it can precede string literals in Pike.
6370
6371 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6372
6373 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6374 recognition when standing on the last line in a C++ comment
6375 with nothing but whitespace after the prefix.
6376
6377 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6378 given no limit argument.
6379
6380 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6381
6382 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6383 recognition for the `[]= operator symbol in Pike.
6384
6385 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6386
6387 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6388 around a bug in `eval-when-compile' in the byte compiler.
6389
6390 * cc-engine.el (c-forward-token-1): Fixed bug with return
6391 value when count is zero and there's no token start within the limit.
6392
6393 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6394 "prefix comments", i.e. comments which are followed by code on
6395 the same line.
6396
6397 * cc-mode-19.el: Fixes so that checks that must be done at
6398 compile time also are done then.
6399
6400 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6401
6402 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6403 time and at runtime, and only when it's needed.
6404
6405 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6406
6407 Major cleanup for less error prone and more warning free
6408 compilation, including some fixes for bugs due to different
6409 compilation orders. Thanks to Martin Buchholz for providing
6410 the basis for all this.
6411
6412 * cc-bytecomp.el: New file that provides some byte compilation
6413 features: It ensures that files always are loaded from the
6414 current source directory during compilation, and it provides a
6415 set of macros to turn off specific compiler warnings for
6416 specific symbols. (It's not CC Mode specific in any way.)
6417
6418 Fixed a nearly acyclic dependency tree (both runtime and
6419 compile-time) between all files.
6420
6421 * cc-defs.el: Separated all macros before the inline functions,
6422 to ensure correct compilation.
6423
6424 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6425 cc-defs.el to cc-engine.el and made it a function instead.
6426
6427 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6428 about char-after.
6429
6430 * cc-vars.el: Cope even when there isn't a custom package
6431 containing defcustom available.
6432
6433 * cc-make.el: Removed since it's no longer necessary.
6434
6435 README: Updated installation instructions.
6436
6437 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6438
6439 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6440 improve the modularity: Moved all mode init stuff from
6441 cc-langs.el to cc-mode.el, including the keymap
6442 initialization; cc-langs now only contains the various
6443 variables for configuring the language syntax.
6444
6445 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6446 (c-get-offset): Moved from cc-styles to cc-engine since file
6447 dependency analysis suggests they belong there (which also
6448 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6449
6450 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6451
6452 * cc-cmds.el (c-fn-region-is-active-p): New function that
6453 wraps the corresponding macro, for use in places that aren't
6454 compiled. Thanks to Martin Buchholz for pointing out this.
6455
6456 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6457
6458 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6459 add things to the bug report.
6460
6461 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6462
6463 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6464 returned prefix could contain a newline when the search for a
6465 good prefix line failed.
6466
6467 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6468
6469 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6470 (c-toggle-auto-hungry-state): Made the argument optional, as
6471 the documentation says it is.
6472
6473 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6474
6475 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6476 multiline string syntax, #"...", as a cpp macro.
6477
6478 2001-03-21 Paul Eggert <eggert@twinsun.com>
6479
6480 * international/mule-cmds.el (set-locale-environment):
6481 Set system-messages-locale and system-time-locale, but only if the
6482 caller specifies a non-nil locale name.
6483
6484 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6485
6486 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6487 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6488
6489 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6490
6491 * follow.el (follow-avoid-tail-recenter): Doc fix.
6492
6493 * custom.el (custom-set-variables): Avoid reversing the list
6494 of args needlessly.
6495
6496 * startup.el (fancy-splash-head): Don't change the colors of the
6497 XPM image on a dark background.
6498
6499 * comint.el (comint-exec-1): Set columns of the terminal to
6500 window-width instead of frame-width.
6501
6502 * info.el (Info-scroll-down): Add missing WINDOW arg for
6503 pos-visible-in-window-p.
6504
6505 * ehelp.el (electric-help-mode-hook): Add defcustom.
6506
6507 * mail/sendmail.el (mail-mode): Activate case-folding in
6508 font-lock-defaults.
6509
6510 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6511
6512 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6513 (completion-ignored-extensions): Remove duplicate ".class".
6514
6515 2001-03-19 Andreas Schwab <schwab@suse.de>
6516
6517 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6518 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6519
6520 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6521
6522 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6523 methods since there are not prefix input methods.
6524
6525 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6526
6527 * international/mule-cmds.el (read-input-method-name):
6528 Locally bind enable-recursive-minibuffers to t.
6529
6530 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6531
6532 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6533
6534 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6535
6536 * ediff-util.el: Copyright years.
6537 (ediff-choose-syntax-table): New function.
6538 (ediff-setup): Use ediff-choose-syntax-table.
6539
6540 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6541 with-syntax-table.
6542
6543 * ediff.el: Date of last update, copyright years.
6544
6545 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6546
6547 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6548 of Scott Bronson.
6549 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6550 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6551 Deleted functions.
6552 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6553 ex-token-list.
6554
6555 * viper-util.el: Spaces, indentation.
6556
6557 * viper.el: Changed version, modification time.
6558
6559 2001-03-16 John Wiegley <johnw@gnu.org>
6560
6561 * calendar/timeclock.el (timeclock-workday-remaining):
6562 Check whether `discrep' is non-null before using it.
6563
6564 2001-03-16 John Wiegley <johnw@gnu.org>
6565
6566 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6567 first-time checkins.
6568 (timeclock-log-data): Fixed problem with reading timelog log file.
6569 Resulting data in the "day list" was incorrect.
6570 (timeclock-find-discrep): Check if `timeclock-file' is readable
6571 before opening it.
6572 (timeclock-time-less-p): New function.
6573 (timeclock-day-base): New function.
6574 (timeclock-geometric-mean): New function.
6575 (timeclock-generate-report): Generate a summary report based on
6576 the contents of the log file. This uses `timeclock-log-data', and
6577 is an example of writing a timelog manipulation function.
6578 (timeclock-visit-timelog): A quick command for opening the timelog
6579 file.
6580 (timeclock-log-data): Bound the variable event.
6581
6582 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6583
6584 * international/mule-cmds.el (select-safe-coding-system):
6585 Fix typo: symbol-name -> symbol-value.
6586
6587 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6588 before substitute-in-file-name to handle double slashes in FILE
6589 correctly.
6590
6591 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6592
6593 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6594 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6595
6596 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6597
6598 * bindings.el (features): Add `md5' and `overlay' to the list.
6599
6600 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6601 bound before using it. It's not bound when configured without X,
6602 for instance.
6603
6604 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6605
6606 * progmodes/hideshow.el: Update copyright.
6607 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6608 (hs-minor-mode-hook): Include `:version' in defcustom form.
6609
6610 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6611
6612 * help.el (string-key-binding): Don't call event-start on
6613 a non-list.
6614
6615 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
6616
6617 * startup.el (fancy-splash-tail, command-line-1): Fix the
6618 copyright year.
6619
6620 2001-03-13 Kenichi Handa <handa@etl.go.jp>
6621
6622 * term.el: These changes are based on a patch sent from Yong Lu
6623 <lyongu@yahoo.com>.
6624 (term-set-escape-char): Bind M-x to execute-extended-command in
6625 term-raw-escape-map.
6626 (term-move-columns): Don't try to move to negagive column.
6627 (term-emulate-terminal): Insert a string before deleting a text to
6628 overwrite.
6629
6630 2001-03-12 Gerd Moellmann <gerd@gnu.org>
6631
6632 * play/life.el (life): Rearrange code so that all calls to
6633 life-display-generation are in a catch-form.
6634
6635 * progmodes/etags.el (tags-loop-continue): Don't change point in a
6636 file that isn't interesting. In an interesting file, push the old
6637 value of point on the mark ring.
6638
6639 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
6640 New function.
6641 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
6642 Use it.
6643
6644 * emacs-lisp/autoload.el (generate-file-autoloads):
6645 Remove warning about line lengths.
6646
6647 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6648
6649 * progmodes/etags.el (tags-compression-info-list): New variable.
6650 (find-tag-in-order): Use it to deal with compressed source files.
6651 (tag-file-name-match-p): New function.
6652 (etags-recognize-tags-table): Use it for better match of file names.
6653
6654 2001-03-12 Kenichi Handa <handa@etl.go.jp>
6655
6656 * international/mule-cmds.el (register-input-method): Doc fix.
6657
6658 * international/quail.el (quail-translate-key): Fix condition to
6659 check if there's another breaking point in the current key.
6660
6661 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
6662
6663 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
6664 Babyl header to the newly-created output file, bind
6665 coding-system-for-write to either rmail-file-coding-system or
6666 emacs-mule-unix.
6667
6668 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
6669
6670 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
6671 Fix the name and regexp used for subsubsections.
6672
6673 2001-03-10 Dave Love <fx@gnu.org>
6674
6675 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
6676 and save-buffer if buffer-file-name non-nil. From rms.
6677
6678 2001-03-10 Andre Spiegel <spiegel@gnu.org>
6679
6680 * vc.el (vc-do-command): If the destination buffer is already
6681 current, don't set it up and don't erase it. Updated doc string
6682 to reflect that.
6683 (vc-version-diff): When doing a single file diff, don't switch to the
6684 *vc-diff* buffer before the command. This is to preserve local
6685 variable bindings that might affect the diff command.
6686 (vc-print-log): Don't switch to the *vc* buffer before the
6687 command, so that local variable bindings are preserved.
6688
6689 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6690 not the current buffer.
6691 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
6692
6693 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6694 make output go to buffer *vc*, not the current buffer.
6695
6696 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
6697
6698 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
6699 so ^, $, *, ? and + are interpreted correctly.
6700
6701 2001-03-09 Gerd Moellmann <gerd@gnu.org>
6702
6703 * help.el (string-key-binding): Renamed from
6704 mode-line-key-binding. Handle any event on a string.
6705 Check for `keymap' properties as well as `local-map' properties.
6706
6707 * comint.el (comint-insert-clicked-input): Use the last key
6708 from this-command-keys to lookup the global key definition.
6709
6710 2001-03-09 Kenichi Handa <handa@etl.go.jp>
6711
6712 * international/characters.el: Add category `j' for
6713 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
6714
6715 * international/mule-conf.el (no-conversion): Fix docstring.
6716 (raw-text): Fix docstring.
6717
6718 2001-03-08 Gerd Moellmann <gerd@gnu.org>
6719
6720 * simple.el (choose-completion-string): When not leaving the
6721 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
6722 is set.
6723
6724 * window.el (shrink-window-if-larger-than-buffer): Handle frame
6725 parameter `(minibuffer . t)'.
6726
6727 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6728
6729 * progmodes/sh-script.el (sh-st-symbol): New symbol.
6730 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
6731 (sh-mode): Remove `make-local-variable' for unused var
6732 `font-lock-unfontify-region-function'.
6733
6734 2001-03-07 Richard M. Stallman <rms@gnu.org>
6735
6736 * info.el (Info-scroll-down): Fix previous change.
6737
6738 * mail/rmail.el (rmail-toggle-header): Use a window which
6739 is showing the Rmail buffer, rather than the selected window.
6740
6741 2001-03-07 Dave Love <fx@gnu.org>
6742
6743 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
6744 now, to avoid problems with binding imenu directly to a mouse event.
6745
6746 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6747
6748 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
6749 second arg t.
6750
6751 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6752
6753 * log-edit.el (log-edit-common-indent): New var.
6754 (log-edit-set-common-indentation): Renamed from
6755 log-edit-delete-common-indentation. Use the new var.
6756 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
6757
6758 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
6759 (cvs-mode-add-change-log-entry-other-window):
6760 Don't presume change-log-default-name is defined.
6761
6762 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
6763
6764 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
6765 the "tree" operation as well.
6766
6767 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
6768
6769 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
6770 to match paragraph-start.
6771
6772 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
6773 comment-start-skip and set comment-end-skip as well.
6774 (sgml-comment-indent): Fix for new value of comment-start-skip.
6775 (html-autoview-mode): Don't bother using make-local-hook.
6776
6777 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6778
6779 * cus-edit.el (custom-save-delete): Move in front of local
6780 variables, otherwise long Custom entries would make them ineffective.
6781
6782 * uniquify.el: Set maintainer to FSF.
6783
6784 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
6785
6786 * dired-aux.el (dired-do-shell-command): Doc fix.
6787
6788 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
6789
6790 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
6791
6792 * which-func.el (which-func-modes): Add cperl-mode.
6793 (which-func-mode-global): Use define-minor-mode.
6794
6795 * info-look.el: Docstring fixes and dead code eliminated.
6796 (cperl-mode): Add support.
6797 (emacs-lisp-mode): List all entries from elisp manual, whether
6798 or not they are currently (f)bound or not. Update regexp.
6799
6800 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
6801
6802 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
6803 so that C-h m shows the correct information.
6804 Use make-local-variable rather than make-variable-buffer-local.
6805 (cperl-info-buffer, cperl-setup-tmp-buf):
6806 Use make-local-variable rather than make-variable-buffer-local.
6807 (cperl-msb-fix, cperl-get-help-defer):
6808 Check major-mode for `cperl-mode' as well.
6809
6810 * progmodes/cperl-mode.el: Updated to author version 4.23.
6811 (cperl-electric-pod): SYNOPSIS was misspelled.
6812 (cperl-find-pods-heres): @if ? a : b was considered a REx.
6813 (cperl-after-expr-p): Make true after __END__.
6814
6815 2001-03-06 Gerd Moellmann <gerd@gnu.org>
6816
6817 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6818 bookmark-completion-ignore-case is t.
6819
6820 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
6821 switch, like xterm, and concat resource strings, with a newline
6822 between them.
6823
6824 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
6825
6826 * international/codepage.el (cp770-decode-table)
6827 (cp773-decode-table, cp774-decode-table): New variables.
6828
6829 * man.el (Man-hyphenated-reference-regexp): New variable.
6830 (Man-build-references-alist): Use it to search for referenced
6831 manpages. If hyphenated is non-nil, record a concatenated word in
6832 Man-refpages-alist only if it matches Man-reference-regexp.
6833 Update word's length when it is concatenated. Reverse the list,
6834 to get the first manpage at the head.
6835 (Man-possibly-hyphenated-word): New function.
6836 (Man-follow-manual-reference): Use it instead of current-word to
6837 find a manpage at point, in a way that accounts for hyphenated
6838 references.
6839
6840 2001-03-06 Alex Schroeder <alex@gnu.org>
6841
6842 * sql.el (sql-interbase): New function.
6843 (sql-interbase-program): New option.
6844 (sql-interbase-options): New option.
6845 And some typos fixed: "customise" to "customize".
6846
6847 2001-03-06 Dave Love <fx@gnu.org>
6848
6849 * textmodes/flyspell.el (flyspell-region):
6850 Set up flyspell-local-mouse-map.
6851
6852 2001-03-05 Richard M. Stallman <rms@gnu.org>
6853
6854 * mail/rmail.el (rmail-retry-failure):
6855 Don't call rmail-beginning-of-message.
6856 Don't discard From: field. Do discard Received: field.
6857 Use unwind-protect to re-prune.
6858 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
6859
6860 2001-03-06 Kenichi Handa <handa@etl.go.jp>
6861
6862 * international/quail.el (quail-title): Add autoload cookie.
6863
6864 2001-03-05 Dave Love <fx@gnu.org>
6865
6866 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
6867 new defs.
6868
6869 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6870
6871 * language/ethio-util.el (ethio-toggle-space):
6872 Update current-input-method-title if necessary.
6873 (ethio-toggle-punctuation): Likewise.
6874
6875 * international/quail.el (quail-title): Fix for the case that a
6876 title of an input method is specified by a list of the same form
6877 as used in mode-line-format.
6878
6879 * international/mule-cmds.el (activate-input-method):
6880 If current-input-method-title is set by activating INPUT-METHOD,
6881 respect that value.
6882
6883 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6884
6885 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
6886
6887 2001-03-05 Alex Schroeder <alex@gnu.org>
6888
6889 * sql.el (sql-sybase): Fix typo (was: query user about server two
6890 times instead of server and database).
6891
6892 * sql.el (sql-sybase): Doc change.
6893 (sql-mysql): Doc change.
6894 (sql-postgres): Doc change.
6895
6896 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6897
6898 * international/mule-conf.el (emacs-mule, raw-text):
6899 Docstring modified.
6900
6901 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6902
6903 * term/internal.el: Update copyright notice.
6904
6905 * term/pc-win.el: Update copyright notice.
6906
6907 2001-03-02 Dave Love <fx@gnu.org>
6908
6909 * files.el (insert-file-contents-literally):
6910 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
6911 not jka-compr-compression-info-list.
6912
6913 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
6914
6915 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
6916 spaces in default comment-start-skip settings rather than \s-.
6917
6918 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
6919
6920 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
6921 default-frame-alist as well.
6922
6923 2001-03-01 Dave Love <fx@gnu.org>
6924
6925 * textmodes/reftex.el (defvar): Wrap some defvars in
6926 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
6927
6928 * subr.el (event-basic-type): Doc fix.
6929
6930 * international/quail.el: Doc fixes.
6931
6932 * international/utf-8.el: Doc fixes.
6933
6934 * international/mule-cmds.el: Doc fixes.
6935 (leim-list-header): Fix header text.
6936
6937 * international/mule.el (coding-system-category): Doc fix.
6938
6939 * international/ccl.el (ccl-compile): Doc fix.
6940
6941 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
6942
6943 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
6944 rather than (before|after)-change-functions.
6945
6946 2001-03-01 Gerd Moellmann <gerd@gnu.org>
6947
6948 * ediff-util.el (ediff-scroll-horizontally): Arrange for
6949 scroll-left and scroll-right being called interactively so that
6950 they set the window's min_hscroll.
6951
6952 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
6953
6954 * info.el (info-insert-file-contents-1): Accept an additional
6955 argument `lfn': if it is non-nil, concatenate `filename' and
6956 `suffix'; otherwise use the complicated MS-DOS code.
6957 All callers changed.
6958 (info-insert-file-contents, Info-find-node): If the MS-DOS port
6959 can access long file names, try the long file-name version of
6960 `info-insert-file-contents-1', then the short file-name version.
6961
6962 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
6963
6964 * language/ethio-util.el (setup-ethiopic-environment-internal):
6965 Change bindings of functions keys to conform to "Emacs Lisp Coding
6966 Convention".
6967
6968 * language/ethiopic.el ("Ethiopic"): Add documentation.
6969
6970 2001-02-28 Kenichi Handa <handa@etl.go.jp>
6971
6972 * international/utf-8.el (mule-utf-8): Set coding-category
6973 property to coding-category-utf-8.
6974
6975 2001-02-27 Richard M. Stallman <rms@gnu.org>
6976
6977 * lpr.el (lpr-page-header-switches, print-region-1):
6978 Undo 2000-07-06 change.
6979 (lpr-add-switches): Default to t on gnu/linux.
6980
6981 2001-02-27 Gerd Moellmann <gerd@gnu.org>
6982
6983 * bs.el (bs-attributes-list): Doc fix.
6984
6985 2001-02-26 Gerd Moellmann <gerd@gnu.org>
6986
6987 * help.el (describe-project): Display the file THE-GNU-PROJECT.
6988
6989 * help.el (view-order-manuals): Use goto-address.
6990
6991 * startup.el (command-line-1): Add info about ordering manuals
6992 to the not so fancy splash screens.
6993
6994 2001-02-26 Andre Spiegel <spiegel@gnu.org>
6995
6996 * vc.el (vc-default-workfile-unchanged-p)
6997 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
6998
6999 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7000
7001 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7002 fontify in the right buffer.
7003
7004 * allout.el (outline-flag-region): Move macro in front of first
7005 use to avoid a run-time error.
7006
7007 2001-02-24 Andrew Innes <andrewi@gnu.org>
7008
7009 * makefile.w32-in: Fix copyright notice.
7010
7011 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7012
7013 * international/utf-8.el (mule-utf-8): Set correct value for
7014 valid-codes property.
7015
7016 * international/fontset.el (x-complement-fontset-spec): In the
7017 case that we use ASCII font for the other charsets, use only
7018 family and registry part of it.
7019
7020 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7021
7022 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7023 (shrink-window-if-larger-than-buffer): Doc fix.
7024
7025 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7026
7027 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7028 predicate passed to completing-read.
7029
7030 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7031
7032 * startup.el (command-line): Fix last change.
7033
7034 2001-02-23 Jason Rumney <jasonr@gnu.org>
7035
7036 * startup.el (tool-bar-originally-present): New variable.
7037 (command-line): Set it if the tool-bar is switched on at startup.
7038
7039 * frame.el (frame-notice-user-settings): Only adjust frame height
7040 for no tool-bar case if tool-bar was originally switched on.
7041 From E. Jay Berkenbilt.
7042
7043 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7044
7045 * server.el (server-switch-buffer): Only switch window if the
7046 current one is dedicated.
7047
7048 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7049 rather than using (match-beginning 0) when searching for break point.
7050
7051 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7052
7053 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7054 @ follows an accent command such as @'. Support optional braces
7055 in commands that insert accents, like makeinfo does.
7056
7057 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7058
7059 * startup.el (fancy-splash-text): Add a line for ordering
7060 manuals. Reverse order of splash screens shown.
7061 (use-fancy-splash-screens-p): Adapt to the text line added.
7062
7063 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7064 manuals from the FSF.
7065
7066 * help.el (view-order-manuals): New function.
7067 (toplevel): Bind C-h C-m to this function.
7068
7069 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7070
7071 * newcomment.el (comment-forward): Skip the comment-start before
7072 searching for the comment-end.
7073
7074 2001-02-21 Dave Love <fx@gnu.org>
7075
7076 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7077
7078 * international/mule-cmds.el, international/mule.el: Doc fixes.
7079
7080 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7081
7082 * startup.el (fancy-splash-screens): Use display-hourglass
7083 instead of display-busy-cursor.
7084
7085 * frame.el (display-hourglass): Renamed from busy-cursor.
7086 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7087 (show-cursor-in-non-selected-windows): Doc fix.
7088
7089 2001-02-20 Dave Love <fx@gnu.org>
7090
7091 * international/utf-8.el: Doc and commentary fixes.
7092
7093 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7094
7095 * ehelp.el (with-electric-help): Doc fix.
7096
7097 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7098
7099 * msb.el (msb-mode): Call the update-buffers function explicitly
7100 with a FORCE argument.
7101
7102 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7103 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7104 returns nil.
7105
7106 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7107
7108 * ps-print.el: Timestamp package replacement. Some enhancements.
7109 Some XEmacs compatibility. Doc fix.
7110 (ps-print-version): New version number (6.4).
7111 (ps-printer-name): Initialization fix.
7112 (ps-zebra-stripe-follow): Funcionality enhancement.
7113 (ps-prologue-file): Code enhancement.
7114 (ps-right-header): Timestamp package replacement.
7115 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7116 (ps-get-page-dimensions)
7117 (ps-generate-header, ps-begin-file, ps-begin-job)
7118 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7119 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7120 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7121 (coding-system-for-write): Var declaration (XEmacs compatibility).
7122
7123 2001-02-20 Miles Bader <miles@gnu.org>
7124
7125 * image-file.el (image-file-name-extensions): Add "tif".
7126
7127 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7128
7129 * wid-edit.el (widget-button-click): Save the selected window
7130 around the code handling clicks on buttons.
7131
7132 2001-02-18 Dave Love <fx@gnu.org>
7133
7134 * imenu.el (imenu--generic-function): Use mapc to iterate over
7135 syntax characters.
7136
7137 2001-02-17 Richard M. Stallman <rms@gnu.org>
7138
7139 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7140
7141 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7142
7143 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7144
7145 * mouse.el (mouse-save-then-kill): If the distance from the new
7146 point to the mark is equal to the distance of point from the new
7147 point, move point instead of the mark.
7148
7149 2001-02-16 Dave Love <fx@gnu.org>
7150
7151 * textmodes/flyspell.el (flyspell-get-word): Return string without
7152 properties.
7153
7154 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7155
7156 * generic.el (generic-find-file-regexp): Doc fix.
7157 (generic-ignore-files-regexp): New defcustom.
7158 (generic-mode-find-file-hook): If the file's name matches the
7159 regexp in `generic-ignore-files-regexp', don't enter
7160 default-generic-mode. Doc fix.
7161
7162 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7163
7164 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7165 Add autoload cookies.
7166
7167 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7168 of cal-tex-24.
7169
7170 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7171
7172 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7173
7174 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7175 the character class after the (optional) drive, to support file
7176 names with embedded blanks.
7177
7178 2001-02-15 Sam Steingold <sds@gnu.org>
7179
7180 * textmodes/tex-mode.el (tex-shell-running):
7181 Check the process buffer too.
7182
7183 2001-02-15 Dave Love <fx@gnu.org>
7184
7185 * battery.el (battery-status-function): Fix doc, :type.
7186
7187 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7188
7189 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7190
7191 * subr.el (read-passwd): Clear Lisp memory holding password.
7192
7193 2001-02-15 Miles Bader <miles@gnu.org>
7194
7195 * info.el (Info-copy-current-node-name): New function.
7196 (Info-mode-menu): Add it to the menu.
7197
7198 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7199
7200 * international/mule-cmds.el (toggle-input-method): Doc fix.
7201
7202 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7203
7204 * replace.el (occur): Stop at end of buffer.
7205
7206 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7207
7208 * international/mule-cmds.el (set-input-method): Another doc fix.
7209
7210 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7211
7212 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7213
7214 2001-02-13 Miles Bader <miles@gnu.org>
7215
7216 * faces.el (set-face-background, set-face-foreground)
7217 (set-face-stipple): Treat a value of nil as being `unspecified'.
7218
7219 2001-02-12 Dave Love <d.love@dl.ac.uk>
7220
7221 * international/latin1-disp.el: Doc fixes.
7222 (latin1-display) <defgroup>: Add :link.
7223 (latin1-display) <function>: Set variable latin1-display.
7224
7225 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7226
7227 * international/mule-cmds.el (set-input-method): Doc fix.
7228
7229 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7230
7231 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7232 (speedbar-line-file): Return nil if not a file.
7233 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7234
7235 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7236
7237 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7238 for remote files.
7239 (ediff-coding-system-for-read): Replaced the no-conversion default
7240 with raw-text.
7241
7242 * ediff-init.el: Removed :version from defcustom vars.
7243
7244 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7245 Better handling of the diff mode.
7246
7247 * ediff.texi: Added ediff-coding-system-for-read.
7248
7249 * viper.texi: Fix typos.
7250
7251 2001-02-11 Dave Love <fx@gnu.org>
7252
7253 * shadowfile.el: Doc fixes.
7254 (shadow) <defgroup>: Add :link.
7255 (shadowfile-unload-hook): New function.
7256 (shadow-initialize): Use defalias, not fset.
7257 (shadow-define-cluster, shadow-define-literal-group)
7258 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7259
7260 * international/mule.el: Doc and message fixes.
7261
7262 * international/ccl.el (define-ccl-program): Doc fix.
7263
7264 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7265
7266 * faces.el (mode-line): Set :line-width property to -1.
7267
7268 2001-02-10 Richard M. Stallman <rms@gnu.org>
7269
7270 * complete.el (partial-completion-mode): Doc fix.
7271
7272 * simple.el (delete-key-deletes-forward-mode):
7273 Change `let' to `let*' to fix gross bug in last change.
7274
7275 * repeat.el (repeat): Don't let execute-kbd-macro alter
7276 real-last-command.
7277
7278 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7279
7280 * simple.el (eval-expression): Doc fix.
7281
7282 2001-02-09 Dave Love <fx@gnu.org>
7283
7284 * imenu.el (imenu-generic-expression): Doc fix.
7285
7286 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7287 From Juanma Barranquero.
7288
7289 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7290
7291 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7292
7293 * faces.el (set-face-attribute): Describe the case of a negative
7294 value specified for :line-width.
7295
7296 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7297
7298 * which-func.el (which-func-mode): Invert which-func-mode-global.
7299 From Juanma Barranquero <lektu@uol.com.br>.
7300
7301 2001-02-08 Dave Love <fx@gnu.org>
7302
7303 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7304 widget-plist-value-type.
7305 (widget-alist-convert-widget): Replace binding of
7306 widget-alist-value-type.
7307
7308 * textmodes/paragraphs.el (sentence-end): Doc fix.
7309
7310 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7311 Remove `backward-line'.
7312
7313 * play/pong.el (pong-blank-color, pong-bat-color)
7314 (pong-ball-color, pong-border-color, pong-left-key)
7315 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7316 (pong-pause-key, pong-resume-key, pong-timer-delay):
7317 * mail/mh-comp.el (mh-compose-letter-function):
7318 * eshell/esh-mode.el (eshell-skip-prompt-function):
7319 * emulation/viper-ex.el (ex-unix-type-shell-options):
7320 * recentf.el (recentf-menu-filter):
7321 * ps-print.el (ps-print-region-function):
7322 * lpr.el (print-region-function):
7323 * forms.el (forms-mode-hooks):
7324 * dirtrack.el (dirtrack-directory-change-hook):
7325 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7326 * textmodes/spell.el (spell-filter):
7327 * textmodes/fill.el (adaptive-fill-function):
7328 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7329 * progmodes/etags.el (find-tag-default-function):
7330 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7331 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7332
7333 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7334
7335 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7336 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7337 Meyering <jim@meyering.net>.
7338
7339 * loadup.el: Revert last change.
7340
7341 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7342
7343 * international/mule.el (transform-make-coding-system-args):
7344 Make it work also for coding systems not using CCL.
7345
7346 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7347
7348 * simple.el (previous-matching-history-element)
7349 (next-matching-history-element): Doc fix.
7350
7351 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7352 specific part.
7353
7354 2001-02-06 Dave Love <fx@gnu.org>
7355
7356 * add-log.el (add-log-current-defun-function)
7357 (add-log-buffer-file-name-function, add-log-file-name-function):
7358 Fix :type.
7359 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7360
7361 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7362
7363 * info.el (info-initialize): Remove the test for system-type when
7364 invocation-directory is non-nil.
7365
7366 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7367 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7368
7369 2001-02-06 Andrew Innes <andrewi@gnu.org>
7370
7371 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7372 absolute.
7373
7374 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7375
7376 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7377 buffers. When hi-lock turned on rather than only checking current
7378 buffer for regexps, all buffers are checked. Moved activation of
7379 font-lock to hi-lock-refontify. When font-lock turned off rather
7380 than removing added highlighting just in current buffer, remove it
7381 in all buffers. Changed edit menu text from "Automatic
7382 Highlighting" to "Regexp Highlighting" Documentation for
7383 highlighting phrases, minor documentation changes.
7384 (hi-lock-set-file-patterns): Execute only if there are new or
7385 existing file patterns.
7386 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7387 unfontify and, if a support mode is active, will not refontify the
7388 whole buffer. If necessary, turn on font lock. (Removed
7389 font-lock-unfontify and font-lock support-mode-specific calls,
7390 such as lazy-lock-fontify-window.)
7391 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7392 patterns are found. Not useful now since find-file-hook is removed
7393 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7394 (hi-lock-face-phrase-buffer): New function. Also added related
7395 menu item and keybinding.
7396 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7397 (hi-lock-process-phrase): New function.
7398 (hi-lock-line-face-buffer): Doc fixes.
7399 (hi-lock-face-buffer): Doc fixes.
7400 (hi-lock-unface-buffer): Doc fixes.
7401
7402 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7403
7404 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7405 dabbrev-ignored-regexps.
7406
7407 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7408
7409 * simple.el (kill-line): Doc fix.
7410
7411 2001-02-05 Dave Love <fx@gnu.org>
7412
7413 * loadup.el: Revert last two changes -- bootstrapping works with
7414 regenerated loaddefs.
7415
7416 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7417
7418 * isearch.el (isearch-forward): Doc fix.
7419
7420 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7421 of font-lock-defaults to backward-paragraph.
7422
7423 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7424
7425 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7426 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7427
7428 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7429
7430 * ebnf2ps.el: Eliminate time-stamp functions.
7431 (ebnf-version): New version (3.5).
7432 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7433 format-time-string.
7434
7435 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7436
7437 * simple.el (next-line): Goto end-of-line before inserting a newline.
7438
7439 2001-02-05 Miles Bader <miles@gnu.org>
7440
7441 * image-file.el (insert-image-file): When visiting an image, also
7442 set `truncate-lines' to t so that any fringe arrow looks correct.
7443
7444 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7445
7446 * isearch.el (isearch-forward): Add description about input method
7447 in the docsting.
7448
7449 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7450
7451 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7452
7453 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7454
7455 * info.el (info-initialize): If installation-directory is nil, for
7456 DOS/Windows systems try looking in a sibling of invocation-directory.
7457
7458 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7459
7460 * wid-edit.el (widget-button-click): Fix last change.
7461
7462 * frame.el (frame-notice-user-settings): When resizing the initial
7463 frame because the tool bar is off, also change the frame's top
7464 position if a negative top position was specified.
7465
7466 2001-02-02 Miles Bader <miles@gnu.org>
7467
7468 * image-file.el (insert-image-file): When visiting an image,
7469 suppress the cursor in the image buffer.
7470
7471 2001-02-01 Dave Love <fx@gnu.org>
7472
7473 * progmodes/f90.el (f90-mode): Remove startup message.
7474
7475 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7476
7477 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7478
7479 * startup.el (command-line): Fix code determining whether or not
7480 to use delete-key-deletes-forward-mode.
7481
7482 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7483
7484 * vc.el (vc-diff-switches): New user option.
7485 (vc-version-diff): Use it.
7486 (vc-diff-switches-list): New macro.
7487
7488 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7489 New customization options.
7490 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7491
7492 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7493
7494 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7495
7496 * msb.el (toplevel): Quote hook symbols.
7497
7498 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7499
7500 * international/mule.el (make-coding-system): Add description
7501 about recognized properties in the docstring.
7502
7503 * international/mule-conf.el: Remove unused charsets
7504 mac-roman-lower and mac-roman-upper.
7505
7506 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7507
7508 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7509 is in front of the left-margin, if any.
7510
7511 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7512 like `delete'.
7513
7514 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7515
7516 * term/w32-win.el (mouse-set-font): Doc fix.
7517
7518 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7519
7520 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7521 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7522 on already.
7523
7524 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7525
7526 * files.el (save-buffer): Don't give message if (buffer-file-name)
7527 returns nil.
7528
7529 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7530
7531 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7532
7533 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7534 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7535
7536 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7537 display problems.
7538
7539 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7540
7541 * international/mule.el (charset-info): Fix docstring.
7542
7543 * international/mule-diag.el (describe-character-set): Check final
7544 char valid before printing it.
7545
7546 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7547
7548 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7549
7550 * frame.el (frame-notice-user-settings): Do the tool-bar
7551 stuff only for graphical displays. Fix a braino.
7552
7553 * frame.el (frame-initialize): Create initial frame visible.
7554 (frame-notice-user-settings): When tool-bar has been switched off,
7555 correct the frame size and sync tool-bar-mode.
7556
7557 * startup.el (command-line): Remove manipulation of frame
7558 height for tool bars.
7559
7560 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7561
7562 * lpr.el: Compatibility with XEmacs and doc fixes.
7563 (lpr-windows-system, lpr-lp-system): New vars.
7564 (lpr-printer-switch): New defcustom.
7565 (printer-name, lpr-command): Customization fix.
7566 (print-region-1): Code fix.
7567 (print-region-new-buffer, printify-region): Indentation fix.
7568 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7569 New functions.
7570
7571 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7572
7573 * msb.el (toplevel): Fix the eval-after-load.
7574
7575 2001-01-29 Dave Love <fx@gnu.org>
7576
7577 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7578
7579 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7580
7581 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7582 (tcl-using-emacs-19-23): Consider Emacs 21+.
7583 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7584 (tcl-add-emacs-menu): Supply menu name.
7585 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7586
7587 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7588
7589 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7590
7591 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7592
7593 * pcvs.el (cvs-mark-fis-dead): New function.
7594 (cvs-mode-add): Use it.
7595 (cvs-mode-add-change-log-entry-other-window):
7596 Rebind change-log-default-name to itself rather than to nil.
7597
7598 2001-01-29 Sam Steingold <sds@gnu.org>
7599
7600 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7601 `autoload' statements.
7602
7603 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7604
7605 * files.el (confirm-kill-emacs): Doc fix.
7606
7607 * frame.el (frame-initialize): Doc fix.
7608
7609 * time-stamp.el (time-stamp-string): Doc fix.
7610
7611 * woman.el (WoMan-log-1): Make the log buffer writable.
7612 From Markus Rost <rost@math.ohio-state.edu>.
7613
7614 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7615
7616 * imenu.el (imenu-syntax-alist): Add autoload cookie for
7617 the `make-variable-buffer-local'.
7618
7619 2001-01-29 Dave Love <fx@gnu.org>
7620
7621 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7622 (ansi-color-for-comint-mode-on, ansi-color-process-output):
7623 Add autoload cookie.
7624 (ansi-color-apply-sequence): Fix typo.
7625
7626 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7627
7628 * menu-bar.el (menu-bar-files-menu): Add menu items for
7629 Postscript printing in black and white.
7630
7631 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
7632 X-Mailman-Version, Precedence, List-Help, List-Post,
7633 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
7634 Content-Type, Content-Length.
7635
7636 2001-01-29 Dave Love <fx@gnu.org>
7637
7638 * elide-head.el (elide-head): Make overlay evaporate.
7639
7640 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
7641
7642 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
7643
7644 * isearch.el (isearch-highlight): Don't punt if the display
7645 doesn't support colors, since isearch faces are defined for
7646 monochrome displays as well.
7647
7648 2001-01-27 Sam Steingold <sds@gnu.org>
7649
7650 * shell.el (shell-write-history-on-exit): Make sure that we are in
7651 the shell buffer (M-x tex-file RET inserted the error message into
7652 the TeX buffer).
7653
7654 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7655
7656 * simple.el (transient-mark-mode): Doc fix.
7657
7658 2001-01-27 Gerd Moellmann <gerd@gnu.org>
7659
7660 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
7661
7662 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7663
7664 * shell.el (shell-unquote-argument): If the shell is one of the
7665 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
7666 quote character.
7667 (shell-dumb-shell-regexp): Document that the shells which match
7668 this regexp are supposed to not treat a backslash as a quote character.
7669
7670 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
7671 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
7672
7673 2001-01-27 Richard M. Stallman <rms@gnu.org>
7674
7675 * dabbrev.el (dabbrev--substitute-expansion):
7676 Treat a one-capital-letter abbrev as "not all upper case",
7677 so as to force preservation of the expansion's pattern
7678 if the expansion starts with a capital letter.
7679
7680 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7681
7682 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
7683 Doc fix.
7684
7685 * simple.el (transient-mark-mode): Document the fact that many
7686 commands act on the region when mark is active.
7687
7688 2001-01-27 Kenichi Handa <handa@etl.go.jp>
7689
7690 * international/quail.el (quail-setup-completion-buf): Make the
7691 multibyteness of current buffer inherited to Quail completion buffer.
7692 (quail-show-guidance-buf): Make the multibyteness of current
7693 buffer inherited to Quail guidance buffer.
7694 (quail-help): Make the multibyteness of current buffer inherited
7695 to Quail help buffer.
7696
7697 2001-01-26 Dave Love <fx@gnu.org>
7698
7699 * time-stamp.el: Doc fixes.
7700
7701 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
7702 (delphi-keyword-face, delphi-other-face): Fix :type.
7703
7704 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
7705
7706 * mail/feedmail.el (feedmail): Add :link.
7707 (feedmail-send-it): Doc fix.
7708
7709 * mail/sendmail.el: Doc fixes.
7710 (sendmail-send-it): Fix the non-ASCII regexp and use
7711 rfc2047-encode-string.
7712
7713 * dired.el, dired-aux.el: Revert last change.
7714
7715 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7716
7717 * makefile.w32-in (DONTCOMPILE): Add various term files.
7718
7719 2001-01-26 Dave Love <fx@gnu.org>
7720
7721 * Makefile.in (DONTCOMPILE): Add various term files.
7722
7723 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7724
7725 * man.el (Man-default-man-entry, Man-mode): Doc fix.
7726
7727 * startup.el (display-startup-echo-area-message): Make sure
7728 the echo area is resized to fit the size of the startup message.
7729
7730 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
7731 part of which is a constant.
7732
7733 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7734
7735 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
7736
7737 2001-01-26 Richard M. Stallman <rms@gnu.org>
7738
7739 * simple.el (next-line): Don't let `newline' expand abbrevs.
7740 Simplify slightly.
7741 (open-line): Don't let `newline' expand abbrevs.
7742
7743 2001-01-25 John Wiegley <johnw@gnu.org>
7744
7745 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
7746 to `repeat' in the :type field.
7747
7748 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
7749 allow a choice of regexp or nil.
7750 (pcomplete-dir-ignore): Same.
7751
7752 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
7753 a command) to always fail.
7754
7755 2001-01-25 Gerd Moellmann <gerd@gnu.org>
7756
7757 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
7758 discard the result.
7759 (iswitchb-to-end): Likewise.
7760
7761 2001-01-25 Sam Steingold <sds@gnu.org>
7762
7763 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
7764 Require vc.
7765
7766 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
7767
7768 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
7769
7770 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
7771
7772 2001-01-25 Dave Love <fx@gnu.org>
7773
7774 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
7775 (describe-coding-system): Tweak the English text.
7776
7777 * loadup.el: Preload international/ccl for utf-8.
7778
7779 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
7780
7781 * mail/rmail.el (rmail-redecode-body): Doc fix.
7782
7783 2001-01-25 Kenichi Handa <handa@etl.go.jp>
7784
7785 * international/mule-cmds.el (reset-language-environment):
7786 Reset coding-category-utf-8 to mule-utf-8.
7787
7788 * international/mule-conf.el (coding-category-utf-8):
7789 Initialize to mule-utf-8.
7790
7791 * loadup.el: Preload international/utf-8.
7792
7793 * international/utf-8.el: New file.
7794
7795 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
7796
7797 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
7798
7799 2001-01-24 Sam Steingold <sds@gnu.org>
7800
7801 * dired.el (dired-replace-in-string): Removed.
7802 (dired-sort-toggle): Use `replace-regexps-in-string'
7803 instead of `dired-replace-in-string'.
7804
7805 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
7806 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
7807
7808 * gs.el (gs-replace-in-string): Removed.
7809 (gs-options): Use `replace-regexps-in-string'
7810 instead of `gs-replace-in-string'.
7811
7812 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
7813
7814 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
7815 bug report is mailed to an email list and posted to a news group.
7816
7817 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7818
7819 * comint.el (comint-replace-by-expanded-history-before-point):
7820 Fix change of 2000-08-03 to move point to the start of the line again.
7821
7822 * startup.el (tool-bar-images-pixel-height): New variable.
7823 (command-line): After loading the user's init file, when
7824 tool-bar-mode is on, increase the frame's size by some lines for
7825 the tool-bar.
7826
7827 * frame.el (frame-initialize): Create the initial frame invisible.
7828
7829 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
7830
7831 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
7832 (chinese-big5): MIME:Big5.
7833
7834 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7835
7836 * international/mule-cmds.el (universal-coding-system-argument):
7837 Handle commands with prefix args.
7838
7839 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7840
7841 * calendar/diary-lib.el (diary-float): Fix case of MONTH
7842 being a list of numbers.
7843 (diary-mail-entries): Rewritten.
7844
7845 2001-01-23 Dave Love <fx@gnu.org>
7846
7847 * international/mule.el (make-coding-system): Fix typo.
7848
7849 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
7850 Add backward-paragraph as font-lock-beginning-of-syntax-function.
7851
7852 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
7853
7854 * font-lock.el (font-lock-mode): Doc fix.
7855
7856 2001-01-23 Kenichi Handa <handa@etl.go.jp>
7857
7858 * international/mule.el (make-translation-table): Fix docstring.
7859
7860 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
7861
7862 * mail/rmail.el (rmail-redecode-body): New function.
7863
7864 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
7865
7866 2001-01-22 Gerd Moellmann <gerd@gnu.org>
7867
7868 * isearch.el (isearch-lazy-highlight-case-fold-search)
7869 (isearch-lazy-highlight-regexp): New variables.
7870 (isearch-lazy-highlight-cleanup): Update lazy highlight if
7871 case-fold search or regexp search has been toggled.
7872
7873 * wid-edit.el (widget-button-click): Avoid a save-excursion
7874 around running a global binding.
7875
7876 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
7877 to 0.25.
7878
7879 2001-01-20 Miles Bader <miles@gnu.org>
7880
7881 * cus-edit.el (custom-face-save): Do post-processing on the face's
7882 new value like `custom-face-set' does.
7883
7884 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7885
7886 * mail/emacsbug.el (report-emacs-bug): Report the value of
7887 LC_CTYPE, not LC_TYPE.
7888
7889 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
7890 isearch-toggle-regexp and isearch-edit-string to doc string.
7891
7892 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7893
7894 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
7895 as font-lock-beginning-of-syntax-function in font-lock-defaults.
7896
7897 * jit-lock.el (jit-lock-fontify-now): Don't bind
7898 font-lock-beginning-of-syntax-function to nil.
7899
7900 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7901
7902 * mail/emacsbug.el (report-emacs-bug): Report values of
7903 locale-coding-system, default-enable-multibyte-characters, and the
7904 environment variables LC_ALL, LC_TYPE, and LANG.
7905
7906 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7907
7908 * font-lock.el (font-lock-default-fontify-region): Fix last change.
7909
7910 * font-lock.el (font-lock-multiline): Default to nil.
7911 (font-lock-default-fontify-region): If font-lock-multiline is
7912 nil, don't check the property `font-lock-multiline'.
7913
7914 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
7915 is nil, don't check the `font-lock-multiline' text property.
7916
7917 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7918
7919 * viper.el: Call initial-major-mode on startup.
7920
7921 * ediff.el (ediff-patch-file): Use better defaults.
7922
7923 * ediff-vers.el: Fix for 8+3 DOS file systems.
7924
7925 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
7926
7927 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
7928 diff mode, if available.
7929
7930 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7931
7932 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
7933
7934 * ediff-init.el (subst-char-in-string): Define and use it, unless
7935 it's already defined.
7936
7937 2001-01-18 Gerd Moellmann <gerd@gnu.org>
7938
7939 * tooltip.el (tooltip-hide-delay): New user-option.
7940 (tooltip-show): Use tooltip-hide-delay instead of the default.
7941
7942 2001-01-18 Kenichi Handa <handa@etl.go.jp>
7943
7944 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
7945 kill-local-variable doesn't work for enable-multibyte-characters.
7946
7947 2001-01-17 Dave Love <fx@gnu.org>
7948
7949 * ediff-init.el (ediff-before-setup-hook)
7950 (ediff-merge-filename-prefix): Add :version.
7951
7952 * international/latin1-disp.el: Require disp-table.
7953 (latin1-display): Fix :set.
7954
7955 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
7956
7957 2001-01-17 Gerd Moellmann <gerd@gnu.org>
7958
7959 * isearch.el (isearch-lazy-highlight-initial-delay)
7960 (isearch-lazy-highlight-interval): Default to 0.
7961
7962 2001-01-17 Bob Glickstein <bobg@zanshin.com>
7963
7964 * isearch.el (isearch-highlight): Set isearch-overlay priority to
7965 1 here rather than each time through
7966 isearch-lazy-highlight-new-loop.
7967 (isearch-lazy-highlight-max): Variable deleted.
7968 (isearch-lazy-highlight-max-at-a-time): New user variable, like
7969 isearch-lazy-highlight-max but controls a single invocation of
7970 isearch-lazy-highlight-update.
7971 (isearch-lazy-highlight-wrapped): Variable recreated.
7972 (isearch-lazy-highlight-window-start): New variable.
7973 (isearch-lazy-highlight-cleanup): Restored to behavior of
7974 before 2-Jan.
7975 (isearch-lazy-highlight-remove-overlays): Function deleted;
7976 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
7977 behavior removed.
7978 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
7979 isearch-lazy-highlight-update in a loop rather than just once.
7980 Test isearch-invalid-regexp here and decide not to start a new
7981 loop, rather than testing it each time through
7982 isearch-lazy-highlight-update.
7983 (isearch-lazy-highlight-search): Function restored.
7984 (isearch-lazy-highlight-update): Get called in a timer loop again,
7985 but this time highlight more than one match each time through.
7986 Only highlight matches in the visible part of the window.
7987 Start at point, move in the direction of the search, and wrap around at
7988 the edge of the window. Use sit-for to force redisplay and ensure
7989 window-start is credible. "Face suppressing" behavior removed;
7990 overlay priorities should make it unnecessary, right?
7991 (isearch-highlight): Face suppressing behavior removed.
7992 (isearch-dehighlight): Face suppressing behavior removed.
7993 (isearch-set-lazy-highlight-faces-at): Removed.
7994
7995 2001-01-17 Kenichi Handa <handa@etl.go.jp>
7996
7997 * language/european.el ("Latin-1"): Make the format of description
7998 about additional language environments same as that of Latin-2.
7999
8000 2001-01-16 Dave Love <fx@gnu.org>
8001
8002 * isearch.el (isearch-lazy-highlight): Add :version.
8003
8004 * simple.el (backward-delete-char-untabify-method)
8005 (next-line-add-newlines): Add :version.
8006
8007 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8008
8009 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8010 Don't bind <delete> otherwise.
8011
8012 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8013 and <delete> via function-key-map.
8014
8015 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8016 Subject line only if point is after the `Subject:'.
8017
8018 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8019
8020 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8021 japanese-jisx0213-2 in `charset' property of this lang. env.
8022
8023 * language/european.el ("Latin-1"): Add description for Dutch and
8024 Spanish lang. env.
8025
8026 * international/mule.el (decode-char): Fix conditions.
8027 (encode-char): Handle eight-bit-control too.
8028 (transform-make-coding-system-args): New function.
8029 (make-coding-system): Accept XEmacs style arguments for CCL base
8030 coding system.
8031
8032 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8033
8034 * progmodes/etags.el (find-tag-noselect): Save the value of
8035 tags-file-name before switching buffers, for the case it has a
8036 buffer-local value.
8037
8038 2001-01-15 Alex Schroeder <alex@gnu.org>
8039
8040 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8041 From Dave Love <fx@gnu.org>.
8042 (ansi-color-for-comint-mode): Fix :version.
8043
8044 2001-01-15 Alex Schroeder <alex@gnu.org>
8045
8046 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8047
8048 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8049
8050 * dired.el (dired-insert-directory): If file-system-info fails,
8051 remove the " free " part, but don't signal an error.
8052
8053 2001-01-12 Sam Steingold <sds@gnu.org>
8054
8055 * bookmark.el (bookmark-maybe-historicize-string):
8056 Use new backquote syntax.
8057
8058 2001-01-12 Richard M. Stallman <rms@gnu.org>
8059
8060 * subr.el (last): Handle a list that doesn't end in nil.
8061
8062 2001-01-12 Sam Steingold <sds@gnu.org>
8063
8064 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8065 to `backward-delete-char-untabify'.
8066
8067 2001-01-12 Dave Love <fx@gnu.org>
8068
8069 * cus-edit.el (customize-menu-create): Fix the :filter following
8070 easymenu change.
8071
8072 * wid-edit.el (function): Add :match-alternatives.
8073 (widget-color-action): Doc fix.
8074
8075 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8076
8077 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8078
8079 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8080
8081 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8082
8083 * international/ccl.el (define-ccl-program): Fix docstring.
8084
8085 2001-01-11 Dave Love <fx@gnu.org>
8086
8087 * international/mule-cmds.el (standard-display-european-internal):
8088 Set display table for 2208 as for 160.
8089
8090 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8091
8092 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8093 entry for custom-menu-create change.
8094 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8095 don't cons it in the search loop.
8096
8097 * imenu.el (imenu--truncate-items): Revert last change.
8098
8099 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8100
8101 * info.el (Info-setup-header-line): If the node header includes
8102 either Next: or Prev: links, don't show the File: and Node: parts
8103 in the header line.
8104
8105 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8106
8107 * comint.el (comint-goto-process-mark): Don't print a message
8108 when running in batch mode.
8109
8110 * isearch.el (isearch-search): In the condition-case handler for
8111 `error', set isearch-invalid-regexp to the whole error message.
8112
8113 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8114 ensure that eval-after-load works for files dumped with Emacs.
8115
8116 * help.el (load-symbol-file-load-history): New function extracted
8117 from function symbol-file.
8118 (symbol-file): Use it.
8119
8120 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8121
8122 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8123
8124 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8125 behave as if there were no prefix argument.
8126 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8127 argument were nil.
8128
8129 2001-01-11 Richard M. Stallman <rms@gnu.org>
8130
8131 * isearch.el (isearch-lazy-highlight-update):
8132 Don't look for more potential matches once maximum is exceeded.
8133 Use overlays-in to check correctly for overlap with current match.
8134 Ignore empty matches.
8135
8136 2001-01-11 Miles Bader <miles@gnu.org>
8137
8138 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8139 (ispell-overlay-window, ispell-help, ispell-show-choices)
8140 (ispell-command-loop): Use it instead of `window-height'.
8141
8142 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8143
8144 * files.el (confirm-kill-emacs): New user-option.
8145 (save-buffers-kill-emacs): Ask for final confirmation before
8146 killing Emacs.
8147
8148 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8149 to nil.
8150
8151 2001-01-10 Dave Love <fx@gnu.org>
8152
8153 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8154
8155 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8156
8157 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8158
8159 * calculator.el (calculator-number-digits): Fix :type.
8160
8161 * vc-cvs.el (vc-cvs-header): Fix :type.
8162 * vc-rcs.el (vc-rcs-header): Fix :type.
8163 * vc-sccs.el (vc-sccs-header): Fix :type.
8164
8165 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8166
8167 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8168
8169 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8170
8171 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8172
8173 * simple.el (set-variable): Force a thorough redisplay for the
8174 case that the variable has an effect on the display, like
8175 `tab-width' has.
8176
8177 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8178
8179 * vc.el: Add documentation for backend interface.
8180
8181 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8182
8183 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8184
8185 * international/mule-conf.el (latin-extra-code-table): Set to t
8186 for \223 and \224.
8187
8188 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8189
8190 * international/mule-cmds.el (locale-language-names): Map "es" to
8191 "Spanish" and "nl" to "Dutch".
8192
8193 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8194
8195 * bindings.el (global-map): Bind <home> to beginning-of-line,
8196 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8197 C-<end> to end-of-buffer.
8198
8199 * language/european.el: Add Dutch and Spanish language info
8200 to be able to use the appropriate tutorials.
8201
8202 2001-01-09 Alex Schroeder <alex@gnu.org>
8203
8204 * ansi-color.el (ansi-color-process-output): Use markers instead
8205 of positions for start and end of region.
8206 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8207 Previously, occasional mistakes happend when fontifying many
8208 chunks of output (eg. ls --color=yes /dev). This happened
8209 whenever an overlay was created up to the end of the region, which
8210 coincided with the process-mark. New text would then be added
8211 within that overlay instead of after it.
8212 (ansi-color-make-extent): Overlays are created with the property
8213 `modification-hooks' set to '(ansi-color-freeze-overlay).
8214 (ansi-color-freeze-overlay): New function. When inserting text at
8215 the end of the overlay, the overlay will resize.
8216
8217 2000-01-09 Alex Schroeder <alex@gnu.org>
8218
8219 * ansi-color.el (ansi-color-process-output): Doc change.
8220 (ansi-color-unfontify-region): Doc change. No longer installed
8221 automatically in font-lock-unfontify-region-function.
8222 (ansi-color-apply): Doc change.
8223 (ansi-color-apply-on-region): Use extents or overlays instead of
8224 text-properties.
8225 (ansi-color-make-extent): New function.
8226 (ansi-color-set-extent-face): New function.
8227
8228 2000-01-09 Alex Schroeder <alex@gnu.org>
8229
8230 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8231 both use ansi-color-process-output, now.
8232 (ansi-color-process-output): Doesn't return string anymore. It is
8233 installed in comint-output-filter-functions for both Emacs and
8234 XEmacs, now.
8235 (ansi-color-unfontify-region): Simplified code removing variables
8236 pos and start-ansi.
8237 (ansi-color-apply): Put text-property ansi-color before putting
8238 text-property face because ansi-color-unfontify-region is called
8239 immediately after the call to put-text-property.
8240 (ansi-color-context-region): Doc change.
8241 (ansi-color-filter-region): Simplified code.
8242 (ansi-color-apply-on-region): Changed start to start-marker, using
8243 a marker explicitly. Put text-property ansi-color before putting
8244 text-property face because ansi-color-unfontify-region is called
8245 immediately after the call to put-text-property.
8246
8247 2000-01-09 Alex Schroeder <alex@gnu.org>
8248
8249 * ansi-color.el (ansi-color-faces-vector): Doc change.
8250 (ansi-color-for-comint-mode): Changed :type property to choice.
8251 (ansi-color-last-context): Removed.
8252 (ansi-color-process-output): Don't use ansi-color-last-context, as
8253 the main functions will store their context now.
8254 (ansi-color-context): Doc change.
8255 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8256 Uses ansi-color-context such that repeated calls will strip
8257 partial escape sequences, too.
8258 (ansi-color-apply): Simplified code. Colorize end of string if
8259 face is not null. Store context in new (FACE STRING) format, such
8260 that repeated calls will strip partial escape sequences, too.
8261 Append faces to face property using ansi-color-apply-sequence such
8262 that cumulative mode actually works.
8263 (ansi-color-context-region): New variable.
8264 (ansi-color-filter-region): Rewrote it based on
8265 ansi-color-apply-on-region. Uses ansi-color-context-region such
8266 that repeated calls will strip partial escape sequences, too.
8267 (ansi-color-apply-on-region): Simplified code. Colorize end of
8268 region if face is not null. Store context in new (FACE POS)
8269 format, such that repeated calls will strip partial escape
8270 sequences, too. Append faces to face property using
8271 ansi-color-apply-sequence such that cumulative mode actually works.
8272 (ansi-color-apply-sequence): New function.
8273 (ansi-color-get-face): When the default face is added to the list
8274 of faces, all previous settings are discarded and the list of
8275 faces is set to '(default).
8276
8277 2000-01-09 Alex Schroeder <alex@gnu.org>
8278
8279 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8280 face, such that ansi-color-apply and ansi-color-apply-on-region
8281 will do the right thing.
8282 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8283 returns nil, set the list of faces back to nil instead of
8284 appending the result of ansi-color-get-face to the front of the list.
8285
8286 2000-01-09 Alex Schroeder <alex@gnu.org>
8287
8288 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8289 (ansi-color-process): Doc change.
8290 (ansi-color-last-context): New buffer-local variable.
8291 (ansi-color-process-output): New function. It is automatically
8292 added to comint-output-filter-functions if this is XEmacs.
8293 (ansi-color-unfontify-region): New optional parameter for XEmacs
8294 compatibility. Check wether font-lock-syntactic-keywords is
8295 boundp before removing the syntax table text property, as XEmacs
8296 doesn't have it.
8297 (ansi-color-filter-region): Doc change.
8298 (ansi-color-apply-on-region): Doc change.
8299 (ansi-color-make-face): New function. Compatibility layer for
8300 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8301 (ansi-color-make-color-map): Use ansi-color-make-face.
8302 (ansi-color-get-face): Avoid face text property '(nil) as results
8303 in an errow for XEmacs.
8304
8305 2000-01-09 Alex Schroeder <alex@gnu.org>
8306
8307 * ansi-color.el (ansi-color-unfontify-region): New function.
8308 Uses text-property ansi-color in order to preserve fontification by
8309 ansi-color. When the package is loaded, a lambda expression is
8310 put onto font-lock-mode-hook. This lambda expression will check
8311 font-lock-unfontify-region-function and replace
8312 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8313 (ansi-color-apply): Add text-property ansi-color in addition to
8314 text-property face.
8315 (ansi-color-apply-on-region): Add text-property ansi-color in
8316 addition to text-property face.
8317 (save-buffer-state): Copy of the macro that is also used by
8318 lazy-lock and font-lock.
8319
8320 (ansi-color-for-comint-mode): New option.
8321 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8322 (ansi-color-for-comint-mode-off): Ditto.
8323 (ansi-color-for-comint-mode-filter): Ditto.
8324 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8325 decide what to do. This function is added to
8326 comint-preoutput-filter-functions when the package is loaded.
8327
8328 (ansi-color-for-shell-mode-set): Removed.
8329 (ansi-color-for-shell-mode): Removed.
8330
8331 2000-01-09 Alex Schroeder <alex@gnu.org>
8332
8333 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8334 the lambda expression from the ansi-color-for-shell-mode :set
8335 property. Additionally, modify shell-mode-hook to enable or
8336 disable font-lock-mode for future shell buffers.
8337 (ansi-color-for-shell-mode): The :set property calls
8338 ansi-color-for-shell-mode-set instead of a lambda expression.
8339
8340 2000-01-09 Alex Schroeder <alex@gnu.org>
8341
8342 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8343 (ansi-color-context): New variable.
8344 (ansi-color-apply): Save context between calls.
8345
8346 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8347
8348 * isearch.el (isearch, isearch-lazy-highlight-face):
8349 New definitions for face colors and attributes.
8350
8351 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8352 of display-mouse-p.
8353
8354 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8355
8356 * international/mule.el (make-coding-system): If the coding system
8357 accepts extra latin codes, register such codes as safe for the
8358 coding system.
8359
8360 2001-01-08 Richard M. Stallman <rms@gnu.org>
8361
8362 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8363 don't mention the file name or the date here, because they are
8364 logged at the start of the file.
8365
8366 2001-01-08 Richard M. Stallman <rms@gnu.org>
8367
8368 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8369 Change screen-width to frame-width.
8370
8371 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8372
8373 * info.el (Info-search): Print the default as part of the prompt.
8374
8375 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8376
8377 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8378 constant implementations in backends.
8379
8380 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8381 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8382
8383 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8384 WRITABLE to EDITABLE.
8385
8386 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8387 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8388 to EDITABLE.
8389
8390 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8391
8392 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8393 (copyright, copyright-update): Compute the current year at run time.
8394
8395 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8396
8397 * isearch.el (isearch-old-signal-hook): Removed.
8398 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8399 instead of setting signal-hook-function.
8400 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8401
8402 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8403
8404 * emulation/edt.el: Update to version 4.0. Provide support for
8405 EDT scroll margins at top and bottom of the window. Provide an
8406 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8407 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8408 user when file-related buffer modifications exist.
8409 Provide support for running EDT Emulation in XEmacs.
8410 Provide customize access to some user updatable variables.
8411 Add Commentary section to file header.
8412 Fixed a few minor bugs and cleaned up some code.
8413
8414 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8415 for detecting a keypress that generates an ASCII key sequence.
8416 (Previously, only a keypress that generates a vector was
8417 recognized.) Embed Window Manager name into name of the generated
8418 EDT Emulation initialization file since the initialization file is
8419 Window Manager specific. Add Commentary section to file header.
8420
8421 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8422
8423 * mail/sendmail.el (mail-mode): Doc fix.
8424
8425 * info.el (Info-goto-emacs-command-node): Doc fix.
8426 (Info-goto-emacs-key-command-node): Doc fix.
8427
8428 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8429
8430 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8431 systems without long file-name support.
8432
8433 2001-01-06 Andrew Innes <andrewi@gnu.org>
8434
8435 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8436
8437 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8438
8439 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8440 (isearch-lazy-highlight-update): Doc fix.
8441
8442 * ffap.el (ffap-bindings): Doc fix.
8443
8444 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8445
8446 2001-01-05 Dave Love <fx@gnu.org>
8447
8448 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8449
8450 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8451
8452 * mouse-drag.el (mouse-drag-safe-scroll):
8453 Bind scroll-preserve-screen-position to nil.
8454
8455 * isearch.el (isearch-old-signal-hook): New variable.
8456 (isearch-mode): Set signal-hook-function to isearch-done.
8457 (isearch-done): Restore old signal-hook-function.
8458
8459 * info.el (Info-fontify-node): Mark one more char as intangible.
8460
8461 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8462
8463 * composite.el (compose-last-chars): New argument COMPONENTS.
8464 If it is non-nil, compose preceding characters by compose-region with
8465 COMPONENTS.
8466
8467 * international/quail.el (quail-input-string-to-events): New function.
8468 (quail-input-method): Convert input string to events here.
8469 (quail-start-translation): Return input string, not event list.
8470 (quail-start-conversion): Likewise.
8471
8472 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8473
8474 * tooltip.el (tooltip-cancel-delayed-tip)
8475 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8476 and tooltip-add-timeout.
8477 (tooltip-show): Set border color from faces's foreground.
8478 (tooltip-show-help-function): If called with the same help string
8479 as last time, do nothing.
8480 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8481
8482 * startup.el (fancy-splash-screens): Don't bind show-help-function
8483 to nil.
8484
8485 * tooltip.el (tooltip-frame-parameters): Remove colors.
8486 (tooltip): New face
8487 (tooltip-set-param): New function.
8488 (tooltip-show): Set up color frame parameters from face `tooltip'.
8489 Display the tooltip text in face `tooltip'.
8490
8491 2001-01-04 Dave Love <fx@gnu.org>
8492
8493 * whitespace.el (whitespace-global-mode): Fix typo.
8494
8495 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8496
8497 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8498
8499 * help.el (help-for-help): Fix a typo in a doc string.
8500 From kwzh@gnu.org (Karl Heuer).
8501
8502 2001-01-03 Dave Love <fx@gnu.org>
8503
8504 * dired-x.el: Doc fixes. Maintainer change.
8505 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8506 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8507 (dired-guess-shell-alist-user): Customize.
8508 (dired-x-help-address): Set to bug-gnu-emacs.
8509 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8510 (dired-default-directory): Renamed from default-directory.
8511
8512 * hl-line.el (hl-line): Doc fix.
8513
8514 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8515
8516 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8517
8518 2001-01-02 Richard M. Stallman <rms@gnu.org>
8519
8520 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8521 to remove all the current alternative-match highlighting.
8522 If nil, remove only what's outside the current window.
8523 (isearch-lazy-highlight-remove-overlays): Take optional
8524 region within which NOT to remove them.
8525 (isearch-lazy-highlight-new-loop): Greatly simplified.
8526 (isearch-lazy-highlight-update): Find all the other occurrences
8527 visible in the window, in just one call.
8528 (isearch-lazy-highlight-start): Now holds start of region to scan.
8529 (isearch-lazy-highlight-end): Now holds end of region to scan.
8530 (isearch-lazy-highlight-wrapped): Variable deleted.
8531 (isearch-lazy-highlight-search): Function deleted.
8532
8533 2000-01-02 Andrew Innes <andrewi@gnu.org>
8534
8535 * w32-fns.el (convert-standard-filename): Do length check on name
8536 before aref.
8537
8538 2001-01-02 Dave Love <fx@gnu.org>
8539
8540 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8541 value.
8542 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8543
8544 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8545
8546 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8547 read syntax.
8548
8549 * calendar/todo-mode.el (todo): Add :link, :version.
8550 (todo-save-top-priorities): Remove autoload cookie.
8551 (todo-add-category, todo-add-item-non-interactively)
8552 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8553
8554 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8555
8556 * comint.el (comint-input-history-ignore): New variable.
8557 (comint-read-input-ring): Ignore entries matching
8558 comint-input-history-ignore.
8559
8560 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8561
8562 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8563 (lm-copyright-mark): New function.
8564 (lm-crack-copyright): New function.
8565 (lm-verify): Check that the file has a copyright.
8566 Check that the file is copyright Free Software Foundation.
8567
8568 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8569
8570 * international/mule-diag.el (print-fontset): Indent font name by
8571 24 columns, not 25.
8572
8573 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8574
8575 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8576 in Subject line.
8577
8578 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8579 Use mail-mode-hook instead of mail-setup-hook.
8580 Otherwise continuing an interrupted message with C-u C-x m for
8581 instance, winds up in Mail mode without abbrevs.
8582
8583 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8584
8585 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8586 non-nil. Adding almost all customization variables on ps-setup.
8587 Doc fix.
8588 (ps-print-version): New version number (6.3.3).
8589 (ps-end-with-control-d): Initialization fix.
8590 (ps-lines-printed): New var.
8591 (ps-skip-newline): New fun.
8592 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8593 (ps-next-line, ps-continue-line, ps-plot-region)
8594 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8595
8596 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8597
8598 * international/fontset.el (x-complement-fontset-spec):
8599 Resolve ASCII font name so that the same family name is used for fonts
8600 registered in x-font-name-charset-alist.
8601 (create-fontset-from-fontset-spec): Adjusted for the above change.
8602 The name of fontset alias should be a unresolved ASCII font name.
8603
8604 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8605
8606 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8607 and delete in isearch-mode-map.
8608
8609 2000-12-28 Richard M. Stallman <rms@gnu.org>
8610
8611 * dired-x.el (dired-guess-shell-alist-default):
8612 Use xpdf instead of acroread.
8613
8614 2000-12-28 Kenichi Handa <handa@etl.go.jp>
8615
8616 * textmodes/artist.el (artist-butlast): Deleted.
8617 (artist-ellipse-mirror-quadrant): Use butlast instead of
8618 artist-butlast.
8619
8620 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8621
8622 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8623
8624 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8625
8626 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8627
8628 * ls-lisp.el: Better support for the Mac and MS-Windows.
8629 (ls-lisp): New defgroup.
8630 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
8631 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
8632 (ls-lisp-support-shell-wildcards): New defcustoms.
8633 (ls-lisp-parse-symlink): New function.
8634 (insert-directory): Code to convert switches to a list and set up
8635 the wildcard argument copied from ls-lisp-insert-directory.
8636 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
8637 for -C and -R switches.
8638 (ls-lisp-column-format): New function.
8639 (ls-lisp-delete-matching, ls-lisp-handle-switches)
8640 (ls-lisp-format-time): Add doc strings.
8641 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
8642 Support ls-lisp-dirs-first.
8643 (ls-lisp-classify, ls-lisp-extension): New functions.
8644 (ls-lisp-format): Optionally support emulation of symlinks.
8645 Support -i, -s, and -G switches.
8646
8647 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8648
8649 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
8650
8651 * version.el (emacs-version): Print X scroll bar information.
8652
8653 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
8654 instead of x-toolkit-scroll-bars-p.
8655
8656 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
8657 of x-toolkit-scroll-bars-p.
8658
8659 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8660
8661 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
8662 (ffap-bindings): Doc fix, to reflect the above change.
8663
8664 2000-12-27 Kenichi Handa <handa@etl.go.jp>
8665
8666 * term.el (term-char-mode): Define all non-ascii self-inserting
8667 characters to 'term-send-raw in term-raw-map.
8668
8669 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
8670
8671 * viper-init (viper-restore-cursor-type): Added condition-case guard.
8672
8673 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
8674 Changed initialization; use add-hook.
8675 (ediff-file-remote-p): Use file-local-copy.
8676
8677 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
8678
8679 * ediff.el (ediff-patch-buffer): Bug fix.
8680 (ediff-revision): Allow selection of the file at the prompt.
8681
8682 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
8683
8684 * subr.el (combine-run-hooks): Remove.
8685
8686 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
8687 and remove the rogue second spec.
8688
8689 2000-12-23 Gerd Moellmann <gerd@gnu.org>
8690
8691 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
8692
8693 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
8694
8695 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
8696 Use minibuffer menu prompt for the `=' prefix.
8697 (smerge-command-prefix): Change default to C-^.
8698 (smerge-mode): Don't assume font-lock doesn't move point.
8699
8700 * skeleton.el (skeleton-internal-1): Make sure the first line of
8701 the region is also re-indented.
8702 (skeleton-end-newline): New var.
8703 (skeleton-end-hook): Use it.
8704
8705 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8706
8707 * comint.el (comint-password-prompt-regexp): Support CVS.
8708
8709 2000-12-22 Gerd Moellmann <gerd@gnu.org>
8710
8711 * simple.el (delete-key-deletes-forward-mode): Simplify.
8712 Also backspace key combinations, depending on
8713 delete-key-deletes-forward.
8714
8715 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
8716
8717 * simple.el (delete-key-deletes-forward): Doc fix.
8718
8719 2000-08-22 Emmanuel Briot <briot@gnat.com>
8720
8721 * xml.el (top level comment): Updated to reflect the fact that
8722 white spaces are relevant in the XML file.
8723 (xml-parse-file): Do not kill an existing Emacs buffer if the file
8724 to parse was already edited. This allows for on-the-fly analysis
8725 of XML files.
8726 (xml-parse-tag): Check that the casing is the same in the start
8727 tag and end tag, since XML is case-sensitive. Allows for spaces
8728 in the end tag, after the name of the tag.
8729 (xml-parse-attlist): Allow for the character '-' in the name of
8730 attributes, as in the standard http-equiv attribute Do not save
8731 the properties in the XML tree, since they are not relevant.
8732
8733 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
8734
8735 * generic.el (generic-read-type): Undo last change, inline into
8736 `generic-mode' and then remove.
8737 (generic-mode): Inline generic-read-type.
8738 (define-generic-mode): Push the symbol name rather than the symbol
8739 onto generic-mode-list.
8740
8741 2000-12-21 Gerd Moellmann <gerd@gnu.org>
8742
8743 * generic.el (generic-read-type): Build an alist for
8744 completing-read as in 20.7.
8745
8746 * play/landmark.el (lm): Use interactive spec `P'.
8747 (toplevel): Don't set debug-on-error.
8748
8749 * server.el (server-switch-buffer): Choose a window on a visible frame.
8750
8751 2000-12-21 Dave Pearson <davep@davep.org>
8752
8753 * quickurl.el: Commentry change, I've moved my web site.
8754
8755 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8756
8757 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
8758 ranges like \177-\237, but accepts the character sequence from \177 to
8759 \237. Doc fix.
8760 (ebnf-version): New version (3.4).
8761 (ebnf-setup): Code fix.
8762 (ebnf-range-regexp): New fun.
8763 (ebnf-8-bit-chars): Const fix.
8764
8765 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
8766 entry. Doc fix.
8767 (ebnf-bnf-lex): Code fix.
8768 (ebnf-bnf-comment-chars): Const fix.
8769
8770 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
8771 entry. Doc fix.
8772 (ebnf-iso-comment-chars): Const fix.
8773
8774 * ebnf-otz.el: Doc fix.
8775
8776 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
8777 entry. Doc fix.
8778 (ebnf-yac-skip-code): Code fix.
8779 (ebnf-yac-comment-chars): Const fix.
8780
8781 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8782
8783 * files.el (insert-directory-safely): New function.
8784 (recover-file): Use it instead of insert-directory.
8785 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8786
8787 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8788
8789 * international/mule-cmds.el (select-safe-coding-system):
8790 Check coding-category-list more rigidly. Improve help message.
8791
8792 * dired.el (dired-move-to-filename-regexp): Fix previous change.
8793
8794 2000-12-21 Miles Bader <miles@gnu.org>
8795
8796 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
8797
8798 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8799
8800 * international/mule-diag.el (describe-char-after): Make *Help*
8801 buffer inherit multibyteness of the current buffer.
8802
8803 * international/mule.el (make-char): Docstring adjusted for the
8804 change of make-char-internal.
8805
8806 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
8807
8808 * international/iso-cvt.el: Docstrings fix.
8809
8810 2000-12-20 Dave Love <fx@gnu.org>
8811
8812 * subr.el (eval-after-load): Doc fix.
8813
8814 2000-12-20 Kenichi Handa <handa@etl.go.jp>
8815
8816 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
8817 for numbers.
8818
8819 2000-12-20 Miles Bader <miles@gnu.org>
8820
8821 * international/quail.el (quail-help): Resize the help window
8822 again after it has all its contents. Remove unneeded progn.
8823
8824 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8825
8826 * pcmpl-linux.el: Fix copy/paste error.
8827
8828 2000-12-19 Andrew Innes <andrewi@gnu.org>
8829
8830 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
8831
8832 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
8833
8834 * progmodes/idlw-rinfo.el: Fixed copyright notice.
8835
8836 * progmodes/idlw-toolbar.el: Fixed copyright notice.
8837
8838 * progmodes/idlw-shell.el: Fixed copyright notice.
8839
8840 * progmodes/idlwave.el: Fixed copyright notice.
8841
8842 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
8843 TAB as key separators.
8844
8845 2000-12-19 Alex Schroeder <alex@gnu.org>
8846
8847 * sql.el (sql-sybase-options): New option.
8848 (sql-sybase): Use it. Add sql-database to the list of parameters
8849 provided for login. The options -w 2048 -n are not used any more.
8850 (sql-postgres-options): Changed default from "--pset" to "-P".
8851 (sql-mysql-options): Doc change.
8852 (sql-stop): Doc change.
8853
8854 2000-12-19 Kenichi Handa <handa@etl.go.jp>
8855
8856 * international/quail.el (quail-input-method): Always hide
8857 the guidance buffer on exiting.
8858
8859 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8860
8861 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
8862 isn't fboundp.
8863
8864 * server.el (server-buffer-done): Bury the buffer before
8865 killing it.
8866
8867 * faces.el (face-spec-set): Interpret a nil in specs for
8868 foreground and background colors as `unspecified', for
8869 compatibility with 20.x.
8870
8871 2000-12-18 Dave Love <fx@gnu.org>
8872
8873 * simple.el (mail-user-agent): Doc fix.
8874 (input-mode-8-bit): Removed.
8875
8876 * international/mule.el (set-keyboard-coding-system): Doc fix.
8877 (keyboard-coding-system): New option.
8878
8879 * mail/sendmail.el (send-mail-function): Customize.
8880
8881 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
8882
8883 * international/codepage.el (cp866-decode-table): New table.
8884
8885 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8886
8887 * version.el (emacs-version): Remove `%a' from the time format
8888 because the weekday doesn't fit well into each locale.
8889
8890 2000-12-18 Miles Bader <miles@gnu.org>
8891
8892 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
8893
8894 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
8895 Check that emacs-major-version is `=' to 20, not `>='.
8896 (artist-replace-chars): Use `make-string' instead of a loop.
8897
8898 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
8899
8900 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
8901 (cvs-execute-single-file): Don't change directory.
8902 Patch from Per Cederqvist.
8903
8904 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
8905
8906 * textmodes/ispell.el (check-ispell-version):
8907 If `ispell-program-name' is "aspell", pass it the -v switch instead
8908 of -vv.
8909
8910 2000-12-16 Kenichi Handa <handa@etl.go.jp>
8911
8912 * international/mule-diag.el (mule-diag): Insert information about
8913 configure options, multibyte awareness, language env.
8914
8915 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
8916 regexp to search for candidates.
8917
8918 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
8919
8920 * info.el (Info-forward-node): If the node has an
8921 Info-header-line, widen the buffer before searching for "next:"
8922 and "up:" pointers, and set the search limit to stay in the
8923 current node.
8924
8925 2000-12-16 Miles Bader <miles@gnu.org>
8926
8927 * simple.el (delete-trailing-whitespace): Remove extraneous let.
8928
8929 2000-12-15 Miles Bader <miles@gnu.org>
8930
8931 * comint.el (comint-send-string, comint-send-region): Also accept
8932 a buffer, buffer-name, or nil for PROCESS, for compatibility with
8933 process-send-string/region.
8934
8935 2000-12-15 Gerd Moellmann <gerd@gnu.org>
8936
8937 * isearch.el (isearch-lazy-highlight-max): New user-option.
8938 (isearch-lazy-highlight-update): Don't highlight more than
8939 isearch-lazy-highlight-max matches.
8940
8941 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
8942
8943 2000-12-15 Richard M. Stallman <rms@gnu.org>
8944
8945 * sort.el (sort-columns): Fix error message.
8946
8947 * dabbrev.el (dabbrev--last-case-pattern): Value is now
8948 `upcase' or `downcase' or nil.
8949 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
8950 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
8951 (dabbrev--substitute-expansion): New arg record-case-pattern.
8952 If it is non-nil, set dabbrev--last-case-pattern.
8953 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
8954
8955 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
8956
8957 2000-12-15 Miles Bader <miles@gnu.org>
8958
8959 * paths.el (Info-default-directory-list): Don't delete
8960 configure-info-directory from the list of standard info
8961 directories when appending it to the end -- their order is important.
8962
8963 * faces.el (read-face-attribute): If there's no entry for the
8964 user's input in VALID, just use it as-is (this will often result
8965 in an error, but it may be OK for e.g. colors using hexadecimal
8966 notation, and at least will yield a better error message).
8967
8968 * window.el (mode-line-window-height-fudge): Function removed.
8969 (height-affecting-face-attributes, mode-line-window-height-fudge):
8970 Variables removed.
8971 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
8972 window is really the right size. Use vertical-motion
8973 rather than forward-line.
8974 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
8975 (ispell-command-loop, ispell-show-choices): Use the variable
8976 ispell-choices-win-default-height, rather than the function.
8977 (ispell-choices-win-default-height): Function removed.
8978 (ispell-mode-line-window-height-fudge): Function removed.
8979
8980 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
8981
8982 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
8983
8984 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8985
8986 * paths.el (Info-default-directory-list):
8987 If configure-info-directory is not one of the standard directories,
8988 put it first in the list; otherwise put it last. Doc string
8989 changed accordingly.
8990
8991 * info.el (Info-directory-list): Change doc string to reflect the
8992 change in Info-default-directory-list.
8993
8994 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
8995 windows-nt as windowed environments, even under -nw.
8996
8997 * startup.el (command-line): Don't call x-backspace-delete-keys-p
8998 if not fboundp. Switch delete-forward mode for the <delete> key
8999 on all PC platforms, even under -nw.
9000
9001 * term/internal.el ([M-delete]): Remap to M-d.
9002
9003 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9004
9005 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9006
9007 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9008
9009 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9010
9011 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9012
9013 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9014 if appropriate.
9015
9016 * simple.el (delete-key-deletes-forward): New user-option.
9017 (delete-key-deletes-forward-mode): New function.
9018
9019 * bindings.el: Bind `delete' to backward-delete-char.
9020
9021 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9022 Test if symbol is bound before getting its value.
9023
9024 * tooltip.el (tooltip-show): If an error is signaled in
9025 x-show-tip, display that error, and display the help in the
9026 echo area.
9027
9028 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9029
9030 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9031 Show "... entries" messages for every 10000 entries, not 10.
9032
9033 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9034
9035 * bookmark.el: Provide a generic exit hook, as suggested by
9036 Ovidiu Predescu <ovidiu@cup.hp.com>:
9037 (bookmark-exit-hook): New var.
9038 (bookmark-exit-hook-internal): New func, replaces
9039 old raw lambda form in `kill-emacs-hook', and runs new
9040 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9041 as logically that feature must have been provided if this function
9042 is running.
9043 Removed ;;;###autoload before the `add-hook' call.
9044
9045 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9046
9047 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9048 (easy-menu-current-active-maps): New function.
9049 (easy-menu-get-map): Use it.
9050 Make a proper menu entry when creating a new keymap.
9051
9052 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9053
9054 * international/characters.el: Fix cases and syntaxes for
9055 mule-unicode-0100-24ff.
9056
9057 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9058 that a Japanese character is not appended after day and year.
9059
9060 * info.el (Info-suffix-list): Change format for a command that
9061 requires arguments.
9062 (info-insert-file-contents): Adjusted for the above change.
9063
9064 2000-12-12 Andreas Schwab <schwab@suse.de>
9065
9066 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9067 on the name of the tar buffer. Verify that the existing buffer is
9068 visiting the same subfile.
9069
9070 2000-12-12 Dave Love <fx@gnu.org>
9071
9072 * subdirs.el: Add obsolete.
9073
9074 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9075
9076 * mail/rmailsum.el (rmail-summary-expunge)
9077 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9078 instead of rmail-confirm-expunge.
9079
9080 * replace.el (perform-replace): Don't use an empty match adjacent
9081 to a non-empty match when computing the next match before the
9082 replacement is performed.
9083
9084 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9085
9086 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9087 definition (patch by Stefan Monnier).
9088 (glasses-mode): Use jit-lock instead of `after-change-functions'
9089 (patch by Stefan Monnier).
9090
9091 2000-12-12 Miles Bader <miles@gnu.org>
9092
9093 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9094 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9095
9096 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9097
9098 * term/mac-win.el: Remove load for ls-lisp.
9099
9100 * loadup.el: Load ls-lisp for system-type `macos'.
9101
9102 2000-12-12 Miles Bader <miles@gnu.org>
9103
9104 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9105 Respect field end too.
9106 (just-one-space): Respect fields as `delete-horizontal-space'.
9107 (newline-and-indent, reindent-then-newline-and-indent):
9108 Use `delete-horizontal-space'.
9109
9110 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9111
9112 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9113 (so as to obey the field property in the minibuffer).
9114
9115 * obsolete/c-mode.el: Moved from lisp/progmodes.
9116 * obsolete/auto-show.el: Moved from lisp.
9117 * obsolete/ooutline.el: Moved from lisp/textmodes.
9118
9119 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9120
9121 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9122 changes to list them here.
9123
9124 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9125 Too many changes to list them here.
9126
9127 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9128 Too many changes to list them here.
9129
9130 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9131
9132 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9133
9134 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9135
9136 * cus-edit.el (custom-save-variables, custom-save-faces):
9137 Comment fix.
9138
9139 * hscroll.el: Moved to `obsolete' subdir.
9140
9141 2000-12-11 Miles Bader <miles@gnu.org>
9142
9143 * window.el (window-text-height): Function removed (now in C).
9144
9145 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9146
9147 * log-edit.el (log-edit-parent-buffer): New var.
9148 (log-edit): Set it. Add BUFFER argument.
9149 (log-edit-done): Use char-before.
9150 Don't bother checking validity of vc-comment-ring.
9151 Only bury the buffer if log-edit popped it up.
9152
9153 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9154 (cvs-mode-diff-help): Remove.
9155 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9156 (cvs-mode-marked): Set up the default for CMD manually.
9157
9158 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9159 Remove binding for ? now made unnecessary.
9160
9161 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9162
9163 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9164 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9165
9166 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9167 when master file is not open.
9168
9169 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9170
9171 * progmodes/ada-stmt.el: Update `maintainer'.
9172
9173 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9174
9175 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9176 choices to match documentation string.
9177
9178 2000-12-09 Miles Bader <miles@gnu.org>
9179
9180 * minibuf-eldef.el: New file.
9181
9182 * window.el (fit-window-to-buffer): Don't pass last argument to
9183 pos-visible-in-window-p, now that its meaning is inverted.
9184
9185 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9186
9187 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9188 <ceder@lysator.liu.se>.
9189
9190 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9191
9192 * autoinsert.el (auto-insert-alist): Add missing final \n.
9193
9194 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9195 (cvs-menu-map): Remove.
9196 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9197 (cvs-mode-quit): Turn it back into a plain function.
9198
9199 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9200 (texinfo-filter): Remove (move to texinfo.el).
9201
9202 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9203 file where it's more visible.
9204 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9205 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9206 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9207 (texinfo-inside-macro-p): Only catch `scan-error's.
9208 (texinfo-inside-env-p): Make better use of the match info.
9209 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9210 (texinfo-insert-@end): Slight re-organization.
9211 Also remove useless `looking-at' call.
9212
9213 2000-12-08 Andrew Innes <andrewi@gnu.org>
9214
9215 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9216 accessible in -nw mode.
9217
9218 * term/w32-win.el: Remove stuff about selection timeout, which is
9219 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9220 it is accessible in -nw mode.
9221
9222 2000-12-08 Dave Love <fx@gnu.org>
9223
9224 * emacs-lisp/lisp-mode.el (lisp-mode):
9225 Set font-lock-keywords-case-fold-search.
9226
9227 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9228
9229 * textmodes/ispell.el (ispell): Doc fix.
9230
9231 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9232
9233 * international/quail.el (quail-insert-decode-map): Check the
9234 frame width of a window displaying the current buffer, not that of
9235 the selected frame.
9236 (quail-help): Make sure that the help buffer has window before
9237 inserting text in it.
9238
9239 2000-12-07 Sam Steingold <sds@gnu.org>
9240
9241 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9242 Backquote is used in isearch.el, so autoloading saves nothing.
9243
9244 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9245
9246 * startup.el (normal-top-level-add-subdirs-to-load-path):
9247 Ignore the CVS and RCS subdirectories case-insensitively.
9248
9249 * dired.el (dired-insert-directory): If file-system-info is
9250 fboundp, call it instead of invoking dired-free-space-program.
9251
9252 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9253
9254 * server.el (server-visit-files): Push files on file-name-history.
9255
9256 * progmodes/cc-langs.el: Update copyright.
9257
9258 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9259
9260 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9261
9262 * bindings.el (mode-line-mode-menu): Reverse the order
9263 of define-keys so that the menu appears in alphabetical order.
9264
9265 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9266
9267 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9268 of the function.
9269
9270 2000-12-07 Dave Love <fx@gnu.org>
9271
9272 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9273
9274 * facemenu.el (facemenu-unlisted-faces): Fix value.
9275
9276 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9277
9278 * font-lock.el (font-lock-default-fontify-region):
9279 Include the terminating \n (off-by-one error).
9280 (font-lock-set-defaults): Use dolist.
9281
9282 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9283
9284 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9285
9286 * international/mule-cmds.el (describe-language-environment):
9287 Fix for the case that an input method title is not string but a list.
9288
9289 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9290 of wrong SIZE record.
9291
9292 2000-12-06 Dave Love <fx@gnu.org>
9293
9294 * newcomment.el (comment-region, comment-dwim): Doc fix.
9295
9296 * textmodes/texinfo.el: Require tex-mode when compiling.
9297 (texinfo-update-node): Doc fix.
9298 (texinfo-imenu-generic-expression): Add @anchor.
9299 (texinfo-font-lock-keywords): Add @uref.
9300 (texinfo-inside-macro-p): Don't use ignore-errors.
9301 (texinfo-insert-quote): Match more contexts.
9302
9303 * international/mule.el (decode-char, encode-char): Doc fix.
9304 (auto-coding-alist): Customize.
9305
9306 * files.el (load-file): Fix change of 2000-03-12.
9307
9308 * wid-edit.el (widget-text-keymap): Doc fix.
9309
9310 2000-12-06 Andrew Innes <andrewi@gnu.org>
9311
9312 * makefile.w32-in (lisp): Set to an absolute directory, namely
9313 $(CURDIR).
9314
9315 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9316
9317 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9318 read generated-autoload-file, and set buffer-file-coding-system to
9319 raw-text-unix after reading the file.
9320
9321 * international/mule-conf.el (file-coding-system-alist):
9322 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9323
9324 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9325
9326 * replace.el (occur): Make line-number-width 1 smaller for the
9327 colon following the line number.
9328
9329 * startup.el (fancy-splash-text, command-line-1):
9330 Use `File' for the menu name instead of `Files'.
9331
9332 * tmm.el: Update copyright.
9333
9334 * cus-start.el: Add entry for even-window-heights.
9335
9336 2000-12-06 Miles Bader <miles@gnu.org>
9337
9338 * faces.el (frame-set-background-mode): Avoid stomping on
9339 locally modified faces.
9340
9341 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9342
9343 * international/fontset.el: Correct the font registries for
9344 japanese-jisx0213-1 and japanese-jisx0213-2.
9345
9346 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9347
9348 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9349
9350 * iswitchb.el: Update customization commentary.
9351
9352 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9353
9354 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9355 (tpu-search-highlight): Fixed comparison of overlay end positions.
9356 (tpu-trim-line-ends): Implemented trimming logic locally.
9357
9358 * emulation/tpu-extras.el (tpu-write-file-hook)
9359 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9360
9361 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9362
9363 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9364 to cn-gb.
9365 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9366
9367 2000-12-04 Dave Love <fx@gnu.org>
9368
9369 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9370
9371 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9372
9373 * mail/rmailsum.el (rmail-summary-expunge)
9374 (rmail-summary-expunge-and-save): Ask for confirmation with
9375 rmail-expunge-confirmed.
9376
9377 * mail/rmail.el (rmail-expunge-confirmed): New function.
9378 (rmail-expunge): Use it.
9379
9380 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9381
9382 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9383 (etags-recognize-tags-table, find-tag-in-order):
9384 New functionality: interpret file names as tags.
9385
9386 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9387
9388 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9389 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9390 the first subnode until the bottom of the current node is visible.
9391
9392 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9393
9394 * format.el (format-decode): Don't change buffer's undo list.
9395
9396 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9397
9398 * faces.el (face-font-registry-alternatives): Add entries for CJK
9399 fonts. Doc-string adjusted for the actual usage of this data.
9400
9401 * international/fontset.el: Change the font registries for CJK
9402 fonts in the default fontset. Don't append '*' to registries.
9403
9404 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9405
9406 * emacs-lisp/easy-mmode.el (define-derived-mode)
9407 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9408
9409 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9410 (derived-mode-p): New function.
9411 (derived-mode-make-docstring): Add `docstring' argument.
9412 Use it if available and complete it if necessary.
9413
9414 2000-12-03 Andreas Schwab <schwab@suse.de>
9415
9416 * type-break.el (type-break): Don't make parent of itself.
9417
9418 2000-12-03 Miles Bader <miles@gnu.org>
9419
9420 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9421
9422 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9423
9424 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9425 (tex-main-file, tex-file): Simplify.
9426 (tex-generate-zap-file-name): Use subst-char-in-string.
9427 (tex-strip-dots): Remove.
9428
9429 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9430
9431 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9432 to check if the match succeeded.
9433
9434 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9435
9436 * startup.el (use-fancy-splash-screens-p): New function.
9437 (command-line-1): Use it to determine whether or not to use
9438 a fancy splash screen.
9439
9440 2000-12-02 Andreas Schwab <schwab@suse.de>
9441
9442 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9443
9444 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9445
9446 * international/mule.el (make-char): Fix last change.
9447
9448 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9449 New defcustoms.
9450 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9451 autoloading tex-mode; instead, do the same manually.
9452 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9453 with numeric argument. Docstring fix.
9454 (toplevel): Require cl when compiling.
9455
9456 * international/mule.el (make-char): Doc fix.
9457
9458 2000-12-02 Jason Rumney <jasonr@gnu.org>
9459
9460 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9461 the Emacs Lisp manual)
9462
9463 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9464
9465 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9466
9467 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9468 the Emacs Lisp manual).
9469
9470 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9471
9472 * simple.el (next-line-add-newlines): Change default to nil.
9473
9474 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9475
9476 * files.el (revert-buffer, recover-file):
9477 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9478
9479 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9480
9481 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9482
9483 2000-12-01 Miles Bader <miles@gnu.org>
9484
9485 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9486
9487 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9488
9489 * international/mule-diag.el (describe-char-after): Fix typo.
9490 (describe-character-set, non-iso-charset-alist): Fix typo.
9491
9492 2000-12-01 Miles Bader <miles@gnu.org>
9493
9494 * image-file.el (image-file-name-regexp): Automatically add
9495 upper-case variants of each filename extension in
9496 `image-file-name-extensions', since they seem to be common.
9497
9498 * simple.el (minibuffer-contents)
9499 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9500 New functions.
9501 * filecache.el (file-cache-directory-name)
9502 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9503
9504 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9505
9506 * filecache.el (file-cache-minibuffer-complete): Don't try to
9507 delete the minibuffer prompt.
9508
9509 2000-11-30 Dave Love <fx@gnu.org>
9510
9511 * cus-start.el: Fix read-buffer-function type.
9512
9513 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9514
9515 * md5.el: Removed. There's a built-in function, now.
9516
9517 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9518
9519 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9520 as dummy 0-th char of rmail-deleted-vector.
9521
9522 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9523
9524 * ps-print.el (ps-end-job): Bind case-fold-search only after
9525 switching to ps-spool-buffer.
9526
9527 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9528
9529 * ps-print.el: Line number font customization. PostScript: Lines and
9530 PageCount are initialized on each page. Doc Fix.
9531 (ps-print-version): New version number (6.3.2).
9532 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9533 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9534 (ps-right-header): Customization fix.
9535 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9536 Fix code.
9537 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9538 New vars.
9539
9540 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9541
9542 * bs.el: Fix typos and spelling errors.
9543 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9544 (bs-configuration): Doc fix.
9545
9546 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9547
9548 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9549
9550 * emulation/tpu-edt.el (tpu-version): New version.
9551 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9552 (tpu-original-mode-line): Variable deleted.
9553 (tpu-mark-flag): New initial value.
9554 (tpu-set-mode-line): Don't redefine mode-line-format.
9555 Add tpu-mark-flag to minor-mode-alist.
9556 (tpu-update-mode-line): New mark flag logic.
9557 (tpu-get): Use find-file-wildcards.
9558 (tpu-search-highlight): Move overlay less, reset overlay properly.
9559 (tpu-unselect): Deactivate mark.
9560 (tpu-lm-replace): Reset overlay properly.
9561 (tpu-forward-line): Use forward-visible-line.
9562 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9563
9564 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9565
9566 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9567
9568 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9569
9570 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9571
9572 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9573 and skip whitespace and newlines.
9574
9575 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9576
9577 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9578
9579 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9580
9581 * help.el (describe-function-1): Regexp-quote function name
9582 when used as part of a regexp.
9583
9584 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9585 Use face-attribute instead of face-foreground and face-background.
9586 (tool-bar-add-item): Likewise, and handle unspecified colors.
9587
9588 * enriched.el (enriched-face-ans): Use face-attribute instead
9589 of face-foreground and face-background.
9590
9591 * faces.el (face-foreground, face-background, face-stipple):
9592 Return nil if attribute is unspecified, for backward compatibility.
9593
9594 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9595
9596 * play/5x5.el: Remove version info.
9597
9598 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9599
9600 * frame.el (blink-cursor-mode): Doc fix.
9601
9602 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9603
9604 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9605 to create Makefile rules.
9606 (antlr-tool-command): New user option.
9607 (antlr-ask-about-save): New user option.
9608 (antlr-makefile-specification): New user option.
9609 (antlr-file-formats-alist): New variable.
9610 (antlr-special-file-formats): New variable.
9611 (antlr-unknown-file-formats): New user option.
9612 (antlr-help-unknown-file-text): New variable.
9613 (antlr-help-rules-intro): New variable.
9614 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9615 (antlr-mode-menu): Add entries.
9616 (antlr-file-dependencies): New function.
9617 (antlr-directory-dependencies): New function.
9618 (antlr-superclasses-glibs): New function.
9619 (antlr-run-tool): New command.
9620 (antlr-makefile-insert-variable): New function.
9621 (antlr-insert-makefile-rules): New function.
9622 (antlr-show-makefile-rules): New command.
9623
9624 * antlr-mode.el: More Emacs/XEmacs stuff.
9625 (antlr-no-action-keywords): New constant with value nil.
9626 (antlr-font-lock-keywords-alist): Use it. Old value would break
9627 syntax highlighting in Emacs-21.0.
9628 (antlr-default-directory): Emacs/XEmacs dependend function.
9629 (antlr-read-shell-command): Ditto.
9630 (antlr-with-displaying-help-buffer): Ditto.
9631
9632 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9633
9634 * antlr-mode.el: imenu, parsing and highlighting changes.
9635 (antlr-imenu-create-index-function): Don't create extra submenus
9636 for definitions in different grammar classes. It is not necessary
9637 for the menu and would make command `imenu' awkward to use.
9638 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
9639 header actions and more than one.
9640 (antlr-font-lock-tokendef-face): Changed color.
9641 (antlr-font-lock-tokenref-face): Changed color.
9642 (antlr-font-lock-additional-keywords): Also highlight lowercase.
9643 (antlr-mode-syntax-table): New variable.
9644 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
9645 (antlr-with-syntax-table): Don't copy syntax table.
9646
9647 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9648
9649 * antlr-mode.el: Minor changes: language setting.
9650 (antlr-language-alist): The value for file option "language" can
9651 be both an identifier and a string.
9652 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
9653 (antlr-language-limit-n-regexp): Change accordingly.
9654
9655 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9656
9657 * antlr-mode.el: Minor changes: tabs, hiding.
9658 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
9659 (antlr-action-visibility): Also allow value nil to also hide the
9660 braces. Renamed from `antlr-tiny-action-length'.
9661 Suggested by Jay@aol.com.
9662 (antlr-hide-actions): Change accordingly. Hide line if completely
9663 hidden action is on a line of its own.
9664
9665 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9666
9667 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
9668
9669 * sort.el (sort-columns): Don't concat strings with numbers.
9670
9671 2000-11-29 Dave Love <fx@gnu.org>
9672
9673 * cus-edit.el (face): Fix :format.
9674
9675 * mail/feedmail.el: Require smtpmail when compiling.
9676 (mail-do-fcc): Autoload.
9677 (feedmail) <defgroup>: Fix :link.
9678 (feedmail-nuke-body-in-fcc): Fix :type.
9679 (feedmail-send-it): Add autoload cookie.
9680
9681 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9682
9683 * newcomment.el (comment-indent): Save excursion around call to
9684 comment-indent-function.
9685
9686 2000-11-29 Miles Bader <miles@gnu.org>
9687
9688 * subr.el (member-ignore-case): Return the tail of the list who's
9689 car matches, like `member', not the matching element itself.
9690
9691 2000-11-29 Kenichi Handa <handa@etl.go.jp>
9692
9693 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
9694 should not contain `\n'.
9695
9696 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9697
9698 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9699
9700 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
9701
9702 * dired-aux.el (dired-do-create-files): Construct default file
9703 name for dired-mark-read-file-name so that when the user enters
9704 just RET, the target file will end up in the target directory.
9705
9706 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
9707 local-abbrev-table before changing buffers because it might
9708 have a buffer-local binding.
9709
9710 2000-11-28 Miles Bader <miles@gnu.org>
9711
9712 * simple.el (delete-horizontal-space): Handle fields more generally.
9713
9714 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9715
9716 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
9717
9718 2000-11-28 Dave Love <fx@gnu.org>
9719
9720 * progmodes/ps-mode.el (ps-mode): Set comment-start and
9721 comment-start-skip locally.
9722
9723 * progmodes/fortran.el (fortran-mode): Don't set
9724 fortran-comment-line-start-skip. Set comment-start to
9725 fortran-comment-line-start.
9726 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
9727 (fortran-comment-line-start-skip): Simplify slightly.
9728
9729 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9730
9731 * play/5x5.el: Remove RCS keyword.
9732
9733 * bs.el: Mistaken commit, undone 2000-11-30.
9734
9735 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
9736
9737 * textmodes/tildify.el (tildify-string-alist):
9738 Add `plain-tex-mode' here.
9739
9740 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
9741
9742 * chistory.el (Command-history-setup): Remove extraneous `keymap'
9743 reference.
9744
9745 2000-11-28 Miles Bader <miles@gnu.org>
9746
9747 * cus-face.el (custom-face-attributes): Add post-filter function
9748 for :box. Make pre-filter function for :box handle all cases.
9749
9750 * wid-edit.el (widget-choose): Make sure pop-up window is large
9751 enough to display all the choices, as there's no way to scroll it.
9752
9753 2000-11-28 Kenichi Handa <handa@etl.go.jp>
9754
9755 * international/mule-conf.el: Make the coding system no-conversion
9756 safe for all characters.
9757
9758 2000-11-27 Dave Love <fx@gnu.org>
9759
9760 * net/ldap.el (ldap) <defgroup>: Add :version.
9761
9762 * tooltip.el (tooltip-use-echo-area): Doc fix.
9763
9764 * cus-start.el <minibuffer-prompt-properties>: Add version.
9765 <read-buffer-function>: Add.
9766
9767 * apropos.el (apropos-print): Add help-echo to active text.
9768
9769 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
9770
9771 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9772
9773 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
9774 type, group and version.
9775
9776 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
9777
9778 * select.el (x-get-selection): Docstring fix.
9779
9780 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
9781
9782 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
9783
9784 2000-11-27 Andrew Innes <andrewi@gnu.org>
9785
9786 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
9787
9788 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
9789
9790 2000-11-27 Miles Bader <miles@gnu.org>
9791
9792 * dired.el (dired-get-filename): Return filename verbatim if
9793 LOCALP is `verbatim'.
9794 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
9795 `verbatim' so that we don't inadvertently delete a non-existant
9796 directory name.
9797
9798 2000-11-27 Kenichi Handa <handa@etl.go.jp>
9799
9800 * international/characters.el: Specify cases and syntaxes for
9801 mule-unicode-0100-24ff.
9802
9803 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9804
9805 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
9806 that foreground and/or background colors of the face `tool-bar'
9807 are unspecified.
9808
9809 2000-11-27 Miles Bader <miles@gnu.org>
9810
9811 * wid-edit.el (widget-field-buffer, widget-field-start)
9812 (widget-field-end): Handle widget field `pseudo-overlays'.
9813 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
9814 if it's there instead of in `widget-field-list'.
9815
9816 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
9817 (help-make-xrefs): Delete extraneous newlines at the end of the
9818 docstring.
9819
9820 2000-11-25 Jason Rumney <jasonr@gnu.org>
9821
9822 * startup.el (command-line): Call set-locale-environment after
9823 Window System init file is read, as it can result in a call to
9824 redraw-frame.
9825
9826 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
9827
9828 * simple.el (shell-command): Mention the effect of the prefix
9829 argument in the doc string.
9830
9831 2000-11-25 Miles Bader <miles@gnu.org>
9832
9833 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
9834
9835 * wid-edit.el (widget-field-value-delete): Don't try to delete
9836 overlay when it's the `pseudo-overlay' that exists at some points.
9837
9838 2000-11-24 Jason Rumney <jasonr@gnu.org>
9839
9840 * international/mule-cmds.el (locale-language-names): Add "jp" as
9841 a non-standard alternative for Japanese.
9842
9843 2000-11-24 Andre Spiegel <spiegel@gnu.org>
9844
9845 * vc-hooks.el: Require 'cl during compilation.
9846
9847 2000-11-24 Gerd Moellmann <gerd@gnu.org>
9848
9849 * faces.el (face-set-after-frame-default): Let face attributes
9850 specified for new frames override frame parameters.
9851
9852 * startup.el (command-line): Fix computation of the source file
9853 for user-init-file when user-init-file is a compiled file.
9854
9855 2000-11-24 Miles Bader <miles@gnu.org>
9856
9857 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
9858 (custom-post-filter-face-spec): New functions.
9859 (custom-face-set, custom-face-value-create): Filter the face spec
9860 before and after customization.
9861 (custom-face-set): If VALUE specifies a null face, pass a
9862 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
9863 * cus-face.el (custom-face-attributes): Remove SET and GET
9864 functions. Add some IN-FILTER and OUT-FILTER functions in the few
9865 cases they're needed.
9866
9867 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
9868 that it's distinguishable from the :off-glyph on dark-background
9869 displays. Set its background color too.
9870
9871 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
9872 so that people can easily turn it off.
9873
9874 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
9875
9876 * ediff-diff.el: Moved variables around to have it compile under NT.
9877
9878 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
9879
9880 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
9881
9882 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
9883 redundant skip-small-frames test.
9884
9885 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
9886 (viper-downgrade-to-insert): Protect against errors in hooks.
9887
9888 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
9889 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
9890 (viper-restore-cursor-type,viper-set-insert-cursor-type):
9891 New functions.
9892
9893 * viper-util.el (viper-memq-char): Bug fixes.
9894
9895 * viper.el (viper-mode): Fix cursor handling.
9896
9897 2000-11-24 Kenichi Handa <handa@etl.go.jp>
9898
9899 * international/mule-diag.el (list-iso-charset-chars):
9900 For two-byte charset, fix the `while' condition.
9901 (list-non-iso-charset-chars): Fix the `while' condition.
9902
9903 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
9904
9905 * subr.el (add-hook, remove-hook): Don't call make-local-hook
9906 if the variable is make-variable-buffer-local.
9907
9908 * progmodes/ada-stmt.el (ada-template-map):
9909 Initialize and bind it to C-c t in ada-mode-map.
9910 (ada-stmt-mode-hook): New function extracted from old code.
9911 Only change the buffer-local side of skeleton-*.
9912 (ada-mode-hook): Use it.
9913
9914 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9915
9916 * iswitchb.el (iswitchb-minibuf-depth): New variable.
9917 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
9918 we expect to be returned by minibuffer-depth once we prompt the
9919 user in the minibuffer.
9920 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
9921 as recorded in iswitchb-minibuf-depth, return non-nil.
9922
9923 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9924
9925 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
9926 (hscroll-window-maybe): Docstring fix.
9927
9928 2000-11-23 Dave Love <fx@gnu.org>
9929
9930 * rect.el (string-rectangle): Don't test delete-selection-mode.
9931
9932 2000-11-23 Gerd Moellmann <gerd@gnu.org>
9933
9934 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
9935 is in the tool bar.
9936
9937 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
9938 with `no-dir'; we want the directory part to be able to remove it.
9939
9940 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9941
9942 * textmodes/outline.el (outline-flag-region):
9943 Don't bind inhibit-read-only since we don't modify the buffer.
9944 (outline-isearch-open-invisible): Don't jump to overlay-start
9945 since we're trying to unhide text around point.
9946 (outline-discard-overlays): Use dolist.
9947
9948 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
9949
9950 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9951
9952 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
9953
9954 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9955
9956 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
9957 Fix ARG regexp to skip quoted braces.
9958 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
9959 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
9960 are (correctly) handled separately).
9961 Remove `caption' and `footnote' from `citations': they contain text.
9962 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
9963 (latex-skeleton-end-hook): New function.
9964 (latex-mode): Use it.
9965 (tex-start-tex-marker): Remove.
9966 (tex-send-tex-command): Don't set tex-start-tex-marker.
9967 (tex-error-parse-syntax-table): New var.
9968 (tex-compilation-parse-errors): Use it.
9969 Ignore tex-start-tex-marker. Don't bother with marker-position.
9970 (tex-validate-buffer): Don't bother with marker-position.
9971
9972 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
9973 (flyspell-generic-progmode-verify): Use it.
9974
9975 2000-11-22 Sam Steingold <sds@gnu.org>
9976
9977 * simple.el (delete-trailing-whitespace): New interactive function.
9978
9979 * progmodes/ada-mode.el (ada-mode): Use it instead of
9980 `ada-remove-trailing-spaces'.
9981 (ada-remove-trailing-spaces): Removed.
9982
9983 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
9984
9985 * textmodes/picture.el (picture-clean): Removed.
9986 (picture-mode-exit): Call it instead of `picture-clean'.
9987
9988 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9989
9990 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9991
9992 * hi-lock.el (hi-lock-refontify): Don't call non-existent
9993 jit-lock-fontify-buffer; it should anyway be unneccessary to
9994 do anything special when jit-lock is active.
9995 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
9996
9997 2000-11-22 Dave Love <fx@gnu.org>
9998
9999 * calendar/todo-mode.el (todo-top-priorities): Use
10000 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10001
10002 * language/chinese.el, language/cyrillic.el:
10003 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10004 * language/hebrew.el, language/indian.el, language/japanese.el:
10005 * language/korean.el, language/lao.el, language/misc-lang.el:
10006 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10007 Use provide.
10008
10009 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10010 (custom-variable-set): Improve validation error mesage.
10011
10012 * rect.el (string-rectangle): Revert last change.
10013 (string-rectangle-line): New arg DELETE.
10014 (string-rectangle): Check delete-selection-mode.
10015
10016 * emacs-lisp/edebug.el (edebug-version)
10017 (edebug-maintainer-address): Deleted.
10018 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10019 (edebug-read-function): Account for other `'#' read forms.
10020 (edebug-mode-menus): Make some items toggles.
10021 (edebug-outside-unread-command-event, unread-command-event):
10022 Remove these to avoid warnings.
10023
10024 2000-11-22 David Ponce <david@dponce.com>
10025
10026 * recentf.el (recentf-menu-items-for-commands)
10027 (recentf-make-menu-items, recentf-make-menu-item)
10028 (recentf-filter-changer): Added :help and :active menu-item properties.
10029
10030 (recentf-build-dir-rules, recentf-dump-variable)
10031 (recentf-edit-list, recentf-open-files-item)
10032 (recentf-open-files): Replaced unnecessary `mapcar' with new
10033 built-in `mapc'.
10034
10035 2000-11-23 Miles Bader <miles@gnu.org>
10036
10037 * faces.el (menu): Make inverse-video on ttys too.
10038
10039 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10040
10041 * simple.el (comment-line-break-function): Use the new name
10042 indent-new-comment-line -> comment-indent-new-line.
10043 (clone-indirect-buffer): Don't ignore NORECORD.
10044 (next-completion): Properly handle the case where items are adjacent.
10045
10046 * mouse.el (popup-menu): Stupid typo.
10047
10048 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10049
10050 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10051 maintainer, keywords tags.
10052
10053 * rect.el (replace-rectangle): Don't call string-rectangle-line
10054 with too many arguments.
10055
10056 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10057
10058 * ediff-util.el (ediff-file-checked-out-p)
10059 (ediff-file-checked-in-p): Call vc-state instead of
10060 vc-locking-user, which no longer exists.
10061
10062 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10063
10064 2000-11-22 Dave Love <fx@gnu.org>
10065
10066 * md5.el (md5): Provide.
10067 (md5): Fix error call.
10068
10069 2000-11-22 Miles Bader <miles@gnu.org>
10070
10071 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10072 (refill-fill-paragraph-at): Remove debugging code.
10073
10074 * calendar/calendar.el (generate-calendar-window): When we don't
10075 call `fit-window-to-buffer', make sure the top line is fully visible.
10076
10077 * image-file.el (insert-image-file): Don't make `read-only'
10078 property rear-nonsticky.
10079
10080 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10081 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10082 stashing away its original value.
10083 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10084 in the recursive edit.
10085 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10086 (isearch-done): Restore `minibuffer-message-timeout'.
10087
10088 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10089
10090 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10091
10092 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10093
10094 * find-lisp.el (find-lisp-find-files-internal):
10095 Use dolist, when and file-name-as-directory.
10096
10097 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10098 (define-derived-mode, define-minor-mode): Add specs.
10099
10100 * window.el: General comment and spacing fixes.
10101 (save-selected-window): Use backquotes.
10102 (window-safely-shrinkable-p): New function.
10103 (shrink-window-if-larger-than-buffer): Use it.
10104
10105 * subr.el (make-local-hook): Docstring fix.
10106
10107 * shell.el (shell-mode): Use define-derived-mode.
10108
10109 * newcomment.el (comment-indent): Insert comment before calling
10110 comment-indent-function. Don't insert in column 0.
10111 (comment-dwim): Indent before inserting comment.
10112
10113 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10114 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10115 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10116 Use mapc rather than map.
10117
10118 * files.el (find-buffer-visiting): Compare all attributes before
10119 declaring two files identical (rather than just their inode-no).
10120 (auto-mode-alist): Use \' rather than $.
10121
10122 * which-func.el: Update maintainer line.
10123
10124 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10125 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10126 (uniquify-buffer-file-name): Use it.
10127
10128 2000-11-22 Miles Bader <miles@gnu.org>
10129
10130 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10131 * simple.el (minibuffer-avoid-prompt): New function.
10132
10133 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10134
10135 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10136
10137 2000-11-21 Miles Bader <miles@gnu.org>
10138
10139 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10140 inclusion of `track-mouse'.
10141
10142 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10143 (refill-adjust-ignorable-overlay): New function.
10144 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10145 only the paragraph's tail if possible.
10146 Update `refill-ignorable-overlay'.
10147 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10148
10149 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10150 point inside the fill-prefix.
10151
10152 * textmodes/refill.el (refill-post-command-function): Don't reset
10153 refill-doit in the case where a self-insertion command doesn't
10154 case a refill. Use `refill-fill-paragraph-at', getting position
10155 from `refill-doit'.
10156 (refill-after-change-function): Set `refill-doit' to END.
10157 (refill-fill-paragraph-at): New function, mostly from old
10158 refill-fill-paragraph.
10159 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10160 (refill-pre-command-function): New function.
10161 (refill-mode): Add it to `pre-command-hook'.
10162
10163 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10164
10165 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10166
10167 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10168 javadoc tags.
10169
10170 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10171
10172 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10173 vc.el).
10174
10175 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10176 require vc.
10177
10178 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10179 checkouts.
10180
10181 2000-11-20 Dave Love <fx@gnu.org>
10182
10183 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10184
10185 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10186
10187 * calculator.el (calculator-paste): Use `if' instead of `and'
10188 and `or'.
10189 (calculator-help): Don't use electric-describe-mode for XEmacs.
10190
10191 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10192
10193 * info.el (info-menu-5): Doc fix.
10194
10195 * textmodes/artist.el: New file.
10196
10197 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10198
10199 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10200 and differentiate according to checkout model.
10201 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10202 since this function is only concerned with master state.
10203
10204 * vc-hooks.el (vc-workfile-unchanged-p)
10205 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10206
10207 * vc.el (vc-workfile-unchanged-p)
10208 (vc-default-workfile-unchanged-p): See above.
10209
10210 2000-11-19 Miles Bader <miles@gnu.org>
10211
10212 * image-file.el (insert-image-file): Make `intangible' and
10213 `read-only' properties rear-nonsticky too.
10214
10215 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10216
10217 * ps-print.el: Update copyright notice.
10218
10219 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10220 (tooltip-show): Use the offsets.
10221
10222 * bindings.el (mode-line-modified): Fix a typo.
10223 (mode-line-toggle-modified, mode-line-widen)
10224 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10225
10226 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10227
10228 * ps-print.el (toplevel): Test for find-coding-system being
10229 fboundp before calling ps-x-find-coding-system.
10230
10231 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10232
10233 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10234 (vc-version-backup-file): Docstring fix.
10235
10236 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10237
10238 * files.el (basic-save-buffer): Don't add a newline if
10239 find-file-literally is non-nil.
10240 (find-file-literally): Extend doc string.
10241
10242 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10243 sort(1) with the `-f' argument.
10244
10245 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10246
10247 * vc.el: Updated backend documentation.
10248 (vc-default-check-headers): New function.
10249
10250 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10251
10252 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10253 up-to-date.
10254 (vc-do-command): In the asynchronous case, output messages only if
10255 the minibuffer is not active.
10256
10257 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10258 `vc-cvs-use-edit' is on.
10259 (vc-cvs-checkout): When this is used for reverting the workfile,
10260 make a backup of the original contents and revert to that in case
10261 of error.
10262 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10263 remote repositories.
10264
10265 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10266 for both version and ratio in the minibuffer.
10267
10268 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10269 Use vc-do-command to perform the annotation, not call-process.
10270
10271 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10272
10273 * international/quail.el (quail-start-translation): Don't call
10274 `message' before reading key sequence.
10275
10276 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10277
10278 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10279
10280 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10281
10282 * window.el (fit-window-to-buffer): Be sure to acquire at least
10283 one text line even if the buffer is empty.
10284
10285 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10286
10287 * net/ange-ftp.el (ange-ftp-file-writable-p)
10288 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10289 Bind ange-ftp-process-verbose to nil.
10290
10291 2000-11-15 Dave Love <fx@gnu.org>
10292
10293 * wid-edit.el (widget-specify-field, widget-specify-button):
10294 If :help-echo is a function, set help-echo of overlay to
10295 widget-mouse-help.
10296 (widget-mouse-help): New function.
10297 (widget-echo-help): Rewritten for :help-echo functions only taking
10298 a widget arg.
10299
10300 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10301 Use display-graphic-p.
10302 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10303 and that JPEG is available.
10304 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10305
10306 * international/mule-cmds.el (locale-charset-language-names):
10307 Match @euro.
10308
10309 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10310
10311 * faces.el (face-set-after-frame-default):
10312 If `inhibit-default-face-x-resources' is bound, don't intialize the
10313 default face from X resources.
10314
10315 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10316
10317 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10318 Don't set EMACSLOADPATH.
10319
10320 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10321
10322 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10323 texinfo-insert-@url.
10324 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10325 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10326
10327 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10328
10329 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10330 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10331 (checkdoc-minor-keymap): Backward compatibility.
10332 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10333 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10334 (checkdoc-this-string-valid-engine): Be a bit more strict
10335 to avoid matching substrings of `...' quoted vars/funs.
10336 (checkdoc-defun-info): Only look for `interactive' if alone.
10337 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10338
10339 * progmodes/compile.el (grep): `tag-default' can be nil.
10340
10341 * newcomment.el (comment-indent): Paren typo.
10342
10343 2000-11-14 Dave Love <fx@gnu.org>
10344
10345 * calculator.el: New maintainer version.
10346
10347 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10348
10349 * cmuscheme.el: Doc fixes.
10350 (cmuscheme) <defgroup>: Use `scheme' as parent.
10351 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10352
10353 * xscheme.el (scheme-program-name): Don't define here.
10354
10355 * progmodes/scheme.el (scheme-program-name): New variable
10356 (originally in cmuscheme).
10357
10358 2000-11-14 Miles Bader <miles@gnu.org>
10359
10360 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10361 Handle header-lines. Don't loop forever if we can't enlarge the
10362 window anymore. Simplify a bit.
10363
10364 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10365
10366 * window.el (fit-window-to-buffer): Don't check
10367 window-text-height. Assure that the last line is fully visible.
10368
10369 * international/quail.el (quail-show-guidance-buf):
10370 Call fit-window-to-buffer to assure the enough height of the guidance
10371 buffer.
10372 (quail-update-guidance): Avoid making the guidance buffer shorter.
10373
10374 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10375
10376 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10377 rather than `prepend' and add an interesting comment.
10378 (tex-math-face, tex-font-lock-syntactic-face-function):
10379 New face and function to use it.
10380 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10381 than `menu-enable' symbol property.
10382 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10383 (tex-mode): Add some latex-mode commands for auto-selection.
10384 Use tex-font-lock-syntactic-face-function.
10385 (tex-insert-quote): Simplify.
10386 (tex-shell): New mode.
10387 (tex-start-shell): Use it.
10388 (tex-shell-proc, tex-shell-buf): New functions.
10389 (tex-send-command): Use it.
10390 (tex-main-file): Fix the meaning of the new arg REALFILE.
10391 (tex-send-tex-command): New function split from `tex-start-tex'.
10392 Set compilation-last-buffer and compilation-parsing-end.
10393
10394 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10395 when it follows non-comment text on the line.
10396
10397 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10398 Set font-lock-defaults.
10399 (lisp-mode-shared-map): Init inside the defvar.
10400 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10401 Use define-derived-mode.
10402
10403 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10404
10405 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10406
10407 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10408
10409 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10410 Don't recursively optimize body because that can lead to infinite
10411 recursion; see comment there.
10412
10413 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10414
10415 * faces.el (face-spec-set-match-display): Revert the change from
10416 2000-10-24. Add a FIXME for after v21.1.
10417
10418 2000-11-13 Miles Bader <miles@gnu.org>
10419
10420 * textmodes/fill.el (skip-line-prefix): New function.
10421 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10422 (fill-paragraph): Don't leave point inside the fill-prefix.
10423 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10424 point inside the fill-prefix.
10425
10426 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10427
10428 * calendar/calendar.el (generate-calendar-window):
10429 Use `fit-window-to-buffer'.
10430
10431 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10432
10433 * gud.el (gud-minor-mode): New var.
10434 (gud-symbol, gud-val): New functions.
10435 (gud-find-file): Copy gud-minor-mode to the new buffer.
10436 (gud-menu-map): Include entries for commands that are not always
10437 available, using :enable to (de)activate them.
10438 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10439 (gud-mode-map): New map.
10440 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10441 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10442 Don't set up gud's menu (it's done by the minor-mode).
10443 (gud-minibuffer-local-map): New.
10444 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10445 (gud-query-cmdline): New function.
10446 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10447 (gud-mode): Use define-derived-mode.
10448 Don't set up gud's menu (it's done by the minor-mode).
10449 (gud-chop-words): Remove.
10450 (gud-common-init): Use split-string instead.
10451 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10452
10453 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10454 Add keyword arg :name.
10455
10456 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10457 (diff-count-matches, diff-split-hunk): New functions.
10458 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10459
10460 * pcvs-info.el (cvs-fi-conflict-face): New var.
10461
10462 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10463 Make it into a simple syntax-table, shared among all submodes.
10464 (sh-heredoc-face): Re-introduce.
10465 (sh-font-lock-syntactic-face-function): New function.
10466 (sh-mode): Use it. Also use define-derived-mode.
10467 Remove old bogus setting of indent-region-function.
10468 (sh-set-shell): Don't set the syntax-table any more.
10469 (sh-mode-syntax-table) <defun>: Remove.
10470
10471 2000-11-12 Miles Bader <miles@gnu.org>
10472
10473 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10474 message if interactive.
10475
10476 2000-11-12 Dave Love <fx@gnu.org>
10477
10478 * mail/feedmail.el: Fix header,
10479 (feedmail) <defgroup>: Add :link.
10480
10481 * view.el: Use local-map property, not keymap on mode-line string.
10482
10483 * scroll-all.el (scroll-all-mode): Customize variable.
10484 Add autoload cookie to function.
10485
10486 * lazy-lock.el: Remove compatibility code.
10487
10488 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10489 (finder-help-echo): New variable.
10490 (finder-mouse-face-on-line): Add help-echo stuff.
10491 (finder-list-keywords, finder-list-matches): Use mapc.
10492
10493 * faces.el (face-font-registry-alternatives): Add :version.
10494
10495 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10496 tags-table-list.
10497
10498 * net/browse-url.el (browse-url-browser-function): Update :version.
10499
10500 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10501 (mail-mode): Use [:alnum:] in some regexps.
10502
10503 2000-11-10 Dave Love <fx@gnu.org>
10504
10505 * ediff.el (ediff-regions-internal, ediff-documentation):
10506 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10507 fundamental mode.
10508
10509 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10510 buffer into fundamental mode.
10511 (ediff-set-difference): Use copy-sequence if available.
10512
10513 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10514 Check ediff-patch-map non-nil.
10515 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10516 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10517 buffer into fundamental mode.
10518
10519 * ediff-merg.el (state-or-merge): Defvar when compiling.
10520
10521 2000-11-10 Jason Rumney <jasonr@gnu.org>
10522
10523 * w32-fns.el (w32-add-charset-info): New function.
10524 (w32-charset-info-alist): Use it.
10525
10526 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10527
10528 * faces.el (face-font-registry-alternatives): New user-option.
10529
10530 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10531
10532 * textmodes/texinfo.el (texinfo-block-default): New var.
10533 (texinfo-insert-block): Use it. Insert a newline if needed.
10534
10535 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10536 (fill-region-as-paragraph): Use it.
10537
10538 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10539 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10540 Tweak paragraph regexps to allow a leading [ \t]*.
10541 (tex-latex-block): Insert a newline if necessary.
10542 (latex-insert-item): Only insert a newline if necessary.
10543 (tex-guess-main-file): New function.
10544 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10545 Set tex-main-file if TeX-master is provided.
10546 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10547
10548 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10549
10550 * startup.el (command-line): Set the default tooltip-mode
10551 to t for graphical displays which implement x-show-tip.
10552
10553 * tooltip.el (tooltip-mode): Add a comment about startup.el
10554 setting the default value of this user-option.
10555
10556 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10557
10558 * font-lock.el (font-lock-*-face) <defvar>: Move.
10559 (font-lock-defaults-alist): Mark obsolete.
10560 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10561 (font-lock-mode): Use define-minor-mode.
10562 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10563 (font-lock-turn-off-thing-lock): Be more explicit.
10564 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10565 (font-lock-syntactic-face-function): New var.
10566 (font-lock-fontify-syntactically-region): Use it.
10567 (font-lock-doc-face): New.
10568
10569 * pcvs.el (cvs-enabledp): Ignore errors.
10570 (cvs-commit-filelist): Never query.
10571 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10572 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10573 (cvs-do-removal): Use cvs-partition rather than delete-if.
10574 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10575 cvs-bury-buffer.
10576
10577 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10578 Allow `next' to jump to after the end of the last match.
10579
10580 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10581
10582 * simple.el (byte-compiling-files-p): New function.
10583
10584 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10585 if it is there.
10586
10587 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10588 nil again.
10589
10590 * textmodes/ispell.el (ispell-library-path): Don't call
10591 check-ispell-version when byte-compiling because that starts
10592 an ispell process, and ispell might not be installed.
10593 (toplevel): Don't set up a menu when byte-compiling.
10594
10595 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10596 it, so that a boundp test can be used to determine if we're
10597 currently byte-compiling.
10598
10599 2000-11-09 Dave Love <fx@gnu.org>
10600
10601 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10602
10603 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10604
10605 * ps-print.el: Patch for variable initialization when spooling.
10606 Doc fix.
10607 (ps-output-list): Fun eliminated.
10608 (ps-begin-file, ps-begin-job): Code fix.
10609
10610 2000-11-08 Dave Love <fx@gnu.org>
10611
10612 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10613
10614 2000-11-08 Gerd Moellmann <gerd@gnu.org>
10615
10616 * simple.el (shell-command, display-message-or-buffer)
10617 (shell-command-on-region): Mention resize-mini-windows in the doc
10618 string.
10619 (display-message-or-buffer): Take the value of resize-mini-windows
10620 into account.
10621
10622 2000-11-07 Gerd Moellmann <gerd@gnu.org>
10623
10624 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10625
10626 * dired.el (dired-between-files): Add `^. find' as an alternative
10627 to the regular expression, for find-dired.
10628
10629 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10630
10631 * textmodes/texnfo-upd.el: Require texinfo.
10632 (defmacro, defgroup): Remove.
10633 (texinfo-section-to-generic-alist): Remove.
10634 Use texinfo-section-list instead (i.e. level is changed string->int).
10635 (texinfo-filter): New function.
10636 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
10637 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
10638 Use it. And use regexp-opt.
10639 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
10640 (texinfo-update-menu-region-beginning)
10641 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
10642 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
10643 (texinfo-update-menu-same-level-regexps): Update.
10644 (texinfo-update-node, texinfo-every-node-update)
10645 (texinfo-sequential-node-update): Remove autoload cookie.
10646
10647 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
10648 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
10649 (texinfo-chapter-level-regexp): Remove.
10650 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
10651
10652 2000-11-06 Dave Love <fx@gnu.org>
10653
10654 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
10655
10656 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10657 Match defun*.
10658
10659 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10660
10661 * composite.el (composition-function-table): Variable declaration
10662 moved to src/composite.c.
10663 (compose-chars-after): New optional arg object.
10664
10665 2000-11-06 Gerd Moellmann <gerd@gnu.org>
10666
10667 * bindings.el (mode-line-toggle-read-only)
10668 (mode-line-toggle-modified, mode-line-widen)
10669 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
10670 (make-mode-line-mouse2-map): Rewritten.
10671 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
10672 functions so that C-h k can show something with a doc string.
10673
10674 * startup.el (fancy-splash-delay): Set to 10 seconds.
10675 (fancy-splash-max-time): New user-option.
10676 (fancy-splash-stop-time): New variable.
10677 (fancy-splash-screens): Set it. Catch `stop-splashing'.
10678 (fancy-splash-screens-1): Throw `stop-splashing' when current
10679 time is greater than fancy-splash-stop-time.
10680
10681 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10682
10683 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
10684
10685 * pcvs.el (cvs-mode-marked): New arg `noquery'.
10686 Prompt user for a file rather than raising an error.
10687 (cvs-enabledp): Fix call to cvs-mode-marked.
10688 (cvs-insert-file): New function (extracted from cvs-mode-insert).
10689 (cvs-mode-insert): Use it. Change the init prompt' value.
10690 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
10691
10692 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
10693 Don't pass default arg to ewoc-locate.
10694 (ewoc-collect): Return result in the right order.
10695
10696 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
10697
10698 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
10699 (cvs-status-get-tags): Fix regexp.
10700 (cvs-status-trees, cvs-status-cvstrees):
10701 Combine after change hooks and don't sit-for.
10702 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
10703 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
10704 Use make-char rather than hard-coded cryptic data.
10705 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
10706
10707 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
10708
10709 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
10710 (cvs-insert-strings): New function.
10711
10712 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
10713
10714 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
10715 `mwheel-scroll-amount'.
10716 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
10717 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
10718 string-matching against the version string.
10719
10720 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10721
10722 * language/thai.el ("Thai"): Set a lisp form that produces
10723 composed string in `sample-text' language info.
10724
10725 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
10726 composed string in `sample-text' language info.
10727
10728 * international/mule-cmds.el (describe-language-environment):
10729 Eval `sample-text' data and insert the result.
10730
10731 * international/mule-conf.el (compound-text): Define this coding
10732 system here. Make x-ctext and ctext aliases of it.
10733
10734 * language/european.el (compound-text, ctext): Moved to
10735 international/mule-conf.el.
10736
10737 2000-11-05 Andrew Innes <andrewi@gnu.org>
10738
10739 * w32-fns.el (w32-version): New function.
10740
10741 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
10742
10743 * progmodes/awk-mode.el: Update copyright.
10744 (awk-mode-abbrev-table): Remove.
10745 (awk-font-lock-keywords): Use regexp-opt.
10746 (awk-mode): Use define-derived-mode.
10747
10748 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
10749 when extracting a suffix.
10750
10751 2000-11-04 Andre Spiegel <spiegel@gnu.org>
10752
10753 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
10754 auto-save-mode.
10755
10756 2000-11-04 Jason Rumney <jasonr@gnu.org>
10757
10758 * language/european.el (decode-mac-roman): Test against r1 not r0.
10759
10760 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
10761
10762 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
10763 (icon-mode): Define indent-line-function.
10764 (icon-comment-indent): Simplify.
10765 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
10766
10767 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
10768
10769 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10770 Bind change-log-default-mode to defeat the caching done on it.
10771 Don't bother saving excursion any more.
10772
10773 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
10774
10775 * frame.el (after-setting-font-hook): Rename hooks -> hook.
10776 (set-frame-font): Use the new name (and the old for compatibility).
10777
10778 * toolbar/tool-bar.el (tool-bar-mode):
10779 * time.el (display-time-mode):
10780 * recentf.el (recentf-mode):
10781 * paren.el (show-paren-mode):
10782 * mwheel.el (mouse-wheel-mode):
10783 * msb.el (msb-mode):
10784 * jka-compr.el (auto-compression-mode):
10785 * image-file.el (auto-image-file-mode):
10786 * hl-line.el (hl-line-mode):
10787 * delsel.el (delete-selection-mode):
10788 * autoinsert.el (auto-insert-mode):
10789 * complete.el (partial-completion-mode): Drop unneeded positional args.
10790
10791 * info.el (Info-mode):
10792 * comint.el (comint-mode): Don't bother with make-local-hook.
10793
10794 * log-edit.el (log-edit-menu): New menu.
10795
10796 2000-11-03 Miles Bader <miles@gnu.org>
10797
10798 * wid-edit.el (widget-end-of-line): Reinstate, with a new
10799 definition, so that trailing spaces are handled properly.
10800 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
10801
10802 2000-11-03 Gerd Moellmann <gerd@gnu.org>
10803
10804 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
10805 tab character.
10806 (fancy-splash-screens): Set tab-width to 20.
10807
10808 2000-11-03 Dave Love <fx@gnu.org>
10809
10810 * comint.el (comint-completion-addsuffix): Fix custom type.
10811
10812 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
10813
10814 * font-lock.el (font-lock-buffers): Remove.
10815 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
10816 (font-lock-change-major-mode): Remove.
10817 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
10818 (font-lock-default-fontify-region): Extend the multiline
10819 fontification to whole lines.
10820 (font-lock-fontify-anchored-keywords)
10821 (font-lock-fontify-keywords-region): If matching just one
10822 line (with \n) only mark the \n as multiline.
10823
10824 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
10825 Correctly handle the case where several :group args are supplied.
10826 Allow :extra-args.
10827 (easy-mmode-define-global-mode): Allow :extra-args.
10828 Correctly handle the case where several :group args are supplied.
10829
10830 2000-11-02 Miles Bader <miles@gnu.org>
10831
10832 * calendar/calendar.el (diary-face, calendar-today-face)
10833 (holiday-face): Remove dependency on `window-system'.
10834
10835 2000-11-02 Ken Raeburn <raeburn@gnu.org>
10836
10837 * Makefile.in (emacs): Set EMACSLOADPATH always.
10838 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
10839 (compile-files): Bomb out if compilation of a file fails.
10840
10841 2000-11-02 Dave Love <fx@gnu.org>
10842
10843 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
10844
10845 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
10846
10847 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
10848 punctuation in the warning inserted into the *mail* buffer.
10849
10850 2000-11-02 Gerd Moellmann <gerd@gnu.org>
10851
10852 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
10853 (authors-public-domain-p): New function.
10854 (authors-print): Use it.
10855
10856 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
10857
10858 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
10859
10860 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10861
10862 * ps-print.el: Extension for even/odd printing. Doc fix.
10863 (ps-print-version): New version number (6.3.1).
10864 (ps-even-or-odd-pages): Customization fix.
10865 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
10866 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
10867 (ps-page-count): Var replaced by `ps-page-column'.
10868 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
10869 (ps-print-sheet-p): New fun.
10870
10871 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10872
10873 * tooltip.el (tooltip-gud-tips-setup): New function.
10874 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
10875 (tooltip-mode): Call tooltip-gud-tips-setup.
10876 (tooltip-gud-tips): Use `gud-basic-call' instead of
10877 process-send-string, so the prompt gets frobbed appropriately.
10878 Handle nil return value from `tooltip-gud-print-command'.
10879
10880 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
10881
10882 * comint.el (comint-add-to-input-history): New function.
10883 (comint-send-input): Use `comint-add-to-input-history'.
10884
10885 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10886
10887 * info.el (info-menu-header): New face.
10888 (Info-fontify-menu-headers): New function.
10889 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
10890
10891 * info.el (Info-insert-dir): Don't include blank lines at
10892 beginning of additional dir files (one is added automatically).
10893
10894 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
10895
10896 * emacs-lisp/easy-mmode.el (define-minor-mode):
10897 Revert the latest changes.
10898 Allow the three positional arguments to be skipped and replaced
10899 by keyword arguments.
10900 Add a :toggle argument to determine whether a nil arg means toggle
10901 or means turn-on. The default is unchanged.
10902 Add a call to force-mode-line-update.
10903
10904 2000-11-01 Dave Love <fx@gnu.org>
10905
10906 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
10907
10908 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
10909
10910 * calendar/calendar.el (diary-face, holiday-face):
10911 Add dark-background variants.
10912
10913 2000-10-31 Sam Steingold <sds@gnu.org>
10914
10915 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
10916 `tex-main-file' does not have directory in it.
10917
10918 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
10919
10920 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
10921
10922 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
10923
10924 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
10925 functional change.
10926
10927 2000-10-31 Gerd Moellmann <gerd@gnu.org>
10928
10929 * files.el (find-file-noselect): When we expand a wildcard, return
10930 a list of buffers, as we should do according to the doc string.
10931
10932 2000-10-31 Ken Raeburn <raeburn@gnu.org>
10933
10934 * loadup.el (top level): Adjust load path if program name is
10935 "../src/bootstrap-emacs", in case it's not dumped and thus the
10936 load path adjustment hasn't already been done.
10937
10938 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10939
10940 * ps-print.el: Fix bug on selected pages for printing.
10941 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
10942 is on. Try to avoid warning messages when compiling. Doc Fix.
10943 (ps-print-version): New version number (6.3).
10944 (ps-color-device): Use `color-values' to determine if device
10945 supports color.
10946 (ps-color-values): Try to use `x-color-values' when using XEmacs.
10947 (ps-print-page-p): Changed from defsubst to defun.
10948 (ps-page-number): Changed from defmacro to defun.
10949 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
10950 printing.
10951 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
10952 (ps-end-file, ps-dummy-page): Funs eliminated.
10953 (ps-print-color-scale): Changed default value.
10954 (ps-page-n-up, ps-print-page-p): New internal vars.
10955 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
10956 (ps-plot-region, ps-generate, ps-end-job): Code fix.
10957
10958 * delim-col.el: Little programming improvement.
10959 (delimit-columns-str): New macro.
10960 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10961
10962 2000-10-31 Kenichi Handa <handa@etl.go.jp>
10963
10964 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
10965 Moved to european.el.
10966 (ccl-encode-mac-roman-font, fontset-mac): Modified for
10967 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10968 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
10969 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
10970
10971 2000-10-30 Dave Love <fx@gnu.org>
10972
10973 * progmodes/cc-menus.el (imenu-generic-expression)
10974 (imenu-progress-message): Only defvar when compiling.
10975
10976 * emacs-lisp/elp.el (elp-unload-hook): New function.
10977
10978 * loadhist.el (unload-feature): Call elp-restore-function,
10979 checking for symbols; don't use elp-restore-all.
10980 (loadhist-hook-functions): Doc fix.
10981
10982 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
10983
10984 * log-edit.el (log-edit-confirm): Fix the default.
10985
10986 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10987
10988 * delim-col.el: Little fix: replace delimit-columns-align-columns by
10989 delimit-columns-format.
10990 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10991
10992 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
10993
10994 * comint.el (comint-replace-by-expanded-history): Don't use
10995 comint-get-old-input (we're not looking at *old* input).
10996 (comint-get-old-input-default): If using fields, signal an error
10997 when the point is not in an input field.
10998
10999 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11000
11001 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11002 and mule-unicode-e000-ffff.
11003
11004 * international/mule.el (decode-char, encode-char): New functions.
11005 (make-coding-system): Accept a symbol of translation table as a
11006 value of property `safe-chars'.
11007
11008 * international/mule-cmds.el (encode-coding-char): Check property
11009 safe-chars instead of safe-charsets.
11010
11011 * international/fontset.el (fontset-default): Modified for
11012 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11013 (x-font-name-charset-alist): Likewise.
11014 (ccl-encode-unicode-font): New CCL program. Record it in
11015 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11016
11017 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11018 New translation tables.
11019 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11020 programs are modified and moved from mac-win.el.
11021 (mac-roman): Definition of this coding system is modified and
11022 moved from mac-win.el.
11023
11024 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11025
11026 * ediff-wind.el (ediff-setup-control-frame): Enclose
11027 face-attribute in condition-case to avoid errors in older emacsen.
11028
11029 2000-10-29 Miles Bader <miles@gnu.org>
11030
11031 * custom.el (custom-add-to-group): Allow multiple entries for a
11032 given value OPTION, as long as their widget types are different.
11033 * cus-edit.el (custom-face-value-create): If face name doesn't end
11034 with "face", add such here (similar to custom group widgets).
11035
11036 * comint.el (comint-highlight-prompt): Add :type.
11037
11038 2000-10-28 John Wiegley <johnw@gnu.org>
11039
11040 * calendar/timeclock.el (timeclock-log): Doc fix.
11041 (timeclock-last-event): Doc fix.
11042 (timeclock-log): Kill the timelog buffer after appending a new event.
11043 (timeclock-find-discrep): Use a temp buffer to read in the
11044 timelog, instead of visiting the file.
11045 (timeclock-log-data): A new function, along with a host of helper
11046 functions, for the purpose of making timelog data accessible to
11047 programmers.
11048
11049 * eshell/esh-mode.el (window-height test): Make certain that
11050 `eshell-stringify-t' is non-nil.
11051 (eshell-password-prompt-regexp): Changed to a much simpler
11052 password regexp.
11053 (eshell-send-input): If `eshell-invoke-directly' returns t,
11054 directly invoke the parsed command using `eval'. This improves
11055 turn-around time on simple commands by a factor of three or
11056 greater, such as cd, ls, pwd, etc. -- which get used very often.
11057 It also conserves thousands of cons cells per call (since
11058 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11059 in the Pacific Cookie Company).
11060
11061 * eshell/esh-test.el (eshell-test): Whitespace fix.
11062
11063 * eshell/em-ls.el (eshell-ls-insert-directory):
11064 Make `eshell-ls-initial-args' nil when inserting directory contents.
11065
11066 * eshell/em-script.el (eshell-script-initialize): Add names to
11067 `eshell-complex-commands, since `source' and `.' are complex.
11068
11069 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11070 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11071 `eshell-copy-handles'.
11072 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11073 bodies.
11074 (eshell-separate-commands): Whitespace fix.
11075 (eshell-complex-commands): Added a new list of names, for
11076 determining whether a given command is as simple as it looks.
11077 (eshell-invoke-directly): New function. Returns t if a command
11078 should be invoked directly (using `eval'), rather than indirectly
11079 using `eshell-do-eval'.
11080 (eshell-do-eval): Whitespace fix.
11081
11082 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11083 which provides an emulation of the DOS shell behavior of assuming
11084 that cp/mv/ln should copy/move/link to the current directory.
11085 (eshell-remove-entries): Added a doc string.
11086 (eshell-shuffle-files): Removed the check for `target' being null.
11087 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11088 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11089 it to do a smarter check of whether a destination was provided.
11090 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11091 (eshell/ln): Enable `:preserve-args', and use
11092 `eshell-mvcpln-template' to implement the body of the function.
11093 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11094 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11095 list after flattening it. This makes it possible to cat files
11096 with numerical names.
11097 (eshell-unix-initialize): Added several names to
11098 `eshell-complex-commands.
11099 (eshell-unix-command-complex-p): Return t if a given command name
11100 may result in external processes being invoked.
11101
11102 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11103 variable nil by default, since it slows down glob processing by a
11104 factor of two or more, and increases memory consumption.
11105
11106 * eshell/em-smart.el: Added a note about how memory consumptive
11107 smart display mode can be (at least this is true in Emacs 21).
11108 (eshell-smart-initialize): Whitespace fix.
11109 (eshell-refresh-windows): Use `if' instead of `when'.
11110 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11111 not necessary.
11112 (eshell-currently-handling-window): Added a missing global variable.
11113
11114 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11115 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11116 Whitespace fix.
11117 (eshell-ls-exclude-hidden): Added this variable in addition to
11118 `eshell-ls-exclude-regexp'. This one prevents files beginning
11119 with . from even being read, which can improve memory consumption
11120 quite a bit.
11121 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11122 read file entries beginning with a dot. In home directories with
11123 lots of hidden files, fully two-thirds of the time spent in ls is
11124 used to read directory entries that are immediately thrown away.
11125 (eshell-ls-initial-args): Added back this configuration variable,
11126 for specifying default initial arguments to every call to ls.
11127 Much faster than using an alias to do the same thing.
11128 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11129 (eshell-ls-dir): Whitespace change.
11130
11131 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11132
11133 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11134 (eshell-stringify-t): Added a customization variable, to indicate
11135 whether `t' should be rendered as a string at all. If not, one
11136 can still determine if the result of an expression is true using
11137 "file-exists-p FILE && echo true".
11138 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11139 stringify t!
11140
11141 * eshell/esh-module.el: Whitespace fix.
11142
11143 * eshell/em-alias.el (eshell-alias-initialize):
11144 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11145 (eshell-command-aliased-p): New function that returns t if a
11146 command name names an aliased.
11147
11148 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11149
11150 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11151 redrawing the screen when changing cursor color.
11152 (viper-insert-state-pre-command-sentinel)
11153 (viper-replace-state-pre-command-sentinel)
11154 (viper-replace-state-post-command-sentinel):
11155 Use viper-preserve-cursor-color.
11156 Many functions changed to use viper= instead of = when comparing
11157 characters.
11158 * viper-util.el (viper-memq-char,viper=): New functions for
11159 working with characters.
11160 (viper-change-cursor-color): Fixed buglet.
11161 Many functions changed to use viper= instead of = when comparing
11162 characters.
11163 * viper.el (viper-insert-state-mode-list): Added eshell.
11164
11165 * ediff-init.el (ediff-before-setup-hook): New hook.
11166 Several typos fixed in various docstrings.
11167 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11168 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11169 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11170 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11171 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11172 (ediff-get-selected-buffers): New function.
11173 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11174 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11175 Use save-window-excursion.
11176 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11177 termination check in while loop.
11178 * ediff.el (ediff-get-default-file-name): Better defaults when in
11179 dired buffer.
11180 (ediff-files,ediff-merge-files,ediff-files3)
11181 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11182
11183 2000-10-28 Dave Love <fx@gnu.org>
11184
11185 * info.el (Info-fontify-node): Add help-echo for menu items.
11186
11187 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11188
11189 * startup.el (normal-top-level): If the value of $TERM indicates
11190 we are running from xterm or one of its work-alikes, default to a
11191 light background mode.
11192
11193 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11194 * faces.el (tty-handle-reverse-video): New function.
11195 (tty-create-frame-with-faces): Call it.
11196
11197 * frame.el (frame-notice-user-settings): Don't apply
11198 default-frame-alist and initial-frame-alist to MS-DOS frames.
11199 Call tty-handle-reverse-video, frame-set-background-mode, and
11200 face-set-after-frame-default for non-MS-DOS frames.
11201
11202 * startup.el (tty-long-option-alist): New variable.
11203 (tty-handle-args): New function.
11204 (command-line): Call tty-handle-args.
11205
11206 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11207 startup.el now does that for all character-terminal frames.
11208
11209 2000-10-28 Miles Bader <miles@gnu.org>
11210
11211 * emacs-lisp/easy-mmode.el (define-minor-mode):
11212 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11213 is global. If :global is followed by a non-nil but non-t value,
11214 make the mode buffer-local, but also generate a `global-MODE'
11215 version using `easy-mmode-define-global-mode'.
11216 Add :conditional-turn-on keyword argument.
11217
11218 2000-10-28 Dave Love <fx@gnu.org>
11219
11220 * international/latin1-disp.el (latin1-char-displayable-p):
11221 Don't use window-system.
11222
11223 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11224
11225 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11226 Don't call find-buffer-file-type-coding-system. Instead, just
11227 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11228 if the file is on an untranslated filesystem.
11229 (add-untranslated-filesystem): Use "D" instead of "f" inside
11230 interactive.
11231
11232 2000-10-27 Dave Love <fx@gnu.org>
11233
11234 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11235 (refill-mode): Use it.
11236
11237 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11238
11239 * international/quail.el (quail-activate): Don't make-local-hook.
11240
11241 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11242
11243 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11244 manual backups and file.~<rev>.~ for automatic ones.
11245 (vc-make-version-backup): Don't do it on MS-DOS without long file
11246 names.
11247
11248 * vc.el (vc-version-other-window): If an automatic backup of the
11249 desired version exists, rename it instead of copying it.
11250
11251 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11252 after command. If there's an unexpected error, signal it instead
11253 of being silent.
11254 (vc-cvs-merge-news): Be prepared for no news at all.
11255
11256 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11257
11258 * shell.el (shell): Add BUFFER argument.
11259 * comint.el (make-comint-in-buffer): New function.
11260 (make-comint): Use it.
11261
11262 * faces.el (face-spec-choose): Change syntax so that the list of
11263 attribute-value pairs is now the cdr of each clause, not the cadr.
11264 Detect old-style entries, and handle them. Use pop.
11265
11266 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11267
11268 * cus-edit.el (custom-mode-map): Use a sparse map.
11269 (custom-mode): Don't bother with make-local-hook.
11270
11271 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11272
11273 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11274
11275 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11276
11277 * ps-print.el: Avoid compilation gripes.
11278 (ps-print-version): New version number (6.2.1).
11279
11280 2000-10-26 Dave Love <fx@gnu.org>
11281
11282 * menu-bar.el: Modify some menu item help strings.
11283 (menu-bar-help-menu): Add link to MORE.STUFF.
11284
11285 * cus-edit.el (custom-mode): Add `special' mode-class property.
11286
11287 * wid-browse.el (widget-browse-mode): Likewise.
11288
11289 * wid-edit.el (widget-specify-field): Revert to using local-map
11290 property, not keymap.
11291
11292 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11293
11294 * wid-edit.el (widget-field-end): When checking for a `boundary'
11295 field, do so in the correct buffer.
11296
11297 * simple.el (undo): Correctly distinguish between numeric and
11298 non-numeric prefix args in non-transient-mark-mode, as per the doc
11299 string. When in transient-mark-mode, treat all prefix-args as
11300 numeric.
11301
11302 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11303 Position point on match. Handle N == 0 correctly.
11304
11305 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11306 (comint-mode-map): Reverse order of `comint-write-output' and
11307 `comint-append-output-to-file'.
11308 (comint-append-output-to-file): Reinstate this function, for the
11309 benefit of the menu.
11310
11311 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11312
11313 * vc.el (vc-version-other-window): Bind `file'.
11314
11315 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11316
11317 * Makefile.in (update-authors): New target for maintenance purposes.
11318
11319 * emacs-lisp/authors.el (batch-update-authors): New function.
11320 (authors-fixed-entries): New defconst.
11321 (authors-add-fixed-entries): New function.
11322 (authors): Call it.: Don't process lispref/.
11323
11324 2000-10-25 Jason Rumney <jasonr@gnu.org>
11325
11326 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11327 Merge x w32 and mac definitions.
11328
11329 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11330
11331 * menu-bar.el (menu-bar-options-menu): Add a help string for
11332 `uniquify'.
11333
11334 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11335
11336 * time-stamp.el (time-stamp-string-preprocess):
11337 Fix a wrong type argument error.
11338
11339 2000-10-25 Miles Bader <miles@gnu.org>
11340
11341 * recentf.el (recentf-mode): Variable removed.
11342 (recentf-mode): Use `define-minor-mode'.
11343
11344 * mwheel.el (mouse-wheel-mode): New global minor mode.
11345 (mwheel-install): Use `mouse-wheel-mode'.
11346
11347 2000-10-25 Dave Love <fx@gnu.org>
11348
11349 * progmodes/cperl-mode.el (cperl-mode):
11350 Set normal-auto-fill-function correctly.
11351
11352 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11353 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11354 bindings.
11355
11356 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11357
11358 * wid-edit.el (widget-field-at): New function.
11359 (widget-at, widget-field-activate): Use it.
11360 (widget-tabable-at): Use `widget-at'.
11361 (widget-specify-field): If the terminating character of the widget
11362 field (which is read-only) is a newline, put it into a special
11363 `boundary' field so that C-n/C-p act more naturally.
11364 (widget-field-end): Also don't subtract one if a special
11365 `boundary' field has been added after the widget field.
11366
11367 * comint.el (comint-output-filter, comint-send-input):
11368 Don't bother adding stickiness fields to overlays to fool the field
11369 code, since it should notice the overlay insertion-types now.
11370
11371 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11372 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11373 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11374
11375 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11376
11377 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11378 (authors): Set file coding system to iso-2022-7bit.
11379 Add file-local variables to output buffer.
11380
11381 * files.el (after-find-file): Don't print any warnings if
11382 WARN is nil.
11383
11384 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11385
11386 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11387
11388 * delim-col.el: Now there is a column formatting mechanism.
11389 Modified to customization mechanisms convention. Doc fix.
11390 (columns): New group for delim-col.
11391 (delimit-columns-before, delimit-columns-after)
11392 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11393 (delimit-columns-end): New vars.
11394 (delimit-columns-customize, delimit-columns-format): New funs.
11395 (delimit-columns-region, delimit-columns-rectangle)
11396 (delimit-columns-rectangle-line): Modified to support column
11397 formatting.
11398
11399 2000-10-24 Dave Love <fx@gnu.org>
11400
11401 * log-edit.el (log-edit): Add :version and a :group for vc.
11402
11403 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11404
11405 * files.el (after-find-file): Don't print a message ``New file''
11406 if WARN is nil.
11407
11408 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11409 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11410 get duplicate tool-bar entries because we'll see the global ones
11411 on more than one path through keymaps.
11412
11413 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11414
11415 * progmodes/cmacexp.el: Change Francesco's email address.
11416
11417 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11418
11419 * window.el (fit-window-to-buffer): Adjust point of the window
11420 buffer, not that of the current buffer.
11421
11422 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11423
11424 * progmodes/cmacexp.el: Update the euthor's email address.
11425
11426 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11427
11428 * faces.el (face-spec-set-match-display): Add `graphic' display
11429 type (the inverse of `tty'). Use `display-graphic-p' instead of
11430 the window-system variable.
11431
11432 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11433
11434 * international/isearch-x.el (isearch-with-input-method):
11435 Call input-method-function with the first event in
11436 unread-command-events.
11437
11438 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11439
11440 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11441
11442 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11443
11444 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11445 New charsets.
11446
11447 * term/mac-win.el: Remove definitions of mac-roman-lower and
11448 mac-roman-upper, require dired, and define instead of set
11449 mac-ready-for-drag-n-drop to avoid compilation error.
11450
11451 2000-10-23 Andrew Innes <andrewi@gnu.org>
11452
11453 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11454 Remove superfluous calls to subst-char-in-string; instead apply
11455 expand-file-name after convert-standard-filename to ensure
11456 expected directory separators are used.
11457
11458 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11459
11460 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11461
11462 2000-10-23 Dave Love <fx@gnu.org>
11463
11464 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11465 (tool-bar-add-item): Set foreground and background for XBM icons.
11466
11467 * international/latin1-disp.el (latin1-char-displayable-p):
11468 New function (from Handa).
11469 (latin1-display-check-font): Use it.
11470
11471 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11472 using :key-sequence, making it much more usable.
11473 Use nconc, not append.
11474 (imenu--create-keymap-1): Avoid append.
11475
11476 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11477
11478 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11479
11480 [the following changes fix a bug where `define-minor-mode' didn't
11481 correctly generate :require clauses for defcustoms in compiled files]
11482 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11483 (byte-compile-log-file, byte-compile-log-1): Don't set
11484 `byte-compile-current-file' to nil. Instead set
11485 `byte-compile-last-logged-file' to it. Test whether
11486 byte-compile-current-file equals byte-compile-last-logged-file
11487 instead of whether its nil.
11488 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11489
11490 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11491
11492 * textmodes/refill.el: Fix var names in doc.
11493 (refill-mode): Don't bother with make-local-hook anymore.
11494
11495 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11496
11497 * faces.el (face-user-default-spec, face-default-spec): New functions.
11498 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11499 (frame-set-background-mode, face-set-after-frame-default):
11500 Use `face-user-default-spec'. Simplify code slightly.
11501
11502 * woman.el (woman-italic-face, woman-bold-face)
11503 (woman-unknown-face): Add dark-background variants.
11504 (woman-default-faces): Renamed from `woman-colour-faces'.
11505 Set using the stored defaults, rather than using hard-wired colors.
11506 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11507 Just make the foreground `unspecified' rather than "black".
11508 (woman-menu): Rename menu entries accordingly.
11509
11510 * faces.el (header-line): Make more reasonable on mono/grayscale
11511 displays.
11512
11513 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11514
11515 * cus-edit.el (custom-button-face): Use 3D look for mac.
11516 (custom-button-pressed-face): Likewise.
11517
11518 * faces.el (set-face-attributes-from-resources): Handle mac frames
11519 in the same way as x and w32 frames.
11520 (face-valid-attribute-values): Likewise.
11521 (read-face-attribute): Likewise.
11522 (defined-colors): Likewise.
11523 (color-defined-p): Likewise.
11524 (color-values): Likewise.
11525 (display-grayscale-p): Likewise.
11526 (face-set-after-frame-default): Likewise.
11527 (mode-line): Same default face as for x and w32.
11528 (tool-bar): Likewise.
11529
11530 * frame.el: Remove call to frame-notice-user-settings at end of
11531 the file.
11532
11533 * info.el (Info-fontify-node): Make underlines invisible for mac
11534 as for x, pc, and w32 frame types.
11535
11536 * term/mac-win.el: New file.
11537
11538 2000-10-22 Dave Love <fx@gnu.org>
11539
11540 * textmodes/refill.el: New file.
11541
11542 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11543
11544 * vc-hooks.el (vc-version-backup-file-name): New optional args
11545 MANUAL and REGEXP.
11546 (vc-delete-automatic-version-backups, vc-make-version-backup):
11547 New functions.
11548 (vc-before-save): Use the latter.
11549 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11550 confusion.
11551
11552 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11553 expected by vc[-hooks].el.
11554
11555 * vc.el (vc-checkout): Added `-p' suffix in call to
11556 vc-make-version-backups-p; use vc-make-version-backup to actually
11557 make the backup.
11558 (vc-version-other-window, vc-version-backup-file): Handle both
11559 automatic and manual backups.
11560 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11561 of all of them.
11562
11563 2000-10-22 Miles Bader <miles@gnu.org>
11564
11565 * comint.el (comint-highlight-input, comint-highlight-prompt):
11566 Renamed, `-face' at end removed.
11567 (comint-send-input, comint-output-filter): Use renamed faces.
11568
11569 * window.el (fit-window-to-buffer): Change defaulting of
11570 MAX-HEIGHT slightly.
11571
11572 * faces.el (color-values, color-defined-p): Use `member', not
11573 `memq', because it works correctly for strings.
11574 (frame-set-background-mode): Actually, "unspecified-fg" and
11575 "unspecified-bg" *are* strings. Use `member', not `memq', and
11576 `equal', not `eq', when a string value is possible.
11577
11578 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11579
11580 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11581
11582 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11583
11584 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11585 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11586 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11587 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11588 (sh-font-lock-syntactic-keywords): Use them.
11589 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11590 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11591 (sh-mode): Don't override font-lock-unfontify-region-function.
11592 Use a copy of sh-font-lock-syntactic-keywords.
11593 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11594 Don't call sh-scan-buffer since font-lock does it on the fly.
11595 (sh-get-indent-info): Use `face' rather than `syntax-table'
11596 text-property to detect here-documents.
11597 Replace sh-special-syntax with sh-st-punc.
11598 (sh-prev-line): Use `face' rather than `syntax-table'
11599 text-property to skip over here-documents.
11600 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11601 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11602 (sh-electric-less, sh-set-here-doc-region)
11603 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11604 (sh-scan-buffer, sh-rescan-buffer): Remove.
11605
11606 2000-10-21 Andrew Innes <andrewi@gnu.org>
11607
11608 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11609 remote (ange-ftp) file names.
11610
11611 2000-10-21 Miles Bader <miles@gnu.org>
11612
11613 * window.el (fit-window-to-buffer): New function.
11614 (shrink-window-if-larger-than-buffer): Use it.
11615 (window-text-height): Don't expect minibuffers to have mode-lines.
11616
11617 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11618 * international/quail.el (quail-update-guidance):
11619 Use `fit-window-to-buffer' instead of `set-window-text-height'.
11620
11621 * international/quail.el (quail-show-guidance-buf): Make sure
11622 guidance window really has enough room.
11623 (quail-update-guidance): If quail-guidance-win is already shown,
11624 make sure its height is OK.
11625
11626 * window.el (window-text-height, set-window-text-height):
11627 New functions.
11628 (shrink-window-if-larger-than-buffer): Use `window-text-height'
11629 instead of `window-height' & `mode-line-window-height-fudge'.
11630 (mode-line-window-height-fudge): Add FACE parameter.
11631 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
11632 instead of `enlarge-window' & `mode-line-window-height-fudge'.
11633
11634 2000-10-20 Miles Bader <miles@gnu.org>
11635
11636 * window.el (height-affecting-face-attributes): Use `defconst'.
11637
11638 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
11639 New function, conditionally aliased to `mode-line-window-height-fudge'.
11640 (ispell-help): Use it.
11641 (ispell-choices-win-default-height): Don't include mode-line fudge.
11642 (ispell-choices-win-default-height): New function.
11643 (ispell-show-choices, ispell-command-loop): Use function
11644 `ispell-choices-win-default-height' instead of variable.
11645
11646 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
11647
11648 * window.el (mode-line-window-height-fudge): New variable.
11649 (height-affecting-face-attributes): New variable.
11650 (mode-line-window-height-fudge): New function.
11651 (shrink-window-if-larger-than-buffer): Use it.
11652 * help.el (resize-temp-buffer-window): Likewise.
11653
11654 * info.el (Info-fontify-node): Add support for @subsubsection
11655 titles, which use `Info-title-4-face'.
11656 (Info-title-4-face): New face.
11657 (Info-title-3-face): Inherit from Info-title-4-face instead of
11658 variable-pitch.
11659
11660 2000-10-19 Jason Rumney <jasonr@gnu.org>
11661
11662 * dired.el (dired-insert-directory): Do not let errors signalled by
11663 attempt to run dired-free-space-program prevent dired from working.
11664
11665 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
11666
11667 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
11668
11669 2000-10-19 Gerd Moellmann <gerd@gnu.org>
11670
11671 * dirtrack.el (dirtrack): Fix call to run-hooks.
11672
11673 * cmuscheme.el (cmuscheme-program-name): Renamed from
11674 scheme-program-name because xscheme.el contains a defcustom with
11675 the same name. As a consequence, customizing group `cmuscheme'
11676 loaded `xscheme' which redefined run-scheme.
11677 (run-scheme): Use cmuscheme-program-name.
11678
11679 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
11680
11681 * play/doctor.el (doctor-death): Update the Samaritans'
11682 anonymous address, and add a website for Befrienders International.
11683
11684 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11685
11686 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
11687 Avoid compilation gripes. Doc fix.
11688 (ps-print-version): New version number (6.2).
11689 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11690 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
11691 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
11692 (ps-x-extent-priority, ps-x-extent-start-position)
11693 (ps-x-face-font-instance, ps-x-find-coding-system)
11694 (ps-x-font-instance-properties, ps-x-make-color-instance)
11695 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
11696 avoid compilation gripes without defining functions.
11697 (ps-e-find-composition): Alias for function find-composition, to have a
11698 suitable function depending on Emacs version.
11699 (ps-color-device, ps-color-values, ps-face-foreground-name)
11700 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
11701 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
11702 (ps-print-ensure-fontified): Function definitions surrounded by
11703 `eval-and-compile' to avoid compilation gripes.
11704 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
11705 by symbol-value to avoid compilation gripes.
11706 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
11707 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
11708
11709 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11710
11711 * startup.el (normal-top-level): Call `frame-set-background-mode'
11712 after `frame-notice-user-settings' because the latter doesn't call
11713 the former on a tty.
11714
11715 * faces.el (frame-set-background-mode): `unspecified' &c are
11716 symbols, not strings.
11717
11718 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11719
11720 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
11721 why some "light*" colors are deliberately absent from the alist.
11722
11723 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
11724 Change colors for tty's, as suggested by Miles Bader.
11725
11726 2000-10-19 Kenichi Handa <handa@etl.go.jp>
11727
11728 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
11729 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
11730 for ISO10646-1 fonts.
11731 (x-font-name-charset-alist): Add an entry for "iso10646-1".
11732
11733 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11734
11735 * faces.el (frame-set-background-mode): If a tty frame defines a
11736 background color, use that to compute the background mode, instead
11737 of always defaulting to "dark".
11738
11739 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11740
11741 * comint.el (comint-write-output): New function.
11742 (comint-mode-map): Add it to the menu.
11743 Bind `C-c C-s' to comint-write-output.
11744
11745 2000-10-18 Gerd Moellmann <gerd@gnu.org>
11746
11747 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
11748 Use fancy-splash-delay.
11749
11750 2000-10-18 Alex Schroeder <alex@gnu.org>
11751
11752 * progmodes/sql.el (sql-sybase-options): New option.
11753 (sql-sybase): Use it. Add sql-database to the list of parameters
11754 provided for login. The options -w 2048 -n are not used any more.
11755
11756 * comint.el (comint-read-input-ring): Bugfix such that the first
11757 and the last entry of the input ring file are not lost.
11758
11759 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11760
11761 * ps-print.el: Internal variable changes to defcustom,
11762 make-local-hook changes to defvar. Doc fix.
11763 (ps-print-version): New version number (6.1).
11764 (ps-setup, ps-do-despool): Code fix.
11765 (ps-printer-name): Customization fix.
11766 (ps-printer-name-option): Now is a defcustom instead of an
11767 internal variable.
11768 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
11769 (ps-print-begin-column-hook): Now are defvar instead of
11770 make-local-hook.
11771
11772 2000-10-18 Miles Bader <miles@gnu.org>
11773
11774 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
11775 (comint-kill-output): Changed into an alias for `comint-delete-output',
11776 and made obsolete.
11777 (comint-mode-map): Rename references to comint-kill-output.
11778
11779 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
11780
11781 * diff-mode.el (diff-header-face, diff-file-header-face)
11782 (diff-changed-face): Add bold and italic attributes to tty faces.
11783 (diff-function-face): New face.
11784 (diff-font-lock-keywords): Use it.
11785
11786 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
11787
11788 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
11789 Remove commented-out call to force-mode-line-update.
11790 (comint-kill-output): Use `forward-line 0' instead of
11791 beginning-of-line to make sure we get past the prompt.
11792
11793 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
11794
11795 * diff-mode.el (diff-header-face, diff-file-header-face):
11796 Add specific setting for dark background.
11797 (diff-context-face): Renamed from diff-comment-face.
11798 Set explicitly rather than inheriting from font-lock-comment-face.
11799
11800 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11801
11802 * startup.el (command-line): Move the code which sets the default
11803 TTY colors to before before-init-hook.
11804
11805 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11806
11807 * jit-lock.el (jit-lock-stealth-time): Doc fix.
11808
11809 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11810
11811 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
11812 extensions, for MS-DOS.
11813
11814 * diff-mode.el (diff-header-face, diff-file-header-face)
11815 (diff-changed-face): Define tty-specific colors.
11816
11817 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11818
11819 * startup.el (fancy-splash-text): Realign the text.
11820
11821 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11822
11823 * font-lock.el (font-lock-comment-face): Define a separate default
11824 for dark-background tty's.
11825
11826 2000-10-17 Miles Bader <miles@gnu.org>
11827
11828 * help.el (resize-temp-buffer-window): Add hack to avoid last line
11829 being obscured by whizzy mode-lines on graphics displays.
11830
11831 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11832
11833 * info.el (Info-title-1-face, Info-title-2-face)
11834 (Info-title-3-face): Define colors for tty's.
11835 (info-header-node): Remove unneeded tty-specific definition.
11836
11837 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
11838
11839 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
11840 reverse from the frame parameters, and don't invert foreground and
11841 background colors.
11842
11843 2000-10-16 Miles Bader <miles@gnu.org>
11844
11845 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
11846 string "*Info*". Call propertized-buffer-identification to spruce
11847 up the result.
11848
11849 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11850
11851 * help.el: Provide `help' for the sake of define-minor-mode
11852 which generates defcustoms with requires.
11853
11854 * jit-lock.el (jit-lock-after-change): If we're in text that
11855 matches a multi-line font-lock pattern, make sure the whole text
11856 will be redisplayed.
11857
11858 * emacs-lisp/authors.el (authors-add): Don't add an entry if
11859 author's name is unknown.
11860
11861 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
11862 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
11863 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
11864 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
11865 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
11866 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
11867 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
11868 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
11869 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
11870 Add author information.
11871
11872 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
11873
11874 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
11875 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
11876 full-color version (using the Gimp) to eliminate dithering artifacts.
11877
11878 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11879
11880 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
11881
11882 * simple.el (syntax-flag-table, string-to-syntax): Remove.
11883
11884 2000-10-15 Dave Love <fx@gnu.org>
11885
11886 * progmodes/sh-script.el: Require skeleton and comint when compiling.
11887
11888 * pcomplete.el (pcomplete) <defgroup>: Add :version.
11889
11890 * whitespace.el: Doc fixes.
11891 (top-level): Don't add hooks here.
11892 (whitespace-running-emacs): Deleted.
11893 (timer): Don't require.
11894 (whitespace): Add back :version conditional on xemacs test.
11895 (whitespace-spacetab-regexp, whitespace-indent-regexp)
11896 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
11897 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
11898 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
11899 Avoid specific xemacs test.
11900 (whitespace-global-mode): New option.
11901 (whitespace-global-mode): New command.
11902 (whitespace-unload-hook): New function.
11903
11904 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
11905 (Info-fontify-node, Info-goto-node, Info-mode-menu)
11906 (Info-fontify-node): `Goto' goes to `Go to'.
11907 (Info-fontify-node): Add help-echo to xref links.
11908
11909 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
11910
11911 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
11912
11913 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11914
11915 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
11916 Use plist-get and allow :inherit.
11917
11918 * emacs-lisp/cl-macs.el (cl-do-arglist):
11919 Use plist-get and plist-member instead of memq.
11920
11921 * emacs-lisp/ewoc.el (ewoc-location): New function.
11922 (ewoc-enter-after, ewoc-enter-before): Document return value.
11923 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
11924 Don't need make-local-hook any more.
11925 (cvs-addto-collection): Return the new tin.
11926 (cvs-mode-insert): Jump to the new line.
11927
11928 * jit-lock.el (jit-lock-fontify-buffer): Remove.
11929
11930 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
11931
11932 * font-lock.el (font-lock-syntactically-fontified): New var.
11933 (font-lock-fontify-syntactic-keywords-region): Use it.
11934 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
11935
11936 * diff-mode.el (diff-find-file-name): Fix regexp.
11937
11938 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11939 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
11940
11941 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
11942 (sh-mode-syntax-table): Add punctuation syntax for < and >.
11943 (sh-mode): Don't make all vars local here.
11944 (sh-kw): Reformat.
11945 (sh-set-shell): Use dolist. Don't set indent-region-function.
11946 (sh-mode-syntax-table): Use pop.
11947 (sh-remember-variable): Use push.
11948 (sh-help-string-for-variable): Use memq.
11949 (sh-safe-backward-sexp): Remove.
11950 (sh-safe-forward-sexp): Add ARG.
11951 (sh-get-indent-info, sh-prev-stmt): Use it.
11952 (sh-prev-line): Simplify by using forward-comment.
11953 (sh-this-is-a-continuation): Simplify.
11954 (sh-learn-buffer-indent): Use dolist.
11955 (sh-do-nothing): Remove.
11956 (sh-set-char-syntax, sh-set-here-doc-region):
11957 Use inhibit-modification-hooks.
11958 (sh-name-style): Use mapcar and push.
11959 (sh-load-style): Use dolist.
11960 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
11961 (sh-case, sh-while-getopts): Use propertize directly rather
11962 than sh-electric-rparen.
11963
11964 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
11965
11966 * textmodes/tex-mode.el: Require CL when compiling.
11967 (tex-mode-syntax-table): Init immediately.
11968 (tex-mode-map): Bind M-RET to latex-insert-item.
11969 (latex-mode): Set indent-line-function to latex-indent.
11970 (tex-common-initialization): Don't setup the syntax-table any more.
11971 (latex-insert-item): New skeleton.
11972 (tex-next-unmatched-end): Fix copy/paste braino.
11973 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
11974 (latex-indent, latex-find-indent): New functions.
11975 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
11976 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
11977 (tex-compilation-parse-errors): Use with-syntax-table.
11978
11979 2000-10-15 Miles Bader <miles@gnu.org>
11980
11981 * font-lock.el (font-lock-comment-face): Change dark-background,
11982 color, non-tty, default to `chocolate1'.
11983
11984 2000-10-13 John Wiegley <johnw@gnu.org>
11985
11986 * eshell/esh-util.el (require): Added a missing `require' form,
11987 needed when compiling (for an ange-ftp macro definition).
11988
11989 2000-10-13 Dave Love <fx@gnu.org>
11990
11991 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
11992
11993 2000-10-13 Gerd Moellmann <gerd@gnu.org>
11994
11995 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
11996
11997 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
11998 transparent -colors 8).
11999
12000 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12001
12002 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12003 that breaks with old list format timestamps.
12004 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12005 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12006
12007 2000-10-13 John Wiegley <johnw@gnu.org>
12008
12009 * align.el, pcomplete.el, calendar/timeclock.el,
12010 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12011
12012 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12013 faulty math, where holiday hours were being computing as seconds.
12014
12015 2000-10-13 John Wiegley <johnw@gnu.org>
12016
12017 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12018 specifying what "other" kinds of buffers should be saved.
12019 This used to be hard-coded.
12020 (desktop-buffer-misc-functions): A global for specifying how
12021 auxiliary data should be determined for special buffer types.
12022 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12023 instead of hard-coding the special buffer types.
12024 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12025 auxiliary data, instead of hard-coding for Info buffers and dired.
12026 (desktop-buffer-info-misc-data): Aux function for determining Info
12027 buffer auxiliary info.
12028 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12029 (desktop-buffer-info): Changed this function to use the info
12030 gathered above.
12031 (desktop-create-buffer): Be a little more careful about what
12032 `minor-mode' means before calling it. This is important for some
12033 buffer types.
12034
12035 2000-10-13 John Wiegley <johnw@gnu.org>
12036
12037 * eshell/esh-util.el: Added a global form which declares an
12038 autoload for `parse-time-string', if that function is not already
12039 defined, and if parse-time.el is available on the user's system.
12040
12041 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12042 to be aware of ange-ftp user info.
12043 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12044 (eshell-ls-annotate): Use `eshell-file-attributes'.
12045 (eshell-ls-file): Made the user-id printing code a bit smarter.
12046
12047 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12048 allow identification of alias user ids in remote directories.
12049 It's manual, but there's no other way to know when the current user
12050 on the local machine, is also the owning user on the remote machine.
12051 (fboundp): Bind `ange-cache'.
12052 (eshell-directory-files-and-attributes): Re-organized the logic a
12053 bit to use `eshell-file-attributes' instead of `file-attributes'.
12054 The former is more sensitive to directories that are read via FTP,
12055 and knows how to use ange-ftp to determine full attribute
12056 information, instead of just the name and last modtime.
12057 (eshell-current-ange-uids): Return the current user id when in a
12058 remote directory.
12059 (eshell-parse-ange-ls): Parse a full directory listing that has
12060 been returned by ange-ftp.
12061 (eshell-file-attributes): This beefed up version of
12062 `file-attributes' is only special if the user is currently in a
12063 remote directory, in which case it does a lot of work to find out
12064 what the real attributes of a file are, as they appear on the
12065 remote machine. This makes usage of remote directories (i.e.,
12066 ange-ftp pathnames) much more useful. You can now use Eshell as a
12067 full-fledged FTP client, with much more manipulation ability than
12068 most other clients.
12069
12070 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12071 variable, which means that Eshell's du should always be preferred
12072 in remote directories.
12073 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12074 just `file-attributes'.
12075 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12076 when reading remote directories. This is an Eshell-specific
12077 variable (not part of ange-ftp).
12078 (eshell/ln): Bind `ange-cache'.
12079 (eshell/du): Added some extra logic for determining when to use
12080 Eshell's du (which is slow), and when to use the external version
12081 (which may or may not exist).
12082
12083 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12084 Call `eshell-interactive-process', rather than using
12085 `get-buffer-process', since backgrounded processes don't count in
12086 the context of this function's logic.
12087
12088 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12089 `forward-char', so that null strings are parsed correctly.
12090
12091 2000-09-13 John Wiegley <johnw@gnu.org>
12092
12093 * eshell/em-pred.el (eshell-pred-file-type)
12094 (eshell-pred-file-links, eshell-pred-file-size):
12095 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12096
12097 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12098 that remote file globbing is more efficient.
12099
12100 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12101 gathering the files and attributes within a directory.
12102
12103 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12104 the command line is a special file (not a regular file, directory
12105 or symlink), always attempt to call the external version of cat.
12106
12107 2000-09-13 John Wiegley <johnw@gnu.org>
12108
12109 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12110 Eshell-friendly version of find-tag.
12111
12112 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12113
12114 * image-file.el (image-file-name-extensions)
12115 (image-file-name-regexps): Add autoload cookies.
12116
12117 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12118
12119 * international/mule-cmds.el (select-safe-coding-system): If FROM
12120 is string, show it in *Warning* buffer.
12121
12122 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12123
12124 * startup.el (normal-top-level): Use display-popup-menus-p instead
12125 of window-system.
12126 (command-line): Use display-graphic-p instead of window-system.
12127 (command-line-1): Use display-popup-menus-p and display-mouse-p
12128 instead of window-system.
12129
12130 2000-10-12 Sam Steingold <sds@gnu.org>
12131
12132 * tooltip.el (tooltip-use-echo-area): New user variable.
12133 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12134
12135 2000-10-12 Dave Love <fx@gnu.org>
12136
12137 * recentf.el: Maintainer's checkdoc fixes.
12138
12139 * startup.el (normal-top-level-add-subdirs-to-load-path):
12140 Use character class, not ASCII when matching file names.
12141 (fancy-splash-head): Add trailing slash to URL.
12142 (command-line): Don't require XPM support for toolbar.
12143
12144 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12145 (cperl-invalid-face): Revert last change.
12146 (cperl-init-faces): Quote cperl-invalid-face.
12147
12148 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12149
12150 * startup.el (fancy-splash-text): Remove superfluous quote.
12151
12152 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12153
12154 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12155 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12156 (command-line-1): Don't use fancy-splash-pending-command.
12157 (fancy-splash-screens-1): Goto point-min after inserting text.
12158
12159 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12160
12161 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12162 instead of shared-lisp-mode-map.
12163
12164 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12165
12166 * faces.el (header-line): Change tty-variant to use underlining.
12167
12168 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12169 (isearch-highlight): Restore lazy-isearch face properties at old
12170 position, and suppress them at new position.
12171 (isearch-dehighlight): Restore lazy-isearch face properties.
12172 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12173 over the real isearch overlay, but in that case, don't give it a
12174 face property. Use `push'.
12175
12176 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12177
12178 * man.el (Man-getpage-in-background): Fix previous change.
12179 Decode the process output only when we are in multibyte mode.
12180
12181 2000-10-11 Dave Love <fx@gnu.org>
12182
12183 * info.el (Info-mode-menu): Fix some help.
12184 (info-tool-bar-map): Add entry for Info-last.
12185
12186 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12187 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12188 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12189 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12190 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12191 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12192 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12193 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12194 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12195 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12196 Reduce colour requirements to 25 overall. (Probably wants
12197 revisiting from the originals to reduce further.)
12198
12199 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12200
12201 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12202 buffer-file-coding-system, instead of raw-text.
12203 (dehexlify-buffer): Bind coding-system-for-read to
12204 buffer-file-coding-system, instead of raw-text.
12205
12206 2000-10-11 Sam Steingold <sds@gnu.org>
12207
12208 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12209 `underline' - fixes the bug introduced on 2000-09-21.
12210
12211 2000-10-11 Dave Love <fx@gnu.org>
12212
12213 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12214 Avoid compiler warnings.
12215 (scheme-mode): Doc fix.
12216 (scheme-font-lock-keywords-1): Match `define-syntax'.
12217
12218 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12219
12220 * faces.el (frame-set-background-mode): Pay attention to saved
12221 face specs as well as default ones. Only do anything if the
12222 bg-mode or display-type has actually changed. Use `dolist'.
12223 (region): Make dark-background `region' face less in-your-face.
12224
12225 2000-10-10 Sam Steingold <sds@gnu.org>
12226
12227 * chistory.el, ielm.el, ledit.el:
12228 * progmodes/inf-lisp.el, progmodes/scheme.el:
12229 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12230
12231 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12232
12233 * textmodes/texinfo.el: Update copyright and fix typo.
12234
12235 * desktop.el (desktop-modes-not-to-save): New var.
12236 (desktop-save-buffer-p): Use it.
12237 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12238 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12239
12240 2000-10-10 Dave Love <fx@gnu.org>
12241
12242 * toolbar/tool-bar.el (tool-bar-add-item)
12243 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12244
12245 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12246 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12247 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12248 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12249 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12250 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12251 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12252 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12253 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12254 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12255 the .xpms; probably need retouching.
12256
12257 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12258
12259 * subr.el (add-to-list): Add optional argument APPEND.
12260 * battery.el (display-battery): Use `add-to-list'.
12261
12262 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12263
12264 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12265 properties.
12266 (zone, zone-when-idle, zone-leave-me-alone)
12267 (zone-pgm-whack-chars): Use new symbol properties.
12268
12269 * battery.el (display-battery): Doc spelling fix.
12270
12271 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12272 property.
12273
12274 2000-10-09 Dave Love <fx@gnu.org>
12275
12276 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12277 has been initialized before calling tool-bar-setup.
12278 (tool-bar-add-item-from-menu): Add autoload cookie.
12279
12280 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12281
12282 * menu-bar.el (send-mail-item-name): New function.
12283 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12284 of mail-user-agent in the menu. Don't display the "Send Mail"
12285 item if mail-user-agent is nil or its value is ignore.
12286 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12287 if read-mail-command is nil or its value is ignore.
12288
12289 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12290
12291 2000-10-09 Miles Bader <miles@gnu.org>
12292
12293 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12294 Correct image size.
12295 * toolbar/left_arrow.xpm: Correct image size.
12296
12297 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12298 will be done by the definition of `auto-compression-mode' if
12299 necessary. Move code to uninstall existing file-name handler
12300 before definition of `auto-compression-mode'.
12301
12302 * image-file.el (auto-image-file-mode): Move to the end of the
12303 file, because `define-minor-mode' actually calls the mode-function
12304 if the associated variable is non-nil, which requires that all
12305 needed functions be already defined.
12306
12307 * mouse.el (popup-menu): Balance parens.
12308
12309 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12310
12311 * mouse.el (popup-menu): Move the command call outside the loop
12312 so that popup-menu returns whatever the command returns.
12313
12314 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12315 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12316 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12317 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12318
12319 * vc.el (vc-version-diff): diff-switches can be a list.
12320 Use relative filenames for prettier output.
12321
12322 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12323 (vc-post-command-functions): Remove old-VC compatibility code.
12324
12325 * newcomment.el (comment-indent-default): Autoload.
12326
12327 * font-lock.el (font-lock-defaults): Make buffer-local.
12328 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12329 (font-lock-choose-keywords):
12330 Ignore LEVEL unless KEYWORDS is a list of syms.
12331 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12332 Don't wrap regexp-opt things in \(...\) unnecessarily.
12333
12334 * jit-lock.el: Don't require font-lock any more.
12335 (jit-lock-functions): Make buffer-local.
12336 (jit-lock-saved-fontify-buffer-function): Remove.
12337 (jit-lock-mode): Remove autoload cookie.
12338 Remove font-lock specific code.
12339 (jit-lock-unregister): Don't bother handling complex hooks any more.
12340 (jit-lock-refontify): New function.
12341 (jit-lock-fontify-buffer): Use it.
12342 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12343 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12344 Add optional args START and END.
12345 Never call font-lock-fontify-region directly.
12346 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12347
12348 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12349
12350 2000-10-08 Dave Love <fx@gnu.org>
12351
12352 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12353
12354 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12355
12356 * play/studly.el (studlify-region, studlify-word): Add autoload
12357 cookie.
12358
12359 * play/morse.el (morse-region, unmorse-region): Add autoload
12360 cookie.
12361
12362 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12363 concat.
12364
12365 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12366 insist on symbols starting with word syntax.
12367 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12368 (eval-defun-1): Doc fix.
12369 (indent-sexp): Use nconc to build up indent-stack.
12370
12371 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12372 Gnus with little use.
12373 (mail-setup-hook): Add mail-abbrevs-setup to options.
12374
12375 * recentf.el: Doc fixes.
12376
12377 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12378 Clean up remainder.
12379
12380 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12381 without timezone and (8) with timezone to enforce some whitespace.
12382 Simplify code somewhat.
12383
12384 * options.el (list-options): Doc that you should use customize.
12385
12386 * iswitchb.el (iswitchb-mode): Add :require.
12387
12388 * info.el (Info-goto-node, Info-menu): Doc fix.
12389 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12390 (info-tool-bar-map): New variable.
12391 (Info-mode): Use it.
12392 (Info-edit-map): Define all in defvar.
12393 (speedbar-attached-frame): Avoid compiler warning.
12394
12395 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12396 (global-map): Bind [tool-bar] to a filtered map.
12397 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12398 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12399 Allow PBM icons.
12400 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12401
12402 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12403 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12404 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12405 icons, except up_arrow, which is left-arrow rotated.
12406
12407 * imenu.el (imenu-add-to-menubar): Fix last change.
12408
12409 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12410
12411 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12412 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12413
12414 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12415
12416 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12417 typos in doc strings.
12418
12419 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12420 the doc strings how to customize Font Lock faces.
12421
12422 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12423 computing growth when dragging the header line.
12424
12425 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12426
12427 * simple.el (kill-line): Doc fix.
12428
12429 2000-10-08 Miles Bader <miles@gnu.org>
12430
12431 * faces.el (secondary-selection): Make foreground visible on tty.
12432
12433 * jka-compr.el (auto-compression-mode): Move to the end of the
12434 file, because `define-minor-mode' actually calls the mode-function
12435 if the associated variable is non-nil, which requires that all
12436 needed functions be already defined.
12437 (with-auto-compression-mode): Add autoload cookie.
12438
12439 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12440
12441 * files.el (find-backup-file-name) [ms-dos]: If support for long
12442 file names is not available, behave as if version-control were set
12443 to never.
12444
12445 2000-10-07 Dave Love <fx@gnu.org>
12446
12447 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12448 (browse-url-gnome-moz): New function.
12449 (browse-url-browser-function): Use it.
12450 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12451
12452 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12453
12454 * indent.el (tab-always-indent): New var.
12455 (indent-for-tab-command): Use it.
12456
12457 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12458 raise an error. This way it can still default to a sane value.
12459
12460 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12461
12462 * startup.el (fancy-splash-screens): Use local rather than global map.
12463 Don't use `update-menu-bindings' any more.
12464 Get rid of assumptions about keymap representation.
12465
12466 2000-10-06 Dave Love <fx@gnu.org>
12467
12468 * textmodes/fill.el (sentence-end-double-space)
12469 (sentence-end-without-period): Doc fix.
12470 (adaptive-fill-regexp): Purecopy.
12471 (unjustify-current-line): Use line-end-position.
12472 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12473
12474 * net/eudc-vars.el (eudc): Add :version, :link.
12475
12476 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12477
12478 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12479 Fix for define-minor-mode.
12480 (function-at-point): Alias to function-called-at-point.
12481
12482 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12483
12484 * simple.el (backward-word): Doc fix.
12485
12486 * image-file.el (image-file-name-regexp): image-file-regexps ->
12487 image-file-name-regexps.
12488 (image-file-name-extensions): Add pbm.
12489
12490 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12491
12492 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12493 and add filename to the names so that diff-mode can jump to source.
12494
12495 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12496 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12497 (tex-font-lock-keywords-1): Remove.
12498 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12499 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12500 (font-lock-default-fontify-region):
12501 Expand beg..end correctly when just following a multiline region.
12502 (font-lock-fontify-anchored-keywords):
12503 Include the anchor text as part of the multiline.
12504
12505 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12506
12507 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12508 latter needs the autoloaded define-minor-mode macro during the
12509 bootstrap.
12510
12511 * startup.el (command-line): For now, activate tool-bar-mode only
12512 if XPM images are supported.
12513
12514 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12515 window by dragging a header-line at the top of the frame; that's
12516 confusing because the header-line doesn't move.
12517 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12518 of treating the event as a list. Some cleanup.
12519
12520 2000-10-06 Miles Bader <miles@gnu.org>
12521
12522 * simple.el (display-message-or-buffer): New function.
12523 (shell-command-on-region): Use `display-message-or-buffer'.
12524
12525 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12526 docstring parts.
12527
12528 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12529 (smbclient-prompt-regexp): Add usage note to doc string.
12530 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12531 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12532 Use add-hook for adding the comint filter function, and only do so
12533 if it's not already in the global hook list.
12534 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12535 to `make-local-variable'.
12536 (nslookup-font-lock-keywords): Remove prompt entry.
12537 (nslookup): Don't set the process-filter.
12538 (finger): Exit the loop correctly when the regexps list runs out.
12539 (ftp, smbclient, smbclient-list-shares):
12540 Set the real major mode immediately, not after execing.
12541 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12542
12543 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12544
12545 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12546
12547 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12548
12549 * which-func.el (which-func-format): Remove spurious space.
12550 (which-func-mode): Don't make it permanent-local.
12551 (which-func-ff-hook): Allow which-func-maxout to be nil.
12552 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12553 (which-func-mode): Simplify.
12554 Use post-command-idle-hook rather than post-command-hook.
12555 Go through all buffers and update their state.
12556 (which-function): Also try add-log-current-defun-function.
12557
12558 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12559 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12560 Update call to with-vc-properties accordingly.
12561 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12562 (vc-revert-buffer): More careful about window selection and deletion.
12563 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12564
12565 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12566 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12567 (cvs-dired-action): Change the default to quickdir.
12568
12569 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12570 if comment-indent-function returns nil.
12571 (comment-indent-default): New function.
12572 (comment-indent-function): Use it and document the new semantics.
12573
12574 * image-file.el: Docstring fixes.
12575
12576 * help.el (help-xref-on-pp): Use match-string.
12577 (describe-variable): New arg BUFFER.
12578 Store the current buffer in the help-xref-stack.
12579 (temp-buffer-resize-mode): Use define-minor-mode.
12580
12581 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12582 consistently with its docstring.
12583 Set jit-lock-first-unfontify-pos in an idempotent way.
12584 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12585
12586 2000-10-05 Alex Schroeder <alex@gnu.org>
12587
12588 * sql.el (sql-mysql-options): New variable.
12589 (sql-mysql): Use it.
12590
12591 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12592
12593 * image.el (image): New group.
12594
12595 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12596 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12597
12598 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12599
12600 * net/net-utils.el (nslookup-font-lock-keywords)
12601 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12602 Ignore the value of wqindow-system; always define keywords
12603
12604 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12605
12606 * startup.el (fancy-splash-screens): Remove the code for
12607 debugging; `(trace-to-stderr "EXITTT\n")'.
12608
12609 2000-10-05 Miles Bader <miles@gnu.org>
12610
12611 * diff-mode.el (diff-goto-source): Update call to
12612 `diff-hunk-status-msg' to reflect new REV variable.
12613
12614 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
12615
12616 * progmodes/icon.el (icon-mode):
12617 Don't gratuitously override the default for comment-column.
12618
12619 * vc-hooks.el (vc-mode-line): Fix interactive spec.
12620
12621 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12622 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12623 (jit-lock-functions): New var.
12624 (jit-lock-function-1): Use it if non-nil.
12625 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
12626 Set the `fontified' property before doing the fontification to avoid
12627 repeatedly going through the same error.
12628 Don't turn errors into messages.
12629 (jit-lock-register, jit-lock-unregister): New functions.
12630
12631 * dired.el (dired-mark-pop-up): Turn comment into docstring.
12632 Use with-current-buffer.
12633
12634 * dired-aux.el (dired-do-create-files, dired-kill-tree):
12635 Turn comment into docstring.
12636
12637 * apropos.el (apropos-mode): Use define-derived-mode.
12638
12639 2000-10-04 Gerd Moellmann <gerd@gnu.org>
12640
12641 * startup.el (fancy-splash-pending-command): New variable.
12642 (fancy-splash-pre-command): New function.
12643 (fancy-splash-screens): Rewritten.
12644 (command-line-1): If fancy-splash-pending-command is set, call it
12645 interactively.
12646
12647 2000-10-04 Dave Love <fx@gnu.org>
12648
12649 * toolbar/tool-bar.el (tool-bar-setup): New function.
12650 (tool-bar-mode): Use it.
12651
12652 * subr.el (substitute-key-definition): Doc fix.
12653 (play-sound-file): New command.
12654
12655 2000-10-04 Andre Spiegel <spiegel@gnu.org>
12656
12657 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
12658 vc-version-backup-file-name): New functions.
12659
12660 * files.el (basic-save-buffer): Call vc-before-save before saving.
12661
12662 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
12663 vc-cvs-stay-local-p.
12664
12665 * vc.el (vc-revert-buffer): Handle empty diff properly.
12666 (vc-version-backup-file): New function.
12667 (vc-checkout): Create a version backup if necessary.
12668 (vc-checkin): If a version backup file exists, delete it.
12669 (vc-version-diff): Diff locally using version backups, if available.
12670 (vc-revert-file): If there's a version backup, revert locally.
12671 (vc-transfer-file): Use version backup for base version, if
12672 available. If not, ask for confirmation whether to get it from the
12673 server. Update mode line before check-in.
12674
12675 2000-10-04 Dave Love <fx@gnu.org>
12676
12677 * toolbar/tool-bar.el (tool-bar-setup): New function.
12678 (tool-bar-mode): Use it.
12679
12680 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12681
12682 * net/net-utils.el (nslookup-font-lock-keywords)
12683 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12684 Only set if window-system is non-nil
12685 (net-utils-run-program): Returns buffer.
12686 (network-connection-reconnect): Added this function.
12687
12688 * generic.el:
12689 Incorporates extensive cleanup and docfixes by
12690 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
12691 Uses cl compile-time macros.
12692 (generic-mode-name, generic-comment-list)
12693 (generic-keywords-list, generic-font-lock-expressions)
12694 (generic-mode-function-list, generic-mode-syntax-table):
12695 Removed variables.
12696 (generic-mode-alist): Renamed to generic-mode-list.
12697 (generic-find-file-regexp): Default changed to "^#".
12698 (generic-read-type): Uses completing read on generic-mode-list.
12699 (generic-mode-sanity-check): removed this function.
12700 (generic-add-to-auto-mode): Removed this function
12701 (generic-mode-internal): Bind mode-specific definitions
12702 into function instead of putting them in alist.
12703 (generic-mode-set-comments): Reworked extensively.
12704 (generic-mode-find-file-hook): Simplified regexp searching
12705 (generic-make-keywords-list): Omit extra pair of parens
12706
12707 * find-lisp.el (find-lisp-find-files-internal):
12708 Make sure directory name ends with "/".
12709
12710 * generic-x.el (apache-conf-generic-mode):
12711 Regexp now allows leading whitespace.
12712 (rc-generic-mode): Added eval-when-compile
12713 around generic-make-keywords-list.
12714 Deleted duplicate regexp
12715 (rul-generic-mode): Added eval-when-compile
12716 around generic-make-keywords-list.
12717 (etc-fstab-generic-mode): New generic mode.
12718 (rul-generic-mode): Removed one eval-when-compile
12719 which caused a max-specpdl-size exceeded error.
12720
12721 2000-10-04 Miles Bader <miles@gnu.org>
12722
12723 * simple.el (minibuffer-temporary-goal-position): New variable.
12724 (next-history-element): Try to keep the position of point in the
12725 input string constant.
12726
12727 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
12728 (dired-do-create-files): If there's only one file, pass it in as
12729 the DEFAULT arg to dired-mark-read-file-name.
12730
12731 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
12732
12733 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
12734 (diff-goto-source): Be smarter when choosing REVERSE or not.
12735
12736 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
12737 (texinfo-mode-menu): Add an explicit shortcut for update all.
12738
12739 2000-10-03 Andre Spiegel <spiegel@gnu.org>
12740
12741 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
12742 factorize backend-specific code cleanly (this was essentially
12743 conceived by Stefan Monnier).
12744 (vc-unregister): Function removed.
12745 (vc-revert-file): New function.
12746 (vc-revert-buffer): Delegate some of the work to it.
12747
12748 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
12749 default branch unconditionally.
12750 (vc-rcs-set-default-branch): New function.
12751 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
12752 (vc-rcs-checkin): If an appropriate default branch has been set,
12753 force creation of that branch.
12754 (vc-rcs-receive-file): Rewritten to contain only backend-specific
12755 code (as suggested by Stefan Monnier).
12756
12757 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12758
12759 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
12760 highlighting overlay with a different face over the overlay
12761 isearch uses to highlight the current match because that can lead
12762 to bad face combinations.
12763
12764 * loadup.el (toplevel): Load faces before isearch.
12765
12766 * isearch.el (isearch-faces): New custom group.
12767 (isearch): New defface; was already tested for in the code.
12768 (isearch-lazy-highlight-face): Changed to defface from defcustom.
12769 (isearch-highlight): Always use face `isearch'.
12770
12771 2000-10-02 Dave Love <fx@gnu.org>
12772
12773 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
12774 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
12775 comparison of opcode with operand.
12776
12777 2000-10-03 Miles Bader <miles@gnu.org>
12778
12779 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
12780 buffer, since the echo area will now grow to accommodate them.
12781
12782 2000-10-02 Andre Spiegel <spiegel@gnu.org>
12783
12784 * vc-hooks.el (vc-registered): If FILE used to be registered under
12785 a certain backend, try that one first.
12786
12787 * vc.el (vc-responsible-backend): Undo the previous change in the
12788 argument list. Handle multiple backends correctly.
12789 (vc-find-new-backend): Function removed.
12790 (vc-register): Use vc-responsible-backend, as before.
12791 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
12792
12793 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12794
12795 * startup.el (fancy-splash-head): Change message below the
12796 logo.
12797
12798 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
12799
12800 * diff-mode.el (diff-goto-source): Emit a status message.
12801 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
12802 (diff-test-hunk): Fix doc string.
12803 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
12804 (diff-advance-after-apply-hunk): New variable.
12805 (diff-apply-hunk): Don't return a value.
12806
12807 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
12808
12809 * vc.el (vc-editable-p): Minor optimization.
12810 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
12811 (vc-find-new-backend): New function split from vc-responsible-backend.
12812 (vc-register): Use it.
12813 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
12814 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
12815 (vc-default-unregister, vc-revert-buffer): Docstring fix.
12816 (vc-clear-headers): Don't use find-file.
12817 (vc-revert-buffer): Use `and' again (must have been a braino).
12818 (vc-switch-backend): Only prompt if requested.
12819 Short circuit if nothing is to be done.
12820 Don't use vc-resynch-buffer which could lose unsaved editing.
12821 (vc-default-receive-file): Update call to vc-unregister.
12822 (with-vc-file, vc-next-action-on-file):
12823 Use vc-backend rather than vc-registered.
12824 (vc-next-action-on-file): Use intern-soft.
12825 Deal with read-only *vc-diff* buffer.
12826 (vc-transfer-file): Docstring fix.
12827
12828 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
12829 (vc-rcs-receive-file): Avoid with-vc-properties.
12830 Update call to vc-unregister.
12831 Use constant `RCS' rather than (dynamically bound) var `backend'.
12832
12833 2000-10-01 Andre Spiegel <spiegel@gnu.org>
12834
12835 * vc.el (vc-next-action-on-file): Update mode line only if file
12836 is visited.
12837 (vc-start-entry): New argument initial-contents. Don't visit the file
12838 if it isn't already visited. Brought documentation up-to-date.
12839 (vc-next-action, vc-register): Updated calls to vc-start-entry.
12840 (vc-checkin): New optional arg initial-contents, which is passed to
12841 vc-start-entry.
12842 (vc-finish-logentry): Make sure to bury log buffer only if there
12843 really is one. Call `vc-resynch-buffer' on log-file, not
12844 buffer-file-name.
12845 (vc-default-comment-history, vc-default-wash-log): New functions.
12846 (vc-index-of): Removed.
12847 (vc-transfer-file): Make do without the above.
12848 (vc-default-receive-file): Call comment-history unconditionally. Pass
12849 the resulting string to vc-checkin, instead of inserting it into the
12850 comment ring.
12851
12852 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
12853 unconditionally. Use the comments as initial contents of the log
12854 entry buffer. Document the trick to force branch creation with no
12855 changes.
12856
12857 2000-10-01 Miles Bader <miles@gnu.org>
12858
12859 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
12860 `recenter' with an arg to prevent redrawing the display.
12861
12862 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
12863
12864 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
12865
12866 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
12867
12868 * progmodes/c-mode.el (c-mode):
12869 Don't gratuitously override the default for comment-column.
12870
12871 * textmodes/tex-mode.el (latex-metasection-list): New var.
12872 (latex-imenu-create-index): Use it.
12873 Move the regexp construction outside loops (and use push).
12874 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
12875 (tex-font-lock-keywords): Moved from font-lock.el.
12876 (tex-comment-indent): Remove.
12877 (tex-common-initialization): Don't set comment-indent-function.
12878 (latex-block-default): New var.
12879 (tex-latex-block): Use it to provide a default choice.
12880 Add any unknown choice to latex-block-names.
12881 Insert [...] after {...}.
12882 (tex-last-unended-begin): Simplify regexp.
12883 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
12884 (latex-forward-sexp-1, latex-forward-sexp): New functions.
12885 (latex-mode): Set forward-sexp-function.
12886
12887 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
12888 Add regexp for @ignore ... @end ignore.
12889 (texinfo-heading-face): New face.
12890 (texinfo-font-lock-keywords): Use it.
12891 (texinfo-mode-menu): New menu.
12892 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
12893 New functions.
12894 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
12895 (texinfo-section-types-regexp, texinfo-section-level-regexp)
12896 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
12897 Remove declaration.
12898 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
12899
12900 * delsel.el (delete-selection-mode): Use define-minor-mode.
12901
12902 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
12903
12904 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12905
12906 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
12907
12908 2000-09-30 Gerd Moellmann <gerd@gnu.org>
12909
12910 * replace.el (keep-lines-read-args): New function.
12911 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
12912 read arguments interactively. Add parameters RSTART and REND.
12913 Operate on the active region in Transient Mark mode.
12914
12915 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
12916
12917 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
12918 (authors-obsolete-files-regexps): New variable.
12919 (authors-add): Don't record changes in obsolete files.
12920
12921 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12922
12923 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
12924
12925 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
12926 (comment-indent): Make sure there's a space between code and comment.
12927 Shift comments left to avoid going past fill-column.
12928
12929 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12930
12931 * startup.el (startup-echo-area-message): New function.
12932 (display-startup-echo-area-message): Use it.
12933 (fancy-splash-screens): Rewritten to use keymaps and a timer.
12934 (fancy-splash-default-action): New function.
12935 (fancy-splash-screens-1): New function.
12936 (fancy-splash-head): Put a help-echo and a keymap under the image.
12937
12938 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12939
12940 * diff-mode.el (diff-add-log-file-name): Remove.
12941 (diff-mode): Use add-log-buffer-file-name-function.
12942
12943 * add-log.el (find-change-log): New arg BUFFER-FILE.
12944 (add-log-file-name): Obey add-log-file-name-function.
12945 (add-log-buffer-file-name-function): New var.
12946 (add-change-log-entry): Use it.
12947
12948 2000-09-29 Miles Bader <miles@gnu.org>
12949
12950 * image-file.el (image-file-name-extensions): New variable.
12951 (image-file-name-regexps): Renamed from `image-file-regexps'.
12952 New default value is nil. Call `auto-image-file-mode'.
12953 (image-file-name-regexp): New function.
12954 (auto-image-file-mode): New minor mode.
12955 (insert-image-file): Don't make conditional on the image-file
12956 handler being enabled.
12957 (image-file-handler): Make the call here conditional instead.
12958 (set-image-file-handler-enabled, enable-image-file-handler)
12959 (disable-image-file-handler): Functions removed.
12960
12961 * emacs-lisp/authors.el (authors-print): Rephrase many-files
12962 string.
12963
12964 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12965
12966 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
12967 it's a function from CL.
12968 (latex-imenu-create-index): Replace eval-when-compile with progn
12969 because latex-section-alist is not bound while compiling.
12970
12971 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12972
12973 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
12974 (outline-mode): Use define-derived-mode.
12975
12976 * progmodes/perl-mode.el (perl-mode):
12977 * progmodes/awk-mode.el (awk-mode):
12978 * progmodes/asm-mode.el (asm-mode):
12979 Don't gratuitously override the default for comment-column.
12980
12981 * emacs-lisp/lisp.el (lisp-complete-symbol):
12982 Distinguish the let-binding case from the funcall case.
12983 (forward-sexp-function): New variable.
12984 (forward-sexp): Use it.
12985
12986 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
12987 (easy-mmode-defmap): Remove the now useless autoload.
12988
12989 * time.el (display-time-mode): Use define-minor-mode.
12990
12991 * subr.el (add-minor-mode): Don't eval NAME.
12992 Don't depend on the presence of TOGGLE-FUN for any special behavior.
12993 Use if rather than cond.
12994
12995 * simple.el (read-expression-map): Define more properly.
12996 (comment-indent-hook): Remove.
12997 (string-to-syntax): Bug fix.
12998
12999 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13000 (cvs-ediff-diff): Fix typo.
13001 (cvs-revert-if-needed): Don't bother preserving read-only.
13002
13003 * paren.el (show-paren-mode): Use define-minor-mode.
13004
13005 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13006 (toggle-auto-compression): Remove.
13007 (jka-compr-build-file-regexp): Remove useless grouping.
13008
13009 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13010 Avoid user-reserved bindings.
13011 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13012 (diff-header-face): Revert to grey85.
13013
13014 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13015
13016 * complete.el (partial-completion-mode) <defcustom>: Remove.
13017 (partial-completion-mode): Use define-minor-mode.
13018 (PC-do-completion): Understand `completion-auto-help = delay'
13019 to mean to popup the completion buffer only the second time.
13020 (PC-include-file-all-completions, PC-include-file-all-completions)
13021 (PC-include-file-all-completions): Don't quote lambda.
13022
13023 * comint.el (comint-mode-hook): Docstring fix.
13024 (comint-mode): Use define-derived-mode.
13025 (comint-mode-map): Remove obsolete comment.
13026 (make-comint): Minor stylistic change.
13027 (comint-insert-clicked-input): Be more careful to find the overlay.
13028 Use this-command-keys rather than hardcoding mouse-2.
13029
13030 * font-lock.el: Replace confusing (,@ with ,
13031 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13032 Don't use regexp-opt-depth. Spice up the regexp for args.
13033 Don't distinguish between cmds that can take an opt arg or not.
13034 Use `append' and `prepend' rather than `keep'.
13035
13036 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13037 (latex-outline-regexp): New var.
13038 (latex-outline-level): New fun.
13039 (latex-section-alist): New var.
13040 (latex-imenu-create-index): Use it. Use `push' as well.
13041 (tex-shell-map): Initialize it properly.
13042 (tex-mode): Minor stylistic change.
13043 (plain-tex-mode): Use define-derived-mode.
13044 (latex-mode): Use define-derived-mode.
13045 Construct the paragraph regexps in a more readable way.
13046 Set the buffer-local outline-{level,regexp} vars.
13047 (slitex-mode): Derive from latex-mode.
13048 (tex-common-initialization): Don't kill-all-vars anymore.
13049 Add setting for comment-add and font-lock-defaults.
13050 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13051 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13052 (tex-start-tex): New arg DIR (and send a chdir command for it).
13053 Also display the shell buffer and save it in tex-last-buffer-texed.
13054 (tex-region): Use expand-file-name rather than concat.
13055 Remove code made useless by changes in tex-start-tex.
13056 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13057
13058 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13059
13060 2000-09-28 Dave Love <fx@gnu.org>
13061
13062 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13063
13064 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13065
13066 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13067 `append'.
13068
13069 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13070
13071 * info.el (Info-extract-pointer): Undo last change.
13072 Instead, fix the position of the `bound' arg to re-search-backward.
13073
13074 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13075
13076 * info.el (Info-extract-pointer):
13077 Widen more carefully, to avoid finding pointers in other nodes.
13078 (Info-index): Use push.
13079
13080 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13081
13082 * frame.el (set-frame-font): Remove call to obsolete function
13083 frame-update-faces.
13084 (set-foreground-color, set-background-color): Likewise for
13085 frame-update-face-colors.
13086
13087 2000-09-27 Miles Bader <miles@gnu.org>
13088
13089 * image-file.el: New file.
13090
13091 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13092
13093 * frame.el (frame-notice-user-settings): Don't call
13094 frame-update-faces, which is a no-op now.
13095
13096 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13097 tool-bar-lines.
13098
13099 2000-09-27 Dave Love <fx@gnu.org>
13100
13101 * mouse.el: Fix last change.
13102
13103 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13104
13105 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13106
13107 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13108
13109 * international/quail.el (quail-help): The output message is
13110 improved.
13111
13112 2000-09-26 Dave Love <fx@gnu.org>
13113
13114 * mouse.el (popup-menu): If POSITION is nil, set it using
13115 mouse-position.
13116
13117 2000-09-25 Sam Steingold <sds@gnu.org>
13118
13119 * net/browse-url.el (browse-url-file-url): Check for null maps.
13120
13121 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13122
13123 * frame.el (frame-notice-user-settings): Don't add a
13124 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13125
13126 * frame.el (frame-notice-user-settings):
13127 Make tool-bar-mode and default-frame-alist consistent.
13128
13129 * toolbar/tool-bar.el (tool-bar-help): New function.
13130
13131 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13132
13133 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13134 current-load-list in top-level forms. Else this leaks a cons cell
13135 every time a defun is called.
13136
13137 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13138
13139 2000-09-25 Dave Love <fx@gnu.org>
13140
13141 * startup.el (fancy-splash-head): Check XPM is available.
13142
13143 * autoinsert.el (auto-insert): Doc fix.
13144 (auto-insert-alist): Following GNU notices, don't say `copyright
13145 _by_'. Use line-beginning-position.
13146 (auto-insert): Check buffer-file-name is non-nil before use.
13147
13148 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13149
13150 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13151 starting with `@def' or `@multitable', in addition to ones
13152 specified by the user in auto-fill-inhibit-regexp.
13153
13154 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13155
13156 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13157 rmail-dont-reply-to-names matches the empty string.
13158
13159 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13160
13161 * startup.el (command-line-1, fancy-splash-text): Change the
13162 text to sound more friendly.
13163
13164 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13165
13166 * progmodes/hideshow.el: Update author email address.
13167 Generally, sync w/ maintainer version 5.22.
13168 (hs-hide-all-non-comment-function): New var.
13169 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13170 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13171 (hs-show-region): Delete this command.
13172 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13173
13174 2000-09-22 Dave Love <fx@gnu.org>
13175
13176 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13177 (hl-line-highlight): Specify buffer when moving overlay.
13178
13179 * progmodes/fortran.el (fortran-mode): Locally set
13180 normal-auto-fill-function.
13181 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13182 (fortran-mode-map): Adjust auto-fill menu entry.
13183
13184 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13185
13186 * vc-rcs.el (toplevel): Require `vc' when compiling.
13187
13188 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13189
13190 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13191
13192 * vc.el (vc-switch-backend): Signal an error if the file is not
13193 registered under the new backend.
13194
13195 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13196 without explicit revision number.
13197
13198 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13199
13200 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13201 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13202 (diff-xor): New function.
13203 (diff-find-source-location): Use it. Fix a stupid name clash.
13204 (diff-hunk-status-msg): New function.
13205 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13206 (diff-test-hunk): Use diff-find-source-location.
13207 (diff-goto-source): Favor the `reverse'.
13208 (diff-hunk-text): Properly handle one-sided context diffs.
13209 (diff-apply-hunk): When done, advance to the next hunk.
13210
13211 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13212
13213 * startup.el (command-line): If frame was created with a non-zero
13214 tool-bar-lines parameter, switch tool-bar-mode on.
13215
13216 * add-log.el (change-log-date-face, change-log-name-face)
13217 (change-log-email-face, change-log-file-face)
13218 (change-log-list-face, change-log-conditionals-face)
13219 (change-log-function-face, change-log-acknowledgement-face):
13220 New faces, inheriting from font-lock faces.
13221 (change-log-font-lock-keywords): Use them.
13222
13223 2000-09-21 Dave Love <fx@gnu.org>
13224
13225 * progmodes/cperl-mode.el (top-level): Clean up
13226 `eval-when-compile's and assorted defvars.
13227 (cperl-invalid-face): Don't double-quote value. Change custom
13228 type.
13229 (cperl-mode): Set normal-auto-fill-function and don't zap
13230 auto-fill-function.
13231 (cperl-imenu--function-name-regexp-perl): Renamed from
13232 imenu-example--function-name-regexp-perl.
13233 (cperl-imenu--create-perl-index): Renamed from
13234 imenu-example--create-perl-index.
13235 (cperl-xsub-scan): Don't require cl.
13236
13237 * msb.el (msb-mode-map): Use substitute-key-definition.
13238 (msb-mode): Use msb-mode-map.
13239
13240 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13241
13242 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13243 New functions.
13244 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13245 (vc-switch-backend): New function.
13246 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13247 (vc-register): Fix prompt.
13248 (vc-unregister, vc-default-unregister): New functions.
13249 (vc-version-diff): Handle empty buffer in sentinel.
13250
13251 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13252 (vc-rcs-state-heuristic): Use it to guess the state of files with
13253 non-strict locking.
13254 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13255 been set with -b, but not created yet.
13256 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13257 contents in order to find the state.
13258 (vc-rcs-checkin): Allow creation of branches with no changes.
13259 (vc-rcs-unregister, vc-rcs-receive-file)
13260 (vc-rcs-set-non-strict-locking): New functions.
13261
13262 * vc-hooks.el (vc-name): Force correct computation of the value
13263 in case it is missing.
13264
13265 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13266
13267 * startup.el (fancy-splash-tail): Use a different foreground
13268 color on a dark frame background.
13269
13270 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13271
13272 * info.el: Use the correct capitalization when making Info-mode
13273 and Info-edit-mode `special' modes.
13274
13275 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13276
13277 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13278 (diff-mode): Add support for add-log.el.
13279 (diff-hunk-text): Use char offsets rather than line offsets.
13280 (diff-find-source-location): Replace LINE with line-offset (nil
13281 if not found) and always set POS to a meaningful position.
13282 Adapt to the new char-offsets.
13283 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13284 Adapt to the new diff-find-source-location.
13285 (diff-goto-source): Adapt to the new diff-find-source-location.
13286
13287 * add-log.el (add-log-file-name): New function (split out of
13288 add-change-log-entry).
13289 (add-change-log-entry): Use it.
13290 Call add-log-file-name-function with the changelog file name if
13291 the current buffer is not associated with any file.
13292 Avoid find-file if the selected window is dedicated.
13293
13294 * diff-mode.el (diff-find-source-location):
13295 Move code from diff-apply-hunk. Return buffer rather than file.
13296 (diff-apply-hunk): Use the new result from diff-find-source-location.
13297 (diff-goto-source): Use the new diff-find-source-location.
13298
13299 2000-09-20 Dave Love <fx@gnu.org>
13300
13301 * iswitchb.el: Some doc fixes.
13302 (iswitchb-mode-map): Define completely initially. Inherit
13303 minibuffer-local-map.
13304 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13305 fundamental-mode.
13306 (iswitchb-global-map): New variable.
13307 (iswitchb-summaries-to-end): Amalgamate regexps.
13308 (iswitchb-mode): New.
13309 (iswitchb-mode-hook): New variable.
13310 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13311 `extensions'.
13312
13313 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13314
13315 * ehelp.el (electric-help): New defgroup.
13316 (electric-help-shrink-window): New user-option.
13317 (with-electric-help): Use it.
13318
13319 * window.el (shrink-window-if-larger-than-buffer): If face
13320 `mode-line' has a :box, and we're on a graphical frame, add 1
13321 to the needed window height.
13322
13323 * frame.el (frame-notice-user-settings): Add a last parameter nil
13324 to a call to `append', because the last list passed to `append' is
13325 not copied, and so subsequent calls to assq-delete-all will modify
13326 default-frame-alist.
13327
13328 * startup.el (fancy-splash-image): Change :type.
13329 (fancy-splash-head): Use an XBM image if appropriate.
13330 (command-line-1): Show splash screens in more cases.
13331
13332 * startup.el (fancy-splash-text): Don't quote faces.
13333
13334 * dired.el (dired-font-lock-keywords): Undo last change.
13335 (dired-readin): Bind indent-tabs-mode to nil.
13336
13337 * startup.el (fancy-splash-head): If frame's background mode
13338 is `dark', change the black background of the image to gray.
13339 (fancy-splash-screens): Display startup echo area message.
13340 (display-startup-echo-area-message): New function.
13341
13342 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13343
13344 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13345
13346 * info.el (info-header-node): Tweak for color ttys.
13347
13348 * faces.el (face-valid-attribute-values): Make sure directories we
13349 search for stipples both exist and are readable before trying to
13350 search them.
13351
13352 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13353 in the dry-run case.
13354
13355 * jka-compr.el (with-auto-compression-mode): New macro.
13356
13357 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13358 (custom-group-tag-face, custom-variable-tag-face): Use relative
13359 :height and inherit from `variable-pitch' face instead of
13360 hardwiring :family.
13361 * hi-lock.el (hi-black-hb): Likewise.
13362
13363 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13364 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13365 toolbar-add-item, if image doesn't have a mask add a `:mask
13366 heuristic'.
13367
13368 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13369
13370 * diff-mode.el: Docstring fixes.
13371 (diff-header-face, diff-comment-face): New faces.
13372 (diff-font-lock-keywords): Highlight a bit differently.
13373 (diff-find-source-location): Don't return SPAN any more.
13374 (diff-hunk-text): Don't bother erasing the temp buffer.
13375 (diff-find-text): Drop argument LINE.
13376 (diff-apply-hunk): Update calls to diff-find-text.
13377 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13378
13379 * calendar/calendar.el: Docstring fixes.
13380 (calendar-make-alist): Don't quote lambda.
13381 (calendar-star-date): Use make-local-variable.
13382
13383 2000-09-19 Dave Love <fx@gnu.org>
13384
13385 * toolbar/tool-bar.el: Renamed from toolbar.el.
13386 Change `toolbar' to `tool-bar' generally in symbols.
13387 Make some items invisible in `special' major modes.
13388 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13389 Add arg PROPS.
13390
13391 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13392 Add :version here.
13393 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13394
13395 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13396
13397 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13398
13399 * files.el (find-file-suppress-same-file-warnings): New user-option.
13400 (find-file-noselect): Use it.
13401
13402 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13403 (fancy-splash-screen): Defgroup.
13404
13405 * add-log.el (change-log-font-lock-keywords): Match names
13406 more exactly for the case that font-lock-constant-face is
13407 underlined.
13408
13409 2000-09-19 Richard M. Stallman <rms@gnu.org>
13410
13411 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13412
13413 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13414
13415 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13416
13417 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13418
13419 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13420 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13421 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13422 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13423 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13424 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13425 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13426 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13427 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13428 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13429 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13430 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13431
13432 * startup.el (fancy-splash-text): New variable.
13433 (fancy-splash-delay, fancy-splash-image): New user-options.
13434 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13435 (fancy-splash-screens): New functions.
13436 (command-line-1): If display has a `display' frame parameter, has
13437 colors, and we have XPM support, show more fancy splash screens.
13438
13439 2000-09-19 Dave Love <fx@gnu.org>
13440
13441 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13442 with null `help'. Use modern backquote syntax.
13443
13444 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13445
13446 * font-lock.el (font-lock-mode): Change message telling the user
13447 that ``the buffer is too big''.
13448
13449 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13450 for instance for the case that tab-width is 2.
13451
13452 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13453
13454 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13455 toolbar-add-item, if image doesn't have a mask add a `:mask
13456 heuristic'.
13457
13458 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13459
13460 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13461 and return a cons if it's non-nil.
13462 (diff-apply-hunk): Try to jump to the line in the source text
13463 corresponding to the position of point in the in the hunk.
13464
13465 * info.el (Info-title-3-face, Info-title-2-face)
13466 (Info-title-1-face): Use face inheritance and relative sizes
13467 instead of hard-wiring things.
13468
13469 * faces.el (secondary-selection): Make dark-background variant sane.
13470
13471 2000-09-16 Andrew Innes <andrewi@gnu.org>
13472
13473 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13474 read-only, since they aren't under VC now.
13475
13476 2000-09-17 Dave Love <fx@gnu.org>
13477
13478 * tmm.el: Replace mapcar with mapc in several places.
13479
13480 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13481 ad-unadvise.
13482
13483 * international/latin1-disp.el: New file.
13484
13485 * calendar/cal-move.el (scroll-calendar-left)
13486 (scroll-calendar-right): Make arg optional (for active mode line).
13487
13488 * calendar/calendar.el (calendar-mode-line-format): Make fields
13489 mouse-sensitive.
13490 (calendar-read-date, calendar-read-date, calendar-window-list):
13491 Unquote lambda.
13492 (calendar-month-name): Use aref, not sref.
13493
13494 * view.el (minor-mode-alist): Propertize the string.
13495
13496 * international/characters.el (standard-case-table): Add entries
13497 for Greek.
13498
13499 2000-09-18 Miles Bader <miles@gnu.org>
13500
13501 * info.el (info-node, info-xref): Add dark-background variants.
13502
13503 * faces.el (header-line): Change defaults to be less confusing
13504 when mixed with mode-lines.
13505
13506 * info.el (Info-fontify-node): Make a few cleanups.
13507 Add extra `help-echo' and `local-map' props to node xrefs.
13508 Use header-specific faces for node-names & xrefs.
13509 (Info-use-header-line): New variable.
13510 (info-header-xref, info-header-node): New faces.
13511 (Info-setup-header-line): New function.
13512 (Info-select-node): Call Info-setup-header-line when enabled.
13513 (Info-extract-pointer): Work even if the header line is hidden.
13514 (Info-header-line): New variable.
13515
13516 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13517
13518 * vms-patch.el (print-region-function): Don't quote lambda.
13519
13520 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13521
13522 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13523 (lm-get-header-re): Allow spaces between the header and the colon.
13524 (lm-header): Allow $ in non-RCS headers.
13525 (lm-header-multiline): Put the strings back into order.
13526 Stop at an empty line. Don't require two space chars if the
13527 line is clearly not another header line.
13528
13529 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13530 (popup-menu-popup): Remove.
13531
13532 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13533
13534 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13535 specification if or if not tool-bar item contains an `:enabled'
13536 property.
13537
13538 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13539 current buffer has no file name.
13540
13541 2000-09-15 Dave Love <fx@gnu.org>
13542
13543 * strokes.el: Sync with maintainer's current version with changes
13544 for Emacs, but avoid runtime cl and levents.
13545 (toplevel): Change autoloads and compilation requires.
13546 (strokes-version, strokes-bug-address, strokes-lift): Values
13547 changed.
13548 (strokes-xpm-header, strokes-insinuated): New variable.
13549 (strokes): Add :link.
13550 (strokes-mode): Customized.
13551 (strokes-while-inhibiting-garbage-collector): New macro.
13552 (strokes-remassoc): Avoid remove-if.
13553 (strokes-fix-button2-command): Don't use ad-do-it.
13554 (strokes-insinuate): New function.
13555 (strokes-button-press-event-p, strokes-button-release-event-p):
13556 New functions, used instead of non-`strokes-' versions..
13557 (strokes-mouse-event-p): Rewritten.
13558 (strokes-event-closest-point): Avoid event-point.
13559 (strokes-get-grid-position): Avoid cdadr, caadr
13560 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13561 functions.
13562 (strokes-help): Use with-output-to-temp-buffer.
13563 (strokes-window-configuration-changed-p): New function.
13564 (strokes-update-window-configuration): Use buffer-live-p,
13565 strokes-window-configuration-changed-p.
13566 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13567 (strokes-char-face): New face.
13568 (strokes-char-table, strokes-base64-chars): New variable.
13569 (strokes-xpm-for-stroke, strokes-list-strokes)
13570 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13571 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13572 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13573 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13574 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13575 functions.
13576
13577 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13578
13579 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13580
13581 * image.el (create-image): Doc fix.
13582
13583 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13584 instead of `:heuristic-mask t'.
13585
13586 2000-09-14 Andrew Innes <andrewi@gnu.org>
13587
13588 * makefile.w32-in: Revert to Unix line endings.
13589
13590 2000-09-14 Andrew Innes <andrewi@gnu.org>
13591
13592 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13593 when installing.
13594
13595 * makefile.nt (DONTCOMPILE): Fix typo.
13596
13597 * shell.el (shell-write-history-on-exit): New function.
13598 (shell-dumb-shell-regexp): New custom variable.
13599 (shell-mode): Make shell-write-history-on-exit the process
13600 sentinel if shell name matches shell-dumb-shell-regexp.
13601
13602 * w32-fns.el: Comment out before-init-hook function which resets
13603 source-directory based; this breaks bootstrap.
13604
13605 2000-09-14 Dave Love <fx@gnu.org>
13606
13607 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13608 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13609 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13610 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13611 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13612 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13613 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13614 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
13615 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13616
13617 * toolbar/toolbar.el: New.
13618
13619 * subdirs.el: Add toolbar.
13620
13621 2000-09-14 Gerd Moellmann <gerd@gnu.org>
13622
13623 * indent.el (indent-for-tab-command): Doc fix.
13624
13625 2000-09-14 Alex Schroeder <alex@gnu.org>
13626
13627 * ansi-color.el (ansi-colors): Doc change.
13628 (ansi-color-get-face): Simplified regexp.
13629 (ansi-color-faces-vector): Added more faces, doc change.
13630 (ansi-color-names-vector): Doc change.
13631 (ansi-color-regexp): Simplified regexp.
13632 (ansi-color-parameter-regexp): New regexp.
13633 (ansi-color-filter-apply): Doc change.
13634 (ansi-color-filter-region): Doc change.
13635 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
13636 deal with zero length parameters.
13637 (ansi-color-apply-on-region): Doc change.
13638 (ansi-color-map): Doc change.
13639 (ansi-color-map-update): Removed debugging message.
13640 (ansi-color-get-face-1): Added condition-case to trap
13641 args-out-of-range errors.
13642 (ansi-color-get-face): Doc change.
13643 (ansi-color-make-face): Removed.
13644 (ansi-color-for-shell-mode): New option.
13645
13646 2000-09-13 Kenichi Handa <handa@etl.go.jp>
13647
13648 * international/quail.el (quail-start-translation): Translate KEY
13649 if necessary even if it doesn't have any mapping in the current
13650 input method.
13651 (quail-start-conversion): Likewise.
13652 (quail-help): The output message is improved.
13653
13654 2000-09-13 Miles Bader <miles@gnu.org>
13655
13656 * comint.el (comint-output-filter): Revert to using
13657 `insert-before-markers'. Add bletcherous hack to undo damage
13658 caused by `insert-before-markers'. Put `front-sticky' property on
13659 overlays created here so that the field code understands how the
13660 overlay works. Use a let when making comint-last-prompt-overlay,
13661 so that the code is easier to read.
13662
13663 2000-09-13 Dave Love <fx@gnu.org>
13664
13665 * wid-edit.el (widget-default-format-handler): DTRT when
13666 doc-property is a function.
13667
13668 2000-09-12 Francesco Potorti` <pot@gnu.org>
13669
13670 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
13671 filed name if it's not there.
13672
13673 2000-09-12 Dave Love <fx@gnu.org>
13674
13675 * simple.el (read-mail-command): Doc fix.
13676 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
13677
13678 * vc.el (vc-dired-listing-switches): Fix :version.
13679
13680 * vc-hooks.el: Doc fixes.
13681
13682 * subr.el (add-minor-mode): Use toggle-fun arg.
13683
13684 * speedbar.el: Add :version to several defcustoms.
13685
13686 * imenu.el (imenu--truncate-items, imenu--cleanup)
13687 (imenu--generic-function): Avoid mapcar.
13688 (imenu--replace-spaces): Function removed.
13689 (imenu--completion-buffer): Use subst-char-in-string.
13690 (imenu-add-to-menubar): Use keymap inheritance.
13691
13692 2000-09-12 Miles Bader <miles@gnu.org>
13693
13694 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
13695 (diff-mode-map): Bind `diff-test-hunk'.
13696 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
13697
13698 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13699
13700 * bytecomp.el (byte-compile-defvar): Undo last change
13701 because it breaks '(make-variable-buffer-local (defvar ...)'
13702 which is used at least in dired.
13703
13704 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13705
13706 * international/quail.el (quail-define-package): Docstring
13707 modified.
13708
13709 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13710
13711 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
13712 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
13713 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
13714 docstring of "chinese-py".
13715
13716 * international/quail.el (quail-translation-docstring): New
13717 variable.
13718 (quail-show-keyboard-layout): Docstring modified.
13719 (quail-select-current): Likewise.
13720 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
13721 infinite recursive call.
13722 (quail-help): Check quail-translation-docstring. Format of the
13723 output changed.
13724 (quail-help-insert-keymap-description): Adjusted for the above
13725 change.
13726
13727 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13728
13729 * bytecomp.el (byte-compile-defvar): Only cons onto
13730 current-load-list in top-level forms. Else this leaks a cons cell
13731 every time a defun is called.
13732
13733 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
13734
13735 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
13736 Now understands non-unified diffs. Some functionality moved into
13737 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
13738 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
13739 modify anything. Only reposition point in the patched file if the
13740 patch succeeds. Only pop up another window if POPUP is true.
13741 Emit a message describing what happened if successful, and at what
13742 line-offset. Automatically detect reversed hunks and do something
13743 appropriate.
13744 (diff-hunk-text, diff-find-text): New functions.
13745 (diff-filter-lines): Function removed.
13746 (diff-test-hunk): New function.
13747 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
13748
13749 2000-09-10 Dave Love <fx@gnu.org>
13750
13751 * textmodes/tildify.el: Minor doc/commentary fixes.
13752 (tildify) <defgroup>: Add :version.
13753
13754 * faces.el (face-x-resources): Make custom type more specific.
13755 (frame-background-mode): Use mapc.
13756 (region) <defcustom>: Add :version.
13757
13758 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
13759
13760 * vc-sccs.el (vc-sccs-register):
13761 * vc-rcs.el (vc-rcs-register):
13762 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
13763 * vc.el (vc-register): Clear file's properties.
13764
13765 2000-09-08 Gerd Moellmann <gerd@gnu.org>
13766
13767 * faces.el (face-spec-set): Only face-spec-reset-face when
13768 ATTRS is non-nil.
13769
13770 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13771
13772 * help.el (help-insert-xref-button): Fix a typo in doc string.
13773
13774 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
13775
13776 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13777 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
13778 methods.
13779
13780 * menu-bar.el (read-mail-item-name): New function.
13781 (menu-bar-tools-menu): Use it to compute and display the package
13782 used to read email.
13783 (menu-bar-tools-menu): Fix typo in GUD's help string.
13784
13785 2000-09-07 Dave Love <fx@gnu.org>
13786
13787 * diff-mode.el (diff-mouse-goto-source): New function.
13788
13789 * vc-sccs.el: Doc fixes.
13790 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
13791
13792 * vc-rcs.el: Doc fixes.
13793 (vc-rcs-register-switches, vc-rcs-checkin-switches)
13794 (vc-rcs-checkout-switches, vc-rcs-header)
13795 (vc-rcs-master-templates): Add or change :version.
13796
13797 * vc-cvs.el: Doc fixes.
13798 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
13799 (vc-cvs-stay-local): Add :version.
13800
13801 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
13802
13803 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13804
13805 * international/quail.el (quail-help): Fix previous change.
13806
13807 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13808
13809 * faces.el (color-values): Doc fix.
13810
13811 * faces.el (frame-set-background-mode): Use frame-parameter
13812 instead of frame-parameters.
13813
13814 * frame.el (filtered-frame-list): Reduce consing.
13815 (frames-on-display-list): Call frame-parameter instead of
13816 frame-parameters.
13817
13818 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13819
13820 * language/devan-util.el (devanagari-to-indian-region): In the
13821 loop, change the following char, not preceding char.
13822
13823 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13824
13825 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
13826 instead of frame-parameters.
13827
13828 * faces.el (set-face-attribute): Simplify by calling
13829 internal-set-lisp-face-attribute with FRAME being 0.
13830
13831 * vc.el: Remove `Id' version control keyword.
13832
13833 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13834
13835 * help.el (help-make-xrefs): Adjusted for the change of
13836 help-xref-mule-regexp.
13837 (help-insert-xref-button): New function.
13838
13839 * international/mule-cmds.el (help-xref-mule-regexp-template):
13840 Include the pattern for character set.
13841 (leim): New group.
13842
13843 * international/quail.el: Don't require face.
13844 (quail): New group.
13845 (quail-other-command): Dummy command to make quail-help work better.
13846 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
13847 (quail-keyboard-layout-substitution): New variable.
13848 (quail-update-keyboard-layout): New function.
13849 (quail-keyboard-layout-type): New customizable variable.
13850 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
13851 (quail-keyboard-translate): Pay attention to
13852 quail-keyboard-layout-substitution.
13853 (quail-insert-kbd-layout): New function.
13854 (quail-show-keyboard-layout): New function.
13855 (quail-get-translation): If the definition is a vector of length
13856 1, and the element is a string of length 1, return the character
13857 in that string.
13858 (quail-update-current-translations): Fix the case of
13859 relative-index out of range.
13860 (quail-build-decode-map, quail-insert-decode-map): New Functions.
13861 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
13862 Show key sequences for all available characters.
13863 (quail-help-insert-keymap-description): Don't show such verbose
13864 key bindings as quail-self-insert-command.
13865
13866 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13867 Format changed, and each element now have extra documentations.
13868 (tit-process-header): Delete invalid characters from TIT-PROMPT.
13869 Adjusted for the change of quail-cxterm-package-ext-info.
13870
13871 2000-09-06 Gerd Moellmann <gerd@gnu.org>
13872
13873 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
13874 requiring it leads to a recursive loading of vc.el and vc-hooks.el
13875 during bootstrap.
13876
13877 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13878
13879 * vc.el: (toplevel): Don't require `dired' at run-time.
13880 (vc-dired-resynch-file): Remove autoload cookie.
13881
13882 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13883
13884 * vc.el: Made several backend functions optional.
13885 (vc-default-responsible-p): New function.
13886 (vc-merge): Use RET for first version to trigger merge-news, not
13887 prefix arg.
13888 (vc-annotate): Handle backends that do not support annotation.
13889 (vc-default-merge-news): Removed. The existence of a merge-news
13890 implementation is now checked on caller sites.
13891
13892 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
13893 case.
13894
13895 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
13896 special case that has been removed from the default in vc-hooks.el.
13897
13898 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13899
13900 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
13901
13902 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13903
13904 * vc-hooks.el: Require vc during compilation.
13905 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
13906 macro `with-vc-properties' in vc.el.
13907 (vc-file-getprop): Doc fix.
13908 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
13909
13910 * vc.el: Require dired-aux during compilation.
13911 (vc-name-assoc-file): Moved to vc-sccs.el.
13912 (with-vc-properties): New macro.
13913 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
13914 vc-finish-steal): Use it.
13915 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
13916 to the backend-specific function is now supposed to do the checkout,
13917 too.
13918 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
13919
13920 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
13921 set file properties; that gets done in the generic code now.
13922
13923 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
13924 Changed parameter list, added code from vc.el that does the
13925 checkout, possibly with a double-take.
13926
13927 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
13928 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
13929 the above under the new name.
13930 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
13931 parameter list, added checkout command.
13932 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
13933 properties; that gets done in the generic code now.
13934
13935 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13936
13937 * vc.el: Docstring fixes (courtesy of checkdoc).
13938
13939 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13940
13941 * vc.el (vc-checkout-writable-buffer-hook)
13942 (vc-checkout-writable-buffer): Remove.
13943 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
13944 (vc-log-mode): Make it into a clean derived major mode.
13945 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
13946 vc-log-mode if log-edit is not available.
13947 (vc-dired-mode-map): Don't set-keymap-parent yet.
13948 (vc-dired-mode): Do set-keymap-parent here.
13949 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
13950
13951 2000-09-05 Gerd Moellmann <gerd@gnu.org>
13952
13953 * faces.el (set-face-attribute, face-spec-reset-face)
13954 (face-spec-set): Avoid consing by removing calls to `apply'.
13955
13956 * frame.el (frame-parameter): Move to C code.
13957
13958 2000-09-05 Dave Love <fx@gnu.org>
13959
13960 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
13961 insert-before-markers-and-inherit. Now checked systematically!
13962
13963 2000-09-05 Alex Schroeder <alex@gnu.org>
13964
13965 * sql.el (sql-postgres): Use sql-postgres-options.
13966 (sql-postgres-options): New variable.
13967
13968 2000-09-05 Alex Schroeder <alex@gnu.org>
13969
13970 * sql.el (sql-mode-menu): Work around missing variable mark-active
13971 in XEmacs.
13972 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
13973 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
13974 compatibility.
13975
13976 2000-09-04 Gerd Moellmann <gerd@gnu.org>
13977
13978 * vc.el (vc-dired-resynch-file): Add autoload cookie.
13979
13980 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
13981
13982 * Makefile.in (DONTCOMPILE): Fix typo in file name.
13983
13984 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13985
13986 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
13987 don't support anything else under SCCS yet.
13988
13989 * vc-hooks.el: Minor doc fixes.
13990
13991 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13992
13993 * vc.el (vc-next-action-on-file): Do not visit the file if it's
13994 not necessary. If verbose in state `needs-patch', do the same as
13995 under `up-to-date'. When NOT verbose and `needs-patch', check out
13996 latest version instead of `merge-news'.
13997 (vc-next-action-dired): Don't mess with default-directory here; it
13998 breaks other parts of dired. It is the job of the
13999 backend-specific functions to adjust it temporarily if they need it.
14000 (vc-next-action): Remove a special CVS case.
14001 (vc-clear-headers): New optional arg FILE.
14002 (vc-checkin, vc-checkout): Set properties vc-state and
14003 vc-checkout-time properly.
14004 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14005 (vc-print-log): Use new backend function `show-log-entry'.
14006 (vc-cancel-version): Do the checks in a different order. Added a
14007 FIXME concerning RCS-only code.
14008
14009 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14010 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14011
14012 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14013
14014 * vc-hooks.el (vc-default-mode-line-string): Show state
14015 `needs-patch' as a `-' too.
14016
14017 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14018
14019 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14020 (vc-default-could-register): New function.
14021 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14022 (vc-resynch-buffer): Call vc-dired-resynch-file.
14023 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14024 vc-resynch-buffer instead of vc-resynch-window.
14025 (vc-next-action-dired): Don't redisplay here, that gets done as a
14026 result of the individual file operations.
14027 (vc-retrieve-snapshot): Corrected prompt order.
14028
14029 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14030
14031 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14032 as well.
14033 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14034 hostname regexps. Updated all callers.
14035 (vc-cvs-responsible-p): Handle directories as well.
14036 (vc-cvs-could-register): New function.
14037 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14038 properties up-to-date.
14039
14040 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14041 user whether to create one.
14042
14043 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14044
14045 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14046 check out a non-existing file.
14047
14048 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14049 workfile does not exist.
14050
14051 * vc.el (vc-version-diff): Use `require' to check for existence of
14052 diff-mode.
14053
14054 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14055
14056 * vc-cvs.el (vc-cvs-registered): Use new function
14057 vc-cvs-parse-entry to do the actual work.
14058
14059 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14060
14061 * vc-hooks.el (vc-find-backend-function): If function doesn't
14062 exist, return nil instead of error.
14063 (vc-call-backend): Doc fix.
14064
14065 * vc.el (vc-do-command): Doc fix.
14066 (vc-finish-logentry): When checking in from vc-dired, choose the
14067 right backend for logentry check.
14068 (vc-dired-mode-map): Inherit from dired-mode-map.
14069 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14070 simplified.
14071 (vc-dired-state-info): Removed, updated caller.
14072 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14073 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14074 (vc-dired-listing-switches): New variable.
14075 (vc-directory): Use it, instead of dired-listing-switches.
14076
14077 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14078 (vc-cvs-dir-state): New function.
14079 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14080 (vc-cvs-parse-entry): New function, also to be used in
14081 vc-cvs-registered.
14082
14083 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14084
14085 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14086 *or* single-window-frames.
14087
14088 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14089
14090 * vc.el (vc-update-changelog): Split into generic part and default
14091 implementation. Doc string adapted.
14092 (vc-default-update-changelog): New function. Call the `rcs2log'
14093 script in exec-directory, to fix a long-standing nuisance.
14094
14095 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14096 simply signals an error.
14097
14098 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14099
14100 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14101 control-flow more clear and to avoid running `cvs' twice.
14102
14103 * vc.el (vc-next-action-on-file): Doc fix.
14104 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14105 (vc-print-log): Eval `file' before constructing the continuation.
14106
14107 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14108
14109 * vc.el (vc-next-action-on-file): Corrected several messages.
14110 (vc-merge): Add prefix arg `merge-news'; handle it.
14111
14112 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14113 is not reached. It is.
14114 (vc-cvs-merge): Set state to 'edited after merge.
14115 (vc-cvs-merge-news): Set workfile version to nil if not known.
14116 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14117
14118 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14119 via stdout. (Merge from main line.)
14120
14121 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14122
14123 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14124 detection.
14125
14126 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14127
14128 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14129 against kill-all-local-variables.
14130 (vc-log-edit): Don't save vc-parent-buffer any more.
14131 (vc-last-comment-match): Initialize to an empty string.
14132 (vc-post-command-functions): New hook.
14133 (vc-do-command): Run it.
14134 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14135 (vc-finish-logentry): Only add the comment to the ring if it's
14136 different from the last comment entered.
14137 (vc-new-comment-index): New function.
14138 (vc-previous-comment): Use it. Make the minibuffer message
14139 slightly less terse.
14140 (vc-comment-search-reverse): Make it work forward as well. Don't
14141 set vc-comment-ring-index if no match is found. Use
14142 vc-new-comment-index.
14143 (vc-comment-search-forward): Use vc-comment-search-reverse.
14144 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14145 define-derived-mode will do it for us. Bind `v' to a keymap that
14146 inherits from vc-prefix-map so that we can bind `vt' without
14147 binding C-x v t.
14148 (vc-retrieve-snapshot): Parenthesis typo.
14149
14150 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14151 to 1. Make sure to switch to *vc* before looking for an error
14152 message. Use vc-parse-buffer.
14153
14154 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14155
14156 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14157 and NAME.
14158 (vc-retrieve-snapshot): Split into two parts.
14159 (vc-default-retrieve-snapshot): New function.
14160
14161 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14162 (vc-cvs-retrieve-snapshot): New function (untested).
14163 (vc-cvs-stay-local): Default to t.
14164 (vc-cvs-remote-p): New function and property.
14165 (vc-cvs-state): Stay local only if the above is t.
14166 (vc-handle-cvs): Removed.
14167 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14168 done via vc-handled-backends now.
14169 (vc-cvs-header): Escape Id.
14170
14171 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14172
14173 * vc.el (vc-do-command): Remove unused commands.
14174 (vc-version-diff): Make sure default-directory ends with a slash.
14175 Move the window commands into a vc-exec-after.
14176 (vc-print-log): Move more of the code into the `vc-exec-after'.
14177
14178 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14179
14180 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14181 (vc-print-log): Search current revision from beginning of buffer.
14182 (vc-revert-buffer): Clear echo area after the diff is finished.
14183 (vc-prefix-map): Removed definition of "t" for terse display in vc
14184 dired.
14185 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14186 definition of "vt" for terse display.
14187 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14188
14189 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14190
14191 * vc.el (vc-exec-after): Avoid caddr.
14192
14193 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14194
14195 * vc.el (vc-exec-after): New function.
14196 (vc-do-command): Use it to add a termination message for async
14197 procs.
14198 (vc-checkout): Try to handle a missing-backend situation.
14199 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14200 of a directory with a backend using async diffs.
14201 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14202 present.
14203
14204 * vc-sccs.el (vc-sccs-state-heuristic): Use
14205 file-ownership-preserved-p.
14206
14207 * vc-rcs.el (vc-rcs-state-heuristic): Use
14208 file-ownership-preserved-p.
14209 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14210
14211 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14212
14213 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14214 vc-do-command.
14215
14216 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14217 when there are no changes.
14218
14219 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14220
14221 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14222
14223 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14224
14225 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14226
14227 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14228
14229 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14230 the `fset' outside of the defvar so that it works even if
14231 vc-prefix-map was already defined.
14232 (vc-setup-buffer): New function, split out of vc-do-command.
14233 (vc-do-command): Allow BUFFER to be t to mean `just use the
14234 current buffer without any fuss'.
14235 (vc-version-diff): Change the `diff' backend operation to just put
14236 the diff in the current buffer without erasing it. Always use
14237 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14238 shrink-window-if-larger-than-buffer.
14239 (vc-print-log): Change the `print-log' backend operation to just
14240 put the log in the current buffer without erasing it. Protect
14241 shrink-window-if-larger-than-buffer.
14242 (vc-update-change-log): Fix setd typo.
14243
14244 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14245 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14246
14247 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14248 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14249 CMP.
14250
14251 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14252 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14253 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14254
14255 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14256
14257 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14258 not possible, use vc-BACKEND-workfile-unchanged-p.
14259 (vc-default-workfile-unchanged-p): New function. Delegates to a
14260 full vc-BACKEND-diff.
14261
14262 * vc-hooks.el (vc-simple-command): Removed.
14263
14264 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14265 instead of vc-simple-command.
14266 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14267 avoid doing a diff when opening a file.
14268 (vc-rcs-state): Added check for unlocked-changes.
14269 (vc-rcs-header): Escape Id.
14270 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14271 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14272 version.
14273
14274 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14275 (vc-sccs-diff): Remove optional arg CMP.
14276 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14277 SCCS-specific function.
14278
14279 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14280 vc-simple-command.
14281
14282 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14283
14284 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14285 (with-vc-file, vc-merge): Use vc-editable-p.
14286 (vc-do-command): Remove unused var vc-file and fix the
14287 doubly-defined `status' var. Add a user message when starting an
14288 async command.
14289 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14290 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14291 Use with-current-buffer.
14292 (vc-buffer-sync): Use unless.
14293 (vc-next-action-on-file): If the file is 'edited by read-only,
14294 make it read-write instead of trying to commit.
14295 (vc-version-diff, vc-update-change-log): Use `setq
14296 default-directory' rather than `cd'.
14297 (vc-log-edit): Don't forget to set default-directory in the
14298 buffer.
14299
14300 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14301 (vc-sccs-state-heuristic): Use file-writable-p instead of
14302 comparing userids.
14303 (vc-sccs-checkout): Use `unless'.
14304
14305 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14306 of comparing userids.
14307 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14308 Simplify the logic by eliminating unreachable code.
14309 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14310 just do a recursive call if we need to retry.
14311 (vc-rcs-checkout): Handle the case where rcs is missing by making
14312 the buffer read-write if requested and re-signalling the error.
14313
14314 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14315
14316 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14317
14318 * vc-hooks.el (vc-handled-backends): Docstring change.
14319 (vc-ignore-vc-files): Mark obsolete.
14320 (vc-registered): Check vc-ignore-vc-files.
14321 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14322 vc-ignore-vc-files.
14323
14324 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14325
14326 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14327
14328 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14329 files since ange-ftp already has vc-registered return nil.
14330
14331 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14332 (vc-sccs-workfile-version): Use with-temp-buffer and new
14333 vc-parse-buffer and don't bother setting the property.
14334 (vc-sccs-add-triple): Use with-current-buffer and
14335 find-file-noselect.
14336 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14337
14338 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14339 derives from the old vc-parse-buffer but uses the revision number
14340 rather than the date (much easier to compare robustly).
14341 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14342 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14343 locking-user more directly. Check strict locking and set
14344 checkout-model appropriately.
14345 (vc-rcs-parse-locks): Remove.
14346 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14347 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14348 (vc-rcs-system-release): Use with-current-buffer and
14349 vc-parse-buffer.
14350 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14351
14352 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14353 (vc-simple-command): Docstring fix.
14354 (vc-registered): Align the way the file-handler is called with the
14355 way the function itself works.
14356 (vc-file-owner): Remove.
14357
14358 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14359 extraction of fields and call to file-attributes because of a
14360 temporary bug in rcp.el.
14361 (vc-cvs-fetch-status): Use with-current-buffer.
14362
14363 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14364
14365 * vc.el (vc-do-command): Use file-relative-name.
14366 (vc-responsible-backend): Use vc-backend if possible.
14367 (vc-create-snapshot): Improve the `interactive' spec. Add support
14368 for branches and dispatch to backend-specific `create-snapshot'.
14369 (vc-default-create-snapshot): New function, containing the bulk of
14370 the old vc-create-snapshot.
14371 (vc-retrieve-snapshot): Improve the interactive spec.
14372
14373 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14374 (vc-backend-hook-functions): Remove.
14375 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14376 (vc-backend): Reintroduce the test for `file = nil' now that I
14377 know why it was there (and added a comment to better remember).
14378
14379 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14380 code from vc-sccs-hooks.el.
14381 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14382 'vc anymore.
14383 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14384 and file-directory-p instead of file-exists-p.
14385 (vc-sccs-check-headers): Simplify the regexp.
14386
14387 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14388 from vc-rcs-hooks.el. Don't require 'vc anymore.
14389 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14390 file-directory-p instead of file-exists-p.
14391
14392 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14393 from vc-cvs-hooks.el.
14394 (proto vc-cvs-registered): Require 'vc-cvs instead of
14395 'vc-cvs-hooks. Don't require 'vc anymore.
14396 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14397 file-directory-p instead of file-exists-p.
14398 (vc-cvs-create-snapshot): New function, replacing
14399 vc-cvs-assign-name.
14400 (vc-cvs-assign-name): Remove.
14401
14402 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14403
14404 * vc-cvs.el (vc-cvs-header): New var.
14405
14406 * vc-rcs.el (vc-rcs-exists): Remove.
14407 (vc-rcs-header): New var.
14408
14409 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14410 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14411 (vc-sccs-header): New var.
14412
14413 * vc.el (vc-do-command): Get rid of the `last' argument.
14414 (vc-header-alist): Remove, replaced by vc-X-header.
14415 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14416 (vc-dired-hook): Use expand-file-name instead of concat.
14417 (vc-directory): Use file-name-as-directory.
14418 (vc-snapshot-precondition, vc-create-snapshot)
14419 (vc-retrieve-snapshot): Allow the command to operate on any
14420 directory.
14421
14422 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14423 just removing the 'WORKFILE argument or by removing the 'MASTER
14424 argument and replacing `file' with (vc-name file).
14425
14426 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14427
14428 * vc.el: Update Copyright and add a crude list of backend funs.
14429 (vc-writable-p): New function.
14430 (with-vc-file): Use vc-writable-p.
14431 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14432 (vc-register): Avoid vc-name.
14433 (vc-locking-user): Remove.
14434 (vc-steal-lock): Make the `owner' arg non-optional.
14435 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14436 vc-checkout-model.
14437 (vc-default-dired-state-info): Use vc-state instead of
14438 vc-locking-user and return special strings for special states.
14439 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14440 and get rid of one of the special CVS cases.
14441 (vc-cancel-version): prettify error message with \\[...].
14442 (vc-rename-master): New function.
14443 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14444 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14445 the CVS special case generic.
14446 (vc-default-record-rename): Remove.
14447 (vc-file-tree-walk-internal): Only call FUNC for files that are
14448 under control of some VC backend and replace `concat' with
14449 expand-file-name.
14450 (vc-file-tree-walk): Update docstring.
14451 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14452 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14453
14454 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14455 vc-sccs-record-rename. Use `find-file-noselect' rather than
14456 `find-file' and call `vc-rename-master' to do the actual move.
14457 (vc-sccs-diff): Remove unused `backend' variable.
14458
14459 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14460 to delay loading of vc-sccs until it is really used.
14461 (vc-sccs-master-templates): Preload.
14462 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14463 (vc-sccs-project-dir): Remove (merged into
14464 vc-sccs-search-project-dir).
14465 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14466 rather than `concat', make sure it is preloaded and don't bother
14467 to check that the file actually exists.
14468 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14469 `locks' argument (use buffer's content instead) and eliminate n^2
14470 behavior.
14471
14472 * vc-rcs.el: Update Copyright.
14473 (vc-rcs-rename-file): New function.
14474 (vc-rcs-diff): Remove unused `backend' variable.
14475
14476 * vc-hooks.el: Update Copyright.
14477 (vc-backend): Don't accept a nil argument any more.
14478 (vc-up-to-date-p): Turn into a defsubst.
14479 (vc-possible-master): New function.
14480 (vc-check-master-templates): Use `vc-possible-master' and allow
14481 funs in vc-X-master-templates to return a non-existent file.
14482
14483 * vc-cvs.el: Update Copyright.
14484 (vc-cvs-diff): Remove unused `backend' variable.
14485 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14486
14487 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14488
14489 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14490
14491 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14492 since it can be called from vc-rcs.el.
14493 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14494
14495 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14496
14497 * vc.el (vc-version-diff): Expand file name read from the
14498 minibuffer. Handle the case when a previous version number can't
14499 be guessed. Give suitable messages when there were no differences
14500 found.
14501 (vc-clear-headers): Call backend-specific implementation, if one
14502 exists.
14503 (vc-cancel-version): Made error checks generic. When done, clear
14504 headers generically, too.
14505
14506 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14507 from vc-clear-headers in vc.el.
14508
14509 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14510 correctly.
14511 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14512 optional. Handle the case when it's not there.
14513
14514 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14515
14516 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14517
14518 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14519
14520 * vc-hooks.el (vc-loadup): Remove.
14521 (vc-find-backend-function): Use `require'. Also, handle the case
14522 where vc-BACKEND-hooks.el doesn't exist.
14523 (vc-call-backend): Cleanup.
14524
14525 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14526
14527 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14528 vc-rcs-grab-templates)
14529 (vc-rcs-registered): Remove. The default function works as well.
14530 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14531 vc-sccs-grab-templates)
14532 (vc-sccs-registered): Remove. The default function works as well.
14533
14534 * vc.el (vc-version-diff): Left out a vc- in call to
14535 vc-call-backend.
14536 (vc-default-dired-state-info, vc-default-record-rename)
14537 (vc-default-merge-news): Update for the new backend argument.
14538
14539 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14540 using the default function.
14541 (vc-call-backend): If calling the default function, pass it the
14542 backend as first argument. Update the docstring accordingly.
14543 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14544 for the new backend argument.
14545 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14546 (vc-find-backend-function): Use the new name.
14547 (vc-default-registered): New function.
14548
14549 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14550
14551 * vc.el (vc-merge): Use vc-find-backend-function.
14552
14553 * vc-hooks.el (vc-backend-functions): Remove.
14554 (vc-loadup): Don't setup 'vc-functions.
14555 (vc-find-backend-function): New function.
14556 (vc-call-backend): Use above fun and populate 'vc-functions
14557 lazily.
14558 (vc-backend-defines): Remove.
14559
14560 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14561
14562 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14563 Call vc-call-backend without the leading vc-.
14564 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14565 (vc-check-headers): Call vc-call-backend without the leading vc-.
14566 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14567 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14568 Call vc-call-backend without the leading vc-.
14569
14570 * vc-cvs.el (tail): Provide vc-cvs.
14571 * vc-sccs.el (tail): Provide vc-sccs.
14572 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14573
14574 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14575 (vc-make-backend-function, vc-call): Pass names without leading
14576 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14577 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14578 (vc-call-backend): Always try to load vc-X-hooks.
14579 (vc-registered): Remove vc- in call to vc-call-backend.
14580
14581 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14582
14583 * vc.el (vc-process-filter): New function.
14584 (vc-do-command): Setup `vc-process-filter' for the async process.
14585 (vc-maybe-resolve-conflicts): New function to reduce
14586 code-duplication. Additionally, it puts the buffer in
14587 `smerge-mode' if applicable.
14588 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14589 calling `merge-news'.
14590 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14591 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14592 interfacing to log-edit.el.
14593 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14594 log-edit is available.
14595 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14596
14597 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14598
14599 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14600 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14601 defvar and the initialization.
14602 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14603
14604 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14605 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14606
14607 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14608
14609 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14610
14611 * vc.el (vc-file-clear-masterprops): Removed.
14612 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14613 (vc-version-diff): Use buffer-size without argument.
14614 (vc-register): Heed vc-initial-comment.
14615
14616 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14617 default branch.
14618
14619 * vc-rcs.el (vc-rcs-register): Parse command output to find master
14620 file name and workfile version.
14621 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14622
14623 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14624 vc-file-clear-masterprops.
14625
14626 * vc-sccs.el (vc-sccs-checkout): Removed call to
14627 vc-file-clear-masterprops. If writable, set vc-state to 'edited
14628 rather than user login name.
14629
14630
14631 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14632
14633 * vc.el (vc-workfile-unchanged-p): Remove unused argument
14634 `want-differences-if-changed' and simplify.
14635 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
14636 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
14637 output (which is invalid for async vc-diff) to decide whether to
14638 do the revert silently or not.
14639
14640 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14641
14642 * vc-hooks.el (vc-loadup): Load files quietly.
14643 (vc-call-backend): Oops, brain fart.
14644
14645 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14646
14647 * vc-cvs.el (vc-cvs-state): Typo.
14648 (vc-cvs-merge-news): Return the status code rather than the error msg.
14649
14650 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14651
14652 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
14653 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
14654 vc-state or vc-up-to-date-p.
14655 (vc-merge): Use vc-backend-defines to check whether merging is
14656 possible. Set state to 'edited after successful merge.
14657
14658 * vc-hooks.el (vc-locking-user): If locked by the calling user,
14659 return that name. Redocumented.
14660
14661 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14662
14663 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
14664 new `vc-state' semantics.
14665 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
14666 'vc-locking-user to the current user.
14667 (vc-merge): Inline vc-backend-merge. Comment out code that I
14668 don't understand and hence can't adapt to the new `vc-state' and
14669 `vc-locking-user' semantics.
14670 (vc-backend-merge): Remove.
14671
14672 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
14673 rather than 'vc-locking-user.
14674
14675 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
14676
14677 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
14678 (vc-state): Don't use 'reserved any more. Just use the same
14679 convention as the one used for vc-<backend>-state where the
14680 locking user (as a string) is returned.
14681 (vc-locking-user): Update, based on the above convention. The
14682 'vc-locking-user property has disappeared.
14683 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
14684
14685 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
14686 with a heuristic one.
14687 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
14688 (vc-cvs-checkin): Do a trivial parse to set the state in case of
14689 error. That allows us to get to 'needs-merge even in the
14690 stay-local case. There's still no way to detect 'needs-patch in
14691 such a setup (or to force an update for that matter).
14692 (vc-cvs-logentry-check): Remove, the default works as well.
14693
14694 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14695
14696 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
14697
14698 * vc.el (vc-do-command): kill-all-local-variables, to reset any
14699 major-mode in which the buffer might have been put earlier. Use
14700 `remove' and `when'. Allow `okstatus' to be `async' and use
14701 `start-process' in this case.
14702 (vc-version-diff): Handle the case where the diff looks empty
14703 because of the use of an async process.
14704
14705 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14706
14707 * vc.el (vc-next-action-on-file): Removed optional parameter
14708 `simple'. Recompute state unconditionally.
14709 (vc-default-toggle-read-only): Removed.
14710
14711 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
14712 (vc-toggle-read-only): Undid prev change.
14713
14714 * vc-cvs.el (vc-cvs-stay-local): Renamed from
14715 vc-cvs-simple-toggle. Redocumented.
14716 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
14717 (vc-cvs-toggle-read-only): Removed.
14718
14719 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14720
14721 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
14722 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
14723 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
14724 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
14725 still is. So maybe it should be removed.
14726 (vc-head-version, vc-find-binary): Remove.
14727 (vc-recompute-state): Move from vc-hooks.el.
14728 (vc-next-action-on-file): Add a `simple' argument to allow
14729 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
14730 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
14731 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
14732 (vc-dired-mode-map): Properly defvar it.
14733 (vc-print-log): Call log-view-mode if available.
14734 (small-temporary-file-directory): defvar instead of use boundp.
14735 (vc-merge-news): Moved to vc-cvs.el.
14736 (vc-default-merge-news): New function.
14737
14738 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
14739 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
14740 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
14741 unknown `vc-latest-version' function. It should probably refer to
14742 vc-workfile-version or somesuch, but it's very unclear to me and I
14743 don't have SCCS to test things.
14744
14745 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
14746 (vc-sccs-state-heuristic): Fix typo.
14747 (vc-sccs-workfile-unchanged-p): Add missing argument.
14748
14749 * vc-rcs.el: Require vc and vc-rcs-hooks.
14750 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
14751 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
14752 (vc-release-greater-or-equal-p): Move from vc.
14753 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
14754 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
14755 (vc-rcs-checkout): Add a missing `new-version' argument in the
14756 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
14757
14758 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
14759 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
14760 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
14761 than the apparently unbound `workfile-version'.
14762
14763 * vc-hooks.el (vc-master-templates): Def the obsolete var.
14764 (vc-file-prop-obarray): Use `make-vector'.
14765 (vc-backend-functions): Add new hookable functions
14766 vc-toggle-read-only, vc-record-rename and vc-merge-news.
14767 (vc-loadup): If neither backend nor default functions exist, use
14768 the backend function rather than nil.
14769 (vc-call-backend): If the function if not bound yet, try to load
14770 the non-hook file to see if it provides it.
14771 (vc-call): New macro plus use it wherever possible.
14772 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
14773 nor `vc-find-binary' since it's only called from
14774 vc-mistrust-permission which is only used once the backend is known.
14775 (vc-checkout-model): Fix parenthesis.
14776 (vc-recompute-state, vc-prefix-map): Move to vc.el.
14777
14778 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
14779 (vc-cvs-release, vc-cvs-system-release): Remove.
14780 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
14781 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
14782 status symbols.
14783 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
14784 (vc-cvs-toggle-read-only): First cut at a function to allow a
14785 cvs-status-free vc-toggle-read-only.
14786 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
14787 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
14788 vc-cvs-status. Also set vc-state rather than vc-locking-user.
14789 (vc-cvs-checkout): Modify access rights directly if the user
14790 requested not to use `cvs edit'. And refresh the mode line.
14791
14792 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
14793 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
14794
14795 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14796
14797 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
14798 workfile' that got lost when the code was extracted from vc.el.
14799 And merged the tail with the rest of the code (not possible in the
14800 old vc.el where the tail was shared among all backends). And
14801 explicitly set the state to 'edited if `writable' is set.
14802
14803 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
14804 (vc-cvs-state): Be careful to return the value from
14805 vc-cvs-parse-state.
14806 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
14807 property but return it instead. Also be careful to handle a nil
14808 or "" `rev' when workfile is non-nil (it was handled properly when
14809 workfile was nil).
14810
14811 * vc.el: Removed those pesky unnecessary `(function' quotes.
14812 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
14813 directly in the defvar.
14814 (vc-do-command): Bind inhibit-read-only so as to properly handle
14815 the case where the destination buffer has been made read-only.
14816 (vc-diff): Delegate to vc-version-diff in all cases.
14817 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
14818 (vc-annotate-mode-variables): Removed (code moved partly to
14819 defvars and partly to vc-annotate-add-menu).
14820 (vc-annotate-mode): Turned into a derived-mode.
14821 (vc-annotate-add-menu): Moved in code in
14822 vc-annotate-mode-variables.
14823 (vc-update-change-log): Use make-temp-file if available.
14824
14825 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
14826
14827 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
14828 `vc-checkout-model' updated to `vc-cvs-update-model'.
14829
14830 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14831
14832 * vc.el (vc-next-action-on-file): Added handling of state
14833 `unlocked-changes'.
14834 (vc-checkout-carefully): Is now practically obsolete, unless the
14835 above is too slow to be enabled unconditionally.
14836 (vc-update-change-log): Fixed typo.
14837
14838 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
14839
14840 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
14841 Now handles state `unlocked-changes'.
14842 (vc-sccs-workfile-unchanged-p): New function, to support the above.
14843
14844 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
14845
14846 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
14847 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
14848 `unlocked-changes'.
14849 (vc-rcs-workfile-unchanged-p): Renamed from
14850 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
14851 function yet, but supposed to become one soon.
14852
14853 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
14854 `vc-steal-lock'.
14855 (vc-call-backend): Changed error message.
14856 (vc-state): Added description of state `unlocked-changes'.
14857
14858 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14859
14860 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
14861 always return t in CVS-controlled directories.
14862
14863 * vc.el (vc-responsible-backend): New function.
14864 (vc-register): Largely rewritten.
14865 (vc-admin): Removed (implementation moved into vc-register).
14866 (vc-checkin): Redocumented.
14867 (vc-finish-logentry): If no backend defined yet (because we are in
14868 the process of registering), use the responsible backend.
14869
14870 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14871 Updated function lists.
14872 (vc-call-backend): Fixed typo.
14873
14874 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
14875 New functions.
14876 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
14877 Removed query option. Redocumented.
14878
14879 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14880
14881 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
14882
14883 * vc.el: Updated callers of `vc-checkout-required' to use
14884 `vc-checkout-model'.
14885
14886 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14887
14888 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
14889 stuff updated to reference this function instead of the old
14890 `vc-backend-release-p'.
14891
14892 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14893
14894 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
14895 vc-checkout-model. Return appropriate values. Updated callers.
14896
14897 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14898
14899 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
14900 (vc-backend-revert): Function moved into `vc-revert';
14901 `vc-next-action' must be updated to accomodate this change.
14902 (vc-backend-steal): Function moved into `vc-finish-steal'.
14903 (vc-backend-logentry-check): Function moved into
14904 `vc-finish-logentry'.
14905 (vc-backend-printlog): Function moved into `vc-print-log'.
14906 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
14907 (vc-backend-assign-name): Function moved into
14908 `vc-create-snapshot'.
14909
14910 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14911
14912 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
14913 Rename to vc-checkout-model. Return appropriate values.
14914 Update callers.
14915
14916 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
14917 to vc-checkout-model.
14918 (vc-checkout-required): Rename to vc-checkout-model.
14919 Re-implement and re-comment.
14920 (vc-after-save): Use vc-checkout-model.
14921
14922 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14923
14924 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
14925 Update to use the vc-BACKEND-diff functions instead.
14926 `vc-diff' is now working.
14927
14928 * vc-rcs.el (vc-rcs-logentry-check): New function.
14929
14930 * vc-cvs.el (vc-cvs-logentry-check): New function.
14931
14932 * vc-sccs.el (vc-sccs-diff): Function changed name from
14933 `vc-backend-diff'. This makes `vc-diff' work.
14934
14935 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
14936 of functions possibly implemented in a vc-BACKEND library.
14937 (vc-checkout-required): Fix bug that caused an error to be
14938 signaled during `vc-after-save'.
14939
14940 * vc.el: Fix typo.
14941 This checkin is made with our new VC code base for the very first time.
14942 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
14943
14944 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
14945 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
14946
14947 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
14948 updated to `vc-uses-locking'.
14949 (vc-checkout-required): Call to backend function.
14950 `vc-checkout-required' updated to `vc-uses-locking' instead.
14951
14952 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
14953 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
14954
14955 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
14956 to match the split into various backends.
14957 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
14958 (vc-retrieve-snapshot): Bug fix.
14959
14960 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14961
14962 * vc-sccs.el (vc-sccs-release): Doc fix.
14963
14964 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14965
14966 * vc.el (vc-next-action-on-file): Bug found and fixed.
14967 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
14968 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
14969
14970 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
14971 (vc-rcs-checkout): Name space cleaned up. No more revision number
14972 crunching function names that are not prefixed with vc-rcs.
14973 (vc-rcs-checkout-model): Function added. References to
14974 `vc-checkout-model' replaced.
14975
14976 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14977
14978 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
14979 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
14980 still need to be split, and implemented for RCS).
14981
14982 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14983
14984 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
14985
14986 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
14987 required by the vc.el file.
14988
14989 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
14990 required by the vc.el file.
14991 (vc-rcs-exists): Function added.
14992
14993 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
14994 required by the vc.el file.
14995
14996 * vc.el (vc-admin): Updated to handle selection of appropriate
14997 backend. Current implementation is crufty and need re-thinking.
14998
14999 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15000
15001 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15002
15003 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15004 beginning of annotate buffers correctly.
15005
15006 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15007 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15008 functionality updated quite a lot to support multiple backends.
15009 Variables `vc-annotate-mode', `vc-annotate-buffers',
15010 `vc-annotate-backend' added.
15011
15012 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15013 `vc-annotate-difference' added to supported backend functions.
15014
15015 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15016
15017 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15018 Use with-temp-file instead of /bin/sh. Merged from mainline
15019
15020 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15021
15022 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15023
15024 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15025
15026 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15027
15028 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15029
15030 * vc-hooks.el: vc-state-heuristic added to
15031 vc-backend-hook-functions.
15032
15033 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15034
15035 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15036
15037 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15038 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15039 state to `reserved'.
15040
15041 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15042 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15043
15044 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15045
15046 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15047 untouched.
15048
15049 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15050
15051 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15052 if defined. (Merged from main line, slightly adapted.)
15053
15054 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15055 millenium problem (merged from mainline).
15056
15057 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15058
15059 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15060 part and moved the non-BACKEND stuff to vc.el.
15061
15062 * vc.el: Split the annotate feature into a BACKEND specific part
15063 and moved it from the vc-cvs.el file to this one.
15064
15065 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15066
15067 * vc-hooks.el: Implement new state model.
15068 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15069 (vc-locking-user): Simplify. Now only needed if the file is
15070 locked by somebody else.
15071 (vc-lock-from-permissions): Remove. Functionality is in
15072 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15073 (vc-mode-line-string): New name for former vc-status. Adapted.
15074 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15075
15076 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15077 Various simplifications and adaptations all over the place.
15078
15079 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15080 Simplify and adapt the rest.
15081
15082 * vc.el (vc-resynch-window): Add TODO comment: check for
15083 interaction with view mode according to recent RCS change.
15084 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15085
15086 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15087
15088 * vc.el: Convert the remaining function comments to docstrings.
15089
15090 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15091
15092 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15093 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15094 (vc-minor-part, vc-previous-version): Functions that operate and
15095 compare revision numbers got proper documentation. Comments added
15096 about their possible removal.
15097
15098 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15099
15100 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15101 the vc-backend.el files.
15102
15103 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15104
15105 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15106 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15107 (vc-rcs-previous-version): Functions added.
15108
15109 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15110
15111 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15112
15113 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15114
15115 * vc-hooks.el (vc-master-templates): Is really obsolete.
15116 Comment out the definition for now. What is the right procedure
15117 to get rid of it?
15118 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15119 rewritten.
15120 (vc-default-registered): Remove.
15121 (vc-check-master-templates): New function; does mostly what the
15122 above did before.
15123 (vc-locking-user): Don't rely on the backend to set the property.
15124
15125 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15126 Rewrite documentation.
15127 (vc-rcs-templates-grabbed): New variable.
15128 (vc-rcs-grab-templates): New function.
15129 (vc-rcs-registered): Rewrite to use above mechanism.
15130
15131 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15132 Rewrite documentation.
15133 (vc-sccs-templates-grabbed): New variable.
15134 (vc-sccs-grab-templates): New function.
15135 (vc-sccs-registered): Rewrite to use above mechanism.
15136 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15137 Don't throw the result, simply return it.
15138
15139 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15140 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15141 (vc-cvs-registered): Does the check itself now. Simplify.
15142
15143 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15144 from main line.
15145
15146 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15147
15148 * vc-cvs.el (vc-cvs-diff): New function.
15149
15150 * vc-sccs.el (vc-sccs-diff): New function.
15151
15152 * vc-rcs.el (vc-rcs-diff): New function.
15153 (vc-rcs-checkout): Bug (typo) found and fixed.
15154 (vc-rcs-register-switches): New variable.
15155
15156 * vc.el (vc-backend-diff): Function removed and placed in the
15157 backend files.
15158
15159 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15160
15161 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15162
15163 * vc.el (vc-backend-checkout): Function removed and replaced in
15164 the vc-backend.el files.
15165
15166 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15167
15168 * vc.el (vc-backend-admin): Removed and replaced in the
15169 vc-backend.el files.
15170
15171 * vc.el (Martin): Removed all the annotate functionality since it
15172 is CVS backend specific.
15173
15174 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15175
15176 * spec.txt: Added specification of vc-state.
15177
15178 * vc-sccs-hooks.el (vc-sccs-master-properties):
15179 Remove handling of vc-latest-version and
15180 vc-your-latest-version. What used to be vc-latest-version, is now
15181 returned as vc-workfile-version.
15182 (vc-sccs-workfile-version): Adapt.
15183
15184 2000-09-04 Dave Love <fx@gnu.org>
15185
15186 * vc.el: [Merged from mainline.]
15187 (vc-dired-mode): Make the dired-move-to-filename-regexp
15188 regexp match the date, to avoid treating date as file size.
15189 Add YYYY S option to WESTERN/
15190
15191 2000-09-04 Dave Love <fx@gnu.org>
15192
15193 * vc.el: Require `compile' when compiling.
15194 (vc-logentry-check-hook): New option.
15195 (vc-steal-lock): Use compose-mail.
15196 (vc-dired-mode-map): Defvar when compiling.
15197 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15198 vc-sccs.el and renamed. Callers changed.
15199 (vc-backend-checkout, vc-backend-logentry-check)
15200 (vc-backend-merge-news): Doc fix.
15201 (vc-default-logentry-check): New function.
15202 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15203 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15204 (vc-backend-merge): Doc fix. Use backend functions.
15205 (vc-check-headers): Use backend functions.
15206
15207 * vc-cvs.el: Require vc when compiling.
15208 (vc-cvs-register-switches): Doc fix.
15209 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15210 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15211 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15212 New functions (code from vc.el).
15213 (vc-annotate-display-default): Fix interactive spec.
15214 (vc-annotate-time-span): Doc fix.
15215
15216 * vc-rcs.el: Require vc when compiling.
15217 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15218 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15219 (vc-rcs-checkin): New functions (code from vc.el).
15220 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15221 Doc fix.
15222 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15223
15224 * vc-sccs.el: Require vc when compiling.
15225 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15226 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15227 (vc-sccs-revert)
15228 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15229 from vc.el).
15230 (vc-sccs-add-triple, vc-sccs-record-rename)
15231 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15232 (vc-sccs-admin): Doc fix.
15233
15234 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15235
15236 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15237 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15238 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15239 from vc.el.
15240
15241 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15242
15243 * vc-cvs.el: Moved the annotate functionality from vc.el.
15244 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15245
15246 2000-09-04 Dave Love <fx@gnu.org>
15247
15248 * vc.el (vc-backend-release): Call vc-system-release.
15249
15250 * vc-sccs.el (vc-sccs-system-release):
15251 Renamed from vc-sccs-backend-release.
15252
15253 * vc-rcs.el (vc-rcs-system-release):
15254 Renamed from vc-rcs-backend-release.
15255
15256 * vc-cvs.el (vc-cvs-system-release):
15257 Renamed from vc-cvs-backend-release.
15258
15259 2000-09-04 Dave Love <fx@gnu.org>
15260
15261 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15262 backend files.
15263 (vc-backend-release): Dispatch to backend functions.
15264 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15265 probably needs attention.]
15266
15267 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15268 (vc-sccs-backend-release): New function.
15269
15270 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15271 (vc-cvs-backend-release): New function.
15272
15273 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15274 Doc fix.
15275 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15276 (vc-default-dired-state-info): New function.
15277 (vc-dired-state-info): Dispatch to backends.
15278 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15279
15280 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15281 from vc.el and renamed.
15282
15283 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15284
15285 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15286 (vc-version-other-window, vc-backend-assign-name): Removed
15287 references to vc-latest-version; sometimes changed into
15288 vc-workfile-version.
15289
15290 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15291 vc-rcs-master-workfile-version.
15292 (vc-rcs-workfile-version): Use the above. Don't call
15293 vc-latest-version (that was unreachable code, anyway).
15294 (vc-rcs-fetch-master-properties): Doc fix.
15295
15296 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15297 (vc-backend-hook-functions): Removed them from this list, too.
15298 (vc-fetch-properties): Removed.
15299 (vc-workfile-version): Doc fix.
15300
15301 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15302 (vc-rcs-workfile-version, vc-rcs-locking-user)
15303 (vc-rcs-uses-locking): Use it.
15304
15305 * vc-hooks.el (vc-consult-rcs-headers):
15306 Moved into vc-rcs-hooks.el, under the name
15307 vc-rcs-consult-headers.
15308
15309 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15310 headers.
15311 (vc-cvs-find-master): Use this name only; correct different
15312 versions of the name.
15313
15314 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15315 New functions.
15316 (vc-sccs-locking-user): Use the latter.
15317
15318 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15319 New functions.
15320
15321 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15322 Moved into both
15323 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15324 functions are implementation details of those two backends.
15325
15326 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15327
15328 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15329 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15330
15331 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15332 (vc-sccs-parse-locks): SCCS-specific code moved here from
15333 vc-hooks.
15334
15335 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15336 code moved here from vc-hooks.
15337
15338 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15339 into back-end specific parts and removed. Callers not updated
15340 yet; because I guess these callers will disappear into back-end
15341 specific files anyway.
15342
15343 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15344
15345 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15346 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15347 `vc-uses-locking'.
15348
15349 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15350 Store yes/no in the property, and return t/nil. Updated all
15351 callers.
15352
15353 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15354 vc-sccs-uses-locking. Don't set property.
15355 (vc-sccs-locking-user): Don't set property.
15356
15357 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15358 vc-cvs-uses-locking. Don't set property here; leave that to
15359 vc-hooks.
15360 (vc-cvs-locking-user): Reflect above change. Streamlined.
15361
15362 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15363 vc-rcs-uses-locking.
15364 (vc-rcs-locking-user): Reflect above change.
15365
15366 2000-09-04 Dave Love <fx@gnu.org>
15367
15368 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15369
15370 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15371
15372 * vc-hooks.el (vc-checkout-model): Punt to backends.
15373
15374 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15375
15376 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15377
15378 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15379 New functions.
15380
15381 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15382 New functions.
15383
15384 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15385 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15386
15387 * vc-hooks.el (vc-default-locking-user): New function.
15388 (vc-locking-user, vc-workfile-version): Punt to backends.
15389
15390 2000-09-04 Dave Love <fx@gnu.org>
15391
15392 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15393 (vc-master-workfile-version): Moved from vc-hooks.
15394
15395 * vc-rcs-hooks.el: Fix duplicate code in last change.
15396
15397 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15398 (vc-rcs-master-templates): Improve :type.
15399 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15400 vc-master-workfile-version): Moved from vc-hooks.
15401
15402 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15403 (vc-sccs-master-templates): Improve :type.
15404 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15405
15406 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15407
15408 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15409 (vc-cvs-master-templates): Improve :type. Use
15410 vc-cvs-find-cvs-master.
15411 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15412 from vc-hooks.
15413 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15414
15415 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15416 Moved to vc-cvs-hooks.
15417
15418 * vc-hooks.el: Add doc strings in various places. Simplify the
15419 minor mode setup.
15420 (vc-handled-backends): New user variable.
15421 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15422 simplification.
15423
15424 2000-09-04 Dave Love <fx@gnu.org>
15425
15426 * vc.el: Some doc fixes for autoloaded and interactive functions.
15427 Fix compilation warnings from ediff stuff.
15428 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15429
15430 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15431
15432 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15433
15434 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15435
15436 2000-09-04 Dave Love <fx@gnu.org>
15437
15438 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15439 New variable.
15440 (vc-make-backend-function, vc-loadup, vc-call-backend)
15441 (vc-backend-defines): New functions.
15442
15443 * vc-hooks.el: Various doc fixes.
15444 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15445 (vc-match-substring): Function removed. Callers changed to use
15446 match-string.
15447 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15448 Simplify.
15449
15450 2000-09-04 Dave Love <fx@gnu.org>
15451
15452 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15453 type.
15454 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15455 (vc-sccs-registered): Doc fix.
15456
15457 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15458 (vc-cvs-registered): Doc fix.
15459
15460 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15461 (vc-rcs-registered): Doc fix.
15462
15463 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15464
15465 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15466
15467 * vc-hooks.el: vc-registered has been renamed
15468 vc-default-registered. Some functions have been moved to the
15469 backend specific files. they all support the
15470 vc-BACKEND-registered functions.
15471
15472 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15473
15474 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15475
15476 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15477
15478 2000-09-04 Dave Love <fx@gnu.org>
15479
15480 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15481 menu-bar-update-hook.
15482
15483 * help.el (help-manyarg-func-alist): Add
15484 find-operation-coding-system.
15485
15486 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15487
15488 * custom.el (custom-set-variables): Print message about errors in
15489 setting.
15490
15491 2000-09-03 Andrew Innes <andrewi@gnu.org>
15492
15493 * makefile.w32-in: Change to DOS line endings.
15494
15495 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15496
15497 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15498 minor-mode keymaps, if they don't have one.
15499
15500 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15501
15502 * eshell/esh-module.el (eval-when-compile): Don't lose if
15503 esh-module.el's file name is truncated to DOS 8+3 limits.
15504
15505 2000-09-01 John Wiegley <johnw@gnu.org>
15506
15507 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15508 predicate, which caused entries in the completion list to be
15509 doubled.
15510
15511 2000-08-30 John Wiegley <johnw@gnu.org>
15512
15513 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15514 sending to subprocesses. Also, hook pre-command-hook if
15515 `eshell-send-direct-to-subprocesses' is non-nil.
15516 (eshell-send-direct-to-subprocesses): New config variable. If t,
15517 subprocess input is send immediately.
15518 (eshell-toggle-direct-send): New function.
15519 (eshell-self-insert-command): New function.
15520 (eshell-intercept-commands): New function.
15521 (eshell-send-input): If direct subprocess sending is enabled,
15522 don't echo any input to the Eshell buffer. Let the subprocess
15523 handle that. This requires "stty echo" in bash, for example.
15524
15525 2000-08-28 John Wiegley <johnw@gnu.org>
15526
15527 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15528 completion function for Eshell's implementation of `unset'.
15529
15530 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15531
15532 * info.el (Info-directory-list): Doc fix.
15533
15534 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15535
15536 * filecache.el (file-cache-add-directory-using-find): Don't quote
15537 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15538
15539 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15540
15541 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15542 coding systems.
15543
15544 2000-08-30 Andrew Innes <andrewi@gnu.org>
15545
15546 * timer.el (run-with-idle-timer): Undo last change, so that timer
15547 is not activated immediately if Emacs is already idle. Some
15548 existing code relies on this behaviour.
15549
15550 2000-08-30 Miles Bader <miles@gnu.org>
15551
15552 * frame.el (set-frame-font): Do completion of font-name for
15553 interactive use.
15554
15555 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15556
15557 * international/quail.el (quail-start-translation): Bind locally
15558 last-command-event, last-command, and this-command.
15559 (quail-start-conversion): Likewise.
15560 (quail-self-insert-command): Fix docstring.
15561
15562 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15563
15564 * progmodes/executable.el
15565 (executable-make-buffer-file-executable-if-script-p): Check that
15566 buffer contains at least 2 characters.
15567
15568 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15569
15570 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15571
15572 2000-08-29 Dave Love <fx@gnu.org>
15573
15574 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15575 (diff-mode-shared-map): Bind mouse-2.
15576 (diff-imenu-generic-expression): New variable.
15577 (diff-mode): Use it.
15578
15579 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15580 (mouse-popup-menubar): Add minor mode menus.
15581 (popup-menu): Check for lookup-key returning number.
15582
15583 2000-08-29 Miles Bader <miles@gnu.org>
15584
15585 * comint.el (comint-send-input): Create overlays using the proper
15586 front/read-advance arguments.
15587
15588 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15589
15590 * ps-print.el: Even/odd pages printing. Doc fix.
15591 (ps-print-version): New version number (6.0).
15592 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15593 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15594 (ps-print-duplex-feature): Variable eliminated.
15595 (ps-even-or-odd-pages): New variable.
15596
15597 * progmodes/ebnf2ps.el: Doc fix.
15598 (ebnf-version): New version (3.3).
15599 (ebnf-user-arrow): Change variable customization to sexp.
15600 (ebnf-user-arrow): Function eliminated.
15601 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15602
15603 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15604
15605 * help.el (help-xref-mule-regexp): New variable.
15606 (help-make-xrefs): Handle help-xref-mule-regexp.
15607
15608 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15609 variable.
15610 (describe-input-method): Temporarily activate the specfied input
15611 method to display the information.
15612 (describe-language-environment): Hyperlinks to mule related items.
15613
15614 * international/mule-diag.el (charset-multibyte-form-string): New
15615 function.
15616 (list-character-sets-1): Use charset-multibyte-form-string.
15617 (describe-character-set): New function.
15618 (describe-coding-system): Hyperlinks to safe character sets.
15619
15620 * international/quail.el (quail-help): New arg PACKAGE.
15621 Hyperlinks to mule related items.
15622 (quail-help-insert-keymap-description): Use
15623 substitute-command-keys instead of describe-bindings.
15624 (quail-translation-help): Hyperlinks to mule related items.
15625
15626 2000-08-28 John Wiegley <johnw@gnu.org>
15627
15628 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
15629 have a defsubst call itself. Made `eshell-flatten-list' back into
15630 a function again.
15631
15632 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
15633 catch, in case re-centering point at bottom messes up the display.
15634 This happens frequently in Emacs 21, due I believe to variable
15635 line heights.
15636
15637 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
15638 to call `find-tag-interactive'.
15639
15640 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
15641 the list of remember directories.
15642
15643 2000-08-28 John Wiegley <johnw@gnu.org>
15644
15645 * align.el: Test align-region-separate to see if it's a symbol.
15646
15647 2000-08-28 John Wiegley <johnw@gnu.org>
15648
15649 * eshell/esh-util.el (eshell-flatten-list): Made this function
15650 into a defsubst form. It gets used very frequently, although
15651 calls don't occur all that often.
15652
15653 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
15654 examining it.
15655
15656 * eshell/esh-cmd.el (eshell-rewrite-while-command):
15657 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
15658 `eshell-protect'.
15659 (eshell-copy-handles): Created a new macro for duplicating the
15660 current set of open handles. This is needed by the looping
15661 functions.
15662 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
15663 is not incorrectly stomped on.
15664
15665 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
15666 declaration for pcomplete-use-paring.
15667 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
15668 value of eshell-cmpl-use-paring.
15669 * pcomplete.el (pcomplete-use-paring): New config variable, to
15670 indicate whether paring should be used.
15671 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
15672 completion alternatives that have already been used.
15673
15674 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
15675 bound to C-c C-y, which will repeat the previous N arguments
15676 (based on prefix argument).
15677 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
15678
15679 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
15680 if there is no *Help* buffer. This is for XEmacs, which renames
15681 its help buffers uniquely. TODO: Find out what the current buffer
15682 name to delete is.
15683
15684 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
15685 first entry that correlates to a passwd/group number. Later
15686 entries (used for group/user name aliasing to multiple IDs) are
15687 ignored.
15688
15689 * eshell/em-xtra.el (eshell/expr):
15690 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
15691 (eshell-grep, eshell/diff, eshell/locate):
15692 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
15693 argument list, before passing it to the system command.
15694
15695 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
15696 `find-tag' for use at final position in Eshell buffers (which
15697 otherwise triggers an error on Emacs 21).
15698 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
15699 buffer, if it is currently bound to `find-tag'.
15700
15701 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
15702 in the list of matched Makefile names.
15703 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
15704 directory, prefer its contents to Makefile.
15705
15706 * eshell/em-dirs.el (eshell/cd): cd commands that look up
15707 directory parts (like "cd old new", or "cd =regexp"), are now case
15708 sensitive on non-Windows/DOS platforms.
15709
15710 * eshell/esh-mode.el (eshell-parse-command-input): When a user
15711 types RET after an open delimiter (like "), display a message
15712 indicating that Eshell is waiting for the closing delimiter.
15713
15714 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
15715 environment variables.
15716
15717 * eshell/em-unix.el (eshell/diff): Added logic to fail more
15718 gracefully if the user enters incorrect arguments.
15719
15720 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
15721 Eshell buffers.
15722
15723 * eshell/esh-var.el (eshell-interpolate-variable):
15724 * eshell/esh-mode.el (eshell-move-argument):
15725 * eshell/em-unix.el (eshell-du-sum-directory):
15726 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15727 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
15728 (not (= ...)).
15729
15730 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
15731 to ensure the `preserve' flag gets propagated when doing recursive
15732 directory copies.
15733
15734 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
15735
15736 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
15737 Don't convert \n into \0177 in memory.
15738 (eshell-read-history, eshell-write-history): Convert \n to \0177,
15739 and back again, when reading and writing.
15740
15741 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
15742
15743 * eshell/esh-util.el (eshell-processp): Added to relieve constant
15744 testing of `fboundp' on `processp'.
15745
15746 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
15747 (eshell/jobs): Don't call process-list if it is not bound.
15748 (eshell-gather-process-output): Support systems where async
15749 subprocesses aren't supported.
15750 (eshell-scratch-buffer, eshell-last-sync-output-start): New
15751 variables.
15752
15753 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
15754 eshell-do-eval returns t.
15755 (eshell-do-pipelines-synchronously): New defmacro.
15756 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
15757 when async subprocesses aren't supported.
15758 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
15759 if async subprocesses aren't supported.
15760 (eshell-resume-command): Don't assume STATUS is a string.
15761
15762 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
15763
15764 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
15765 (eshell-close-target, eshell-get-target): Use eshell-processp.
15766 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
15767 fix.
15768 (eshell-get-target, eshell-create-handles): Doc fix.
15769
15770 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
15771
15772 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
15773 criterion to include commands that output something, as long as it
15774 leaves both the command and the end-of-buffer visible when the
15775 command has exited.
15776 (eshell-review-quick-commands): Adjust the help doc string
15777 accordingly.
15778
15779 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
15780
15781 * locate.el (locate): Cleaned up locate command's interactive prompting
15782 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
15783
15784 * filecache.el (file-cache-case-fold-search): New variable
15785 (file-cache-assoc-function): New variable
15786 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
15787 Use file-cache-case-fold-search variable
15788 (file-cache-add-file): Use file-cache-assoc-function
15789 (file-cache-delete-file): likewise
15790 (file-cache-directory-name): likewise
15791 (file-cache-debug-read-from-minibuffer): likewise
15792
15793 2000-08-28 Gerd Moellmann <gerd@gnu.org>
15794
15795 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
15796 (abbrev-table-name): New function.
15797 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
15798 If non-nil list local abbrev, only.
15799
15800 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
15801
15802 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
15803 from Gnus support code, and use special article copy buffer
15804 `(gnus-original-article-buffer)' instead. This allows to get rid
15805 of article-hide-headers usage (which breaks in the latest Gnus
15806 version). Thanks to Detlev Zundel.
15807
15808 2000-08-28 Kenichi Handa <handa@etl.go.jp>
15809
15810 * international/quail.el (quail-use-package): Hide "... loaded"
15811 message.
15812 (quail-start-translation, quail-start-conversion): Likewise.
15813
15814 * international/kkc.el (kkc-region): Hide "... loaded" message.
15815
15816 2000-08-27 Dave Love <fx@gnu.org>
15817
15818 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
15819
15820 2000-08-27 Miles Bader <miles@gnu.org>
15821
15822 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
15823
15824 2000-08-27 Kenichi Handa <handa@etl.go.jp>
15825
15826 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
15827 'ja-dic-cnv), not (require 'skkdic-cnv).
15828
15829 2000-08-26 Miles Bader <miles@gnu.org>
15830
15831 * faces.el (face-x-resources): Add entry for :inherit.
15832 * cus-face.el (custom-face-attributes): Add support for :inherit
15833 attribute. Add support for relative face heights.
15834 (custom-face-attributes-get): Treat `nil' as being a default value
15835 for :inherit (as well as `unspecified').
15836
15837 * faces.el (set-face-attribute): Update doc string.
15838 (face-attribute-name-alist): Add :inherit.
15839 (face-valid-attribute-values): Handle :inherit.
15840 (face-read-string): Rephrase prompt to be less confusing.
15841 Assume that DEFAULT is a string, since we must return a string.
15842 (face-read-integer): Use `format' to turn DEFAULT into an
15843 acceptable default for face-read-string. Match NEW-VALUE against
15844 the string "unspecified", not the symbol `unspecified', since
15845 that's what face-read-string returns.
15846 (read-face-attribute): Lookup a name for old-value in valid, and
15847 use it as a default if we find one. Treat all values from
15848 face-read-string as strings. If the default is used, don't do any
15849 more processing on the value, just use the old value directly.
15850 (read-face-and-attribute, modify-face): Tweak prompt.
15851 (read-face-name): Don't assume prompt ends with a space.
15852
15853 * faces.el (describe-face): Add support for :inherit attribute.
15854
15855 2000-08-25 Kenichi Handa <handa@etl.go.jp>
15856
15857 * terminal.el (terminal-emulator): Fix args to `concat'. Now
15858 concat doesn't accept interger.
15859
15860 * international/kkc.el: Remove SKK from Keywords. Require
15861 ja-dic-utl instead of skkdic-utl.
15862
15863 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
15864 Provide ja-dic-cnv instead of skkdic-cnv.
15865 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
15866 (iso-2022-7bit-short): Add safe-charsets property.
15867 (skkdic-convert-postfix): Search Japanese chou-on character in
15868 addition to Hiragana character.
15869 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
15870 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
15871 (batch-skkdic-convert): Likewise.
15872
15873 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
15874 Provide ja-dic-utl instead of skkdic-utl.
15875 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
15876
15877 2000-08-24 Dave Love <fx@gnu.org>
15878
15879 * disp-table.el (standard-display-default): Make the test of `l'
15880 useful.
15881
15882 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
15883 mod sample text.
15884
15885 * international/iso-ascii.el: Make pilcrow convenient string
15886 consistent with section.
15887 (iso-ascii-display): Set up multibyte characters as well as
15888 unibyte.
15889
15890 2000-08-24 Kenichi Handa <handa@etl.go.jp>
15891
15892 * international/mule-cmds.el (reset-language-environment): Set
15893 default-process-coding-system to '(undecided . iso-latin-1), which
15894 makes process I/O almost consistent with file I/O. Call this
15895 function when mule-cmds.el[c] is loaded.
15896
15897 2000-08-22 Andrew Innes <andrewi@gnu.org>
15898
15899 * makefile.w32-in: New file.
15900
15901 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
15902
15903 * comint.el (comint-output-filter): Compare end of
15904 comint-last-output-overlay with the start of the newly inserted
15905 text, not the end, when deciding whether to extend it.
15906 Set saved-point's insertion type to advance after insertion.
15907
15908 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
15909 since this is now done independently of font-lock mode.
15910
15911 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15912
15913 * server.el (server-kill-new-buffers): New user option.
15914 (server-existing-buffer): New buffer-local variable.
15915 (server-visit-files): When using an existing buffer, set
15916 server-existing-buffer to t.
15917 (server-buffer-done): If server-kill-new-buffers is t, kill the
15918 buffer, unless it was already present before visiting it with
15919 Emacs server.
15920
15921 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
15922
15923 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
15924 even if the display doesn't support colors: some displays will
15925 support bold/underline faces.
15926
15927 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15928
15929 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
15930
15931 * startup.el (command-line): If user's init file had an error,
15932 add explanatory text to *Messages*.
15933
15934 2000-08-21 Kenichi Handa <handa@etl.go.jp>
15935
15936 * man.el (Man-getpage-in-background): Decode the process output by
15937 the system locale coding system.
15938
15939 2000-08-20 Dave Love <fx@gnu.org>
15940
15941 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
15942 Don't test x-popup-menu.
15943 (function) <complete-function>: Complete only fbound symbols.
15944 <validate, value>: New.
15945 (variable) <complete-function>: Complete only bound symbols.
15946 (coding-system): Add :base-only, :complete-function, :validate,
15947 :value, :prompt-match.
15948 (widget-coding-system-prompt-value): Use read-coding-system and
15949 act on :base-only.
15950 (editable-field): Add :help-echo.
15951 (widget-push-button-gui, widget-push-button-cache)
15952 (widget-gui-action, widget-editable-list-gui): COmment out, along
15953 with uses.
15954 (widget-at): Make arg optional.
15955 (widget-echo-help): Adjust for current help-echo calling sequence.
15956 (widget-specify-field, widget-specify-button)
15957 (widget-specify-insert, widget-get-sibling, widget-image-find)
15958 (widget-convert, widget-insert, widget-leave-text)
15959 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
15960 (widget-setup, widget-field-find, widget-before-change)
15961 (widget-after-change, widget-default-complete)
15962 (widget-default-create, widget-default-delete)
15963 (widget-push-button-value-create, editable-field)
15964 (widget-field-prompt-value, widget-field-validate)
15965 (widget-choice-value-create, widget-choice-action)
15966 (widget-choice-validate, widget-checklist-add-item)
15967 (widget-radio-add-item, widget-radio-chosen)
15968 (widget-radio-value-inline, widget-editable-list-value-create)
15969 (widget-editable-list-entry-create)
15970 (widget-documentation-link-add)
15971 (widget-documentation-string-value-create)
15972 (widget-regexp-validate, widget-file-complete)
15973 (widget-sexp-validate, widget-plist-convert-widget)
15974 (widget-plist-convert-widget, widget-alist-convert-widget)
15975 (widget-alist-convert-widget, widget-color-complete): Simplify,
15976 particularly to avoid bindings which aren't optimized out.
15977
15978 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
15979 Doc fix.
15980 (down-list, backward-up-list, up-list, kill-sexp)
15981 (backward-kill-sexp, mark-sexp): Make arg optional.
15982 (lisp-complete-symbol): Add optional arg PREDICATE.
15983
15984 * cus-start.el: Add display-buffer-reuse-frames,
15985 file-coding-system-alist.
15986
15987 2000-08-20 Gerd Moellmann <gerd@gnu.org>
15988
15989 * startup.el (command-line): Clear realized faces after
15990 modifying TTY color mappings.
15991
15992 2000-08-20 Miles Bader <miles@gnu.org>
15993
15994 * faces.el (face-attr-match-p): Don't return true if ATTRS are
15995 merely a subset of FACE's attributes.
15996
15997 2000-08-19 Miles Bader <miles@gnu.org>
15998
15999 * comint.el (comint-output-filter): Save the point with a marker,
16000 not just a buffer position.
16001
16002 * international/mule.el (set-buffer-process-coding-system): Make
16003 interactive prompt less confusing.
16004
16005 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16006
16007 * hilit-chg.el: General cleanup of doc strings, comments and
16008 code formatting.
16009
16010 2000-08-19 Miles Bader <miles@gnu.org>
16011
16012 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16013 Compiler macro removed; beginning-of-line is no longer always
16014 equivalent to forward-line, in the presence of fields.
16015
16016 * comint.el (comint-output-filter): Remove ad-hoc saving of
16017 restriction, and just use save-restriction, now that it works
16018 correctly. Don't adjust comint-last-input-start to account for
16019 our insertion; it shouldn't have moved because we don't use
16020 insert-before-markers anymore. Comment out call to
16021 `force-mode-line-update'; why is it here?
16022
16023 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16024 while checking for prompt to delete. Use `forward-line 0'
16025 instead of beginning-of-line.
16026 (gud-filter): Temporarily widen gud comint buffer while
16027 examining output.
16028
16029 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16030
16031 * progmodes/sh-script.el: Big bag of typos.
16032
16033 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16034 check since ispell-process is not bound when ispell is not yet loaded.
16035
16036 2000-08-18 Dave Love <fx@gnu.org>
16037
16038 * image.el (find-image): Copy `spec' before using plist-put.
16039
16040 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16041
16042 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16043 `portugues'.
16044
16045 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16046 backward-kill-sexp, analogous to kill-sexp.
16047
16048 * progmodes/icon.el (icon-indent-line)
16049 (icon-is-continuation-line): Handle comments specially.
16050
16051 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16052
16053 * ispell.el: Set to standard author/maintainer/keyword fields.
16054 Fine tuning to menu map appearance and operation, and added help.
16055 Remove `start' and `end' error messages when compiling.
16056 (ispell-choices-win-default-height): Fixed comment string.
16057 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16058 castellano8 dictionaries.
16059 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16060 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16061 dictionary, added italiano dictionary.
16062 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16063 word character
16064 (ispell-tex-skip-alists): Added psfig support.
16065 (ispell-skip-html): Renamed from ispell-skip-sgml.
16066 (ispell-begin-skip-region-regexp, ispell-skip-region)
16067 (ispell-minor-check): Improved html skipping support to skip across
16068 code, and recognize `&' commands without propper `;' syntax;
16069 (ispell-process-line): Fix alignment error when manually
16070 correcting spelling.
16071 (ispell): Fix comment string.
16072 (ispell-add-per-file-word-list): Always put word list on new line.
16073
16074 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16075
16076 * format.el (format-encode-run-method): Fix error message to say
16077 `encode' instead of `decode'. Use save-window-excursion around
16078 shell-command-on-region as in format-decode-run-method because
16079 shell-command-on-region can display a buffer with error output.
16080 (format-decode): Don't record undo information for the decoding.
16081 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16082 that number part of the temporary buffer name so that more than
16083 one decoding using a temporary buffer can happen safely.
16084
16085 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16086 of `A-z' in the regexp.
16087
16088 * hilit-chg.el: Fix typos in commentary.
16089
16090 * help.el (view-emacs-news): Rewritten for new naming scheme
16091 for old NEWS files.
16092
16093 * startup.el (command-line): Pop to *Messages* in case an error
16094 is signaled while loading user-init-file.
16095
16096 2000-08-17 Andreas Schwab <schwab@suse.de>
16097
16098 * files.el (insert-directory): Don't lose original file name,
16099 undoing an undocumented change.
16100
16101 2000-08-17 Alex Schroeder <alex@gnu.org>
16102
16103 * sql.el (sql-magic-go): Use comint-bol.
16104 (sql-copy-column): Use comint-line-beginning-position.
16105 (comint-line-beginning-position): Define a replacement for
16106 comint-line-beginning-position if it is not fboundp.
16107
16108 2000-08-17 Alex Schroeder <alex@gnu.org>
16109
16110 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16111 it didn't have any effect anyway.
16112
16113 2000-08-17 Alex Schroeder <alex@gnu.org>
16114
16115 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16116 --pset and pager=off instead of sending \\o|cat at the beginning
16117 of the session.
16118
16119 2000-08-17 Miles Bader <miles@gnu.org>
16120
16121 * progmodes/octave-inf.el: Add compatibility definition of
16122 comint-line-beginning-position.
16123
16124 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16125
16126 * startup.el (normal-top-level): Look in each dir in load-path for
16127 a leim-list.el file too. This assures of loading leim-list.el
16128 that is created at Emacs installation time even if a user have his
16129 own leim-list.el.
16130
16131 2000-08-17 Miles Bader <miles@gnu.org>
16132
16133 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16134 foreground color to black if the background is dark.
16135
16136 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16137
16138 * loadhist.el (unload-feature): Typo.
16139
16140 * finder.el (finder-compile-keywords):
16141 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16142 to the generated file.
16143
16144 * mail/mh-e.el (mh-make-local-vars):
16145 Replace make-variable-buffer-local with make-local-variable.
16146
16147 * play/landmark.el:
16148 * options.el (Edit-options-{set,toggle,t,nil}):
16149 * mail/mailabbrev.el (mail-abbrevs-mode):
16150 * textmodes/tex-mode.el (tex-expand-files):
16151 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16152
16153 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16154
16155 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16156 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16157 Allow going past the last element.
16158 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16159 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16160 (cvs-mouse-toggle-mark): Don't move point.
16161 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16162
16163 * progmodes/compile.el (grep): Provide a default set of files.
16164 (next-error): Docstring fix.
16165 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16166
16167 * emacs-lisp/easy-mmode.el (define-minor-mode):
16168 Use `symbol-value' to keep the byte-compiler quiet.
16169
16170 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16171 (diff-find-source-location): New fun, extracted from diff-goto-source.
16172 (diff-goto-source): Use it.
16173 (diff-next-complex-hunk, diff-filter-lines): New function.
16174 (diff-apply-hunk): New command.
16175
16176 * smerge-mode.el (smerge-mode-menu): Doc fix.
16177
16178 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16179
16180 2000-08-16 Dave Love <fx@gnu.org>
16181
16182 * windmove.el (windmove) <defgroup>: Add :version.
16183
16184 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16185 (goto-address-fontify-p, goto-address-highlight-p)
16186 (goto-address-url-face, goto-address-url-mouse-face)
16187 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16188 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16189 (goto-address-fontify, goto-address-at-mouse): Simplify,
16190 (goto-address-at-point): browse-url-url-at-point,
16191 goto-address-find-address-at-point can return nil.
16192 (goto-address-find-address-at-point): Return nil on failure.
16193
16194 * align.el (align) <defgroup>: Add :version.
16195
16196 * calculator.el (calculator): Add :version.
16197 (calculator): Use two lines for calculator window if `modeline'
16198 face is boxed.
16199
16200 * play/5x5.el: Doc fixes.
16201 (5x5) <defgroup>: Add :version.
16202
16203 * play/fortune.el (fortune) <defgroup>: Add :version.
16204 (fortune-append): Fix error message.
16205 (fortune-from-region): Doc fix.
16206
16207 * play/pong.el (pong): Doc fix.
16208
16209 * play/morse.el: Keywords, commentary, autoloads.
16210
16211 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16212
16213 * desktop.el (desktop-save): Don't look at symbol-value of a
16214 member of minor-mode-alist, unless it is boundp.
16215
16216 2000-08-16 Sam Steingold <sds@gnu.org>
16217
16218 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16219 `while'; use `with-current-buffer' instead of `save-excursion'.
16220 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16221
16222 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16223
16224 * international/ccl.el (declare-ccl-program): Docstring modified.
16225 (ccl-execute-with-args): Likewise.
16226
16227 2000-08-16 Miles Bader <miles@gnu.org>
16228
16229 * progmodes/sql.el: Add compatibility definition of
16230 comint-line-beginning-position.
16231
16232 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16233
16234 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16235 'buffer-menu' property.
16236 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16237 fails.
16238 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16239 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16240 wasn't killed.
16241
16242 * buff-menu.el (list-buffers-noselect): Don't display the
16243 *Buffer List* buffer.
16244
16245 * font-lock.el: Require jit-lock to prevent a very late
16246 `Loading jit-lock' message.
16247
16248 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16249 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16250 mail address.
16251
16252 2000-08-15 Miles Bader <miles@gnu.org>
16253
16254 * textmodes/ispell.el (ispell-graphic-p): New constant.
16255 (ispell-choices-win-default-height, ispell-help): Use
16256 `ispell-graphic-p' instead of `xemacsp'.
16257
16258 2000-08-15 Dave Love <fx@gnu.org>
16259
16260 * simple.el: Autoload widget-convert when compiling.
16261 (mail-user-agent): Doc fix.
16262
16263 * help.el (function-called-at-point, variable-at-point): Use
16264 with-syntax-table.
16265 (help-manyarg-func-alist): Add insert-and-inherit.
16266
16267 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16268
16269 * delsel.el (delsel-unload-hook): New function.
16270
16271 * find-file.el: Doc fixes. Move provide to end.
16272 (ff) <defgroup>: Add :link.
16273 (ff-goto-click): Deleted.
16274 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16275 Use mouse-set-point.
16276
16277 * textmodes/tildify.el: Doc fixes.
16278 (tildify) <defgroup>: Add:version.
16279
16280 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16281 (glasses-custom-set): Use set-default, not set.
16282 (minor-mode-alist): Propertize the lighter.
16283 (glasses-mode): Provide optional arg.
16284
16285 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16286 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16287 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16288 option. Provide :type.
16289 (cwarn-configuration): Provide :type.
16290 (cwarn-mode): Doc fix.
16291
16292 * add-log.el (change-log-merge): Doc fix.
16293 (change-log-redate): New command.
16294
16295 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16296 Doze and Dog.
16297 (browse-url): Use dolist, not mapcar.
16298 (browse-url-at-point): Check for null url.
16299 (browse-url-event-buffer, browse-url-event-point): Functions
16300 deleted.
16301 (browse-url-at-mouse, browse-url-netscape): Simplify.
16302
16303 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16304 modes.
16305 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16306 Fix previous change to mapcan.
16307 (msb--init-file-alist, msb--add-separators)
16308 (msb--make-keymap-menu): Simplify.
16309 (msb--choose-file-menu): Use copy-sequence.
16310 (msb-mode-map): Add title to keymap.
16311 (msb-unload-hook): New function.
16312
16313 * bs.el: Fix indentation.
16314 (bs) <defgroup>: Add :links.
16315 (bs-show): Doc fix.
16316 (bs-apply-sort-faces): Don't use window-system.
16317 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16318
16319 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16320
16321 * calendar/timeclock.el (timeclock-file): Run .timelog through
16322 convert-standard-filename.
16323
16324 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16325
16326 * emacs-lisp/authors.el: New file.
16327
16328 * paren.el (show-paren-priority): New user option.
16329 (show-paren-function): Set overlay priorities to
16330 show-paren-priority.
16331
16332 2000-08-14 Miles Bader <miles@gnu.org>
16333
16334 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16335 beginning-of-line with inhibit-field-text-motion bound.
16336
16337 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16338
16339 * calendar/timeclock.el: New file.
16340
16341 2000-08-14 David Ponce <david@dponce.com>
16342
16343 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16344 `widget-button-click'. so that one can use left mouse button to
16345 click on dialog buttons.
16346
16347 2000-08-14 Emmanuel Briot <briot@gnat.com>
16348
16349 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16350 identifiers, since XML is case sensitive
16351
16352 2000-08-12 Miles Bader <miles@gnu.org>
16353
16354 * comint.el (comint-output-filter): Don't bother frobbing
16355 window-start, it doesn't seem to be necessary.
16356
16357 * comint.el (comint-send-string, comint-send-region): Make into
16358 real functions. Snapshot the prompt before sending.
16359
16360 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16361
16362 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16363 technique similar to Info-index, instead of relying on specific
16364 names of relevant Index nodes.
16365 (Info-goto-emacs-command-node): Bind Info-history to nil when
16366 going to the first node found by Info-find-emacs-command-nodes.
16367
16368 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16369
16370 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16371
16372 2000-08-10 Miles Bader <miles@gnu.org>
16373
16374 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16375
16376 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16377
16378 * info.el (Info-file-list-for-emacs): More elements for the
16379 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16380 and woman manuals.
16381
16382 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16383
16384 * comint.el (comint-send-input): Make the newline boundary overlay
16385 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16386 (comint-output-filter): Use `insert' instead of
16387 `insert-before-markers'. Extend comint-last-output-overlay when
16388 necessary since we can't rely on insert-before-markers to do it.
16389 * gud.el (gud-filter): Use `with-current-buffer' instead of
16390 save-excursion when inserting the output, so that point gets
16391 updated correctly; the old method relied on a rather dodgy
16392 side-effect of comint-output-filter to avoid the effect of
16393 save-excursion.
16394
16395 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16396
16397 * files.el (recover-file): Call insert-directory instead of
16398 invoking `ls' directly.
16399
16400 2000-08-10 Miles Bader <miles@gnu.org>
16401
16402 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16403 (comint-last-prompt-overlay): New variables.
16404 (comint-output-filter): Implement prompt highlighting.
16405 (comint-snapshot-last-prompt): New function.
16406 (comint-send-input): Snapshot the last prompt.
16407 Use comint-highlight-input-face.
16408 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16409 Use defface instead of defcustom.
16410 (send-invisible, comint-send-eof): Snapshot the last prompt.
16411 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16412 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16413
16414 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16415
16416 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16417 (regexp-opt-group): Use a list of chars for `letters'.
16418 (regexp-opt-charset): `chars' is now a list of chars.
16419 Use a char-table rather than a vector so it works for multibyte chars.
16420
16421 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16422 Set cvs-minor-current-files to the selected fileinfo.
16423 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16424 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16425
16426 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16427
16428 * files.el (insert-directory): Don't call access-file on
16429 directories on DOS and Windows.
16430
16431 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16432
16433 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16434 longer if necessary.
16435 (ccl-embed-code): Call ccl-embed-data to store CODE in
16436 ccl-program-vector.
16437
16438 2000-08-09 Miles Bader <miles@gnu.org>
16439
16440 * comint.el (comint-output-filter): Properly handle the case where
16441 the text surrounded by comint-last-output-overlay was deleted.
16442
16443 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16444
16445 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16446 non-nil.
16447 (Info-file-list-for-emacs): Remove "info" from the list because
16448 that leads to trying to use the documentation from file `info'
16449 in various situations where it isn't appropriate, for instance
16450 C-h C-k C-h i.
16451
16452 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16453 DIR and/or STRING are nil.
16454
16455 * progmodes/compile.el (compilation-setup): Make variable
16456 compilation-error-screen-columns buffer-local, as some comment
16457 in the code suggests it should be.
16458
16459 * files.el (auto-mode-interpreter-regexp): New variable.
16460 (set-auto-mode): Use it.
16461
16462 * indent.el (indent-for-tab-command): Doc fix.
16463
16464 * mouse-sel.el (mouse-sel-mode): Doc fix.
16465
16466 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16467 labels.
16468
16469 * help.el (print-help-return-message): When
16470 display-buffer-reuse-frames is set, let the help window been quit,
16471 instead of deleting it, which might delete a reused frame.
16472
16473 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16474
16475 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16476 rename a directory to a name that differs only by its letter case.
16477
16478 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16479
16480 * international/quail.el (quail-define-rules): Handle Quail decode
16481 map correctly. Add code for supporting annotations.
16482 (quail-install-decode-map): New function.
16483 (quail-defrule-internal): New optional arguments decode-map and
16484 props.
16485 (quail-advice): New function.
16486
16487 2000-08-07 Sam Steingold <sds@gnu.org>
16488
16489 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16490 `defconst', `define-condition', `with-slots'.
16491 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16492
16493 2000-08-03 Miles Bader <miles@gnu.org>
16494
16495 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16496 New variable.
16497 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16498 comint-use-prompt-regexp-instead-of-fields.
16499 (comint-send-input): Add `input' field property to stuff we send to
16500 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16501 (comint-output-filter): Add `output' field property to process
16502 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16503 (comint-replace-by-expanded-history)
16504 (comint-get-old-input-default, comint-show-output)
16505 (comint-backward-matching-input, comint-forward-matching-input)
16506 (comint-next-prompt, comint-previous-prompt): Use field
16507 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16508 (comint-line-beginning-position): New function.
16509 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16510 (comint-replace-by-expanded-history-before-point): Use
16511 comint-line-beginning-position and line-end-position.
16512 (comint-last-output-overlay): New variable.
16513 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16514
16515 * shell.el (shell-prompt-pattern): Doc change.
16516 (shell-backward-command): Use line-beginning-position.
16517
16518 * gud.el (gud-gdb-complete-command): Use
16519 comint-line-beginning-position.
16520
16521 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16522 comint-bol doesn't actually go to the beginning of the line.
16523
16524 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16525 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16526 (try-expand-line-all-buffers): Likewise.
16527
16528 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16529 explicitly matching comint-prompt-regexp.
16530 (sql-copy-column): Use comint-line-beginning-position instead of
16531 explicitly matching comint-prompt-regexp.
16532
16533 * progmodes/octave-inf.el (inferior-octave-complete): Use
16534 comint-line-beginning-position.
16535
16536 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16537
16538 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16539 looking for a prompt, use `forward-line 0' instead of
16540 `beginning-of-line', to avoid getting caught by an input field.
16541
16542 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16543
16544 * files.el (shell-quote-wildcard-pattern): Make sure to return
16545 PATTERN, in the Unix case.
16546
16547 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16548
16549 * play/zone.el (zone): Discard any pending input before running
16550 the randomly-chosen pgm.
16551
16552 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16553
16554 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16555 checking the existence of any multibyte characters.
16556
16557 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16558
16559 * help.el (describe-mode): Test minor-mode symbol for being
16560 bound before testing its value for being nil.
16561
16562 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16563 `first', `second', and `third'.
16564
16565 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16566 (second): Make it an alias for `cadr'.
16567
16568 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16569
16570 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16571 types of display support faces now.
16572
16573 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16574
16575 * pcvs.el (require): Require `cl' during compilation, only.
16576
16577 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16578 (toplevel): Remove `remq' and `remove' from autoloads.
16579 (cl-fake-autoloads): New variable. If set, arrange for an error
16580 when CL functions etc. are autoloaded.
16581
16582 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16583
16584 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16585
16586 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16587 popped up, but the user clicks outside the menu, return an empty
16588 regexp (that causes unhighlight-regexp to have no effect).
16589
16590 * menu-bar.el (menu-bar-games-menu): Add Zone.
16591
16592 * hi-lock.el (toplevel): Require font-lock.
16593
16594 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16595
16596 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16597 (ebnf-8-bit-chars): New var for bug fix.
16598 (ebnf-string): Bug fix.
16599
16600 2000-08-03 Sam Steingold <sds@gnu.org>
16601
16602 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16603 instead of `buffer-string'.
16604 (require 'cl): Always, not just when compiling.
16605 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16606 necessary.
16607
16608 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16609
16610 * international/mule-cmds.el (select-safe-coding-system): Make
16611 the message text about selecting a safe coding system more clear.
16612
16613 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16614
16615 * hi-lock.el: New file.
16616
16617 * play/zone.el: New file.
16618
16619 * replace.el (occur): Set tab-width in the *Occur* buffer to the
16620 value of tab-width in the original buffer. Choose a line number
16621 format that's a multiple of the original buffer's tab width, so
16622 that lines appear right.
16623
16624 * textmodes/ispell.el (ispell): New function, replacing an alias.
16625 Spell-check active region if in transient-mark-mode and mark
16626 is active; otherwise spell-check buffer.
16627
16628 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16629
16630 * ps-mule.el: Fix a customization problem on
16631 ps-mule-font-info-database-default.
16632
16633 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
16634
16635 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
16636 display-mouse-p instead of window-system.
16637 (ebrowse-member-mode-map): Ditto.
16638
16639 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16640
16641 * progmodes/ebnf2ps.el: Update ps-print functions call.
16642 Indentation fix. Doc fix.
16643 (ebnf-version): New version number (3.2).
16644 (ebnf-format-color, ebnf-begin-job): Code fix.
16645
16646 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
16647
16648 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
16649 font lock support on window-system.
16650 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
16651
16652 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
16653 display-color-p, if fboundp, instead of window-system.
16654
16655 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
16656
16657 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
16658 instead of window-system.
16659
16660 * wid-edit.el (widget-choose): Use display-mouse-p instead of
16661 window-system.
16662 (widget-choice-mouse-down-action): Use display-popup-menus-p
16663 instead of window-system.
16664
16665 * strokes.el (strokes-file): Run the file name through
16666 convert-standard-filename.
16667 (strokes-mode): Call display-mouse-p instead of looking at
16668 window-system. Change the error message accordingly.
16669
16670 * progmodes/cpp.el (toplevel): Support faces on tty's.
16671
16672 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
16673 (lm-plot-square, lm-init-display): Don't use window-system.
16674
16675 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
16676 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
16677
16678 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
16679 instead of looking at window-system.
16680
16681 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16682
16683 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
16684 of testing if iswitchb-prepost-hooks is bound, because the
16685 latter will always be true when invoking a recursive minibuffer
16686 from an active Iswitchb buffer.
16687
16688 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
16689
16690 * files.el (shell-quote-wildcard-pattern): New function.
16691 (insert-directory): Call it. Only prepend "\" to command on Unix
16692 and GNU/Linux systems.
16693
16694 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16695
16696 * eshell/esh-groups.el: Change custom :link file names
16697 from `eshell.info' to `eshell'.
16698
16699 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
16700
16701 * dired.el (dired-build-subdir-alist): Expand subdirectory names
16702 correctly in recursive ange-ftp listings.
16703
16704 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16705
16706 * ps-print.el: Fix bug 1: if ps-font-size-internal,
16707 ps-header-font-size-internal and
16708 ps-header-title-font-size-internal variables are not set,
16709 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
16710 face text property is (foreground-color . COLOR) or
16711 `(background-color . COLOR)', ps-print crashes. Doc fix.
16712 (ps-print-version): New version number (5.2.4).
16713 (ps-plot-region): Code fix.
16714 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
16715 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
16716 Bug fix 2.
16717
16718 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
16719
16720 * glasses.el (glasses-make-readable): Fix uncapitalization of
16721 identifiers like `myXMLDocument'.
16722
16723 2000-07-28 Karl Fogel <kfogel@red-bean.com>
16724
16725 * mail/mail-hist.el (mail-hist-previous-input)
16726 (mail-hist-next-input): Do the obvious code factorization.
16727 (mail-hist-retrieve-and-insert): New func, contains common
16728 code of above two.
16729 If inserting a message body, leave point at top.
16730
16731 2000-07-28 Sam Steingold <sds@gnu.org>
16732
16733 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
16734 Use `<=', not `<' to compare times!
16735 (ange-ftp-ls): Remove.
16736
16737 2000-07-27 Gerd Moellmann <gerd@gnu.org>
16738
16739 * play/cookie1.el: Add explanation of how to make cookie.el
16740 compatible with strfile(1) to comment.
16741
16742 * subr.el (remove, remq): New functions.
16743
16744 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
16745 escape `*' in regexps.
16746 (midnight-find): Reverse order of arguments in the funcall of
16747 TEST.
16748
16749 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
16750 and `.class'.
16751
16752 * play/meese.el: Add Commentary section.
16753
16754 2000-07-27 Alex Schroeder <alex@gnu.org>
16755
16756 * sql.el (sql-ms): Added autoload cookie.
16757 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
16758 (sql-oracle): Ditto.
16759 (sql-help): Doc change.
16760
16761 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
16762 types and exceptions.
16763
16764 2000-07-27 Alex Schroeder <alex@gnu.org>
16765
16766 * sql.el (sql-placeholder-history): New variable.
16767 (sql-query-placeholders-and-send): New function that will query
16768 the user and replace placeholders with user input.
16769 (sql-oracle): If running on NT, set comint-input-sender to
16770 sql-query-placeholders-and-send.
16771
16772 (sql-stop): If in the SQLi buffer, insert stop notification, else
16773 present it as a message.
16774
16775 2000-07-27 Alex Schroeder <alex@gnu.org>
16776
16777 * sql.el (sql-input-ring-separator): Doc change.
16778 (sql-input-ring-file-name): Doc change.
16779 (sql-interactive-mode): Use `sql-input-ring-separator' and
16780 `sql-input-ring-file-name' to set the comint-mode equivalents
16781 without making them local variables.
16782 (sql-stop): Don't bind `sql-input-ring-separator' and
16783 `sql-input-ring-file-name' dynamically to their comint-mode
16784 equivalents.
16785
16786 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16787
16788 * international/mule.el (register-char-codings): New function.
16789 (make-coding-system): Handle `safe-chars' specification in the arg
16790 PROPERTY.
16791
16792 * international/mule-cmds.el
16793 (find-coding-systems-region-subset-p): This function deleted.
16794 (sort-coding-systems-predicate): New variable.
16795 (sort-coding-systems): New function.
16796 (find-coding-systems-region): Use
16797 find-coding-systems-region-internal.
16798 (find-coding-systems-string): Use find-coding-systems-region.
16799 (find-coding-systems-for-charsets): Check
16800 char-coding-system-table.
16801 (select-safe-coding-system-accept-default-p): New variable.
16802 (select-safe-coding-system): Mostly rewritten. New argument
16803 ACCEPT-DEFAULT-P.
16804 (select-message-coding-system): Call select-safe-coding-system
16805 with ACCEPT-DEFAULT-P arg.
16806 (reset-language-environment): Reset default-sendmail-coding-system
16807 to the default value iso-latin-1.
16808 (set-language-environment): Don't set the obsolete variable
16809 charset-origin-alist.
16810
16811 * international/codepage.el (cp-coding-system-for-codepage-1):
16812 Give `safe-chars' property to make-coding-system.
16813
16814 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
16815 calling select-message-coding-system twice.
16816
16817 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
16818 instead of `safe-charsets'.
16819 (cyrillic-alternativnyj): Likewise.
16820 (ccl-encode-alternativnyj): Don't check the charset
16821 cyrillic-iso8859-5.
16822
16823 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16824
16825 * composite.el (compose-chars-after): Preserve match data.
16826
16827 2000-07-26 Sam Steingold <sds@gnu.org>
16828
16829 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
16830 (ange-ftp-real-file-newer-than-file-p): New function.
16831 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
16832 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
16833
16834 * tooltip.el (tooltip-float-time): Removed (use `float-time').
16835 * midnight.el (midnight-float-time): Ditto.
16836
16837 2000-07-26 Andreas Schwab <schwab@suse.de>
16838
16839 * files.el (normal-backup-enable-predicate): Correct
16840 interpretation of the return value of compare-strings.
16841
16842 2000-07-26 Gerd Moellmann <gerd@gnu.org>
16843
16844 * isearch.el (isearch-resume): New function.
16845 (isearch-done): Add something to command-history to resume
16846 the search.
16847 (isearch-yank-line, isearch-yank-word): Use
16848 buffer-substring-no-properties instead of buffer-substring.
16849
16850 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
16851 of flyspell-mouse-map.
16852
16853 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
16854 duplicate definition.
16855 (makefile-mode): Remove duplicate setting of local-abbrev-table.
16856
16857 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
16858 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
16859
16860 2000-07-25 Sam Steingold <sds@gnu.org>
16861
16862 * net/ange-ftp.el: Get modtime over the net.
16863 (ange-ftp-file-modtime): New function.
16864 (ange-ftp-write-region, ange-ftp-insert-file-contents)
16865 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
16866 Use it.
16867 (ange-ftp-dot-to-slash): New function.
16868 (ange-ftp-fix-name-for-vms): Use it.
16869
16870 * midnight.el (midnight-buffer-display-time): Use
16871 `with-current-buffer'.
16872
16873 2000-07-25 Gerd Moellmann <gerd@gnu.org>
16874
16875 * find-dired.el: Update copyright notice.
16876 (find-dired): Offer to kill a running `find'.
16877
16878 * enriched.el (enriched-face-ans): For a `foreground-color'
16879 property, return '(("x-color" COLOR))' so that COLOR will be
16880 output as a parameter of the x-color annotation. Likewise for the
16881 `background-color' property. In the case of normal face
16882 properties, don't return annotations for unspecified foreground
16883 and background face attributes.
16884
16885 2000-07-25 Kenichi Handa <handa@etl.go.jp>
16886
16887 * language/japan-util.el (japanese-katakana-region): Fix handling
16888 HANKAKU argument.
16889
16890 2000-07-25 Miles Bader <miles@gnu.org>
16891
16892 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
16893 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
16894 constrain-to-field.
16895
16896 2000-07-24 Andrew Innes <andrewi@gnu.org>
16897
16898 * timer.el (timer-activate-when-idle): Add optional parameter
16899 DONT-WAIT. Update docstring.
16900 (run-with-idle-timer): Specify extra parameter to
16901 timer-activate-when-idle, so that timer will be activated
16902 immediately if Emacs is already idle.
16903
16904 * w32-fns.el (w32-using-nt): Fix docstring.
16905
16906 2000-07-24 Dave Love <fx@gnu.org>
16907
16908 * mouse.el (popup-menu): Set last-command-event.
16909 (mouse-major-mode-menu-prefix): Declare.
16910
16911 2000-07-24 Gerd Moellmann <gerd@gnu.org>
16912
16913 * textmodes/flyspell.el: Update to author's version 1.5d.
16914
16915 * progmodes/hideshow.el: Update copyright notice.
16916
16917 * vcursor.el: Set maintainer to FSF, since author cannot
16918 be reached.
16919
16920 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
16921
16922 * info.el (Info-goto-emacs-key-command-node): Leave a space after
16923 the prompt.
16924
16925 * mouse.el (popup-menu): Run the keymap through indirect-function,
16926 in case it was defined with define-prefix-key. If the menu is a
16927 list of keymaps, look up the binding of user's choice in each one
16928 of the keymaps.
16929 (mouse-popup-menubar): If the global and local menu-bar keymaps
16930 don't have a prompt string, create one and insert it into the
16931 keymap. Don't barf if current-local-map returns nil.
16932
16933 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
16934
16935 * dired.el (dired-sort-R-check): Added to allow recursive listing
16936 to be undone.
16937 (dired-sort-other): Use it.
16938
16939 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16940
16941 * Release of cc-mode 5.27
16942
16943 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16944
16945 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
16946 c-beginning-of-statement-1 that caused a bad case of recursion
16947 which could consume a lot of CPU in large classes in languages
16948 that have in-expression classes (i.e. Java and Pike).
16949
16950 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
16951 statements before top level constructs (i.e. case 6 is moved
16952 before case 5 and is now case 4) to catch in-expression
16953 classes in top level expressions correctly.
16954
16955 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16956
16957 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
16958 objc-method-intro. Case 4 removed and case 5I added.
16959
16960 * cc-langs.el (c-append-paragraph-start): New variable used by
16961 c-common-init to get paragraph-start correct.
16962 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
16963 initialize paragraph-start to make it correct both with and
16964 without the javadoc special case.
16965
16966 * cc-mode.el (java-mode): Use c-append-paragraph-start to
16967 initialize paragraph-start for javadoc markup.
16968
16969 * cc-vars.el (c-style-variables-are-local-p): Incompatible
16970 change by defaulting this to t. It's motivated by the
16971 confusing behavior that otherwise arise from the style system
16972 when editing both java and non-java files at the same time
16973 (see the comments about style setting in c-common-init).
16974
16975 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16976
16977 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
16978 similar to the one in c-fill-paragraph to check the fill
16979 prefix from the adaptive fill function for sanity.
16980
16981 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16982
16983 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
16984 defun block.
16985
16986 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16987
16988 * cc-align.el (c-lineup-multi-inher): Handle lines with
16989 leading comma nicely. Extended to handle member initializers
16990 too.
16991
16992 * cc-engine.el: (c-beginning-of-inheritance-list,
16993 c-guess-basic-syntax): Fixed recognition of inheritance lists
16994 when the lines begins with a comma.
16995
16996 * cc-vars.el (c-offsets-alist): Changed default for
16997 member-init-cont to c-lineup-multi-inher since it now handles
16998 member initializers and indents better for leading commas.
16999
17000 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17001
17002 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17003 handling that caused class open lines to be recognized as
17004 statement-conts in some cases.
17005
17006 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17007 guessed by the adaptive fill function unless point is on the
17008 first line of a block comment.
17009
17010 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17011 when the buffer ends with a macro continuation char.
17012
17013 * cc-engine.el (c-guess-basic-syntax): Added support for
17014 function definitions as statements in Pike. The first
17015 statement in a lambda block is now labeled defun-block-intro
17016 instead of statement-block-intro.
17017
17018 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17019 so that the class surrounding point is selected, not the one
17020 innermost in the state.
17021
17022 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17023 recognition of switch labels having hanging multiline
17024 statements.
17025
17026 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17027 some code in c-guess-basic-syntax to a separate function.
17028 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17029 recognition of member inits with multiple line arglists.
17030 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17031 member-init-cont when the commas are in funny places.
17032
17033 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17034
17035 * cc-defs.el (c-auto-newline): Removed this macro since it's
17036 not used anymore.
17037
17038 * cc-engine.el (c-looking-at-bos): New helper function.
17039 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17040 inexpr and toplevel classes apart in Pike.
17041
17042 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17043 of case 9A.
17044
17045 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17046 constant, since "class" can introduce an in-expression class
17047 in Pike nowadays.
17048
17049 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17050
17051 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17052 indentation on cpp-macro lines.
17053
17054 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17055 a syntax modifier like comment-intro, to make it possible to
17056 get syntactic indentation for preprocessor directives. It's
17057 incompatible wrt to lineup functions on cpp-macro, but it has
17058 no observable effect in the 99.9% common case where cpp-macro
17059 is set to -1000.
17060
17061 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17062
17063 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17064 member-init-cont when the preceding arglist is several lines.
17065
17066 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17067
17068 * cc-styles.el (c-style-alist): The basic offset for the BSD
17069 style corrected to 8.
17070
17071 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17072
17073 * cc-styles.el (c-style-alist): Adjusted the indentation of
17074 brace list openers in the gnu style.
17075
17076 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17077
17078 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17079
17080 * cc-cmds.el (c-electric-brace, c-electric-slash,
17081 c-electric-star, c-electric-semi&comma, c-electric-colon,
17082 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17083 when c-syntactic-indentation is nil.
17084
17085 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17086 we were left at comments preceding the first statement when
17087 reaching the beginning of the buffer.
17088
17089 * cc-vars.el (c-syntactic-indentation): New variable to turn
17090 off all syntactic indentation.
17091
17092 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17093
17094 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17095 between the text and the block comment ender when it hangs,
17096 depending on how many there are before the fill.
17097
17098 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17099
17100 * cc-engine.el (c-beginning-of-closest-statement): New helper
17101 function to go back to the closest preceding statement start,
17102 which could be inside a conditional statement.
17103 * cc-engine.el (c-guess-basic-syntax): Use
17104 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17105
17106 * cc-engine.el (c-guess-basic-syntax): Better handling of
17107 arglist-intro, arglist-cont-nonempty and arglist-close when
17108 the arglist is nested inside parens. Cases 7A, 7C and 7F
17109 changed.
17110
17111 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17112 up-to-date with javadoc 1.2.
17113
17114 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17115
17116 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17117 multiline Pike type decls.
17118
17119 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17120
17121 * cc-cmds.el (c-indent-new-comment-line): Always break
17122 multiline comments in multiline mode, regardless of
17123 comment-multi-line.
17124
17125 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17126
17127 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17128 fully::qualified::names in C++ member init lists. Preamble in
17129 case 5D changed.
17130
17131 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17132
17133 * cc-langs.el (c-common-init): Handling of obsolete variables
17134 moved to c-initialize-cc-mode. More compatible style override
17135 when using global style variables.
17136 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17137 variables moved here.
17138
17139 * cc-styles.el (c-make-styles-buffer-local): Flag style
17140 variable localness in c-style-variables-are-local-p to make
17141 the compatibility measure in c-common-init work well.
17142
17143 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17144 longer contain set-from-style.
17145 * cc-styles.el (c-initialize-builtin-style): Don't check for
17146 set-from-style on c-special-indent-hook.
17147 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17148 copy-alist is sufficient now.
17149
17150 * cc-styles.el (c-set-style, c-set-style-1,
17151 c-get-style-variables): Fixes to variable initialization so
17152 that duplicate entries in styles have the same effect
17153 regardless of DONT-OVERRIDE.
17154
17155 * cc-styles.el (c-set-style-2): Fixed bug where the
17156 initialization of inheriting styles failed when the
17157 dont-override flag is set.
17158
17159 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17160 on this.
17161
17162 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17163
17164 * cc-defs.el (c-forward-comment): Removed the workaround
17165 introduced in 5.38 since it had worse side-effects. If a line
17166 contains the string "//\"", it regarded the // as a comment
17167 start since the \ temporarily doesn't have escape syntax.
17168
17169 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17170
17171 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17172 ada-xref.el before ada-prj.el, so that the Project menu is created
17173 when ada-prj tries to add to it.
17174 (ada-activate-keys-for-case): Suppress the characters that are not
17175 part of the Ada syntax. Better compatibility with else-mode
17176 (ada-adjust-case-interactive): When auto-casing is not active,
17177 correctly insert newlines (used to insert only ^M). Prevent the
17178 syntax table from being changed in case of an error
17179 (or '_' becomes part of a word and some commands are confused).
17180 Do nothing if ada-auto-case is nil.
17181 (ada-after-keyword-p): Ignore keywords that are also attributes
17182 (ada-batch-reformat): Update usage comment
17183 (ada-call-from-contextual-menu): New function
17184 (ada-case-read-exceptions): Reinitialize the casing exception list
17185 first to nil first, so that the casing exception file can be
17186 shared.
17187 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17188 files.
17189 (ada-compile-goto-error): Fix regexp used to detect a file:line
17190 anywhere in the error message
17191 (ada-contextual-menu-last-point): New variable
17192 (ada-create-keymap): If the variable delete-key-deletes-forward is
17193 t on XEmacs, it means that DEL should delete one character
17194 forward.
17195 (ada-create-menu): Use :included instead of :visible for XEmacs.
17196 New submenu "Options".
17197 (ada-end-stmt-re): Correctly indent "select ... then abort"
17198 statements.
17199 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17200 even if they don't match ada-fill-comment-prefix Fix handling of
17201 paragraphs on the first or last line of a file.
17202 (ada-format-paramlist): Fix handling of default parameter values.
17203 (ada-get-body-name): New function.
17204 (ada-get-current-indent): Optimized by searchling directly for an
17205 existing generic part or a statement outside of it. Handle
17206 ada-indent-align-comments when indenting comments Replaced some
17207 regexps by testing directly the next character. This results in a
17208 huge speedup on some files. New indentation scheme for renames
17209 statements. Stop looking for the 'while' or 'for' associated with
17210 a 'loop' at the first semicolon encountered. A "return" can also
17211 match an anonymous access subprogram declaration.
17212 (ada-get-indent-noindent): Ignore strings and comments when
17213 looking for the keywords "record" and "private".
17214 (ada-goto-matching-decl-start): When matching "if", make sure we
17215 are not in fact seeing "end if". Ignore "when" statements except
17216 when initial keyword was "begin". Fix handling of nested
17217 procedures. Add a recursive call to this function to skip over
17218 other 'end' statmts. Fix indentation for "when .. => begin"
17219 (ada-in-open-paren-p): Fix indentation for complex boolean
17220 expressions, where 'and then', 'or else' and parenthesis
17221 statements are mixed up.
17222 (ada-in-paramlist-p): Skip comments while searching for the
17223 beginning Fix handling of operator declarations.
17224 (ada-indent-align-comments): New variable
17225 (ada-indent-current): Change the syntax table only in the
17226 protected section, so that we are sure it is restored correctly.
17227 (ada-indent-on-previous-lines): Use ada-use-indent and
17228 ada-with-indent Correctly indent "select ... then"
17229 (ada-indent-region): Slight speedup.
17230 (ada-indent-renames): New variable.
17231 (ada-last-which-function-subprog, ada-last-which-function-line):
17232 New variables
17233 (ada-looking-at-semi-private): Correctly indent the 'private'
17234 keyword when it is the first word in a package declaration.
17235 (ada-loose-case-word): Stop searching if at the end of the buffer.
17236 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17237 even if point is not initially at the end of the word.
17238 (ada-matching-decl-start-re): Add "when".
17239 (ada-mode): Add support for abbrev-mode, outline-mode and
17240 which-func-mode Override the old find-file.el entry in
17241 ff-special-constructs since it is using the obsolete
17242 ada-spec-suffix variable
17243 (ada-no-auto-case): New function
17244 (ada-scan-paramlist): When parsing the argument type, accept
17245 spaces (as in "X 'Class", generated by Rational Rose).
17246 (ada-other-file-name): No longer loads the other file.
17247 (ada-popup-menu): Save and restore the current buffer and cursor
17248 position before and after displaying the menu.
17249 (ada-search-ignore-complex-boolean): New function.
17250 (ada-uncomment-region): Emacs21 already knows how to delete
17251 comments not starting in the first column.
17252 (ada-use-indent): New variable
17253 (ada-which-function): New function.
17254 (ada-with-indent): New variable
17255 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17256 can be batch-compiled from the command line.
17257
17258 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17259 Add to the menu when the file is loaded, not in ada-mode-hook.
17260 Add -toolbar to the default ddd command Switches moved from
17261 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17262 ada-prj-default-comp-opt
17263 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17264 Reference Manual to the menu
17265 (ada-check-current): rewritten as a call to ada-compile-current
17266 (ada-compile): Removed.
17267 (ada-compile-application, ada-compile-current, ada-check-current):
17268 Set the compilation-search-path so that compile.el automatically
17269 finds the sources in src_dir. Automatic scrollong of the
17270 compilation buffer. C-uC-cC-c asks for confirmation before
17271 compiling
17272 (ada-compile-current): New parameter, prj-field
17273 (ada-complete-identifier): Load the .ali file before doing
17274 processing
17275 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17276 conform to gnatmake's behavior.
17277 (ada-find-file-in-dir): New function
17278 (ada-find-references): Set the environment variables for gnatfind
17279 (ada-find-src-file-in-dir): New function.
17280 (ada-first-non-nil): Removed
17281 (ada-gdb-application): Add support for jdb, the java debugger.
17282 (ada-get-ada-file-name): Load the original-file first if not done
17283 yet.
17284 (ada-get-all-references): Handles the new ali syntax (parent types
17285 are found between <>).
17286 (ada-initialize-runtime-library): New function
17287 (ada-mode-hook): Always load a project file when a file is opened,
17288 so that the casing exceptions are correctly read.
17289 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17290 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17291 to open the project file, since the latter does not work with
17292 speedbar Get default values before loading the prj file, or the
17293 default executable file name is wrong. Use the absolute value of
17294 src_dir to initialize ada-search-directories and
17295 compilation-search-path,... Add the standard runtime library to
17296 the search path for find-file.
17297 (ada-prj-default-debugger): Was missing an opening '{'
17298 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17299 variables.
17300 (ada-prj-default-gnatmake-opt): New variable
17301 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17302 buffers, the project file is the default one Save the windows
17303 configuration before displaying the menu.
17304 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17305 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17306 ...) regexp-quote identifiers names to support operators +,
17307 -,... in regexps.
17308 (ada-remote): New function.
17309 (ada-run-application): Erase the output buffer before starting the
17310 run Support remote execution of the application. Use
17311 call-process, or the arguments are incorrectly parsed
17312 (ada-set-default-project-file): Reread the content of the active
17313 project file, not the one from the current buffer When a project
17314 file is set as the default project, all directories are
17315 automatically associated with it.
17316 (ada-set-environment): New function
17317 (ada-treat-cmd-string): New special variable ${current}
17318 (ada-treat-cmd-string): Revised. The substitution is now done for
17319 any ${...} substring
17320 (ada-xref-current): If no body was found, compiles the spec
17321 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17322 compiler to get rid of command line length limitations.
17323 (ada-xref-get-project-field): New function
17324 (ada-xref-project-files): New variable
17325 (ada-xref-runtime-library-specs-path)
17326 (ada-xref-runtime-library-ali-path): New variables
17327 (ada-xref-set-default-prj-values): Default run command now does a
17328 cd to the build directory. New field: main_unit Provide a default
17329 file name even if the current buffer has no prj file.
17330
17331 * ada-prj.el:
17332 Rewritten to show a tabbed-dialog.
17333 (ada-prj-add-ada-menu): Remove the map and name parameters.
17334 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17335 New function
17336 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17337 (ada-prj-load-from-file): New function
17338 (ada-prj-save): Always save fields that depend on the current buffer
17339 (ada-prj-show-value): New function
17340
17341 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17342 Ada mode. This will allow us to display the Ada menu in any buffer
17343 we want (for project items).
17344 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17345 number of spaces in the header.
17346
17347 2000-07-24 Dave Love <fx@gnu.org>
17348
17349 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17350
17351 2000-07-23 Noah Friedman <friedman@splode.com>
17352
17353 * type-break.el (type-break): perform autosave.
17354 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17355 (type-break-do-query): Cancel query schedule while performing
17356 actual query, to avoid possibility of a second query being made
17357 while first one is already in progress.
17358 (type-break-time-stamp-format): New variable.
17359 (type-break-time-stamp): New function.
17360 (type-break-time-warning): Use it.
17361 (type-break-keystroke-warning): Use it.
17362 (type-break-noninteractive-query): Use it.
17363
17364 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17365 cookie.
17366 Use add-minor-mode to set minor-mode-alist, if available.
17367 (eldoc-echo-area-use-multiline-p): New user option.
17368 (eldoc-echo-area-multiline-supported-p): New variable.
17369 (eldoc-docstring-format-sym-doc): Use them.
17370 (eldoc-mode): If not using idle timers, append to local post and
17371 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17372 (eldoc-display-message-no-interference-p): Don't interfere with
17373 edebug.
17374 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17375 (eldoc-function-arglist): New function.
17376 (eldoc-function-argstring): Use it.
17377
17378 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17379 auto save directory exists before calling directory-files.
17380
17381 2000-07-23 Dave Love <fx@gnu.org>
17382
17383 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17384 ^o, ^u.
17385
17386 2000-07-21 Dave Love <fx@gnu.org>
17387
17388 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17389 now passed to the function. It now works properly.
17390
17391 * smerge-mode.el (smerge-mode-menu): Fill it out.
17392
17393 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17394
17395 * info-look.el (info-lookup): If *info* is shown in another frame
17396 on the same display, select that frame, instead of switching to
17397 the Info buffer in another window of the selected frame.
17398
17399 * simple.el (universal-argument-map): Bind numeric keypad keys
17400 kp-0 to kp-9 and kp-subtract.
17401 (digit-argument): Handle these keys.
17402
17403 2000-07-20 Dave Love <fx@gnu.org>
17404
17405 * net/goto-addr.el (goto-address-fontify): Don't bother with
17406 buffer-modified and read-only stuff -- irrelevant with overlays.
17407 Put an extra property on the overlays and use it to clean up in
17408 case goto-address is re-run.
17409
17410 2000-07-19 Richard M. Stallman <rms@gnu.org>
17411
17412 * timer.el (run-with-idle-timer): Doc fix.
17413
17414 * mail/mail-utils.el (mail-strip-quoted-names):
17415 Handle case where <...> appears inside "...".
17416 Use replace-match to edit the string more simply.
17417 (rmail-dont-reply-to): Cope with an unmatched ".
17418
17419 2000-07-19 Dave Love <fx@gnu.org>
17420
17421 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17422 implementation.
17423
17424 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17425 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17426 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17427
17428 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17429
17430 * textmodes/refer.el: Correct maintainer's email address.
17431
17432 * progmodes/hideif.el: Correct author's email address.
17433 Fix typo in comment.
17434
17435 * xml.el: New file.
17436
17437 * mail/mailheader.el: Correct author's mail address.
17438
17439 * gnus/parse-time.el: Correct author's mail address.
17440
17441 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17442
17443 * comint.el (comint-highlight-input, comint-highlight-face):
17444 New user options.
17445 (comint-input-ring-file-name): Change custom type.
17446 (comint-mode-map): Bind mouse-2.
17447 (comint-insert-clicked-input): New function.
17448 (comint-send-input): Handle input highlighting.
17449
17450 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17451
17452 * mouse.el (popup-menu): New function.
17453 (mouse-major-mode-menu): Use it.
17454
17455 2000-07-18 Dave Love <fx@gnu.org>
17456
17457 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17458 improvements.
17459
17460 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17461
17462 * faces.el (face-font-selection-order)
17463 (face-font-family-alternatives): Add custom type.
17464
17465 2000-07-18 Dave Love <fx@gnu.org>
17466
17467 * cus-edit.el (custom-variable-reset-saved)
17468 (custom-variable-reset-standard): Remove unused bindings.
17469
17470 * rect.el (open-rectangle-line): Remove unused let.
17471
17472 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17473
17474 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17475
17476 * cdl.el: Fix `Maintainer' keyword.
17477
17478 * play/pong.el: Add author's email address.
17479
17480 2000-07-17 Sam Steingold <sds@gnu.org>
17481
17482 * files.el (insert-directory): Call `split-string' instead of
17483 re-implementing it.
17484
17485 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17486
17487 * mail/vms-pmail.el: Change maintainer to FSF.
17488
17489 * net/goto-addr.el: Change maintainer to FSF.
17490
17491 * info.el (Info-title-face-alist): Removed.
17492
17493 2000-07-18 David Ponce <david@dponce.com>
17494
17495 * recentf.el (recentf-open-files): New command that works like
17496 `recentf-open-more-files', but shows the whole list of files (not just
17497 those omitted from the menu). Useful if you don't use a menu-bar!
17498 (recentf-open-more-files) Modified to use `recentf-open-files'.
17499
17500 (recentf-open-files, recentf-open-more-files)
17501 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17502
17503 (recentf-dialog-mode): New mode for dialogs. You can now just type
17504 "q" to cancel the dialogs.
17505
17506 2000-07-18 David Ponce <david@dponce.com>
17507
17508 * recentf.el: This is a major update of recentf.el. It adds new
17509 features to better organize the recentf menu and "More..." buffer.
17510
17511 Using new provided menu filtering functions you can now organize the
17512 recent files list:
17513
17514 - by major modes
17515 - by directories
17516 - by user defined rules
17517
17518 Finally, with the new `recentf-filter-changer' customizable filter you
17519 can define a ring of filters and dynamically (via the menu) cycle on
17520 each menu organization in the ring (a la msb).
17521
17522 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17523
17524 * eshell/eshell.el (eshell): Replace links to eshell.info with
17525 links to eshell, to avoid problems on systems where the manual is
17526 installed as `eshell'.
17527 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17528 * eshell/em-smart.el (eshell-smart): Ditto.
17529 * eshell/em-banner.el (eshell-banner): Ditto.
17530 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17531
17532 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17533 same-file check in the MS-DOS version (it does support inodes).
17534
17535 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17536
17537 * eshell/eshell.el (eshell-directory-name):
17538 Run default directory name through convert-standard-filename.
17539
17540 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17541
17542 * international/mule-cmds.el (select-safe-coding-system):
17543 Fix typo in the comment.
17544
17545 * language/european.el (compound-text):
17546 Force katakana-jisx0201 to be designated to G1.
17547
17548 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17549 Don't translate some national variant characters of latin-jisx0201.
17550 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17551
17552 * international/kkc.el (kkc-after-update-conversion-functions):
17553 New variable.
17554 (kkc-update-conversion): Run functions in it at the tail.
17555
17556 2000-07-16 John Wiegley <johnw@gnu.org>
17557
17558 * lisp/align.el (align-newline-and-indent):
17559 Adding new function. for auto-aligning blocks of code on RET.
17560 (align-region): Fixed badly formatted minibuffer message.
17561
17562 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17563
17564 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17565 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17566 the conversion list at first if appropriate.
17567 (kkc-next): Don't update kkc-next-count here.
17568 (kkc-prev): Don't update kkc-prev-count here.
17569 (kkc-show-conversion-list-update): Fix setting up of conversion
17570 list message.
17571
17572 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17573
17574 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17575
17576 2000-07-16 Dave Love <fx@gnu.org>
17577
17578 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17579 function to be more specific.
17580
17581 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17582 non-string help-echo.
17583 (widget-types-convert-widget): Defsubst it.
17584 (widget-echo-help): Try to cope with a help-echo function of two
17585 possible sorts.
17586
17587 2000-07-15 Jason Rumney <jasonr@gnu.org>
17588
17589 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17590 Declare as obsolete.
17591
17592 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17593
17594 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17595
17596 * hilit-chg.el: Fix typo.
17597
17598 2000-07-14 Dave Love <fx@gnu.org>
17599
17600 * info.el (Info-mode-menu): Fix use of :help, :enable.
17601
17602 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17603
17604 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17605
17606 2000-07-13 Dave Love <fx@gnu.org>
17607
17608 * emacs-lisp/easymenu.el: Doc fixes.
17609 (easy-menu-remove): Defalias to ignore.
17610
17611 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17612 Call throw correctly.
17613
17614 2000-07-13 Gerd Moellmann <gerd@gnu.org>
17615
17616 * faces.el (frame-background-mode): Doc fix.
17617
17618 * simple.el (eval-expression-print-length): Change custom type to
17619 allow entering nil as value.
17620
17621 2000-07-13 Dave Love <fx@gnu.org>
17622
17623 * progmodes/fortran.el (fortran-imenu-generic-expression):
17624 Change definition layout.
17625 (fortran-mode-menu): Reinstate customize entries.
17626
17627 * cus-edit.el (custom-group-menu-create, customize-menu-create):
17628 Use :filter, per old XEmacs code.
17629
17630 2000-07-12 Gerd Moellmann <gerd@gnu.org>
17631
17632 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
17633 event when deciding what to send to the terminal.
17634
17635 2000-07-12 Dave Love <fx@gnu.org>
17636
17637 * cus-start.el: Add optional version as 4th element of specs and
17638 use it for several things new in v21. Remove load-path. Fix type
17639 of line-number-display-limit.
17640
17641 2000-07-11 Dave Love <fx@gnu.org>
17642
17643 * progmodes/fortran.el: Don't require easymenu.
17644 Use repeat counts in various regexps.
17645 (fortran-mode-syntax-table): Defvar directly.
17646 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
17647 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
17648 Use defvar, not defconst.
17649 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
17650 (fortran-mode): Set fortran-comment-line-start-skip,
17651 fortran-comment-line-start-skip, dabbrev-case-fold-search.
17652 (fortran-comment-indent): Use defsubst.
17653 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
17654 Use fortran-comment-indent, not fortran-comment-indent-function.
17655 (fortran-comment-region, fortran-electric-line-number): Simplify.
17656 (fortran-auto-fill): New function.
17657 (fortran-do-auto-fill): Deleted.
17658 (fortran-find-comment-start-skip):
17659 Check for non-null comment-start-skip.
17660 (fortran-auto-fill-mode, fortran-fill-statement):
17661 Use fortran-auto-fill.
17662 (fortran-fill): Use fortran-auto-fill. Check for null
17663 comment-start-skip. Simplify final clause and use end-of-line finally.
17664
17665 * widget.el (widget-plist-member): New alias.
17666
17667 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
17668
17669 * eshell/esh-module.el (toplevel): Reference
17670 byte-compile-current-file only if it is bound.
17671
17672 2000-07-10 Gerd Moellmann <gerd@gnu.org>
17673
17674 * dired.el: Don't require `dired-aux'.
17675
17676 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
17677
17678 * dired-aux.el (dired-show-file-type): New function.
17679 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
17680 (dired-show-file-type): Add autoload.
17681
17682 2000-07-10 Kenichi Handa <handa@etl.go.jp>
17683
17684 * international/mule-diag.el (describe-font): Adjusted for the
17685 change of fontset-info.
17686 (print-fontset): Likewise.
17687
17688 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
17689
17690 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
17691
17692 2000-07-07 Gerd Moellmann <gerd@gnu.org>
17693
17694 * bindings.el: Bind `[delete]' to delete-char.
17695
17696 * dired.el (dired-find-alternate-file): New function.
17697 (dired-mode-map): Bind `a' to dired-find-alternate-file.
17698 (toplevel): Require dired-aux when compiling.
17699 (dired-buffers): Move defvar within file to avoid compiler warning.
17700
17701 * info.el (Info-last-search): Variable removed.
17702 (Info-search-history): New variable.
17703 (Info-search): New Info-search-history.
17704
17705 * battery.el, info-look.el: Change author's mail address.
17706
17707 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
17708
17709 * mail/rmail.el (rmail-clear-headers): Don't throw an error
17710 if rmail-ignored-headers is nil.
17711 (rmail-retry-failure): Bind rmail-ignored-headers and
17712 rmail-displayed-headers to nil.
17713
17714 2000-07-06 Gerd Moellmann <gerd@gnu.org>
17715
17716 * lpr.el (lpr-page-header-switches): Add `-h' switch.
17717 (print-region-1): Don't hard code `-h' here.
17718
17719 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
17720
17721 2000-07-01 Francesco Potorti` <pot@gnu.org>
17722
17723 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
17724 exim can use "your message" instead of "the message".
17725
17726 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
17727
17728 * facemenu.el: Docstrings fixes.
17729 (facemenu-get-face): Don't use internal-find-face.
17730 (facemenu-iterate): Rename arg to match the docstring.
17731
17732 * newcomment.el (uncomment-region): Be more careful when skipping
17733 backwards over `=' not to bump into BOBP.
17734
17735 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
17736
17737 * ediff-diff.el (ediff-wordify): Use syntax table.
17738 * ediff-init.el (ediff-has-face-support-p): Use
17739 ediff-color-display-p.
17740 (ediff-color-display-p): Use display-color-p, changed to defun
17741 from defsubst.
17742 Got rid of special cases for NeXT and OS/2.
17743 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
17744 face.
17745
17746 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17747
17748 * emacs-lisp/lucid.el: Require CL.
17749 (copy-tree, remprop): Remove, it's provided by CL.
17750 (map-keymap): Define in terms of cl-map-keymap.
17751 (extent-property, set-extent-end-glyph): New functions.
17752
17753 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
17754
17755 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17756
17757 * Makefile.in (DONTCOMPILE): Add comment that the name may
17758 not be changed without changing the make-dist script.
17759
17760 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
17761 (cl-mapc): Use mapc instead of cl-old-mapc.
17762
17763 2000-07-05 Andrew Innes <andrewi@gnu.org>
17764
17765 * makefile.nt: Add support for `bootstrap' and related targets.
17766
17767 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17768
17769 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
17770 (easy-menu-do-define): Use `menu-item' format.
17771 Handle case where easy-menu-create-menu returns a symbol.
17772 Manually call the potential top-level filter in the function binding.
17773 (easy-menu-filter-return): New arg NAME.
17774 Convert to a keymap if MENU is an XEmacs menu.
17775 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
17776 (easy-menu-converted-items-table, easy-menu-convert-item):
17777 New var and fun to memoize easy-menu-convert-item-1.
17778 (easy-menu-do-add-item): Use it.
17779 (easy-menu-create-menu): Use easy-menu-convert-item.
17780 Wrap easy-menu-filter-return around any :filter specification.
17781 Don't convert the menu if a filter was specified.
17782 Tell easy-menu-make-symbol not to check for MENU being an expression.
17783 (easy-menu-make-symbol): New arg NOEXP.
17784
17785 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17786
17787 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
17788 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
17789 (eval-defun): If called with prefix arg, instrument code for
17790 Edebug.
17791
17792 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
17793 similar to that of eval-defun.
17794
17795 2000-07-04 Dave Love <fx@gnu.org>
17796
17797 * hl-line.el (hl-line-overlay): Make it permanent-local.
17798
17799 * calendar/todo-mode.el: Replaced with a working version, based on
17800 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
17801
17802 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
17803
17804 * paths.el (prune-directory-list): New function.
17805 (Info-default-directory-list): Rewritten to more methodically
17806 enumerate a big list of possible info directories (based on the
17807 list used by the standalone info reader).
17808
17809 * info.el (info-initialize): Use prune-directory-list to remove
17810 non-existent directories from Info-directory-list.
17811
17812 * paths.el (Info-default-directory-list): Try a list of possible
17813 info-directories instead of a single one. Add the possible
17814 info directory "/usr/share/info".
17815
17816 * woman.el (woman-man.conf-path): Explicitly include the debian
17817 man-db config file "/etc/manpath.config".
17818 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
17819 are present in `manpath.config'.
17820 (woman-manpath): Include "/usr/share/man".
17821
17822 2000-07-03 Gerd Moellmann <gerd@gnu.org>
17823
17824 * frame.el (blink-cursor-mode): Don't hide cursor initially.
17825
17826 * startup.el (command-line): Initialize blink-cursor based
17827 on window-system.
17828
17829 * frame.el (blink-cursor): Default to nil if not running under
17830 a window-system.
17831
17832 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
17833 (face-x-resources): Remove duplicate entry for :font.
17834
17835 * textmodes/refer.el (refer-find-entry-internal): Use some-window
17836 instead of cycling through windows with next-window.
17837
17838 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
17839 of cycling through windows with next-window.
17840
17841 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
17842 of cycling through windows with next-window.
17843
17844 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
17845 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
17846 instead of cycling through windows with next-window.
17847
17848 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
17849 instead of cycling through windows with next-window.
17850
17851 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
17852 of cycling through windows with next-window.
17853
17854 * terminal.el (te-process-output): Use walk-windows instead of
17855 cycling through windows with next-window.
17856
17857 * server.el (server-switch-buffer): Use some-window instead of
17858 cycling through windows with next-window.
17859
17860 * window.el (some-window): New function.
17861 (walk-windows): Remove reference to walk-windows-start.
17862
17863 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
17864
17865 2000-07-03 Richard Stallman <rms@gnu.org>
17866
17867 * window.el (walk-windows): Guarantee termination by keeping a list
17868 of all the windows already handled.
17869
17870 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17871
17872 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
17873 window-system.
17874
17875 * man.el (Man-notify-when-ready): Don't use window-system. If
17876 Man-notify-method is newframe, and the display is not
17877 multi-frame, select the frame created for the man page.
17878 (Man-init-defvars): Doc fix.
17879
17880 2000-06-28 Gerd Moellmann <gerd@gnu.org>
17881
17882 * faces.el (region): Change background color for light background.
17883
17884 * ediff-wind.el (ediff-setup-control-frame): Remove :box
17885 attribute from mode-line face of Ediff control frame.
17886
17887 * replace.el (query-replace-map): Bind `e' like `E'.
17888
17889 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17890
17891 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
17892 Change name to "Select All".
17893
17894 * dos-fns.el (convert-standard-filename): Fix last change.
17895
17896 2000-06-27 Gerd Moellmann <gerd@gnu.org>
17897
17898 * help.el (describe-variable): Don't insert a second `'s' in front
17899 of the string `value is shown below'. Since the syntax-table is
17900 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
17901 an existing `'s', so that this won't be deleted.
17902
17903 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
17904 * pcmpl-unix.el: New files.
17905
17906 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
17907
17908 * wid-edit.el (widget-member): Use the new plist-member.
17909
17910 2000-06-26 Gerd Moellmann <gerd@gnu.org>
17911
17912 * replace.el (perform-replace): Undo change of 2000-04-04.
17913 Instead, move backward 1 character at the end of the loop when
17914 necessary.
17915
17916 * faces.el (fringe): Change face for different backgrounds.
17917
17918 * eshell/esh-module.el (toplevel): Load defgroup's differently;
17919 patch from John.
17920
17921 * eshell/*.el: Change spelling of the Free Software Foundation.
17922
17923 * eshell/esh-toggle.el: Removed.
17924
17925 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
17926
17927 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
17928 interactively.
17929
17930 2000-06-26 Alex Schroeder <alex@gnu.org>
17931
17932 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
17933 `define-key'; instead of checking `(emacs-version)' check for
17934 `set-keymap-parent' and `set-keymap-name' directly. Add entries
17935 for `;' and `o' which might be electric.
17936
17937 (sql-electric-stuff): New user option.
17938 (sql-magic-go): New function which uses `sql-electric-stuff'.
17939 (sql-magic-semicolon): New function which uses
17940 `sql-electric-stuff'.
17941
17942 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
17943 is not fboundp.
17944
17945 (sql-oracle-options): New variable.
17946 (sql-oracle): Use it.
17947
17948 (sql-imenu-generic-expression): Doc change.
17949 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
17950 is used.
17951
17952 (sql-informix): Added command line parameter "-" to force
17953 sql-informix-program to use stdout.
17954
17955 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
17956
17957 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
17958 (cp864-decode-table): Doc fix.
17959 (cp720-decode-table): New variable, supports the Arabic OEM
17960 codepage used by Windows.
17961 (cp737-decode-table): New, Greek OEM codepage used by Windows.
17962
17963 2000-06-23 Dave Love <fx@gnu.org>
17964
17965 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
17966 (font-lock-fontify-anchored-keywords): Use
17967 line-beginning-position.
17968 (global-font-lock-mode): Use mapc.
17969
17970 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
17971
17972 * eshell/esh-module.el: Require CL when compiling.
17973
17974 2000-06-23 Gerd Moellmann <gerd@gnu.org>
17975
17976 * comint.el (comint-substitute-in-file-name): Call replace-match
17977 with second and third arg t.
17978
17979 * cus-edit.el (custom-button-face, custom-button-pressed-face):
17980 Specify foreground color.
17981
17982 * faces.el (tool-bar, mode-line, header-line): Specify foreground
17983 color.
17984
17985 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
17986
17987 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
17988 cddr instead of cdddr.
17989
17990 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
17991 instead of copy-list.
17992
17993 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
17994 of copy-list.
17995
17996 * subdirs.el: Add eshell subdirectory.
17997
17998 * eshell: New subdirectory containing the Eshell package.
17999
18000 * pcomplete.el: New file.
18001
18002 2000-06-23 Paul Eggert <eggert@twinsun.com>
18003
18004 * mail/mailpost.el (post-mail-send-it): Make sure file has
18005 proper permissions from birth.
18006
18007 * files.el (basic-save-buffer-2): When temporarily setting
18008 file modes, set them to current modes plus 0200, not to 0777.
18009
18010 * emerge.el (emerge-make-temp-file): Make sure file has proper
18011 permissions from birth.
18012
18013 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18014
18015 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18016 backup file name through convert-standard-filename.
18017
18018 * dos-fns.el (convert-standard-filename): Convert leading
18019 directories as well. When long file names are supported, convert
18020 characters that are invalid in Windows file names.
18021
18022 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18023
18024 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18025 ps-print crashes. New feature: page selection for printing. Create
18026 raw-text-unix coding system for XEmacs. Doc fix.
18027 (ps-print-version): New version number (5.2.3).
18028 (ps-plot-region): Bug fix.
18029 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18030 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18031 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18032 funs.
18033 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18034 (ps-last-page): New vars.
18035
18036 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18037
18038 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18039 empty option string.
18040
18041 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18042
18043 * man.el (man): Doc fix.
18044
18045 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18046
18047 * international/mule-cmds.el (set-language-info-alist): Docstring
18048 fixed.
18049
18050 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18051
18052 * version.el (emacs-version): Use ISO date format.
18053
18054 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18055 instead of `M-backspace'.
18056
18057 * simple.el (turn-off-auto-fill): New function.
18058
18059 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18060
18061 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18062 Renamed from with-buffer-prepared-for-font-lock and use
18063 inhibit-modification-hooks rather than setting *-change-functions.
18064 Update all functions to use the new name.
18065 (jit-lock-first-unfontify-pos): New semantics (and doc).
18066 (jit-lock-mode): Make non-interactive.
18067 Don't automatically turn on font-lock.
18068 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18069 Always use jit-lock-after-change.
18070 Remove and restore font-lock-after-change-function.
18071 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18072 (jit-lock-after-unfontify-buffer): Remove.
18073 (jit-lock-stealth-fontify):
18074 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18075 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18076
18077 2000-06-20 Sam Steingold <sds@gnu.org>
18078
18079 * emacs-lisp/cl-indent.el (toplevel): Indent
18080 `print-unreadable-object' properly. Untabify.
18081
18082 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18083
18084 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18085 Support for bibentry.
18086 (reftex-compile-variables): Fixed problem with end of section-re.
18087
18088 * texmodes/reftex-dcr.el (reftex-view-crossref,
18089 reftex-view-crossref-from-bibtex):
18090 Deal with changed `reftex-find-citation-regexp-format'.
18091 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18092 Replaced `remprop' with `put'.
18093 (reftex-view-crossref, reftex-view-crossref-when-idle):
18094 Support for bibentry.
18095
18096 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18097 New entry for bibentry package.
18098
18099 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18100 Regexp also matches "\nobibliography".
18101
18102 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18103 Call `reftex-ensure-write-access' before doing anything.
18104 (reftex-ensure-write-access): New function.
18105
18106 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18107
18108 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18109
18110 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18111
18112 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18113
18114 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18115
18116
18117 2000-06-20 Dave Love <fx@gnu.org>
18118
18119 * faces.el (frame-background-mode): Use set-default, not set, in
18120 setter.
18121 (frame-update-faces, frame-update-face-colors): Define with
18122 defalias.
18123
18124 * enriched.el (enriched-decode-foreground)
18125 (enriched-decode-background): Don't use internal-find-face.
18126
18127 * apropos.el: Doc fixes.
18128
18129 * cus-edit.el (customize-changed-options): Check arg.
18130 (customize-version-lessp): Don't require decimal point.
18131
18132 * custom.el (defcustom, defgroup): Doc fix.
18133
18134 * newcomment.el (comment) <defgroup>: Add :version.
18135 (comment-multi-line): Doc fix.
18136
18137 * emulation/mlsupport.el (define-hooked-local-abbrev,
18138 define-hooked-global-abbrev): Fix, using define-abbrev.
18139
18140 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18141
18142 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18143 the whole buffer.
18144
18145 2000-06-19 Dave Love <fx@gnu.org>
18146
18147 * menu-bar.el (menu-bar-options-save): New function.
18148 (menu-bar-options-menu): Use it.
18149 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18150 Simplify.
18151
18152 2000-06-19 Andreas Schwab <schwab@suse.de>
18153
18154 * progmodes/etags.el (tags-query-replace): Put new parameters
18155 START and END at the end, for backward compatibility.
18156
18157 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18158
18159 * international/codepage.el:
18160 (cp-coding-system-for-codepage-1): Delete special codes for
18161 generating xxx-dos coding system because now a CCL based coding
18162 system can handle EOL conversion by default.
18163
18164 * international/mule.el (make-coding-system): Generate subsidiary
18165 coding systems for EOL handling variants even for a CCL based
18166 coding system.
18167
18168 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18169
18170 * international/isearch-x.el (isearch-minibuffer-input-method)
18171 (isearch-minibuffer-input-method-function): These variables
18172 deleted.
18173 (isearch-with-input-method): Don't use the above variables.
18174 (isearch-process-search-multibyte-characters): Likewise. Call
18175 read-string with the arg INHERIT-INPUT-METHOD t.
18176
18177 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18178
18179 * font-lock.el (font-lock-after-fontify-buffer)
18180 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18181
18182 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18183 Use consistent make-local-variable style for font-lock-fontified.
18184 (jit-lock-fontify-buffer):
18185 Don't bother checking for font-lock-mode and jit-lock-mode.
18186
18187 * time.el: Remove trailing ^M that prevent CVS-merging.
18188
18189 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18190
18191 * Makefile.in (distclean): New target.
18192
18193 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18194
18195 * Makefile.in (srcdir): Define for update-subdirs.
18196
18197 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18198
18199 * find-lisp.el: New file.
18200
18201 2000-06-16 Andrew Innes <andrewi@gnu.org>
18202
18203 * time.el (display-time-mail-function): New variable, to allow
18204 external packages to indicate when new mail is available.
18205 (display-time-update): Use it.
18206
18207 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18208
18209 * international/mule.el (mule-version): Change version name to
18210 SAKAKI. AOI has already been used by Meadow.
18211
18212 * international/quail.el (quail-show-guidance-buf): To find the
18213 bottom window (but minibuffer), pay attention to the height of
18214 minibuffer.
18215
18216 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18217
18218 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18219 menu-bar menus. Add help strings. Don't remove the Edit menu
18220 from the menu bar, as the menu bar has enough space now.
18221
18222 * Makefile.in (SHELL): Make sure /bin/sh is used.
18223
18224 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18225 characters, which use series of two ^H characters instead of one.
18226
18227 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18228
18229 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18230 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18231 functions.
18232 (Info-find-node-2): Try a case-sensitive search first, then
18233 do a case-insensitive search.
18234
18235 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18236 tutorials.
18237
18238 * complete.el (PC-env-vars-alist): New variable.
18239 (PC-complete-as-file-name): New function.
18240 (partial-completion-mode): Initialize PC-env-vars-alist from
18241 process-environment.
18242 (PC-do-completion): Handle completion of env vars.
18243
18244 * info.el (Info-set-mode-line): Show file name in mode line,
18245 use `*Info*' instead of `Info:'.
18246
18247 * startup.el (command-line-1): Change copyright messages to year
18248 2000.
18249
18250 2000-06-15 Dave Love <fx@gnu.org>
18251
18252 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18253 not local-map.
18254
18255 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18256
18257 * international/mule.el (set-buffer-file-coding-system): Almost
18258 rewritten to handle `undecided' as no-op.
18259
18260 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18261
18262 * Makefile.in: New file.
18263
18264 * Makefile: Removed.
18265
18266 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18267 (goto-address-highlight-keymap): Bind C-c RET.
18268
18269 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18270
18271 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18272 inherits buffer-file-coding-system of the current buffer.
18273
18274 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18275 0. Give correct argument to set-auto-coding-function.
18276 (tar-expunge): For goto-char, use (point-min), not 0.
18277 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18278 (tar-subfile-save-buffer): Likewize.
18279
18280 * international/mule.el
18281 (after-insert-file-set-buffer-file-coding-system): Call
18282 set-buffer-file-coding-system with the arg FORCE t.
18283
18284 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18285
18286 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18287 nil. Contemporary sendmails issue an X-Authentication-Warning if
18288 the sender is set with `-f'.
18289
18290 2000-06-13 Dave Love <fx@gnu.org>
18291
18292 * help.el (describe-function-1): Kluge around cases of functions
18293 fset to subrs whose doc doesn't match their symbol-name.
18294
18295 * image.el (insert-image): Default STRING to a space.
18296
18297 * info.el Doc fixes.
18298 (Info-build-node-completions): Match Ref tags.
18299
18300 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18301
18302 * frame.el (display-multi-frame-p, display-multi-font-p): New
18303 defaliases for display-graphic-p.
18304
18305 * hl-line.el: Fixed a typo in commentary.
18306
18307 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18308
18309 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18310 fixed.
18311
18312 2000-06-12 Dave Love <fx@gnu.org>
18313
18314 * image.el (insert-image): Save a little consing.
18315
18316 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18317
18318 * language/tibet-util.el: Convert all tibetan-1-column characters
18319 to the corresponding tibetan characters.
18320 (tibetan-add-components): Delete code for the special treatment of
18321 'a chung.
18322
18323 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18324 change.
18325 (tibetan-vowel-transcription-alist): More rules added.
18326 (tibetan-composite-vowel-alist): New variable.
18327 (tibetan-precomposition-rule-alist): More rules added.
18328
18329 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18330
18331 * startup.el (command-line): Only call menu-bar-mode if interactive.
18332
18333 * thingatpt.el (toplevel symbol-properties):
18334 * textmodes/makeinfo.el (makeinfo-compile):
18335 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18336 * progmodes/hideif.el (hif-compress-define-list)
18337 (hide-ifdef-use-define-alist):
18338 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18339 (ange-ftp-vms-add-file-entry):
18340 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18341 * man.el (Man-build-man-command):
18342 * mail/rnewspost.el (news-reply-header-hook):
18343 * info.el (Info-insert-dir):
18344 * emulation/mlconvert.el (backward-word, forward-word, setq):
18345 * emacs-lisp/gulp.el (gulp-send-requests):
18346 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18347 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18348 (byte-optimize-apply, end of file):
18349 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18350 (ad-make-freeze-definition):
18351 * startup.el (command-line, command-line-1): Don't quote lambdas.
18352
18353 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18354 (cvs-cleanup-removed): New function.
18355 (cvs-cleanup-functions): New var.
18356 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18357 some flexibility in specifying additional entries to auto-cleanup.
18358 (cvs-quickdir): New function.
18359 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18360 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18361 (cvs-mode-find-file): Check that we are on a filename or dirname
18362 when invoked through a mouse-click.
18363 (cvs-full-path): Remove.
18364 (cvs-dired-action): Re-introduced.
18365 (cvs-dired-noselect): Use it.
18366 (vc-post-command-functions): use this new hook if available.
18367
18368 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18369 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18370 (cvs-filename-map, cvs-dirname-map): Remove.
18371 (cvs-default-action): Remove.
18372 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18373 if the arg is really a keymap.
18374 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18375 Don't hardcode the mapping from state (aka type) to face, but check
18376 the var cvs-fi-<type>-face instead.
18377 (cvs-fileinfo-from-entries): New function.
18378
18379 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18380 Docstring fix.
18381 (cvs-find-file-and-jump): Change default to be safer.
18382 (cvs-mode-diff-map): Define it as a function as well.
18383 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18384 Bind mouse-2 in this global map rather than with text-properties.
18385
18386 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18387 file to resolve the ambiguity between C(conflict) and C(need-merge).
18388
18389 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18390
18391 * international/mule.el (set-buffer-file-coding-system): If
18392 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18393 unconditionally.
18394
18395 2000-06-12 Dave Love <fx@gnu.org>
18396
18397 * wid-edit.el (widget-specify-button): Really suppress the face if
18398 required.
18399
18400 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18401
18402 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18403
18404 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18405
18406 * imenu.el (imenu-generic-expression): Docstring fix.
18407
18408 * composite.el (composition-function-table): Move the `put'
18409 below the autoload cookie so we can load the file before loaddefs.
18410
18411 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18412
18413 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18414 Handle easy-mmode-define-global-mode.
18415 For complex macros like define-minor-mode that can generate
18416 several autoload entries, try to autoload entries in the
18417 macroexpanded code.
18418
18419 * emacs-lisp/easy-mmode.el (define-minor-mode):
18420 If KEYMAP is a symbol, just use it.
18421 Use byte-compile-current-file and load-file-name to infer the
18422 proper :require to pass to defcustom.
18423 Wrap the hook var into `progn' so as not to autoload it.
18424 Add a :autoload-end cookie.
18425 Be more careful about the evaluation of KEYMAP.
18426 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18427 (define-derived-mode): Move define-abbrev-table outside of defvar.
18428
18429 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18430
18431 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18432 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18433 (backup-compiled-files): Ignore errors during `tar'.
18434 (bootstrap): Make autoloads before elc files.
18435
18436 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18437
18438 * international/mule.el (set-buffer-file-coding-system): If one of
18439 undecided-XXX is specified, change only EOL conversion.
18440
18441 * international/mule-conf.el (unix): New alias for the coding
18442 system undecided-unix.
18443
18444 2000-06-09 Dave Love <fx@gnu.org>
18445
18446 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18447
18448 * progmodes/executable.el: Byte compile dynamic.
18449 (executable-insert): Change custom type.
18450 (executable-find): Add autoload cookie.
18451 (executable-make-buffer-file-executable-if-script-p): New
18452 function. After Noah Friedman.
18453
18454 * files.el (after-save-hook): Customize, with
18455 executable-make-buffer-file-executable-if-script-p as an option.
18456
18457 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18458
18459 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18460 "tib24p-mule.bdf" for Tibetan.
18461
18462 * composite.el (decompose-composite-char): Declare it as obsolete.
18463
18464 * man.el (Man-fontify-manpage): Pay attention to underline and
18465 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18466
18467 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18468
18469 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18470 Set maintainer to FSF since author isn't reachable.
18471
18472 2000-06-08 Dave Love <fx@gnu.org>
18473
18474 * international/mule-cmds.el (select-safe-coding-system): If
18475 DEFAULT-CODING-SYSTEM is not specified, also check the most
18476 preferred coding-system if buffer-file-coding-system is
18477 `undecided'. From Handa.
18478
18479 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18480
18481 * international/mule.el
18482 (after-insert-file-set-buffer-file-coding-system): If the buffer
18483 size is greater than INSERTED, judget that we are not visiting.
18484
18485 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18486
18487 * whitespace.el (defgroup whitespace): Comment out `:version'.
18488 XEmacs 20.4 has problems defining the group with this present.
18489 We'll have this commented out till get resolve the problem.
18490
18491 2000-06-07 John Wiegley <johnw@gnu.org>
18492
18493 * align.el (align-dq-string-modes, align-sq-string-modes)
18494 (align-open-comment-modes): Add pyhton-mode.
18495 (align-rules-list): Use get-text-property instead of
18496 text-properties-at.
18497 (align-rules-list): Add python-assignment.
18498 (align-rules-list): Change perl-comma-delimiter to
18499 basic-comma-delimiter. Use if for Perl modes and python-mode.
18500 (align-rules-list): Add python-chain-logic and
18501 basic-line-continuation.
18502
18503 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18504
18505 * apropos.el (apropos-mode-hook): New user variable.
18506 (apropos-mode): Run apropos-mode-hook.
18507
18508 2000-06-07 David Ponce <david@dponce.com>
18509
18510 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18511 commands. Require `wid-edit' at run-time.
18512
18513 2000-06-07 David Ponce <david@dponce.com>
18514
18515 * recentf.el: Added some "Commentary".
18516 (recentf-open-more-files, recentf-edit-list): Minor changes to
18517 move the point at the top of the file list. This behaviour is
18518 consistent with the menu one when the list contains a lot of
18519 files.
18520 (recentf-cleanup): Now displays the number of items removed from
18521 the list.
18522 (recentf-relative-filter) New menu filter to show filenames
18523 relative to `default-directory'.
18524
18525 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18526
18527 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18528 with/without giving an error if PostScript printer doesn't have this
18529 kind of page size. Zebra Stripe continues or restarts on next page.
18530 Manual/automatic paper feeding. Switch or not the header.
18531 (ps-print-version): New version number (5.2.2).
18532 (ps-windows-system): Include emx as a Windows system.
18533 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18534 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18535 (ps-background-text): Code fix.
18536 (ps-error-handler-message, ps-user-defined-prologue)
18537 (ps-print-prologue-header, ps-printer-name)
18538 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18539 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18540 (ps-use-face-background): Customization fix.
18541 (ps-n-up-database): Data fix.
18542 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18543 (ps-switch-header): New vars.
18544 (ps-xemacs-color-name, ps-face-foreground-name)
18545 (ps-face-background-name, ps-boolean-constant): New funs.
18546
18547 2000-06-07 Dave Love <fx@gnu.org>
18548
18549 * allout.el: New version from Manheimer.
18550
18551 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18552
18553 * textmodes/fill.el (fill-find-break-point): Check the validity of
18554 charset.
18555
18556 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18557
18558 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18559 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18560 Call display-color-p and display-mouse-p instead of looking at
18561 window-system.
18562
18563 2000-06-06 Dave Love <fx@gnu.org>
18564
18565 * image.el (find-image): Doc fix. Return nil if image not found.
18566 (put-image, insert-image): Make STRING arg optional.
18567
18568 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18569
18570 * language/vietnamese.el: Remove eval-when-compile.
18571 (viet-viscii-nonascii-translation-table): Define it as a
18572 translation table made from viet-viscii-decode-table.
18573 (viet-viscii-encode-table): Define it as a translation table made
18574 from the reverse map of above.
18575 (viet-vscii-nonascii-translation-table): Define it as a
18576 translation table made from viet-vscii-decode-table.
18577 (viet-vscii-encode-table): Define it as a translation table made
18578 from the reverse map of above.
18579 (ccl-decode-viscii): Use translate-character.
18580 (ccl-encode-viscii, ccl-encode-viscii-font)
18581 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18582 Likewize.
18583
18584 * language/cyrillic.el: Remove eval-when-compile.
18585 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18586 translation table made from cyrillic-koi8-r-decode-table.
18587 (cyrillic-koi8-r-encode-table): Define it as a translation table
18588 made from the reverse map of above.
18589 (ccl-decode-koi8): Use translate-character.
18590 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18591 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18592 a translation table made from cyrillic-alternativnyj-decode-table.
18593 (cyrillic-alternativnyj-encode-table): Define it as a translation
18594 table made from the reverse map of above.
18595 (ccl-decode-alternativnyj): Use translate-character.
18596 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18597 Likewize
18598
18599 * international/mule-diag.el (non-iso-charset-alist): Specify
18600 translation table symbol instead of translation table itself.
18601 (list-block-of-chars): CHARSET may be a translation table symbol.
18602
18603 * international/mule.el (make-coding-system): If CODING-SYSTEM
18604 already exists, override it.
18605
18606 * international/fontset.el: Use family `proportional' for Tibetan
18607 fonts.
18608
18609 * international/ccl.el (ccl-compile-translate-character): Don't
18610 check if Rrr has property translation-table.
18611 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18612
18613 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18614
18615 * info.el: Bind case-fold-search to t when searching in case
18616 a user sets it to nil in a hook.
18617
18618 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
18619
18620 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18621 * hl-line.el (hl-line-mode): Use the new :global key argument.
18622
18623 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18624 (tar-clip-time-string): Prepend a space.
18625 (tar-grind-file-mode): Construct a string rather than modifying one.
18626 (tar-header-block-summarize): Fix docstring.
18627 Use `format' rather than an error-prone set of copy-loops.
18628
18629 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
18630 (diff-goto-source, diff-unified->context, diff-context->unified)
18631 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
18632 understand the format output by the `-p' argument to diff.
18633
18634 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
18635 (sh-re-done): Use defconst.
18636 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
18637 (sh-help-string-for-variable, sh-guess-basic-offset):
18638 Don't quote lambdas.
18639 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
18640 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
18641
18642 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
18643 (mh-letter-mode): Derive from text-mode.
18644 This implicitly means that it now calls kill-all-local-variables.
18645 Also remove the Emacs-18 compatibility code.
18646
18647 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
18648 Make use of symbol-property doc-string-elt.
18649 Use memq rather than a sequence of eq.
18650 (doc-string-elt): Fix the wrong or missing previously unused values.
18651 (autoload-print-form): New function extracted from
18652 generate-file-autoloads to allow recursion when handling progn
18653 so that defvar's and defun's docstrings are properly printed.
18654 (generate-file-autoloads): Use it.
18655
18656 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
18657 Use find-file-hooks in the minor-mode function.
18658 Be careful not to loop indefinitely in the post-command-hook function.
18659
18660 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
18661
18662 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
18663 tty's.
18664 * ediff-diff.el (ediff-exec-process): Use --binary for fine
18665 differences whenever appropriate.
18666 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
18667 * viper.el (find-file, find-file-other-window): Get viper to do
18668 wildcards.
18669
18670 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
18671
18672 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
18673 (jit-lock-fontify-buffer): New function for JIT refontification.
18674 (jit-lock-mode): Fix docstring.
18675 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
18676 Remove jit-lock-after-change from the _local_ hook.
18677 (jit-lock-function-1): Fix docstring.
18678
18679 * info.el (Info-on-current-buffer): Initialize info.
18680
18681 * newcomment.el (comment-indent): Ignore comment-indent-hook.
18682
18683 * progmodes/tcl.el (tcl-indent-for-comment):
18684 Ignore comment-indent-hook.
18685
18686 * emacs-lisp/easy-mmode.el: Require CL during compilation.
18687 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
18688 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
18689 and improve to use the lighter to guess the capitalization.
18690 (define-minor-mode): Inline code from easy-mmode-define-toggle.
18691 Add keyword arguments to specify global-ness or the custom group.
18692 Add local-map and help-echo properties to the lighter.
18693 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
18694 (easy-mmode-define-global-mode): New macro.
18695
18696 2000-06-02 Dave Love <fx@gnu.org>
18697
18698 * wid-edit.el: byte-compile-dynamic since we typically don't use
18699 all the widgets. Don't require cl or widget. Remove
18700 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
18701 (widget-read-event): Removed. Callers changed to use read-event.
18702 (widget-button-release-event-p): Renamed from
18703 button-release-event-p.
18704 (widget-field-add-space, widget-field-use-before-change):
18705 Uncustomize.
18706 (widget-specify-field): Use keymap property, not local-map.
18707 (widget-specify-button): Obey :suppress-face.
18708 (widget-specify-insert): Use modern backquote syntax.
18709 (widget-image-directory): Renamed from widget-glyph-directory.
18710 (widget-image-enable): Renamed from widget-glyph-enable.
18711 (widget-image-find): Replaces widget-glyph-find.
18712 (widget-button-pressed-face): Move defvar.
18713 (widget-image-insert): Replaces widget-glyph-insert.
18714 (widget-convert): Use keywordp.
18715 (widget-leave-text, widget-children-value-delete): Use mapc.
18716 (widget-keymap): Remove XEmacs stuff.
18717 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
18718 (widget-button-click): Don't set point at the click, but re-centre
18719 if we scroll out of window. Rewritten for images v. glyphs &c.
18720 (widget-tabable-at): Use POS arg, not point.
18721 (widget-beginning-of-line, widget-end-of-line)
18722 (widget-item-value-create, widget-sublist, widget-princ-to-string)
18723 (widget-sexp-prompt-value, widget-echo-help): Simplify.
18724 (widget-default-create): Use widget-image-insert; some rewriting.
18725 (widget-visibility-value-create)
18726 (widget-push-button-value-create, widget-toggle-value-create): Use
18727 widget-image-insert.
18728 (checkbox): Create on and off images dynamically.
18729 (documentation-link): Change :help-echo.
18730 (widget-documentation-link-echo-help): Remove.
18731
18732 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
18733
18734 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
18735
18736 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
18737 (easy-mmode-define-toggle, define-minor-mode): Use it.
18738 (easy-mmode-define-keymap): Docstring fix.
18739 (define-derived-mode): Default PARENT to fundamental-mode.
18740 Add the derived-mode-parent symbol-property.
18741 (easy-mmode-derived-mode-p): New function.
18742
18743 2000-06-02 Dave Love <fx@gnu.org>
18744
18745 * files.el (convert-standard-filename): Doc fix.
18746 (normal-backup-enable-predicate): New function.
18747 (backup-enable-predicate): Use it to replace the lambda form.
18748
18749 * calendar/todo-mode.el: [This needs more work on the outline
18750 stuff.] Doc fixes.
18751 (todo) <defgroup>: Add :version.
18752 (todo-add-category): Don't use pushnew.
18753 (todo-cmd-raise): Fix typo.
18754 (todo-top-priorities): Change temp buffer name.
18755 (todo-category-alist): Avoid redundant lambda.
18756 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
18757 Use outline-next-heading.
18758
18759 * autoarg.el: Rewritten to use define-minor-mode.
18760 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
18761 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
18762
18763 2000-06-02 Kenichi Handa <handa@etl.go.jp>
18764
18765 * isearch.el (isearch-other-meta-char): Fix previous change.
18766
18767 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18768
18769 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
18770 (log-edit-done): Only add the comment to the ring if it's different
18771 from the last comment entered.
18772
18773 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
18774
18775 2000-06-01 Dave Love <fx@gnu.org>
18776
18777 * hl-line.el: Rewritten using define-minor-mode.
18778
18779 * help.el (describe-function-1): Distinguish special form from
18780 builtin function. Sanity-check presence of arglist for builtins.
18781
18782 2000-06-01 Kenichi Handa <handa@etl.go.jp>
18783
18784 * international/characters.el: Fix syntax/category setting of
18785 Tibetan characters.
18786
18787 * language/tibet-util.el (tibetan-add-components): Fixes for new
18788 encoding of Tibetan characters.
18789 (tibetan-decompose-precomposition-alist): New variable.
18790 (tibetan-decompose-region): Convert precomposed characters to
18791 non-precomposed characters.
18792 (tibetan-decompose-string): Likewise.
18793 (tibetan-composition-function): Fix args to
18794 thibetan-compose-string.
18795
18796 * language/tibetan.el (tibetan-composable-pattern): More
18797 characters included.
18798 (tibetan-consonant-transcription-alist): Rule for "R" added.
18799 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
18800 "+R" added.
18801 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
18802
18803 * language/lao-util.el (lao-composition-function): Fix args to
18804 compose-string.
18805
18806 * language/thai-util.el (thai-composition-function): Fix args to
18807 compose-string.
18808
18809 * isearch.el (isearch-update): Set disable-point-adjustment to t
18810 to prevent the point moving to the end of a composition when a
18811 part of a composition is searched.
18812 (isearch-other-meta-char): If the key invoking this command can be
18813 mapped by function-key-map to a printing char, call
18814 isearch-process-search-char directly.
18815
18816 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18817
18818 * emacs-lisp/bytecomp.el:
18819 * frame.el:
18820 * international/mule-cmds.el:
18821 * international/mule-util.el:
18822 * international/mule.el:
18823 * mouse.el:
18824 * subr.el:
18825 * faces.el: Update calls to make-obsolete with a WHEN argument.
18826
18827 * byte-run.el (make-obsolete, make-obsolete-variable):
18828 Add an optional WHEN argument and change the format of the
18829 symbol-property information.
18830 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
18831 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
18832 new obsolete-symbol-property format and print WHEN if it is provided.
18833
18834 2000-05-31 Dave Love <fx@gnu.org>
18835
18836 * loadhist.el (loadhist-hook-functions): Remove
18837 before-change-function, after-change-function.
18838 (unload-feature): Deal with symbols which are both bound and
18839 fbound.
18840
18841 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
18842 before-change-function, after-change-function.
18843
18844 * simple.el (newline): Don't bind before-change-function,
18845 after-change-function.
18846
18847 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
18848
18849 * whitespace.el (whitespace-rescan-timer-time): Update interval
18850 set to 600 seconds (10 minutes) instead of 60 seconds since
18851 a large number of whitespace buffers causes emacs to `freeze'
18852 for a considerable amount of time.
18853
18854 * whitespace.el: Updated email address
18855
18856 2000-05-31 Dave Love <fx@gnu.org>
18857
18858 * add-log.el (change-log-font-lock-keywords) <function>: Add
18859 pattern for function of change.
18860 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
18861 acknowledgements patterns.
18862
18863 2000-05-31 Kenichi Handa <handa@etl.go.jp>
18864
18865 * isearch.el (isearch-printing-char): If keyboard coding system is
18866 being used, call isearch-process-search-multibyte-characters.
18867
18868 * international/isearch-x.el: Mostly rewritten.
18869
18870 * international/quail.el (quail-start-conversion): Don't include
18871 unhandled events in the returned events, but set them in
18872 unread-command-events. Exit if all inputs are deleted.
18873
18874 2000-05-30 Jason Rumney <jasonr@gnu.org>
18875
18876 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
18877
18878 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
18879 Reenable code to create initial fontsets.
18880 Use set-fontset-font in place of put-charset-property.
18881
18882 2000-05-30 Gerd Moellmann <gerd@gnu.org>
18883
18884 * progmodes/perl-mode.el (perl-indent-line): When looking for a
18885 label, ensure that the first colon isn't followed by another.
18886
18887 * paths.el (Info-default-directory-list): Doc fix.
18888
18889 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
18890 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
18891 send a query containing USER only, not USER@HOST.
18892
18893 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
18894 and rmail-msgend to compute the restriction at the end, instead of
18895 computing it.
18896
18897 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18898
18899 * dabbrev.el (dabbrev-expand): Don't display messages in the
18900 echo area if the minibuffer window is active.
18901
18902 * jit-lock.el (jit-lock-mode): Add after change function to
18903 local hook.
18904
18905 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
18906
18907 * antlr-mode.el: New commands: hide/unhide actions,
18908 upcase/downcase literals.
18909 (antlr-tiny-action-length): New user option.
18910 (antlr-hide-actions): New command. Suggested by
18911 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
18912 (antlr-mode-map): New binding [C-c C-v].
18913 (antlr-mode-menu): New entries.
18914 (antlr-downcase-literals): New command.
18915 (antlr-upcase-literals): Ditto.
18916
18917 * antlr-mode.el: Minor changes: indendation, mode-name.
18918 (antlr-indent-line): Indent cpp directive at column 0.
18919 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
18920
18921 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
18922 (antlr-font-lock-additional-keywords): Workaround for intentional
18923 bug in XEmacs version of font-lock.
18924 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
18925 be used by a smarter version of `buffers-menu-grouping-function'.
18926
18927 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18928
18929 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
18930 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
18931
18932 2000-05-29 Kenichi Handa <handa@etl.go.jp>
18933
18934 * international/encoded-kb.el
18935 (encoded-kbd-iso2022-designation-map): Pay attention to that
18936 charset-iso-final-char return -1 for eight-bit-control and
18937 eight-bit-graphic.
18938
18939 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18940
18941 * speedbar.el (speedbar-use-images, speedbar-update-flag)
18942 (speedbar-easymenu-definition-base): Use display-graphic-p where
18943 available, instead of window-system.
18944
18945 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18946
18947 * international/codepage.el (cp-coding-system-for-codepage-1): Add
18948 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
18949 coding systems.
18950
18951 2000-05-26 Dave Love <fx@gnu.org>
18952
18953 * disp-table.el (standard-display-underline): Don't use
18954 internal-find-face.
18955
18956 * mail/reporter.el: Maintainer change. Doc fixes.
18957 (reporter-version): Deleted.
18958
18959 * emacs-lisp/elp.el: Maintainer change.
18960 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
18961
18962 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
18963
18964 * add-log.el (add-change-log-entry): Merge the current entry with the
18965 previous one if the previous one is empty.
18966
18967 2000-05-26 Dave Love <fx@gnu.org>
18968
18969 * loadhist.el (unload-feature): Fix interactive spec [from
18970 lijnzaad@ebi.ac.uk].
18971
18972 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
18973 subr-arity to check primitives.
18974 (byte-compile-flush-pending, byte-compile-file-form-progn)
18975 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
18976 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
18977 mapcar.
18978
18979 2000-05-26 Kenichi Handa <handa@etl.go.jp>
18980
18981 * international/fontset.el: Set family names of non-latin charsets
18982 in default fontset to "*".
18983
18984 * international/mule-diag.el (print-fontset): Combine family part
18985 and registry part of the fontname by "-*-" instead of "-".
18986
18987 * international/mule-cmds.el (encode-coding-char): Make strings
18988 multibyte before calling encode-coding-string.
18989
18990 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
18991
18992 * derived.el: Fix keywords.
18993 (define-derived-mode): Only define if needed.
18994
18995 * simple.el (fill-comment, comment-column, comment-start)
18996 (comment-start-skip, comment-end, comment-indent-function)
18997 (block-comment-start, block-comment-end, indent-for-comment)
18998 (set-comment-column, kill-comment, comment-padding, comment-region)
18999 (comment-multi-line, indent-new-comment-line): Remove.
19000
19001 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19002 function names for comment operations.
19003
19004 * newcomment.el: Add abundant autoload cookies.
19005 (comment-style): Don't depend on runtime data at compile-time.
19006 (comment-indent-hook): Remove.
19007 (comment-indent): Check if comment-indent-hook is bound.
19008 (comment-region): Docstring fix.
19009
19010 2000-05-25 Dave Love <fx@gnu.org>
19011
19012 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19013 byte-code-function-p.
19014
19015 * mail/rmailsum.el: Add provide.
19016
19017 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19018
19019 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19020 defcustom.
19021
19022 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19023
19024 * ediff-diff.el (ediff-exec-process): delete --binary option from
19025 non-buffer ediff jobs.
19026
19027 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19028
19029 * hilit-chg.el (highlight-changes-mode): Ask about color or
19030 grayscale support, not about window-system.
19031
19032 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19033 window-system.
19034 (ffap-highlight): Always default to t.
19035
19036 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19037 display-popup-menus-p instead of looking at window-system.
19038
19039 * disp-table.el (standard-display-g1, standard-display-graphic):
19040 Only refuse to use string glyphs on X and MS-Windows.
19041
19042 * avoid.el: Remove window-system from commentary, suggest to use
19043 display-*-p instead.
19044
19045 * apropos.el (apropos-print): Use display-mouse-p instead of
19046 window-system.
19047
19048 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19049
19050 * international/codepage.el (cp-decoding-vector-for-codepage):
19051 Fill up unsupported characters with their own codes. From Kenichi
19052 Handa.
19053
19054 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19055
19056 * international/mule-diag.el (describe-char-after): Use
19057 display-graphic-p instead of window-system, so that this function
19058 works on MS-DOS.
19059
19060 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19061
19062 * international/codepage.el (cp-make-coding-systems-for-codepage):
19063 Remove the eight-bit-graphic and eight-bit-control charsets from
19064 the list of charsets which we convert into `?'.
19065
19066 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19067
19068 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19069 private charsets.
19070 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19071 japanese-jisx0213-2): New charsets.
19072
19073 * international/fontset.el: Setup default fontset for new charsets.
19074
19075 2000-05-24 Dave Love <fx@gnu.org>
19076
19077 * info.el (Info-find-node-2): Restructure [following "Vadim
19078 S. Solomin" <sovs@uic.nnov.ru>].
19079
19080 * icomplete.el: Fix header for Finder.
19081
19082 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19083
19084 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19085 STAY.
19086
19087 * rmail.el (rmail-automatic-folder-directives): New user variable.
19088 (rmail-show-message): Add call to `rmail-auto-file' during
19089 display.
19090 (rmail-auto-file): New function.
19091
19092 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19093
19094 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19095 account.
19096 (ediff-test-utility,ediff-diff-mandatory-option)
19097 (ediff-reset-diff-options): Utilities for proper initialization of
19098 ediff-diff-options and ediff-diff3-options on Windows.
19099
19100 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19101 variable.
19102
19103 * ediff-mult.el (ediff-filegroup-action): Use
19104 ediff-merge-filename-prefix.
19105
19106 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19107
19108 * viper-ex.el (ex-write): Set selective display to nil.
19109
19110 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19111
19112 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19113 aliases for hebrew-iso-8bit.
19114
19115 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19116
19117 * woman.el: New version from Francis J. Wright
19118 <F.J.Wright@Maths.QMW.ac.uk>.
19119 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19120 names in environment variables regardless of the path separator.
19121 (woman-topic-all-completions-1): Don't call file-name-directory-p
19122 on all files, since woman-file-regexp already filters out any
19123 directories.
19124
19125 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19126
19127 * international/quail.el (quail-start-translation): Don't change
19128 modified-p of the current buffer.
19129 (quail-start-conversion): Likewise.
19130
19131 * international/kkc.el (kkc-region): Don't change modified-p of
19132 the current buffer.
19133
19134 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19135 conform to RFC1468.
19136 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19137
19138 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19139
19140 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19141 (speedbar-insert-button): Invisible text property fix.
19142 (speedbar-directory-plus): Renamed from speedbar-directory-+
19143 (speedbar-directory-minus): Renamed from speedbar-directory--
19144 (speedbar-page-plus): Renamed from speedbar-file-+
19145 (speedbar-page-minus): Renamed from speedbar-file--
19146 (speedbar-page): Renamed from speedbar-file-
19147 (speedbar-tag): Renamed from speedbar-tag-
19148 (speedbar-tag-plus): Renamed from speedbar-tag-+
19149 (speedbar-tag-minus): Renamed from speedbar-tag--
19150 (speedbar-expand-image-button-alist): Use above renames.
19151
19152 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19153 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19154 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19155 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19156 * sb-pg.xpm: Renamed from sb-file.xpm
19157 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19158 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19159
19160 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19161
19162 * international/quail.el (quail-show-guidance-buf): Set
19163 current-input-method of the guidance buffer to the name of the
19164 curren input method.
19165
19166 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19167
19168 * progmodes/compile.el (compile-internal): Style typo.
19169
19170 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19171 quote vars and functions in the docstring.
19172
19173 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19174
19175 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19176 Don't quote lambdas.
19177
19178 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19179
19180 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19181
19182 * startup.el (command-line): Determine source file of compiled
19183 user init file differently. Warn if compiled user init file
19184 is older than its source file.
19185
19186 * ffap.el (ffap-url-regexp): Add `https'.
19187
19188 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19189
19190 * files.el (make-backup-file-name-1): Replace slashes with `!'
19191 rather than `|' (which is not allowed on Windows). Replace the
19192 drive letters with a string "drive_X".
19193
19194 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19195
19196 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19197
19198 * files.el (interpreter-mode-alist): Add `bash2'.
19199
19200 2000-05-22 Dave Love <fx@gnu.org>
19201
19202 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19203 mapc.
19204 (feature-file): Avoid calling symbol-name. Doc fix.
19205 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19206 (loadhist-hook-functions): Add mouse-position-function.
19207 (unload-feature): Change uses of mapcar.
19208
19209 * files.el (parse-colon-path): Doc fix.
19210 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19211 (set-auto-mode): Use mapc.
19212
19213 * complete.el (PC-look-for-include-file): Use :alnum: character
19214 class.
19215 (partial-completion-mode): Add autoload cookie.
19216
19217 2000-05-22 Sam Steingold <sds@gnu.org>
19218
19219 * info.el (Info-fontify-node): Fixed the call to
19220 `add-text-properties' (bug introduced on 2000-05-18).
19221
19222 2000-05-22 Dave Love <fx@gnu.org>
19223
19224 * bindings.el: Remove debug-ignored-errors set in other files.
19225
19226 * progmodes/etags.el: Add to debug-ignored-errors.
19227 (visit-tags-table-buffer): Clear out buffers holding old tables
19228 when making a new list.
19229 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19230 mapc.
19231
19232 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19233 quote keywords.
19234 (cmpl-string-case-type): Use character classes.
19235
19236 * comint.el:
19237 * textmodes/ispell.el:
19238 * imenu.el:
19239 * mail/mh-e.el:
19240 * progmodes/compile.el: Add to debug-ignored-errors.
19241
19242 * dabbrev.el: Add to debug-ignored-errors.
19243 (dabbrev-completion): Use mapc.
19244
19245 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19246
19247 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19248 (woman-mapcan, woman-parse-man.conf)
19249 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19250 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19251 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19252 path syntax better.
19253 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19254 (woman-manpath): Call woman-parse-man.conf.
19255 (woman-emulation): New defcustom, defaults to nroff.
19256 (woman-font-support): New defconst.
19257 (woman-use-symbol-font): New defcustom.
19258 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19259 "Emulation".
19260 Many functions: Doc fix.
19261
19262 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19263
19264 * international/quail.el (quail-simple-translation-keymap): Map
19265 128..255 to quail-self-insert-command.
19266 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19267
19268 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19269
19270 * help.el (help-manyarg-func-alist): Typo.
19271
19272 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19273 intervals which makes it heaps simpler.
19274
19275 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19276 the nested comment markers.
19277
19278 * subr.el (remove-hook): Don't turn the hook's value into a list.
19279
19280 2000-05-21 Dave Love <fx@gnu.org>
19281
19282 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19283 are invalid characters.
19284
19285 * international/mule-util.el (detect-coding-with-priority): Use
19286 mapc. Remove redundant lambda.
19287
19288 * international/mule-diag.el (list-non-iso-charset-chars)
19289 (describe-fontset): Remove redundant lambda.
19290
19291 * emulation/crisp.el (brief-mode): New alias.
19292
19293 * emacs-lisp/ring.el (ring-elements): New function.
19294
19295 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19296 (easy-menu-do-add-item): Use keywordp.
19297
19298 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19299
19300 * replace.el: Doc and error message fixes.
19301 (replace-highlight): Use facep, not internal-find-face.
19302
19303 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19304
19305 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19306
19307 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19308 (log-edit-insert-changelog): Drop `:' as well.
19309
19310 * log-view.el: Fix file description.
19311 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19312 available.
19313 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19314 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19315
19316 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19317 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19318 Print a status message if the toggle is called interactively.
19319 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19320 for global minor modes and use `defcustom' for them.
19321 Use add-minor-mode.
19322 (easy-mmode-define-derived-mode): Remove.
19323 (define-derived-mode): Fancier default docstring.
19324 (easy-mmode-define-navigation): Signal an error rather than (ding).
19325
19326 * newcomment.el (comment-styles): New `box-multi'.
19327 (comment-normalize-vars): Better default for comment-continue to
19328 avoid whitespace-only continuations.
19329 (comment-search-forward): Always move even in the no-syntax case.
19330 (comment-padright): Only obey N if it's only obeyed for padleft.
19331 (comment-make-extra-lines): Better handling of empty continuations.
19332 Use `=' for the filler if comment-start has only one character.
19333 (uncomment-region): Try handling the special `=' filler.
19334 (comment-region): Allow LINES even if MULTI is nil.
19335 (comment-box): Choose box style based on comment-style.
19336
19337 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19338
19339 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19340 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19341
19342 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19343
19344 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19345 and insert, not subst-char-in-region.
19346
19347 * international/mule-diag.el (list-character-sets-1): Handle
19348 charsets eight-bit-control and eight-bit-graphic.
19349 (list-iso-charset-chars): Likewise.
19350 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19351 charactes as is. Use indent-to to align characters.
19352
19353 * international/mule-cmds.el (find-multibyte-characters): Never
19354 exclude charsets eight-bit-control and eight-bit-graphic.
19355
19356 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19357
19358 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19359 Don't quote lambdas.
19360
19361 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19362
19363 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19364
19365 * gud.el (gud-jdb-directories): Doc fix.
19366
19367 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19368
19369 * newcomment.el: New file.
19370
19371 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19372
19373 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19374
19375 2000-05-18 Andreas Schwab <schwab@suse.de>
19376
19377 * dired.el (dired-between-files): Also skip lines beginning with
19378 `used'.
19379
19380 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19381
19382 * msb.el (msb-menu-cond): Add choice `user'.
19383
19384 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19385
19386 * ps-print.el: Compatibility, customization and doc fix.
19387 (ps-printer-name-option): Replace defconst by defvar.
19388 (ps-postscript-code-directory): XEmacs compatibility.
19389 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19390 fix.
19391 (ps-user-defined-prologue, ps-print-prologue-header)
19392 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19393 compatibility and code fix.
19394 (ps-print-background-image, ps-print-background-text):
19395 Customization fix.
19396 (ps-line-number-start, ps-n-up-on): New vars.
19397
19398 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19399
19400 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19401 the indent-comment function to just return the appropriate indent.
19402
19403 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19404
19405 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19406 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19407 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19408
19409 2000-05-18 Dave Love <fx@gnu.org>
19410
19411 * info.el (Info-fontify-node): Add intangible property as well as
19412 invisible.
19413
19414 * calendar/appt.el (appt-make-list): Match all lines of entry.
19415 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19416
19417 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19418
19419 * international/mule-diag.el (describe-char-after): Call
19420 internal-char-font, not char-font. If internal-char-font returns
19421 nil, display "-- none --".
19422
19423 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19424
19425 * image.el (image-type-available-p): Don't reference image-types
19426 if it isn't bound.
19427
19428 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19429
19430 * autoarg.el (autoarg-mode): Typo in the :set argument.
19431
19432 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19433
19434 * startup.el (command-line-1): Don't signal an error if the
19435 directory for auto-save-list files does not yet exist.
19436
19437 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19438
19439 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19440
19441 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19442
19443 * subr.el (remove-hook): `setq' hook-value, not `set'.
19444
19445 2000-05-16 Sam Steingold <sds@gnu.org>
19446
19447 * info.el (debug-ignored-errors): More errors to ignore.
19448
19449 2000-05-16 Dave Love <fx@gnu.org>
19450
19451 * cus-edit.el: Don't require cl or easymenu.
19452 (custom-variable-prompt): Test standard-value property, not
19453 user-variable-p.
19454
19455 2000-05-16 Sam Steingold <sds@gnu.org>
19456
19457 * subr.el (add-hook): `setq' hook-value, not `set'.
19458
19459 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19460
19461 * startup.el (command-line-1): Mention the FAQ in the startup
19462 message.
19463
19464 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19465
19466 * progmodes/compile.el (compilation-parse-errors): Collect
19467 `nomessage' regexps last.
19468
19469 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19470
19471 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19472 to the function name.
19473
19474 2000-05-15 Dave Love <fx@gnu.org>
19475
19476 * speedbar.el (speedbar-recenter): Typo.
19477 (speedbar-expand-line): Make arg optional.
19478 (speedbar-mode): Avoid a compiler warning.
19479
19480 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19481
19482 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19483 user-specified option string is empty.
19484
19485 * mouse.el (mouse-yank-at-click): Doc fix.
19486
19487 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19488
19489 * term/internal.el (IT-character-translations): More updates of
19490 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19491 documents.
19492
19493 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19494
19495 * env.el (getenv): New function, interactively callable.
19496 (setenv, getenv): Remove autoload cookies.
19497
19498 * loadup.el: Load `env'.
19499
19500 * progmodes/f90.el: Change author's mail address.
19501
19502 2000-05-14 Dave Love <fx@gnu.org>
19503
19504 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19505 goto-addr as an option.
19506
19507 * help.el (help-xref-stack): Doc fix.
19508 (help-xref-following): New variable.
19509 (help-make-xrefs): Use it.
19510 (help-xref-go-back): Use position information from stack element.
19511 (help-follow): Make position in stack element a pair. Use
19512 help-xref-following.
19513
19514 * autoarg.el: New file.
19515
19516 * faces.el: Declare more functions obsolete.
19517
19518 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19519 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19520 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19521 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19522 Remove all the setup-...-environment functions.
19523
19524 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19525
19526 * speedbar.el: Updated the commentary section. xemacs20p now uses
19527 >= when detecting. Require `defimage' safely.
19528 (speedbar-easymenu-definition-base): Add toggle for images.
19529 (speedbar-easymenu-definition-special): Add flush cache & expand.
19530 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19531 (speedbar-reconfigure-keymaps-hook): New variable.
19532 (speedbar-frame-parameters): Updated documentation.
19533 (speedbar-use-imenu-flag): Updated custom tag
19534 (speedbar-dynamic-tags-function-list): New variable.
19535 (speedbar-tag-hierarchy-method): Updated doc & custom.
19536 (speedbar-indentation-width, speedbar-indentation-width) New
19537 variables.
19538 (speedbar-hide-button-brackets-flag): Customizable.
19539 (speedbar-vc-indicator): Doc update.
19540 (speedbar-ignored-path-expressions): Updated default value.
19541 (speedbar-supported-extension-expressions): Updated default value.
19542 (speedbar-syntax-table): Remove {} paren status.
19543 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19544 as "+". Added overlay aliases.
19545 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19546 `force-mode-line-update'.
19547 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19548 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19549 `mouse-set-point'
19550 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19551 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19552 of arbitrary text, and new helper functions.
19553 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19554 filename finder.
19555 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19556 (speedbar-directory-buttons): Update path search/expansion.
19557 (speedbar-make-tag-line): Pay attention to
19558 `speedbar-indentation-width'. Use more care w/ invisible
19559 properties.
19560 (speedbar-change-expand-button-char): Call
19561 `speedbar-insert-image-button-maybe'.
19562 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19563 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19564 (speedbar-trim-words-tag-hierarchy)
19565 (speedbar-simple-group-tag-hierarchy): New functions
19566 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19567 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19568 functions.
19569 (speedbar-mouse-set-point): New function
19570 (speedbar-power-click): Updated documentation.
19571 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19572 of tag prefix text.
19573 (speedbar-expand-line, speedbar-contract-line): Make more robust
19574 to strange text.
19575 (speedbar-expand-line): Takes universal argument to flush the
19576 cache.
19577 (speedbar-flush-expand-line): New function.
19578 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19579 Use new generator insertion method.
19580 (speedbar-fetch-dynamic-tags): New function.
19581 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19582 `speedbar-fetch-dynamic-imenu'.
19583 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19584 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19585 "Revert Buffer" menu items.
19586 (speedbar-buffer-buttons-engine): Be smarter when creating a
19587 filename tag (for expansion purposes.).
19588 (speedbar-highlight-one-tag-line,
19589 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19590 (speedbar-recenter): New functions.
19591 (defimage-speedbar): Image loading abstraction.
19592 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19593 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19594 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19595 (speedbar-tag-type, speedbar-tag-mail): New images.
19596 (speedbar-expand-image-button-alist): New variable.
19597 (speedbar-insert-image-button-maybe): Insert an image over some
19598 buttons.
19599
19600 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19601
19602 * international/mule-cmds.el (encode-coding-char): An ASCII
19603 character is always encodable.
19604
19605 * international/mule-conf.el: Add more information in descriptions
19606 of character sets.
19607
19608 * international/mule-diag.el (describe-char-after): New function.
19609 (describe-font-internal): Adjusted for the change of font-info.
19610 (describe-font): Likewise.
19611 (print-fontset): Rewritten for the new fontset implementation.
19612 (describe-fontset): Include fontset alias names in completion.
19613 (list-fontsets): Adjusted for the change of print-fontset.
19614
19615 * simple.el (what-cursor-position): If DETAIL is non-nil, call
19616 describe-char-after instead of displaying the detail in the echo
19617 area.
19618 (syntax-code-table): Format changed.
19619 (string-to-syntax): Adjusted for the above change.
19620
19621 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
19622
19623 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19624
19625 2000-05-12 Dave Love <fx@gnu.org>
19626
19627 * calendar/todo-mode.el: Remove some compatibility stuff and CL
19628 dependence. Use line-{beginning,end}-position, not
19629 point-at{b,e}ol. Some doc fixes.
19630 (todo-position): New function. Fix callers of position to use it.
19631 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
19632
19633 2000-05-12 Gerd Moellmann <gerd@gnu.org>
19634
19635 * time.el (display-time-mail-icon): Use `:ascent center'.
19636
19637 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
19638 handling FTP security extensions.
19639
19640 2000-05-11 Dave Love <fx@gnu.org>
19641
19642 * calendar/todo-mode.el: New file.
19643
19644 2000-05-11 Gerd Moellmann <gerd@gnu.org>
19645
19646 * comint.el (comint-read-input-ring): Move reference to
19647 comint-input-ring-size outside of the save-excursion. It was
19648 causing the default value to be the only one ever seen.
19649
19650 * font-lock.el: Update copyright. Remove Simon Marshall's email
19651 address on request from him.
19652
19653 * subr.el (substitute-key-definition): Add comment describing
19654 the meaning of PREFIX.
19655
19656 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
19657
19658 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
19659
19660 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
19661 (add-minor-mode): Don't make the variable buffer-local and add a
19662 reference to define-minor-mode in the docstring.
19663
19664 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
19665 HEADER/FOOTER and fix bug with trailing empty directory.
19666 (cvs-append-to-ignore): Use vc-editable-p if available.
19667 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
19668 (vc-do-command): Tweak advice to handle the new VC.
19669
19670 * log-view.el (log-view-goto-rev): New function for the new VC.
19671 (log-view-minor-wrap): Use mark-active.
19672
19673 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19674 (log-edit-changelog-full-paragraphs): New var.
19675 (log-edit-insert-changelog): Remove a lonely leading `* file'.
19676 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
19677 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
19678 (log-edit-changelog-ours-p, log-edit-changelog-entries)
19679 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
19680 Replace the `cvs' prefix with `log-edit'.
19681
19682 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
19683
19684 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
19685 (diff-font-lock-defaults): Explicitly turn off multiline.
19686 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
19687 (diff-ediff-patch): Fix call to ediff-patch-file.
19688 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
19689 Handle comments.
19690
19691 * frame.el (automatic-hscrolling): Typo.
19692
19693 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
19694
19695 2000-05-09 Sam Steingold <sds@goems.com>
19696
19697 * apropos.el (apropos-print): use `describe-face' instead of
19698 `customize-face-other-window'.
19699
19700 2000-05-09 Dave Love <fx@gnu.org>
19701
19702 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
19703
19704 * help.el (describe-variable): Have customize button pop the
19705 help-xref stack when invoked.
19706 (help-xref-symbol-regexp): Add `face'.
19707 (help-make-xrefs): Check for quoted face names and adapt regexp
19708 submatch numbers to cope.
19709 (help-xref-interned): Maybe insert face doc too. Separate
19710 sections with a line of hyphens.
19711
19712 * faces.el: Some doc fixes. Declare some functions obsolete.
19713 (describe-face): Add customize button. Return the help
19714 text. Fix prompt.
19715
19716 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
19717
19718 * term/internal.el (IT-character-translations): Fix last change.
19719
19720 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19721
19722 * woman.el: New file
19723 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
19724
19725 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19726
19727 * term/internal.el (IT-character-translations): Update ASCII
19728 simulations for greek-iso8859-7, add latin-iso8859-14 and
19729 latin-iso8859-15.
19730
19731 * international/mule-cmds.el (set-language-info-alist): Call
19732 define-prefix-command with 3 arguments, to make the map suitable
19733 for a menu.
19734
19735 2000-05-07 Dave Love <fx@gnu.org>
19736
19737 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
19738
19739 2000-05-05 Dave Love <fx@gnu.org>
19740
19741 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
19742 list in doc string. Don't quote keyword symbols.
19743 * emacs-lisp/cl.el: Likewise
19744 * emacs-lisp/cl-seq.el: Likewise
19745
19746 2000-05-05 Gerd Moellmann <gerd@gnu.org>
19747
19748 * abbrev.el (abbrev-mode): Make ARG optional.
19749
19750 2000-05-04 Gerd Moellmann <gerd@gnu.org>
19751
19752 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
19753
19754 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
19755
19756 * subr.el (substitute-key-definition): Clarify documentation.
19757
19758 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
19759
19760 * glasses.el (glasses-convert-to-unreadable): Use
19761 `glasses-separator' instead of the hard-wired "_".
19762 (glasses-mode): Call `glasses-make-unreadable' only in a single
19763 place.
19764
19765 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
19766
19767 * term/internal.el (cjk-codepages-alist): Add associations for
19768 Chinese and Korean codepages. Remove FIXME comment.
19769
19770 2000-05-03 Dave Love <fx@gnu.org>
19771
19772 * time.el (display-time-mail-face, display-time-use-mail-icon):
19773 New option.
19774 (display-time-mail-icon): New variable.
19775 (display-time-string-forms): Use the above. Fix the local-map.
19776
19777 2000-05-03 Gerd Moellmann <gerd@gnu.org>
19778
19779 * replace.el (query-replace-map): Add binding for `E'.
19780 (query-replace-help): Extend help text.
19781 (perform-replace): Allow editing the replacement string.
19782
19783 * make-mode.el (makefile-mode-abbrev-table): New variable.
19784 (makefile-mode): Set local abbrev table to
19785 makefile-mode-abbrev-table.
19786 (makefile-font-lock-keywords): Fontify includes and conditionals.
19787
19788 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
19789 set TOGGLE's value.
19790
19791 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
19792 mail-interactive-insert-alias.
19793 (mail-abbrev-complete-alias): New command.
19794 (mail-mode-map): Bind it to `M-TAB'.
19795
19796 2000-05-03 Kenichi Handa <handa@etl.go.jp>
19797
19798 * language/lao-util.el (lao-compose-region): New function.
19799
19800 2000-05-02 Gerd Moellmann <gerd@gnu.org>
19801
19802 * files.el (recover-session): Make directories as necessary
19803 if they don't exist yet.
19804
19805 * calendar/cal-french.el
19806 (french-calendar-multibyte-special-days-array)
19807 (french-calendar-special-days-array): Change French text.
19808 (calendar-french-date-string): Change output.
19809 (calendar-goto-french-date): Likewise.
19810
19811 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
19812
19813 * wid-edit.el (widget-default-active): Obey `:always-active'.
19814 (widget-documentation-string-value-create): Set `:always-active'.
19815
19816 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19817
19818 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
19819 default prefix to `~/_emacs.d/auto-save.list/_s'.
19820 (normal-top-level): Create the directory for auto-save files, if
19821 it doesn't already exist (in the ms-dos case only).
19822
19823 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19824
19825 * international/mule-cmds.el (set-language-environment): Don't
19826 concat an integer (dos-codepage), use format instead.
19827
19828 2000-05-02 Dave Love <fx@gnu.org>
19829
19830 * help.el (help-xref-on-pp): Check for constant symbols.
19831
19832 2000-04-29 Gerd Moellmann <gerd@gnu.org>
19833
19834 * startup.el (normal-top-level): Put a condition-case around
19835 the code loading subdirs.el.
19836
19837 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19838
19839 * ps-print.el: Upside-down and face background color printing,
19840 line number step, doc fix.
19841 (ps-print-version): New version number (5.2).
19842 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
19843 (ps-face-attribute-list, ps-plot-with-face): Code fix.
19844 (ps-spool-config): Var fix.
19845 (ps-printer-name-option): Const fix.
19846 (ps-print-upside-down, ps-use-face-background)
19847 (ps-line-number-step): New vars.
19848 (ps-window-system, ps-lp-system): New consts.
19849 (ps-face-background): New fun.
19850
19851 2000-04-28 Richard Stallman <rms@gnu.org>
19852
19853 * files.el (make-auto-save-file-name):
19854 Apply auto-save-file-name-transforms to visited file name
19855 before generating auto save file name.
19856 (auto-save-file-name-transforms): New variable.
19857
19858 * files.el (backup-enable-predicate):
19859 Correctly test for a file under a temporary directory.
19860
19861 2000-04-28 Gerd Moellmann <gerd@gnu.org>
19862
19863 * subr.el (add-minor-mode): Rewritten.
19864
19865 2000-04-28 Kenichi Handa <handa@etl.go.jp>
19866
19867 * mail/sendmail.el (sendmail-send-it): Set
19868 buffer-file-coding-system to the selected coding system for MIME
19869 header.
19870
19871 2000-04-27 Gerd Moellmann <gerd@gnu.org>
19872
19873 * dired.el (dired-move-to-filename-regexp): Allow format where
19874 YYYY is followed by two spaces.
19875
19876 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
19877 in the second character class of the regexp.
19878
19879 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
19880 mh-etc, too.
19881
19882 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
19883 nil.
19884
19885 * subr.el (add-minor-mode): Use `set' instead of `setq'.
19886
19887 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
19888 argument.
19889
19890 2000-04-27 Sen Nagata <sen@eccosys.com>
19891
19892 * emacs-lisp/crm.el (crm-completion-table): New variable.
19893 (crm-collection-fn, crm-test-completion)
19894 (completing-read-multiple): Use it.
19895
19896 2000-04-27 Dave Love <fx@gnu.org>
19897
19898 * help.el (locate-library): Use mapc.
19899 (help-manyarg-func-alist): Add call-process-region.
19900
19901 2000-04-26 Gerd Moellmann <gerd@gnu.org>
19902
19903 * subr.el (add-minor-mode): Make argument MAP optional.
19904
19905 * desktop.el (desktop-save): Save list of minor modes.
19906 (desktop-create-buffer): Restore minor modes.
19907 (desktop-minor-mode-table): New user-option.
19908
19909 * subr.el (add-minor-mode): New function.
19910
19911 * image.el (find-image): New function.
19912 (defimage): Rewritten to find image at load time.
19913
19914 * startup.el (normal-top-level-add-to-load-path): Handle
19915 case that the default directory is not in load-path.
19916
19917 * help.el: Old patch from Stefan Monnier.
19918 (help-xref-on-pp): New function.
19919 (describe-variable): Use it to display xrefs in a symbol's value.
19920
19921 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
19922
19923 * cus-edit.el (custom-face): Fix parenthesis.
19924
19925 2000-04-26 Kenichi Handa <handa@etl.go.jp>
19926
19927 * mail/rmail.el (rmail-expunge): When there are no deleted
19928 messages, do nothing.
19929
19930 2000-04-26 Dave Love <fx@gnu.org>
19931
19932 * international/mule-cmds.el (locale-translation-file-name):
19933 Defvar to nil.
19934 (set-locale-environment): Set it here (at runtime).
19935
19936 2000-04-25 Gerd Moellmann <gerd@gnu.org>
19937
19938 * replace.el (perform-replace): Add parameters START and END. Use
19939 them instead of the check for a region in Transient Mark mode.
19940 (query-replace-read-args): Return two more list elements for the
19941 start and end of the region in Transient Mark mode.
19942 (query-replace, query-replace-regexp, query-replace-regexp-eval)
19943 (map-query-replace-regexp, replace-string, replace-regexp): Add
19944 optional last arguments START and END and pass them to
19945 perform-replace.
19946
19947 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
19948 form with additional arguments for perform-replace.
19949
19950 * progmodes/etags.el (tags-query-replace): Add parameters START
19951 and END. Construct a form with additional arguments for
19952 perform-replace.
19953
19954 * simple.el (shell-command): Set default directory for "*Shell
19955 Command Output" buffer.
19956
19957 * language/european.el (iso-latin-4): Fix typo.
19958
19959 * emacs-lisp/crm.el: New file.
19960
19961 2000-04-24 Dave Love <fx@gnu.org>
19962
19963 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
19964 (Custom-reset-saved, Custom-reset-standard)
19965 (custom-group-value-create, custom-group-set, custom-group-save)
19966 (custom-group-reset-current, custom-group-reset-saved)
19967 (custom-group-reset-standard): Use mapc.
19968 (custom-buffer-create-internal): Disable undo when creating items.
19969 Use mapc.
19970 (custom-face): Avoid redundant lambda.
19971
19972 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19973
19974 * startup.el (auto-save-list-file-prefix): Set default to
19975 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
19976
19977 2000-04-24 Sam Steingold <sds@gnu.org>
19978
19979 * time-stamp.el (time-stamp-string-preprocess): Always convert
19980 `field-result' to a string.
19981
19982 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19983
19984 * frame.el (scrolling): New group.
19985 (automatic-hscrolling): New user-option.
19986
19987 * startup.el (command-line-x-option-alist): Add `-lsp' and
19988 `--line-spacing'.
19989
19990 2000-04-19 Dave Love <fx@gnu.org>
19991
19992 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
19993 (cl-mapc): Rename from mapc. Fix the funcall.
19994
19995 2000-04-19 Gerd Moellmann <gerd@gnu.org>
19996
19997 * simple.el (clone-indirect-buffer-other-window): New command.
19998 (clone-indirect-buffer): Add optional arg NORECROD.
19999 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20000
20001 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20002
20003 * window.el (count-screen-lines): New function.
20004 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20005 instead of window-buffer-height.
20006
20007 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20008 non-existing variable comint-input-sentinel.
20009 (inferior-lisp-args-to-list): Removed.
20010 (inferior-lisp): Use split-string instead of
20011 inferior-lisp-args-to-list.
20012
20013 * hexl.el (hexl-insert-hex-string): New command.
20014
20015 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20016 instead of concat.
20017
20018 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20019
20020 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20021 at the start of an existing but empty folder.
20022
20023 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20024
20025 * ps-mule.el: Customization fix, doc fix.
20026 (ps-multibyte-buffer): Customization fix.
20027
20028 2000-04-17 Richard M. Stallman <rms@gnu.org>
20029
20030 * subr.el (read-passwd): Use read-char-exclusive.
20031
20032 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20033
20034 * textmodes/texinfo.el (texinfo-insert-@email)
20035 (texinfo-insert-@emph, texinfo-insert-@quotation)
20036 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20037 (texinfo-mode-map): Add key bindings for them.
20038
20039 * files.el (basic-save-buffer-2): Use a template with `$'
20040 instead of `#' for VMS.
20041
20042 * simple.el (clone-indirect-buffer): New function.
20043
20044 2000-04-16 Stephen Eglen <stephen@gnu.org>
20045
20046 * iswitchb.el (iswitchb-case): New function. If the user input
20047 contains any upper-case characters, the search is made
20048 case-sensitive.
20049
20050 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20051
20052 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20053 comment-end.
20054 (texinfo-font-lock-syntactic-keywords): New var.
20055 (texinfo-font-lock-keywords): Remove comment regexp.
20056 (texinfo-insert-block): New function.
20057 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20058 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20059 and font-lock-defaults. Use regexp-opt for outline-regexp.
20060 (texinfo-environments): New var.
20061 (texinfo-environment-regexp): Use regexp-opt and
20062 texinfo-environments.
20063
20064 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20065 ispell-process is bound since this might be eval'd before ispell
20066 is loaded.
20067 (ispell-message): Use a tiny bit less magic and a bit more hard
20068 data to figure out what kind of sc-cite-regexp to use.
20069
20070 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20071
20072 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20073 (insert-cyclic-diary-entry): Unquote the lambda.
20074
20075 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20076
20077 * files.el (backup-enable-predicate): Unquote the lambda.
20078
20079 * cus-edit.el (custom-face, face): Unquote the lambda.
20080
20081 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20082
20083 * ps-print.el: Check for line-beginning-position definition.
20084
20085 * ps-print.el: Fix counting lines in a region.
20086 (ps-print-version): New version number (5.1.5).
20087 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20088 (ps-printing-region): Fun code fix.
20089
20090 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20091
20092 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20093 to file-directory-p.
20094
20095 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20096
20097 * gud.el (gud-jdb-build-source-files-list): Check that directory
20098 exists before calling directory-files.
20099
20100 2000-04-13 Dave Love <fx@gnu.org>
20101
20102 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20103 syntax.
20104
20105 * emacs-lisp/cl-specs.el: Remove when, unless.
20106
20107 * emacs-lisp/cl-extra.el: Don't quote keywords.
20108 (cl-old-mapc): New variable.
20109 (mapc): Use it.
20110 (cl-map-intervals): Use with-current-buffer. Don't check for
20111 next-property-change.
20112 (cl-map-overlays): Use with-current-buffer.
20113 (cl-expt): Remove.
20114 (copy-tree, remprop): Define unconditionally.
20115
20116 * emacs-lisp/cl-compat.el (keywordp): Remove.
20117
20118 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20119 to use keywordp.
20120 (edebug-spec): Enable keywordp.
20121
20122 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20123 string-lessp.
20124
20125 * cus-start.el: Use keywordp.
20126
20127 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20128
20129 * diary-lib.el (include-other-diary-files): Fix the fix of
20130 2000-02-18 by doing a save-excursion.
20131
20132 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20133
20134 * ps-print.el: Customization fix, doc fix.
20135 (ps-print-version): New version number (5.1.4).
20136 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20137 (ps-print-preprint): Adjust code.
20138 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20139 (ps-print-prologue-header, ps-print-control-characters)
20140 (ps-spool-config): Customization fix.
20141
20142 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20143
20144 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20145 converted to the new menu-item format, names silightly changed,
20146 help strings added.
20147
20148 Support for spelling without async subprocesses:
20149
20150 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20151 (ispell-session-buffer): New variables.
20152 (ispell-start-process, ispell-process-status,
20153 ispell-accept-output, ispell-send-string): New functions, for
20154 Ispell invocation when async subprocesses aren't supported.
20155 (ispell-word, ispell-pdict-save, ispell-command-loop,
20156 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20157 to process-send-string with calls to ispell-send-string, and
20158 accept-process-output with ispell-accept-output.
20159 (ispell-init-process): Call ispell-process-status instead of
20160 process-status with.
20161 (ispell-init-process): Call ispell-start-process. Call
20162 ispell-accept-output and ispell-send-string. Don't call
20163 process-kill-without-query and kill-process if they are unbound.
20164 (ispell-async-processp): New function.
20165
20166 2000-04-12 Dave Love <fx@gnu.org>
20167
20168 * info.el: Add debug-ignored-errors.
20169 (Info-mode-menu): Add some items.
20170 (Info-directory): Add autoload cookie.
20171
20172 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20173 Modify `truncate-lines'. Make `describe-language-environment'
20174 always visible and add help. Modify `describe-key' help. Invoke
20175 Info-directory from `info'. New entry `emacs-manual'.
20176
20177 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20178
20179 * progmodes/ebrowse.el (ebrowse-tree-mode):
20180 Use propertized-buffer-identification.
20181 (ebrowse-update-member-buffer-mode-line): Likewise.
20182 (ebrowse--mode-strings): Removed.
20183 (ebrowse--mode-line-props): Removed.
20184
20185 * files.el (auto-mode-alist): Add `EBROWSE'.
20186
20187 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20188 space before testing for end of buffer.
20189 (ebrowse-load): Removed.
20190 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20191 (ebrowse-create-tree-buffer): Rewritten.
20192 (ebrowse-tree-mode): Read tree from buffer.
20193
20194 * progmodes/ebrowse-ffh.el: Removed.
20195
20196 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20197
20198 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20199
20200 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20201
20202 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20203 at the wrong place.
20204
20205 2000-04-09 Dave Love <fx@gnu.org>
20206
20207 * files.el (backup-enable-predicate):
20208 Use temporary-file-directory, small-temporary-file-directory.
20209 (make-backup-file-name-function, backup-directory-alist): New vars.
20210 (make-backup-file-name-1): New function.
20211 (make-backup-file-name): Use it.
20212 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20213 (file-newest-backup): Use make-backup-file-name.
20214
20215 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20216
20217 * progmodes/ebrowse-ffh.el: New file.
20218
20219 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20220 Moved to ebrowse-ffh.el.
20221 (ebrowse-load): Add autoload.
20222
20223 * finder.el (finder-commentary): Add autoload cookie.
20224
20225 * mail/rfc2368.el: Correct author's email address.
20226
20227 * progmodes/ebrowse.el: New file.
20228
20229 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20230 item help string.
20231 (easy-menu-do-add-item): Ditto.
20232 (easy-menu-define): Extend doc string.
20233
20234 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20235 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20236 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20237 with-buffer-unmodified.
20238
20239 2000-04-08 Dave Love <fx@gnu.org>
20240
20241 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20242 unless, when.
20243
20244 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20245
20246 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20247 (viper-flash-search-pattern): No operation when using Emacs
20248 doesn't support face.
20249 Use `viper-put-on-search-overlay'.
20250
20251 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20252
20253 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20254 like C-r.
20255
20256 * progmodes/make-mode.el: Some doc fixes.
20257 (makefile-mode-abbrev-table): New variable.
20258 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20259 (makefile-font-lock-keywords): Fontify includes and conditionals.
20260 (toplevel): Require `dabbrev' and `add-log' when compiling.
20261
20262 * replace.el (perform-replace): Don't move forward one char
20263 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20264 to do that because it leaves point 1 position after the last
20265 replacement, after everything has been replaced.
20266
20267 * jit-lock.el (with-buffer-unmodified): New macro.
20268 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20269 modified state.
20270 (jit-lock-function-1): Extracted from jit-lock-function; not
20271 preserving buffer's modified state.
20272 (jit-lock-function, jit-lock-stealth-fontify):
20273 Call jit-lock-function-1.
20274
20275 * mail/rfc2368.el: Remove supernumerary copyright line.
20276
20277 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20278
20279 * glasses.el: Provide facilities for inserting space before left
20280 parentheses and uncapitalization of identifiers.
20281 (glasses-mode): Try to remove old overlays in all cases.
20282
20283 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20284
20285 * progmodes/compile.el (compile-internal): Display the compilation
20286 buffer in a different frame, if it's already displayed there.
20287
20288 * mail/rfc2368.el: New file.
20289
20290 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20291 header and insert its value as mail body.
20292
20293 * subr.el (member-ignore-case): New function.
20294
20295 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20296 (dabbrev--find-expansion): Ignore buffers matching a regexp
20297 from dabbrev-ignored-regexps.
20298
20299 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20300 to extensions handled by gzip.
20301
20302 2000-04-03 Richard M. Stallman <rms@gnu.org>
20303
20304 * files.el (insert-directory): List the total free space
20305 along with the used space.
20306
20307 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20308 line is followed by one that matches CITATION-REGEXP, end the
20309 paragraph.
20310
20311 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20312
20313 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20314 (rmail-make-basic-summary-line): Use that option.
20315
20316 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20317
20318 * international/mule-cmds.el (encoded-string-description):
20319 Rewritten. Try pretty description for ISO 2022 escape sequences
20320 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20321 for hexadecimal format.
20322
20323 2000-04-01 Dave Love <fx@gnu.org>
20324
20325 * cpp.el: Change customization group to `c' from `C'.
20326
20327 * vcursor.el (vcursor-move): Use display-color-p.
20328
20329 * international/mule-util.el: Provide mule-utils.
20330 (string-to-sequence): Simplify and speed up.
20331
20332 * international/mule.el (make-coding-system): Purecopy doc-string.
20333
20334 * international/mule-cmds.el: Various menu changes.
20335 (describe-specified-language-support): Handle `Default'.
20336 (set-language-info): Purecopy `info'.
20337
20338 2000-03-31 Andrew Innes <andrewi@gnu.org>
20339
20340 * vc.el (vc-backend-diff): Return the correct status if we had to
20341 retry the rcsdiff command without the --brief option.
20342
20343 2000-03-31 Dave Love <fx@gnu.org>
20344
20345 * help.el (help-manyarg-func-alist): Correct several omissions.
20346
20347 * add-log.el: Don't require cl, fortran.
20348 (add-log-current-defun-function): Doc fix.
20349 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20350 (change-log-version-rcs): Function deleted.
20351 (change-log-version-number-search): Doc fix.
20352 Use vc-workfile-version. Avoid CL dolist.
20353 (add-change-log-entry): Just call add-log-current-defun to get
20354 defun. Simplify somewhat.
20355 (change-log-get-method-definition-1): Likewise.
20356 (add-log-current-defun): Return nil if calling
20357 add-log-current-defun-function does so. Move Fortran stuff to
20358 fortran.el. Return string without properties.
20359
20360 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20361 and :alpha: char classes.
20362
20363 * mail/supercite.el: Defvar curline when compiling.
20364 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20365 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20366 rather than a-zA-Z0-9 to allow non-ASCII characters.
20367
20368 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20369
20370 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20371
20372 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20373 Re-enable new code.
20374
20375 * lpr.el (print-region-1): Use -d to specify printer name for
20376 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20377
20378 2000-03-31 Dave Love <fx@gnu.org>
20379
20380 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20381 Look for function definition in symbol's function value slot first
20382 instead of first consulting byte-compile-function-environment.
20383
20384 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20385
20386 * language/european.el ("Polish"): New language environment.
20387 (setup-polish-environment): New function.
20388
20389 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20390
20391 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20392 Disable new code.
20393
20394 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20395 trying to `load' the symbol of an autoload instead of the file
20396 recorded in the autoload. Fix error messages.
20397
20398 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20399
20400 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20401 (ps-print-version): New version number (5.1.3).
20402 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20403 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20404 (ps-generate-postscript-with-faces): Code fix.
20405 (ps-color-values): XEmacs compatibility.
20406 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20407 (ps-default-fg, ps-default-bg): Adjust customization.
20408 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20409 (ps-color-scale): Renaming old ps-color-value fun.
20410 (ps-print-headers): Replace ps-print-header group to avoid conflict
20411 with ps-print-header variable.
20412 (ps-print-miscellany): New group.
20413 (ps-format-color, ps-rgb-color): New funs.
20414 (ps-default-foreground): New var.
20415 (ps-printer-name-option): New const.
20416
20417 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20418
20419 * net/net-utils.el:
20420 (network-connection-host, network-connection-service): New variables
20421 (network-connection-mode): New mode, derived from comint-mode
20422 (network-connection-mode-setup): New function, saves host and
20423 service information in local variables.
20424
20425 * lisp/locate.el:
20426 (locate-word-at-point): Added this function
20427 (locate): Default to using locate-word-at-point as input
20428 Run dired-mode-hook
20429
20430 2000-03-29 Dave Love <fx@gnu.org>
20431
20432 * calendar/appt.el: Doc fixes.
20433 (appt-check): Convert min-to-app to a string before passing to
20434 appt-disp-window-function or concat.
20435 (appt-delete-window): Remove test for frame-root-window.
20436 (appt-select-lowest-window, appt-convert-time): Simplify.
20437
20438 * emacs-lisp/bytecomp.el: Doc fixes.
20439 (byte-compile-file-form-autoload):
20440 Update byte-compile-function-environment.
20441
20442 2000-03-29 Andreas Schwab <schwab@suse.de>
20443
20444 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20445
20446 * dired.el (dired-insert-directory): If dired-free-space-program
20447 failed just delete its output.
20448
20449 2000-03-29 Dave Love <fx@gnu.org>
20450
20451 * international/iso-cvt.el: Move provide to end. Doc fixes.
20452 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20453 (iso-iso2sgml, iso-sgml2iso): New functions.
20454 (iso-cvt-define-menu): Fix some entries and use backquote for
20455 clarity.
20456
20457 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20458
20459 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20460
20461 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20462 ISO-DATE. If non-nil, return date in ISO 8601 format.
20463
20464 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20465
20466 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20467 if it ever becomes used.
20468 (log-edit-mode-hook): Default to vc-log-mode-hook.
20469 (log-edit-mode): Fix the docstring.
20470
20471 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20472 the code.
20473
20474 2000-03-26 Dave Love <fx@gnu.org>
20475
20476 * net/browse-url.el (browse-url): Re-fix case of
20477 browse-url-browser-function being an alist.
20478 (browse-url): Add :link to defgroup.
20479
20480 * files.el: Doc fixes.
20481 (file-truename): Include `[' in wildcard characters.
20482 (automount-dir-prefix): Customize.
20483 (find-file-wildcards): Add :version.
20484 (find-file-noselect): Simplify a mapcar call.
20485
20486 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20487 compatible with inf-lisp version.
20488 (eval-defun-1): Fix custom-declare-variable case.
20489
20490 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20491
20492 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20493
20494 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20495
20496 * Makefile (COMPILE_FIRST): New macro.
20497 (compile-files): Compile files from COMPILE_FIRST first.
20498
20499 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20500
20501 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20502 matching open parenthesis in column 0 to defun-prompt-regexp
20503 only if open-paren-in-column-0-is-defun-start is set.
20504
20505 * sun-curs.el: Require CL at compile-time only.
20506
20507 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20508 instead of copy-list which is a function from CL.
20509 (msb--choose-menu, msb--mode-menu-cond)
20510 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20511 (msb--init-file-alist): Use mapcar instead of mapcan.
20512 (msb--aggregate-alist): Use mapcar instead of mapcan.
20513 Fix `(' in column 0 in doc string.
20514 (msb--add-separators): Use mapcar instead of mapcan.
20515
20516 * cus-dep.el: Require CL at compile-time only.
20517
20518 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20519
20520 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20521 (byte-compile-warnings): New warning `noruntime'.
20522 (byte-compile-constants, byte-compile-variables): Fix docstring.
20523 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20524 execute `eval-whenc-compile's body.
20525 (byte-compile-unresolved-functions): Fix docstring.
20526 (byte-compile-eval): New function.
20527 (byte-compile-callargs-warn): Check if the function will be available
20528 at runtime (via property `byte-compile-noruntime').
20529 (byte-compile-print-syms): New function.
20530 (byte-compile-warn-about-unresolved-functions): Also warn about
20531 `noruntime' functions (and use `byte-compile-print-syms').
20532 (byte-compile-file): Capitalize the message.
20533
20534 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20535
20536 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20537 (rmail-expunge): Ask for confirmation depending on the setting
20538 of rmail-confirm-expunge.
20539
20540 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20541
20542 * Makefile (bootstrap-clean): If $(emacs) exists, build
20543 loaddefs.el first. A loaddefs.el that's not up-to-date might
20544 cause a bootstrap failure because things don't autoload as expected.
20545
20546 2000-03-23 Dave Love <fx@gnu.org>
20547
20548 * net/browse-url.el: Restore previous use of
20549 browse-url-maybe-new-window.
20550
20551 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20552
20553 * ps-print.el: Skip banner page fix.
20554 (ps-print-version): New version number (5.1.2).
20555 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20556
20557 2000-03-23 Dave Pearson <davep@davep.org>
20558
20559 * net/quickurl.el Changed the type of parameter passed to the
20560 function defined by `quickurl-format-function'. Before only the
20561 text of the URL was passed. Now the whole URL structure is passed
20562 and the function is responsible for extracting the parts it requires.
20563 Changed the default of `quickurl-format-function' accordingly.
20564 (quickurl-insert): Changed the `funcall' of
20565 `quickurl-format-function' to match the above change.
20566 (quickurl-list-insert): Changed the `url' case so that it makes
20567 use of `quickurl-format-function', previous to this the format was
20568 hard wired.
20569
20570 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20571
20572 * startup.el: Change some spellings for the X Window System.
20573
20574 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20575
20576 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20577 Clean up the code and the regexp and make sure the cursor is
20578 temporarily moved to the suspicious line while querying the user.
20579
20580 2000-03-22 Jason Rumney <jasonr@gnu.org>
20581
20582 * w32-fns.el (w32-charset-info-alist): Initialize.
20583
20584 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20585
20586 * ps-print.el: N-up last page fix.
20587 (ps-print-version): New version number (5.1.1).
20588 (ps-end-file, ps-end-job, ps-generate): Code fix.
20589
20590 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20591
20592 * files.el (find-file-run-dired): Update docstring.
20593 (find-directory-functions): New hook.
20594 (find-file-noselect): Run find-directory-functions rather than
20595 calling dired directly.
20596
20597 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20598
20599 * pcvs.el: Add a minimal leading commentary.
20600 (cvs-make-cvs-buffer): Change the header part by removing the startup
20601 message and adding a `Module' entry. Also replace the FOOTER and
20602 HEADER special fileinfos with the new support in ewoc for updating
20603 its own footer and header.
20604 (cvs-update-header): Update to use the header/footer of the ewoc.
20605 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20606 (cvs-is-within-p): New function.
20607 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20608 to only examine some subset of the buffers.
20609
20610 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20611 `format' instead of our own ad-hoc functions.
20612 Remove HEADER and FOOTER cases, now handled in the EWOC.
20613 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20614
20615 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20616 output to avoid scaring the user.
20617 (cvs-parse-table): Catch message for non-up-to-date commits.
20618
20619 * pcvs-defs.el (cvs-startup-message): Remove.
20620 (cvs-global-menu): New autoloaded menu.
20621
20622 * pcvs-util.el (cvs-string-fill): Remove.
20623
20624 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20625 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20626 PP part of it and also make it work for footers and headers.
20627 (ewoc-create): Drop POS and BUFFER arguments.
20628 Use the DLL's dummy node to store the end-of-footer position.
20629 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
20630 (ewoc-refresh): Remove unused `header' variable.
20631 (ewoc-(get|set)-hf): New functions.
20632
20633 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
20634 log-view-*-(message|file) and use easy-mmode-define-navigation.
20635 (log-view-message-re): Match SCCS format as well.
20636 And match the revision line rather than the dashed separator line.
20637 (log-view-mode): Use the new define-derived-mode.
20638 (log-view-current-tag): Fill in with an actual implementation.
20639
20640 * cvs-status.el (cvs-status-(prev|next)): Rename from
20641 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
20642 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
20643 to let the output "breathe" a little more (more readable).
20644 (cvs-status-mode): Use the new define-derived-mode.
20645
20646 * smerge-mode.el (smerge-auto-leave): New function and variable.
20647 (smerge-basic-map): Rename from smerge-basic-keymap.
20648 Change the bindings for smerge-diff-*.
20649 (smerge-*-map): Use easy-mmode-defmap.
20650 (smerge-(next|prev)): Use easy-mmode-define-navigation.
20651 (smerge-keep-*): Use smerge-auto-leave.
20652
20653 2000-03-21 Jason Rumney <jasonr@gnu.org>
20654
20655 * cus-edit.el (custom-button-face): Use 3D look for w32.
20656 (custom-button-pressed-face): Likewise.
20657
20658 2000-03-21 Gerd Moellmann <gerd@gnu.org>
20659
20660 * progmodes/etags.el (tags-case-fold-search): New user-option.
20661 (tags-loop-eval): New function. Bind case-fold-search around eval
20662 depending on the value of tags-case-fold-search.
20663 (tags-loop-continue): Use tags-loop-eval.
20664 (find-tag-in-order): Bind case-fold-search depending on the value
20665 of tags-case-fold-search.
20666
20667 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20668
20669 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
20670 (diff-end-of-hunk): Return the end position for use in
20671 `easy-mmode-define-navigation'.
20672 (diff-recenter): Remove.
20673 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
20674 of `easy-mmode-define-navigation'.
20675 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
20676 previous renaming) and fix to use new names.
20677 (diff-merge-strings): Use \n as separator: simpler, faster.
20678 (diff-mode): Use `define-derived-mode'.
20679
20680 * derived.el (define-derived-mode): Don't autoload anymore.
20681 Prefer the macro-only version provided by easy-mmode.el.
20682
20683 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
20684 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
20685 (easy-mmode-define-navigation): New macro.
20686
20687 * subr.el (combine-run-hooks): New function.
20688
20689 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
20690
20691 * term/x-win.el: Fontsets related initialization is simplified.
20692
20693 * international/mule-diag.el (describe-font): Don't refer to
20694 global-fontset-alist, instead call font-list.
20695 (describe-fontset, list-fontsets, mule-diag): Likewise.
20696 (print-fontset): Adjusted for the change of fontset implementation.
20697
20698 * international/fontset.el (x-charset-registries): Variable removed,
20699 instead the corresponding data is stored in the default fontset.
20700 (register-alternate-fontnames): Function removed.
20701 (resolved-ascii-font): Variable removed.
20702 (x-compose-font-name): Ignore the second argument REDOCE.
20703 (x-complement-fontset-spec): Complement only an ASCII font and
20704 element for those charsets than can use that ASCII font.
20705 (generate-fontset-menu): Don't refer to global-fontset-alist,
20706 instead call fontset-list.
20707 (uninstantiated-fontset-alist): Variable removed.
20708 (x-style-funcs-alist): Likewise.
20709 (fontset-default-styles): Likewise.
20710 (x-modify-font-name): Function removed.
20711 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
20712 (create-fontset-from-ascii-font): Docsting adjusted for the above
20713 change.
20714 (instantiate-fontset, resolve-fontset-name): Functions removed.
20715 (fontset-list): Now implemented by C code.
20716
20717 * faces.el (read-face-font): Fix TABLE arg to completing-read.
20718 (describe-face): Include `font' attribute in the description.
20719
20720 2000-03-21 Kenichi Handa <handa@etl.go.jp>
20721
20722 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
20723
20724 2000-03-20 Gerd Moellmann <gerd@gnu.org>
20725
20726 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
20727 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
20728 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
20729
20730 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
20731 about behavior of set-buffer-modified-p wrt redisplay.
20732
20733 2000-03-19 Richard M. Stallman <rms@gnu.org>
20734
20735 * view.el (view-mode-disable): Kill local binding of view-read-only.
20736
20737 2000-03-18 Gerd Moellmann <gerd@gnu.org>
20738
20739 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
20740 is a string, convert it to a syntax cell using string-to-syntax.
20741
20742 * simple.el (syntax-code-table, syntax-flag-table): New variables.
20743 (string-to-syntax): New function.
20744
20745 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
20746 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
20747 try to use passive ftp mode.
20748
20749 2000-03-17 Gerd Moellmann <gerd@gnu.org>
20750
20751 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
20752
20753 * simple.el (append-to-buffer): Update point of windows after
20754 insertion.
20755
20756 * abbrev.el (inverse-add-abbrev): Identify word by first moving
20757 forward then moving backward. Reindent.
20758
20759 * frame.el (other-frame): Call x-focus-frame only if
20760 focus-follows-mouse is off.
20761
20762 2000-03-17 Dave Love <fx@gnu.org>
20763
20764 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
20765
20766 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
20767
20768 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
20769 regexp for labels cannot span several lines.
20770
20771 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
20772 `(setq :<key> ':<key>)' to the macro expansion.
20773
20774 2000-03-16 Dave Love <fx@gnu.org>
20775
20776 * progmodes/f90.el (f90): Put custom group under `languages', not
20777 `fortran'.
20778 (f90-mode-hook): Customize.
20779 (f90-mode): Set add-log-current-defun-function.
20780 (f90-current-defun): New function.
20781
20782 2000-03-16 Gerd Moellmann <gerd@gnu.org>
20783
20784 * cus-edit.el (custom-variable-tag-face): Handle case that
20785 default face's height is not a number.
20786 (custom-face-tag-face, custom-group-tag-face-1)
20787 (custom-group-tag-face): Ditto.
20788 (custom-group-tag-face-1): Add :group.
20789
20790 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
20791
20792 2000-03-15 Gerd Moellmann <gerd@gnu.org>
20793
20794 * pcvs-defs.el (toplevel): Remove autoload cookie for form
20795 requiring easymenu.
20796
20797 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20798
20799 * ps-print.el: PostScript user-defined prologue, PostScript error
20800 handler, doc fix.
20801 (ps-print-version): New version number (5.1).
20802 (ps-user-defined-prologue, ps-error-handler-message)
20803 (ps-print-prologue-0, ps-error-handler-alist): New vars.
20804 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
20805 (ps-insert-string): New function.
20806
20807 2000-03-15 Kenichi Handa <handa@etl.go.jp>
20808
20809 * international/ccl.el (ccl-compile-expression): Don't generate
20810 invalid self-assignment code.
20811
20812 2000-03-14 Dave Love <fx@gnu.org>
20813
20814 * subr.el (replace-regexp-in-string): Renamed from
20815 replace-regexps-in-string. Doc fix.
20816
20817 2000-03-12 Dave Love <fx@gnu.org>
20818
20819 * cus-edit.el: Doc fixes.
20820 (customize-set-variable, customize-save-variable): Rename args for doc.
20821 (custom-variable-tag-face, custom-face-tag-face)
20822 (custom-group-tag-face-1, custom-group-tag-face): Modify from
20823 style which user identify as hyperlink.
20824 (hook): Don't add undefined functions to the hook.
20825 (debug-ignored-errors): Transfer message from bindings.el.
20826
20827 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20828
20829 * recentf.el (recentf-keep-non-readable-files-p):
20830 Remove double/nested definition.
20831
20832 2000-03-12 Dave Love <fx@gnu.org>
20833
20834 * facemenu.el (facemenu-get-face): Use display-color-p.
20835 * enriched.el (enriched-decode-foreground): Likewise.
20836 (enriched-decode-background): Likewise.
20837 * isearch.el (isearch-highlight): Likewise.
20838 * info-look.el (info-lookup): Likewise.
20839 * simple.el (completion-setup-function): Likewise.
20840
20841 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
20842 :options.
20843
20844 * bindings.el (mode-line-format): Fix line-number and
20845 column-number items. Add help-echo for the background.
20846 (mode-line-mule-info): Modify help-echo.
20847
20848 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
20849
20850 * files.el (load-file): Allow completion to .elc.
20851
20852 * man.el: Doc fixes.
20853 (Man-init-defvars): Use display-color-p to set fontification.
20854
20855 * play/hanoi.el (hanoi-internal): Don't use oddp.
20856
20857 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20858
20859 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
20860
20861 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
20862
20863 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
20864
20865 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
20866 Fix comment.
20867
20868 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
20869
20870 * font-lock.el (font-lock-keywords): Fix the doc now that
20871 regexp-opt-depth is unnecessary.
20872 (save-buffer-state): Set an edebug spec.
20873 (font-lock-fontify-anchored-keywords): Properly handle the case when
20874 the matcher goes past the limit.
20875
20876 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
20877 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
20878
20879 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
20880 dll.el and cookie.el (from Elib) with heavy renaming and other
20881 massaging.
20882
20883 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
20884 Autoload the functions used.
20885 (easy-mmode-define-syntax): Fix CL typo.
20886 (easy-mmode-define-derived-mode): Improve the docstring generation.
20887
20888 2000-03-10 Gerd Moellmann <gerd@gnu.org>
20889
20890 * textmodes/texinfo.el (texinfo-version): Variable and function
20891 removed.
20892
20893 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
20894
20895 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
20896 allow more flexibility.
20897 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
20898 (easy-mmode-defmap, easy-mmode-defsyntax)
20899 (easy-mmode-define-derived-mode): New macros.
20900
20901 2000-03-09 Didier Verna <didier@xemacs.org>
20902
20903 * rect.el (replace-rectangle): New function.
20904
20905 2000-03-09 Dave Love <fx@gnu.org>
20906
20907 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
20908 (fortran-comment-line-start-skip): Don't match cpp stuff.
20909 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
20910 (fortran-mode-map): Remove over-eager custom-menu-create for now.
20911 (fortran-mode): Don't set fortran-comment-line-start-skip,
20912 fortran-comment-line-start here. Set comment-start,
20913 add-log-current-defun.
20914 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
20915 (fortran-current-defun): New function.
20916
20917 2000-03-09 Gerd Moellmann <gerd@gnu.org>
20918
20919 * emacs-lisp/re-builder.el: New file.
20920
20921 * mouse.el (mouse-drag-region): Don't run up-event handler
20922 if hscroll has changed.
20923
20924 * octave-mod.el (octave-font-lock-keywords): To font-lock the
20925 builtin operators, use `font-lock-builtin-face' for Emacs and
20926 `font-lock-preprocessor-face' otherwise.
20927
20928 * font-lock.el (lisp-font-lock-keywords-1): Highlight
20929 `(defun (setf foo)' differently.
20930
20931 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
20932
20933 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
20934 (regexp-opt): Update comment and adapt the code the new meaning of
20935 the `paren' argument of regex-opt-group for shy-groups.
20936 (regexp-opt-depth): Handle shy groups as well as backslashed
20937 backslashes.
20938 (regexp-opt-group): Turn the leading comment into a docstring.
20939 Allow `paren' to be a string (the string to use to open a group).
20940 Remove open-presuf and close-presuf. Instead of checking for `all
20941 one-char' and then later on check for `several one-char', handle
20942 both cases close together. Also apply a more generic algorithm
20943 for suffixes (the mirror image of the algorithm used for
20944 prefixes). Use shy-groups. Use nreverse rather than reverse.
20945 (regexp-opt-try-suffix): Removed.
20946
20947 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
20948 from comint-mode-map, so we can just inherit from it. Also, move
20949 the initialization into the `defvar' since there's no docstring
20950 anyway and it's fairly short.
20951 (inferior-scheme-mode): Define it as derived-mode: the code is
20952 shorter and this way we inherit from comint-mode-map rather than
20953 copying it.
20954
20955 * subr.el (replace-regexps-in-string): Properly handle the case
20956 where we match an empty string.
20957
20958 * comint.el (comint-exec-1): Add the current-dir to the exec-path
20959 when the command has a directory component (such as "./testml").
20960 Also fix a typo in the comment.
20961
20962 2000-03-08 Gerd Moellmann <gerd@gnu.org>
20963
20964 * Makefile (compile-files): Compile files one by one because
20965 that's the only way to ensure a clean compilation environment for
20966 each individual file.
20967
20968 * frame.el (other-frame): Call x-focus-frame.
20969
20970 2000-03-07 Dave Love <fx@gnu.org>
20971
20972 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
20973 :require to defcustom.
20974
20975 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
20976
20977 * files.el (auto-mode-alist): Add configure.in.
20978
20979 * progmodes/autoconf.el: New file.
20980
20981 2000-03-07 Gerd Moellmann <gerd@gnu.org>
20982
20983 * mail/mh-e.el: Change maintainer to `none'.
20984
20985 * recentf.el (recentf-keep-non-readable-files-p): Quote args
20986 to remove-hook and add-hook.
20987
20988 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
20989
20990 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
20991 it as the default.
20992 (mail-send): Test mail-send-nonascii also for the new `mime' value.
20993 (sendmail-send-it): Conditionally add MIME headers specifying the
20994 used character set.
20995
20996 2000-03-07 Dave Love <fx@gnu.org>
20997
20998 * winner.el: Fix keywords, autoload cookies.
20999 Split eval-when-compile form to avoid compilation failure.
21000
21001 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21002
21003 * international/mule.el: Modify comment about coding system
21004 property `coding-category'.
21005 (make-coding-system): New argument EOL-TYPE. Pay attention to
21006 coding-category property of PROPERTIES.
21007
21008 * international/mule-conf.el (coding-category-utf-8)
21009 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21010 categories. Include them in the argument for set-coding-priority.
21011
21012 * international/mule-cmds.el (reset-language-environment):
21013 Include coding-category-utf-8, coding-category-utf-16-be, and
21014 coding-category-utf-16-le in the argument for set-coding-priority.
21015 (reset-language-environment): Initialize coding-category-utf-8,
21016 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21017
21018 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21019
21020 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21021 code abstracted out of `bookmark-jump-noselect'. Now tries info
21022 extensions as well as compression extensions.
21023 (bookmark-jump-noselect): Use above new func.
21024
21025 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21026
21027 * strokes.el: Change maintainer's mail address.
21028
21029 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21030
21031 * international/mule-diag.el (list-character-sets): Make help-echo
21032 string by substitute-command-keys.
21033 (list-character-sets): Likewise.
21034 (sort-listed-character-sets): Call help-setup-xref.
21035
21036 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21037
21038 * time.el (display-time-mail-file): Add `none' to the list of choices.
21039
21040 2000-03-01 Dave Love <fx@gnu.org>
21041
21042 * help.el (help-xref-go-back): Don't try to set position.
21043
21044 * international/mule-diag.el (list-character-sets):
21045 Call help-setup-xref. Add help-echo to xrefs.
21046 (list-character-sets-1): Add help-echo to xrefs.
21047
21048 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21049
21050 * frame.el (blink-cursor-mode): Switch cursor on when turning
21051 the mode off.
21052
21053 * add-log.el (add-log-current-defun): Add support for
21054 Autoconf mode.
21055
21056 * mail/rmail.el (rmail-quit-hook): New variable.
21057
21058 2000-03-01 Dave Love <fx@gnu.org>
21059
21060 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21061
21062 * help.el (help-xref-button): Add help-echo arg.
21063 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21064
21065 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21066
21067 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21068
21069 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21070
21071 * image.el (defimage): Look for image files in load-path.
21072
21073 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21074
21075 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21076
21077 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21078
21079 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21080
21081 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21082 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21083 action to select/unselect a file.
21084 (recentf-edit-list): Code cleanup and improvement.
21085 (recentf-open-more-files-action): `recentf-open-more-files' button
21086 widget action to open a file.
21087 (recentf-open-more-files): No more use standard completion but widgets.
21088 (recentf-more-collection): Deleted.
21089 (recentf-more-history): Deleted.
21090 (recentf-setup-more-completion): Deleted.
21091
21092 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21093
21094 * recentf.el (recentf-mode): No more needs that Emacs is running
21095 under a window-system.
21096
21097 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21098
21099 * recentf.el (recentf-edit-list): New command to edit the recent
21100 list which allow the user to remove files.
21101 (recentf-edit-selected-items): New global variable, used by
21102 `recentf-edit-list' to hold the list of files to be removed from
21103 the recent list.
21104 (recentf-make-menu-items): Updated to display a "Edit list..."
21105 menu item. Minor code cleanup.
21106
21107 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21108
21109 * recentf.el (recentf-open-more-files): New command to open files
21110 that are not displayed in the menu.
21111 (recentf-more-collection): New global variable holding the set of
21112 permissible completions used by `recentf-open-more-files'.
21113 (recentf-more-history): New global variable holding the history list
21114 used by `recentf-open-more-files' completion.
21115 (recentf-setup-more-completion): New function to setup completion for
21116 `recentf-open-more-files'.
21117 (recentf-make-menu-items): Updated to display a "More..." menu item.
21118
21119 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21120
21121 * recentf.el (recentf-menu-action): Doc fixed.
21122
21123 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21124
21125 * recentf.el (recentf-menu-filter): Doc updated.
21126 (recentf-update-menu-hook): Allow menu filters to force menu update.
21127 (recentf-make-menu-items): New menu filter handling.
21128 (recentf-make-menu-item): New helper function.
21129 (recentf-menu-elements): New menu handling function.
21130 (recentf-sort-ascending): Updated to new menu filter handling.
21131 (recentf-sort-descending): Updated to new menu filter handling.
21132 (recentf-sort-basenames-ascending): New menu filter function.
21133 (recentf-sort-basenames-descending): New menu filter function.
21134 (recentf-show-basenames): New menu filter function.
21135 (recentf-show-basenames-ascending): New menu filter function.
21136 (recentf-show-basenames-descending): New menu filter function.
21137
21138 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21139
21140 * diary-lib.el (list-diary-entries): Don't try to go forward at
21141 the end of the buffer.
21142
21143 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21144
21145 * international/mule-diag.el (list-character-sets):
21146 Completely rewritten.
21147 (sort-listed-character-sets): New function.
21148 (list-character-sets-1): Completely rewritten.
21149 (list-character-sets-2): New function.
21150 (non-iso-charset-alist): New variable.
21151 (decode-codepage-char): New function.
21152 (charset-history): New variable.
21153 (read-charset) (list-block-of-chars)
21154 (list-iso-charset-chars)
21155 (list-non-iso-charset-chars)
21156 (list-charset-chars): New functions.
21157 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21158 (dump-charsets): Likewise.
21159
21160 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21161
21162 * dired-x.el (dired-filename-at-point): Add `@' to valid
21163 file name characters.
21164 (dired-filename-at-point): Handle ange-ftp file names.
21165
21166 * frame.el (frame-notice-user-settings): Use assq-delete-all
21167 instead of assoc-delete-all.
21168 (frame-notice-user-settings): Ditto.
21169
21170 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21171 Don't copy alist.
21172
21173 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21174
21175 * calculator.el (calculator-use-menu): New option.
21176 (calculator-initial-bindings): Changed some bindings to work as macros.
21177 (calculator-forced-input): Removed.
21178 (calculator-restart-other-mode): New variable.
21179 (calculator-mode-map): Set up menu.
21180
21181 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21182
21183 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21184
21185 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21186
21187 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21188 translate all ESC key sequences.
21189 (viper-goto-mark-subr): Restore markers for files for which
21190 they were saved.
21191 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21192 * viper-util.el (viper-set-replace-overlay-glyphs)
21193 (viper-set-replace-overlay): Always check if the replacement
21194 overlay is live.
21195 * viper.el (viper-vi-state-mode-list): Add major modes.
21196 * ediff-wind.el: Minor comment changes.
21197 * ediff.el: Copyright notice date fix.
21198
21199 2000-02-27 Jason Rumney <jasonr@gnu.org>
21200
21201 * faces.el (face-font-family-alternatives): Add arial to helv.
21202 (mode-line, header-line, tool-bar): Same default as x for w32.
21203 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21204 face-font-family-alternatives from working.
21205 * term/w32-win.el (mouse-set-font): Do not build fontset from
21206 chosen font.
21207
21208 2000-02-25 Sam Steingold <sds@goems.com>
21209
21210 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21211 properly.
21212
21213 2000-02-25 Richard M. Stallman <rms@gnu.org>
21214
21215 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21216
21217 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21218
21219 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21220
21221 * frame.el (busy-cursor-delay-seconds): New option.
21222
21223 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21224
21225 * frame.el (show-cursor-in-non-selected-windows): New option.
21226
21227 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21228
21229 * diary-lib.el (include-other-diary-files): Undo the selective
21230 display in any included file and don't kill it.
21231
21232 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21233
21234 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21235 Menu items converted to (menu-item format, help strings added.
21236 [downcase, upcase]: Don't enable on MS-DOS.
21237 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21238 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21239
21240 2000-02-23 Dave Love <fx@gnu.org>
21241
21242 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21243 (backward-kill-word): Revert addition of * to interactive spec --
21244 it's a feature.
21245
21246 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21247 (backward-kill-sentence, kill-sentence): Likewise.
21248
21249 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21250 scratch buffer name.
21251 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21252
21253 * term/w32-win.el (internal-face-interactive): Update prompt for
21254 new read-face-name.
21255
21256 * mail/footnote.el (footnote): Add :version to defgroup.
21257 (footnote-section-tag-regexp): Customize.
21258 (footnote-start-tag, footnote-end-tag): New option.
21259 (footnote-latin-regexp): New variable.
21260 (Footnote-latin): New function.
21261 (footnote-style-alist): Add element for latin style.
21262 (footnote-style): Moved.
21263 (Footnote-goto-footnote): Use eq to test arg.
21264
21265 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21266
21267 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21268 (byte-compile-trueconstp): Include keywords.
21269 (byte-optimize-quote, byte-optimize-lapcode):
21270 Use byte-compile-const-symbol-p.
21271 (byte-optimize-char-before): New optimization.
21272
21273 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21274 (byte-compile-const-symbol-p): New function.
21275 (byte-compile-constp, byte-compile-out-toplevel)
21276 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21277 Use it.
21278
21279 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21280
21281 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21282
21283 * international/encoded-kb.el: Be sure to update minor-mode-alist
21284 and minor-mode-map-alist.
21285 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21286 codes SS2 and SS3 correctly.
21287 (encoded-kbd-self-insert-ccl): New function.
21288 (encoded-kbd-setup-keymap): New function.
21289 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21290 by calling encoded-kbd-setup-keymap.
21291
21292 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21293 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21294
21295 2000-02-22 Dave Love <fx@gnu.org>
21296
21297 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21298 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21299 (lisp-mode-syntax-table): Set up for #|...|# comments.
21300 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21301 classes. Match `defface'.
21302 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21303 (eval-defun-1): Fix for defcustom.
21304 (lisp-indent-region): Doc fix.
21305
21306 * subr.el (when, unless, split-string): Doc fix.
21307 (read-passwd): Move call of clear-this-command-keys to the right place.
21308 (replace-regexps-in-string): New function.
21309
21310 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21311
21312 * help.el (describe-variable): Set syntax table to
21313 emacs-lisp-mode-syntax-table when moving forward over the
21314 symbol's name.
21315
21316 2000-02-22 Dave Love <fx@gnu.org>
21317
21318 * xt-mouse.el: Doc fixes.
21319 (xterm-mouse-position-function): New function, replacing advice of
21320 mouse-position.
21321 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21322
21323 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21324
21325 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21326
21327 * format.el (format-annotate-single-property-change):
21328 Handle properties.with dotted-list values.
21329 (format-proper-list-p): New function.
21330
21331 * enriched.el (enriched-face-ans): Handle '(foreground-color
21332 . COLOR) and (background-color . COLOR).
21333
21334 2000-02-20 Dave Love <fx@gnu.org>
21335
21336 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21337 and assignments to it.
21338 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21339 current local map.
21340 (make-flyspell-overlay): Use it.
21341 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21342
21343 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21344 (lm-get-header-re): Defun, not defsubst.
21345 (lm-get-package-name): Defun, not defsubst. Simplify.
21346 (lm-version): Doc fix. Simplify.
21347 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21348 (lm-crack-address, lm-last-modified-date, lm-commentary)
21349 (lm-verify, lm-synopsis): Simplify.
21350 (lm-report-bug): Require emacsbug. Use compose-mail.
21351
21352 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21353
21354 * dired.el (dired-mode): Call propertized-buffer-identification
21355 to set mode-line-buffer-identification to something having
21356 the right text properties.
21357
21358 * bindings.el (propertized-buffer-identification): New function.
21359
21360 2000-02-20 Dave Love <fx@gnu.org>
21361
21362 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21363 check for t-mouse too.
21364
21365 * cus-start.el: Make echo-keystrokes `number'.
21366
21367 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21368
21369 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21370 Don't call ring-empty-p unless tags-location-ring is bound.
21371 From Noah Friedman <friedman@splode.com>.
21372
21373 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21374
21375 * progmodes/hideshow.el (hs-flag-region): No longer use
21376 `intangible' overlay property.
21377
21378 (hs-toggle-hiding): New command.
21379 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21380
21381 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21382 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21383 and deactivation.
21384
21385 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21386
21387 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21388
21389 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21390
21391 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21392
21393 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21394 of `*' to handle `(* ... *)' comments.
21395
21396 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21397
21398 * faces.el (list-faces-display): Use display-mouse-p instead of
21399 window-system.
21400
21401 * menu-bar.el (global-map): Menu-bar items converted to the new
21402 format (menu-item..., rearranged for better CUA compliance, and
21403 their names changed for better clarity. Help strings added.
21404
21405 * international/mule-cmds.el (mule-menu-keymap)
21406 (describe-language-environment-map, set-coding-system-map)
21407 (setup-language-environment-map): Convert to new (menu-item...
21408 form, add help strings. Change names of menu items for better clarity.
21409 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21410
21411 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21412
21413 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21414 within the code.
21415
21416 2000-02-16 Dave Love <fx@gnu.org>
21417
21418 * faces.el: Don't require custom. Add more specific :groups to
21419 various deffaces.
21420 (set-face-attribute): Purecopy args.
21421 (read-face-name): Default to name at point and use it in prompt.
21422 Remove colon from arg in all callers.
21423 (list-faces-display): Hyperlink to face descriptions and customize
21424 buffers.
21425
21426 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21427
21428 * wid-edit.el (widget-match-inline): An atom never matches a list.
21429
21430 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21431
21432 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21433 at ':' characters by call to split-string.
21434
21435 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21436
21437 * textmodes/bibtex.el: Added RCS version identification.
21438
21439 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21440
21441 * textmodes/bibtex.el: Some temporary comments removed.
21442 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21443 (bibtex-field-const): Allow capital letters.
21444 (bibtex-start-of-string): Deleted because unused.
21445
21446 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21447 use the term 'reference' to describe a bibtex entry as a whole.
21448 Further, reference keys are no longer called 'labels'.
21449 (bibtex-keys): Renamed to bibtex-reference-keys.
21450 (bibtex-reformat-previous-labels): Renamed to
21451 bibtex-reformat-previous-reference-keys.
21452 (bibtex-reference-type): Renamed to bibtex-entry-type.
21453 (bibtex-reference-head): Renamed to bibtex-entry-head.
21454 (bibtex-reference-maybe-empty-head): Renamed to
21455 bibtex-entry-maybe-empty-head.
21456 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21457 (bibtex-search-reference): Renamed to bibtex-search-entry.
21458 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21459 bibtex-enclosing-entry-maybe-empty-head.
21460 (bibtex-entry-field-alist, bibtex-entry-head)
21461 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21462 (bibtex-map-entries, bibtex-search-entry)
21463 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21464 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21465 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21466 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21467 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21468 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21469 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21470
21471 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21472
21473 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21474 comment.
21475 (bibtex-format-field-delimiters): New function, functionality
21476 extracted from bibtex-format-entry.
21477 (bibtex-autokey-get-yearfield-digits): New function, functionality
21478 extracted from bibtex-autokey-get-yearfield.
21479
21480 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21481 entries in order to avoid stack overflow in the regexp matcher if
21482 field contents become large.
21483 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21484 (bibtex-field-string-part-not-braced)
21485 (bibtex-field-string-part-no-inner-braces)
21486 (bibtex-field-string-part-1-inner-brace)
21487 (bibtex-field-string-part-2-inner-braces)
21488 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21489 (bibtex-field-string-quoted, bibtex-field-string)
21490 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21491 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21492 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21493 Deleted as parsing is now performed by the following functions.
21494 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21495 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21496 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21497 (bibtex-parse-association, bibtex-field-name-for-parsing)
21498 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21499 (bibtex-search-forward-field, bibtex-search-backward-field)
21500 (bibtex-start-of-field, bibtex-end-of-field)
21501 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21502 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21503 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21504 (bibtex-parse-string, bibtex-search-forward-string)
21505 (bibtex-search-backward-string, bibtex-start-of-string)
21506 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21507 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21508 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21509 entries. Instead of reporting the results of the parsing by
21510 match-beginning or match-end, these functions return data structures
21511 that hold the corresponding positions.
21512 (bibtex-enclosing-field): Changed to also report field boundaries by
21513 return values rather than by match-beginning or match-end.
21514 The following functions have been adapted to use the new
21515 parsing functions.
21516 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21517 (bibtex-enclosing-field, bibtex-format-entry)
21518 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21519 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21520 (bibtex-print-help-message, bibtex-end-of-entry)
21521 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21522 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21523 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21524 Use the new method for parsing.
21525 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21526 (bibtex-map-entries, bibtex-flash-head)
21527 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21528 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21529 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21530 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21531 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21532 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21533 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21534 order to make the new binding of case-fold-search immediately visible.
21535
21536 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21537
21538 * textmodes/bibtex.el: Copyright notice is up to date.
21539 Added constant 'bibtex-maintainer-salutation.
21540
21541 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21542 than make-temp-name, use match-string-no-properties and eliminate
21543 a quadratic behavior when building bibtex-strings.
21544
21545 * bibtex.el (bibtex-reference-key): Accept string entries whose
21546 reference key contains upper case letters.
21547
21548 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21549
21550 * bibtex.el (bibtex-reference-head): Allow entries to start with
21551 a new line.
21552
21553 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21554
21555 * bibtex.el: Hiding of entry bodies is not longer provided by
21556 bibtex.el directly. Instead the hideshow package can be used.
21557 Added a special bibtex entry to hs-special-modes-alist.
21558 (bibtex-hs-forward-sexp): Added for hideshow.el.
21559
21560 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21561
21562 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21563 proceedings entry type (for cross referencing). Thanks to Wagner
21564 Toledo Correa for the suggestion.
21565
21566 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21567
21568 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21569
21570 * international/characters.el: Setup case table for Vietnamese.
21571
21572 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21573
21574 * uniquify.el (toplevel): Require CL at compile time.
21575 (uniquify-push): Removed.
21576
21577 * shadowfile.el (shadow-when): Removed.
21578
21579 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21580 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21581
21582 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21583 regexp for paragraph-start.
21584
21585 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21586 commas as well.
21587
21588 2000-02-10 Dave Love <fx@gnu.org>
21589
21590 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21591 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21592 Deleted.
21593 (widget-specify-field, widget-specify-button): Don't use
21594 widget-mouse-help as help-echo property.
21595 (default): Use #'ignore for :validate and :mouse-down-action.
21596 (checkbox): Add help-echo.
21597 (widget-sexp-validate): Rewritten to clarify error messages.
21598 (character): Use char-valid-p in :match function.
21599 (widget-color-complete): Use facemenu-color-alist.
21600 (widget-color-action): Use facemenu-read-color.
21601
21602 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21603 set up `caar' &c that we now have.
21604
21605 2000-02-09 Ray Blaak <blaak@gnu.org>
21606
21607 * delphi.el: Make resourcestring a declaration region, like const
21608 and var.
21609
21610 2000-02-09 Dave Love <fx@gnu.org>
21611
21612 * bindings.el (mode-line-input-method-map): New variable.
21613 (mode-line-mule-info): Use it; fix last change.
21614 (mode-line-mode-menu): Move definition.
21615 (mode-line-mouse-sensitive-p): Deleted.
21616 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21617 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
21618
21619 * startup.el (command-line-1): Don't call
21620 make-mode-line-mouse-sensitive.
21621
21622 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21623
21624 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21625 before rmail-toggle-header, because the former toggles headers.
21626
21627 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
21628
21629 * diff-mode.el (diff-kill-junk): New interactive function.
21630 (diff-reverse-direction): Use delete-and-extract-region.
21631 (diff-post-command-hook): Restrict the area so that the hook also works
21632 outside of any diff hunk. This is necessary for the minor-mode.
21633 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
21634 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
21635
21636 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
21637 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
21638 so that it can be used more easily in <foo>-mode-hook. Also make sure
21639 to avoid duplicate entries.
21640 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
21641 (font-lock-remove-keywords): Just as was done for `add', allow it to
21642 work even if font-lock-mode is nil. Also make sure we don't modify
21643 any pre-existing list by forcing a copy-sequence. Finally rename
21644 `major-mode' to `mode'.
21645 (font-lock-fontify-syntactic-anchored-keywords)
21646 (font-lock-fontify-anchored-keywords)
21647 (font-lock-fontify-keywords-region): Use line-end-position.
21648 Don't make `font-lock-multiline' local (it's now done in
21649 font-lock-set-defaults).
21650 (font-lock-set-defaults): Make `font-lock-multiline' local.
21651 Move the `font-lock-fontified' creation to inside the `unless'.
21652
21653 2000-02-06 Andrew Innes <andrewi@gnu.org>
21654
21655 * term/w32-win.el (x-handle-args): Comment out call to message,
21656 which occurs before window system is initialized.
21657
21658 * makefile.nt: Add support for recompiling lisp code.
21659
21660 2000-02-04 Dave Love <fx@gnu.org>
21661
21662 * bindings.el (mode-line-mule-info): Fix/extend last change.
21663
21664 * completion.el: Replace completion-dolist with dolist.
21665
21666 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
21667
21668 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
21669
21670 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
21671 environment names before they go into the section regexp.
21672
21673 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
21674 char class in regexp.
21675
21676 * textmodes/reftex-parse.el (reftex-with-special-syntax):
21677 Bind `case-fold-search' to nil.
21678
21679 * progmodes/idlwave.el (idlwave-template):
21680 Respect `idlwave-abbrev-change-case'.
21681 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
21682 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
21683 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
21684 (idlwave-rw-case): New function.
21685 (idlwave-statement-match): Fixed problem with assignment regexp.
21686 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
21687 (idlwave-surround): New argument LENGTH to support padding of
21688 operators longer than 1 char.
21689
21690 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
21691 idlwave-shell-expression-overlay. Implemented printing of
21692 expressions on higher levels of the calling stack.
21693 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
21694 (idlwave-retrieve-expression-from-level): New function.
21695 (idlwave-shell-last-calling-stack): Variable removed.
21696 (idlwave-shell-reset): Argument action reversed (`visible' to
21697 `hidden'). Also remove stop-line overlay.
21698 (idlwave-shell-calling-stack-routine): New variable.
21699 (idlwave-shell-parse-stack-and-display): Messages now display
21700 negative level numbers.
21701 (idlwave-shell-mode): Set `modeline-format'.
21702 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
21703 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
21704 (idlwave-shell-print-expression-function): New option.
21705
21706 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
21707 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
21708 `tool-bar' instead of `toolbar'.
21709
21710 2000-02-02 Dave Love <fx@gnu.org>
21711
21712 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
21713 emacs-lisp-mode-hook. Don't check for defalias being defined.
21714
21715 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
21716 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
21717 Use the new builtins directly.
21718
21719 * whitespace.el (whitespace): Add :version to defgroup.
21720
21721 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
21722 Doc fix.
21723
21724 * thingatpt.el (sexp-at-point, symbol-at-point)
21725 (number-at-point, list-at-point): Add autoload cookie.
21726
21727 * recentf.el (recentf): Add :version to defgroup.
21728
21729 * quickurl.el (quickurl): Add :version to defgroup.
21730
21731 * elide-head.el (elide-head): Use point-marker more.
21732
21733 * bs.el (bs): Add :version to defgroup.
21734
21735 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
21736
21737 * progmodes/delphi.el (delphi): Add :version to defgroup.
21738
21739 2000-02-02 Gerd Moellmann <gerd@gnu.org>
21740
21741 * ange-ftp.el (ange-ftp-write-region): Handle case that
21742 succeeding process operation sets a different coding system.
21743
21744 * calculator.el: New file.
21745
21746 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21747
21748 * frame.el (frames-on-display-list, framep-on-display): New functions.
21749 (display-mouse-p, display-popup-menus-p, display-graphic-p)
21750 (display-selections-p, display-screens, display-pixel-width)
21751 (display-pixel-height, display-mm-width, display-mm-height)
21752 (display-backing-store, display-save-under, display-planes)
21753 (display-color-cells, display-visual-class): New functions.
21754
21755 * term/tty-colors.el (tty-color-gray-shades): New function.
21756
21757 * faces.el (display-color-p): Use framep-on-display.
21758 (display-grayscale-p): New function.
21759
21760 2000-01-31 Dave Love <fx@gnu.org>
21761
21762 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
21763 (create-fontset-from-x-resource): Don't concat integers.
21764
21765 2000-01-31 Inge Frick <inge@nada.kth.se>
21766
21767 * view.el: Some changes in documentation. Removed some trailing
21768 whitespace. Changed some parameter names to agree with documentation.
21769 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
21770 window is not deleted. Modifies change 1998-04-26.
21771
21772 2000-01-31 Gerd Moellmann <gerd@gnu.org>
21773
21774 * windmove.el: New file.
21775
21776 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21777 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21778 progmodes/ebnf-yac.el: Update copyright and license info.
21779
21780 * jit-lock.el (jit-lock-function): Widen before calculating
21781 end position.
21782 (jit-lock-stealth-chunk-start): Rewritten.
21783
21784 * info.el (Info-title-face-alist): Removed.
21785 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
21786 (Info-fontify-node): Use these faces.
21787
21788 2000-01-30 Gerd Moellmann <gerd@gnu.org>
21789
21790 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
21791 (cl-macro-list1): Recognize `&allow-other-keys' instead of
21792 `&allow-other-keywords'.
21793
21794 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
21795 the list of directories scanned heuristically.
21796
21797 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
21798
21799 2000-01-30 Jason Rumney <jasonr@gnu.org>
21800
21801 * w32-fns.el: Define w32-tty-standard-colors.
21802
21803 * startup.el (command-line): Use w32-tty-standard-colors when in
21804 w32 console mode.
21805
21806 2000-01-30 Dave Love <fx@gnu.org>
21807
21808 * jka-compr.el (jka-compr-load): Fix up load-history.
21809
21810 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
21811
21812 * emacs-lisp/cl-macs.el: Revert previous change.
21813
21814 2000-01-29 Dave Love <fx@gnu.org>
21815
21816 * facemenu.el: Purecopy various strings.
21817
21818 * timezone.el (timezone-fix-time): Window against 69 for two-digit
21819 years. Deal with three-digit years.
21820
21821 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
21822 Use defconst, purecopy.
21823 (help-back-label): Purecopy it.
21824
21825 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21826
21827 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
21828 variable. If non-nil, order the buffer list according to the
21829 currently selected frame.
21830 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
21831 non-nil, pass the selected frame to function buffer-list.
21832
21833 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21834
21835 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
21836
21837 2000-01-28 Dave Love <fx@gnu.org>
21838
21839 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
21840
21841 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
21842 Don't use lisp-indent-hook property.
21843 (cl-abs): Remove.
21844
21845 * subr.el: Move out indent and edebug specs for when and unless.
21846
21847 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
21848 when, unless.
21849
21850 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
21851 unless, when.
21852
21853 2000-01-28 Gerd Moellmann <gerd@gnu.org>
21854
21855 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
21856 `collecting' as synonym for `collect'.
21857
21858 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
21859 for the case it contains spaces.
21860
21861 * simple.el (what-cursor-position): Change formatting of messages.
21862
21863 * frame.el (delete-other-frames): New function.
21864 (toplevel): Bind it to C-x 5 1.
21865
21866 * sort.el (sort-numeric-base): New option.
21867 (sort-numeric-fields): If number starts with `0' or `0[xX[',
21868 interpret it as octal or hexadecimal. Use sort-numeric-base
21869 as default base.
21870
21871 * progmodes/glasses.el: New file.
21872
21873 2000-01-27 Gerd Moellmann <gerd@gnu.org>
21874
21875 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
21876 userids differently.
21877
21878 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21879 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21880 progmodes/ebnf-yac.el: New files.
21881
21882 2000-01-26 Dave Love <fx@gnu.org>
21883
21884 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
21885 on a function with an empty body. [From Eric Ludlam.]
21886
21887 2000-01-25 Andre Spiegel <spiegel@gnu.org>
21888
21889 * vc.el (vc-version-diff): Make sure file name is expanded.
21890
21891 2000-01-25 Gerd Moellmann <gerd@gnu.org>
21892
21893 * scroll-bar.el (scroll-bar-timer): Variable removed.
21894 (scroll-bar-toolkit-scroll): Don't use a timer.
21895
21896 2000-01-25 Kenichi Handa <handa@etl.go.jp>
21897
21898 * language/thai-util.el (thai-composition-function):
21899 Delete superfluous `a'.
21900
21901 2000-01-24 Dave Love <fx@gnu.org>
21902
21903 * fortran.el (fortran-mode): Use beginning-of-defun-function,
21904 end-of-defun-function.
21905
21906 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
21907
21908 2000-01-22 Jason Rumney <jasonr@gnu.org>
21909
21910 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
21911 conflicts with new face support.
21912
21913 2000-01-22 Richard M. Stallman <rms@gnu.org>
21914
21915 * replace.el (query-replace): Rename last arg to DELIMITED.
21916 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
21917 (query-replace-regexp): Likewise.
21918
21919 2000-01-20 Richard M. Stallman <rms@gnu.org>
21920
21921 * subr.el (with-syntax-table): Use make-symbol, not gensym.
21922
21923 * emacs-lisp/lisp.el (beginning-of-defun-function):
21924 Variable renamed from beginning-of-defun.
21925 Do not call make-variable-buffer-local.
21926 (beginning-of-defun-raw): Use new variable name; doc fix.
21927 (beginning-of-defun): Doc fix.
21928 (end-of-defun-function): Variable renamed from end-of-defun.
21929 Do not call make-variable-buffer-local.
21930 (end-of-defun): Use new variable name; doc fix.
21931
21932 * subr.el (dolist, dotimes): Copied from cl-macs.el
21933 and made to work.
21934
21935 * mail/undigest.el (rmail-digest-end-regexps):
21936 Variable replaces rmail-digest-end-regexp.
21937 Allows multiple regexps for detecting the end line.
21938 (undigestify-rmail-message): Corresponding changes.
21939
21940 2000-01-19 Dave Love <fx@gnu.org>
21941
21942 * files.el (user-init-file): Don't declare here -- is primitive.
21943
21944 * startup.el (command-line): Check for compiled user-init-file and
21945 set to uncompiled version if necessary.
21946
21947 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21948
21949 * mail/undigest.el (rmail-digest-end-regexp): New user option.
21950 (undigestify-rmail-message): Use it.
21951
21952 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
21953
21954 2000-01-17 Gerd Moellmann <gerd@gnu.org>
21955
21956 * tmm.el (tmm-goto-completions): Adapt to prompt being part
21957 of mini-buffer.
21958
21959 2000-01-14 Gerd Moellmann <gerd@gnu.org>
21960
21961 * emacs-lisp/copyright.el (copyright-update): Removed the
21962 requirement for a trailing space from `copyright-regexp', to
21963 support copyrights with owner specified on a separate line..
21964
21965 * align.el: New file.
21966
21967 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
21968
21969 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
21970
21971 2000-01-13 Dave Love <fx@gnu.org>
21972
21973 * ph.el: Removed. (Obsoleted by EUDC.)
21974
21975 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21976
21977 * net/eudc.el (toplevel): Remove autoloaded code installing
21978 menu with easymenu, because that causes build problems.
21979
21980 * frame.el (frame-notice-user-settings): New variable.
21981 (frame-notice-user-settings): Don't modify frame parameters
21982 if called a second time.
21983
21984 2000-01-13 Richard M. Stallman <rms@gnu.org>
21985
21986 * frame.el (frame-notice-user-settings):
21987 Notice default-frame-parameters even for non-window frames.
21988
21989 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21990
21991 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
21992 for Emacs.
21993 (eudc-bob-can-display-inline-images): Extend for Emacs.
21994 (eudc-bob-toggle-inline-display): Ditto.
21995 (eudc-bob-display-jpeg): Ditto.
21996
21997 2000-01-12 Gerd Moellmann <gerd@gnu.org>
21998
21999 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22000 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22001 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22002
22003 * add-log.el (add-change-log-entry): Fix error trying an
22004 `(insert nil)'.
22005
22006 * subdirs.el: Add `net' directory.
22007
22008 * net: New directory.
22009
22010 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22011 eval-last-sexp. Don't bind debug-on-error here.
22012 (eval-last-sexp): New function. Bind debug-on-error if
22013 eval-expression-debug-on-error is non-nil.
22014 (eval-defun-2, eval-defun): Likewise.
22015
22016 * simple.el (eval-expression): Don't bind debug-on-error if
22017 eval-expression-debug-on-error is nil. Detect changed
22018 debug-on-error, and propagate new value to global binding, if
22019 eval-expression-debug-on-error is non-nil,
22020 (eval-expression-debug-on-error): Change doc string.
22021
22022 2000-01-11 Richard M. Stallman <rms@gnu.org>
22023
22024 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22025
22026 * emacs-lisp/lisp-mode.el (with-syntax-table):
22027 Set up lisp-indent-function property.
22028
22029 * subr.el (with-syntax-table): Moved from simple.el.
22030
22031 * simple.el (with-syntax-table): Moved to subr.el.
22032
22033 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22034
22035 * tmm.el (tmm-shortcut): Delete region after prompt instead
22036 of erasing buffer.
22037
22038 * textmodes/fill.el (fill-common-string-prefix): New function.
22039 (fill-context-prefix): Use the longest common prefix of first
22040 and second line fill prefix, if there is one.
22041
22042 2000-01-11 Richard M. Stallman <rms@gnu.org>
22043
22044 * array.el (array-mode): Don't use make-variable-buffer-local.
22045 Use make-local-variable for `truncate-lines'.
22046
22047 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22048
22049 * add-log.el (add-log-current-defun): Handle user-defined
22050 add-log-current-function returning nil,
22051
22052 * add-log.el (add-change-log-entry): Insert version number
22053 if having found a current function
22054
22055 * add-log.el (add-log-current-defun):
22056 Call `add-log-current-defun-function'. Try matches at level 0 and
22057 level 1. Strip whitespace from defun found.
22058
22059 2000-01-10 John Wiegley <johnw@gnu.org>
22060
22061 * allout.el (isearch-done/outline-provisions): Added `edit'
22062 argument to correspond with the current definition of `isearch-done'.
22063
22064 2000-01-10 Dave Love <fx@gnu.org>
22065
22066 * elide-head.el (elide-head): Use point-marker, not point.
22067
22068 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22069
22070 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22071 before and after the year 2000.
22072
22073 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22074 Add ispell- prefix.
22075
22076 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22077
22078 * ispell.el: Only define dictionaries in menus when they exist.
22079 (version18p): New variable.
22080 (version20p): New variable.
22081 (xemacsp): New variable.
22082 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22083 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22084 (ispell-dictionary-alist6): Russian command lines no longer accept
22085 run-together words.
22086 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22087 (ispell-dictionary-alist): Add koi8-r to customize definition.
22088 (check-ispell-version): Added documentation string. Return library
22089 path when called non-interactively.
22090 (ispell-menu-map-needed): Uses new variables.
22091 (ispell-library-path): New variable.
22092 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22093 (ispell-word): Improved documentation string. Test for valid
22094 character mappings. Correctly check typed in word changes that can
22095 result in single words split into multiple words.
22096 Return replacement word.
22097 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22098 replace in recursive query replace mode. Help message for
22099 recursive edit mode.
22100 (ispell-show-choices): Protect against bad framepop bindings.
22101 (ispell-help): Fix to work with XEmacs.
22102 (ispell-highlight-spelling-error): Use new variables.
22103 (ispell-overlay-window): Fix to work with XEmacs.
22104 (ispell-parse-output): Passed and returns location information
22105 tracking spelling corrections. Doesn't recheck same word on
22106 current line.
22107 (ispell-init-process): Protect against bogus XEmacs variable binding.
22108 Fix call to single argument in sleep-for. Use new variables.
22109 (ispell-region): Passed and returns location information tracking
22110 spelling corrections. Doesn't check same word on current line.
22111 Improved documentation string. Doesn't resend a line already
22112 checked to the ispell process - fixes bug in LaTeX parsing.
22113 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22114 (ispell-skip-region): No longer skips <TT> in SGML.
22115 (ispell-process-line): Tracks location information with spelling
22116 corrections. Added documentation string. Accounts for words
22117 already accepted on this line. Don't allow query-replace on line
22118 starting with math characters. Doesn't resend a line already sent
22119 to ispell process. Fixes alignment error bug.
22120
22121 2000-01-10 Richard M. Stallman <rms@gnu.org>
22122
22123 * dired-x.el (dired-guess-shell-alist-default):
22124 Suggest xloadimage, which is free, not xv, which isn't.
22125
22126 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22127 Don't ever include the host name or user name in the value.
22128
22129 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22130
22131 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22132 of a real newline.
22133
22134 2000-01-09 Stephen Eglen <stephen@gnu.org>
22135
22136 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22137 for .png files.
22138
22139 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22140
22141 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22142
22143 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22144
22145 * progmodes/cperl-mode.el: Replace ^F with ^L.
22146
22147 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22148 `require'ing rmail and mailalias to prevent infinite recursion.
22149
22150 2000-01-08 Dave Love <fx@gnu.org>
22151
22152 * emacs-lisp/backquote.el: Remove inappropriate customization
22153 (allowing custom.el to use backquote).
22154
22155 2000-01-07 Dave Love <fx@gnu.org>
22156
22157 * add-log.el (add-log-debugging): Deleted.
22158 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22159 file. Remove debugging code.
22160 (change-log-get-method-definition, change-log-name): Add doc.
22161 (change-log-sortable-date-at): New function.
22162 (change-log-merge): New command.
22163
22164 * time.el (display-time-string-forms): Make the Mail string active.
22165 (display-time-update): Provide help-echo for load average.
22166
22167 * bindings.el (make-mode-line-mouse2-map): New function.
22168 (mode-line-modified): Use it and simplify.
22169 (mode-line-mule-info): Provide help-echo info.
22170 (minor-mode-alist): Activate the strings.
22171 (make-mode-line-mouse-sensitive): Simplify for
22172 mode-line-buffer-identification.
22173
22174 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22175
22176 * play/pong.el: New file.
22177
22178 2000-01-06 Dave Love <fx@gnu.org>
22179
22180 * array.el: Assorted cleanups for compiler warnings, doc strings,
22181 `array-' prefix for symbols.
22182
22183 2000-01-05 Dave Love <fx@gnu.org>
22184
22185 * textmodes/outline.el (outline-mode-menu-bar-map):
22186 Add outline-headers-as-kill.
22187 (outline-mode): Define imenu-generic-expression.
22188 (outline-headers-as-kill): New command.
22189
22190 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22191 from paragraph-start.
22192 (paragraph-indent-minor-mode): New command.
22193
22194 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22195 M-C-e, M-C-h, C-j, C-xnd, TAB.
22196 (fortran-mode): Set beginning-of-defun, end-of-defun.
22197 (fortran-column-ruler): Simplify.
22198 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22199 (fortran-with-subprogram-narrowing): Likewise.
22200 (fortran-indent-subprogram): Call mark-defun.
22201 (fortran-check-for-matching-do): Change narrowing.
22202
22203 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22204 (cl-lucid-hash-tag): Delete.
22205 (cl-hash-table-p): Correct test for native table.
22206 (cl-hash-table-count): Use hash-table-count.
22207
22208 * browse-url.el (browse-url): Fix case of
22209 browse-url-browser-function being an alist.
22210
22211 2000-01-05 Carsten Dominik <cd@gnu.org>
22212
22213 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22214 (reftex-index-phrase-file-extension): New options.
22215
22216 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22217 Use new option `reftex-index-phrase-file-extension'.
22218
22219 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22220 `reftex-parse-file-extension'.
22221
22222 2000-01-05 Dave Love <fx@gnu.org>
22223
22224 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22225 (beginning-of-defun-raw): Use it.
22226 (end-of-defun): New variable.
22227 (end-of-defun): Use it.
22228 (check-parens): New command.
22229
22230 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22231
22232 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22233 (hs-show-block): Don't use `mapcar' when not accumulating.
22234
22235 Fix buglet in local variables initialization.
22236
22237 2000-01-05 Andreas Schwab <schwab@suse.de>
22238
22239 * hscroll.el (hscroll): Doc fix.
22240
22241 2000-01-05 Carsten Dominik <cd@gnu.org>
22242
22243 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22244 Require idlw-toolbar.
22245
22246 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22247 file idlw-rinfo.el.
22248 (idlwave-customize): Load must read file idlw-shell.el.
22249 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22250
22251 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22252
22253 * progmodes/idlw-shell.el: Also provide idlwave-shell
22254 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22255 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22256
22257 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22258 both reftex-dcr and reftex-vcr.
22259
22260 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22261
22262 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22263
22264 * ps-print.el: PostScript code now is in separate files, doc fix.
22265 (ps-print-version): New version number (5.0.3).
22266 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22267 local.
22268 (ps-spool-config): Initialization fix.
22269 (ps-print-prologue-1, ps-print-prologue-2)
22270 (ps-print-duplex-feature): PostScript code moved to separated file.
22271 (ps-background-image): Little code reformating.
22272 (ps-begin-file, ps-begin-job): Fix code.
22273 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22274 (ps-prologue-file): New fun.
22275
22276 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22277
22278 * ps-vars.el: Eliminated.
22279
22280 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22281 `;;;###autoload'.
22282
22283 * ps-print.el: ps-vars eliminated, doc fix.
22284 (ps-print-version): New version number (5.0.2).
22285 (ps-spool-config): Initialization fix.
22286 (ps-print-customize): New fun.
22287
22288 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22289
22290 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22291
22292 2000-01-04 Dave Love <fx@gnu.org>
22293
22294 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22295 menu items.
22296
22297 2000-01-03 Dave Love <fx@gnu.org>
22298
22299 * elide-head.el (elide-head) [defgroup]: Add :version.
22300
22301 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22302 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22303 Use `cl-hash-table-p', not `hash-table-p'.
22304 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22305
22306 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22307
22308 * faces.el (face-read-integer, read-face-attribute)
22309 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22310
22311 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22312
22313 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22314 at comment end, and re-insert them after filling.
22315
22316 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22317
22318 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22319 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22320 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22321
22322 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22323
22324 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22325 the new name of face-color-supported-p.
22326
22327 * term/w32-win.el (xw-defined-colors): Likewise.
22328
22329 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22330
22331 * simple.el (completion-setup-function): Count completion-size
22332 from minibuffer-prompt-end, not from point-min.
22333
22334 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22335
22336 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22337 Pass the frame to tty-color-* functions.
22338 (display-color-p, frame-set-background-mode): Pass the frame to
22339 tty-display-color-p.
22340
22341 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22342 tty-color-alist.
22343 (tty-color-alist, tty-modify-color-alist): New functions.
22344 (tty-color-define, tty-color-clear, tty-color-approximate)
22345 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22346 optional parameter FRAME.
22347
22348 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22349
22350 * image.el (create-image, defimage): Don't assume image data is
22351 a string.
22352
22353 * image.el (defimage): Handle specifications containing :data
22354 instead of :file.
22355 (image-type-from-data): New function.
22356 (image-type-from-file-header): Use it.
22357 (create-image): Add parameter DATA-P.
22358
22359 See ChangeLog.8 for earlier changes.
22360
22361 ;; Local Variables:
22362 ;; coding: iso-2022-7bit
22363 ;; End:
22364
22365 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22366 Copying and distribution of this file, with or without modification,
22367 are permitted provided the copyright notice and this notice are preserved.