]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
#
[gnu-emacs] / lisp / ChangeLog
1 2001-11-23 Andre Spiegel <spiegel@gnu.org>
2
3 * vc.el (with-vc-properties): Don't bind `filename' locally.
4 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
5 to avoid name clashes. Fix `lisp-indent-function' property for
6 both.
7
8 2001-11-23 Francesco Potorti` <pot@gnu.org>
9
10 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
11
12 2001-11-22 Colin Walters <walters@debian.org>
13
14 * calc/calc-misc.el (report-calc-bug): Use `reporter-prompt-for-summary-p'.
15
16 * calc/INSTALL, calc/Makefile: Remove.
17
18 2001-11-22 Miles Bader <miles@gnu.org>
19
20 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
21 (reb-match-2, reb-match-3): Add dark-background variants.
22
23 2001-11-22 Colin Walters <walters@debian.org>
24
25 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
26 (info "Calc").
27 (report-calc-bug): Use reporter.el.
28
29 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
30
31 2001-11-21 Richard M. Stallman <rms@gnu.org>
32
33 * which-func.el (which-function): Call imenu--make-index-alist
34 if necessary to get a list of functions.
35 (which-function-imenu-failed): New variable.
36 (which-func-update): Handle all visible windows.
37 (which-func-update-1): New subroutine broken out of which-func-update.
38
39 * files.el (temporary-file-directory, null-device)
40 (small-temporary-file-directory): Definitions moved up.
41
42 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
43 (cperl-non-problems, cperl-praise): Doc fixes.
44
45 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
46 (sh-mode-syntax-table): Function restored.
47 Variable set up for use by function sh-mode-syntax-table.
48 (sh-set-shell): Set the syntax table.
49
50 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
51
52 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
53
54 * international/encoded-kb.el: Don't alter minor-map-alist.
55
56 2001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
57
58 * files.el (auto-save-file-name-transforms): Put remote files in
59 temporary-file-directory rather than /tmp.
60
61 2001-11-21 Colin Walters <walters@debian.org>
62
63 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
64 of (function ...) wrapper.
65
66 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
67
68 * derived.el (define-derived-mode): Create the abbrev-table
69 from inside the `defvar'.
70
71 * jit-lock.el (jit-lock-defer-time): New var.
72 (jit-lock-defer-timer, jit-lock-buffers): New vars.
73 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
74 (jit-lock-function): Defer fontification if requested.
75 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
76 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
77 text property.
78 (jit-lock-deferred-fontify): New fun.
79
80 2001-11-20 Richard M. Stallman <rms@gnu.org>
81
82 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
83 Set local-abbrev-table to lisp-mode-abbrev-table.
84
85 * emacs-lisp/re-builder.el (reb-mode):
86 Don't use define-derived-mode. Call kill-all-local-variables.
87
88 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
89 Don't use define-derived-mode.
90
91 * help-mode.el (help-mode): Undo 2001-10-07 change.
92
93 * replace.el (occur-mode): Undo 2001-5-20 change.
94
95 2001-11-20 Richard M. Stallman <rms@gnu.org>
96
97 * ruler-mode.el: Add pagination.
98 (ruler-mode-toggle-show-tab-stops): No need to
99 test `ruler-mode' variable.
100
101 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
102
103 * play/landmark.el: Mark lm-mode as special.
104
105 * play/gomoku.el: Mark gomoku-mode as special.
106
107 2001-11-20 Juanma Barranquero <lektu@terra.es>
108
109 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
110 (top-level): Bind it to C-c C-b.
111 (re-builder): Don't re-enter RE Builder Mode.
112
113 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
114
115 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
116
117 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
118 `manual-program'.
119
120 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
121 to a line without a comment.
122
123 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
124
125 * dired.el (dired-listing-switches): Mention in the doc string
126 that some switches are not supported by ls-lisp.el
127
128 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
129
130 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
131 (imenu--create-keymap-2): Remove.
132 (imenu--create-keymap-1): Simplify, remove third argument.
133 (imenu--generic-function): Use dolist.
134 (imenu-find-default): New function.
135 (imenu--completion-buffer): Use it.
136 (imenu--mouse-menu): Use popup-menu.
137 (imenu--menubar-select): Return t rather than calling imenu.
138
139 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
140 New functions, extracted from fill-region-as-paragraph.
141 (fill-region-as-paragraph): Use them.
142 Use an end marker instead of eob.
143 Ignore whitespace-only fill-prefixes when indenting according to mode.
144 Simplify the loop that searches for spaces backwards.
145
146 * textmodes/picture.el (picture-vertical-step)
147 (picture-horizontal-step): Don't use defconst for variables.
148
149 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
150 (mail-extract-address-components): Downcase domain names.
151 (mail-extr-delete-char): Remove. Use delete-char instead.
152
153 * emulation/pc-select.el: Doc string fixes.
154 (pc-selection-mode): Don't treat macos as a tty.
155
156 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
157
158 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
159
160 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
161 (mouse-wheel-progessive-speed): New var.
162 (mwheel-scroll): Use it and handle float values.
163
164 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
165
166 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
167 (iswitchb): Fix the case where the result was selected with the mouse.
168 (iswitchb-completion-help): Use the normal *Completions* now that
169 mouse selection works.
170 (iswitchb-minibuffer-setup): Simplify.
171
172 * newcomment.el (comment-column, comment-style, comment-multi-line)
173 (comment-auto-fill-only-comments): Remove :group arg.
174 (comment-padding): Add :type.
175 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
176 if called interactively.
177
178 2001-11-19 Colin Walters <walters@verbum.org>
179
180 * calc/calc.el (toplevel): Add comment and version header.
181 (calc-init-base): Bump version to 2.02f, update date.
182
183 2001-11-19 Richard M. Stallman <rms@gnu.org>
184
185 * net/browse-url.el: Support Mozilla and Galeon.
186 By default, find the installed browser whichever it is.
187 (browse-url-mozilla): New function.
188 (browse-url-mozilla-sentinel): New function.
189 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
190 (browse-url-default-browser): New function.
191 (browse-url-process-environment): Use browse-url-browser-display.
192 (browse-url-browser-display): Renamed from browse-url-netscape-display.
193 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
194 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
195 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
196 (browse-url-browser-function): New default, new options.
197
198 2001-11-19 Sam Steingold <sds@gnu.org>
199
200 * bindings.el (last-buffer, unbury-buffer): New function.
201 (mode-line-unbury-buffer): Use `unbury-buffer'.
202
203 2001-11-18 Stephen Eglen <stephen@gnu.org>
204
205 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
206 control behaviour when no further completion is possible.
207
208 2001-11-19 Colin Walters <walters@verbum.org>
209
210 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
211 (math-showing-full-precision, math-with-extra-prec, math-working)
212 (calc-with-default-simplification)
213 (calc-with-trail-buffer): Use backtick.
214 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
215 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
216 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
217 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
218 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
219 (Math-num-integerp, Math-bignum-test, Math-equal-int)
220 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
221 (calc-record-compilation-date-macro): Deleted. Callers updated.
222 (math-format-radix-digit): Move to calc-bin.el.
223
224 * calc/calc.el (calc-record-compilation-date): Remove.
225 (calc-bug-address): Update.
226 (calc-settings-file): Use `user-init-file'.
227
228 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
229 Handle null `calc-settings-file'.
230
231 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
232 * calc/calc-keypd.el (calc-keypad-mode): New.
233 (calc-do-keypad): Use it.
234 (calc-keypad-map): Move into `calc-keypad-mode'.
235
236 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
237 to defalias argument.
238
239 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
240 (calcFunc-floor): Ditto.
241
242 * calc-units.el (calcFunc-usimplify): Ditto.
243
244 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
245 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
246 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
247 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
248 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
249 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
250 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
251 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
252 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
253 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
254 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
255 and move them before their first use. Use `when', `unless'.
256 Remove trailing periods from error forms. Add description and
257 headers suggested by Emacs Lisp coding conventions.
258
259 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
260
261 * newcomment.el (comment-indent):
262 Fix misindentation for comment-only lines.
263 (comment-indent-new-line): Only obey comment-multi-line if the
264 comment-ender is not the end-of-line.
265
266 2001-11-19 Richard M. Stallman <rms@gnu.org>
267
268 * net/net-utils.el (network-connection-service-abbrev-alist):
269 New variable.
270
271 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
272 Advance to start of 3rd sexp by moving fwd and backing over it.
273 At first three elements, act like defun.
274
275 * delsel.el (delete-selection-pre-hook): Handle and resignal
276 file-supersession errors to interact properly with userlock.el.
277
278 2001-11-18 Richard M. Stallman <rms@gnu.org>
279
280 * progmodes/fortran.el (fortran-mode-syntax-table):
281 Specify punctuation syntax for backslash.
282
283 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
284 All calls deleted.
285
286 * international/mule-util.el (string-to-sequence): Make it obsolete.
287 (string-to-list, string-to-vector): Implement them directly
288 using append and vconcat, not with string-to-sequence.
289
290 * startup.el (command-line): Set abbrevs-changed to nil after
291 reading the init file and the abbrevs file.
292
293 * isearch.el (isearch): Use magenta2 as bg for (background light)
294
295 2001-11-17 Richard M. Stallman <rms@gnu.org>
296
297 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
298
299 * simple.el (minibuffer-history-sexp-flag): Doc fix.
300
301 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
302
303 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
304 If set and if applicable, add a regexp to highlight defun-like
305 text inside comments and strings.
306 (font-lock-fontify-keywords-region): Pass that new arg.
307 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
308 to the end and pass that new arg.
309 (c-font-lock-keywords-2): Fix regex for labels.
310 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
311 Make it work when LIMIT is several lines further.
312 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
313 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
314 Use backquote and make the regexes for `int a, b, c;' work on
315 multiple lines.
316
317 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
318 (font-lock-defaults-alist): Don't change it any more.
319 (reb-subexp-mode-map): Cleanup.
320
321 * custom.el (custom-current-group-alist): New var.
322 (custom-declare-group): Set it.
323 (custom-current-group): New fun.
324 (custom-declare-variable, custom-handle-all-keywords):
325 Use it as a default if no :group argument is specified.
326
327 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
328 (standard-keyboard-coding-systems): New var.
329 (set-locale-environment): Use it to decide whether or not to call
330 set-keyboard-coding-system.
331 (locale-language-names): Use \"French\" for "fr".
332
333 2001-11-17 Richard M. Stallman <rms@gnu.org>
334
335 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
336 (add-to-list): Delete compatibility code.
337 (checkdoc-next-message-error): Doc fix.
338
339 2001-11-17 Stephen Eglen <stephen@gnu.org>
340
341 * locate.el (locate): Show default locate pattern within the
342 prompt, but don't insert it into the minibuffer contents.
343 Catch the case when pattern is the empty string.
344
345 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
346
347 * language/european.el ("French"): New language environment.
348
349 2001-11-16 Richard M. Stallman <rms@gnu.org>
350
351 * calendar/todo-mode.el (todo-save): Fix previous change.
352
353 * subr.el (functionp): Do use cdr-safe on object.
354
355 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
356
357 * bindings.el (mode-line-mode-name): Only put the help-echo property
358 if the local-map property was put as well.
359 (global-map): Bind switch-frame, delete-frame, iconify-frame
360 and make-frame-visible events.
361
362 * emacs-lisp/elp.el (elp-not-profilable): New var.
363 (elp-not-profilable-p): New function.
364 (elp-instrument-function): Use it. Use backquotes and push.
365
366 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
367 (byte-stack+-info, byte-compile-last-warned-form)
368 (byte-compile-last-logged-file): Don't defconst a variable.
369 (no-byte-compile): Declare.
370 (byte-compile-file): Don't boundp-check no-byte-compile any more.
371 (byte-compile-defvar): Leave defconst as is.
372
373 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
374 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
375 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
376 (edebug-best-error): Don't defconst a variable.
377 (edebug-read-syntax-table): Use a char-table.
378 (edebug-lemacs-specific): Remove.
379 Toplevel: Eliminate check for Lucid Emacs.
380
381 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
382
383 * rect.el (move-to-column-force): Mark obsolete.
384 (operate-on-rectangle, delete-extract-rectangle-line)
385 (insert-rectangle, delete-whitespace-rectangle-line)
386 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
387 (string-rectangle-history): New var.
388 (string-rectangle, string-insert-rectangle): Use it.
389 (delete-rectangle-line): Fix pos/column mixup and simplify.
390
391 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
392 (normal-top-level, command-line, command-line-1): Simplify.
393
394 * tar-mode.el (tar-mode): Use define-derived-mode.
395
396 * view.el (view-mode-enable): Don't use make-local-hook.
397
398 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
399
400 2001-11-16 Richard M. Stallman <rms@gnu.org>
401
402 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
403 if it doesn't make sense as anything else.
404 Don't recognize a "telephone number" at the beginning of the name.
405 (mail-extr-leading-garbage): Match non-word characters only.
406
407 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
408
409 * startup.el (command-line-processed): Doc fix.
410
411 * apropos.el (apropos-next-label-button): Doc fix.
412
413 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
414
415 * comint.el (comint-mode): Simplify.
416 (make-comint-in-buffer): Run `comint-mode' only if necessary.
417
418 * subr.el (eval-after-load): Make it work with features as well.
419
420 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
421
422 * international/mule-cmds.el (describe-input-method): Setup xref.
423 (set-language-environment): Use functionp.
424 (locale-language-names, locale-charset-language-names)
425 (locale-preferred-coding-systems): Defconst and purecopy.
426
427 * language/european.el (mac-roman): Add mime-charset property.
428
429 2001-11-15 Richard M. Stallman <rms@gnu.org>
430
431 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
432 (multiple-value-apply, nth-value): Use defsubst rather than defalias
433 to get better doc strings.
434
435 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
436
437 * derived.el: Fix autoload cookie.
438
439 2001-11-15 Richard M. Stallman <rms@gnu.org>
440
441 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
442
443 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
444
445 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
446
447 2001-11-15 Richard M. Stallman <rms@gnu.org>
448
449 * dired.el (dired-undo): Display a message to explain
450 that this does not undo file system changes.
451
452 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
453
454 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
455 into `unread-command-events' instead of trying keymap
456 lookups ourselves. This makes mouse-clicks do the right
457 thing even when keymaps of overlays are involved.
458 (mouse-drag-drag): Likewise.
459
460 2001-11-15 Andreas Schwab <schwab@suse.de>
461
462 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
463 characters and append anchor to pattern added to auto-mode-alist.
464
465 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
466
467 * server.el (server-process-filter): Run pore/post-comment-hook
468 before/after visiting the file.
469
470 * info-look.el (makefile-mode): Add info for automake.
471 (autoconf-mode): Fix the name of the index for automake.
472
473 * international/latin-9.el: Give pilcrow punctuation syntax.
474
475 2001-11-15 Andre Spiegel <spiegel@gnu.org>
476
477 * vc.el: Documentation fixes.
478
479 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
480
481 * smerge-mode.el (smerge-match-conflict): Fix typo.
482 (smerge-diff): Be careful to read match-data early enough.
483
484 2001-11-14 Colin Walters <walters@verbum.org>
485
486 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
487 (calcFunc-subst): Use `defalias' instead of `fset' and
488 `symbol-function'.
489
490 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
491 (calcFunc-ceil, calcFunc-round): Ditto.
492
493 * calc/calc-bin.el (calcFunc-clip): Ditto.
494
495 * calc/calc-ext.el (calcFunc-evalv): Ditto.
496
497 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
498
499 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
500 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
501
502 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
503
504 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
505 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
506 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
507 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
508 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
509 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
510 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
511 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
512 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
513 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
514 * calcsel2.el: Style cleanup; don't put closing parens on their
515 own line, add "foo.el ends here" to each file, and update
516 copyright date.
517
518 * README: Update maintainer.
519
520 2001-11-13 Alan Shutko <ats@acm.org>
521
522 * compile.el (recompile): Use compilation-arguments if set, so as
523 to be able to M-x recompile the exact command which created a
524 compilation-mode buffer.
525
526 2001-11-13 Richard M. Stallman <rms@gnu.org>
527
528 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
529
530 2001-11-13 Gerd Moellmann <gerd@gnu.org>
531
532 * mouse.el (mouse-drag-region): Don't run the up-event
533 handler if window start changed due to the down-mouse event.
534
535 2001-11-13 Richard M. Stallman <rms@gnu.org>
536
537 * mouse.el (mouse-show-mark): Either move point to the mark
538 or use highlighting, never both.
539 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
540
541 2001-11-13 Simon Josefsson <jas@extundo.com>
542
543 * mail/smtpmail.el (top-level): Change maintainer to Simon
544 Josefsson, cleanup the smtpmail.el header.
545
546 * mail/smtpmail.el (top-level): Don't require cl or base64.
547 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
548 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
549 Defsubst instead of defmacro.
550 (smtpmail-intersection): Return value in reverse order.
551 (smtpmail-open-stream): Use stringp instead of string-to-list.
552 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
553 separated from smtpmail-via-smtp.
554
555 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
556 rfc2104. Require base64 and cl.
557 (smtpmail-smtp-service): Doc fix. :type fix.
558 (smtpmail-debug-info): Doc fix.
559 (smtpmail-debug-verb, smtpmail-auth-credentials)
560 (smtpmail-starttls-credentials, smtpmail-auth-supported):
561 New variables.
562 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
563 mail-utils (it is autoloaded).
564 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
565 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
566 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
567 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
568 (smtpmail-via-smtp): Support AUTH.
569 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
570
571 2001-11-13 Richard M. Stallman <rms@gnu.org>
572
573 * ebuff-menu.el (electric-buffer-update-highlight): New function.
574 (electric-buffer-overlay): New variable.
575 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
576 (electric-buffer-list): Likewise.
577
578 2001-11-13 Per Starback <starback@ling.uu.se>
579
580 * isearch.el (isearch-whitespace-chars): Doc fix.
581 (isearch-mode): Handle negative search-slow-window-lines correctly.
582
583 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
584
585 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
586
587 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
588 From Emmanuel Briot <briot@act-europe.fr>.
589
590 2001-11-13 Colin Walters <walters@debian.org>
591
592 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
593
594 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
595 "~/.emacs"; use `read-file-name'.
596
597 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
598 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
599 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
600 * calc/calc.el: Use `frame-width' instead of `screen-width',
601 `frame-height' instead of `screen-height', and,
602 `executing-kbd-macro' instead of `executing-macro'.
603
604 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
605 correct number of arguments.
606
607 * calc/calc-aent.el (calc-do-alg-entry):
608 Use `blink-paren-function' instead of `blink-paren-hook'.
609
610 2001-11-12 Richard M. Stallman <rms@gnu.org>
611
612 * calendar/todo-mode.el (todo-save): Add save-excursion
613 and save-restriction.
614
615 * server.el (server-edit, server-done): Doc fix.
616
617 * simple.el (clone-indirect-buffer): Error if major mode symbol
618 has a no-clone-indirect property.
619 (clone-buffer): Check for obvious errors before reading clone name.
620
621 * info.el (Info-mode): Add a no-clone-indirect property.
622
623 2001-11-12 Sam Steingold <sds@gnu.org>
624
625 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
626 set-buffer-modified-p to nil after `vc-exec-after'.
627 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
628 (log-view-mode): Make read-only.
629 (log-view-current-file): Do final `expand-file-name' in the
630 current `default-directory'.
631 (log-view-current-tag): Take an optional `where' arg.
632 (log-view-diff): New user command.
633
634 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
635
636 * progmodes/cpp.el (cpp-choose-face): Fix typo.
637
638 2001-11-12 Sam Steingold <sds@gnu.org>
639
640 * emacs-lisp/cl-indent.el (toplevel): Indent properly
641 `generic-flet', `generic-labels', `with-accessors',
642 `with-condition-restarts'.
643
644 2001-11-12 Richard M. Stallman <rms@gnu.org>
645
646 * dired.el: Many trivial doc fixes.
647 (dired-get-file-for-visit): New function.
648 (dired-find-alternate-file, dired-mouse-find-file-other-window):
649 (dired-view-file, dired-find-file-other-window, dired-display-file):
650 (dired-find-file): Use dired-get-file-for-visit.
651
652 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
653
654 * sql.el (sql-mode): Doc change.
655
656 * sql.el (sql-mode-syntax-table): The backslash is no longer an
657 escape character.
658
659 2001-11-12 Colin Walters <walters@debian.org>
660
661 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
662 (calc-do-keypad): Don't attempt to use nonexistent global
663 mouse-map, use calc-keypad-map.
664 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
665 (calc-keypad-left-click): Don't use mouse-map; update to new event
666 interface.
667 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
668 (calc-keypad-press): Use `unread-command-events' instead of
669 `unread-command-char'.
670
671 * calc/calc-ext.el (calc-init-extensions): Update autoload names
672 to match files renamed on initial calc import.
673
674 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
675
676 * textmodes/flyspell.el (flyspell-default-dictionary):
677 Fix previous change.
678
679 2001-11-12 Richard M. Stallman <rms@gnu.org>
680
681 * textmodes/flyspell.el (flyspell-default-dictionary):
682 Fix custom type.
683
684 2001-11-11 Richard M. Stallman <rms@gnu.org>
685
686 * calendar/solar.el (solar-sunrise-and-sunset):
687 Exchange the two extreme values of day-length.
688
689 * progmodes/sh-script.el (sh-must-be-shell-mode):
690 Allow modes derived from sh-mode.
691
692 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
693 Turn off error in some re-search-forward calls.
694
695 * replace.el (query-replace-skip-read-only): New variable.
696 (perform-replace): If that variable is non-nil, ignore matches
697 that have a read-only property.
698
699 * derived.el (define-derived-mode): Doc fix.
700
701 * server.el (server-buffer-done): Test of server-existing-buffer
702 was backwards.
703 (server-existing-buffer): Doc fix.
704
705 * textmodes/flyspell.el (flyspell-default-dictionary):
706 Allow nil as value, and make nil the default.
707
708 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
709
710 * subdirs.el: Regenerated.
711
712 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
713 it is not fboundp.
714 (clipboard-yank): Ditto.
715
716 2001-11-11 Colin Walters <walters@verbum.org>
717
718 The following changes are based on patches from
719 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
720 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
721
722 * calc/calc.el (toplevel): Require calc-macs.
723 (calc-minibuffer-size): New.
724 (calcDigit-nondigit): Use it instead of `buffer-size'.
725 (calcDigit-backspace): Likewise.
726 (calcDigit-nondigit): Use `minibuffer-contents' instead of
727 `buffer-string'.
728 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
729 `point-min'.
730 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
731 `save-excursion'.
732
733 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
734 simple `setq' form.
735
736 * calc/calc-ext.el: (toplevel): Require calc.
737 (calc-fancy-prefix-map): New.
738 (calc-fancy-prefix): Use it.
739 (calc-fancy-prefix-other-key): New.
740
741 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
742 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
743 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
744 (calcAlg-enter): Likewise.
745 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
746
747 2001-11-10 Richard M. Stallman <rms@gnu.org>
748
749 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
750 (quietly-read-abbrev-file): Doc fix.
751
752 * startup.el (command-line): Read standard abbrev
753 file (abbrev-file-name), if it exists.
754
755 * files.el (save-abbrevs): Default value is t.
756
757 * progmodes/compile.el (compile-goto-error): Fix previous change
758 in the case where subsequent errors have not been parsed yet
759 because they are in a different source file.
760
761 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
762
763 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
764 Merge two regular expressions into one.
765 (ps-mode): Make local bindings for `comment-start' and
766 `comment-start-skip'.
767 (ps-mode-looking-at-nested): Simplify an if-else construct;
768 use `set-match-data' to set the result.
769
770 2001-11-10 Richard M. Stallman <rms@gnu.org>
771
772 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
773 Function deleted.
774 (flyspell-correct-word): Old definition deleted.
775 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
776 All references renamed too.
777
778 2001-11-10 Gerd Moellmann <gerd@gnu.org>
779
780 * Makefile.in (finder_setwins, setwins): Exclude Calc.
781
782 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
783
784 * wid-edit.el (checklist): Removed `:menu-tag'.
785 (radio-button-choice): Ditto.
786 (editable-list): Ditto.
787
788 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
789
790 * play/gomoku.el: Move definitions of constants to the beginning
791 of file, before their use.
792
793 2001-11-09 Richard M. Stallman <rms@gnu.org>
794
795 * textmodes/flyspell.el: Use the keymap property
796 instead of local-map, and don't use a minor-mode map.
797 (flyspell-mode-map): Variable deleted.
798 Don't mess with minor-mode-map-alist.
799 (calling add-minor-mode): Specify nil for keymap.
800 And always use add-minor-mode, now that it exists.
801 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
802 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
803 or flyspell-local-mouse-map.
804 (make-flyspell-overlay): Use flyspell-mouse-map directly.
805 (flyspell-mode): Doc fix.
806 (flyspell-mode-on): Don't call make-local-hook.
807
808 2001-11-09 Sam Steingold <sds@gnu.org>
809
810 * emacs-lisp/debug.el (debugger-make-xrefs):
811 Add buttons to all symbols.
812
813 2001-11-09 Andre Spiegel <spiegel@gnu.org>
814
815 * vc.el: Add John David Smith to credits.
816
817 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
818
819 * vc-hooks.el (vc-error-occured): Backquotified.
820 (vc-file-prop-obarray): Use prime length for better efficiency.
821
822 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
823
824 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
825
826 * info.el (Info-file-list-for-emacs): Add entries for Calc.
827
828 2001-11-09 Miles Bader <miles@gnu.org>
829
830 * subr.el (functionp): Don't consider macros as functions.
831
832 2001-11-08 Miles Bader <miles@gnu.org>
833
834 * subr.el (functionp): Make work correctly for macros and unbound
835 symbols.
836
837 * comint.el (comint-send-input): Fix description of
838 `comint-process-echoes' in the doc-string.
839
840 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
841
842 * international/mule.el (make-translation-table): Doc fix.
843 Suggested by Alex Schroeder <alex@gnu.org>.
844
845 2001-11-07 Richard M. Stallman <rms@gnu.org>
846
847 * info.el (Info-fontify-node): Highlight every third menu item.
848
849 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
850
851 * cus-edit.el (custom-face-value-create): Don't ignore the
852 `customized-face' attribute when finding the current face spec.
853
854 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
855
856 * subr.el (with-local-quit): New macro.
857 (make-syntax-table): Always inherit.
858 (functionp): Be more careful when `object' is a symbol.
859
860 * dabbrev.el (dabbrev-completion): Use "*Completions*".
861
862 2001-11-07 Paul Eggert <eggert@twinsun.com>
863
864 * dired.el (dired-move-to-filename-regexp):
865 Do not distinguish between ASCII letters and non-ASCII characters.
866 Don't allow comma except in the form "month day, year".
867 Don't allow space between month name and comma.
868 Clean up the code that checks for trailing period, comma, and space.
869 Remove now-obsolete comments, and add more commentary about
870 Japanese dates.
871 Always gobble up trailing spaces, instead of doing it only sometimes.
872
873 2001-11-07 Miles Bader <miles@gnu.org>
874
875 * paren.el (show-paren-match-face): Add dark-background variant.
876
877 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
878
879 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
880 (lisp-mode-variables): Don't set paragraph-{start,separate}.
881 Don't disable adaptive-fill-mode.
882 (lisp-fill-paragraph): Use tab-width rather than 8.
883 Prevent filling the first line of docstrings.
884
885 2001-11-06 Richard M. Stallman <rms@gnu.org>
886
887 * play/gomoku.el (gomoku): Doc fix.
888
889 * jka-compr.el (jka-compr-partial-uncompress):
890 Support an alternative of not using dd.
891 (jka-compr-dd-program): Use defcustom to define this.
892 (jka-compr-load-suffixes): Use defcustom.
893 (jka-compr-mode-alist-additions): Use defcustom.
894
895 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
896
897 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
898 Also work when LIMIT is further than the end of line.
899
900 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
901
902 * international/quail.el (quail-update-leim-list-file): Print the
903 offending file name if some of its quail-define-package forms is broken.
904
905 2001-11-05 Richard M. Stallman <rms@gnu.org>
906
907 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
908 of the evaluated form.
909
910 2001-11-05 Paul Eggert <eggert@twinsun.com>
911
912 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
913 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
914 stamps always line up by default. Also, it uses a slightly
915 different window to determine whether files are "recent".
916
917 2001-11-05 Andrew Innes <andrewi@gnu.org>
918
919 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
920 Don't attempt to remake autoloads before nuking .elc files.
921
922 2001-11-04 Richard M. Stallman <rms@gnu.org>
923
924 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
925 previous-single-property-change or next-single-char-property-change
926 returns nil.
927
928 * international/mule-cmds.el (set-locale-environment):
929 Make it interactive; make arg optional.
930
931 * international/mule-diag.el (help-funs): Require help-funs.
932
933 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
934
935 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
936
937 2001-11-04 Miles Bader <miles@gnu.org>
938
939 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
940 shadow of the splash image grey on a dark background instead of black.
941
942 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
943
944 * term.el (all faces): Don't (copy-face 'default <foo>).
945
946 * term/xterm.el (function-key-map):
947 Add entry for `ESC [ 3 ~' -> <delete>
948 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
949 Use inheritance so that .emacs and terminfo take precedence.
950
951 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
952
953 * tooltip.el (tooltip-delay): Decrease to 0.7.
954 (tooltip-hide-delay): Enlarge to 10.
955
956 2001-11-03 Richard M. Stallman <rms@gnu.org>
957
958 * startup.el (fancy-splash-tail): Explain how to recover
959 from a crash, if there was a crash.
960 (command-line-1): Reorganize display of startup screen,
961 to simplify the logic. Use a temp buffer for it.
962
963 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
964
965 * frame.el (set-background-color, set-foreground-color):
966 Call face-set-after-frame-default, to propagate the new colors to
967 the frame's parameters alist.
968
969 * calendar/timeclock.el (timeclock-out): Signal an error if
970 timeclock-last-event is nil.
971
972 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
973
974 * textmodes/fill.el (fill-context-prefix): Fix braino.
975
976 * international/quail.el (quail-help):
977 Use `help-buffer' and move `help-setup-xref' to beginning.
978
979 * international/mule-cmds.el (describe-language-environment):
980 Use `help-buffer' and move `help-setup-xref' to beginning.
981
982 * international/mule-diag.el (list-character-sets)
983 (sort-listed-character-sets, describe-character-set)
984 (describe-coding-system, describe-fontset, list-fontsets):
985 Use `help-buffer' and move `help-setup-xref' to beginning.
986 (describe-char-after): Use `internal-describe-syntax-value'.
987
988 2001-11-02 Richard M. Stallman <rms@gnu.org>
989
990 * mouse.el (popup-menu): If the user refuses to select
991 from a menu, don't try to invoke the menu.
992
993 2001-11-02 Miles Bader <miles@gnu.org>
994
995 * help-mode.el (help-xref): New button type.
996 (help-function, help-variable, help-face, help-coding-system)
997 (help-input-method, help-character-set, help-type, help-symbol)
998 (help-back, help-info, help-customize-variable, help-customize-face)
999 (help-function-def, help-variable-def): Use it as a supertype.
1000 Remove `action' property.
1001
1002 * international/mule-diag.el (describe-character-set)
1003 (describe-coding-system): Pass correct args to `help-xref-button'.
1004 (sort-listed-character-sets): New button type.
1005 (list-character-sets): Use it.
1006 (list-charset-chars): New button type.
1007 (list-character-sets-1): Use it.
1008
1009 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1010
1011 * indent.el (tab-always-indent, indent-for-tab-command):
1012 Remove redundant `never' setting.
1013
1014 * fill.el (fill-region-as-paragraph): Don't forget to skip
1015 over current whitespace before looking for a preceding space.
1016
1017 2001-11-01 Richard M. Stallman <rms@gnu.org>
1018
1019 * files.el (file-newest-backup): Don't pass backup file name
1020 thru file-name-sans-versions, because it never has version numbers.
1021
1022 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1023 to avoid ambiguous nested loops.
1024
1025 * files.el (find-file-noselect): Offer to change buffer-read-only
1026 only when the file's read-only status has changed from before
1027 as well as disagreeing with the buffer's current status.
1028 (buffer-file-read-only): New var, local in all buffers.
1029
1030 * buff-menu.el (buffer-menu): Doc fix.
1031 (buffer-menu-other-window): Doc fix.
1032 (list-buffers, list-buffers-noselect): Doc fix.
1033
1034 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1035
1036 * startup.el (command-line): If the terminal Emacs is running on
1037 has erase char set to ^H, use the Backspace key for deleting
1038 backward, and the Delete key for deleting forward.
1039
1040 2001-11-01 Miles Bader <miles@gnu.org>
1041
1042 * button.el (define-button-type): Make sure every user-defined
1043 button type has a supertype.
1044
1045 2001-10-31 Jason Rumney <jasonr@gnu.org>
1046
1047 * international/mule-cmds.el (locale-language-names): Add chs and
1048 cht as aliases for Chinese-GB and Chinese-BIG5.
1049
1050 2001-10-31 Richard M. Stallman <rms@gnu.org>
1051
1052 * bindings.el (mode-line-frame-identification): Add doc string.
1053 (mode-line-position, mode-line-modes): New variables.
1054 (mode-line-format): Use mode-line-position for the part
1055 that displays the position-in-buffer info.
1056 Use mode-line-modes for the part that displays major and minor modes.
1057
1058 2001-10-31 Sam Steingold <sds@gnu.org>
1059
1060 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1061 (debugger-setup-buffer): Call it.
1062 (debugger-mode-map): Bind RET and mouse-2.
1063
1064 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1065
1066 * startup.el: Document command line option --no-window-system
1067 instead of --no-windows.
1068
1069 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1070
1071 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1072
1073 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1074 (font-lock-defaults-alist): Use it.
1075 From David Ponce <david.ponce@wanadoo.fr>
1076
1077 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1078 output of `char-after'.
1079
1080 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1081
1082 * simple.el (reindent-then-newline-and-indent): Insert the newline
1083 before indenting the first line.
1084 (undo-get-state, undo-revert-to-state): New funs.
1085 (shell-command): Don't kill the buffer even if empty.
1086 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1087 (transpose-subr-end2): Remove.
1088 (transpose-subr): Add `special' arg and simplify.
1089 (transpose-subr-1): Rewrite.
1090 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1091 (rfc822-goto-eoh): Simplify.
1092
1093 2001-10-30 Richard M. Stallman <rms@gnu.org>
1094
1095 * enriched.el (enriched-face-ans): FIx previous change.
1096
1097 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1098
1099 * international/iso-acc.el (iso-accents-compose): Remove a
1100 superfluous setq.
1101
1102 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1103
1104 * buff-menu.el (list-buffers-noselect): If the buffer's name
1105 starts with a blank, but it visits a file, do show it (for files
1106 whose names start with a blank).
1107
1108 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1109
1110 * textmodes/fill.el (sentence-end-double-space)
1111 (sentence-end-without-period): Move to paragraphs.el.
1112 (fill-indent-according-to-mode): Change default to t.
1113 (fill-context-prefix): Simplify control-flow and use a more
1114 sophisticated merge that unifies both previous checks.
1115 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1116 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1117 (fill-nobreak-p): New fun.
1118 (fill-region-as-paragraph): Use it.
1119 Handle `fill-indent-according-to-mode' slightly differently.
1120 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1121 (fill-individual-paragraphs-citation): Fix.
1122
1123 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1124 (paragraph-start): Change default to the `text-mode' value.
1125 (sentence-end-double-space, sentence-end-without-period):
1126 Move from fill.el.
1127 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1128 rather than rebinding `paragraph-start' and `paragraph-separate'.
1129
1130 * indent.el (indent-line-function): Change default to indent-relative.
1131 (tab-always-indent): Add an `never' setting.
1132 (indent-according-to-mode): Handle `indent-relative' and
1133 `indent-relative-maybe' specially.
1134 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1135 Handle the `never' case for `tab-always-indent'.
1136 Don't call indent-according-to-mode for indent-relative' and
1137 `indent-relative-maybe'.
1138 (insert-tab): Rename `prefix-arg' to `arg'.
1139 (indent-region): Indent the first line as well.
1140 (indent-relative): Don't mark the buffer modified if the indentation
1141 is unchanged.
1142
1143 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1144 Don't set paragraph-separate. Set paragraph-start more carefully.
1145 Set indent-line-function.
1146 (paragraph-indent-text-mode): Use it and define-derived-mode.
1147 (text-mode-map): Remove the \t binding.
1148 (text-mode): Simplify now that the default is more favorable.
1149
1150 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1151
1152 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1153 If the regexp doesn't match, use a looser one.
1154 (find-variable-noselect): Add `file' argument.
1155
1156 * pcvs.el (cvs-mode-commit-hook): New hook.
1157 (cvs-mode-commit): Run it.
1158
1159 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1160
1161 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1162 (edebug-instrument-function): Use `find-function-noselect'.
1163
1164 2001-10-29 Richard M. Stallman <rms@gnu.org>
1165
1166 * term.el (term-if-emacs19): Macro deleted.
1167 Callers changed to use progn instead.
1168
1169 * frame.el (blink-cursor-mode): Doc fix.
1170
1171 * files.el (find-backup-file-name): Use make-backup-file-name.
1172
1173 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1174 window-live-p.
1175 (edebug-set-conditional-breakpoint): Unconditionally use
1176 the former Emacs >=19 definition.
1177 (edebug-mark): Define unconditionally.
1178 (edebug-eval-expression): Always call read-from-minibuffer
1179 and specify history list.
1180 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1181 edebug-set-conditional-breakpoint.
1182 (edebug-emacs-version-specific): Function deleted;
1183 do the job at top level.
1184 (edebug-emacs-19-specific): Function deleted, this is the default.
1185
1186 2001-10-29 Sam Steingold <sds@gnu.org>
1187
1188 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1189 "/cygdrive/LETTER/" pathnames.
1190
1191 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1192
1193 * faces.el (invert-face): Check for 'unspecified, not for nil,
1194 when testing whether face colors are not specified.
1195 From David.Kastrup@t-online.de (David Kastrup).
1196 (read-face-name): Doc fix.
1197 (make-face-bold, make-face-unbold, make-face-italic)
1198 (make-face-unitalic, make-face-bold-italic, invert-face):
1199 Remove trailing blank from the prompt passed to read-face-name.
1200
1201 2001-10-29 Sam Steingold <sds@gnu.org>
1202
1203 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1204 Report numbers of files skipped and failed too.
1205 (byte-compile-file): Return 'no-byte-compile for skipped files.
1206
1207 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1208
1209 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1210 and `M p'.
1211
1212 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1213
1214 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1215 as is on unread-command-events instead of `(SECOND-CHAR)'.
1216
1217 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1218
1219 * vc.el: Mention vc-*-switches in backend API documentation.
1220 (vc-annotate): Adapt doc string to recent change.
1221
1222 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1223
1224 * enriched.el (enriched-face-ans): Handle face attributes
1225 of the form `(FACE1 FACE2 ...)'.
1226
1227 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1228
1229 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1230
1231 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1232
1233 * progmodes/sql.el (sql-db2): Doc change.
1234 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1235 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1236
1237 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1238
1239 * env.el (substitute-env-vars): Don't quote argument to `rx';
1240 it's a macro.
1241
1242 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1243
1244 * cus-start.el (recursive-load-depth-limit): Added.
1245
1246 2001-10-28 Richard M. Stallman <rms@gnu.org>
1247
1248 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1249 All uses removed--assume Emacs version is >= 20.
1250
1251 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1252 by really checking that it is not version 18.
1253
1254 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1255
1256 2001-10-28 Miles Bader <miles@gnu.org>
1257
1258 * faces.el (face-attribute): Add INHERIT argument, consider face
1259 inheritance if it's non-nil.
1260 (face-attribute-merged-with): New function.
1261 (face-attribute-specified-or): New macro.
1262 (face-foreground, face-background, face-stipple): Add INHERIT
1263 argument. Use `face-attribute-specified-or'.
1264
1265 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1266
1267 * font-lock.el: Require `syntax'.
1268 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1269 Use `c-font-lock-syntactic-face-function' for c languages.
1270 (font-lock-mode): Don't unset vars when turning the mode off.
1271 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1272 (font-lock-extra-managed-props): New var.
1273 (font-lock-default-unfontify-region): Use it.
1274 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1275 Don't eval the value when there's no match.
1276 (font-lock-ppss-stats): New var.
1277 (font-lock-ppss): New fun.
1278 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1279 (font-lock-apply-highlight): Allow `highlight' to set several props.
1280 (font-lock-set-defaults): Use dolist.
1281 (font-lock-unset-defaults): Remove.
1282 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1283 Try to recognize prototypes using `foo P_ ((args))'.
1284 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1285 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1286 (c-font-lock-syntactic-face-function): New function.
1287 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1288 (c++-keywords): Use a more sophisticated regexp to handle
1289 shallowly nested templates.
1290
1291 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1292
1293 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1294 (sgml-tag): Use it. Cleanup with `cond'.
1295 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1296 Mark the overlays and only delete those that are marked.
1297 (sgml-skip-close-p): Remove.
1298 (sgml-value): Replace sgml-skip-close-p with its definition.
1299 (html-tag-alist): Use sgml-xml a bit more.
1300 (html-mode): Set sgml-empty-tags.
1301
1302 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1303 (texinfo-update-node, texinfo-sequential-node-update):
1304 Don't bind the obsolete `auto-fill-hook'.
1305 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1306 Use `set-buffer' rather than `switch-to-buffer'.
1307 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1308 Use `set-buffer' rather than `switch-to-buffer'.
1309
1310 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1311 text-mode-syntax-table.
1312 (mail-mode): Use define-derived-mode.
1313 Fix ordering of alternatives in adaptive-fill-regexp.
1314 (mail-mode-map): Don't rely on keymap's internal representation.
1315
1316 2001-10-27 Sam Steingold <sds@gnu.org>
1317
1318 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1319 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1320 (sgml-mode-common): Call it.
1321 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1322 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1323 (html-horizontal-rule, html-image, html-ordered-list):
1324 (html-unordered-list, html-list-item, html-paragraph):
1325 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1326 `html-xhtml'.
1327
1328 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1329
1330 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1331 (ifnothtml): New alias.
1332
1333 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1334
1335 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1336 (toggle-text-mode-auto-fill): Use derived-mode-p.
1337
1338 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1339
1340 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1341 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1342
1343 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1344
1345 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1346 Add make-obsolete cookies, to follow faces.el.
1347
1348 These changes avoid warnings from the byte compiler in faces.el:
1349
1350 * faces.el (internal-get-face): Use facep instead of the obsolete
1351 internal-find-face.
1352 (internal-frob-font-weight, internal-frob-font-slant):
1353 New defaliases for obsolete functions.
1354 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1355 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1356 (x-make-font-bold-italic): Use internal-frob-font-weight and
1357 internal-frob-font-slant aliases instead of the obsolete
1358 x-frob-... functions.
1359
1360 2001-10-26 Sam Steingold <sds@gnu.org>
1361
1362 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1363 DOCTYPE; set `mode-name' based on it.
1364 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1365 (sgml-tag): Close empty tags in XHTML.
1366
1367 2001-10-26 Jason Rumney <jasonr@gnu.org>
1368
1369 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1370 when UNICODE is not defined.
1371
1372 2001-10-26 Sam Steingold <sds@gnu.org>
1373
1374 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1375 be alone on the line.
1376
1377 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1378
1379 * button.el (button): Special face definition for MS-DOS terminals.
1380
1381 2001-10-26 Sam Steingold <sds@gnu.org>
1382
1383 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1384 Protect the /= test by checking that the args are non-nil.
1385 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1386
1387 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1388
1389 * textmodes/artist.el (artist-version): 1.2.4.
1390 (artist-butlast-fn): New variable.
1391 (artist-butlast): New function.
1392 (artist-ellipse-mirror-quadrant): Use it.
1393 (artist-mouse-draw-poly): Use nil for `point-list'.
1394 (artist-mouse-draw-poly): Check for point-list being nil.
1395
1396 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1397
1398 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1399 lambda expression.
1400 (ps-mode-menu-main): Submenu with options on/off was replaced with
1401 a toggle button.
1402 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1403 (ps-mode): Autoload cookie added on same line as comment
1404 (ps-mode-tabkey, ps-mode-backward-delete-char):
1405 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1406 `indent-to' with `indent-line-to'
1407 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1408 instead of `eval'.
1409 (ps-mode-print-region): Use `with-temp-buffer'.
1410 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1411 (numerous places): Add back-tick and tick around names in
1412 docstrings, fix punctuation in docstrings, remove trailing spaces.
1413
1414 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1415
1416 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1417 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1418 (sgml-font-lock-syntactic-keywords): New var.
1419 (sgml-mode-common): Drop the two args.
1420 Don't make buffer-local variables that aren't used.
1421 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1422 Don't set `before-string' props from sgml-display-text.
1423 (sgml-mode): Use define-derived-mode.
1424 (sgml-tags-invisible): Use sgml-display-text.
1425 (sgml-quote): New command.
1426 (html-tag-alist): Add args for `span'.
1427 (html-mode): Use define-derived-mode.
1428 Set sgml-display-text and sgml-tag-face-alist.
1429
1430 2001-10-25 Sam Steingold <sds@gnu.org>
1431
1432 * add-log.el (add-log-always-start-new-record): New user option.
1433 (add-change-log-entry): Use it.
1434
1435 2001-10-25 Richard M. Stallman <rms@gnu.org>
1436
1437 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1438 bind case-fold-search if FROM is not all lower case.
1439
1440 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1441
1442 * startup.el (normal-top-level): Check for frame-initial-frame
1443 only if it's really used.
1444
1445 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1446
1447 * progmodes/compile.el (compilation-parse-errors-filename-function):
1448 New variable.
1449 (compilation-parse-errors): Use it.
1450
1451 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1452
1453 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1454 interactively so that C-u M-C-x still does edebug.
1455 (checkdoc-sentencespace-region-engine): Don't force a double-space
1456 after `.' if it doesn't look like an end-of-sentence.
1457 (debug-ignored-errors): Add `disambiguate ...'.
1458
1459 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1460
1461 * textmodes/texinfo.el (texinfo-environments)
1462 (texinfo-environment-regexp): Hoist.
1463 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1464 Only highlight the menu name in menu items.
1465 Setup `@foo ... @end foo' as text clones.
1466 (texinfo-clone-environment): New function.
1467 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1468 (texinfo-insert-block): Simplify.
1469 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1470 the command is repeated.
1471 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1472 (texinfo-insert-@end): Simplify.
1473
1474 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1475 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1476 (texinfo-subsubsection-level-regexp)
1477 (texinfo-update-menu-same-level-regexps)
1478 (texinfo-update-menu-higher-regexps)
1479 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1480
1481 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1482 (derived-mode-p): Autoload.
1483
1484 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1485 New vars and functions.
1486 (text-clone-maintain, text-clone-create): New functions.
1487
1488 2001-10-25 Miles Bader <miles@gnu.org>
1489
1490 * facemenu.el (facemenu-add-new-face): Fix variable names.
1491
1492 2001-10-24 Richard M. Stallman <rms@gnu.org>
1493
1494 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1495 of t and nil values.
1496 (facemenu-set-face): Handle START and END interactively.
1497 (facemenu-set-foreground): Don't use a face; specify color directly.
1498 (facemenu-set-background): Likewise.
1499 (facemenu-set-face-from-menu): Doc fix.
1500 (facemenu-active-faces): Use face-attribute-vector
1501 to handle bare attributes not in faces.
1502 (facemenu-get-face): Don't handle face names fg:... and bg:...
1503 specially.
1504 (facemenu-add-new-face): New argument MENU.
1505 New way to handle adding colors to the color menus.
1506
1507 * env.el (substitute-env-vars): Quote the arg to rx.
1508
1509 2001-10-24 Sam Steingold <sds@gnu.org>
1510
1511 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1512 Control" and "SGML" groups.
1513
1514 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1515
1516 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1517 Better handling of C++ template args to avoid confusion with `<'
1518 and `>' used as operators in member init expressions.
1519
1520 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1521
1522 * replace.el (perform-replace): Move START and END parameters
1523 to the end of the argument list and make them optional.
1524
1525 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1526 perform-replace.
1527
1528 * international/fontset.el (x-must-resolve-font-name): New function.
1529 (x-complement-fontset-spec): Use it.
1530
1531 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1532
1533 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1534
1535 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1536 Turn caadr into caar of cdr.
1537
1538 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1539
1540 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1541 of mouse-{1,2} since dragging is on the down event.
1542
1543 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1544
1545 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1546 if ARG is nil.
1547
1548 * desktop.el (desktop-last-buffer): New variable.
1549 (desktop-create-buffer): Set it.
1550 (desktop-read): Bind it and switch to that buffer.
1551
1552 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1553
1554 * progmodes/compile.el (compilation-set-window-height):
1555 Select old window only if it's still live.
1556
1557 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1558
1559 * help-mode.el (help-buffer): Remove debugging code.
1560 From Stefan Monnier <monnier@cs.yale.edu>.
1561
1562 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1563
1564 * files.el (file-name-sans-extension, file-name-extension):
1565 Don't count the leading dots in file names as signaling an extension.
1566
1567 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1568
1569 * vc.el (vc-diff-switches): Doc rewritten.
1570
1571 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1572
1573 * tooltip.el (tooltip-set-param): Doc fix.
1574
1575 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1576 127 to sgml-maybe-name-self.
1577 (sgml-name-8bit-mode): Doc fix.
1578 (sgml-char-names-table): New variable.
1579 (sgml-name-char): Support non-ASCII and mule-unicode-*
1580 characters. Doc fix.
1581 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1582
1583 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1584 doc string the effect of `left' and `top' parameters in
1585 tooltip-frame-parameters, the default values, and the units.
1586 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1587 (tooltip-show): Mention in the doc string the `top' and `left'
1588 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1589
1590 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1591
1592 Add autoscaling support for vc-annotate.
1593 From J.D. Smith <jdsmith@alum.mit.edu>.
1594
1595 * vc.el (vc-annotate-display-default): Accept colormap scaling
1596 ratio (now deprecated).
1597 (vc-annotate-display-autoscale): Added.
1598 (vc-annotate-add-menu): New autoscaling menu options "Span to
1599 Oldest" and "Span Oldest->Newest". Easymenu support added for
1600 toggle menus driven by customize variable `vc-annotate-display-mode'.
1601 (vc-annotate-display-select): Added.
1602 (vc-annotate): Changed temp-buffer-show-function to
1603 `vc-annotate-display-select'.
1604 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1605 Added argument OFFSET. Instead of backend function, calls now
1606 generic `vc-annotate-difference'.
1607 (vc-annotate-difference): Added as generic function instead of
1608 backend-specific function. No longer takes argument POINT, but
1609 instead accepts a time OFFSET.
1610 (vc-default-annotate-current-time): Added.
1611
1612 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1613 version in vc.el, with
1614 (vc-cvs-annotate-current-time): Added, as override of default.
1615 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1616 `vc-cvs-annotate-difference'.
1617
1618 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1619
1620 * saveplace.el (save-place): Require `saveplace'.
1621
1622 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1623 Use `sexp' for :value-type instead of `face'.
1624
1625 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1626
1627 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1628 regexps due to 5-digit message IDs.
1629
1630 2001-10-21 Jason Rumney <jasonr@gnu.org>
1631
1632 * term/w32-win.el (redisplay-dont-pause): Don't set.
1633
1634 2001-10-21 Miles Bader <miles@gnu.org>
1635
1636 * help-funs.el (help-manyarg-func-alist): Variable removed.
1637
1638 2001-10-21 Miles Bader <miles@gnu.org>
1639
1640 * help-funs.el (help-manyarg-func-alist): Remove entries for
1641 `insert', `insert-and-inherit', `insert-before-markers',
1642 `insert-before-markers-and-inherit', `message', `message-box',
1643 `message-or-box', `propertize', `format', `encode-time', `append',
1644 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
1645 `insert-string', `ml-if', `ml-provide-prefix-argument', and
1646 `ml-prefix-argument-loop'.
1647
1648 2001-10-21 Andre Spiegel <spiegel@gnu.org>
1649
1650 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
1651 (vc-default-diff-tree): New functions.
1652 (vc-version-diff): Use them. As a result, coding systems are now
1653 set up properly for all sorts of diffs, and tree diffs can now
1654 also be done locally.
1655 (vc-diff): With a prefix argument, don't require that it's called
1656 from a buffer under version control.
1657 (diff-switches): Remove duplicate definition.
1658
1659 * vc-cvs.el (vc-cvs-diff-tree): New function.
1660
1661 2001-10-21 Miles Bader <miles@gnu.org>
1662
1663 * help-funs.el (help-manyarg-func-alist): Remove entries for
1664 `list', `vector', `make-byte-code', `call-process',
1665 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
1666 `logand', `logior', and `logxor'.
1667
1668 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
1669 image bits to compensate. Use `make-string' instead of
1670 `make-bool-vector' (XBM apparently wants byte-aligned rows).
1671
1672 2001-10-20 Kim F. Storm <storm@cua.dk>
1673
1674 * simple.el (kill-ring-save): Don't show extent of copied region
1675 if using transient-mark-mode and region is fully visible.
1676
1677 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1678
1679 * (Version 21.1 released.)
1680
1681 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1682
1683 * files.el (auto-mode-alist): Associate .indent.pro with
1684 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
1685
1686 2001-10-18 Sam Steingold <sds@gnu.org>
1687
1688 Put the *Compile-Log* buffer in `compilation-mode'.
1689 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
1690 (byte-compile-log-1, byte-compile-log-file)
1691 (displaying-byte-compile-warnings): Use it
1692
1693 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
1694
1695 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
1696
1697 * xml.el (xml-parse-tag): Use eq on char-after's return value.
1698
1699 2001-10-18 Gerd Moellmann <gerd@gnu.org>
1700
1701 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
1702
1703 * obsolete/hilit19.el (hilit-lookup-face-create):
1704 Call set-face-font only if display-graphic-p.
1705 (toplevel): Remove references to window-system.
1706
1707 2001-10-18 Miles Bader <miles@gnu.org>
1708
1709 * simple.el (what-line): Avoid problems with field properties.
1710
1711 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1712
1713 * wid-edit.el (widget-field-face, widget-single-line-field-face):
1714 Define special colors for a tty.
1715
1716 2001-10-17 Francesco Potorti` <pot@gnu.org>
1717
1718 * comint.el (comint-password-prompt-regexp): Make it less
1719 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
1720
1721 2001-10-17 John Wiegley <johnw@gnu.org>
1722
1723 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
1724 a regular file, before checking if it is a directory or symlink.
1725 This avoids a call to eshell-file-attributes, which can be
1726 expensive in some situations.
1727
1728 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
1729 customization variable, to differentiate ls-in-dired from regular
1730 uses of ls.
1731
1732 2001-10-17 Miles Bader <miles@gnu.org>
1733
1734 * custom.el (defface): Mention `:inherit' in doc-string.
1735
1736 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1737
1738 * paren.el: Update the Commentary with installation instructions.
1739
1740 2001-10-15 Dave Love <fx@gnu.org>
1741
1742 * international/mule.el (set-auto-coding): Fix regexps for local
1743 variables section not to eat newlines.
1744
1745 2001-10-15 Miles Bader <miles@gnu.org>
1746
1747 * simple.el (display-message-or-buffer): Pass the correct buffer
1748 to `display-buffer'.
1749
1750 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
1751
1752 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
1753 (executable-find): Use exec-suffixes.
1754 (executable-set-magic): Don't use make-local-hook.
1755
1756 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
1757
1758 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
1759
1760 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
1761 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
1762 Add .so to the Unix and GNU branch.
1763
1764 * international/latin-1.el:
1765 * international/latin-2.el:
1766 * international/latin-3.el:
1767 * international/latin-4.el:
1768 * international/latin-5.el:
1769 * international/latin-8.el:
1770 * international/latin-9.el: Add no-byte-compile: t, since
1771 Makefile.in instructs make-docfile to look at .el files.
1772
1773 2001-10-14 Miles Bader <miles@gnu.org>
1774
1775 * button.el (define-button-type): Allow supertype property to be
1776 specified with a keyword `:supertype' too.
1777 (button-put, make-text-button): Allow button type property to be
1778 specified using the keyword `:type' too.
1779 (button-type): New function.
1780 (button): Add `button-category-symbol' property.
1781
1782 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
1783
1784 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
1785 indent-new-comment-line from comment-indent-new-line.
1786
1787 * textmodes/refill.el (refill-mode):
1788 Bind DEL to backward-delete-char-untabify.
1789 Set backward-delete-char-untabify-method to `hungry'.
1790
1791 * textmodes/bib-mode.el (bib-mode):
1792 * play/gomoku.el (gomoku-mode):
1793 * textmodes/page-ext.el (pages-directory-mode):
1794 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
1795
1796 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
1797
1798 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
1799
1800 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1801 Handle here-docs differently.
1802 (sh-font-lock-heredoc): Remove.
1803 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
1804 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
1805 (sh-font-lock-open-heredoc): New functions.
1806 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
1807 (sh-font-lock-keywords-1): Use regexp-opt.
1808 (sh-in-comment-or-string): Use syntax-ppss.
1809 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
1810 (sh-select, sh-tmp-file): Add explicit terminating \n.
1811
1812 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
1813 Use with-current-buffer.
1814 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
1815 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
1816 filename), catch any error that occurs in `ange-ftp-cd'.
1817 If an error happened, don't bother sending `cmd' at all.
1818 Fix a parenthesis typo.
1819 (ange-ftp-write-region): Don't blindly use binary if the remote host
1820 is unix-like.
1821
1822 * play/pong.el (pong-init): Don't use make-local-hook.
1823
1824 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
1825
1826 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
1827 (viper-get-ex-address-subr): More precise addr for the $ marker
1828
1829 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1830
1831 * version.el (emacs-version): Bump to 21.1.50.
1832
1833 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1834
1835 * mail/mailalias.el (mail-directory-stream): Do not double
1836 variables in the lambda-list.
1837
1838 * play/gomoku.el (gomoku-init-display): Ditto.
1839
1840 * play/landmark.el (lm-init-display): Ditto.
1841
1842 * delim-col.el (delimit-columns-rectangle-max): Ditto.
1843 (delimit-columns-rectangle-line): Ditto.
1844
1845 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
1846
1847 * newcomment.el (comment-region-internal): Don't rebind
1848 invisibility_spec now that the C routines handle it correctly.
1849
1850 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
1851
1852 * frame.el (special-display-popup-frame): Obey new specs `same-window'
1853 and `same-frame'.
1854
1855 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
1856
1857 * simple.el (minibuffer-local*-map): Remove redundant bindings.
1858
1859 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
1860 C-p and C-r. Remove redundant bindings from inheriting maps.
1861
1862 * progmodes/cperl-mode.el: Merged in changes from v4.32.
1863 After 4.23 and: After 4.24:
1864 (cperl-contract-levels): Restore position.
1865 (cperl-beautify-level): Likewise.
1866 (cperl-beautify-regexp): Likewise.
1867 (cperl-commentify): Rudimental support for length=1 runs
1868 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
1869 After 4.25:
1870 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
1871 (imenu-example--create-perl-index): Was not enforcing
1872 syntaxification-to-the-end.
1873 (cperl-invert-if-unless): Allow `for', `foreach'.
1874 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
1875 Mark qw(), m()x as indentable.
1876 (cperl-init-faces): Highlight `sysopen' too.
1877 Highlight $var in `for my $var' too.
1878 (cperl-invert-if-unless): Was leaving whitespace at end.
1879 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
1880 (cperl-calculate-indent): Remove old commented out code.
1881 Support (primitive) indentation of qw(), m()x.
1882 After 4.26:
1883 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
1884 q [] with intervening newlines.
1885 (cperl-autoindent-on-semi): New customization variable.
1886 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
1887 (cperl-tips): Mention how to make CPerl the default mode.
1888 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
1889 (cperl-outline-level): New function.
1890 (cperl-highlight-variables-indiscriminately): New customization var.
1891 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
1892 From Sean Kamath <kamath@pogo.wv.tek.com>.
1893 (cperl-after-block-p): Support CHECK and INIT.
1894 (cperl-init-faces, cperl-short-docs): Likewise and "our".
1895 From Doug MacEachern <dougm@covalent.net>.
1896 After 4.27:
1897 (cperl-find-pods-heres): Recognize \"" as a string.
1898 Mark whitespace between q and [] as `syntax-type' => `prestring'.
1899 Allow whitespace between << and "FOO".
1900 (cperl-problems): Remove \"" and q [] with intervening newlines.
1901 Mention multiple <<EOF as unsupported.
1902 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
1903 (cperl-indent-parens-as-block): New configuration variable.
1904 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
1905 Use `cperl-indent-parens-as-block'.
1906 (cperl-find-pods-heres): Test for =cut without empty line instead of
1907 complaining about no =cut.
1908 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
1909 (cperl-find-pods-heres): Likewise.
1910 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
1911 POD could've been marked as comment already.
1912 (cperl-unwind-to-safe): Unwind before start of POD too.
1913 After 4.28:
1914 (cperl-forward-re): Throw an error at proper moment REx unfinished.
1915 After 4.29:
1916 (x-color-defined-p): Make an extra case to peacify the warning.
1917 Toplevel: `defvar' to peacify the warnings.
1918 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
1919 No -nw-compile time warnings now.
1920 (cperl-find-tags): TAGS file had too short substring-to-search.
1921 Be less verbose in non-interactive mode
1922 (imenu-example--create-perl-index): Set index-marker after name
1923 (cperl-outline-regexp): New variable.
1924 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
1925 (cperl-mode): Made use `cperl-outline-regexp'.
1926 After 4.30:
1927 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
1928 (cperl-outline-level): Make start-of-file same level as `package'.
1929 After 4.31:
1930 (cperl-electric-pod): `head1' and `over' electric only if empty.
1931 (cperl-unreadable-ok): New variable.
1932 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
1933 on an unreadable file.
1934 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
1935 on an unreadable directory.
1936
1937 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1938 Consider the text between two errors as belonging to the first error.
1939 (compilation-goto-locus): Use pop-to-buffer rather than
1940 switch-to-buffer-other-frame.
1941
1942 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
1943 (awk-font-lock-syntactic-keywords): New var.
1944 (awk-mode): Use it.
1945
1946 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
1947
1948 * faces.el (describe-face): Call help-setup-xref earlier.
1949
1950 * jka-compr.el (jka-compr-load-suffixes): New var.
1951 (jka-compr-install): Add its content to load-suffixes.
1952 (jka-compr-uninstall): Remove its content from load-suffixes.
1953
1954 2001-10-12 Sam Steingold <sds@gnu.org>
1955
1956 * bindings.el (completion-ignored-extensions): CL-related
1957 extensions are platform-independent.
1958
1959 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
1960 asynchronous multiple file copying.
1961
1962 2001-10-12 Gerd Moellmann <gerd@gnu.org>
1963
1964 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1965 Turn error for repeated variables into warning.
1966
1967 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1968 New function checking that lambda-list consists of non-constant
1969 symbols, that &rest and &optional are followed by variable names,
1970 that &rest VAR is the last element, and that variables aren't doubled.
1971 (byte-compile-lambda): Use it.
1972
1973 2001-10-12 Eli Barzilay <eli@barzilay.org>
1974
1975 * calculator.el (calculator-eng-display): Don't call concat
1976 with an integer argument.
1977
1978 2001-10-12 Miles Bader <miles@gnu.org>
1979
1980 * help-mode.el (help-customize-face): New button-type.
1981
1982 * faces.el (list-faces-display): Fix args to `help-xref-button'.
1983 (describe-face): Fix args to `help-xref-button'.
1984 Don't switch to help-buffer around call to `help-setup-xref'.
1985 Use `help-buffer' instead of hard-wired "*Help*".
1986 Require `help-mode'.
1987
1988 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
1989
1990 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
1991
1992 * help-mode.el (help-buffer): New function.
1993 Returns the buffer-name to use for help output.
1994 Change all the code to use it instead of hard-coding *Help*.
1995 (help-mode-map): Put back the mouse-2 binding.
1996 (help-xref-stack): Change the format and make buffer-local.
1997 (help-xref-stack-item): Make buffer-local.
1998 (help-setup-xref): Do the `push' here rather than in help-do-xref.
1999 (help-xref-interned): Display the face doc as well.
2000 (help-follow-mouse): Re-introduce.
2001 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2002 (help-do-xref): Don't `push' any more.
2003 (help-follow): Also follow face names.
2004
2005 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2006 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2007 Autoload and cleanup.
2008 (describe-function): Call help-setup-xref.
2009 (describe-variable): Call help-setup-xref earlier.
2010
2011 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2012 (view-lossage): Call help-setup-xref correctly and earlier.
2013 (describe-bindings): Call help-setup-xref earlier.
2014 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2015 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2016
2017 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2018
2019 * master.el (master-mode): Use define-minor-mode instead of
2020 easy-mmode-define-minor-mode. Add autload cookie.
2021 (Commentary): Remove the line showing how to autoload master-mode,
2022 since it's always autoloaded.
2023
2024 * master.el: New file.
2025
2026 2001-10-11 Dave Love <fx@gnu.org>
2027
2028 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2029 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2030 <const-C varset-X const-C>: Fix car/cdr typo.
2031
2032 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2033
2034 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2035 New function extracted from byte-compile-log-1.
2036 (byte-compile-log-1): Change output to be more in line with
2037 the output of other GNU tools.
2038 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2039 (byte-compile-report-error): Downcase error message.
2040 Use `error' instead of `!!' for error messages.
2041 (byte-compile-print-syms): Treat non-interactive case specially.
2042 (displaying-byte-compile-warnings): Use backquote.
2043 (byte-compile-from-buffer): Bind byte-compile-last-line.
2044 (batch-byte-compile): Remove `Done' message.
2045
2046 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2047
2048 * emacs-lisp/copyright.el (copyright): Add final \n.
2049
2050 2001-10-11 Miles Bader <miles@gnu.org>
2051
2052 * diff.el (diff): Display default values in prompts as
2053 `(default ...)', not `(...)'.
2054
2055 * info.el (Info-follow-reference): Likewise.
2056
2057 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2058
2059 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2060
2061 * newcomment.el (comment-indent): Be a little more robust in case
2062 comment-indent-function does funny things.
2063 (comment-normalize-vars): Autoload.
2064 (comment-region-internal): Fiddle with the visibility spec.
2065 (comment-valid-prefix): New function.
2066 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2067 that would turn comment-text into non-comment-text.
2068
2069 * emacs-lisp/syntax.el: New file.
2070
2071 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2072 compatibility cruft.
2073 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2074 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2075 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2076 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2077 tcl-submit-bug-report.
2078 (tcl-mode-syntax-table): Leave \f alone.
2079 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2080 tcl-end-of-defun, tcl-submit-bug-report.
2081 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2082 (tcl-add-emacs-menu): Remove.
2083 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2084 (tcl-keyword-list): Add `chain'.
2085 (tcl-font-lock-syntactic-keywords): New variable.
2086 (tcl-pps-has-arg-6): Remove.
2087 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2088 (tcl-internal-mark-defun): Remove.
2089 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2090 (tcl-mode): Use define-derived-mode. Simplify.
2091 Set comment-indent-function.
2092 (tcl-indent-command): Use line-beginning-position and comment-indent.
2093 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2094 (tcl-indent-line): Use tcl-calculate-indent.
2095 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2096 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2097 (tcl-filter): Use with-current-buffer, simplify.
2098 (inferior-tcl-mode): Use define-derived-mode.
2099 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2100 (tcl-simple-in-comment, tcl-in-comment): Removed.
2101 (tcl-files-alist): New function.
2102 (tcl-help-snarf-commands): Use it and return the result directly
2103 rather than through a global variable.
2104 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2105 (tcl-help-on-word): Provide the default value to completing-read.
2106 (tcl-hilit): Remove.
2107 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2108 (tcl-comment-indent): New function.
2109 (tcl-submit-bug-report): Remove.
2110 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2111 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2112 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2113
2114 2001-10-10 Miles Bader <miles@gnu.org>
2115
2116 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2117 (Info-fontify-node): Don't fontify the node if it's already been done.
2118
2119 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2120
2121 * international/iso-transl.el (iso-transl-e-caret)
2122 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2123 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2124
2125 * simple.el (end-of-buffer): Fix code scrolling specially
2126 for the buffer end.
2127
2128 * startup.el (command-line-1): Bind tab-width to 8.
2129
2130 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2131
2132 * emulation/tpu-edt.el: Use defalias instead of fset for
2133 user-visible commands. From Rob Riepel
2134 <riepel@Networking.Stanford.EDU>.
2135
2136 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2137
2138 * ruler-mode.el: New file.
2139
2140 2001-10-09 Miles Bader <miles@gnu.org>
2141
2142 * apropos.el (button): New require.
2143
2144 * help-funs.el: New file, contents mostly from `help.el'.
2145 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2146
2147 * help-mode.el: New file, contents mostly from `help.el'.
2148
2149 * help.el: Don't require `view' when compiling.
2150 (help-with-tutorial, describe-function, describe-function-1)
2151 (variable-at-point, describe-variable, locate-library):
2152 Functions moved into `help-funs.el'.
2153 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2154 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2155 (help-setup-xref, help-xref-following, help-make-xrefs)
2156 (help-xref-button, help-insert-xref-button, help-xref-interned)
2157 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2158 (help-xref-on-pp): Functions moved into `help-mode.el'
2159 (help-mode-map, help-xref-stack, help-xref-stack-item)
2160 (help-highlight-p, help-highlight-face, help-back-label)
2161 (help-xref-symbol-regexp, help-xref-mule-regexp)
2162 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2163 (help-symbol, help-back, help-info, help-customize-variable)
2164 (help-function-def, help-variable-def):
2165 Button-types moved into `help-mode.el'.
2166 (load-symbol-file-load-history, symbol-file):
2167 Functions moved into `subr.el'.
2168 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2169 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2170
2171 * subr.el (symbol-file-load-history-loaded)
2172 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2173
2174 * loadup.el ("button"): Load removed.
2175
2176 * button.el (define-button-type): Respect any `supertype' property.
2177 (button-type-subtype-p, button-has-type-p): New functions.
2178
2179 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2180 dollar-signs.
2181
2182 * comint.el (comint-insert-previous-argument): New function.
2183 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2184 (comint-insert-previous-argument-last-start-pos)
2185 (comint-insert-previous-argument-last-index): New variables.
2186
2187 * apropos.el (apropos-next-label-button): Use the presence of a
2188 `apropos-label' property to detect label buttons.
2189
2190 2001-10-08 Miles Bader <miles@gnu.org>
2191
2192 * button.el (next-button, previous-button): Remove N and WRAP
2193 parameters. Don't pay attention to `skip' properties.
2194 (forward-button): Implement wrapping, iterating, and skipping here
2195 instead.
2196 (button-activate): USE-MOUSE-ACTION is optional.
2197 (button-nop): Function removed.
2198 (default-button): Use `ignore' as default button action.
2199
2200 * apropos.el (apropos-next-label-button): Update arguments to
2201 `next-button'.
2202 (apropos-symbol): Add `skip' property.
2203 (apropos-function, apropos-macro, apropos-command)
2204 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2205 (apropos-plist): New button types.
2206 (apropos-label-properties): Variable removed.
2207 (apropos-print): Pass button-type to apropos-print-doc, rather
2208 than help function and label text.
2209 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2210 Get button label from TYPE.
2211
2212 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2213
2214 * help.el (help-mode): Use define-derived-mode.
2215 (describe-mode): Add optional `buffer' arg.
2216 Use it instead of going through help-xref-mode.
2217 Avoid doubling the word `minor' when prettifying.
2218 (describe-function-1): List the corresponding key bindings.
2219 (describe-variable): Say if the var is automatically buffer-local.
2220 If the source is `loaddefs.el', look for the real source.
2221 (help-xref-mode): Remove.
2222
2223 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2224 the file says no-byte-compile.
2225
2226 2001-10-08 Miles Bader <miles@gnu.org>
2227
2228 * button.el (next-button, previous-button): Respect `skip' property.
2229
2230 2001-10-07 Miles Bader <miles@gnu.org>
2231
2232 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2233 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2234 `woman-follow-word' instead of `woman-mouse-2'.
2235 (woman-follow-word): Renamed from `woman-mouse-2'.
2236 Follow current unconditionally, since this function is now only
2237 bound to M-mouse-2. Use accessor functions.
2238 (WoMan-highlight-references): Use `make-text-button'.
2239 (woman-xref): New button type.
2240
2241 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2242 ("button"): New load, just before "help" (which uses it).
2243
2244 * help.el (help-mode-map): Make button-buffer-map our parent.
2245 Don't bind mouse events or tab/backtab.
2246 (help-function, help-variable, help-face, help-coding-system)
2247 (help-input-method, help-character-set, help-back, help-info)
2248 (help-customize-variable, help-function-def, help-variable-def):
2249 New button types.
2250 (help-button-action): New function.
2251 (describe-function-1): Pass help button-types to
2252 `help-xref-button' rather than help function and help-echo string.
2253 Don't put multiple help-function args in a list to pass them to
2254 help-xref-button, just pass them as multiple arguments.
2255 Use `help-insert-xref-button' to make [back]-button, rather than
2256 `help-xref-button'.
2257 (help-xref-button): Take a button-type TYPE as a parameter rather
2258 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2259 and add a &rest parameter ARGS to serve the same purpose.
2260 Use `make-text-button' to add the button.
2261 (help-insert-xref-button): Use `insert-text-button' to add the button.
2262 (help-follow-mouse, help-next-ref, help-previous-ref):
2263 Functions removed.
2264 (help-do-xref): New function.
2265 (help-follow): Use `push-button' and `help-do-xref' to do most of
2266 the work.
2267
2268 * apropos.el (apropos-symbol, apropos-label): New button types.
2269 (apropos-symbol-button-display-help)
2270 (apropos-label-button-display-help, apropos-next-label-button):
2271 New functions.
2272 (apropos-mode-map): Make button-buffer-map our parent.
2273 Don't bind mouse events.
2274 (apropos-print, apropos-print-doc): Create buttons instead of text
2275 properties.
2276 (apropos-mouse-follow): Function removed.
2277 (apropos-follow): Use buttons.
2278
2279 * button.el: New file.
2280
2281 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2282
2283 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2284 Remove.
2285
2286 2001-10-05 Richard M. Stallman <rms@gnu.org>
2287
2288 * add-log.el (add-change-log-entry): Skip copyright notice
2289 and copying permission notice at start of file, if any.
2290 Make use of terms "entry" and "item" accord with Emacs manual.
2291 Simplify the logic for moving point while entering or creating
2292 an entry and then an item.
2293 (add-change-log-entry-other-window): Doc fix.
2294
2295 2001-10-06 Miles Bader <miles@gnu.org>
2296
2297 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2298 removed; they apparently don't work with faces.
2299
2300 2001-10-05 Sam Steingold <sds@gnu.org>
2301
2302 * textmodes/sgml-mode.el (html-xhtml): New user option.
2303 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2304 (html-ordered-list, html-unordered-list, html-list-item)
2305 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2306 (sgml-skip-close-p): New function.
2307 (sgml-value): Use it.
2308
2309 2001-10-05 Sam Steingold <sds@gnu.org>
2310
2311 * calendar/diary-lib.el (diary-entry-compare): When times are
2312 identical, compare the entries lexicographically.
2313
2314 2001-10-06 Miles Bader <miles@gnu.org>
2315
2316 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2317 Use `minibuffer-prompt-end'.
2318
2319 * simple.el (previous-matching-history-element): Fix misplaced
2320 parentheses.
2321
2322 2001-10-05 Miles Bader <miles@gnu.org>
2323
2324 * rfn-eshadow.el: New file.
2325
2326 2001-10-05 Miles Bader <miles@gnu.org>
2327
2328 * cus-face.el (custom-face-attributes): Make sure each attribute
2329 has a valid default value. Remove hacks that mapped `nil' to
2330 `off' and used nil to mean `unspecified'. Remove `unspecified'
2331 choices from all attributes (unspecified is handled by the parent
2332 checklist).
2333 * cus-edit.el (custom-face-edit-convert-widget)
2334 (custom-face-edit-deactivate, custom-face-edit-activate)
2335 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2336 New functions.
2337 (custom-face-edit): Specify a custom :convert-widget.
2338 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2339 Don't pass in default filters that map between `nil' and `off' and
2340 `unspecified' and `nil'.
2341
2342 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2343
2344 * progmodes/compile.el (compilation-buffer-name): New function.
2345 (compile-internal): Use it to determine the name of the
2346 compilation buffer.
2347
2348 2001-10-05 Miles Bader <miles@gnu.org>
2349
2350 * progmodes/compile.el (grep-use-null-device): New variable.
2351 (grep-command): Mention `grep-use-null-device'.
2352 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2353 Make computation of `grep-command' respect `grep-use-null-device'.
2354 (grep): Respect `grep-use-null-device'.
2355 Call `grep-compute-defaults' even if grep-command is set, if
2356 grep-use-null-device is still tentative.
2357
2358 * subr.el (call-process-shell-command): New function.
2359
2360 2001-10-05 Miles Bader <miles@gnu.org>
2361
2362 * simple.el (previous-matching-history-element)
2363 (next-history-element, next-complete-history-element): Use
2364 `minibuffer-' functions instead of calling `field-' functions directly.
2365 (minibuffer-prompt-end, minibuffer-contents):
2366 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2367 Functions removed (now subrs).
2368 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2369
2370 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2371 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2372 instead of calling `field-' functions directly.
2373 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2374
2375 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2376
2377 * files.el (find-file-noselect): If file's read-only status has
2378 changed on disk, ask if buffer's read-only status should be
2379 changed, unless NOWARN is set.
2380
2381 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2382 alias for define-setf-method.
2383
2384 * bindings.el: Remove no-byte-compile from file local variables
2385 to enable bootstrapping.
2386
2387 2001-10-04 Andrew Innes <andrewi@gnu.org>
2388
2389 * faces.el (face-font-registry-alternatives) [windows-nt]:
2390 Make gb2312 an alias for gb2312.1980.
2391
2392 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2393
2394 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2395 (uniquify-reverse-components): Remove.
2396
2397 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2398 Make sure the file is readable.
2399 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2400 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2401 (batch-byte-recompile-directory): Pass arg=0.
2402
2403 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2404 (perl-calculate-indent): Use it.
2405 (perl-backward-to-noncomment): Use forward-comment.
2406
2407 * derived.el (define-derived-mode, derived-mode-make-docstring):
2408 Allow `parent' to be nil.
2409
2410 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2411 Use define-derived-mode.
2412 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2413
2414 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2415
2416 * emacs-lisp/lselect.el: Use facep iso find-face.
2417
2418 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2419 Use regexp-opt.
2420 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2421 (lisp-font-lock-syntactic-face-function): New function.
2422 (lisp-mode-variables): Use it. Make arg optional.
2423 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2424 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2425 Set comment-start-skip.
2426
2427 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2428
2429 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2430 (ignore-errors): Don't bother using a `err' symbol.
2431
2432 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2433 (autoload-insert-section-header, autoload-before-p)
2434 (autoload-remove-section): New functions.
2435 (generate-file-autoloads): Use them.
2436 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2437 Make sure the autoload file is properly formatted when creating it.
2438 (update-autoloads-from-directories): Use them as well.
2439 Only update autoloads for files whose timestamp has changed.
2440 Add a dummy entry to remember the files which had no autoload cookies.
2441
2442 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2443
2444 * subr.el (define-key-after): Allow `key' to be longer than 1.
2445 (make-local-hook): Make obsolete.
2446 (add-hook, remove-hook): Don't use make-local-hook any more.
2447 (make-syntax-table): Inherit all chars from s-s-t.
2448
2449 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2450
2451 This is a fix for a report saying that resuming a search with C-s
2452 C-s doesn't use the case-fold-search setting of the previous
2453 search (C-s ... M-c ... then C-s C-s).
2454
2455 * isearch.el (isearch-last-case-fold-search): New variable.
2456 (isearch-mode): Remember value of isearch-case-fold-search
2457 in isearch-last-case-fold-search.
2458 (isearch-done): Quote value of isearch-case-fold-search.
2459 (isearch-repeat): When resuming a search, restore
2460 isearch-case-fold-search from isearch-last-case-fold-search.
2461
2462 Added to NEWS.
2463
2464 * startup.el (inhibit-startup-buffer-menu): New user-option.
2465 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2466 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2467
2468 This allows upto 99999 messages in the summary without screwing up
2469 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2470
2471 * mail/rmailsum.el (rmail-make-summary-line)
2472 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2473 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2474 Allow 5-digit message ids instead of 4.
2475
2476 This adds expansion of environment variables in the value
2477 specified with M-x setenv. Added to NEWS.
2478
2479 * env.el (substitute-env-vars): New function.
2480 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2481 environment variables in VALUE. Return VALUE.
2482
2483 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2484
2485 * Branch for 21.1.
2486
2487 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2488
2489 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2490
2491 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2492
2493 * emulation/tpu-edt.el: Make messages match original TPU/edt
2494 editor. From riepel@Stanford.EDU (Rob Riepel).
2495
2496 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2497
2498 * rect.el: Update maintainer's email address.
2499
2500 2001-10-02 Andreas Schwab <schwab@suse.de>
2501
2502 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2503 and Extended Passive Mode, resp.
2504
2505 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2506
2507 These changes add support for Calendar-related items in the
2508 menu bar on tty's as well:
2509
2510 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2511 unconditionally.
2512 (calendar-mode): Set up activate-menubar-hook unconditionally.
2513
2514 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2515 calls x-popup-menu only if popup menus are supported.
2516 (calendar-mouse-insert-hebrew-diary-entry)
2517 (calendar-mouse-insert-islamic-diary-entry)
2518 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2519 (calendar-mouse-view-other-diary-entries)
2520 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2521 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2522 Call cal-menu-x-popup-menu instead of x-popup-menu.
2523
2524 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2525
2526 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2527
2528 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2529
2530 * emacs-lisp/rx.el: New file.
2531
2532 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2533
2534 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2535
2536 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2537
2538 * frame.el (select-frame-by-name, other-frame): Doc fix.
2539
2540 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2541
2542 * play/snake.el (snake-score-file): Use temporary-file-directory
2543 instead of a literal "/tmp". Suggested by Robert
2544 <robert@chezmarshall.freeserve.co.uk>.
2545
2546 * play/tetris.el (tetris-score-file): Ditto.
2547
2548 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2549
2550 * apropos.el (apropos-print): Make the directions inserted at the
2551 beginning of the *Apropos* buffer more clear.
2552
2553 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2554
2555 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2556 Added comments.
2557
2558 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2559
2560 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2561 "\\s-" when defining comment-end-skip.
2562
2563 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2564
2565 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2566 Call get-buffer-window first second arg `visible'.
2567
2568 * international/mule-diag.el (list-input-methods-1):
2569 Output something that's independent of Emacs' version.
2570
2571 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2572 calling byte-to-position with a nil tar-header-offset.
2573
2574 2001-09-27 Simon Josefsson <jas@extundo.com>
2575
2576 * mail/sendmail.el (send-mail-function): Doc fix.
2577 (mail-do-fcc): Error if header-end is not a marker.
2578 (mail-do-fcc): Add a comment.
2579 (mail-reply-to): Doc fix.
2580 (mail-signature): Make ATPOINT optional.
2581 (mail-yank-original): Use cond instead of nestled if.
2582
2583 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2584
2585 * info.el (Info-on-current-buffer): Default arg to "Top".
2586
2587 2001-09-25 Eli Barzilay <eli@barzilay.org>
2588
2589 * calculator.el (calculator-copy-displayer): New user-option.
2590 (calculator-displayer-prev, calculator-displayer-next):
2591 Renamed from calculator-displayed-{left,right}.
2592 (calculator, calculator-standard-displayer)
2593 (calculator-num-to-string, calculator-update-display)
2594 (calculator-copy, calculator-put-value): Bug and display fixes.
2595
2596 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2597
2598 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2599 (ebnf-version): New version (3.6.1).
2600
2601 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2602 (ebnf-bnf-non-terminal-chars): New internal const.
2603 (ebnf-bnf-lex): Fix code.
2604
2605 * ebnf-iso.el: Fix character range regexp. Doc fix.
2606 (ebnf-iso-non-terminal-chars): New internal const.
2607 (ebnf-iso-lex): Fix code.
2608
2609 * ebnf-yac.el: Fix character range regexp. Doc fix.
2610 (ebnf-yac-skip-chars): New internal const.
2611 (ebnf-yac-skip-code): Fix code.
2612
2613 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2614
2615 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2616
2617 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2618 passing it to VC.
2619
2620 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2621 case where the file is relative.
2622
2623 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2624
2625 * xml.el (xml-parse-attlist): Quotes around attributes must be the
2626 same on each side. Make sure we properly handle simple quotes.
2627 From Daiki Ueno <ueno@unixuser.org>.
2628
2629 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2630
2631 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
2632 <jas@extundo.com>.
2633
2634 * menu-bar.el (top-level): Minor fixes for text of help-echo in
2635 some items of the Options menu.
2636
2637 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
2638
2639 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
2640
2641 * vc-hooks.el (vc-delete-automatic-version-backups):
2642 Don't fail if the directory doesn't exist.
2643
2644 * diff-mode.el (diff-default-read-only): New var.
2645 (diff-mode): Use it.
2646
2647 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
2648
2649 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
2650 Use make-keymap instead of copy-keymap, since copying the global
2651 keymap messes up the menu bar.
2652
2653 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
2654 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2655
2656 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
2657
2658 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
2659
2660 * dired-aux.el (dired-insert-subdir): Pass switches to
2661 dired-build-subdir-alist.
2662
2663 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
2664
2665 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
2666 caused %#a and %#b to be mis-formatted.
2667
2668 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
2669
2670 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
2671 ccmode, emacs-mime, and eudc manuals.
2672
2673 2001-09-19 Sam Steingold <sds@gnu.org>
2674
2675 w32 find cannot be used with `grep-find'.
2676 * progmodes/compile.el (find-program): New variable.
2677 (grep-compute-defaults): Use it to set `grep-find-command'.
2678
2679 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2680
2681 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
2682
2683 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2684
2685 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
2686 programming. Doc fix.
2687 (ebnf-version): New version (3.6).
2688 (ebnf-eps-begin): Data fix.
2689 (ebnf-begin-file): Code fix.
2690
2691 * ebnf-bnf.el: Doc fix.
2692 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2693
2694 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
2695
2696 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2697
2698 * ps-print.el: Better face mapping for black/white PostScript printers.
2699 Check if mark is active when printing a region. Doc fix.
2700 (ps-print-version): New version number (6.5.5).
2701 (ps-print-color-p): Customization fix.
2702 (ps-black-white-faces): New option.
2703 (ps-black-white-faces-alist): New internal var.
2704 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
2705 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
2706 (ps-nb-pages-region): Interactive fix.
2707 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
2708 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
2709
2710 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
2711
2712 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
2713 numeric month value, and allow the Kanji character after the it to
2714 be missing (happens with ls-lisp's output on Japanese versions of
2715 MS-Windows).
2716
2717 2001-09-18 Miles Bader <miles@gnu.org>
2718
2719 * diff-mode.el (diff-mode): Don't make the buffer read-only if
2720 it's empty (and thus probably a new patch file about to be edited).
2721
2722 2001-09-17 Gerd Moellmann <gerd@gnu.org>
2723
2724 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2725 Check for '(' in column 0 of doc string.
2726
2727 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
2728 of `nth' so that using a vector as bounding-box works.
2729 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2730
2731 2001-09-17 Andre Spiegel <spiegel@gnu.org>
2732
2733 * vc.el (vc-annotate): Use current workfile version explicitly as
2734 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
2735
2736 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
2737
2738 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
2739 convert-standard-filename doesn't guarantee that the .el extension
2740 is preserved.
2741
2742 * dos-fns.el (convert-standard-filename): Replace invalid
2743 characters only after converting dash/underscore to a period.
2744 (original-make-auto-save-file-name): New.
2745 (make-auto-save-file-name): New function, overrides the definition
2746 on files.el and calls the original function via
2747 original-make-auto-save-file-name.
2748
2749 * mail/rmail.el (top-level): Require mule-utils when compiling.
2750 (rmail-decode-babyl-format): Use detect-coding-with-priority
2751 instead of detect-coding-region, to favor detection of emacs-mule
2752 encoded Babyl files written by rmailout.el etc. Suggested by
2753 Kenichi Handa <handa@etl.go.jp>.
2754
2755 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
2756
2757 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
2758 Use `equal', not `=', since the device number can be a cons cell.
2759
2760 2001-09-14 Gerd Moellmann <gerd@gnu.org>
2761
2762 * simple.el: Comment out change of 2001-09-13.
2763
2764 2001-09-13 Milan Zamazal <pdm@zamazal.org>
2765
2766 * progmodes/compile.el (grep-compute-defaults): Don't set
2767 grep-command/grep-find-command when it is already non-nil.
2768 (grep-command): Make it a user option.
2769 (grep-find-command): Likewise.
2770
2771 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
2772
2773 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
2774 inhibit quit.
2775
2776 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
2777
2778 * files.el (make-auto-save-file-name): If long file names are not
2779 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
2780 generating an auto-save file name from it.
2781
2782 2001-09-13 Gerd Moellmann <gerd@gnu.org>
2783
2784 * ps-print.el (ps-print-region, ps-print-region-with-faces)
2785 (ps-nb-pages-region): Signal an error if called interactively
2786 and the mark is not active.
2787
2788 * simple.el (minibuffer-prompt-modification)
2789 (minibuffer-prompt-insertion): New functions.
2790 (minibuffer-prompt-properties): Use `modification-hooks' and
2791 `insert-in-front-hooks'.
2792
2793 2001-09-12 Richard M. Stallman <rms@gnu.org>
2794
2795 * textmodes/outline.el (outline-regexp): Doc fix.
2796 Initialize it in the defcustom, the usual way.
2797
2798 2001-09-12 Gerd Moellmann <gerd@gnu.org>
2799
2800 * ediff-mult.el (ediff-get-meta-info): Take into account that data
2801 from `ediff-meta-info' properties need not be an overlay.
2802 From David Ponce <dponce@voila.fr>.
2803
2804 * isearch.el (isearch-intersects-p): Fix end checks.
2805
2806 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
2807
2808 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
2809 `t' branch of `cond', since Irix 6.1 and up is a special case of
2810 the standard dbx interface.
2811
2812 2001-09-11 Miles Bader <miles@gnu.org>
2813
2814 * comint.el (comint-send-input): When waiting for echoed input,
2815 don't save the expected end position in `echo-end', so that things
2816 work properly even if the buffer is modified elsewhere at the same
2817 time [this happens if `comint-truncate-buffer' is used].
2818
2819 2001-09-11 Gerd Moellmann <gerd@gnu.org>
2820
2821 * textmodes/outline.el (outline-mode): Use `^' and a shy group
2822 when constructing imenu-generic-expression from outline-regexp.
2823
2824 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2825
2826 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
2827 `equal' instead of `=', since they can be cons cells. From Nils
2828 Goesche <cartan@cartan.de>.
2829
2830 2001-09-10 Andre Spiegel <spiegel@gnu.org>
2831
2832 * vc.el (vc-annotate): Rewrote doc string.
2833
2834 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2835
2836 * time-stamp.el: Update Stephen Gildea's email address.
2837
2838 2001-09-10 Gerd Moellmann <gerd@gnu.org>
2839
2840 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
2841 enable-multibyte-characters = nil. From Hallvard B Furuseth
2842 <h.b.furuseth@usit.uio.no>.
2843
2844 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
2845
2846 * ediff-init.el (ediff-highest-priority): Bug fix.
2847
2848 * viper-cmd.el (viper-special-read-and-insert-char): New function
2849 that reads a character and uses the current input method or
2850 iso-accents when appropriate.
2851
2852 * viper.el and all others: Corrections to the comment blocks at
2853 the top.
2854
2855 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
2856
2857 * info.el (Info-goto-node): Doc fix.
2858
2859 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2860
2861 * isearch.el (isearch-intersects-p): New function.
2862 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
2863 use isearch-intersects-p, and clean up.
2864
2865 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2866
2867 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
2868 and "german8", for the new German orthography dictionaries,
2869 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
2870 the entries, to keep the line length balanced for loaddefs.el.
2871
2872 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
2873
2874 * comint.el (comint-send-input): Handle comint-process-echoes
2875 differently.
2876
2877 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2878
2879 * locate.el (locate-insert-header): Remove unnecessary whitespace.
2880
2881 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2882
2883 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
2884
2885 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2886
2887 * server.el (server-switch-buffer):
2888 * textmodes/refer.el (refer-find-entry-internal):
2889 * term/sup-mouse.el (sup-pos-to-window):
2890 * term/bg-mouse.el (bg-window-from-x-y):
2891 * emacs-lisp/edebug.el (edebug-window-live-p):
2892 Use get-window-with-predicate.
2893
2894 * window.el (get-window-with-predicate): Renamed from some-window.
2895 (some-window): Make it an alias.
2896
2897 2001-09-06 Gerd Moellmann <gerd@gnu.org>
2898
2899 * simple.el (undo): Remove positions from buffer-undo-list up to
2900 the next undo boundary only.
2901
2902 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
2903
2904 * makefile.nt (install): Don't copy sc.el. Reported by Richard
2905 Kim <ryk@dspwiz.com>
2906
2907 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
2908 the message "Creating customization items...done".
2909
2910 2001-09-05 Gerd Moellmann <gerd@gnu.org>
2911
2912 * font-lock.el (toplevel): Require `jit-lock' only if
2913 font-lock-support-mode is set to jit-lock-mode.
2914
2915 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
2916
2917 * international/quail.el (quail-use-package, quail-inactivate)
2918 (quail-activate): Mention the hooks these functions run in their
2919 doc strings.
2920
2921 2001-09-05 Edward M. Reingold <reingold@iit.edu>
2922
2923 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
2924 of file in header of menu.
2925
2926 2001-09-04 Gerd Moellmann <gerd@gnu.org>
2927
2928 * env.el (setenv): Interactively, if VARIABLE has a current value,
2929 add that to the front of the history, as the doc string says.
2930
2931 * comint.el (comint-send-input): Change help-echo.
2932 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
2933
2934 * bookmark.el (bookmark-write-file): Bind print-length and
2935 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
2936
2937 * obsolete/uncompress.el: Moved there from lisp/.
2938
2939 * comint.el (comint-insert-clicked-input): Goto point-max before
2940 deleting previous input. From "Dr Francis J. Wright"
2941 <F.J.Wright@qmw.ac.uk>.
2942
2943 * simple.el (backward-word): Doc fix.
2944
2945 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2946
2947 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
2948 * uncompress.el, uniquify.el, vc.el, view.el, window.el
2949 * w32-fns.el: Add Keywords header.
2950
2951 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
2952
2953 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
2954 "Text Properties". Suggested by Simon Marshall
2955 <Simon.Marshall@midas-kapiti.com>.
2956
2957 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2958
2959 * term/mac-win.el (mac-drag-n-drop): Decode file name by
2960 consulting the value of file-name-coding-system.
2961
2962 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
2963
2964 * help.el (describe-function-1): Save precomputed `file-name' rather
2965 than recomputing it (incorrectly) with `symbol-file'.
2966
2967 2001-09-03 Gerd Moellmann <gerd@gnu.org>
2968
2969 * international/isearch-x.el (isearch-exit-recursive-edit):
2970 Take three parameters, since it's used as an after-change-function.
2971
2972 * emacs-lisp/backquote.el (backquote-backquote-symbol)
2973 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
2974 from doc strings.
2975
2976 2001-09-02 Milan Zamazal <pdm@zamazal.org>
2977
2978 * progmodes/glasses.el (glasses-convert-to-unreadable):
2979 Consider underscores as in `glasses-make-readable'.
2980
2981 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2982
2983 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
2984 MS-DOS, since cpp might not be available.
2985
2986 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
2987 Mention "yank" in the help-echo text.
2988 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2989
2990 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
2991
2992 * newcomment.el (comment-indent): Insert spaces more carefully.
2993
2994 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2995
2996 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
2997 exists. From Andy Petrusenco <andy@int.spb.ru>.
2998
2999 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3000 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3001 <andy@int.spb.ru>.
3002
3003 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3004
3005 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3006 Instead of running mouse-yank-at-click, see what the event is
3007 bound to outside Isearch and run that.
3008
3009 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3010
3011 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3012 Fix the menu entry to mention transient-mark-mode.
3013
3014 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3015
3016 * simple.el (eval-expression-print-level): Fix last change.
3017
3018 * bindings.el (mode-line-coding-system-map): New variable.
3019 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3020
3021 * simple.el (eval-expression-print-level): Change the type
3022 of the defcustom to allow nil.
3023
3024 * emacs-lisp/find-gc.el: Moved here from lisp/.
3025
3026 * international/quail.el (quail-completion-1):
3027 Reverse the ((CHAR . DEFN) ...) list before processing it.
3028 From Kenichi Handa <handa@etl.go.jp>.
3029
3030 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3031 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3032
3033 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3034
3035 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3036 aren't supported. This avoids the annoying gray strip drawn by
3037 the Windows version instead of the missing tool bar.
3038
3039 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3040
3041 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3042 and tooltips more consistent. From "Marshall, Simon"
3043 <Simon.Marshall@midas-kapiti.com>.
3044
3045 * startup.el (fancy-splash-screens): Temporarily set
3046 minor-mode-map-alist to nil while displaying splash screens.
3047
3048 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3049
3050 * buff-menu.el: Add Keywords header.
3051 Doc fix (C-x C-b is bound to list-buffers).
3052
3053 * dired-x.el: Add keyword files to get listed in finder.
3054 Remove confusing notes about GNU Emacs 19.
3055
3056 * dired.el, dired-aux.el: Add Keywords header.
3057
3058 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3059
3060 * vc.el (vc-revert-file): Call the backend even if the FILE's
3061 contents can be reverted locally; pass new arg CONTENTS-DONE
3062 down to the backend.
3063
3064 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3065 optional arg CONTENTS-DONE.
3066
3067 2001-08-28 Andrew Innes <andrewi@gnu.org>
3068
3069 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3070
3071 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3072
3073 * makefile.nt (install): Copy more *.el files.
3074
3075 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3076
3077 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3078 instead of `w' which is already in use.
3079
3080 * gs.el (gs-load-image): Use sleep-for.
3081 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3082
3083 2001-08-28 Miles Bader <miles@gnu.org>
3084
3085 * replace.el (query-replace-regexp-eval): Return args from
3086 `interactive' form in correct order.
3087
3088 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3089
3090 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3091 major modes, don't create panes for modes for which
3092 mouse-buffer-menu-alist returns an empty alist.
3093
3094 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3095
3096 * progmodes/hideshow.el: Update first-line description.
3097 Sync comments w/ maintainer version 5.31.
3098
3099 (hs-isearch-open): Default value now `code'.
3100 Fix docstring to use "code blocks" vs "comment blocks",
3101 as opposed to "block" vs "comment".
3102 (hs-flag-region): Accept `hs-isearch-open' value
3103 of `block' as synonymous w/ `code'.
3104 (hs-hide-block-at-point): For code blocks, pass `code'
3105 to `hs-flag-region' instead of `block'.
3106
3107 2001-08-28 Miles Bader <miles@gnu.org>
3108
3109 * comint.el (comint-next-prompt): Don't loop infinitely if
3110 {next,previous}-single-char-property-change returns its input
3111 position when the search fails.
3112
3113 2001-08-27 Miles Bader <miles@gnu.org>
3114
3115 * comint.el (comint-get-old-input-default): Don't signal an error
3116 if point is not on an input field; instead, return the current
3117 line (using `comint-bol' to skip any prompt, in case we're not
3118 using fields at all).
3119
3120 * man.el (Man-mode-line-format): Variable removed.
3121 (Man-mode): Change `mode-line-buffer-identification' instead of
3122 `mode-line-format'.
3123
3124 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3125
3126 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3127 From Simon Josefsson <jas@extundo.com>.
3128
3129 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3130
3131 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3132 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3133
3134 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3135 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3136
3137 * emacs-lisp/lselect.el: Ditto.
3138
3139 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3140 Remove periods from the end of error message strings.
3141 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3142
3143 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3144 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3145
3146 * net/telnet.el: Ditto.
3147
3148 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3149
3150 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3151 KEYMAP to the call to define-minor-mode.
3152
3153 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3154
3155 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3156 Replace some of the undefined characters with emulations of bidi
3157 formatting characters and Niqud as per SI 1311-1.
3158 (IT-unicode-translations): Ditto.
3159 (IT-display-table-setup, IT-setup-unicode-display):
3160 Fill characters without translations with dos-unsupported-char-glyph.
3161
3162 2001-08-24 Simon Josefsson <jas@extundo.com>
3163
3164 * hl-line.el (hl-line-mode): Don't be a global mode.
3165 (global-hl-line-mode): New function.
3166
3167 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3168
3169 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3170 being reset by Ghostscript. Don't kill the gs process.
3171 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3172
3173 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3174
3175 * term/mac-win.el: Require scroll-bar.
3176
3177 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3178
3179 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3180
3181 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3182
3183 * hexl.el (hexl-insert-multibyte-char) New function.
3184 (hexl-quoted-insert, hexl-self-insert-command)
3185 (hexl-insert-hex-char, hexl-insert-decimal-char)
3186 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3187 Fix the doc strings accordingly.
3188 (hexl-insert-char): Reject characters whose code is above 255.
3189 Doc fix.
3190 (hexl-mode-map): Copy the global keymap instead of creating a
3191 sparse keymap, and bind all self-inserting characters to
3192 hexl-self-insert-command.
3193
3194 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3195
3196 * wid-edit.el (text): Re-order docstring correctly.
3197
3198 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3199
3200 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3201
3202 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3203
3204 * simple.el (line-number-mode): Mention the variable
3205 line-number-display-limit-width in the doc string.
3206
3207 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3208
3209 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3210 Temporarily select EVENT's window for switching buffers.
3211 (mode-line-bury-buffer): New function.
3212 (mode-line-buffer-identification-keymap): Use it instead of
3213 bury-buffer. Bind down-mouse events to prevent global down-mouse
3214 events from shining through.
3215
3216 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3217
3218 * newcomment.el (comment-beginning): Make sure the comment-start
3219 we found isn't a comment-end (in cases where confusion is possible).
3220
3221 2001-08-22 Miles Bader <miles@gnu.org>
3222
3223 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3224 before writing it, so that hard-links don't see new version.
3225
3226 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3227
3228 * gs.el (gs-set-ghostview-colors-window-prop):
3229 Call x-change-window-property with 3rd arg FRAME.
3230 (gs-load-image): Wait for a previous Ghostscript process
3231 to complete before starting a new one.
3232
3233 * image.el (image-type-regexps): Make sure that the TIFF
3234 pattern is only matched at the beginning of a string.
3235 From Markus Rost <rost@math.ohio-state.edu>.
3236
3237 * international/swedish.el: Pre-Mule file removed. From Jonas
3238 Oberg <jonas@gnu.org>.
3239
3240 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3241
3242 * whitespace.el (whitespace-abort-on-error): Add custom variable
3243 to whitespace to abort a write-file if whitespace is detected in file.
3244
3245 * whitespace.el (whitespace-write-file-hook): Hook to be called
3246 when writing a file. If `whitespace-abort-on-error' is set, the
3247 write will abort on detecting whitespaces.
3248 If `whitespace-auto-cleanup' is set, the file will be cleaned
3249 automatically prior to writing.
3250
3251 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3252 whitespaces in the error output!
3253
3254 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3255 `indent-tabs-mode', since the latter notes user preferences on
3256 TABs anyway.
3257
3258 * whitespace.el (whitespace-version): 3.1. All of the above issues
3259 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3260
3261 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3262
3263 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3264 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3265
3266 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3267
3268 2001-08-20 Alex Schroeder <alex@gnu.org>
3269
3270 * sql.el (sql-db2): Doc change.
3271
3272 2001-08-20 Alex Schroeder <alex@gnu.org>
3273
3274 * sql.el (sql-postgres): Add the database at the end of the
3275 parameters instead of at the beginning.
3276 (sql-postgres-options): Doc change.
3277
3278 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3279
3280 * custom.el (defcustom): Doc fix.
3281
3282 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3283
3284 * ps-mule.el (find-composition): Check if (char-after POS)
3285 returns a valid character.
3286
3287 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3288
3289 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3290 original-point for extra CR characters that are added/removed when
3291 the buffer is written/read whose EOL type is -dos.
3292
3293 2001-08-16 Miles Bader <miles@gnu.org>
3294
3295 * simple.el (line-move): Undo previous change.
3296
3297 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3298 property to input-terminating `boundary' overlays to avoid
3299 line-move wierdness.
3300
3301 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3302
3303 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3304 buffer in a save-restriction. Under one test case with Ediff,
3305 window-scroll-functions are run with a window start that's
3306 temporarily outside of the restriction.
3307
3308 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3309
3310 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3311 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3312 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3313 (texinfo-update-menu-region-beginning)
3314 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3315 command, @ifnottex, to regexps, so it is found.
3316
3317 2001-08-16 Andrew Innes <andrewi@gnu.org>
3318
3319 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3320 (DONTCOMPILE): Omit sc.el.
3321
3322 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3323 (DONTCOMPILE): Omit sc.el.
3324
3325 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3326
3327 * replace.el (occur): Bind inhibit-read-only to t.
3328
3329 2001-08-16 Miles Bader <miles@gnu.org>
3330
3331 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3332 calling `constrain-to-field', to avoid problems with comint prompts.
3333
3334 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3335
3336 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3337 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3338
3339 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3340 of a while-loop.
3341
3342 * Makefile.in (DONTCOMPILE): Remove sc.el.
3343
3344 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3345 Don't include term/.
3346
3347 * mail/sc.el: Moved to obsolete/.
3348
3349 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3350
3351 * ps-print.el: Change error function arguments to follow Emacs
3352 message convention. Doc fix.
3353 (ps-print-version): New version number (6.5.4).
3354 (coding-system-for-write): Change declaration position to avoid
3355 XEmacs compilation gripes.
3356 (coding-system-for-read, buffer-file-coding-system):
3357 Declarations to avoid XEmacs compilation gripes.
3358
3359 * ps-mule.el: Doc fix.
3360 (ps-mule-encode-header-string): If STRING is not a string, replace
3361 STRING by empty string.
3362
3363 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3364
3365 * frame.el (show-trailing-whitespace): Doc fix.
3366
3367 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3368
3369 * desktop.el (desktop-save): Insert the coding: tag before
3370 desktop-header.
3371
3372 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3373
3374 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3375 its path from $els.
3376
3377 * image.el (image-jpeg-p): Fix call of substring.
3378
3379 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3380
3381 * play/animate.el (animate-string): Doc fix. Use a buffer
3382 name with stars in it.
3383 (animate-sequence): New function.
3384 From Richard Stallman <rms@gnu.org>.
3385
3386 * frame.el (select-frame-set-input-focus): New function
3387 extracted from other-frame.
3388 (other-frame): Use it.
3389 (next-multiframe-window, previous-multiframe-window): Use it.
3390
3391 * isearch.el (isearch-other-meta-char): Don't switch to the
3392 buffer of a window clicked on, when the current buffer is
3393 in Isearch mode.
3394
3395 * image.el (image-jpeg-p): Test for APPn markers in the range
3396 #xe0..#xef.
3397
3398 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3399
3400 * desktop.el (desktop-save): Don't use concat to form a file
3401 name, use expand-file-name.
3402
3403 * mouse.el (mouse-delete-window): Do nothing if frame has just
3404 one window.
3405
3406 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3407 for the minor mode name.
3408
3409 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3410 minor mode name.
3411
3412 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3413 instead of make-mode-line-mouse2-map.
3414
3415 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3416 the minor mode name.
3417
3418 * emacs-lisp/easy-mmode.el (define-minor-mode):
3419 Use mode-line-minor-mode-keymap for the minor mode name.
3420
3421 * calendar/calendar.el (calendar-mode-line-format):
3422 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3423
3424 * bindings.el (make-mode-line-mouse-map): Renamed from
3425 make-mode-line-mouse2-map. Take additional arg MOUSE.
3426 (mode-line-modified): Use mouse-3 instead of mouse-2.
3427 (mode-line-buffer-identification-keymap): Bind keys differently.
3428 (propertized-buffer-identification): Adapt help-echo to new bindings.
3429
3430 * bindings.el (mode-line-format): Specify help-echo for line
3431 number, column number and buffer-percent part of the mode-line.
3432
3433 * image.el (image-type-regexps): Allow whitespace at the start
3434 of the image data for XPM, XBM and Postscript, which are
3435 text files.
3436 (image-jpeg-p): Correct calculation of next field offset.
3437
3438 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3439
3440 * battery.el: Fix typo.
3441
3442 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3443
3444 * image.el (image-type-regexps): Allow predicates. Change the way
3445 JPEG images are recognized.
3446 (image-jpeg-p): New function.
3447 (image-type-from-data): Handle predicates in image-type-regexps.
3448
3449 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3450 #:, #x, #o, and similar constructs.
3451
3452 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3453
3454 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3455
3456 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3457 instead of `progn'.
3458
3459 * tar-mode.el (tar-extract): Avoid generating a new buffer
3460 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3461
3462 * textmodes/paragraphs.el (forward-sentence): Avoid building
3463 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3464
3465 * progmodes/executable.el (executable-set-magic):
3466 If executable-find returns a quoted file name, unquote it before
3467 inserting it.
3468
3469 * image.el (image-type-regexps): For JPEG files, use a regexp
3470 derived from the JFIF spec.
3471
3472 * image.el (image-type-regexps): Use `\`' instead of `^' in
3473 most regular expressions.
3474
3475 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3476
3477 * play/animate.el: Re-insert a reference to re-inserted function.
3478
3479 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3480
3481 * help.el (describe-function-1): Use find-function-search-for-symbol
3482 instead of find-function-noselect because the latter follows aliases.
3483
3484 * play/animate.el (animate-birthday-present): Re-insert.
3485
3486 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3487 Handle old-style menu definitions.
3488
3489 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3490
3491 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3492 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3493
3494 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3495 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3496 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3497
3498 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3499
3500 * textmodes/tildify.el: Milan Zamazal has new address.
3501
3502 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3503
3504 * custom.el (custom-set-variables): Don't test `custom-requests'
3505 properties, check the third element of the options passed to
3506 custom-set-variables instead.
3507
3508 * info.el (info-insert-file-contents): Use info-file-exists-p
3509 instead of file-exists-p.
3510
3511 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3512 the mode-line face is restored. Fix several bugs.
3513
3514 * replace.el (perform-replace): Doc fix.
3515
3516 2001-08-02 Francesco Potorti` <pot@gnu.org>
3517
3518 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3519 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3520 (uniquify-fix-item-base, uniquify-fix-item-filename)
3521 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3522 Callers changed.
3523 (uniquify-set-proposed): Changed to work with a vector item.
3524 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3525 the fix list, and a list of strings for the non-file buffer
3526 names. Both changes reduce consing.
3527 (uniquify-rationalize-a-list): Local variable renaming.
3528 (uniquify-rationalize-conflicting-sublist): Use member instead of
3529 assoc.
3530 (uniquify-rename-buffer): Use unless instead of if not.
3531
3532 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3533
3534 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3535
3536 * custom.el (custom-set-variables): Set options with :require
3537 clauses last.
3538
3539 * custom.el (defcustom): Doc fix.
3540
3541 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3542
3543 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3544
3545 * man.el (man): Mention Man-switches in the doc string.
3546 (Man-switches): Mention -a in the doc string.
3547
3548 * textmodes/ispell.el (ispell-alternate-dictionary):
3549 Add /usr/share/lib/dict/words, for Irix.
3550
3551 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3552 corresponding non-kp keys. Suggested by Stephen Gildea
3553 <gildea@stop.mail-abuse.org>.
3554
3555 2001-08-01 Francesco Potorti` <pot@gnu.org>
3556
3557 * uniquify.el: These changes correct a corner case that the old
3558 code managed correctly.
3559 (uniquify-fix-item-proposed): Renamed from
3560 uniquify-fix-item-min-proposed.
3561 (uniquify-set-proposed): New function.
3562 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3563 clarity and speed.
3564 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3565 This is equivalent to what the old code did.
3566 (uniquify-rationalize-a-list): Never recompute the proposed
3567 name. Sort the conflicting sublist before rationalising it: this
3568 is equivalent to what the old code did, but one directory element
3569 at a time, and only when necessary.
3570 (uniquify-rationalize-conflicting-sublist): Recompute here the
3571 proposed name.
3572
3573 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3574
3575 * play/animate.el: Add Keywords and Maintainer. Remove a
3576 reference to a removed function.
3577
3578 * play/animate.el (animate-string): Handle case that the string is
3579 longer than the window is wide.
3580
3581 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3582
3583 * desktop.el (desktop-save): Bind coding-system-for-write to
3584 `emacs-mule' for write-region.
3585
3586 * delsel.el (delete-selection-pre-hook): Don't set this-command
3587 to `ignore' if the region is empty.
3588
3589 * international/mule.el (set-keyboard-coding-system):
3590 Set keyboard-coding-system.
3591
3592 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3593 before accessing it.
3594
3595 2001-07-30 Andreas Schwab <schwab@suse.de>
3596
3597 * menu-bar.el (toggle-highlight-paren-mode):
3598 Use `(show-paren-mode)' as body.
3599
3600 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3601
3602 * vc.el (vc-checkout-hook): New hook.
3603 (vc-checkout): Run it.
3604
3605 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3606
3607 * progmodes/make-mode.el (makefile-macroassign-regex):
3608 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3609
3610 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3611
3612 * vc.el (vc-switch-backend): Fix autoload cookie.
3613
3614 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3615 the desktop file.
3616
3617 2001-07-30 Simon Josefsson <jas@extundo.com>
3618
3619 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3620 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3621
3622 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3623
3624 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3625 (last-sexp-toggle-display): Renamed from last-sexp-print.
3626 (last-sexp-toggle-display, eval-last-sexp-1):
3627 Use last-sexp-setup-props.
3628
3629 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3630 New user-options.
3631 (mouse-wheel-change-button): New function.
3632 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3633 (mwheel-scroll): Ditto.
3634
3635 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3636
3637 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
3638 `...', compare with unabbreviated printed representation instead.
3639 (last-sexp-print): Bind print-length and print-level to nil.
3640
3641 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
3642 before assigning text properties. Make properties rear-nonsticky.
3643
3644 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
3645 (eval-last-sexp-1): Give printed text a `keymap' property and bind
3646 <mouse-2> and <RET> in that map to a function printing the
3647 unabbreviated value.
3648
3649 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
3650 is a buffer, put a text property `printed-value' on the printed
3651 representation, with the Lisp object printed as value.
3652
3653 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3654
3655 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
3656 Mention the effect of eval-expression-print-length and
3657 eval-expression-print-level in the doc strings. Suggested by
3658 Kevin Gallagher <kevingal@onramp.net>.
3659
3660 2001-07-25 Gerd Moellmann <gerd@gnu.org>
3661
3662 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
3663 for buttons > 3.
3664 (xterm-mouse-translate): Handle the case that we don't get a
3665 down-event.
3666
3667 * emacs-lisp/find-func.el (find-function-regexp):
3668 Add easy-mmode-define-global-mode to the regexp. Allow newlines
3669 in front of the function name.
3670
3671 * isearch.el (isearch-other-meta-char): Fix last change.
3672
3673 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
3674 similar events for which fake prefix keys are generated. It's no
3675 longer necessary since read_key_sequence doesn't modify these
3676 events for internal purposes anymore.
3677
3678 * files.el (auto-mode-alist): Use nroff-mode for files ending
3679 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
3680
3681 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3682
3683 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
3684 tool-bar-lines parameter, behave as if its value were zero.
3685 (mouse-avoidance-set-pointer-shape): Don't do anything if
3686 x-pointer-shape is not boundp.
3687
3688 2001-07-23 Francesco Potorti` <pot@gnu.org>
3689
3690 * uniquify.el: Overall speedup changes when using many buffers.
3691 (uniquify-fix-item-base, uniquify-fix-item-filename)
3692 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
3693 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
3694 place in the item, but was never used.
3695 (uniquify-fix-item-min-proposed): New defalias: the fourth place
3696 in the item is now used as cache for the proposed name.
3697 (uniquify-rationalize-file-buffer-names): Move computation made on
3698 newbuffile out of the loop, in the newbuffile-nd local var.
3699 Use dolist (cosmetic change). Compute the proposed name for the most
3700 common case and cache it in the fourth place in the item.
3701 (uniquify-rationalize-file-buffer-names): Used to return a a list
3702 of buffer whose name was changed, but that return value was never used.
3703 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
3704 the cached proposed name, does much less consing and is quicker.
3705 (uniquify-filename-lessp): Deleted.
3706 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
3707 Do not bind locally the uniquify-possibly-resolvable flag. Use the
3708 cached proposed name is possible.
3709 (uniquify-get-proposed-name): Arguments changed, callers changed.
3710 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
3711 uniquify-possibly-resolvable flag, which is no more bound locally.
3712 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
3713 flag, which does not exist any more.
3714
3715 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3716
3717 * term/internal.el (IT-unicode-translations): Fix the appearance of
3718 "6`".
3719
3720 * progmodes/compile.el (compile-internal): If EMACS is already
3721 defined in the environment, don't override its value.
3722
3723 2001-07-23 Gerd Moellmann <gerd@gnu.org>
3724
3725 * play/fortune.el: Undo change of 2001-07-13.
3726 Fix autoload cookies. Add types to defcustoms.
3727 (fortune) <defgroup>: Add :link.
3728 (fortune-from-region): Use eq, not eql.
3729 From Dave Love <fx@gnu.org>.
3730
3731 * play/animate.el (animate-birthday-present): Function removed.
3732
3733 * play/animate.el: New file.
3734
3735 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
3736
3737 * startup.el (normal-top-level-add-subdirs-to-load-path):
3738 On Windows, put into normal-top-level-add-subdirs-inode-list the
3739 canonicalized names of the directories instead of inode numbers.
3740
3741 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
3742
3743 * ediff-util.el: Copyright years.
3744 (ediff-choose-syntax-table): New function.
3745 (ediff-setup): Use ediff-choose-syntax-table.
3746 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
3747 vc-state is available.
3748 (ediff-make-temp-file): Use ediff-coding-system-for-write.
3749
3750 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3751 with-syntax-table.
3752 (ediff-coding-system-for-read): From ediff-diff.el
3753 (ediff-coding-system-for-write): New variable.
3754 (ediff-highest-priority): Fixed the bug having to do with disappearing
3755 overlays.
3756 (ediff-file-remote-p): Use file-remote-p, if available.
3757 (ediff-listable-file): New function.
3758 (ediff-file-attributes): Use ediff-listable-file.
3759
3760 * ediff-mult.el (ediff-meta-insert-file-info1):
3761 Use ediff-listable-file.
3762
3763 * ediff-ptch.el (ediff-prompt-for-patch-file):
3764 Use ediff-coding-system-for-read.
3765 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
3766
3767 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
3768 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
3769
3770 * ediff.el: Date of last update, copyright years.
3771
3772 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3773
3774 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3775 of Scott Bronson.
3776 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
3777 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3778 Deleted functions.
3779 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3780 ex-token-list.
3781 (viper-get-ex-address-subr): Convert registers to char data type.
3782
3783 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
3784 (viper-memq-char): Use viper-int-to-char.
3785 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
3786 vc-locking-state.
3787 (viper-read-key): Use viper-read-key-sequence.
3788
3789 * viper.el (viper-major-mode-modifier-list):
3790 Added inferior-emacs-lisp-mode.
3791 (this-major-mode-requires-vi-state): New function that uses simple
3792 heuristics to decide if vi state is appropriate.
3793 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
3794 (viper-non-hook-settings): Don't advise read-key-sequence.
3795 (viper-read-key-sequence): New function that replaces the
3796 previously used advice to read-key-sequence.
3797
3798 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
3799 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
3800 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
3801 (viper-open-line-at-point,viper-substitute,viper-overwrite)
3802 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
3803 Got rid of the negative character hack.
3804 (viper-escape-to-state,viper-replace-state-exit-cmd):
3805 Use viper-read-key-sequence.
3806 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
3807 (viper-minibuffer-standard-hook,viper-read-string-with-history):
3808 Don't override existing minibuffer-setup-hook.
3809 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
3810 Convert registers to char data type.
3811 (viper-autoindent): Use viper-indent-line.
3812
3813 * viper-keym.el: Use viper-exec-key-in-emacs.
3814
3815 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
3816
3817 * server.el (server-visit-files): Fix variable name typo.
3818
3819 2001-07-20 Gerd Moellmann <gerd@gnu.org>
3820
3821 * simple.el (delete-trailing-whitespace): Save match data
3822 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
3823
3824 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
3825
3826 * progmodes/compile.el (compilation-parse-errors): `linenum' might
3827 return a this-error using the alternative format (a pair of markers).
3828
3829 2001-07-19 Gerd Moellmann <gerd@gnu.org>
3830
3831 * font-lock.el (c++-keywords): Add Standard C++ operator names.
3832
3833 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
3834 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
3835
3836 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3837
3838 * international/iso-transl.el: Fix typo in the header of the file.
3839
3840 * textmodes/picture.el (picture): Doc fix.
3841
3842 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
3843 follow coding conventions in generated files.
3844
3845 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
3846
3847 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3848 (tool-bar-add-item): Don't call image-related primitives if the
3849 display doesn't support images.
3850
3851 * frame.el (display-images-p): New function.
3852
3853 2001-07-17 Gerd Moellmann <gerd@gnu.org>
3854
3855 * server.el (server-visit-files): Handle the case the specified
3856 column number is <= 0.
3857
3858 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
3859
3860 * startup.el (command-line-1): Add support for +LINE:COLUMN
3861 command line argument.
3862
3863 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3864
3865 * server.el (server-process-filter, server-visit-files):
3866 Add support for +LINE:COLUMN style emacsclient calls.
3867
3868 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3869
3870 * emacs-lisp/easy-mmode.el: Add Keywords header.
3871
3872 * play/pong.el: Author has new address.
3873
3874 * play/landmark.el: Author is no more reachable.
3875
3876 * play/handwrite.el: Author is no more reachable.
3877
3878 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
3879
3880 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
3881 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
3882 Complete bindings for F<1..12> keys.
3883 (global-map): Remove `undo' binding (already in the default).
3884 Replace `t<n>' bindings with `f<n>' bindings.
3885
3886 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3887
3888 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
3889 (tcl-mode): Use tcl-add-log-defun.
3890 (tcl-indent-line): Use tcl-calculate-indent.
3891 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
3892 (tcl-indent-exp): Renamed from indent-tcl-exp.
3893 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
3894 (tcl-indent-for-comment): Call comment-indent-function properly
3895 and handle the case where it returns nil.
3896
3897 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3898
3899 * calendar/cal-islam.el (calendar-goto-islamic-date):
3900 Remove autoload cookie.
3901
3902 * calendar/calendar.el (calendar-goto-islamic-date):
3903 Add call to autoload.
3904
3905 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3906
3907 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
3908 Don't change compile-auto-highlight globally.
3909 Don't bother with `font-lock-defaults' property since XEmacs
3910 also understands the `font-lock-defaults' variable.
3911 Use make-local-variable rather than make-variable-buffer-local.
3912 Don't `defconst' comment-indent-function: keep the default.
3913 Call easy-menu-add unconditionally.
3914 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
3915 (ada-create-menu): Use :included for Emacs as well.
3916
3917 * vc.el (vc-do-command): Autoload.
3918
3919 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
3920
3921 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3922
3923 * ps-print.el: Fix Author: header.
3924
3925 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3926
3927 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
3928 mouse-1 etc., bind them to `ignore'.
3929
3930 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
3931 send-invisible, which is already defined in Comint.
3932 (eshell-watch-for-password-prompt): Use it.
3933
3934 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3935
3936 * which-func.el (which-func-mode): Doc fix.
3937
3938 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
3939 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
3940 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
3941 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
3942 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
3943 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
3944 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
3945 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
3946 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
3947 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
3948 * emulation/edt-mapper.el, emulation/edt-pc.el,
3949 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
3950 * emulation/tpu-edt.el, emulation/tpu-extras.el,
3951 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
3952 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
3953 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
3954 * international/isearch-x.el, international/iso-cvt.el,
3955 * international/ogonek.el, international/quail.el,
3956 * international/utf-8.el, jit-lock.el, language/devan-util.el,
3957 * language/devanagari.el, language/ethio-util.el,
3958 * language/ethiopic.el, language/european.el, language/indian.el,
3959 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
3960 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
3961 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
3962 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
3963 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
3964 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
3965 * progmodes/autoconf.el, progmodes/cmacexp.el,
3966 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
3967 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
3968 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
3969 * progmodes/ebnf2ps.el, progmodes/executable.el,
3970 * progmodes/fortran.el, progmodes/idlw-shell.el,
3971 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
3972 * progmodes/m4-mode.el, progmodes/mantemp.el,
3973 * progmodes/meta-mode.el, progmodes/octave-inf.el,
3974 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
3975 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
3976 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
3977 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
3978 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
3979 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
3980 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
3981 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
3982 * textmodes/two-column.el, time-stamp.el, timezone.el,
3983 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
3984 * which-func.el, whitespace.el, wid-browse.el, widget.el,
3985 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
3986 conventions.
3987
3988 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3989
3990 * simple.el (set-variable): Require 'cus-edit' instead of
3991 `wid-edit', so that the Custom widgets get defined.
3992
3993 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3994
3995 * allout.el: A fix to follow coding conventions.
3996
3997 * find-lisp.el: A fix to follow coding conventions.
3998
3999 * term/w32-win.el: A fix to follow coding conventions.
4000
4001 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4002
4003 * term/xterm.el: A fix to follow coding conventions.
4004
4005 * term/news.el: A fix to follow coding conventions.
4006
4007 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4008 header line fixed.
4009
4010 * sun-curs.el: Fix Maintainer: header line.
4011
4012 * emacs-lisp/easymenu.el: Address of the author added.
4013
4014 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4015
4016 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4017 property.
4018
4019 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4020
4021 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4022 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4023 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4024 Some fixes to follow coding conventions.
4025
4026 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4027
4028 * which-func.el (which-func-mode): Doc fix.
4029
4030 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4031
4032 * net/rcompile.el (remote-compile): Use make-local-variable.
4033
4034 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4035
4036 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4037
4038 * mail/reporter.el (reporter-submit-bug-report):
4039 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4040
4041 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4042
4043 * calendar/cal-china.el, calendar/cal-coptic.el,
4044 * calendar/cal-dst.el, calendar/cal-french.el,
4045 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4046 * calendar/cal-iso.el, calendar/cal-julian.el,
4047 * calendar/cal-mayan.el, calendar/cal-persia.el,
4048 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4049 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4050 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4051 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4052 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4053 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4054 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4055 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4056 * progmodes/ada-xref.el, progmodes/cc-align.el,
4057 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4058 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4059 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4060 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4061 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4062 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4063 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4064 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4065 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4066 * textmodes/reftex.el: Some fixes to follow coding
4067 conventions in Eshell files with known maintainers.
4068
4069 * emulation/viper.el: A fix to follow coding conventions.
4070
4071 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4072 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4073 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4074 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4075 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4076 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4077 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4078 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4079 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4080 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4081 conventions in Eshell files.
4082
4083 * composite.el, diff.el, emacs-lisp/levents.el,
4084 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4085 * emulation/pc-mode.el, emulation/viper-cmd.el,
4086 * emulation/viper-ex.el, emulation/viper-init.el,
4087 * emulation/viper-keym.el, emulation/viper-macs.el,
4088 * emulation/viper-mous.el, emulation/viper-util.el,
4089 * emulation/viper.el, forms-pass.el, international/ccl.el,
4090 * international/characters.el, international/encoded-kb.el,
4091 * international/fontset.el, international/ja-dic-cnv.el,
4092 * international/ja-dic-utl.el, international/kinsoku.el,
4093 * international/kkc.el, international/mule-cmds.el,
4094 * international/mule-diag.el, international/mule-util.el,
4095 * international/mule.el, international/titdic-cnv.el,
4096 * language/china-util.el, language/chinese.el,
4097 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4098 * language/greek.el, language/hebrew.el, language/japan-util.el,
4099 * language/japanese.el, language/korea-util.el, language/korean.el,
4100 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4101 * language/slovak.el, language/thai-util.el, language/thai.el,
4102 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4103 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4104 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4105 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4106 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4107 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4108 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4109 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4110 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4111 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4112 to follow coding conventions in files without maintainer or in files
4113 with clear maintainer (but without Maintainer header stating so).
4114
4115 * emacs-lisp/elp.el: A fix to follow coding conventions.
4116
4117 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4118 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4119 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4120 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4121 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4122 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4123 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4124 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4125 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4126 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4127 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4128 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4129 conventions in files from Gnus.
4130
4131 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4132 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4133 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4134 * echistory.el, electric.el, emacs-lisp/authors.el,
4135 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4136 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4137 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4138 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4139 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4140 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4141 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4142 * international/codepage.el, international/iso-ascii.el,
4143 * international/iso-insert.el, international/iso-transl.el,
4144 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4145 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4146 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4147 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4148 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4149 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4150 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4151 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4152 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4153 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4154 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4155 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4156 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4157 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4158 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4159 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4160 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4161 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4162 * textmodes/tex-mode.el, textmodes/text-mode.el,
4163 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4164 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4165 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4166 files maintained by FSF.
4167
4168 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4169
4170 * arc-mode.el: A fix to follow coding conventions.
4171
4172 * bindings.el: Ditto.
4173
4174 * cdl.el: Ditto.
4175
4176 * comint.el: Ditto.
4177
4178 * cus-start.el: Ditto.
4179
4180 * shell.el: Ditto.
4181
4182 * skeleton.el: Ditto.
4183
4184 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4185
4186 * info.el (Info-build-node-completions):
4187 Make Info-current-file-completions buffer local.
4188
4189 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4190
4191 * which-func.el (which-func-mode, which-func-ff-hook)
4192 (which-function-mode): Remove references to which-func-mode-global.
4193
4194 * calendar/cal-islam.el (calendar-goto-islamic-date):
4195 Add autoload cookie.
4196
4197 * play/fortune.el: Add types to defcustoms.
4198
4199 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4200
4201 * language/czech.el: A fix to follow coding conventions.
4202
4203 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4204
4205 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4206 to the extension list, for antlr-mode. From Christoph Wedler
4207 <Christoph.Wedler@sap.com>.
4208
4209 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4210
4211 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4212 (vc-dired-mode-map): Fix the madness.
4213
4214 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4215 (vc-prefix-map): Moved back from vc.el.
4216
4217 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4218
4219 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4220 Increase the size of the obarray.
4221 (mail-extr-all-top-level-domains): Add more toplevel domains,
4222 add more long names.
4223 From: Per Starback <starback@ling.uu.se>.
4224
4225 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4226
4227 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4228 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4229
4230 * progmodes/ada-mode.el: Ditto.
4231
4232 * progmodes/ada-xref.el: Ditto.
4233
4234 2001-07-11 Miles Bader <miles@gnu.org>
4235
4236 * finder.el (finder-insert-at-column): Also move to the next line
4237 if exactly at COLUMN.
4238
4239 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4240
4241 * help.el (describe-function-1): When printing FUNCTION's
4242 documentation, don't assume FUNCTION is a symbol.
4243
4244 * startup.el (normal-top-level): Don't operate on the initial
4245 frame if we failed to create one.
4246
4247 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4248
4249 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4250 itself, i.e. only indent the contents in it.
4251
4252 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4253
4254 * mail/rmail.el (rmail-show-message): Show beginning of message in
4255 all windows containing it.
4256
4257 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4258
4259 * term/tty-colors.el: Fix the header line and copyright years.
4260
4261 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4262
4263 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4264 original definition has an interactive form, but is Elp
4265 instrumented, use the interactive form of the function called by
4266 elp-wrapper.
4267
4268 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4269 configurations with compare-window-configuration; they aren't
4270 window configurations.
4271
4272 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4273 from the server for the format we expect. Don't use it if it
4274 doesn't look like what the Internet draft for FTP extensions specifies.
4275
4276 * toolbar/*.pbm: Cleaned up.
4277 From Luis Fernandes <elf@ee.ryerson.ca>.
4278
4279 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4280
4281 * cc-cmds.el: Extended the kludge to interoperate with the
4282 delsel and pending-del packages wrt to the new function
4283 `c-electric-delete-forward'.
4284
4285 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4286
4287 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4288 to delay the call to <mode> for global minor modes.
4289 (easy-mmode-define-navigation): Only recenter if interactive.
4290
4291 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4292
4293 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4294 to lisp-indent-line.
4295
4296 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4297 from the server. Call encode-time only when we are sure that we
4298 got a 213 response.
4299
4300 2001-07-06 Simon Josefsson <jas@extundo.com>
4301
4302 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4303 (mail-envelope-from): New user option.
4304 (sendmail-send-it): Use it.
4305
4306 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4307
4308 * ps-print.el: Use locale dependant date to print date in header.
4309 Doc fix.
4310 (ps-print-version): New version number (6.5.3).
4311 (ps-right-header, ps-right-footer): Initialization and doc fix.
4312 (ps-time-stamp-locale-default): New fun.
4313
4314 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4315
4316 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4317 field problem with MIME-mode.
4318
4319 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4320
4321 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4322
4323 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4324 MIME-mode.
4325
4326 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4327
4328 * bindings.el (mode-line-mule-info): Don't show the tip with
4329 buffer-file-coding-system if that is nil.
4330
4331 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4332
4333 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4334 instead of kill-line.
4335
4336 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4337 <Pavel@Janik.cz>.
4338
4339 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4340 <Pavel@Janik.cz>.
4341
4342 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4343
4344 * font-lock.el (c-font-lock-keywords-3): When matching something
4345 like `struct X Y', finish with point after Y.
4346
4347 2001-07-04 Simon Josefsson <jas@extundo.com>
4348
4349 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4350 in caller buffer.
4351
4352 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4353
4354 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4355 instead of string-match to find the basename of the file.
4356 From Pascal Obry <p.obry@wanadoo.fr>.
4357
4358 * net/browse-url.el (browse-url-default-windows-browser):
4359 Support the MS-DOS port when it runs on Windows.
4360 (browse-url-browser-function) [ms-dos]: Default to
4361 browse-url-default-windows-browser.
4362
4363 * help.el (locate-library): Enable code that looks for compressed
4364 libraries if auto-compression-mode is on.
4365
4366 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4367
4368 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4369
4370 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4371
4372 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4373
4374 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4375
4376 * allout.el: Fix the header line, so that finder.el recognizes it.
4377 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4378
4379 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4380 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4381
4382 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4383
4384 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4385
4386 * ps-bdf.el (bdf-directory-list): Use the value relative to
4387 installation-directory for MS-Windows as well.
4388
4389 2001-06-29 Richard M. Stallman <rms@gnu.org>
4390
4391 * wid-edit.el (widget-color-sample-face-get):
4392 Return ((foreground-color . COLOR)) instead of constructing a face.
4393
4394 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4395
4396 * faces.el (region): Change the background color for the
4397 light-background color display to lightgoldenrod2, to make it
4398 visible on some laptops.
4399
4400 2001-06-28 Richard M. Stallman <rms@gnu.org>
4401
4402 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4403 (rmail-msg-restore-non-pruned-header): Likewise.
4404 If point was in the old pruned header, put it at the top.
4405 (rmail-msg-prune-header): If point was at the top, keep it there.
4406
4407 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4408 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4409
4410 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4411
4412 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4413
4414 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4415
4416 * saveplace.el: Update maintainer email address.
4417
4418 2001-06-27 Francesco Potorti` <pot@gnu.org>
4419
4420 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4421 Undo previous change.
4422
4423 2001-06-27 Francesco Potorti` <pot@gnu.org>
4424
4425 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4426 preliminary quick reordering. Can speed things up dramatically.
4427
4428 2001-06-26 Richard M. Stallman <rms@gnu.org>
4429
4430 * dired.el (dired-get-filename): A file name starting with ~
4431 is not absolute in this context.
4432
4433 * which-func.el (which-func-maxout): Increase default to 500000.
4434 (which-function-mode): This is now the "real" name of the function.
4435 (which-func-mode): Now an alias.
4436 (which-func-mode-global): Name deleted.
4437
4438 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4439 button-2, when binding hs-mouse-toggle-hiding.
4440
4441 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4442
4443 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4444 (rmail-msg-prune-header): Likewise.
4445 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4446 and `rmail-msg-prune-header'.
4447
4448 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4449
4450 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4451 back than LINEBEG.
4452
4453 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4454
4455 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4456 window where they clicked the mouse has a header line, adjust
4457 vertical movement by one.
4458
4459 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4460
4461 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4462 too when separating a parenthesis.
4463
4464 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4465
4466 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4467 (bookmark-bmenu-hide-filenames): Add help-echo to
4468 mouse-highlighted text.
4469 (bookmark-bmenu-show-filenames): Remove help-echo property from
4470 the whitespace.
4471
4472 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4473
4474 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4475 From Karl Eichwalder <ke@suse.de>.
4476
4477 2001-06-23 Richard M. Stallman <rms@gnu.org>
4478
4479 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4480
4481 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4482 contents for completing-read.
4483
4484 2001-06-22 Richard M. Stallman <rms@gnu.org>
4485
4486 * menu-bar.el (menu-bar-make-toggle): Construct the
4487 function's doc string from HELP, not DOC, and make it accurate by
4488 adding "Toggle whether to " at the front and downcasing the initial.
4489 Change the HELP arg in some calls to make it fit this usage.
4490
4491 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4492 Undo previous change.
4493
4494 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4495
4496 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4497
4498 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4499
4500 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4501
4502 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4503
4504 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4505
4506 2001-06-20 Richard M. Stallman <rms@gnu.org>
4507
4508 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4509 broken out from dabbrev--find-expansion. Handle minibuffer
4510 specially here.
4511 (dabbrev--find-expansion): Simplify code in various ways.
4512 Don't treat minibuffers specially.
4513 Call dabbrev--make-friend-buffer-list.
4514 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4515 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4516
4517 2001-06-19 John Wiegley <johnw@gnu.org>
4518
4519 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4520 Also, added a comment describing how to greatly speedup Eshell
4521 loadup time, by concatenating together all of Eshell's .elc files.
4522
4523 2001-06-19 John Wiegley <johnw@gnu.org>
4524
4525 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4526
4527 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4528
4529 * woman.el (WoMan-highlight-references): Add help-echo to
4530 mouse-highlighted text.
4531
4532 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4533
4534 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4535
4536 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4537
4538 * international/quail.el (quail-start-conversion):
4539 Reset quail-translating to nil.
4540
4541 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4542 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4543
4544 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4545
4546 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4547 mouse-highlighted text.
4548
4549 * dired.el (dired-mark-pop-up): Fix last change.
4550
4551 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4552
4553 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4554 mouse-highlighted text.
4555
4556 * net/quickurl.el (quickurl-url-file): Run through
4557 convert-standard-filename.
4558 (quickurl-list-populate-buffer): Add help-echo to
4559 mouse-highlighted text.
4560 (top-level): Update Dave's URL.
4561
4562 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4563 mouse-highlighted text.
4564
4565 * textmodes/page-ext.el (pages-copy-header-and-position):
4566 Add help-echo to mouse-highlighted text.
4567
4568 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4569 mouse-highlighted text.
4570
4571 * replace.el (occur): Add help-echo to mouse-highlighted text.
4572
4573 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4574 mouse-highlighted text.
4575
4576 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4577 mouse-highlighted text.
4578
4579 * progmodes/compile.el (compile-reinitialize-errors):
4580 Add help-echo to mouse-highlighted messages.
4581 (compilation-forget-errors): Remove help-echo property as well.
4582
4583 * play/landmark.el (lm-plot-square, lm-init-display):
4584 Add help-echo to mouse-highlighted text.
4585
4586 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4587 Add help-echo to mouse-highlighted text.
4588
4589 * dired.el (dired-insert-set-properties): Add help-echo to
4590 mouse-highlighted text.
4591 (dired-mark-pop-up): Remove help-echo property from the file name.
4592
4593 * comint.el (comint-send-input): Add help-echo to
4594 mouse-highlighted text.
4595
4596 * buff-menu.el (list-buffers-noselect): Add help-echo to
4597 mouse-highlighted text.
4598
4599 * arc-mode.el (archive-summarize-files): Add help-echo to
4600 mouse-highlighted text.
4601
4602 * ffap.el (ffap-machine-p): Always return nil if
4603 open-network-stream is not fboundp.
4604
4605 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4606
4607 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4608 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4609 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4610 incorrectly binding chars between 128 and 256 to it.
4611 (sgml-maybe-name-self): Handle latin-1 chars properly.
4612 (sgml-tags-invisible): Bind buffer-file-name to nil.
4613 Use unwind-protect and restore-buffer-modified-p.
4614 (sgml-point-entered): Use buffer-substring-no-properties.
4615 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4616 (html-mode): Don't force `imenu-sort-function'.
4617
4618 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4619
4620 * tar-mode.el: Fix the copyright notice.
4621
4622 * font-lock.el (font-lock-comment-face): For tty's with dark
4623 background, use "red1", since "lightred" is not one of the colors
4624 recognized by tty-colors.el.
4625
4626 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4627 create a buffer for extracted file, in case there's more than one
4628 file by that name in an archive, possibly in different
4629 directories. From Kevin Rodgers <kevinr@ihs.com>.
4630
4631 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
4632 <alex@gnu.org>.
4633
4634 2001-06-15 Miles Bader <miles@gnu.org>
4635
4636 * textmodes/texinfmt.el (texinfo-format-syntax-table):
4637 Revert previous change.
4638
4639 2001-06-14 Richard M. Stallman <rms@gnu.org>
4640
4641 * replace.el (keep-lines-read-args): Return just a regexp.
4642 Provide nil for the region args.
4643 (keep-lines, flush-lines, how-many):
4644 Calculate the defaults for the region here, when args are nil.
4645
4646 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4647
4648 * rot13.el (rot13-other-window): Some more doc fix.
4649
4650 2001-06-14 Per Starback <starback@ling.uu.se>
4651
4652 * replace.el (case-replace, query-replace-from-history-variable)
4653 (query-replace-to-history-variable, keep-lines-read-args)
4654 (occur-revert-function, query-replace-help): Dox fix.
4655
4656 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4657
4658 * rot13.el (rot13-other-window): Doc fix.
4659
4660 2001-06-14 Miles Bader <miles@gnu.org>
4661
4662 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
4663 of " and \ to "." (punctuation).
4664 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
4665
4666 2001-06-13 Richard M. Stallman <rms@gnu.org>
4667
4668 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
4669
4670 * simple.el (shell-command-on-region): Never kill the
4671 *Shell Command Output* buffer.
4672
4673 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
4674
4675 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
4676
4677 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
4678
4679 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4680 New var, to recognize ${ $' and PODs.
4681 (perl-font-lock-syntactic-face-function): New function.
4682 (perl-mode): Use them.
4683 (perl-continuation-line-p): New function, from perl-calculate-indent.
4684 (perl-calculate-indent): Use it, to properly handle continuation
4685 lines of continuation lines.
4686
4687 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
4688
4689 * server.el (server-process, server-buffer-clients): Doc fix.
4690 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4691
4692 2001-06-09 John Wiegley <johnw@gnu.org>
4693
4694 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4695 test if the last command was Lisp or not.
4696 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
4697 B x C".
4698
4699 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
4700
4701 * dos-w32.el (grep-regexp-alist): Remove definition, since the
4702 general one on compile.el supports drive letters.
4703
4704 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
4705
4706 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
4707 key description.
4708
4709 * textmodes/reftex-sel.el (reftex-select-jump): New command.
4710
4711 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
4712 (reftex-toc-jump): New command.
4713
4714 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
4715 to parse international characters as well.
4716
4717 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
4718 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
4719
4720 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
4721
4722 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
4723 TAB to the key separators.
4724
4725 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
4726
4727 * international/mule.el (auto-coding-alist): Remove redundant
4728 up-cased versions of the extensions (auto-coding-alist-lookup is
4729 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
4730 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
4731
4732 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
4733
4734 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
4735
4736 2001-06-01 Richard M. Stallman <rms@gnu.org>
4737
4738 * help.el (describe-variable): Put value on same line
4739 with preceding text, if it is short enough to look good that way.
4740
4741 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
4742
4743 * term/internal.el (IT-unicode-translations): New variable.
4744 (IT-setup-unicode-display): New function.
4745
4746 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4747
4748 * ps-print.el: Handle before-string and after-string overlay properties
4749 in ps-print-*-with-faces commands. Doc fix.
4750 (ps-print-version): New version number (6.5.2).
4751 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
4752 for XEmacs.
4753 (ps-prefix-quote): Doc fix.
4754 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
4755 (ps-basic-plot-str, ps-plot-string): New funs.
4756
4757 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
4758
4759 * progmodes/etags.el (tags-compression-info-list): Fix docstring
4760 and :type spec.
4761
4762 2001-05-31 Gerd Moellmann <gerd@gnu.org>
4763
4764 * international/mule-cmds.el (inactivate-input-method):
4765 Set input-method-function to nil.
4766
4767 * xml.el (xml-parse-tag): The document may contain invalid characters.
4768 From ShengHuo ZHU <zsh@cs.rochester.edu>
4769
4770 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4771
4772 * mail/rmailsum.el (rmail-message-subject-p): Don't call
4773 `rmail-summary-line-decoder' if the message does not have
4774 a Subject: field.
4775
4776 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
4777
4778 * mail/rmail.el (rmail-insert-mime-resent-message-function):
4779 New variable.
4780 (rmail-resend): Modify to work in `rmail-view-buffer'; call
4781 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
4782 is non-nil.
4783
4784 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
4785
4786 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
4787
4788 2001-05-29 Sam Steingold <sds@gnu.org>
4789
4790 * faces.el (face-valid-attribute-values): Bind `valid' directly
4791 instead of using `setq'.
4792
4793 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
4794 Use `tex-shell-buf'.
4795 (tex-shell-proc): Use `tex-shell-running'.
4796 (tex-shell-buf-no-error): New function.
4797 (tex-send-tex-command): Use it.
4798 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
4799 (tex-kill-job): Check the process before calling `quit-process'.
4800
4801 2001-05-29 Gerd Moellmann <gerd@gnu.org>
4802
4803 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
4804 UTF-8 sequences.
4805
4806 2001-05-28 Miles Bader <miles@gnu.org>
4807
4808 * comint.el (comint-carriage-motion): Renamed from
4809 `comint-cr-magic'. Operate on the buffer instead of the string
4810 (for use as a comint post-output filter, instead of as a
4811 pre-output filter). Handle backspaces too. Add to the
4812 `comint-output-filter-functions' hook instead of
4813 `comint-preoutput-filter-functions'.
4814
4815 2001-05-28 Gerd Moellmann <gerd@gnu.org>
4816
4817 * language/japan-util.el (japanese-hankaku): Prefer the charset
4818 `jisx0201' when the optional argument `ascii-only' is not specified.
4819 (japanese-hankaku-region): Ditto.
4820 From Katsumi Yamaoka <yamaoka@jpl.org>
4821
4822 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
4823
4824 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
4825 (outline-invisible-p): New function.
4826 (hide-leaves): Save excursion.
4827 (hide-other): Stop looping when reaching bobp.
4828
4829 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
4830
4831 * cus-edit.el (custom-file): Fix last change.
4832
4833 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
4834
4835 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
4836 same definition in byte-compile-function-environment as `autoload'
4837 would put in `symbol-function'.
4838
4839 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
4840 patch to correct the error message as well.
4841
4842 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
4843
4844 * cus-edit.el (custom-file): Don't assume we were invoked with -q
4845 unless ~/.emacs exists.
4846
4847 * novice.el (enable-command): If user-init-file is nil or does not
4848 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
4849
4850 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
4851
4852 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
4853 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4854 Allow spaces around macro arguments.
4855 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
4856 indent-for-tab-command.
4857 (latex-mode-map, plain-tex-mode-map): New keymaps.
4858 Inherit from tex-mode-map.
4859 (tex-common-initialization): Don't setup the keymap any more
4860 since it's now done right by define-derived-mode.
4861 (latex-mode): Set skeleton-end-hook to nil.
4862 (latex-skeleton-end-hook): Remove.
4863 (tex-latex-block, latex-insert-item): Simplify.
4864 (latex-syntax-after): Use following-char rather than char-after.
4865 (tex-discount-args-cmds, tex-count-words): New functions.
4866
4867 * textmodes/tildify.el (tildify-ignored-environments-alist):
4868 Recognize \verb* as well.
4869
4870 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
4871 (perl-comment-indent): Simplify to let newcomment.el do its job.
4872 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
4873 (perl-mark-function): Cleanup the namespace.
4874 (perl-calculate-indent): Don't be fooled by nested functions.
4875
4876 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
4877
4878 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4879 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
4880
4881 2001-05-25 Andrew Choi <akochoi@i-cable.com>
4882
4883 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
4884 actually be `\\'.
4885 (ctlau-b5-converter): Likewise.
4886
4887 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4888
4889 * international/titdic-cnv.el (quail-misc-package-ext-info):
4890 Change CTLauB.el to CTLau-b5.el.
4891
4892 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
4893
4894 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
4895 rather than beginning-of-line to avoid problems with fields.
4896 (gud-perldb-massage-args): Use unless and push.
4897 (gud-chdir-before-run): New var.
4898 (gud-common-init): Use it.
4899
4900 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4901
4902 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4903 delete entries for chinese-ctlau and chinese-ctlaub.
4904 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
4905 chinese-ctlaub.
4906 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
4907 New functions.
4908
4909 2001-05-22 Gerd Moellmann <gerd@gnu.org>
4910
4911 * cus-edit.el (custom-comment-show): Remove debug code.
4912
4913 * language/japan-util.el (japanese-symbol-table): Fix handling of
4914 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
4915
4916 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
4917
4918 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
4919 Renamed by removing the silly `-flag' suffix.
4920 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
4921
4922 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
4923
4924 * replace.el (keep-lines-read-args): Use `copy-marker'.
4925 (how-many): Save excursion properly.
4926 (occur-mode): Use define-derived-mode.
4927 (perform-replace): Use with-current-buffer.
4928
4929 2001-05-20 Richard M. Stallman <rms@gnu.org>
4930
4931 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
4932
4933 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
4934
4935 * info.el (Info-read-subfile): Widen before finding the
4936 desired node in the subfile.
4937
4938 * startup.el (command-line-1): When >2 files visited,
4939 leave the last one visible, and make that the selected window.
4940
4941 2001-05-20 Gerd Moellmann <gerd@gnu.org>
4942
4943 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
4944
4945 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
4946
4947 * international/ccl.el (define-ccl-program): Fix a typo.
4948 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4949
4950 * international/mule.el (decode-char): Fix a typo. From Pavel
4951 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4952
4953 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
4954 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4955
4956 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
4957 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4958
4959 2001-05-18 Sam Steingold <sds@gnu.org>
4960
4961 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
4962 and [RET] to `cvs-mode-find-file'.
4963
4964 2001-05-18 John Wiegley <johnw@gnu.org>
4965
4966 * eshell/esh-ext.el (eshell-explicit-command-char): A new
4967 configuration variable, which determines the initial character
4968 that forces use of an external version of a command. The default
4969 is *, but may be set to \, for example.
4970
4971 * eshell/esh-ext.el (eshell-explicit-command):
4972 Use `eshell-explicit-command-char' instead of ?*.
4973
4974 * eshell/esh-cmd.el (eshell/which):
4975 Use `eshell-explicit-command-char' instead of ?*.
4976
4977 * eshell/em-cmpl.el (eshell-completion-command-name)
4978 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
4979 instead of ?*.
4980
4981 2001-05-18 Gerd Moellmann <gerd@gnu.org>
4982
4983 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
4984 subst-char-in-string.
4985 (ange-ftp-after-parse-ls-hook): New variable.
4986 (ange-ftp-ls): Run that hook.
4987 From Peter Milliken <Peter.Milliken@GTECH.COM>.
4988
4989 * tmm.el (tmm-get-keymap): Fix handling of :filter.
4990 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
4991 text into *Completions*.
4992
4993 * net/goto-addr.el (goto-address-at-point): Deal with URLs
4994 part of which look like email addresses.
4995
4996 2001-05-18 Andrew Innes <andrewi@gnu.org>
4997
4998 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
4999 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5000 cmd.exe's handling of FOR loops.
5001 (autoloads): Set find-file-suppress-same-file-warnings to t to
5002 avoid slew of spurious messages.
5003
5004 2001-05-18 Simon Josefsson <simon@josefsson.org>
5005
5006 * mail/smtpmail.el (maybe-append-domain): Renamed to
5007 `smtpmail-maybe-append-domain'.
5008 (smtpmail-via-smtp): Use the new name.
5009
5010 * net/browse-url.el (browse-url-browser-function): Add kde.
5011 (browse-url-kde-program, browse-url-kde-args): New variables.
5012 (browse-url-kde): New function.
5013
5014 2001-05-18 Miles Bader <miles@gnu.org>
5015
5016 * simple.el (delete-horizontal-space, just-one-space):
5017 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5018 because it's more efficient for large files.
5019
5020 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5021
5022 * mail/rmail.el (rmail-require-mime-maybe): New function.
5023 (rmail): Use it.
5024 (rmail-mode): Handle the case of finding Rmail files.
5025
5026 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5027 functions.
5028
5029 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5030
5031 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5032 text-property after moving to the beginning of line and regardless
5033 of the value of font-lock-multiline.
5034
5035 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5036
5037 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5038
5039 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5040 last coding system used before calling set-buffer-modified-p
5041 because that function changes last-coding-system.
5042
5043 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5044
5045 * files.el (switch-to-buffer-other-window)
5046 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5047 the doc string.
5048
5049 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5050
5051 * language/slovak.el, language/czech.el: New maintainer.
5052
5053 2001-05-16 Sam Steingold <sds@gnu.org>
5054
5055 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5056 sub-form of `defgeneric' correctly.
5057
5058 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5059
5060 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5061 of `c'.
5062
5063 * textmodes/outline.el (outline-font-lock-level): Remove the
5064 condition-case, test what outline-level returns instead, to
5065 ease debugging.
5066
5067 * international/mule.el (auto-coding-regexp-alist): New user-option.
5068 (auto-coding-from-file-contents): New function.
5069 (set-auto-coding): Use it to determine a coding system.
5070
5071 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5072
5073 * mouse.el (mouse-delete-other-windows): Doc fix.
5074
5075 * emacs-lisp/lisp-mode.el (lisp-mode):
5076 Make font-lock-keywords-case-fold-search a buffer-local variable with
5077 make-local-variable before setting it.
5078
5079 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5080
5081 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5082 prefixes.
5083
5084 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5085
5086 * hexl.el (hexl-current-address): Print a message when called
5087 interactively.
5088
5089 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5090
5091 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5092
5093 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5094
5095 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5096
5097 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5098
5099 * startup.el (command-line): If parameters have been changed in
5100 the init files which influence font selection, clear the face
5101 cache so that faces get realized with the new parameters.
5102
5103 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5104
5105 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5106
5107 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5108
5109 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5110
5111 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5112 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5113
5114 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5115
5116 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5117 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5118
5119 2001-05-09 John Wiegley <johnw@gnu.org>
5120
5121 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5122 Annotated the documentation string to tell users about
5123 `eshell-no-numeric-conversions'.
5124
5125 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5126 conversions if a Lisp function has the property
5127 `eshell-no-numeric-conversions' set to a non-nil value.
5128
5129 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5130 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5131 property `eshell-no-numeric-conversions' on the following
5132 functions (which all deal with filesystem entities, and never Lisp
5133 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5134 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5135 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5136 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5137 eshell/which, eshell/addpath.
5138
5139 2001-05-09 John Wiegley <johnw@gnu.org>
5140
5141 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5142 encountered as an argument, don't convert it right away, but tag
5143 the first character of the string with the text properties
5144 `number', which signifies to `eshell-lisp-command' that the
5145 argument should be passed through `string-to-number' if it is
5146 actually used in the call to a Lisp function.
5147
5148 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5149 function, convert any string arguments that have been tagged as
5150 "numbers", by calling string-to-number.
5151
5152 * eshell/esh-util.el (eshell-number-regexp): Now that number
5153 conversions only happen for Lisp function calls, the number regexp
5154 should now match all integer and floating point forms.
5155
5156 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5157 `eshell-continue-process', since they are both nonfunctional at
5158 the moment.
5159 (eshell-proc-initialize): Don't bind keys for
5160 `eshell-stop-process' or `eshell-continue-process'.
5161
5162 * eshell/em-unix.el (eshell-shuffle-files):
5163 Apply `directory-file-name' before calling `file-name-directory'.
5164
5165 * eshell/em-hist.el (eshell-add-to-history): Reference to
5166 `eshell-history-ring' needed to be `eshell-history-index'.
5167
5168 * calendar/timeclock.el (timeclock-find-discrep):
5169 Initialize `elapsed' to 0.
5170 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5171 it's still nil.
5172
5173 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5174
5175 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5176 (archive-mode): Use capitalize.
5177 (archive-unique-fname): Use make-temp-file.
5178
5179 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5180
5181 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5182
5183 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5184
5185 * tar-mode.el (tar-extract): Pay attention to the value of
5186 coding-system-for-read, if it is non-nil.
5187
5188 * calendar/holidays.el (holidays): Add an autoload cookie.
5189 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5190
5191 2001-05-08 John Wiegley <johnw@gnu.org>
5192
5193 * calendar/timeclock.el (timeclock-workday-remaining):
5194 Changed logic for determining how much time is remaining.
5195 (timeclock-workday-elapsed): Don't accept a "relative" argument
5196 for the current day's elapsed time. What could that have meant?
5197 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5198 (timeclock-when-to-leave): Changed logic, similarly to what was
5199 done for `timeclock-workday-remaining'.
5200 (timeclock-find-discrep): Removed "today-only" argument, which had
5201 no meaning. Fixed some more math problems. The function now
5202 returns a three member list: (TOTAL-TIME-DISCREPANCY
5203 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5204
5205 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5206
5207 * w32-fns.el (convert-standard-filename): Start replacing slashes
5208 from the beginning of the file name, not from where the last
5209 invalid character was. From "Andrew Maguire (SWW)"
5210 <Andrew.Maguire@Smallworld.co.uk>
5211
5212 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5213
5214 The following changes are to provide infrastructure for handling
5215 MIME messages to rmail. They don't affect the original behaviour
5216 if rmail-enable-mime is nil.
5217
5218 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5219 (rmail-search-mime-message-function)
5220 (rmail-search-mime-header-function): New variables.
5221 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5222 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5223 `rmail-view-buffer' is hidden.
5224 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5225 call rmai-show-mime-function.
5226 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5227 mode-line-process of rmail-view-buffer.
5228 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5229 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5230 buffer.
5231 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5232 set-buffer to the Rmail buffer.
5233 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5234 rmail-search-mime-header-function.
5235 (rmail-search-message): New function.
5236 (rmail-search): Call rmail-search-message to check if a message
5237 matches REGEXP, lastly update point after calling
5238 rmail-show-message.
5239 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5240 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5241 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5242 header region, refer to rmail-msgref-vector while setting the
5243 current buffer to rmail-buffer temporarily.
5244 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5245 If rmail-enable-mime is non-nil, call
5246 rmail-insert-mime-forwarded-message-function instead of inserting
5247 forwarded message by itself.
5248
5249 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5250 Rmail buffer.
5251 (rmail-set-label, rmail-next-labeled-message): Likewise.
5252
5253 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5254 set-buffer to the Rmail buffer.
5255 (rmail-output-to-rmail-file): Likewise.
5256 (rmail-output): Likewise.
5257
5258 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5259 of mail-fetch-field by rmail-summary-line-decoder.
5260 (rmail-new-summary): Be sure to go to the Rmail buffer.
5261 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5262 rmail-view-buffer to nil.
5263 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5264 rmail-view-buffer.
5265 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5266 rmail-buffer.
5267 (rmail-summary-scroll-msg-down): Likewise.
5268 (rmail-summary-beginning-of-message): Likewise.
5269 (rmail-summary-wipe): Likewise.
5270 (rmail-summary-toggle-header): Use save-window-excursion, not
5271 save-excursion. Update point in rmail-view-buffer, not in
5272 rmail-buffer.
5273 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5274 rmail-view-buffer, not rmail-buffer.
5275
5276 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5277
5278 * cus-edit.el (custom-file): Signal an error if user-init-file is
5279 nil (running -q).
5280
5281 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5282
5283 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5284 Add :version.
5285
5286 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5287 New option.
5288 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5289 only if smtpmail-warn-about-unknown-extensions is set.
5290
5291 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5292 instead of rmail-sort-by-keywords.
5293
5294 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5295 rmail-sort-by-keywords.
5296
5297 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5298 rmail-summary-sort-by-keywords. Doc fix.
5299 (rmail-summary-mode): Doc fix.
5300
5301 * mail/rmail.el (rmail-edit): New Custom group.
5302
5303 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5304 (rmail-edit-mode-hook): New user-option.
5305
5306 2001-05-05 Richard M. Stallman <rms@gnu.org>
5307
5308 * help.el (help-xref-symbol-regexp): Recognize "source of"
5309 and friends, meaning make a link to the source file.
5310 (help-make-xrefs): Handle "source of" and friends
5311 by constructing a link that visits the source file.
5312
5313 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5314
5315 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5316
5317 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5318 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5319 Renamed from perl-font-lock-keywords to avoid clashes.
5320 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5321 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5322 Updated correspondingly.
5323
5324 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5325 Typo `nonexistant' -> `nonexistent'.
5326
5327 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5328
5329 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5330 Split `c-electric-delete' into two functions where
5331 `c-electric-delete-forward' always deletes forward and
5332 `c-electric-delete' only contains the code necessary for XEmacs to
5333 choose between backward and forward deletion.
5334
5335 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5336 get the electric behavior on that key too.
5337 (c-fill-paragraph): Fixed bogus direct use of
5338 c-comment-prefix-regexp, which caused an error when it's a list.
5339
5340 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5341
5342 * dired-aux.el (dired-diff): Doc fix.
5343
5344 * dired.el (dired-diff): Likewise.
5345
5346 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5347
5348 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5349
5350 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5351
5352 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5353 if both the buffer and the file are read-only.
5354
5355 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5356 rather than font-lock-string-face.
5357 (sh-get-indent-info): Treat heredocs like strings.
5358
5359 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5360
5361 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5362 a newline following `}'.
5363 (texinfo-format-email): New function.
5364 (toplevel): Use texinfo-format-email for @email.
5365 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5366 Add `display'.
5367 (texinfo-sort-region): Goto point-min before sorting.
5368 (texinfo-set): Remove leading white space from value.
5369 From yagi@is.titech.ac.jp.
5370
5371 * replace.el (query-replace-regexp-eval): Doc fix.
5372
5373 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5374
5375 * diff-mode.el (diff-nonexistant-face): New face.
5376 (diff-font-lock-keywords): Use it.
5377
5378 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5379
5380 * font-lock.el (font-lock-mode): Doc fix.
5381
5382 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5383 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5384
5385 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5386
5387 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5388 backslash at the start of the here-document delimiter.
5389 (sh-font-lock-syntactic-keywords): Likewise.
5390
5391 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5392
5393 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5394
5395 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5396 (tty-color-translate, tty-color-by-index, tty-color-values)
5397 (tty-color-desc): Doc fix.
5398
5399 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5400
5401 * dired-aux.el (dired-do-create-files, dired-do-copy)
5402 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5403 Mention dired-dwim-target in the doc string.
5404
5405 2001-04-28 Miles Bader <miles@gnu.org>
5406
5407 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5408 (dabbrev--find-expansion): Use it.
5409 (dabbrev--select-buffers): Don't select ignored buffers.
5410
5411 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5412
5413 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5414
5415 2001-04-26 Richard M. Stallman <rms@gnu.org>
5416
5417 * dabbrev.el: Add doc strings for some functions.
5418 (dabbrev--eliminate-newlines): New variable.
5419 (dabbrev--substitute-expansion): Convert newlines to spaces
5420 if dabbrev--eliminate-newlines is set.
5421 If abbrev and expansion are both all-lower-case,
5422 leave dabbrev--last-case-pattern nil.
5423
5424 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5425
5426 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5427 if necessary, like in rmail-show-message.
5428
5429 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5430
5431 * ps-print.el: Color specified by number is forced to be float number.
5432 (ps-print-version): New version number (6.5.1.1).
5433 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5434 initialization.
5435 (ps-prefix-quote): New internal var.
5436 (ps-print-quote): New fun.
5437 (ps-setup, ps-output-frame-properties, ps-float-format)
5438 (ps-format-color): Code fix.
5439 (ps-plot-region): Eliminate redundant foreground color text setting.
5440
5441 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5442
5443 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5444
5445 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5446
5447 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5448
5449 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5450
5451 * info.el (Info-additional-directory-list): Doc fix.
5452
5453 * find-lisp.el (find-lisp-find-dired-filter)
5454 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5455 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5456
5457 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5458
5459 * progmodes/make-mode.el (makefile-font-lock-keywords):
5460 Rationalize the rules for includes and conditionals and use the
5461 keyword face for them.
5462
5463 * faces.el (modify-face): Add compatibility for non-interactive use.
5464
5465 2001-04-24 John Wiegley <johnw@gnu.org>
5466
5467 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5468 fix from last night, since it wasn't finding eshell/cd.
5469
5470 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5471
5472 * rect.el (string-rectangle): Revert to 20.x behaviour.
5473 (replace-rectangle): Make it an alias for string-rectangle.
5474 (string-insert-rectangle): New function.
5475
5476 2001-04-23 John Wiegley <johnw@gnu.org>
5477
5478 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5479 occurring with Emacs 21's diff.el/compile.el interaction layer.
5480
5481 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5482
5483 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5484 case where the function was defined in a file, but not part of an
5485 eshell module.
5486
5487 2001-04-23 John Wiegley <johnw@gnu.org>
5488
5489 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5490 code to work around a redisplay problem I've been having.
5491
5492 2001-04-23 John Wiegley <johnw@gnu.org>
5493
5494 * calendar/timeclock.el (timeclock-day-required): If the time
5495 required for a particular day is not set, use `timeclock-workday'.
5496 (timeclock-find-discrep): Added some sample code in a comment.
5497
5498 * eshell/eshell.el (eshell-command): Made a few changes so that
5499 `eshell-command' could be called programmatically.
5500
5501 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5502
5503 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5504
5505 2001-04-23 John Wiegley <johnw@gnu.org>
5506
5507 * calendar/timeclock.el: Updated copyright.
5508 (timeclock-generate-report): Don't report the daily or two-week
5509 total, if no time has been worked in that period.
5510 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5511 final computational form, which was unnecessary; corrected a
5512 parsing problem when timeclock-relative was nil.
5513
5514 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5515
5516 * calendar/timeclock.el (timeclock-modeline-display): Check if
5517 `list-entry' is null.
5518 (timeclock-use-display-time): The first argument to `set-variable'
5519 must be a symbol.
5520
5521 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5522
5523 * calendar/calendar.el (diary-entry-marker)
5524 (calendar-today-marker, calendar-holiday-marker):
5525 Use display-color-p instead of window-system.
5526 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5527 instead of window-system.
5528 (calendar-hide-window): Use display-multi-frame-p instead of
5529 window-system.
5530
5531 * calendar/cal-x.el (calendar-two-frame-setup)
5532 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5533 Use display-multi-frame-p instead of window-system.
5534
5535 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5536
5537 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5538
5539 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5540 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5541
5542 2001-04-23 Alex Schroeder <alex@gnu.org>
5543
5544 * goto-addr.el: Instead of defining line-beginning-position and
5545 line-end-position a defalias is used for point-at-bol and point-at-eol.
5546
5547 2001-04-23 Alex Schroeder <alex@gnu.org>
5548
5549 * goto-addr.el: Added XEmacs compatibility code.
5550 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5551
5552 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5553
5554 * textmodes/paragraphs.el (sentence-end): Doc fix.
5555
5556 2001-04-20 Alex Schroeder <alex@gnu.org>
5557
5558 * sql.el (sql-escape-newlines-and-send): New function.
5559 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5560
5561 2001-04-20 Alex Schroeder <alex@gnu.org>
5562
5563 * sql.el (sql-db2-program): New option.
5564 (sql-db2-options): New option.
5565 (sql-db2): New function.
5566
5567 2001-04-20 Alex Schroeder <alex@gnu.org>
5568
5569 * sql.el (sql-mode-menu): Added highlighting entries.
5570 (sql-highlight-oracle-keywords): New function.
5571 (sql-highlight-postgres-keywords): New function.
5572 (sql-highlight-ansi-keywords): New function.
5573
5574 2001-04-20 Alex Schroeder <alex@gnu.org>
5575
5576 * sql.el (sql-help): Doc change.
5577
5578 2001-04-19 Karl Fogel <kfogel@collab.net>
5579
5580 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5581 that inserted file content only to delete it immediately.
5582 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5583 <lektu@uol.com.br> for the patch.
5584
5585 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5586
5587 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5588
5589 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5590
5591 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5592 for defmethod.
5593
5594 * comint.el (comint-cr-magic): New function.
5595 (toplevel): Add it to comint-preoutput-filter-functions.
5596
5597 2001-04-18 Andrew Innes <andrewi@gnu.org>
5598
5599 * makefile.w32-in (EMACSLOADPATH): Define.
5600 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5601 (recompile): Remove stuff to set EMACSLOADPATH.
5602
5603 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5604
5605 * language/slovak.el ("Slovak"): Add tutorial entry.
5606
5607 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5608 browse-url-new-window-p.
5609
5610 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5611
5612 * info.el (Info-menu-update): When there are no menus and/or no
5613 cross references in the node, make the respective items of the
5614 Info menu-bar menu inactive.
5615
5616 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5617
5618 * indent.el (indent-for-tab-command): Call indent-line-function
5619 with no argument if PREFIX-ARG is non-nil.
5620
5621 * frame.el (delete-other-frames): Handle minibuffer-only frames.
5622
5623 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5624
5625 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5626 an async subprocess if start-process is unavailable. Suggested by
5627 Tim Van Holder <tim.van.holder@pandora.be>.
5628
5629 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5630
5631 * info.el (Info-additional-directory-list): Doc fix. Suggested by
5632 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5633
5634 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5635
5636 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
5637 manual.
5638
5639 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
5640
5641 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
5642 (cvs-menu): Add a few entries.
5643
5644 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
5645 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
5646 lock file appears to be reachable from Emacs.
5647 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
5648 (cvs-mode-find-file): Look for cvs-header-face rather than
5649 cvs-dirname-face (which doesn't exist).
5650 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
5651
5652 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
5653
5654 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
5655
5656 * emulation/pc-select.el (pc-selection-mode): Don't turn on
5657 normal-erase-is-backspace on a tty. Instead, bind some keys such
5658 as [delete] directly, like pc-select.el did before
5659 normal-erase-is-backspace was invented.
5660
5661 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5662
5663 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
5664
5665 2001-04-11 John Wiegley <johnw@gnu.org>
5666
5667 * eshell/em-ls.el (eshell-ls-insert-directory):
5668 Set font-lock-defaults to nil, to prevent fontification in dired
5669 buffers, if Eshell's ls is being used.
5670
5671 2001-04-11 John Wiegley <johnw@gnu.org>
5672
5673 * calendar/timeclock.el (timeclock-completing-read): New function.
5674 (timeclock-ask-for-project, timeclock-ask-for-reason):
5675 Call `timeclock-completing-read'.
5676
5677 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
5678 required where `member' was being used.
5679
5680 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
5681
5682 * eshell/em-hist.el (eshell-previous-matching-input):
5683 Don't display "History item" if the the minibuffer is active.
5684
5685 2001-04-11 Gerd Moellmann <gerd@gnu.org>
5686
5687 * startup.el (command-line): Output a newline after printing
5688 an error from loading the window system's init file.
5689
5690 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
5691
5692 * textmodes/texinfo.el (texinfo-font-lock-keywords):
5693 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
5694 @inforef. Add an OVERRIDE of `keep' to highlight specs of
5695 keywords whose arguments routinely include @@.
5696
5697 2001-04-10 Gerd Moellmann <gerd@gnu.org>
5698
5699 * emacs-lisp/advice.el (ad-make-advised-definition):
5700 Construct advice for subrs differently.
5701
5702 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
5703 regexp in parentheses when building the regexp for searching backwards.
5704
5705 * simple.el (completion-list-mode-finish): New function.
5706 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
5707
5708 * language/european.el ("Polish"): Change sample text.
5709 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5710
5711 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
5712 parameter.
5713
5714 * faces.el (menu): Doc fix.
5715
5716 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5717
5718 * ps-print.el: Footer implementation. Doc fix.
5719 (ps-print-version): New version number (6.5.1).
5720 (ps-header-frame-alist): New customization var for header frame
5721 properties.
5722 (ps-line-number-color): New customization var for line number color.
5723 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
5724 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
5725 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
5726 (ps-right-footer): New customization vars for footers.
5727 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
5728 footers.
5729 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
5730 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
5731 Code fix.
5732 (ps-prologue-file): Indentation fix.
5733 (ps-print-quote): Fun eliminated.
5734 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
5735 (ps-output-frame-properties): New fun.
5736 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
5737 (ps-skip-newline): Replace defun by defsubst.
5738
5739 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
5740
5741 * eshell/eshell.el (eshell-command): Needed a "%s" format
5742 specifier, in case the buffer contains percent characters.
5743
5744 2001-04-10 John Wiegley <johnw@gnu.org>
5745
5746 * calendar/timeclock.el (timeclock-generate-report): Added a
5747 missing insert of the project name.
5748
5749 2001-04-09 Gerd Moellmann <gerd@gnu.org>
5750
5751 * obsolete/profile.el: Moved from emacs-lisp/.
5752
5753 * Makefile.in (nonobsolete_setwins): New macro.
5754 (finder-data): Use it instead of `setwins'.
5755 From: Dave Love <fx@gnu.org>.
5756
5757 * server.el (server-visit-files): Set server-existing-buffer correctly.
5758 (server-visit-files): Run server-visit-hook after going to
5759 line 1 so that the hook can set point as it sees fit.
5760
5761 * bindings.el (mode-line-modified): Unify help messages.
5762
5763 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
5764
5765 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
5766 All callers changed.
5767
5768 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
5769
5770 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
5771 long file names aren't supported, truncate the file names in
5772 quail-misc-package-ext-info to 8+3 before matching them against
5773 FILENAME.
5774
5775 * dos-fns.el (dos-truncate-to-8+3): New function.
5776
5777 * progmodes/compile.el (grep-compute-defaults): Use null-device
5778 instead of literal /dev/null. Reported by Jens Schmidt
5779 <schmidt@mathematik.uni-kl.de>.
5780
5781 * simple.el (normal-erase-is-backspace-mode): Doc fix.
5782
5783 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
5784
5785 * textmodes/sgml-mode.el: Add unknown maintainer.
5786 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
5787 (html-mode-map): Use set-keymap-parent.
5788
5789 2001-04-06 Dave Love <fx@gnu.org>
5790
5791 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5792 Remove redundant string-to-list.
5793
5794 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
5795
5796 * composite.el (reference-point-alist): Doc fix.
5797
5798 2001-04-05 Sam Steingold <sds@gnu.org>
5799
5800 * font-lock.el (font-lock-keywords-case-fold-search):
5801 Make buffer-local. This fixes a very annoying bug when loading a Lisp
5802 file made font-lock case-insensitive.
5803
5804 2001-04-05 Gerd Moellmann <gerd@gnu.org>
5805
5806 * faces.el (defface menu): Doc fix.
5807
5808 * wid-edit.el (widget-color-sample-face-get): Don't make
5809 faces for undefined colors.
5810
5811 * version.el (emacs-version): Include LessTif/Motif version info.
5812
5813 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5814
5815 * ps-mule.el: Eliminate cl package dependence.
5816 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
5817 if they aren't defined yet.
5818 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
5819 Eliminate cl package dependence.
5820
5821 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
5822
5823 * progmodes/cc-cmds.el (c-outline-level):
5824 Bind buffer-invisibility-spec. Originally from Dave Love, but
5825 got lost when incorporating version 5.26.
5826
5827 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
5828
5829 * emulation/pc-select.el (pc-selection-mode):
5830 Call normal-erase-is-backspace-mode instead of binding
5831 keys individually.
5832
5833 * cus-load.el (normal-erase-is-backspace): Use it instead of
5834 delete-key-deletes-forward.
5835
5836 * startup.el (command-line): Use normal-erase-is-backspace and
5837 normal-erase-is-backspace-mode.
5838
5839 * simple.el (normal-erase-is-backspace): Rename from
5840 delete-key-deletes-forward. Doc fix.
5841 (normal-erase-is-backspace-mode): Rename from
5842 delete-key-deletes-forward-mode. Doc fix.
5843 Run normal-erase-is-backspace-hook.
5844
5845 * dired.el (dired-move-to-filename-regexp): Support file sizes in
5846 ``human-readable'' format produced by GNU `ls'.
5847 (dired-move-to-filename-regexp): Recognize ISO format dates.
5848 From Paul Eggert <eggert@twinsun.com>.
5849
5850 2001-04-04 Gerd Moellmann <gerd@gnu.org>
5851
5852 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
5853 New functions.
5854 (lm-verify): Check keywords.
5855 From Eric M. Ludlam <eric@siege-engine.com>.
5856
5857 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
5858
5859 * speedbar.el (speedbar-insert-image-button-maybe): Check for
5860 `xemacs' feature instead of for the function `set-extent-property'.
5861
5862 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
5863
5864 * mail/mh-utils.el (mh-folder-hist): New var.
5865 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
5866
5867 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
5868
5869 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
5870 region, position point on the first or last 16-byte group.
5871 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
5872 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
5873 hexl-beginning-of-line.
5874
5875 2001-04-03 Gerd Moellmann <gerd@gnu.org>
5876
5877 * icomplete.el (icomplete-mode): Treat an argument like other
5878 modes do.
5879
5880 * startup.el (fancy-splash-head): Use splash8.xpm for color
5881 depth 8.
5882
5883 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
5884 Add an antry for ``converts''.
5885
5886 * language/slovak.el ("Slovak"): Add documentation string.
5887 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5888
5889 * language/czech.el ("Czech"): Add documentation string.
5890 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5891
5892 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
5893 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
5894
5895 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
5896
5897 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
5898 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
5899 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
5900 Use `defsubst' rather than a macro to ease debugging.
5901 (mail-extr-last): Remove (use `last' instead).
5902 (mail-extract-address-components): Properly reset the syntax-table
5903 after parsing an address. Use `last' rather than mail-extr-last.
5904 Make sure the end marker stays at the very end.
5905
5906 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
5907
5908 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
5909 last change.
5910
5911 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5912
5913 * ps-print.el: Line and paragraph spacing feature. Region to cut
5914 out when printing. Doc fix.
5915 (ps-print-version): New version number (6.5).
5916 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
5917 New vars. Line and paragraph spacing feature.
5918 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
5919 out when printing.
5920 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
5921 (ps-get-font-size, ps-begin-job, ps-continue-line)
5922 (ps-plot-region): Code fix.
5923 (ps-print-prologue-2): Var eliminated.
5924 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
5925 New internal vars.
5926 (ps-get-size): New fun.
5927 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
5928 (ps-next-line): Replace defun by defsubst.
5929 (ps-mule-plot-string): Autoload doc fix.
5930
5931 * ps-bdf.el: XEmacs compatibility. Doc fix.
5932 (installation-directory, coding-system-for-read): Declare vars if
5933 it's not declared yet.
5934 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
5935
5936 * ps-mule.el: XEmacs compatibility. Doc fix.
5937 (leading-code-private-22): Declare var if it's not declared yet.
5938 (charset-bytes, charset-dimension, charset-id, charset-width)
5939 (find-charset-region, split-char, char-width, chars-in-region)
5940 (forward-point, decompose-composite-char, encode-coding-string)
5941 (coding-system-p, ccl-execute-on-string, define-ccl-program):
5942 Define funs if not defined yet.
5943 (encode-composition-rule, find-composition): Define funs if not
5944 loaded yet.
5945 (ps-mule-prologue): PostScript code fix.
5946
5947 2001-04-02 Kenichi Handa <handa@etl.go.jp>
5948
5949 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
5950 non-nil, generate font for the header strings.
5951 (ps-mule-prepare-font): Likewise.
5952 (ps-mule-generate-glyphs): Likewise.
5953 (ps-mule-string-encoding): Likewise.
5954 (ps-mule-header-charsets): New variable.
5955 (ps-mule-encode-header-string): New function.
5956 (ps-mule-header-string-charsets): New function.
5957 (ps-mule-begin-job): Check charsets in the header strings. If there
5958 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
5959
5960 * ps-print.el (ps-generate-header-line): Encode the header string by
5961 ps-mule-encode-header-string.
5962 (ps-mule-encode-header-string): Declare autoload.
5963
5964 2001-04-02 Gerd Moellmann <gerd@gnu.org>
5965
5966 * frame.el (cursor-in-non-selected-windows):
5967 Replaces show-cursor-in-non-selected-windows.
5968
5969 2001-03-31 Kenichi Handa <handa@etl.go.jp>
5970
5971 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5972 Delete entries for "chinese-py" and "chinese-ziranma".
5973 (quail-misc-package-ext-info): New variable.
5974 (tsang-quick-converter): New function.
5975 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
5976 (quick-cns-converter, py-converter, ziranma-converter)
5977 (miscdic-convert, batch-miscdic-convert): New functions.
5978
5979 2001-03-30 Kenichi Handa <handa@etl.go.jp>
5980
5981 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
5982 eight-bit-control chars.
5983
5984 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5985 Reduce making temporary vector (suggested by Dave Love).
5986
5987 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5988
5989 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
5990 string as well.
5991
5992 2001-03-30 Andreas Schwab <schwab@suse.de>
5993
5994 * files.el (backup-directory-alist): Fix typo.
5995
5996 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5997
5998 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
5999 <eggert@twinsun.com>.
6000
6001 2001-03-30 Dave Love <fx@gnu.org>
6002
6003 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6004
6005 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6006
6007 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6008
6009 2001-03-30 Miles Bader <miles@gnu.org>
6010
6011 * subr.el (interactive-form): Fix paren typo.
6012
6013 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6014
6015 * emacs-lisp/profile.el: Say that it's obsolete in the header
6016 line, so that finder.el puts that into its data-base.
6017 Suggested by Alex Schroeder <alex@gnu.org>.
6018
6019 2001-03-29 Paul Eggert <eggert@twinsun.com>
6020
6021 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6022 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6023
6024 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6025
6026 * generic.el (generic-mode-set-comments): Use "" rather than nil
6027 for comment-end.
6028
6029 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6030
6031 * emacs-lisp/advice.el (ad-make-advised-definition):
6032 Call interactive-form to obtain the interactive spec of subrs.
6033
6034 * subr.el (interactive-form): New function.
6035
6036 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6037
6038 * vc-sccs.el (vc-sccs-register): Use relative file names.
6039
6040 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6041
6042 * bookmark.el (bookmark-get-bookmark): Handle case that
6043 BOOKMARK is not a string.
6044
6045 * image.el (image-type-regexps): Change type for PS files
6046 to `postscript'.
6047
6048 * subr.el (read-passwd): Clear command history after each
6049 character entered. From: Stephen Gildea
6050 <gildea@stop.mail-abuse.org>.
6051
6052 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6053
6054 * international/kkc.el (kkc-save-init-file): Locally bind
6055 print-length to nil.
6056
6057 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6058
6059 * textmodes/flyspell.el: Some doc fixes.
6060 (flyspell-maybe-correct-transposition)
6061 (flyspell-maybe-correct-doubling): Use a temporary buffer
6062
6063 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6064
6065 * emacs-lisp/byte-opt.el (byte-optimize-while)
6066 (byte-optimize-form-code-walker): Diagnose too few arguments
6067 for `if' and `while'.
6068
6069 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6070
6071 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6072 Prepend `\' to "\<quail-translation-docstring>".
6073
6074 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6075
6076 * autorevert.el (global-auto-revert-non-file-buffers):
6077 Remove duplicate defcustom.
6078
6079 2001-03-26 Miles Bader <miles@gnu.org>
6080
6081 * international/latin1-disp.el (latin1-char-displayable-p):
6082 Add leading "-" for X font pattern.
6083
6084 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6085
6086 * international/mule-diag.el (describe-coding-system):
6087 For raw-text and emacs-mule, don't add anymore text about what
6088 charsets they can encode.
6089
6090 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6091
6092 * help.el (view-lossage): Mention open-dribble-file in the doc
6093 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6094
6095 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6096
6097 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6098 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6099
6100 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6101
6102 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6103 Call ccl-execute-on-string directly so that CCL program handling
6104 multibyte sequence can work correctly.
6105 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6106 property of the coding system.
6107
6108 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6109
6110 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6111 Fix transcription typo.
6112
6113 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6114
6115 * whitespace.el: Add buffer local variables to toggle testing of
6116 whitespaces in buffers without affecting the default values.
6117 Bump version to 3.0 to account for a few other changes.
6118 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6119 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6120 (whitespace-toggle-spacetab-check): New functions.
6121
6122 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6123
6124 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6125
6126 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6127
6128 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6129 bs-cycle-configuration-name. From Juanma Barranquero
6130 <lektu@uol.com.br>.
6131
6132 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6133 and cc-vars.el.
6134
6135 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6136 headers. Always invoke sendmail with option -t.
6137
6138 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6139
6140 * Release of cc-mode 5.28.
6141
6142 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6143
6144 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6145 Removed the hardcoded switch to "java" style in Java mode.
6146 It's instead taken care of by the default value for c-default-style.
6147
6148 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6149
6150 * cc-align.el (c-lineup-math): Fix bug where lineup was
6151 triggered by equal signs in string literals.
6152
6153 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6154
6155 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6156 limit detection when at the ends of the buffer.
6157
6158 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6159 "for" statement clause in case 7F; a better one is done
6160 earlier in case 7D anyway.
6161
6162 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6163
6164 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6165 somewhat more and did a small optimization.
6166
6167 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6168
6169 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6170 Use the limit argument only to limit the syntactic context
6171 search, not to limit the actual movement.
6172
6173 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6174 inside multiline strings, just like in comments. Also various
6175 fixes to the paragraph and comment prefix recognition, block
6176 comment ender handling etc.
6177
6178 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6179
6180 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6181 the relative position of the point.
6182
6183 * cc-cmds.el (c-electric-continued-statement): New function to
6184 use as abbrev hook to reindent for keywords such as "else"
6185 that continues an earlier statement.
6186
6187 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6188 like classes.
6189
6190 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6191 (pike-mode): Populate the default abbrev tables to reindent for
6192 keywords such as "else" that can continue earlier statements.
6193 Abbrev mode is therefore turned on by default now. (Note that
6194 this doesn't apply to idl-mode, since IDL afaik doesn't have
6195 statements at all.)
6196
6197 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6198
6199 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6200 bracelists where the declaration contains template arguments.
6201
6202 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6203
6204 * cc-cmds.el (c-comment-indent):
6205 Use `c-get-syntactic-indentation' to correctly calculate the
6206 syntactic indentation. Fixes bug with lineup functions that
6207 return vectors.
6208
6209 * cc-engine.el (c-get-syntactic-indentation): Split the
6210 indentation sum calculation from `c-indent-line' to a separate
6211 function.
6212
6213 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6214
6215 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6216 Fixed places where it was assumed that preprocessor directives
6217 have to start in column zero.
6218
6219 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6220 template arguments after a class identifier properly.
6221
6222 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6223 lists for `new Foo[]' constructs in Java as expressions and
6224 not top level definition brace lists on the top level, so that
6225 they'll get indented consistently with the same type of
6226 expression in a normal block.
6227
6228 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6229
6230 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6231 whether the adaptive filling package fails to keep the comment
6232 prefix is now kludged further to check for filladapt-mode
6233 which doesn't have that problem. This is really icky, but it's
6234 the only way that works with the current misfeatures/bugs in
6235 both adaptive-fill-mode and filladapt-mode.
6236
6237 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6238 around point is recognized more robust.
6239
6240 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6241
6242 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6243 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6244 (c-lit-type): Fixed all internal variables used dynamically so
6245 that they are always bound.
6246
6247 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6248 errors:
6249
6250 (c-indent-region): Fixed reporting of syntactic errors so that
6251 the region is fully reindented even when an error occurs.
6252 The last syntactic error is printed afterwards. Also cleanup up a
6253 whole lot of code that tried to optimize indentation of whole
6254 sexps but in reality accomplishes nothing.
6255
6256 (c-indent-sexp): Use c-indent-region.
6257
6258 (c-parsing-error): Changed this variable to hold the message
6259 for any syntactic error that is discovered.
6260
6261 (c-parse-state): Search backward from point instead of the bod
6262 position when the latter is invalid. This makes CC Mode
6263 recover faster when there are unbalanced close braces.
6264
6265 (c-backward-to-start-of-if): Use c-parsing-error to report
6266 dangling "else" clauses instead of throwing an error, and fall
6267 back to a reasonable position.
6268
6269 (c-indent-line): Added argument to avoid reporting syntactic errors.
6270
6271 (c-show-syntactic-information): Don't report any syntactic errors.
6272
6273 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6274
6275 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6276 paragraph recognition when moving by sentence in literals.
6277
6278 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6279 start regexp for javadoc to recognize javadoc markup in general instead
6280 of a specific set of keywords, to be more future-safe.
6281
6282 (c-Pike-pikedoc-paragraph-start)
6283 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6284 pikedoc markup.
6285
6286 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6287
6288 (pike-mode): Initialize paragraph settings pikedoc recognition.
6289
6290 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6291
6292 (c-comment-prefix-regexp): Made it possible to use an
6293 association list on this to specify mode specific regexps.
6294 The default value now use a special regexp in Pike mode to
6295 recognize pikedoc markup.
6296
6297 (c-current-comment-prefix): New variable containing the actual
6298 regexp from c-comment-prefix-regexp for the current buffer.
6299
6300 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6301
6302 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6303 lists: We can't look at the syntax, since a brace list can get
6304 recognized as a plain statement-cont.
6305
6306 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6307 special brace list opener broken over two lines got recognized
6308 as a statement on the second line. Case 9A changed.
6309
6310 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6311
6312 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6313 adjustment after line is reindented.
6314
6315 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6316
6317 * cc-defs.el (c-point): Added optional argument for position
6318 to use instead of the current point.
6319
6320 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6321 the in-expression block symbols when the construct starts at
6322 boi, to avoid the extra level of indentation in that case.
6323 Cases 4, 16A and 17E affected.
6324
6325 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6326
6327 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6328 calls to `c-indent-line', to adhere better to Emacs conventions.
6329
6330 * cc-engine.el (c-indent-line): Use the syntax already bound
6331 to `c-syntactic-context', if there is any.
6332
6333 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6334
6335 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6336 wasn't added up correctly when a lineup function returned nil.
6337
6338 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6339
6340 * cc-engine.el (c-collect-line-comments): Fixed bug where
6341 empty lines were ignored when collecting line comments backwards.
6342
6343 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6344
6345 * cc-align.el (c-lineup-dont-change): Return an absolute
6346 indentation column to work correctly in the case when several
6347 syntactic elements are processed for the same line.
6348
6349 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6350 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6351 (c-set-offset): Added absolute indentation column settings by
6352 using the vector type.
6353
6354 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6355
6356 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6357 Implemented two new cleanups `space-before-funcall' and
6358 `compact-empty-funcall'.
6359
6360 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6361
6362 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6363 helping building regexps.
6364
6365 * cc-engine.el (c-on-identifier): New function for detecting
6366 identifiers. It takes keywords into account.
6367
6368 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6369 lists. `c-keywords' is set to a regexp matching all keywords
6370 in the current language.
6371
6372 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6373
6374 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6375 list of characters to skip backwards over at the beginning of
6376 a statement, since it can precede string literals in Pike.
6377
6378 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6379
6380 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6381 recognition when standing on the last line in a C++ comment
6382 with nothing but whitespace after the prefix.
6383
6384 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6385 given no limit argument.
6386
6387 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6388
6389 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6390 recognition for the `[]= operator symbol in Pike.
6391
6392 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6393
6394 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6395 around a bug in `eval-when-compile' in the byte compiler.
6396
6397 * cc-engine.el (c-forward-token-1): Fixed bug with return
6398 value when count is zero and there's no token start within the limit.
6399
6400 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6401 "prefix comments", i.e. comments which are followed by code on
6402 the same line.
6403
6404 * cc-mode-19.el: Fixes so that checks that must be done at
6405 compile time also are done then.
6406
6407 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6408
6409 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6410 time and at runtime, and only when it's needed.
6411
6412 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6413
6414 Major cleanup for less error prone and more warning free
6415 compilation, including some fixes for bugs due to different
6416 compilation orders. Thanks to Martin Buchholz for providing
6417 the basis for all this.
6418
6419 * cc-bytecomp.el: New file that provides some byte compilation
6420 features: It ensures that files always are loaded from the
6421 current source directory during compilation, and it provides a
6422 set of macros to turn off specific compiler warnings for
6423 specific symbols. (It's not CC Mode specific in any way.)
6424
6425 Fixed a nearly acyclic dependency tree (both runtime and
6426 compile-time) between all files.
6427
6428 * cc-defs.el: Separated all macros before the inline functions,
6429 to ensure correct compilation.
6430
6431 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6432 cc-defs.el to cc-engine.el and made it a function instead.
6433
6434 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6435 about char-after.
6436
6437 * cc-vars.el: Cope even when there isn't a custom package
6438 containing defcustom available.
6439
6440 * cc-make.el: Removed since it's no longer necessary.
6441
6442 README: Updated installation instructions.
6443
6444 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6445
6446 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6447 improve the modularity: Moved all mode init stuff from
6448 cc-langs.el to cc-mode.el, including the keymap
6449 initialization; cc-langs now only contains the various
6450 variables for configuring the language syntax.
6451
6452 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6453 (c-get-offset): Moved from cc-styles to cc-engine since file
6454 dependency analysis suggests they belong there (which also
6455 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6456
6457 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6458
6459 * cc-cmds.el (c-fn-region-is-active-p): New function that
6460 wraps the corresponding macro, for use in places that aren't
6461 compiled. Thanks to Martin Buchholz for pointing out this.
6462
6463 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6464
6465 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6466 add things to the bug report.
6467
6468 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6469
6470 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6471 returned prefix could contain a newline when the search for a
6472 good prefix line failed.
6473
6474 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6475
6476 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6477 (c-toggle-auto-hungry-state): Made the argument optional, as
6478 the documentation says it is.
6479
6480 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6481
6482 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6483 multiline string syntax, #"...", as a cpp macro.
6484
6485 2001-03-21 Paul Eggert <eggert@twinsun.com>
6486
6487 * international/mule-cmds.el (set-locale-environment):
6488 Set system-messages-locale and system-time-locale, but only if the
6489 caller specifies a non-nil locale name.
6490
6491 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6492
6493 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6494 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6495
6496 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6497
6498 * follow.el (follow-avoid-tail-recenter): Doc fix.
6499
6500 * custom.el (custom-set-variables): Avoid reversing the list
6501 of args needlessly.
6502
6503 * startup.el (fancy-splash-head): Don't change the colors of the
6504 XPM image on a dark background.
6505
6506 * comint.el (comint-exec-1): Set columns of the terminal to
6507 window-width instead of frame-width.
6508
6509 * info.el (Info-scroll-down): Add missing WINDOW arg for
6510 pos-visible-in-window-p.
6511
6512 * ehelp.el (electric-help-mode-hook): Add defcustom.
6513
6514 * mail/sendmail.el (mail-mode): Activate case-folding in
6515 font-lock-defaults.
6516
6517 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6518
6519 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6520 (completion-ignored-extensions): Remove duplicate ".class".
6521
6522 2001-03-19 Andreas Schwab <schwab@suse.de>
6523
6524 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6525 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6526
6527 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6528
6529 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6530 methods since there are not prefix input methods.
6531
6532 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6533
6534 * international/mule-cmds.el (read-input-method-name):
6535 Locally bind enable-recursive-minibuffers to t.
6536
6537 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6538
6539 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6540
6541 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6542
6543 * ediff-util.el: Copyright years.
6544 (ediff-choose-syntax-table): New function.
6545 (ediff-setup): Use ediff-choose-syntax-table.
6546
6547 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6548 with-syntax-table.
6549
6550 * ediff.el: Date of last update, copyright years.
6551
6552 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6553
6554 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6555 of Scott Bronson.
6556 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6557 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6558 Deleted functions.
6559 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6560 ex-token-list.
6561
6562 * viper-util.el: Spaces, indentation.
6563
6564 * viper.el: Changed version, modification time.
6565
6566 2001-03-16 John Wiegley <johnw@gnu.org>
6567
6568 * calendar/timeclock.el (timeclock-workday-remaining):
6569 Check whether `discrep' is non-null before using it.
6570
6571 2001-03-16 John Wiegley <johnw@gnu.org>
6572
6573 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6574 first-time checkins.
6575 (timeclock-log-data): Fixed problem with reading timelog log file.
6576 Resulting data in the "day list" was incorrect.
6577 (timeclock-find-discrep): Check if `timeclock-file' is readable
6578 before opening it.
6579 (timeclock-time-less-p): New function.
6580 (timeclock-day-base): New function.
6581 (timeclock-geometric-mean): New function.
6582 (timeclock-generate-report): Generate a summary report based on
6583 the contents of the log file. This uses `timeclock-log-data', and
6584 is an example of writing a timelog manipulation function.
6585 (timeclock-visit-timelog): A quick command for opening the timelog
6586 file.
6587 (timeclock-log-data): Bound the variable event.
6588
6589 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6590
6591 * international/mule-cmds.el (select-safe-coding-system):
6592 Fix typo: symbol-name -> symbol-value.
6593
6594 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6595 before substitute-in-file-name to handle double slashes in FILE
6596 correctly.
6597
6598 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6599
6600 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6601 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6602
6603 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6604
6605 * bindings.el (features): Add `md5' and `overlay' to the list.
6606
6607 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6608 bound before using it. It's not bound when configured without X,
6609 for instance.
6610
6611 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6612
6613 * progmodes/hideshow.el: Update copyright.
6614 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6615 (hs-minor-mode-hook): Include `:version' in defcustom form.
6616
6617 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6618
6619 * help.el (string-key-binding): Don't call event-start on
6620 a non-list.
6621
6622 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
6623
6624 * startup.el (fancy-splash-tail, command-line-1): Fix the
6625 copyright year.
6626
6627 2001-03-13 Kenichi Handa <handa@etl.go.jp>
6628
6629 * term.el: These changes are based on a patch sent from Yong Lu
6630 <lyongu@yahoo.com>.
6631 (term-set-escape-char): Bind M-x to execute-extended-command in
6632 term-raw-escape-map.
6633 (term-move-columns): Don't try to move to negagive column.
6634 (term-emulate-terminal): Insert a string before deleting a text to
6635 overwrite.
6636
6637 2001-03-12 Gerd Moellmann <gerd@gnu.org>
6638
6639 * play/life.el (life): Rearrange code so that all calls to
6640 life-display-generation are in a catch-form.
6641
6642 * progmodes/etags.el (tags-loop-continue): Don't change point in a
6643 file that isn't interesting. In an interesting file, push the old
6644 value of point on the mark ring.
6645
6646 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
6647 New function.
6648 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
6649 Use it.
6650
6651 * emacs-lisp/autoload.el (generate-file-autoloads):
6652 Remove warning about line lengths.
6653
6654 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6655
6656 * progmodes/etags.el (tags-compression-info-list): New variable.
6657 (find-tag-in-order): Use it to deal with compressed source files.
6658 (tag-file-name-match-p): New function.
6659 (etags-recognize-tags-table): Use it for better match of file names.
6660
6661 2001-03-12 Kenichi Handa <handa@etl.go.jp>
6662
6663 * international/mule-cmds.el (register-input-method): Doc fix.
6664
6665 * international/quail.el (quail-translate-key): Fix condition to
6666 check if there's another breaking point in the current key.
6667
6668 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
6669
6670 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
6671 Babyl header to the newly-created output file, bind
6672 coding-system-for-write to either rmail-file-coding-system or
6673 emacs-mule-unix.
6674
6675 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
6676
6677 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
6678 Fix the name and regexp used for subsubsections.
6679
6680 2001-03-10 Dave Love <fx@gnu.org>
6681
6682 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
6683 and save-buffer if buffer-file-name non-nil. From rms.
6684
6685 2001-03-10 Andre Spiegel <spiegel@gnu.org>
6686
6687 * vc.el (vc-do-command): If the destination buffer is already
6688 current, don't set it up and don't erase it. Updated doc string
6689 to reflect that.
6690 (vc-version-diff): When doing a single file diff, don't switch to the
6691 *vc-diff* buffer before the command. This is to preserve local
6692 variable bindings that might affect the diff command.
6693 (vc-print-log): Don't switch to the *vc* buffer before the
6694 command, so that local variable bindings are preserved.
6695
6696 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6697 not the current buffer.
6698 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
6699
6700 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6701 make output go to buffer *vc*, not the current buffer.
6702
6703 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
6704
6705 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
6706 so ^, $, *, ? and + are interpreted correctly.
6707
6708 2001-03-09 Gerd Moellmann <gerd@gnu.org>
6709
6710 * help.el (string-key-binding): Renamed from
6711 mode-line-key-binding. Handle any event on a string.
6712 Check for `keymap' properties as well as `local-map' properties.
6713
6714 * comint.el (comint-insert-clicked-input): Use the last key
6715 from this-command-keys to lookup the global key definition.
6716
6717 2001-03-09 Kenichi Handa <handa@etl.go.jp>
6718
6719 * international/characters.el: Add category `j' for
6720 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
6721
6722 * international/mule-conf.el (no-conversion): Fix docstring.
6723 (raw-text): Fix docstring.
6724
6725 2001-03-08 Gerd Moellmann <gerd@gnu.org>
6726
6727 * simple.el (choose-completion-string): When not leaving the
6728 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
6729 is set.
6730
6731 * window.el (shrink-window-if-larger-than-buffer): Handle frame
6732 parameter `(minibuffer . t)'.
6733
6734 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6735
6736 * progmodes/sh-script.el (sh-st-symbol): New symbol.
6737 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
6738 (sh-mode): Remove `make-local-variable' for unused var
6739 `font-lock-unfontify-region-function'.
6740
6741 2001-03-07 Richard M. Stallman <rms@gnu.org>
6742
6743 * info.el (Info-scroll-down): Fix previous change.
6744
6745 * mail/rmail.el (rmail-toggle-header): Use a window which
6746 is showing the Rmail buffer, rather than the selected window.
6747
6748 2001-03-07 Dave Love <fx@gnu.org>
6749
6750 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
6751 now, to avoid problems with binding imenu directly to a mouse event.
6752
6753 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6754
6755 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
6756 second arg t.
6757
6758 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6759
6760 * log-edit.el (log-edit-common-indent): New var.
6761 (log-edit-set-common-indentation): Renamed from
6762 log-edit-delete-common-indentation. Use the new var.
6763 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
6764
6765 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
6766 (cvs-mode-add-change-log-entry-other-window):
6767 Don't presume change-log-default-name is defined.
6768
6769 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
6770
6771 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
6772 the "tree" operation as well.
6773
6774 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
6775
6776 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
6777 to match paragraph-start.
6778
6779 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
6780 comment-start-skip and set comment-end-skip as well.
6781 (sgml-comment-indent): Fix for new value of comment-start-skip.
6782 (html-autoview-mode): Don't bother using make-local-hook.
6783
6784 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6785
6786 * cus-edit.el (custom-save-delete): Move in front of local
6787 variables, otherwise long Custom entries would make them ineffective.
6788
6789 * uniquify.el: Set maintainer to FSF.
6790
6791 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
6792
6793 * dired-aux.el (dired-do-shell-command): Doc fix.
6794
6795 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
6796
6797 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
6798
6799 * which-func.el (which-func-modes): Add cperl-mode.
6800 (which-func-mode-global): Use define-minor-mode.
6801
6802 * info-look.el: Docstring fixes and dead code eliminated.
6803 (cperl-mode): Add support.
6804 (emacs-lisp-mode): List all entries from elisp manual, whether
6805 or not they are currently (f)bound or not. Update regexp.
6806
6807 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
6808
6809 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
6810 so that C-h m shows the correct information.
6811 Use make-local-variable rather than make-variable-buffer-local.
6812 (cperl-info-buffer, cperl-setup-tmp-buf):
6813 Use make-local-variable rather than make-variable-buffer-local.
6814 (cperl-msb-fix, cperl-get-help-defer):
6815 Check major-mode for `cperl-mode' as well.
6816
6817 * progmodes/cperl-mode.el: Updated to author version 4.23.
6818 (cperl-electric-pod): SYNOPSIS was misspelled.
6819 (cperl-find-pods-heres): @if ? a : b was considered a REx.
6820 (cperl-after-expr-p): Make true after __END__.
6821
6822 2001-03-06 Gerd Moellmann <gerd@gnu.org>
6823
6824 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6825 bookmark-completion-ignore-case is t.
6826
6827 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
6828 switch, like xterm, and concat resource strings, with a newline
6829 between them.
6830
6831 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
6832
6833 * international/codepage.el (cp770-decode-table)
6834 (cp773-decode-table, cp774-decode-table): New variables.
6835
6836 * man.el (Man-hyphenated-reference-regexp): New variable.
6837 (Man-build-references-alist): Use it to search for referenced
6838 manpages. If hyphenated is non-nil, record a concatenated word in
6839 Man-refpages-alist only if it matches Man-reference-regexp.
6840 Update word's length when it is concatenated. Reverse the list,
6841 to get the first manpage at the head.
6842 (Man-possibly-hyphenated-word): New function.
6843 (Man-follow-manual-reference): Use it instead of current-word to
6844 find a manpage at point, in a way that accounts for hyphenated
6845 references.
6846
6847 2001-03-06 Alex Schroeder <alex@gnu.org>
6848
6849 * sql.el (sql-interbase): New function.
6850 (sql-interbase-program): New option.
6851 (sql-interbase-options): New option.
6852 And some typos fixed: "customise" to "customize".
6853
6854 2001-03-06 Dave Love <fx@gnu.org>
6855
6856 * textmodes/flyspell.el (flyspell-region):
6857 Set up flyspell-local-mouse-map.
6858
6859 2001-03-05 Richard M. Stallman <rms@gnu.org>
6860
6861 * mail/rmail.el (rmail-retry-failure):
6862 Don't call rmail-beginning-of-message.
6863 Don't discard From: field. Do discard Received: field.
6864 Use unwind-protect to re-prune.
6865 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
6866
6867 2001-03-06 Kenichi Handa <handa@etl.go.jp>
6868
6869 * international/quail.el (quail-title): Add autoload cookie.
6870
6871 2001-03-05 Dave Love <fx@gnu.org>
6872
6873 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
6874 new defs.
6875
6876 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6877
6878 * language/ethio-util.el (ethio-toggle-space):
6879 Update current-input-method-title if necessary.
6880 (ethio-toggle-punctuation): Likewise.
6881
6882 * international/quail.el (quail-title): Fix for the case that a
6883 title of an input method is specified by a list of the same form
6884 as used in mode-line-format.
6885
6886 * international/mule-cmds.el (activate-input-method):
6887 If current-input-method-title is set by activating INPUT-METHOD,
6888 respect that value.
6889
6890 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6891
6892 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
6893
6894 2001-03-05 Alex Schroeder <alex@gnu.org>
6895
6896 * sql.el (sql-sybase): Fix typo (was: query user about server two
6897 times instead of server and database).
6898
6899 * sql.el (sql-sybase): Doc change.
6900 (sql-mysql): Doc change.
6901 (sql-postgres): Doc change.
6902
6903 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6904
6905 * international/mule-conf.el (emacs-mule, raw-text):
6906 Docstring modified.
6907
6908 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6909
6910 * term/internal.el: Update copyright notice.
6911
6912 * term/pc-win.el: Update copyright notice.
6913
6914 2001-03-02 Dave Love <fx@gnu.org>
6915
6916 * files.el (insert-file-contents-literally):
6917 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
6918 not jka-compr-compression-info-list.
6919
6920 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
6921
6922 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
6923 spaces in default comment-start-skip settings rather than \s-.
6924
6925 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
6926
6927 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
6928 default-frame-alist as well.
6929
6930 2001-03-01 Dave Love <fx@gnu.org>
6931
6932 * textmodes/reftex.el (defvar): Wrap some defvars in
6933 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
6934
6935 * subr.el (event-basic-type): Doc fix.
6936
6937 * international/quail.el: Doc fixes.
6938
6939 * international/utf-8.el: Doc fixes.
6940
6941 * international/mule-cmds.el: Doc fixes.
6942 (leim-list-header): Fix header text.
6943
6944 * international/mule.el (coding-system-category): Doc fix.
6945
6946 * international/ccl.el (ccl-compile): Doc fix.
6947
6948 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
6949
6950 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
6951 rather than (before|after)-change-functions.
6952
6953 2001-03-01 Gerd Moellmann <gerd@gnu.org>
6954
6955 * ediff-util.el (ediff-scroll-horizontally): Arrange for
6956 scroll-left and scroll-right being called interactively so that
6957 they set the window's min_hscroll.
6958
6959 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
6960
6961 * info.el (info-insert-file-contents-1): Accept an additional
6962 argument `lfn': if it is non-nil, concatenate `filename' and
6963 `suffix'; otherwise use the complicated MS-DOS code.
6964 All callers changed.
6965 (info-insert-file-contents, Info-find-node): If the MS-DOS port
6966 can access long file names, try the long file-name version of
6967 `info-insert-file-contents-1', then the short file-name version.
6968
6969 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
6970
6971 * language/ethio-util.el (setup-ethiopic-environment-internal):
6972 Change bindings of functions keys to conform to "Emacs Lisp Coding
6973 Convention".
6974
6975 * language/ethiopic.el ("Ethiopic"): Add documentation.
6976
6977 2001-02-28 Kenichi Handa <handa@etl.go.jp>
6978
6979 * international/utf-8.el (mule-utf-8): Set coding-category
6980 property to coding-category-utf-8.
6981
6982 2001-02-27 Richard M. Stallman <rms@gnu.org>
6983
6984 * lpr.el (lpr-page-header-switches, print-region-1):
6985 Undo 2000-07-06 change.
6986 (lpr-add-switches): Default to t on gnu/linux.
6987
6988 2001-02-27 Gerd Moellmann <gerd@gnu.org>
6989
6990 * bs.el (bs-attributes-list): Doc fix.
6991
6992 2001-02-26 Gerd Moellmann <gerd@gnu.org>
6993
6994 * help.el (describe-project): Display the file THE-GNU-PROJECT.
6995
6996 * help.el (view-order-manuals): Use goto-address.
6997
6998 * startup.el (command-line-1): Add info about ordering manuals
6999 to the not so fancy splash screens.
7000
7001 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7002
7003 * vc.el (vc-default-workfile-unchanged-p)
7004 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7005
7006 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7007
7008 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7009 fontify in the right buffer.
7010
7011 * allout.el (outline-flag-region): Move macro in front of first
7012 use to avoid a run-time error.
7013
7014 2001-02-24 Andrew Innes <andrewi@gnu.org>
7015
7016 * makefile.w32-in: Fix copyright notice.
7017
7018 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7019
7020 * international/utf-8.el (mule-utf-8): Set correct value for
7021 valid-codes property.
7022
7023 * international/fontset.el (x-complement-fontset-spec): In the
7024 case that we use ASCII font for the other charsets, use only
7025 family and registry part of it.
7026
7027 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7028
7029 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7030 (shrink-window-if-larger-than-buffer): Doc fix.
7031
7032 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7033
7034 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7035 predicate passed to completing-read.
7036
7037 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7038
7039 * startup.el (command-line): Fix last change.
7040
7041 2001-02-23 Jason Rumney <jasonr@gnu.org>
7042
7043 * startup.el (tool-bar-originally-present): New variable.
7044 (command-line): Set it if the tool-bar is switched on at startup.
7045
7046 * frame.el (frame-notice-user-settings): Only adjust frame height
7047 for no tool-bar case if tool-bar was originally switched on.
7048 From E. Jay Berkenbilt.
7049
7050 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7051
7052 * server.el (server-switch-buffer): Only switch window if the
7053 current one is dedicated.
7054
7055 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7056 rather than using (match-beginning 0) when searching for break point.
7057
7058 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7059
7060 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7061 @ follows an accent command such as @'. Support optional braces
7062 in commands that insert accents, like makeinfo does.
7063
7064 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7065
7066 * startup.el (fancy-splash-text): Add a line for ordering
7067 manuals. Reverse order of splash screens shown.
7068 (use-fancy-splash-screens-p): Adapt to the text line added.
7069
7070 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7071 manuals from the FSF.
7072
7073 * help.el (view-order-manuals): New function.
7074 (toplevel): Bind C-h C-m to this function.
7075
7076 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7077
7078 * newcomment.el (comment-forward): Skip the comment-start before
7079 searching for the comment-end.
7080
7081 2001-02-21 Dave Love <fx@gnu.org>
7082
7083 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7084
7085 * international/mule-cmds.el, international/mule.el: Doc fixes.
7086
7087 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7088
7089 * startup.el (fancy-splash-screens): Use display-hourglass
7090 instead of display-busy-cursor.
7091
7092 * frame.el (display-hourglass): Renamed from busy-cursor.
7093 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7094 (show-cursor-in-non-selected-windows): Doc fix.
7095
7096 2001-02-20 Dave Love <fx@gnu.org>
7097
7098 * international/utf-8.el: Doc and commentary fixes.
7099
7100 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7101
7102 * ehelp.el (with-electric-help): Doc fix.
7103
7104 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7105
7106 * msb.el (msb-mode): Call the update-buffers function explicitly
7107 with a FORCE argument.
7108
7109 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7110 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7111 returns nil.
7112
7113 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7114
7115 * ps-print.el: Timestamp package replacement. Some enhancements.
7116 Some XEmacs compatibility. Doc fix.
7117 (ps-print-version): New version number (6.4).
7118 (ps-printer-name): Initialization fix.
7119 (ps-zebra-stripe-follow): Funcionality enhancement.
7120 (ps-prologue-file): Code enhancement.
7121 (ps-right-header): Timestamp package replacement.
7122 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7123 (ps-get-page-dimensions)
7124 (ps-generate-header, ps-begin-file, ps-begin-job)
7125 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7126 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7127 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7128 (coding-system-for-write): Var declaration (XEmacs compatibility).
7129
7130 2001-02-20 Miles Bader <miles@gnu.org>
7131
7132 * image-file.el (image-file-name-extensions): Add "tif".
7133
7134 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7135
7136 * wid-edit.el (widget-button-click): Save the selected window
7137 around the code handling clicks on buttons.
7138
7139 2001-02-18 Dave Love <fx@gnu.org>
7140
7141 * imenu.el (imenu--generic-function): Use mapc to iterate over
7142 syntax characters.
7143
7144 2001-02-17 Richard M. Stallman <rms@gnu.org>
7145
7146 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7147
7148 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7149
7150 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7151
7152 * mouse.el (mouse-save-then-kill): If the distance from the new
7153 point to the mark is equal to the distance of point from the new
7154 point, move point instead of the mark.
7155
7156 2001-02-16 Dave Love <fx@gnu.org>
7157
7158 * textmodes/flyspell.el (flyspell-get-word): Return string without
7159 properties.
7160
7161 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7162
7163 * generic.el (generic-find-file-regexp): Doc fix.
7164 (generic-ignore-files-regexp): New defcustom.
7165 (generic-mode-find-file-hook): If the file's name matches the
7166 regexp in `generic-ignore-files-regexp', don't enter
7167 default-generic-mode. Doc fix.
7168
7169 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7170
7171 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7172 Add autoload cookies.
7173
7174 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7175 of cal-tex-24.
7176
7177 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7178
7179 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7180
7181 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7182 the character class after the (optional) drive, to support file
7183 names with embedded blanks.
7184
7185 2001-02-15 Sam Steingold <sds@gnu.org>
7186
7187 * textmodes/tex-mode.el (tex-shell-running):
7188 Check the process buffer too.
7189
7190 2001-02-15 Dave Love <fx@gnu.org>
7191
7192 * battery.el (battery-status-function): Fix doc, :type.
7193
7194 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7195
7196 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7197
7198 * subr.el (read-passwd): Clear Lisp memory holding password.
7199
7200 2001-02-15 Miles Bader <miles@gnu.org>
7201
7202 * info.el (Info-copy-current-node-name): New function.
7203 (Info-mode-menu): Add it to the menu.
7204
7205 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7206
7207 * international/mule-cmds.el (toggle-input-method): Doc fix.
7208
7209 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7210
7211 * replace.el (occur): Stop at end of buffer.
7212
7213 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7214
7215 * international/mule-cmds.el (set-input-method): Another doc fix.
7216
7217 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7218
7219 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7220
7221 2001-02-13 Miles Bader <miles@gnu.org>
7222
7223 * faces.el (set-face-background, set-face-foreground)
7224 (set-face-stipple): Treat a value of nil as being `unspecified'.
7225
7226 2001-02-12 Dave Love <d.love@dl.ac.uk>
7227
7228 * international/latin1-disp.el: Doc fixes.
7229 (latin1-display) <defgroup>: Add :link.
7230 (latin1-display) <function>: Set variable latin1-display.
7231
7232 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7233
7234 * international/mule-cmds.el (set-input-method): Doc fix.
7235
7236 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7237
7238 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7239 (speedbar-line-file): Return nil if not a file.
7240 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7241
7242 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7243
7244 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7245 for remote files.
7246 (ediff-coding-system-for-read): Replaced the no-conversion default
7247 with raw-text.
7248
7249 * ediff-init.el: Removed :version from defcustom vars.
7250
7251 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7252 Better handling of the diff mode.
7253
7254 * ediff.texi: Added ediff-coding-system-for-read.
7255
7256 * viper.texi: Fix typos.
7257
7258 2001-02-11 Dave Love <fx@gnu.org>
7259
7260 * shadowfile.el: Doc fixes.
7261 (shadow) <defgroup>: Add :link.
7262 (shadowfile-unload-hook): New function.
7263 (shadow-initialize): Use defalias, not fset.
7264 (shadow-define-cluster, shadow-define-literal-group)
7265 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7266
7267 * international/mule.el: Doc and message fixes.
7268
7269 * international/ccl.el (define-ccl-program): Doc fix.
7270
7271 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7272
7273 * faces.el (mode-line): Set :line-width property to -1.
7274
7275 2001-02-10 Richard M. Stallman <rms@gnu.org>
7276
7277 * complete.el (partial-completion-mode): Doc fix.
7278
7279 * simple.el (delete-key-deletes-forward-mode):
7280 Change `let' to `let*' to fix gross bug in last change.
7281
7282 * repeat.el (repeat): Don't let execute-kbd-macro alter
7283 real-last-command.
7284
7285 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7286
7287 * simple.el (eval-expression): Doc fix.
7288
7289 2001-02-09 Dave Love <fx@gnu.org>
7290
7291 * imenu.el (imenu-generic-expression): Doc fix.
7292
7293 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7294 From Juanma Barranquero.
7295
7296 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7297
7298 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7299
7300 * faces.el (set-face-attribute): Describe the case of a negative
7301 value specified for :line-width.
7302
7303 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7304
7305 * which-func.el (which-func-mode): Invert which-func-mode-global.
7306 From Juanma Barranquero <lektu@uol.com.br>.
7307
7308 2001-02-08 Dave Love <fx@gnu.org>
7309
7310 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7311 widget-plist-value-type.
7312 (widget-alist-convert-widget): Replace binding of
7313 widget-alist-value-type.
7314
7315 * textmodes/paragraphs.el (sentence-end): Doc fix.
7316
7317 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7318 Remove `backward-line'.
7319
7320 * play/pong.el (pong-blank-color, pong-bat-color)
7321 (pong-ball-color, pong-border-color, pong-left-key)
7322 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7323 (pong-pause-key, pong-resume-key, pong-timer-delay):
7324 * mail/mh-comp.el (mh-compose-letter-function):
7325 * eshell/esh-mode.el (eshell-skip-prompt-function):
7326 * emulation/viper-ex.el (ex-unix-type-shell-options):
7327 * recentf.el (recentf-menu-filter):
7328 * ps-print.el (ps-print-region-function):
7329 * lpr.el (print-region-function):
7330 * forms.el (forms-mode-hooks):
7331 * dirtrack.el (dirtrack-directory-change-hook):
7332 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7333 * textmodes/spell.el (spell-filter):
7334 * textmodes/fill.el (adaptive-fill-function):
7335 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7336 * progmodes/etags.el (find-tag-default-function):
7337 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7338 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7339
7340 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7341
7342 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7343 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7344 Meyering <jim@meyering.net>.
7345
7346 * loadup.el: Revert last change.
7347
7348 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7349
7350 * international/mule.el (transform-make-coding-system-args):
7351 Make it work also for coding systems not using CCL.
7352
7353 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7354
7355 * simple.el (previous-matching-history-element)
7356 (next-matching-history-element): Doc fix.
7357
7358 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7359 specific part.
7360
7361 2001-02-06 Dave Love <fx@gnu.org>
7362
7363 * add-log.el (add-log-current-defun-function)
7364 (add-log-buffer-file-name-function, add-log-file-name-function):
7365 Fix :type.
7366 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7367
7368 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7369
7370 * info.el (info-initialize): Remove the test for system-type when
7371 invocation-directory is non-nil.
7372
7373 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7374 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7375
7376 2001-02-06 Andrew Innes <andrewi@gnu.org>
7377
7378 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7379 absolute.
7380
7381 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7382
7383 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7384 buffers. When hi-lock turned on rather than only checking current
7385 buffer for regexps, all buffers are checked. Moved activation of
7386 font-lock to hi-lock-refontify. When font-lock turned off rather
7387 than removing added highlighting just in current buffer, remove it
7388 in all buffers. Changed edit menu text from "Automatic
7389 Highlighting" to "Regexp Highlighting" Documentation for
7390 highlighting phrases, minor documentation changes.
7391 (hi-lock-set-file-patterns): Execute only if there are new or
7392 existing file patterns.
7393 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7394 unfontify and, if a support mode is active, will not refontify the
7395 whole buffer. If necessary, turn on font lock. (Removed
7396 font-lock-unfontify and font-lock support-mode-specific calls,
7397 such as lazy-lock-fontify-window.)
7398 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7399 patterns are found. Not useful now since find-file-hook is removed
7400 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7401 (hi-lock-face-phrase-buffer): New function. Also added related
7402 menu item and keybinding.
7403 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7404 (hi-lock-process-phrase): New function.
7405 (hi-lock-line-face-buffer): Doc fixes.
7406 (hi-lock-face-buffer): Doc fixes.
7407 (hi-lock-unface-buffer): Doc fixes.
7408
7409 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7410
7411 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7412 dabbrev-ignored-regexps.
7413
7414 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7415
7416 * simple.el (kill-line): Doc fix.
7417
7418 2001-02-05 Dave Love <fx@gnu.org>
7419
7420 * loadup.el: Revert last two changes -- bootstrapping works with
7421 regenerated loaddefs.
7422
7423 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7424
7425 * isearch.el (isearch-forward): Doc fix.
7426
7427 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7428 of font-lock-defaults to backward-paragraph.
7429
7430 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7431
7432 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7433 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7434
7435 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7436
7437 * ebnf2ps.el: Eliminate time-stamp functions.
7438 (ebnf-version): New version (3.5).
7439 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7440 format-time-string.
7441
7442 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7443
7444 * simple.el (next-line): Goto end-of-line before inserting a newline.
7445
7446 2001-02-05 Miles Bader <miles@gnu.org>
7447
7448 * image-file.el (insert-image-file): When visiting an image, also
7449 set `truncate-lines' to t so that any fringe arrow looks correct.
7450
7451 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7452
7453 * isearch.el (isearch-forward): Add description about input method
7454 in the docsting.
7455
7456 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7457
7458 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7459
7460 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7461
7462 * info.el (info-initialize): If installation-directory is nil, for
7463 DOS/Windows systems try looking in a sibling of invocation-directory.
7464
7465 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7466
7467 * wid-edit.el (widget-button-click): Fix last change.
7468
7469 * frame.el (frame-notice-user-settings): When resizing the initial
7470 frame because the tool bar is off, also change the frame's top
7471 position if a negative top position was specified.
7472
7473 2001-02-02 Miles Bader <miles@gnu.org>
7474
7475 * image-file.el (insert-image-file): When visiting an image,
7476 suppress the cursor in the image buffer.
7477
7478 2001-02-01 Dave Love <fx@gnu.org>
7479
7480 * progmodes/f90.el (f90-mode): Remove startup message.
7481
7482 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7483
7484 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7485
7486 * startup.el (command-line): Fix code determining whether or not
7487 to use delete-key-deletes-forward-mode.
7488
7489 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7490
7491 * vc.el (vc-diff-switches): New user option.
7492 (vc-version-diff): Use it.
7493 (vc-diff-switches-list): New macro.
7494
7495 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7496 New customization options.
7497 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7498
7499 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7500
7501 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7502
7503 * msb.el (toplevel): Quote hook symbols.
7504
7505 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7506
7507 * international/mule.el (make-coding-system): Add description
7508 about recognized properties in the docstring.
7509
7510 * international/mule-conf.el: Remove unused charsets
7511 mac-roman-lower and mac-roman-upper.
7512
7513 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7514
7515 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7516 is in front of the left-margin, if any.
7517
7518 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7519 like `delete'.
7520
7521 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7522
7523 * term/w32-win.el (mouse-set-font): Doc fix.
7524
7525 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7526
7527 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7528 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7529 on already.
7530
7531 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7532
7533 * files.el (save-buffer): Don't give message if (buffer-file-name)
7534 returns nil.
7535
7536 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7537
7538 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7539
7540 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7541 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7542
7543 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7544 display problems.
7545
7546 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7547
7548 * international/mule.el (charset-info): Fix docstring.
7549
7550 * international/mule-diag.el (describe-character-set): Check final
7551 char valid before printing it.
7552
7553 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7554
7555 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7556
7557 * frame.el (frame-notice-user-settings): Do the tool-bar
7558 stuff only for graphical displays. Fix a braino.
7559
7560 * frame.el (frame-initialize): Create initial frame visible.
7561 (frame-notice-user-settings): When tool-bar has been switched off,
7562 correct the frame size and sync tool-bar-mode.
7563
7564 * startup.el (command-line): Remove manipulation of frame
7565 height for tool bars.
7566
7567 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7568
7569 * lpr.el: Compatibility with XEmacs and doc fixes.
7570 (lpr-windows-system, lpr-lp-system): New vars.
7571 (lpr-printer-switch): New defcustom.
7572 (printer-name, lpr-command): Customization fix.
7573 (print-region-1): Code fix.
7574 (print-region-new-buffer, printify-region): Indentation fix.
7575 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7576 New functions.
7577
7578 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7579
7580 * msb.el (toplevel): Fix the eval-after-load.
7581
7582 2001-01-29 Dave Love <fx@gnu.org>
7583
7584 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7585
7586 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7587
7588 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7589 (tcl-using-emacs-19-23): Consider Emacs 21+.
7590 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7591 (tcl-add-emacs-menu): Supply menu name.
7592 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7593
7594 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7595
7596 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7597
7598 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7599
7600 * pcvs.el (cvs-mark-fis-dead): New function.
7601 (cvs-mode-add): Use it.
7602 (cvs-mode-add-change-log-entry-other-window):
7603 Rebind change-log-default-name to itself rather than to nil.
7604
7605 2001-01-29 Sam Steingold <sds@gnu.org>
7606
7607 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7608 `autoload' statements.
7609
7610 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7611
7612 * files.el (confirm-kill-emacs): Doc fix.
7613
7614 * frame.el (frame-initialize): Doc fix.
7615
7616 * time-stamp.el (time-stamp-string): Doc fix.
7617
7618 * woman.el (WoMan-log-1): Make the log buffer writable.
7619 From Markus Rost <rost@math.ohio-state.edu>.
7620
7621 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7622
7623 * imenu.el (imenu-syntax-alist): Add autoload cookie for
7624 the `make-variable-buffer-local'.
7625
7626 2001-01-29 Dave Love <fx@gnu.org>
7627
7628 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7629 (ansi-color-for-comint-mode-on, ansi-color-process-output):
7630 Add autoload cookie.
7631 (ansi-color-apply-sequence): Fix typo.
7632
7633 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7634
7635 * menu-bar.el (menu-bar-files-menu): Add menu items for
7636 Postscript printing in black and white.
7637
7638 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
7639 X-Mailman-Version, Precedence, List-Help, List-Post,
7640 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
7641 Content-Type, Content-Length.
7642
7643 2001-01-29 Dave Love <fx@gnu.org>
7644
7645 * elide-head.el (elide-head): Make overlay evaporate.
7646
7647 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
7648
7649 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
7650
7651 * isearch.el (isearch-highlight): Don't punt if the display
7652 doesn't support colors, since isearch faces are defined for
7653 monochrome displays as well.
7654
7655 2001-01-27 Sam Steingold <sds@gnu.org>
7656
7657 * shell.el (shell-write-history-on-exit): Make sure that we are in
7658 the shell buffer (M-x tex-file RET inserted the error message into
7659 the TeX buffer).
7660
7661 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7662
7663 * simple.el (transient-mark-mode): Doc fix.
7664
7665 2001-01-27 Gerd Moellmann <gerd@gnu.org>
7666
7667 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
7668
7669 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7670
7671 * shell.el (shell-unquote-argument): If the shell is one of the
7672 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
7673 quote character.
7674 (shell-dumb-shell-regexp): Document that the shells which match
7675 this regexp are supposed to not treat a backslash as a quote character.
7676
7677 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
7678 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
7679
7680 2001-01-27 Richard M. Stallman <rms@gnu.org>
7681
7682 * dabbrev.el (dabbrev--substitute-expansion):
7683 Treat a one-capital-letter abbrev as "not all upper case",
7684 so as to force preservation of the expansion's pattern
7685 if the expansion starts with a capital letter.
7686
7687 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7688
7689 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
7690 Doc fix.
7691
7692 * simple.el (transient-mark-mode): Document the fact that many
7693 commands act on the region when mark is active.
7694
7695 2001-01-27 Kenichi Handa <handa@etl.go.jp>
7696
7697 * international/quail.el (quail-setup-completion-buf): Make the
7698 multibyteness of current buffer inherited to Quail completion buffer.
7699 (quail-show-guidance-buf): Make the multibyteness of current
7700 buffer inherited to Quail guidance buffer.
7701 (quail-help): Make the multibyteness of current buffer inherited
7702 to Quail help buffer.
7703
7704 2001-01-26 Dave Love <fx@gnu.org>
7705
7706 * time-stamp.el: Doc fixes.
7707
7708 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
7709 (delphi-keyword-face, delphi-other-face): Fix :type.
7710
7711 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
7712
7713 * mail/feedmail.el (feedmail): Add :link.
7714 (feedmail-send-it): Doc fix.
7715
7716 * mail/sendmail.el: Doc fixes.
7717 (sendmail-send-it): Fix the non-ASCII regexp and use
7718 rfc2047-encode-string.
7719
7720 * dired.el, dired-aux.el: Revert last change.
7721
7722 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7723
7724 * makefile.w32-in (DONTCOMPILE): Add various term files.
7725
7726 2001-01-26 Dave Love <fx@gnu.org>
7727
7728 * Makefile.in (DONTCOMPILE): Add various term files.
7729
7730 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7731
7732 * man.el (Man-default-man-entry, Man-mode): Doc fix.
7733
7734 * startup.el (display-startup-echo-area-message): Make sure
7735 the echo area is resized to fit the size of the startup message.
7736
7737 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
7738 part of which is a constant.
7739
7740 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7741
7742 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
7743
7744 2001-01-26 Richard M. Stallman <rms@gnu.org>
7745
7746 * simple.el (next-line): Don't let `newline' expand abbrevs.
7747 Simplify slightly.
7748 (open-line): Don't let `newline' expand abbrevs.
7749
7750 2001-01-25 John Wiegley <johnw@gnu.org>
7751
7752 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
7753 to `repeat' in the :type field.
7754
7755 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
7756 allow a choice of regexp or nil.
7757 (pcomplete-dir-ignore): Same.
7758
7759 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
7760 a command) to always fail.
7761
7762 2001-01-25 Gerd Moellmann <gerd@gnu.org>
7763
7764 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
7765 discard the result.
7766 (iswitchb-to-end): Likewise.
7767
7768 2001-01-25 Sam Steingold <sds@gnu.org>
7769
7770 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
7771 Require vc.
7772
7773 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
7774
7775 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
7776
7777 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
7778
7779 2001-01-25 Dave Love <fx@gnu.org>
7780
7781 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
7782 (describe-coding-system): Tweak the English text.
7783
7784 * loadup.el: Preload international/ccl for utf-8.
7785
7786 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
7787
7788 * mail/rmail.el (rmail-redecode-body): Doc fix.
7789
7790 2001-01-25 Kenichi Handa <handa@etl.go.jp>
7791
7792 * international/mule-cmds.el (reset-language-environment):
7793 Reset coding-category-utf-8 to mule-utf-8.
7794
7795 * international/mule-conf.el (coding-category-utf-8):
7796 Initialize to mule-utf-8.
7797
7798 * loadup.el: Preload international/utf-8.
7799
7800 * international/utf-8.el: New file.
7801
7802 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
7803
7804 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
7805
7806 2001-01-24 Sam Steingold <sds@gnu.org>
7807
7808 * dired.el (dired-replace-in-string): Removed.
7809 (dired-sort-toggle): Use `replace-regexps-in-string'
7810 instead of `dired-replace-in-string'.
7811
7812 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
7813 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
7814
7815 * gs.el (gs-replace-in-string): Removed.
7816 (gs-options): Use `replace-regexps-in-string'
7817 instead of `gs-replace-in-string'.
7818
7819 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
7820
7821 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
7822 bug report is mailed to an email list and posted to a news group.
7823
7824 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7825
7826 * comint.el (comint-replace-by-expanded-history-before-point):
7827 Fix change of 2000-08-03 to move point to the start of the line again.
7828
7829 * startup.el (tool-bar-images-pixel-height): New variable.
7830 (command-line): After loading the user's init file, when
7831 tool-bar-mode is on, increase the frame's size by some lines for
7832 the tool-bar.
7833
7834 * frame.el (frame-initialize): Create the initial frame invisible.
7835
7836 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
7837
7838 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
7839 (chinese-big5): MIME:Big5.
7840
7841 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7842
7843 * international/mule-cmds.el (universal-coding-system-argument):
7844 Handle commands with prefix args.
7845
7846 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7847
7848 * calendar/diary-lib.el (diary-float): Fix case of MONTH
7849 being a list of numbers.
7850 (diary-mail-entries): Rewritten.
7851
7852 2001-01-23 Dave Love <fx@gnu.org>
7853
7854 * international/mule.el (make-coding-system): Fix typo.
7855
7856 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
7857 Add backward-paragraph as font-lock-beginning-of-syntax-function.
7858
7859 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
7860
7861 * font-lock.el (font-lock-mode): Doc fix.
7862
7863 2001-01-23 Kenichi Handa <handa@etl.go.jp>
7864
7865 * international/mule.el (make-translation-table): Fix docstring.
7866
7867 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
7868
7869 * mail/rmail.el (rmail-redecode-body): New function.
7870
7871 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
7872
7873 2001-01-22 Gerd Moellmann <gerd@gnu.org>
7874
7875 * isearch.el (isearch-lazy-highlight-case-fold-search)
7876 (isearch-lazy-highlight-regexp): New variables.
7877 (isearch-lazy-highlight-cleanup): Update lazy highlight if
7878 case-fold search or regexp search has been toggled.
7879
7880 * wid-edit.el (widget-button-click): Avoid a save-excursion
7881 around running a global binding.
7882
7883 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
7884 to 0.25.
7885
7886 2001-01-20 Miles Bader <miles@gnu.org>
7887
7888 * cus-edit.el (custom-face-save): Do post-processing on the face's
7889 new value like `custom-face-set' does.
7890
7891 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7892
7893 * mail/emacsbug.el (report-emacs-bug): Report the value of
7894 LC_CTYPE, not LC_TYPE.
7895
7896 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
7897 isearch-toggle-regexp and isearch-edit-string to doc string.
7898
7899 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7900
7901 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
7902 as font-lock-beginning-of-syntax-function in font-lock-defaults.
7903
7904 * jit-lock.el (jit-lock-fontify-now): Don't bind
7905 font-lock-beginning-of-syntax-function to nil.
7906
7907 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7908
7909 * mail/emacsbug.el (report-emacs-bug): Report values of
7910 locale-coding-system, default-enable-multibyte-characters, and the
7911 environment variables LC_ALL, LC_TYPE, and LANG.
7912
7913 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7914
7915 * font-lock.el (font-lock-default-fontify-region): Fix last change.
7916
7917 * font-lock.el (font-lock-multiline): Default to nil.
7918 (font-lock-default-fontify-region): If font-lock-multiline is
7919 nil, don't check the property `font-lock-multiline'.
7920
7921 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
7922 is nil, don't check the `font-lock-multiline' text property.
7923
7924 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7925
7926 * viper.el: Call initial-major-mode on startup.
7927
7928 * ediff.el (ediff-patch-file): Use better defaults.
7929
7930 * ediff-vers.el: Fix for 8+3 DOS file systems.
7931
7932 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
7933
7934 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
7935 diff mode, if available.
7936
7937 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7938
7939 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
7940
7941 * ediff-init.el (subst-char-in-string): Define and use it, unless
7942 it's already defined.
7943
7944 2001-01-18 Gerd Moellmann <gerd@gnu.org>
7945
7946 * tooltip.el (tooltip-hide-delay): New user-option.
7947 (tooltip-show): Use tooltip-hide-delay instead of the default.
7948
7949 2001-01-18 Kenichi Handa <handa@etl.go.jp>
7950
7951 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
7952 kill-local-variable doesn't work for enable-multibyte-characters.
7953
7954 2001-01-17 Dave Love <fx@gnu.org>
7955
7956 * ediff-init.el (ediff-before-setup-hook)
7957 (ediff-merge-filename-prefix): Add :version.
7958
7959 * international/latin1-disp.el: Require disp-table.
7960 (latin1-display): Fix :set.
7961
7962 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
7963
7964 2001-01-17 Gerd Moellmann <gerd@gnu.org>
7965
7966 * isearch.el (isearch-lazy-highlight-initial-delay)
7967 (isearch-lazy-highlight-interval): Default to 0.
7968
7969 2001-01-17 Bob Glickstein <bobg@zanshin.com>
7970
7971 * isearch.el (isearch-highlight): Set isearch-overlay priority to
7972 1 here rather than each time through
7973 isearch-lazy-highlight-new-loop.
7974 (isearch-lazy-highlight-max): Variable deleted.
7975 (isearch-lazy-highlight-max-at-a-time): New user variable, like
7976 isearch-lazy-highlight-max but controls a single invocation of
7977 isearch-lazy-highlight-update.
7978 (isearch-lazy-highlight-wrapped): Variable recreated.
7979 (isearch-lazy-highlight-window-start): New variable.
7980 (isearch-lazy-highlight-cleanup): Restored to behavior of
7981 before 2-Jan.
7982 (isearch-lazy-highlight-remove-overlays): Function deleted;
7983 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
7984 behavior removed.
7985 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
7986 isearch-lazy-highlight-update in a loop rather than just once.
7987 Test isearch-invalid-regexp here and decide not to start a new
7988 loop, rather than testing it each time through
7989 isearch-lazy-highlight-update.
7990 (isearch-lazy-highlight-search): Function restored.
7991 (isearch-lazy-highlight-update): Get called in a timer loop again,
7992 but this time highlight more than one match each time through.
7993 Only highlight matches in the visible part of the window.
7994 Start at point, move in the direction of the search, and wrap around at
7995 the edge of the window. Use sit-for to force redisplay and ensure
7996 window-start is credible. "Face suppressing" behavior removed;
7997 overlay priorities should make it unnecessary, right?
7998 (isearch-highlight): Face suppressing behavior removed.
7999 (isearch-dehighlight): Face suppressing behavior removed.
8000 (isearch-set-lazy-highlight-faces-at): Removed.
8001
8002 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8003
8004 * language/european.el ("Latin-1"): Make the format of description
8005 about additional language environments same as that of Latin-2.
8006
8007 2001-01-16 Dave Love <fx@gnu.org>
8008
8009 * isearch.el (isearch-lazy-highlight): Add :version.
8010
8011 * simple.el (backward-delete-char-untabify-method)
8012 (next-line-add-newlines): Add :version.
8013
8014 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8015
8016 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8017 Don't bind <delete> otherwise.
8018
8019 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8020 and <delete> via function-key-map.
8021
8022 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8023 Subject line only if point is after the `Subject:'.
8024
8025 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8026
8027 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8028 japanese-jisx0213-2 in `charset' property of this lang. env.
8029
8030 * language/european.el ("Latin-1"): Add description for Dutch and
8031 Spanish lang. env.
8032
8033 * international/mule.el (decode-char): Fix conditions.
8034 (encode-char): Handle eight-bit-control too.
8035 (transform-make-coding-system-args): New function.
8036 (make-coding-system): Accept XEmacs style arguments for CCL base
8037 coding system.
8038
8039 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8040
8041 * progmodes/etags.el (find-tag-noselect): Save the value of
8042 tags-file-name before switching buffers, for the case it has a
8043 buffer-local value.
8044
8045 2001-01-15 Alex Schroeder <alex@gnu.org>
8046
8047 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8048 From Dave Love <fx@gnu.org>.
8049 (ansi-color-for-comint-mode): Fix :version.
8050
8051 2001-01-15 Alex Schroeder <alex@gnu.org>
8052
8053 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8054
8055 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8056
8057 * dired.el (dired-insert-directory): If file-system-info fails,
8058 remove the " free " part, but don't signal an error.
8059
8060 2001-01-12 Sam Steingold <sds@gnu.org>
8061
8062 * bookmark.el (bookmark-maybe-historicize-string):
8063 Use new backquote syntax.
8064
8065 2001-01-12 Richard M. Stallman <rms@gnu.org>
8066
8067 * subr.el (last): Handle a list that doesn't end in nil.
8068
8069 2001-01-12 Sam Steingold <sds@gnu.org>
8070
8071 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8072 to `backward-delete-char-untabify'.
8073
8074 2001-01-12 Dave Love <fx@gnu.org>
8075
8076 * cus-edit.el (customize-menu-create): Fix the :filter following
8077 easymenu change.
8078
8079 * wid-edit.el (function): Add :match-alternatives.
8080 (widget-color-action): Doc fix.
8081
8082 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8083
8084 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8085
8086 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8087
8088 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8089
8090 * international/ccl.el (define-ccl-program): Fix docstring.
8091
8092 2001-01-11 Dave Love <fx@gnu.org>
8093
8094 * international/mule-cmds.el (standard-display-european-internal):
8095 Set display table for 2208 as for 160.
8096
8097 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8098
8099 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8100 entry for custom-menu-create change.
8101 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8102 don't cons it in the search loop.
8103
8104 * imenu.el (imenu--truncate-items): Revert last change.
8105
8106 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8107
8108 * info.el (Info-setup-header-line): If the node header includes
8109 either Next: or Prev: links, don't show the File: and Node: parts
8110 in the header line.
8111
8112 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8113
8114 * comint.el (comint-goto-process-mark): Don't print a message
8115 when running in batch mode.
8116
8117 * isearch.el (isearch-search): In the condition-case handler for
8118 `error', set isearch-invalid-regexp to the whole error message.
8119
8120 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8121 ensure that eval-after-load works for files dumped with Emacs.
8122
8123 * help.el (load-symbol-file-load-history): New function extracted
8124 from function symbol-file.
8125 (symbol-file): Use it.
8126
8127 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8128
8129 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8130
8131 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8132 behave as if there were no prefix argument.
8133 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8134 argument were nil.
8135
8136 2001-01-11 Richard M. Stallman <rms@gnu.org>
8137
8138 * isearch.el (isearch-lazy-highlight-update):
8139 Don't look for more potential matches once maximum is exceeded.
8140 Use overlays-in to check correctly for overlap with current match.
8141 Ignore empty matches.
8142
8143 2001-01-11 Miles Bader <miles@gnu.org>
8144
8145 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8146 (ispell-overlay-window, ispell-help, ispell-show-choices)
8147 (ispell-command-loop): Use it instead of `window-height'.
8148
8149 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8150
8151 * files.el (confirm-kill-emacs): New user-option.
8152 (save-buffers-kill-emacs): Ask for final confirmation before
8153 killing Emacs.
8154
8155 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8156 to nil.
8157
8158 2001-01-10 Dave Love <fx@gnu.org>
8159
8160 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8161
8162 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8163
8164 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8165
8166 * calculator.el (calculator-number-digits): Fix :type.
8167
8168 * vc-cvs.el (vc-cvs-header): Fix :type.
8169 * vc-rcs.el (vc-rcs-header): Fix :type.
8170 * vc-sccs.el (vc-sccs-header): Fix :type.
8171
8172 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8173
8174 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8175
8176 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8177
8178 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8179
8180 * simple.el (set-variable): Force a thorough redisplay for the
8181 case that the variable has an effect on the display, like
8182 `tab-width' has.
8183
8184 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8185
8186 * vc.el: Add documentation for backend interface.
8187
8188 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8189
8190 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8191
8192 * international/mule-conf.el (latin-extra-code-table): Set to t
8193 for \223 and \224.
8194
8195 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8196
8197 * international/mule-cmds.el (locale-language-names): Map "es" to
8198 "Spanish" and "nl" to "Dutch".
8199
8200 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8201
8202 * bindings.el (global-map): Bind <home> to beginning-of-line,
8203 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8204 C-<end> to end-of-buffer.
8205
8206 * language/european.el: Add Dutch and Spanish language info
8207 to be able to use the appropriate tutorials.
8208
8209 2001-01-09 Alex Schroeder <alex@gnu.org>
8210
8211 * ansi-color.el (ansi-color-process-output): Use markers instead
8212 of positions for start and end of region.
8213 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8214 Previously, occasional mistakes happend when fontifying many
8215 chunks of output (eg. ls --color=yes /dev). This happened
8216 whenever an overlay was created up to the end of the region, which
8217 coincided with the process-mark. New text would then be added
8218 within that overlay instead of after it.
8219 (ansi-color-make-extent): Overlays are created with the property
8220 `modification-hooks' set to '(ansi-color-freeze-overlay).
8221 (ansi-color-freeze-overlay): New function. When inserting text at
8222 the end of the overlay, the overlay will resize.
8223
8224 2000-01-09 Alex Schroeder <alex@gnu.org>
8225
8226 * ansi-color.el (ansi-color-process-output): Doc change.
8227 (ansi-color-unfontify-region): Doc change. No longer installed
8228 automatically in font-lock-unfontify-region-function.
8229 (ansi-color-apply): Doc change.
8230 (ansi-color-apply-on-region): Use extents or overlays instead of
8231 text-properties.
8232 (ansi-color-make-extent): New function.
8233 (ansi-color-set-extent-face): New function.
8234
8235 2000-01-09 Alex Schroeder <alex@gnu.org>
8236
8237 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8238 both use ansi-color-process-output, now.
8239 (ansi-color-process-output): Doesn't return string anymore. It is
8240 installed in comint-output-filter-functions for both Emacs and
8241 XEmacs, now.
8242 (ansi-color-unfontify-region): Simplified code removing variables
8243 pos and start-ansi.
8244 (ansi-color-apply): Put text-property ansi-color before putting
8245 text-property face because ansi-color-unfontify-region is called
8246 immediately after the call to put-text-property.
8247 (ansi-color-context-region): Doc change.
8248 (ansi-color-filter-region): Simplified code.
8249 (ansi-color-apply-on-region): Changed start to start-marker, using
8250 a marker explicitly. Put text-property ansi-color before putting
8251 text-property face because ansi-color-unfontify-region is called
8252 immediately after the call to put-text-property.
8253
8254 2000-01-09 Alex Schroeder <alex@gnu.org>
8255
8256 * ansi-color.el (ansi-color-faces-vector): Doc change.
8257 (ansi-color-for-comint-mode): Changed :type property to choice.
8258 (ansi-color-last-context): Removed.
8259 (ansi-color-process-output): Don't use ansi-color-last-context, as
8260 the main functions will store their context now.
8261 (ansi-color-context): Doc change.
8262 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8263 Uses ansi-color-context such that repeated calls will strip
8264 partial escape sequences, too.
8265 (ansi-color-apply): Simplified code. Colorize end of string if
8266 face is not null. Store context in new (FACE STRING) format, such
8267 that repeated calls will strip partial escape sequences, too.
8268 Append faces to face property using ansi-color-apply-sequence such
8269 that cumulative mode actually works.
8270 (ansi-color-context-region): New variable.
8271 (ansi-color-filter-region): Rewrote it based on
8272 ansi-color-apply-on-region. Uses ansi-color-context-region such
8273 that repeated calls will strip partial escape sequences, too.
8274 (ansi-color-apply-on-region): Simplified code. Colorize end of
8275 region if face is not null. Store context in new (FACE POS)
8276 format, such that repeated calls will strip partial escape
8277 sequences, too. Append faces to face property using
8278 ansi-color-apply-sequence such that cumulative mode actually works.
8279 (ansi-color-apply-sequence): New function.
8280 (ansi-color-get-face): When the default face is added to the list
8281 of faces, all previous settings are discarded and the list of
8282 faces is set to '(default).
8283
8284 2000-01-09 Alex Schroeder <alex@gnu.org>
8285
8286 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8287 face, such that ansi-color-apply and ansi-color-apply-on-region
8288 will do the right thing.
8289 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8290 returns nil, set the list of faces back to nil instead of
8291 appending the result of ansi-color-get-face to the front of the list.
8292
8293 2000-01-09 Alex Schroeder <alex@gnu.org>
8294
8295 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8296 (ansi-color-process): Doc change.
8297 (ansi-color-last-context): New buffer-local variable.
8298 (ansi-color-process-output): New function. It is automatically
8299 added to comint-output-filter-functions if this is XEmacs.
8300 (ansi-color-unfontify-region): New optional parameter for XEmacs
8301 compatibility. Check wether font-lock-syntactic-keywords is
8302 boundp before removing the syntax table text property, as XEmacs
8303 doesn't have it.
8304 (ansi-color-filter-region): Doc change.
8305 (ansi-color-apply-on-region): Doc change.
8306 (ansi-color-make-face): New function. Compatibility layer for
8307 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8308 (ansi-color-make-color-map): Use ansi-color-make-face.
8309 (ansi-color-get-face): Avoid face text property '(nil) as results
8310 in an errow for XEmacs.
8311
8312 2000-01-09 Alex Schroeder <alex@gnu.org>
8313
8314 * ansi-color.el (ansi-color-unfontify-region): New function.
8315 Uses text-property ansi-color in order to preserve fontification by
8316 ansi-color. When the package is loaded, a lambda expression is
8317 put onto font-lock-mode-hook. This lambda expression will check
8318 font-lock-unfontify-region-function and replace
8319 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8320 (ansi-color-apply): Add text-property ansi-color in addition to
8321 text-property face.
8322 (ansi-color-apply-on-region): Add text-property ansi-color in
8323 addition to text-property face.
8324 (save-buffer-state): Copy of the macro that is also used by
8325 lazy-lock and font-lock.
8326
8327 (ansi-color-for-comint-mode): New option.
8328 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8329 (ansi-color-for-comint-mode-off): Ditto.
8330 (ansi-color-for-comint-mode-filter): Ditto.
8331 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8332 decide what to do. This function is added to
8333 comint-preoutput-filter-functions when the package is loaded.
8334
8335 (ansi-color-for-shell-mode-set): Removed.
8336 (ansi-color-for-shell-mode): Removed.
8337
8338 2000-01-09 Alex Schroeder <alex@gnu.org>
8339
8340 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8341 the lambda expression from the ansi-color-for-shell-mode :set
8342 property. Additionally, modify shell-mode-hook to enable or
8343 disable font-lock-mode for future shell buffers.
8344 (ansi-color-for-shell-mode): The :set property calls
8345 ansi-color-for-shell-mode-set instead of a lambda expression.
8346
8347 2000-01-09 Alex Schroeder <alex@gnu.org>
8348
8349 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8350 (ansi-color-context): New variable.
8351 (ansi-color-apply): Save context between calls.
8352
8353 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8354
8355 * isearch.el (isearch, isearch-lazy-highlight-face):
8356 New definitions for face colors and attributes.
8357
8358 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8359 of display-mouse-p.
8360
8361 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8362
8363 * international/mule.el (make-coding-system): If the coding system
8364 accepts extra latin codes, register such codes as safe for the
8365 coding system.
8366
8367 2001-01-08 Richard M. Stallman <rms@gnu.org>
8368
8369 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8370 don't mention the file name or the date here, because they are
8371 logged at the start of the file.
8372
8373 2001-01-08 Richard M. Stallman <rms@gnu.org>
8374
8375 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8376 Change screen-width to frame-width.
8377
8378 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8379
8380 * info.el (Info-search): Print the default as part of the prompt.
8381
8382 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8383
8384 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8385 constant implementations in backends.
8386
8387 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8388 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8389
8390 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8391 WRITABLE to EDITABLE.
8392
8393 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8394 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8395 to EDITABLE.
8396
8397 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8398
8399 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8400 (copyright, copyright-update): Compute the current year at run time.
8401
8402 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8403
8404 * isearch.el (isearch-old-signal-hook): Removed.
8405 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8406 instead of setting signal-hook-function.
8407 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8408
8409 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8410
8411 * emulation/edt.el: Update to version 4.0. Provide support for
8412 EDT scroll margins at top and bottom of the window. Provide an
8413 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8414 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8415 user when file-related buffer modifications exist.
8416 Provide support for running EDT Emulation in XEmacs.
8417 Provide customize access to some user updatable variables.
8418 Add Commentary section to file header.
8419 Fixed a few minor bugs and cleaned up some code.
8420
8421 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8422 for detecting a keypress that generates an ASCII key sequence.
8423 (Previously, only a keypress that generates a vector was
8424 recognized.) Embed Window Manager name into name of the generated
8425 EDT Emulation initialization file since the initialization file is
8426 Window Manager specific. Add Commentary section to file header.
8427
8428 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8429
8430 * mail/sendmail.el (mail-mode): Doc fix.
8431
8432 * info.el (Info-goto-emacs-command-node): Doc fix.
8433 (Info-goto-emacs-key-command-node): Doc fix.
8434
8435 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8436
8437 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8438 systems without long file-name support.
8439
8440 2001-01-06 Andrew Innes <andrewi@gnu.org>
8441
8442 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8443
8444 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8445
8446 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8447 (isearch-lazy-highlight-update): Doc fix.
8448
8449 * ffap.el (ffap-bindings): Doc fix.
8450
8451 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8452
8453 2001-01-05 Dave Love <fx@gnu.org>
8454
8455 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8456
8457 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8458
8459 * mouse-drag.el (mouse-drag-safe-scroll):
8460 Bind scroll-preserve-screen-position to nil.
8461
8462 * isearch.el (isearch-old-signal-hook): New variable.
8463 (isearch-mode): Set signal-hook-function to isearch-done.
8464 (isearch-done): Restore old signal-hook-function.
8465
8466 * info.el (Info-fontify-node): Mark one more char as intangible.
8467
8468 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8469
8470 * composite.el (compose-last-chars): New argument COMPONENTS.
8471 If it is non-nil, compose preceding characters by compose-region with
8472 COMPONENTS.
8473
8474 * international/quail.el (quail-input-string-to-events): New function.
8475 (quail-input-method): Convert input string to events here.
8476 (quail-start-translation): Return input string, not event list.
8477 (quail-start-conversion): Likewise.
8478
8479 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8480
8481 * tooltip.el (tooltip-cancel-delayed-tip)
8482 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8483 and tooltip-add-timeout.
8484 (tooltip-show): Set border color from faces's foreground.
8485 (tooltip-show-help-function): If called with the same help string
8486 as last time, do nothing.
8487 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8488
8489 * startup.el (fancy-splash-screens): Don't bind show-help-function
8490 to nil.
8491
8492 * tooltip.el (tooltip-frame-parameters): Remove colors.
8493 (tooltip): New face
8494 (tooltip-set-param): New function.
8495 (tooltip-show): Set up color frame parameters from face `tooltip'.
8496 Display the tooltip text in face `tooltip'.
8497
8498 2001-01-04 Dave Love <fx@gnu.org>
8499
8500 * whitespace.el (whitespace-global-mode): Fix typo.
8501
8502 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8503
8504 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8505
8506 * help.el (help-for-help): Fix a typo in a doc string.
8507 From kwzh@gnu.org (Karl Heuer).
8508
8509 2001-01-03 Dave Love <fx@gnu.org>
8510
8511 * dired-x.el: Doc fixes. Maintainer change.
8512 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8513 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8514 (dired-guess-shell-alist-user): Customize.
8515 (dired-x-help-address): Set to bug-gnu-emacs.
8516 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8517 (dired-default-directory): Renamed from default-directory.
8518
8519 * hl-line.el (hl-line): Doc fix.
8520
8521 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8522
8523 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8524
8525 2001-01-02 Richard M. Stallman <rms@gnu.org>
8526
8527 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8528 to remove all the current alternative-match highlighting.
8529 If nil, remove only what's outside the current window.
8530 (isearch-lazy-highlight-remove-overlays): Take optional
8531 region within which NOT to remove them.
8532 (isearch-lazy-highlight-new-loop): Greatly simplified.
8533 (isearch-lazy-highlight-update): Find all the other occurrences
8534 visible in the window, in just one call.
8535 (isearch-lazy-highlight-start): Now holds start of region to scan.
8536 (isearch-lazy-highlight-end): Now holds end of region to scan.
8537 (isearch-lazy-highlight-wrapped): Variable deleted.
8538 (isearch-lazy-highlight-search): Function deleted.
8539
8540 2000-01-02 Andrew Innes <andrewi@gnu.org>
8541
8542 * w32-fns.el (convert-standard-filename): Do length check on name
8543 before aref.
8544
8545 2001-01-02 Dave Love <fx@gnu.org>
8546
8547 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8548 value.
8549 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8550
8551 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8552
8553 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8554 read syntax.
8555
8556 * calendar/todo-mode.el (todo): Add :link, :version.
8557 (todo-save-top-priorities): Remove autoload cookie.
8558 (todo-add-category, todo-add-item-non-interactively)
8559 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8560
8561 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8562
8563 * comint.el (comint-input-history-ignore): New variable.
8564 (comint-read-input-ring): Ignore entries matching
8565 comint-input-history-ignore.
8566
8567 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8568
8569 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8570 (lm-copyright-mark): New function.
8571 (lm-crack-copyright): New function.
8572 (lm-verify): Check that the file has a copyright.
8573 Check that the file is copyright Free Software Foundation.
8574
8575 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8576
8577 * international/mule-diag.el (print-fontset): Indent font name by
8578 24 columns, not 25.
8579
8580 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8581
8582 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8583 in Subject line.
8584
8585 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8586 Use mail-mode-hook instead of mail-setup-hook.
8587 Otherwise continuing an interrupted message with C-u C-x m for
8588 instance, winds up in Mail mode without abbrevs.
8589
8590 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8591
8592 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8593 non-nil. Adding almost all customization variables on ps-setup.
8594 Doc fix.
8595 (ps-print-version): New version number (6.3.3).
8596 (ps-end-with-control-d): Initialization fix.
8597 (ps-lines-printed): New var.
8598 (ps-skip-newline): New fun.
8599 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8600 (ps-next-line, ps-continue-line, ps-plot-region)
8601 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8602
8603 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8604
8605 * international/fontset.el (x-complement-fontset-spec):
8606 Resolve ASCII font name so that the same family name is used for fonts
8607 registered in x-font-name-charset-alist.
8608 (create-fontset-from-fontset-spec): Adjusted for the above change.
8609 The name of fontset alias should be a unresolved ASCII font name.
8610
8611 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8612
8613 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8614 and delete in isearch-mode-map.
8615
8616 2000-12-28 Richard M. Stallman <rms@gnu.org>
8617
8618 * dired-x.el (dired-guess-shell-alist-default):
8619 Use xpdf instead of acroread.
8620
8621 2000-12-28 Kenichi Handa <handa@etl.go.jp>
8622
8623 * textmodes/artist.el (artist-butlast): Deleted.
8624 (artist-ellipse-mirror-quadrant): Use butlast instead of
8625 artist-butlast.
8626
8627 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8628
8629 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8630
8631 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8632
8633 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8634
8635 * ls-lisp.el: Better support for the Mac and MS-Windows.
8636 (ls-lisp): New defgroup.
8637 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
8638 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
8639 (ls-lisp-support-shell-wildcards): New defcustoms.
8640 (ls-lisp-parse-symlink): New function.
8641 (insert-directory): Code to convert switches to a list and set up
8642 the wildcard argument copied from ls-lisp-insert-directory.
8643 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
8644 for -C and -R switches.
8645 (ls-lisp-column-format): New function.
8646 (ls-lisp-delete-matching, ls-lisp-handle-switches)
8647 (ls-lisp-format-time): Add doc strings.
8648 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
8649 Support ls-lisp-dirs-first.
8650 (ls-lisp-classify, ls-lisp-extension): New functions.
8651 (ls-lisp-format): Optionally support emulation of symlinks.
8652 Support -i, -s, and -G switches.
8653
8654 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8655
8656 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
8657
8658 * version.el (emacs-version): Print X scroll bar information.
8659
8660 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
8661 instead of x-toolkit-scroll-bars-p.
8662
8663 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
8664 of x-toolkit-scroll-bars-p.
8665
8666 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8667
8668 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
8669 (ffap-bindings): Doc fix, to reflect the above change.
8670
8671 2000-12-27 Kenichi Handa <handa@etl.go.jp>
8672
8673 * term.el (term-char-mode): Define all non-ascii self-inserting
8674 characters to 'term-send-raw in term-raw-map.
8675
8676 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
8677
8678 * viper-init (viper-restore-cursor-type): Added condition-case guard.
8679
8680 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
8681 Changed initialization; use add-hook.
8682 (ediff-file-remote-p): Use file-local-copy.
8683
8684 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
8685
8686 * ediff.el (ediff-patch-buffer): Bug fix.
8687 (ediff-revision): Allow selection of the file at the prompt.
8688
8689 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
8690
8691 * subr.el (combine-run-hooks): Remove.
8692
8693 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
8694 and remove the rogue second spec.
8695
8696 2000-12-23 Gerd Moellmann <gerd@gnu.org>
8697
8698 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
8699
8700 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
8701
8702 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
8703 Use minibuffer menu prompt for the `=' prefix.
8704 (smerge-command-prefix): Change default to C-^.
8705 (smerge-mode): Don't assume font-lock doesn't move point.
8706
8707 * skeleton.el (skeleton-internal-1): Make sure the first line of
8708 the region is also re-indented.
8709 (skeleton-end-newline): New var.
8710 (skeleton-end-hook): Use it.
8711
8712 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8713
8714 * comint.el (comint-password-prompt-regexp): Support CVS.
8715
8716 2000-12-22 Gerd Moellmann <gerd@gnu.org>
8717
8718 * simple.el (delete-key-deletes-forward-mode): Simplify.
8719 Also backspace key combinations, depending on
8720 delete-key-deletes-forward.
8721
8722 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
8723
8724 * simple.el (delete-key-deletes-forward): Doc fix.
8725
8726 2000-08-22 Emmanuel Briot <briot@gnat.com>
8727
8728 * xml.el (top level comment): Updated to reflect the fact that
8729 white spaces are relevant in the XML file.
8730 (xml-parse-file): Do not kill an existing Emacs buffer if the file
8731 to parse was already edited. This allows for on-the-fly analysis
8732 of XML files.
8733 (xml-parse-tag): Check that the casing is the same in the start
8734 tag and end tag, since XML is case-sensitive. Allows for spaces
8735 in the end tag, after the name of the tag.
8736 (xml-parse-attlist): Allow for the character '-' in the name of
8737 attributes, as in the standard http-equiv attribute Do not save
8738 the properties in the XML tree, since they are not relevant.
8739
8740 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
8741
8742 * generic.el (generic-read-type): Undo last change, inline into
8743 `generic-mode' and then remove.
8744 (generic-mode): Inline generic-read-type.
8745 (define-generic-mode): Push the symbol name rather than the symbol
8746 onto generic-mode-list.
8747
8748 2000-12-21 Gerd Moellmann <gerd@gnu.org>
8749
8750 * generic.el (generic-read-type): Build an alist for
8751 completing-read as in 20.7.
8752
8753 * play/landmark.el (lm): Use interactive spec `P'.
8754 (toplevel): Don't set debug-on-error.
8755
8756 * server.el (server-switch-buffer): Choose a window on a visible frame.
8757
8758 2000-12-21 Dave Pearson <davep@davep.org>
8759
8760 * quickurl.el: Commentry change, I've moved my web site.
8761
8762 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8763
8764 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
8765 ranges like \177-\237, but accepts the character sequence from \177 to
8766 \237. Doc fix.
8767 (ebnf-version): New version (3.4).
8768 (ebnf-setup): Code fix.
8769 (ebnf-range-regexp): New fun.
8770 (ebnf-8-bit-chars): Const fix.
8771
8772 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
8773 entry. Doc fix.
8774 (ebnf-bnf-lex): Code fix.
8775 (ebnf-bnf-comment-chars): Const fix.
8776
8777 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
8778 entry. Doc fix.
8779 (ebnf-iso-comment-chars): Const fix.
8780
8781 * ebnf-otz.el: Doc fix.
8782
8783 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
8784 entry. Doc fix.
8785 (ebnf-yac-skip-code): Code fix.
8786 (ebnf-yac-comment-chars): Const fix.
8787
8788 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8789
8790 * files.el (insert-directory-safely): New function.
8791 (recover-file): Use it instead of insert-directory.
8792 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8793
8794 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8795
8796 * international/mule-cmds.el (select-safe-coding-system):
8797 Check coding-category-list more rigidly. Improve help message.
8798
8799 * dired.el (dired-move-to-filename-regexp): Fix previous change.
8800
8801 2000-12-21 Miles Bader <miles@gnu.org>
8802
8803 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
8804
8805 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8806
8807 * international/mule-diag.el (describe-char-after): Make *Help*
8808 buffer inherit multibyteness of the current buffer.
8809
8810 * international/mule.el (make-char): Docstring adjusted for the
8811 change of make-char-internal.
8812
8813 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
8814
8815 * international/iso-cvt.el: Docstrings fix.
8816
8817 2000-12-20 Dave Love <fx@gnu.org>
8818
8819 * subr.el (eval-after-load): Doc fix.
8820
8821 2000-12-20 Kenichi Handa <handa@etl.go.jp>
8822
8823 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
8824 for numbers.
8825
8826 2000-12-20 Miles Bader <miles@gnu.org>
8827
8828 * international/quail.el (quail-help): Resize the help window
8829 again after it has all its contents. Remove unneeded progn.
8830
8831 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8832
8833 * pcmpl-linux.el: Fix copy/paste error.
8834
8835 2000-12-19 Andrew Innes <andrewi@gnu.org>
8836
8837 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
8838
8839 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
8840
8841 * progmodes/idlw-rinfo.el: Fixed copyright notice.
8842
8843 * progmodes/idlw-toolbar.el: Fixed copyright notice.
8844
8845 * progmodes/idlw-shell.el: Fixed copyright notice.
8846
8847 * progmodes/idlwave.el: Fixed copyright notice.
8848
8849 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
8850 TAB as key separators.
8851
8852 2000-12-19 Alex Schroeder <alex@gnu.org>
8853
8854 * sql.el (sql-sybase-options): New option.
8855 (sql-sybase): Use it. Add sql-database to the list of parameters
8856 provided for login. The options -w 2048 -n are not used any more.
8857 (sql-postgres-options): Changed default from "--pset" to "-P".
8858 (sql-mysql-options): Doc change.
8859 (sql-stop): Doc change.
8860
8861 2000-12-19 Kenichi Handa <handa@etl.go.jp>
8862
8863 * international/quail.el (quail-input-method): Always hide
8864 the guidance buffer on exiting.
8865
8866 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8867
8868 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
8869 isn't fboundp.
8870
8871 * server.el (server-buffer-done): Bury the buffer before
8872 killing it.
8873
8874 * faces.el (face-spec-set): Interpret a nil in specs for
8875 foreground and background colors as `unspecified', for
8876 compatibility with 20.x.
8877
8878 2000-12-18 Dave Love <fx@gnu.org>
8879
8880 * simple.el (mail-user-agent): Doc fix.
8881 (input-mode-8-bit): Removed.
8882
8883 * international/mule.el (set-keyboard-coding-system): Doc fix.
8884 (keyboard-coding-system): New option.
8885
8886 * mail/sendmail.el (send-mail-function): Customize.
8887
8888 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
8889
8890 * international/codepage.el (cp866-decode-table): New table.
8891
8892 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8893
8894 * version.el (emacs-version): Remove `%a' from the time format
8895 because the weekday doesn't fit well into each locale.
8896
8897 2000-12-18 Miles Bader <miles@gnu.org>
8898
8899 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
8900
8901 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
8902 Check that emacs-major-version is `=' to 20, not `>='.
8903 (artist-replace-chars): Use `make-string' instead of a loop.
8904
8905 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
8906
8907 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
8908 (cvs-execute-single-file): Don't change directory.
8909 Patch from Per Cederqvist.
8910
8911 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
8912
8913 * textmodes/ispell.el (check-ispell-version):
8914 If `ispell-program-name' is "aspell", pass it the -v switch instead
8915 of -vv.
8916
8917 2000-12-16 Kenichi Handa <handa@etl.go.jp>
8918
8919 * international/mule-diag.el (mule-diag): Insert information about
8920 configure options, multibyte awareness, language env.
8921
8922 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
8923 regexp to search for candidates.
8924
8925 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
8926
8927 * info.el (Info-forward-node): If the node has an
8928 Info-header-line, widen the buffer before searching for "next:"
8929 and "up:" pointers, and set the search limit to stay in the
8930 current node.
8931
8932 2000-12-16 Miles Bader <miles@gnu.org>
8933
8934 * simple.el (delete-trailing-whitespace): Remove extraneous let.
8935
8936 2000-12-15 Miles Bader <miles@gnu.org>
8937
8938 * comint.el (comint-send-string, comint-send-region): Also accept
8939 a buffer, buffer-name, or nil for PROCESS, for compatibility with
8940 process-send-string/region.
8941
8942 2000-12-15 Gerd Moellmann <gerd@gnu.org>
8943
8944 * isearch.el (isearch-lazy-highlight-max): New user-option.
8945 (isearch-lazy-highlight-update): Don't highlight more than
8946 isearch-lazy-highlight-max matches.
8947
8948 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
8949
8950 2000-12-15 Richard M. Stallman <rms@gnu.org>
8951
8952 * sort.el (sort-columns): Fix error message.
8953
8954 * dabbrev.el (dabbrev--last-case-pattern): Value is now
8955 `upcase' or `downcase' or nil.
8956 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
8957 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
8958 (dabbrev--substitute-expansion): New arg record-case-pattern.
8959 If it is non-nil, set dabbrev--last-case-pattern.
8960 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
8961
8962 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
8963
8964 2000-12-15 Miles Bader <miles@gnu.org>
8965
8966 * paths.el (Info-default-directory-list): Don't delete
8967 configure-info-directory from the list of standard info
8968 directories when appending it to the end -- their order is important.
8969
8970 * faces.el (read-face-attribute): If there's no entry for the
8971 user's input in VALID, just use it as-is (this will often result
8972 in an error, but it may be OK for e.g. colors using hexadecimal
8973 notation, and at least will yield a better error message).
8974
8975 * window.el (mode-line-window-height-fudge): Function removed.
8976 (height-affecting-face-attributes, mode-line-window-height-fudge):
8977 Variables removed.
8978 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
8979 window is really the right size. Use vertical-motion
8980 rather than forward-line.
8981 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
8982 (ispell-command-loop, ispell-show-choices): Use the variable
8983 ispell-choices-win-default-height, rather than the function.
8984 (ispell-choices-win-default-height): Function removed.
8985 (ispell-mode-line-window-height-fudge): Function removed.
8986
8987 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
8988
8989 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
8990
8991 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8992
8993 * paths.el (Info-default-directory-list):
8994 If configure-info-directory is not one of the standard directories,
8995 put it first in the list; otherwise put it last. Doc string
8996 changed accordingly.
8997
8998 * info.el (Info-directory-list): Change doc string to reflect the
8999 change in Info-default-directory-list.
9000
9001 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9002 windows-nt as windowed environments, even under -nw.
9003
9004 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9005 if not fboundp. Switch delete-forward mode for the <delete> key
9006 on all PC platforms, even under -nw.
9007
9008 * term/internal.el ([M-delete]): Remap to M-d.
9009
9010 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9011
9012 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9013
9014 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9015
9016 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9017
9018 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9019
9020 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9021 if appropriate.
9022
9023 * simple.el (delete-key-deletes-forward): New user-option.
9024 (delete-key-deletes-forward-mode): New function.
9025
9026 * bindings.el: Bind `delete' to backward-delete-char.
9027
9028 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9029 Test if symbol is bound before getting its value.
9030
9031 * tooltip.el (tooltip-show): If an error is signaled in
9032 x-show-tip, display that error, and display the help in the
9033 echo area.
9034
9035 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9036
9037 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9038 Show "... entries" messages for every 10000 entries, not 10.
9039
9040 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9041
9042 * bookmark.el: Provide a generic exit hook, as suggested by
9043 Ovidiu Predescu <ovidiu@cup.hp.com>:
9044 (bookmark-exit-hook): New var.
9045 (bookmark-exit-hook-internal): New func, replaces
9046 old raw lambda form in `kill-emacs-hook', and runs new
9047 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9048 as logically that feature must have been provided if this function
9049 is running.
9050 Removed ;;;###autoload before the `add-hook' call.
9051
9052 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9053
9054 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9055 (easy-menu-current-active-maps): New function.
9056 (easy-menu-get-map): Use it.
9057 Make a proper menu entry when creating a new keymap.
9058
9059 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9060
9061 * international/characters.el: Fix cases and syntaxes for
9062 mule-unicode-0100-24ff.
9063
9064 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9065 that a Japanese character is not appended after day and year.
9066
9067 * info.el (Info-suffix-list): Change format for a command that
9068 requires arguments.
9069 (info-insert-file-contents): Adjusted for the above change.
9070
9071 2000-12-12 Andreas Schwab <schwab@suse.de>
9072
9073 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9074 on the name of the tar buffer. Verify that the existing buffer is
9075 visiting the same subfile.
9076
9077 2000-12-12 Dave Love <fx@gnu.org>
9078
9079 * subdirs.el: Add obsolete.
9080
9081 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9082
9083 * mail/rmailsum.el (rmail-summary-expunge)
9084 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9085 instead of rmail-confirm-expunge.
9086
9087 * replace.el (perform-replace): Don't use an empty match adjacent
9088 to a non-empty match when computing the next match before the
9089 replacement is performed.
9090
9091 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9092
9093 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9094 definition (patch by Stefan Monnier).
9095 (glasses-mode): Use jit-lock instead of `after-change-functions'
9096 (patch by Stefan Monnier).
9097
9098 2000-12-12 Miles Bader <miles@gnu.org>
9099
9100 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9101 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9102
9103 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9104
9105 * term/mac-win.el: Remove load for ls-lisp.
9106
9107 * loadup.el: Load ls-lisp for system-type `macos'.
9108
9109 2000-12-12 Miles Bader <miles@gnu.org>
9110
9111 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9112 Respect field end too.
9113 (just-one-space): Respect fields as `delete-horizontal-space'.
9114 (newline-and-indent, reindent-then-newline-and-indent):
9115 Use `delete-horizontal-space'.
9116
9117 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9118
9119 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9120 (so as to obey the field property in the minibuffer).
9121
9122 * obsolete/c-mode.el: Moved from lisp/progmodes.
9123 * obsolete/auto-show.el: Moved from lisp.
9124 * obsolete/ooutline.el: Moved from lisp/textmodes.
9125
9126 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9127
9128 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9129 changes to list them here.
9130
9131 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9132 Too many changes to list them here.
9133
9134 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9135 Too many changes to list them here.
9136
9137 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9138
9139 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9140
9141 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9142
9143 * cus-edit.el (custom-save-variables, custom-save-faces):
9144 Comment fix.
9145
9146 * hscroll.el: Moved to `obsolete' subdir.
9147
9148 2000-12-11 Miles Bader <miles@gnu.org>
9149
9150 * window.el (window-text-height): Function removed (now in C).
9151
9152 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9153
9154 * log-edit.el (log-edit-parent-buffer): New var.
9155 (log-edit): Set it. Add BUFFER argument.
9156 (log-edit-done): Use char-before.
9157 Don't bother checking validity of vc-comment-ring.
9158 Only bury the buffer if log-edit popped it up.
9159
9160 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9161 (cvs-mode-diff-help): Remove.
9162 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9163 (cvs-mode-marked): Set up the default for CMD manually.
9164
9165 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9166 Remove binding for ? now made unnecessary.
9167
9168 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9169
9170 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9171 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9172
9173 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9174 when master file is not open.
9175
9176 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9177
9178 * progmodes/ada-stmt.el: Update `maintainer'.
9179
9180 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9181
9182 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9183 choices to match documentation string.
9184
9185 2000-12-09 Miles Bader <miles@gnu.org>
9186
9187 * minibuf-eldef.el: New file.
9188
9189 * window.el (fit-window-to-buffer): Don't pass last argument to
9190 pos-visible-in-window-p, now that its meaning is inverted.
9191
9192 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9193
9194 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9195 <ceder@lysator.liu.se>.
9196
9197 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9198
9199 * autoinsert.el (auto-insert-alist): Add missing final \n.
9200
9201 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9202 (cvs-menu-map): Remove.
9203 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9204 (cvs-mode-quit): Turn it back into a plain function.
9205
9206 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9207 (texinfo-filter): Remove (move to texinfo.el).
9208
9209 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9210 file where it's more visible.
9211 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9212 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9213 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9214 (texinfo-inside-macro-p): Only catch `scan-error's.
9215 (texinfo-inside-env-p): Make better use of the match info.
9216 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9217 (texinfo-insert-@end): Slight re-organization.
9218 Also remove useless `looking-at' call.
9219
9220 2000-12-08 Andrew Innes <andrewi@gnu.org>
9221
9222 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9223 accessible in -nw mode.
9224
9225 * term/w32-win.el: Remove stuff about selection timeout, which is
9226 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9227 it is accessible in -nw mode.
9228
9229 2000-12-08 Dave Love <fx@gnu.org>
9230
9231 * emacs-lisp/lisp-mode.el (lisp-mode):
9232 Set font-lock-keywords-case-fold-search.
9233
9234 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9235
9236 * textmodes/ispell.el (ispell): Doc fix.
9237
9238 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9239
9240 * international/quail.el (quail-insert-decode-map): Check the
9241 frame width of a window displaying the current buffer, not that of
9242 the selected frame.
9243 (quail-help): Make sure that the help buffer has window before
9244 inserting text in it.
9245
9246 2000-12-07 Sam Steingold <sds@gnu.org>
9247
9248 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9249 Backquote is used in isearch.el, so autoloading saves nothing.
9250
9251 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9252
9253 * startup.el (normal-top-level-add-subdirs-to-load-path):
9254 Ignore the CVS and RCS subdirectories case-insensitively.
9255
9256 * dired.el (dired-insert-directory): If file-system-info is
9257 fboundp, call it instead of invoking dired-free-space-program.
9258
9259 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9260
9261 * server.el (server-visit-files): Push files on file-name-history.
9262
9263 * progmodes/cc-langs.el: Update copyright.
9264
9265 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9266
9267 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9268
9269 * bindings.el (mode-line-mode-menu): Reverse the order
9270 of define-keys so that the menu appears in alphabetical order.
9271
9272 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9273
9274 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9275 of the function.
9276
9277 2000-12-07 Dave Love <fx@gnu.org>
9278
9279 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9280
9281 * facemenu.el (facemenu-unlisted-faces): Fix value.
9282
9283 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9284
9285 * font-lock.el (font-lock-default-fontify-region):
9286 Include the terminating \n (off-by-one error).
9287 (font-lock-set-defaults): Use dolist.
9288
9289 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9290
9291 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9292
9293 * international/mule-cmds.el (describe-language-environment):
9294 Fix for the case that an input method title is not string but a list.
9295
9296 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9297 of wrong SIZE record.
9298
9299 2000-12-06 Dave Love <fx@gnu.org>
9300
9301 * newcomment.el (comment-region, comment-dwim): Doc fix.
9302
9303 * textmodes/texinfo.el: Require tex-mode when compiling.
9304 (texinfo-update-node): Doc fix.
9305 (texinfo-imenu-generic-expression): Add @anchor.
9306 (texinfo-font-lock-keywords): Add @uref.
9307 (texinfo-inside-macro-p): Don't use ignore-errors.
9308 (texinfo-insert-quote): Match more contexts.
9309
9310 * international/mule.el (decode-char, encode-char): Doc fix.
9311 (auto-coding-alist): Customize.
9312
9313 * files.el (load-file): Fix change of 2000-03-12.
9314
9315 * wid-edit.el (widget-text-keymap): Doc fix.
9316
9317 2000-12-06 Andrew Innes <andrewi@gnu.org>
9318
9319 * makefile.w32-in (lisp): Set to an absolute directory, namely
9320 $(CURDIR).
9321
9322 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9323
9324 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9325 read generated-autoload-file, and set buffer-file-coding-system to
9326 raw-text-unix after reading the file.
9327
9328 * international/mule-conf.el (file-coding-system-alist):
9329 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9330
9331 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9332
9333 * replace.el (occur): Make line-number-width 1 smaller for the
9334 colon following the line number.
9335
9336 * startup.el (fancy-splash-text, command-line-1):
9337 Use `File' for the menu name instead of `Files'.
9338
9339 * tmm.el: Update copyright.
9340
9341 * cus-start.el: Add entry for even-window-heights.
9342
9343 2000-12-06 Miles Bader <miles@gnu.org>
9344
9345 * faces.el (frame-set-background-mode): Avoid stomping on
9346 locally modified faces.
9347
9348 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9349
9350 * international/fontset.el: Correct the font registries for
9351 japanese-jisx0213-1 and japanese-jisx0213-2.
9352
9353 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9354
9355 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9356
9357 * iswitchb.el: Update customization commentary.
9358
9359 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9360
9361 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9362 (tpu-search-highlight): Fixed comparison of overlay end positions.
9363 (tpu-trim-line-ends): Implemented trimming logic locally.
9364
9365 * emulation/tpu-extras.el (tpu-write-file-hook)
9366 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9367
9368 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9369
9370 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9371 to cn-gb.
9372 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9373
9374 2000-12-04 Dave Love <fx@gnu.org>
9375
9376 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9377
9378 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9379
9380 * mail/rmailsum.el (rmail-summary-expunge)
9381 (rmail-summary-expunge-and-save): Ask for confirmation with
9382 rmail-expunge-confirmed.
9383
9384 * mail/rmail.el (rmail-expunge-confirmed): New function.
9385 (rmail-expunge): Use it.
9386
9387 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9388
9389 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9390 (etags-recognize-tags-table, find-tag-in-order):
9391 New functionality: interpret file names as tags.
9392
9393 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9394
9395 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9396 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9397 the first subnode until the bottom of the current node is visible.
9398
9399 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9400
9401 * format.el (format-decode): Don't change buffer's undo list.
9402
9403 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9404
9405 * faces.el (face-font-registry-alternatives): Add entries for CJK
9406 fonts. Doc-string adjusted for the actual usage of this data.
9407
9408 * international/fontset.el: Change the font registries for CJK
9409 fonts in the default fontset. Don't append '*' to registries.
9410
9411 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9412
9413 * emacs-lisp/easy-mmode.el (define-derived-mode)
9414 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9415
9416 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9417 (derived-mode-p): New function.
9418 (derived-mode-make-docstring): Add `docstring' argument.
9419 Use it if available and complete it if necessary.
9420
9421 2000-12-03 Andreas Schwab <schwab@suse.de>
9422
9423 * type-break.el (type-break): Don't make parent of itself.
9424
9425 2000-12-03 Miles Bader <miles@gnu.org>
9426
9427 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9428
9429 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9430
9431 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9432 (tex-main-file, tex-file): Simplify.
9433 (tex-generate-zap-file-name): Use subst-char-in-string.
9434 (tex-strip-dots): Remove.
9435
9436 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9437
9438 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9439 to check if the match succeeded.
9440
9441 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9442
9443 * startup.el (use-fancy-splash-screens-p): New function.
9444 (command-line-1): Use it to determine whether or not to use
9445 a fancy splash screen.
9446
9447 2000-12-02 Andreas Schwab <schwab@suse.de>
9448
9449 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9450
9451 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9452
9453 * international/mule.el (make-char): Fix last change.
9454
9455 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9456 New defcustoms.
9457 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9458 autoloading tex-mode; instead, do the same manually.
9459 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9460 with numeric argument. Docstring fix.
9461 (toplevel): Require cl when compiling.
9462
9463 * international/mule.el (make-char): Doc fix.
9464
9465 2000-12-02 Jason Rumney <jasonr@gnu.org>
9466
9467 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9468 the Emacs Lisp manual)
9469
9470 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9471
9472 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9473
9474 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9475 the Emacs Lisp manual).
9476
9477 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9478
9479 * simple.el (next-line-add-newlines): Change default to nil.
9480
9481 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9482
9483 * files.el (revert-buffer, recover-file):
9484 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9485
9486 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9487
9488 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9489
9490 2000-12-01 Miles Bader <miles@gnu.org>
9491
9492 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9493
9494 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9495
9496 * international/mule-diag.el (describe-char-after): Fix typo.
9497 (describe-character-set, non-iso-charset-alist): Fix typo.
9498
9499 2000-12-01 Miles Bader <miles@gnu.org>
9500
9501 * image-file.el (image-file-name-regexp): Automatically add
9502 upper-case variants of each filename extension in
9503 `image-file-name-extensions', since they seem to be common.
9504
9505 * simple.el (minibuffer-contents)
9506 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9507 New functions.
9508 * filecache.el (file-cache-directory-name)
9509 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9510
9511 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9512
9513 * filecache.el (file-cache-minibuffer-complete): Don't try to
9514 delete the minibuffer prompt.
9515
9516 2000-11-30 Dave Love <fx@gnu.org>
9517
9518 * cus-start.el: Fix read-buffer-function type.
9519
9520 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9521
9522 * md5.el: Removed. There's a built-in function, now.
9523
9524 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9525
9526 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9527 as dummy 0-th char of rmail-deleted-vector.
9528
9529 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9530
9531 * ps-print.el (ps-end-job): Bind case-fold-search only after
9532 switching to ps-spool-buffer.
9533
9534 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9535
9536 * ps-print.el: Line number font customization. PostScript: Lines and
9537 PageCount are initialized on each page. Doc Fix.
9538 (ps-print-version): New version number (6.3.2).
9539 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9540 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9541 (ps-right-header): Customization fix.
9542 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9543 Fix code.
9544 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9545 New vars.
9546
9547 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9548
9549 * bs.el: Fix typos and spelling errors.
9550 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9551 (bs-configuration): Doc fix.
9552
9553 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9554
9555 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9556
9557 * emulation/tpu-edt.el (tpu-version): New version.
9558 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9559 (tpu-original-mode-line): Variable deleted.
9560 (tpu-mark-flag): New initial value.
9561 (tpu-set-mode-line): Don't redefine mode-line-format.
9562 Add tpu-mark-flag to minor-mode-alist.
9563 (tpu-update-mode-line): New mark flag logic.
9564 (tpu-get): Use find-file-wildcards.
9565 (tpu-search-highlight): Move overlay less, reset overlay properly.
9566 (tpu-unselect): Deactivate mark.
9567 (tpu-lm-replace): Reset overlay properly.
9568 (tpu-forward-line): Use forward-visible-line.
9569 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9570
9571 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9572
9573 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9574
9575 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9576
9577 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9578
9579 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9580 and skip whitespace and newlines.
9581
9582 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9583
9584 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9585
9586 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9587
9588 * help.el (describe-function-1): Regexp-quote function name
9589 when used as part of a regexp.
9590
9591 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9592 Use face-attribute instead of face-foreground and face-background.
9593 (tool-bar-add-item): Likewise, and handle unspecified colors.
9594
9595 * enriched.el (enriched-face-ans): Use face-attribute instead
9596 of face-foreground and face-background.
9597
9598 * faces.el (face-foreground, face-background, face-stipple):
9599 Return nil if attribute is unspecified, for backward compatibility.
9600
9601 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9602
9603 * play/5x5.el: Remove version info.
9604
9605 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9606
9607 * frame.el (blink-cursor-mode): Doc fix.
9608
9609 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9610
9611 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9612 to create Makefile rules.
9613 (antlr-tool-command): New user option.
9614 (antlr-ask-about-save): New user option.
9615 (antlr-makefile-specification): New user option.
9616 (antlr-file-formats-alist): New variable.
9617 (antlr-special-file-formats): New variable.
9618 (antlr-unknown-file-formats): New user option.
9619 (antlr-help-unknown-file-text): New variable.
9620 (antlr-help-rules-intro): New variable.
9621 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9622 (antlr-mode-menu): Add entries.
9623 (antlr-file-dependencies): New function.
9624 (antlr-directory-dependencies): New function.
9625 (antlr-superclasses-glibs): New function.
9626 (antlr-run-tool): New command.
9627 (antlr-makefile-insert-variable): New function.
9628 (antlr-insert-makefile-rules): New function.
9629 (antlr-show-makefile-rules): New command.
9630
9631 * antlr-mode.el: More Emacs/XEmacs stuff.
9632 (antlr-no-action-keywords): New constant with value nil.
9633 (antlr-font-lock-keywords-alist): Use it. Old value would break
9634 syntax highlighting in Emacs-21.0.
9635 (antlr-default-directory): Emacs/XEmacs dependend function.
9636 (antlr-read-shell-command): Ditto.
9637 (antlr-with-displaying-help-buffer): Ditto.
9638
9639 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9640
9641 * antlr-mode.el: imenu, parsing and highlighting changes.
9642 (antlr-imenu-create-index-function): Don't create extra submenus
9643 for definitions in different grammar classes. It is not necessary
9644 for the menu and would make command `imenu' awkward to use.
9645 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
9646 header actions and more than one.
9647 (antlr-font-lock-tokendef-face): Changed color.
9648 (antlr-font-lock-tokenref-face): Changed color.
9649 (antlr-font-lock-additional-keywords): Also highlight lowercase.
9650 (antlr-mode-syntax-table): New variable.
9651 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
9652 (antlr-with-syntax-table): Don't copy syntax table.
9653
9654 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9655
9656 * antlr-mode.el: Minor changes: language setting.
9657 (antlr-language-alist): The value for file option "language" can
9658 be both an identifier and a string.
9659 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
9660 (antlr-language-limit-n-regexp): Change accordingly.
9661
9662 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9663
9664 * antlr-mode.el: Minor changes: tabs, hiding.
9665 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
9666 (antlr-action-visibility): Also allow value nil to also hide the
9667 braces. Renamed from `antlr-tiny-action-length'.
9668 Suggested by Jay@aol.com.
9669 (antlr-hide-actions): Change accordingly. Hide line if completely
9670 hidden action is on a line of its own.
9671
9672 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9673
9674 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
9675
9676 * sort.el (sort-columns): Don't concat strings with numbers.
9677
9678 2000-11-29 Dave Love <fx@gnu.org>
9679
9680 * cus-edit.el (face): Fix :format.
9681
9682 * mail/feedmail.el: Require smtpmail when compiling.
9683 (mail-do-fcc): Autoload.
9684 (feedmail) <defgroup>: Fix :link.
9685 (feedmail-nuke-body-in-fcc): Fix :type.
9686 (feedmail-send-it): Add autoload cookie.
9687
9688 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9689
9690 * newcomment.el (comment-indent): Save excursion around call to
9691 comment-indent-function.
9692
9693 2000-11-29 Miles Bader <miles@gnu.org>
9694
9695 * subr.el (member-ignore-case): Return the tail of the list who's
9696 car matches, like `member', not the matching element itself.
9697
9698 2000-11-29 Kenichi Handa <handa@etl.go.jp>
9699
9700 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
9701 should not contain `\n'.
9702
9703 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9704
9705 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9706
9707 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
9708
9709 * dired-aux.el (dired-do-create-files): Construct default file
9710 name for dired-mark-read-file-name so that when the user enters
9711 just RET, the target file will end up in the target directory.
9712
9713 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
9714 local-abbrev-table before changing buffers because it might
9715 have a buffer-local binding.
9716
9717 2000-11-28 Miles Bader <miles@gnu.org>
9718
9719 * simple.el (delete-horizontal-space): Handle fields more generally.
9720
9721 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9722
9723 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
9724
9725 2000-11-28 Dave Love <fx@gnu.org>
9726
9727 * progmodes/ps-mode.el (ps-mode): Set comment-start and
9728 comment-start-skip locally.
9729
9730 * progmodes/fortran.el (fortran-mode): Don't set
9731 fortran-comment-line-start-skip. Set comment-start to
9732 fortran-comment-line-start.
9733 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
9734 (fortran-comment-line-start-skip): Simplify slightly.
9735
9736 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9737
9738 * play/5x5.el: Remove RCS keyword.
9739
9740 * bs.el: Mistaken commit, undone 2000-11-30.
9741
9742 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
9743
9744 * textmodes/tildify.el (tildify-string-alist):
9745 Add `plain-tex-mode' here.
9746
9747 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
9748
9749 * chistory.el (Command-history-setup): Remove extraneous `keymap'
9750 reference.
9751
9752 2000-11-28 Miles Bader <miles@gnu.org>
9753
9754 * cus-face.el (custom-face-attributes): Add post-filter function
9755 for :box. Make pre-filter function for :box handle all cases.
9756
9757 * wid-edit.el (widget-choose): Make sure pop-up window is large
9758 enough to display all the choices, as there's no way to scroll it.
9759
9760 2000-11-28 Kenichi Handa <handa@etl.go.jp>
9761
9762 * international/mule-conf.el: Make the coding system no-conversion
9763 safe for all characters.
9764
9765 2000-11-27 Dave Love <fx@gnu.org>
9766
9767 * net/ldap.el (ldap) <defgroup>: Add :version.
9768
9769 * tooltip.el (tooltip-use-echo-area): Doc fix.
9770
9771 * cus-start.el <minibuffer-prompt-properties>: Add version.
9772 <read-buffer-function>: Add.
9773
9774 * apropos.el (apropos-print): Add help-echo to active text.
9775
9776 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
9777
9778 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9779
9780 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
9781 type, group and version.
9782
9783 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
9784
9785 * select.el (x-get-selection): Docstring fix.
9786
9787 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
9788
9789 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
9790
9791 2000-11-27 Andrew Innes <andrewi@gnu.org>
9792
9793 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
9794
9795 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
9796
9797 2000-11-27 Miles Bader <miles@gnu.org>
9798
9799 * dired.el (dired-get-filename): Return filename verbatim if
9800 LOCALP is `verbatim'.
9801 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
9802 `verbatim' so that we don't inadvertently delete a non-existant
9803 directory name.
9804
9805 2000-11-27 Kenichi Handa <handa@etl.go.jp>
9806
9807 * international/characters.el: Specify cases and syntaxes for
9808 mule-unicode-0100-24ff.
9809
9810 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9811
9812 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
9813 that foreground and/or background colors of the face `tool-bar'
9814 are unspecified.
9815
9816 2000-11-27 Miles Bader <miles@gnu.org>
9817
9818 * wid-edit.el (widget-field-buffer, widget-field-start)
9819 (widget-field-end): Handle widget field `pseudo-overlays'.
9820 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
9821 if it's there instead of in `widget-field-list'.
9822
9823 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
9824 (help-make-xrefs): Delete extraneous newlines at the end of the
9825 docstring.
9826
9827 2000-11-25 Jason Rumney <jasonr@gnu.org>
9828
9829 * startup.el (command-line): Call set-locale-environment after
9830 Window System init file is read, as it can result in a call to
9831 redraw-frame.
9832
9833 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
9834
9835 * simple.el (shell-command): Mention the effect of the prefix
9836 argument in the doc string.
9837
9838 2000-11-25 Miles Bader <miles@gnu.org>
9839
9840 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
9841
9842 * wid-edit.el (widget-field-value-delete): Don't try to delete
9843 overlay when it's the `pseudo-overlay' that exists at some points.
9844
9845 2000-11-24 Jason Rumney <jasonr@gnu.org>
9846
9847 * international/mule-cmds.el (locale-language-names): Add "jp" as
9848 a non-standard alternative for Japanese.
9849
9850 2000-11-24 Andre Spiegel <spiegel@gnu.org>
9851
9852 * vc-hooks.el: Require 'cl during compilation.
9853
9854 2000-11-24 Gerd Moellmann <gerd@gnu.org>
9855
9856 * faces.el (face-set-after-frame-default): Let face attributes
9857 specified for new frames override frame parameters.
9858
9859 * startup.el (command-line): Fix computation of the source file
9860 for user-init-file when user-init-file is a compiled file.
9861
9862 2000-11-24 Miles Bader <miles@gnu.org>
9863
9864 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
9865 (custom-post-filter-face-spec): New functions.
9866 (custom-face-set, custom-face-value-create): Filter the face spec
9867 before and after customization.
9868 (custom-face-set): If VALUE specifies a null face, pass a
9869 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
9870 * cus-face.el (custom-face-attributes): Remove SET and GET
9871 functions. Add some IN-FILTER and OUT-FILTER functions in the few
9872 cases they're needed.
9873
9874 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
9875 that it's distinguishable from the :off-glyph on dark-background
9876 displays. Set its background color too.
9877
9878 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
9879 so that people can easily turn it off.
9880
9881 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
9882
9883 * ediff-diff.el: Moved variables around to have it compile under NT.
9884
9885 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
9886
9887 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
9888
9889 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
9890 redundant skip-small-frames test.
9891
9892 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
9893 (viper-downgrade-to-insert): Protect against errors in hooks.
9894
9895 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
9896 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
9897 (viper-restore-cursor-type,viper-set-insert-cursor-type):
9898 New functions.
9899
9900 * viper-util.el (viper-memq-char): Bug fixes.
9901
9902 * viper.el (viper-mode): Fix cursor handling.
9903
9904 2000-11-24 Kenichi Handa <handa@etl.go.jp>
9905
9906 * international/mule-diag.el (list-iso-charset-chars):
9907 For two-byte charset, fix the `while' condition.
9908 (list-non-iso-charset-chars): Fix the `while' condition.
9909
9910 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
9911
9912 * subr.el (add-hook, remove-hook): Don't call make-local-hook
9913 if the variable is make-variable-buffer-local.
9914
9915 * progmodes/ada-stmt.el (ada-template-map):
9916 Initialize and bind it to C-c t in ada-mode-map.
9917 (ada-stmt-mode-hook): New function extracted from old code.
9918 Only change the buffer-local side of skeleton-*.
9919 (ada-mode-hook): Use it.
9920
9921 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9922
9923 * iswitchb.el (iswitchb-minibuf-depth): New variable.
9924 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
9925 we expect to be returned by minibuffer-depth once we prompt the
9926 user in the minibuffer.
9927 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
9928 as recorded in iswitchb-minibuf-depth, return non-nil.
9929
9930 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9931
9932 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
9933 (hscroll-window-maybe): Docstring fix.
9934
9935 2000-11-23 Dave Love <fx@gnu.org>
9936
9937 * rect.el (string-rectangle): Don't test delete-selection-mode.
9938
9939 2000-11-23 Gerd Moellmann <gerd@gnu.org>
9940
9941 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
9942 is in the tool bar.
9943
9944 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
9945 with `no-dir'; we want the directory part to be able to remove it.
9946
9947 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9948
9949 * textmodes/outline.el (outline-flag-region):
9950 Don't bind inhibit-read-only since we don't modify the buffer.
9951 (outline-isearch-open-invisible): Don't jump to overlay-start
9952 since we're trying to unhide text around point.
9953 (outline-discard-overlays): Use dolist.
9954
9955 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
9956
9957 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9958
9959 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
9960
9961 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9962
9963 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
9964 Fix ARG regexp to skip quoted braces.
9965 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
9966 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
9967 are (correctly) handled separately).
9968 Remove `caption' and `footnote' from `citations': they contain text.
9969 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
9970 (latex-skeleton-end-hook): New function.
9971 (latex-mode): Use it.
9972 (tex-start-tex-marker): Remove.
9973 (tex-send-tex-command): Don't set tex-start-tex-marker.
9974 (tex-error-parse-syntax-table): New var.
9975 (tex-compilation-parse-errors): Use it.
9976 Ignore tex-start-tex-marker. Don't bother with marker-position.
9977 (tex-validate-buffer): Don't bother with marker-position.
9978
9979 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
9980 (flyspell-generic-progmode-verify): Use it.
9981
9982 2000-11-22 Sam Steingold <sds@gnu.org>
9983
9984 * simple.el (delete-trailing-whitespace): New interactive function.
9985
9986 * progmodes/ada-mode.el (ada-mode): Use it instead of
9987 `ada-remove-trailing-spaces'.
9988 (ada-remove-trailing-spaces): Removed.
9989
9990 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
9991
9992 * textmodes/picture.el (picture-clean): Removed.
9993 (picture-mode-exit): Call it instead of `picture-clean'.
9994
9995 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9996
9997 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9998
9999 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10000 jit-lock-fontify-buffer; it should anyway be unneccessary to
10001 do anything special when jit-lock is active.
10002 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10003
10004 2000-11-22 Dave Love <fx@gnu.org>
10005
10006 * calendar/todo-mode.el (todo-top-priorities): Use
10007 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10008
10009 * language/chinese.el, language/cyrillic.el:
10010 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10011 * language/hebrew.el, language/indian.el, language/japanese.el:
10012 * language/korean.el, language/lao.el, language/misc-lang.el:
10013 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10014 Use provide.
10015
10016 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10017 (custom-variable-set): Improve validation error mesage.
10018
10019 * rect.el (string-rectangle): Revert last change.
10020 (string-rectangle-line): New arg DELETE.
10021 (string-rectangle): Check delete-selection-mode.
10022
10023 * emacs-lisp/edebug.el (edebug-version)
10024 (edebug-maintainer-address): Deleted.
10025 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10026 (edebug-read-function): Account for other `'#' read forms.
10027 (edebug-mode-menus): Make some items toggles.
10028 (edebug-outside-unread-command-event, unread-command-event):
10029 Remove these to avoid warnings.
10030
10031 2000-11-22 David Ponce <david@dponce.com>
10032
10033 * recentf.el (recentf-menu-items-for-commands)
10034 (recentf-make-menu-items, recentf-make-menu-item)
10035 (recentf-filter-changer): Added :help and :active menu-item properties.
10036
10037 (recentf-build-dir-rules, recentf-dump-variable)
10038 (recentf-edit-list, recentf-open-files-item)
10039 (recentf-open-files): Replaced unnecessary `mapcar' with new
10040 built-in `mapc'.
10041
10042 2000-11-23 Miles Bader <miles@gnu.org>
10043
10044 * faces.el (menu): Make inverse-video on ttys too.
10045
10046 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10047
10048 * simple.el (comment-line-break-function): Use the new name
10049 indent-new-comment-line -> comment-indent-new-line.
10050 (clone-indirect-buffer): Don't ignore NORECORD.
10051 (next-completion): Properly handle the case where items are adjacent.
10052
10053 * mouse.el (popup-menu): Stupid typo.
10054
10055 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10056
10057 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10058 maintainer, keywords tags.
10059
10060 * rect.el (replace-rectangle): Don't call string-rectangle-line
10061 with too many arguments.
10062
10063 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10064
10065 * ediff-util.el (ediff-file-checked-out-p)
10066 (ediff-file-checked-in-p): Call vc-state instead of
10067 vc-locking-user, which no longer exists.
10068
10069 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10070
10071 2000-11-22 Dave Love <fx@gnu.org>
10072
10073 * md5.el (md5): Provide.
10074 (md5): Fix error call.
10075
10076 2000-11-22 Miles Bader <miles@gnu.org>
10077
10078 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10079 (refill-fill-paragraph-at): Remove debugging code.
10080
10081 * calendar/calendar.el (generate-calendar-window): When we don't
10082 call `fit-window-to-buffer', make sure the top line is fully visible.
10083
10084 * image-file.el (insert-image-file): Don't make `read-only'
10085 property rear-nonsticky.
10086
10087 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10088 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10089 stashing away its original value.
10090 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10091 in the recursive edit.
10092 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10093 (isearch-done): Restore `minibuffer-message-timeout'.
10094
10095 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10096
10097 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10098
10099 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10100
10101 * find-lisp.el (find-lisp-find-files-internal):
10102 Use dolist, when and file-name-as-directory.
10103
10104 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10105 (define-derived-mode, define-minor-mode): Add specs.
10106
10107 * window.el: General comment and spacing fixes.
10108 (save-selected-window): Use backquotes.
10109 (window-safely-shrinkable-p): New function.
10110 (shrink-window-if-larger-than-buffer): Use it.
10111
10112 * subr.el (make-local-hook): Docstring fix.
10113
10114 * shell.el (shell-mode): Use define-derived-mode.
10115
10116 * newcomment.el (comment-indent): Insert comment before calling
10117 comment-indent-function. Don't insert in column 0.
10118 (comment-dwim): Indent before inserting comment.
10119
10120 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10121 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10122 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10123 Use mapc rather than map.
10124
10125 * files.el (find-buffer-visiting): Compare all attributes before
10126 declaring two files identical (rather than just their inode-no).
10127 (auto-mode-alist): Use \' rather than $.
10128
10129 * which-func.el: Update maintainer line.
10130
10131 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10132 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10133 (uniquify-buffer-file-name): Use it.
10134
10135 2000-11-22 Miles Bader <miles@gnu.org>
10136
10137 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10138 * simple.el (minibuffer-avoid-prompt): New function.
10139
10140 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10141
10142 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10143
10144 2000-11-21 Miles Bader <miles@gnu.org>
10145
10146 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10147 inclusion of `track-mouse'.
10148
10149 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10150 (refill-adjust-ignorable-overlay): New function.
10151 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10152 only the paragraph's tail if possible.
10153 Update `refill-ignorable-overlay'.
10154 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10155
10156 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10157 point inside the fill-prefix.
10158
10159 * textmodes/refill.el (refill-post-command-function): Don't reset
10160 refill-doit in the case where a self-insertion command doesn't
10161 case a refill. Use `refill-fill-paragraph-at', getting position
10162 from `refill-doit'.
10163 (refill-after-change-function): Set `refill-doit' to END.
10164 (refill-fill-paragraph-at): New function, mostly from old
10165 refill-fill-paragraph.
10166 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10167 (refill-pre-command-function): New function.
10168 (refill-mode): Add it to `pre-command-hook'.
10169
10170 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10171
10172 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10173
10174 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10175 javadoc tags.
10176
10177 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10178
10179 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10180 vc.el).
10181
10182 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10183 require vc.
10184
10185 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10186 checkouts.
10187
10188 2000-11-20 Dave Love <fx@gnu.org>
10189
10190 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10191
10192 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10193
10194 * calculator.el (calculator-paste): Use `if' instead of `and'
10195 and `or'.
10196 (calculator-help): Don't use electric-describe-mode for XEmacs.
10197
10198 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10199
10200 * info.el (info-menu-5): Doc fix.
10201
10202 * textmodes/artist.el: New file.
10203
10204 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10205
10206 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10207 and differentiate according to checkout model.
10208 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10209 since this function is only concerned with master state.
10210
10211 * vc-hooks.el (vc-workfile-unchanged-p)
10212 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10213
10214 * vc.el (vc-workfile-unchanged-p)
10215 (vc-default-workfile-unchanged-p): See above.
10216
10217 2000-11-19 Miles Bader <miles@gnu.org>
10218
10219 * image-file.el (insert-image-file): Make `intangible' and
10220 `read-only' properties rear-nonsticky too.
10221
10222 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10223
10224 * ps-print.el: Update copyright notice.
10225
10226 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10227 (tooltip-show): Use the offsets.
10228
10229 * bindings.el (mode-line-modified): Fix a typo.
10230 (mode-line-toggle-modified, mode-line-widen)
10231 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10232
10233 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10234
10235 * ps-print.el (toplevel): Test for find-coding-system being
10236 fboundp before calling ps-x-find-coding-system.
10237
10238 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10239
10240 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10241 (vc-version-backup-file): Docstring fix.
10242
10243 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10244
10245 * files.el (basic-save-buffer): Don't add a newline if
10246 find-file-literally is non-nil.
10247 (find-file-literally): Extend doc string.
10248
10249 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10250 sort(1) with the `-f' argument.
10251
10252 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10253
10254 * vc.el: Updated backend documentation.
10255 (vc-default-check-headers): New function.
10256
10257 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10258
10259 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10260 up-to-date.
10261 (vc-do-command): In the asynchronous case, output messages only if
10262 the minibuffer is not active.
10263
10264 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10265 `vc-cvs-use-edit' is on.
10266 (vc-cvs-checkout): When this is used for reverting the workfile,
10267 make a backup of the original contents and revert to that in case
10268 of error.
10269 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10270 remote repositories.
10271
10272 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10273 for both version and ratio in the minibuffer.
10274
10275 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10276 Use vc-do-command to perform the annotation, not call-process.
10277
10278 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10279
10280 * international/quail.el (quail-start-translation): Don't call
10281 `message' before reading key sequence.
10282
10283 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10284
10285 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10286
10287 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10288
10289 * window.el (fit-window-to-buffer): Be sure to acquire at least
10290 one text line even if the buffer is empty.
10291
10292 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10293
10294 * net/ange-ftp.el (ange-ftp-file-writable-p)
10295 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10296 Bind ange-ftp-process-verbose to nil.
10297
10298 2000-11-15 Dave Love <fx@gnu.org>
10299
10300 * wid-edit.el (widget-specify-field, widget-specify-button):
10301 If :help-echo is a function, set help-echo of overlay to
10302 widget-mouse-help.
10303 (widget-mouse-help): New function.
10304 (widget-echo-help): Rewritten for :help-echo functions only taking
10305 a widget arg.
10306
10307 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10308 Use display-graphic-p.
10309 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10310 and that JPEG is available.
10311 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10312
10313 * international/mule-cmds.el (locale-charset-language-names):
10314 Match @euro.
10315
10316 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10317
10318 * faces.el (face-set-after-frame-default):
10319 If `inhibit-default-face-x-resources' is bound, don't intialize the
10320 default face from X resources.
10321
10322 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10323
10324 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10325 Don't set EMACSLOADPATH.
10326
10327 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10328
10329 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10330 texinfo-insert-@url.
10331 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10332 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10333
10334 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10335
10336 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10337 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10338 (checkdoc-minor-keymap): Backward compatibility.
10339 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10340 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10341 (checkdoc-this-string-valid-engine): Be a bit more strict
10342 to avoid matching substrings of `...' quoted vars/funs.
10343 (checkdoc-defun-info): Only look for `interactive' if alone.
10344 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10345
10346 * progmodes/compile.el (grep): `tag-default' can be nil.
10347
10348 * newcomment.el (comment-indent): Paren typo.
10349
10350 2000-11-14 Dave Love <fx@gnu.org>
10351
10352 * calculator.el: New maintainer version.
10353
10354 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10355
10356 * cmuscheme.el: Doc fixes.
10357 (cmuscheme) <defgroup>: Use `scheme' as parent.
10358 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10359
10360 * xscheme.el (scheme-program-name): Don't define here.
10361
10362 * progmodes/scheme.el (scheme-program-name): New variable
10363 (originally in cmuscheme).
10364
10365 2000-11-14 Miles Bader <miles@gnu.org>
10366
10367 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10368 Handle header-lines. Don't loop forever if we can't enlarge the
10369 window anymore. Simplify a bit.
10370
10371 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10372
10373 * window.el (fit-window-to-buffer): Don't check
10374 window-text-height. Assure that the last line is fully visible.
10375
10376 * international/quail.el (quail-show-guidance-buf):
10377 Call fit-window-to-buffer to assure the enough height of the guidance
10378 buffer.
10379 (quail-update-guidance): Avoid making the guidance buffer shorter.
10380
10381 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10382
10383 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10384 rather than `prepend' and add an interesting comment.
10385 (tex-math-face, tex-font-lock-syntactic-face-function):
10386 New face and function to use it.
10387 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10388 than `menu-enable' symbol property.
10389 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10390 (tex-mode): Add some latex-mode commands for auto-selection.
10391 Use tex-font-lock-syntactic-face-function.
10392 (tex-insert-quote): Simplify.
10393 (tex-shell): New mode.
10394 (tex-start-shell): Use it.
10395 (tex-shell-proc, tex-shell-buf): New functions.
10396 (tex-send-command): Use it.
10397 (tex-main-file): Fix the meaning of the new arg REALFILE.
10398 (tex-send-tex-command): New function split from `tex-start-tex'.
10399 Set compilation-last-buffer and compilation-parsing-end.
10400
10401 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10402 when it follows non-comment text on the line.
10403
10404 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10405 Set font-lock-defaults.
10406 (lisp-mode-shared-map): Init inside the defvar.
10407 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10408 Use define-derived-mode.
10409
10410 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10411
10412 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10413
10414 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10415
10416 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10417 Don't recursively optimize body because that can lead to infinite
10418 recursion; see comment there.
10419
10420 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10421
10422 * faces.el (face-spec-set-match-display): Revert the change from
10423 2000-10-24. Add a FIXME for after v21.1.
10424
10425 2000-11-13 Miles Bader <miles@gnu.org>
10426
10427 * textmodes/fill.el (skip-line-prefix): New function.
10428 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10429 (fill-paragraph): Don't leave point inside the fill-prefix.
10430 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10431 point inside the fill-prefix.
10432
10433 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10434
10435 * calendar/calendar.el (generate-calendar-window):
10436 Use `fit-window-to-buffer'.
10437
10438 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10439
10440 * gud.el (gud-minor-mode): New var.
10441 (gud-symbol, gud-val): New functions.
10442 (gud-find-file): Copy gud-minor-mode to the new buffer.
10443 (gud-menu-map): Include entries for commands that are not always
10444 available, using :enable to (de)activate them.
10445 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10446 (gud-mode-map): New map.
10447 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10448 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10449 Don't set up gud's menu (it's done by the minor-mode).
10450 (gud-minibuffer-local-map): New.
10451 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10452 (gud-query-cmdline): New function.
10453 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10454 (gud-mode): Use define-derived-mode.
10455 Don't set up gud's menu (it's done by the minor-mode).
10456 (gud-chop-words): Remove.
10457 (gud-common-init): Use split-string instead.
10458 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10459
10460 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10461 Add keyword arg :name.
10462
10463 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10464 (diff-count-matches, diff-split-hunk): New functions.
10465 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10466
10467 * pcvs-info.el (cvs-fi-conflict-face): New var.
10468
10469 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10470 Make it into a simple syntax-table, shared among all submodes.
10471 (sh-heredoc-face): Re-introduce.
10472 (sh-font-lock-syntactic-face-function): New function.
10473 (sh-mode): Use it. Also use define-derived-mode.
10474 Remove old bogus setting of indent-region-function.
10475 (sh-set-shell): Don't set the syntax-table any more.
10476 (sh-mode-syntax-table) <defun>: Remove.
10477
10478 2000-11-12 Miles Bader <miles@gnu.org>
10479
10480 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10481 message if interactive.
10482
10483 2000-11-12 Dave Love <fx@gnu.org>
10484
10485 * mail/feedmail.el: Fix header,
10486 (feedmail) <defgroup>: Add :link.
10487
10488 * view.el: Use local-map property, not keymap on mode-line string.
10489
10490 * scroll-all.el (scroll-all-mode): Customize variable.
10491 Add autoload cookie to function.
10492
10493 * lazy-lock.el: Remove compatibility code.
10494
10495 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10496 (finder-help-echo): New variable.
10497 (finder-mouse-face-on-line): Add help-echo stuff.
10498 (finder-list-keywords, finder-list-matches): Use mapc.
10499
10500 * faces.el (face-font-registry-alternatives): Add :version.
10501
10502 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10503 tags-table-list.
10504
10505 * net/browse-url.el (browse-url-browser-function): Update :version.
10506
10507 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10508 (mail-mode): Use [:alnum:] in some regexps.
10509
10510 2000-11-10 Dave Love <fx@gnu.org>
10511
10512 * ediff.el (ediff-regions-internal, ediff-documentation):
10513 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10514 fundamental mode.
10515
10516 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10517 buffer into fundamental mode.
10518 (ediff-set-difference): Use copy-sequence if available.
10519
10520 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10521 Check ediff-patch-map non-nil.
10522 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10523 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10524 buffer into fundamental mode.
10525
10526 * ediff-merg.el (state-or-merge): Defvar when compiling.
10527
10528 2000-11-10 Jason Rumney <jasonr@gnu.org>
10529
10530 * w32-fns.el (w32-add-charset-info): New function.
10531 (w32-charset-info-alist): Use it.
10532
10533 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10534
10535 * faces.el (face-font-registry-alternatives): New user-option.
10536
10537 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10538
10539 * textmodes/texinfo.el (texinfo-block-default): New var.
10540 (texinfo-insert-block): Use it. Insert a newline if needed.
10541
10542 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10543 (fill-region-as-paragraph): Use it.
10544
10545 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10546 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10547 Tweak paragraph regexps to allow a leading [ \t]*.
10548 (tex-latex-block): Insert a newline if necessary.
10549 (latex-insert-item): Only insert a newline if necessary.
10550 (tex-guess-main-file): New function.
10551 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10552 Set tex-main-file if TeX-master is provided.
10553 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10554
10555 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10556
10557 * startup.el (command-line): Set the default tooltip-mode
10558 to t for graphical displays which implement x-show-tip.
10559
10560 * tooltip.el (tooltip-mode): Add a comment about startup.el
10561 setting the default value of this user-option.
10562
10563 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10564
10565 * font-lock.el (font-lock-*-face) <defvar>: Move.
10566 (font-lock-defaults-alist): Mark obsolete.
10567 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10568 (font-lock-mode): Use define-minor-mode.
10569 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10570 (font-lock-turn-off-thing-lock): Be more explicit.
10571 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10572 (font-lock-syntactic-face-function): New var.
10573 (font-lock-fontify-syntactically-region): Use it.
10574 (font-lock-doc-face): New.
10575
10576 * pcvs.el (cvs-enabledp): Ignore errors.
10577 (cvs-commit-filelist): Never query.
10578 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10579 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10580 (cvs-do-removal): Use cvs-partition rather than delete-if.
10581 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10582 cvs-bury-buffer.
10583
10584 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10585 Allow `next' to jump to after the end of the last match.
10586
10587 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10588
10589 * simple.el (byte-compiling-files-p): New function.
10590
10591 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10592 if it is there.
10593
10594 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10595 nil again.
10596
10597 * textmodes/ispell.el (ispell-library-path): Don't call
10598 check-ispell-version when byte-compiling because that starts
10599 an ispell process, and ispell might not be installed.
10600 (toplevel): Don't set up a menu when byte-compiling.
10601
10602 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10603 it, so that a boundp test can be used to determine if we're
10604 currently byte-compiling.
10605
10606 2000-11-09 Dave Love <fx@gnu.org>
10607
10608 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10609
10610 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10611
10612 * ps-print.el: Patch for variable initialization when spooling.
10613 Doc fix.
10614 (ps-output-list): Fun eliminated.
10615 (ps-begin-file, ps-begin-job): Code fix.
10616
10617 2000-11-08 Dave Love <fx@gnu.org>
10618
10619 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10620
10621 2000-11-08 Gerd Moellmann <gerd@gnu.org>
10622
10623 * simple.el (shell-command, display-message-or-buffer)
10624 (shell-command-on-region): Mention resize-mini-windows in the doc
10625 string.
10626 (display-message-or-buffer): Take the value of resize-mini-windows
10627 into account.
10628
10629 2000-11-07 Gerd Moellmann <gerd@gnu.org>
10630
10631 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10632
10633 * dired.el (dired-between-files): Add `^. find' as an alternative
10634 to the regular expression, for find-dired.
10635
10636 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10637
10638 * textmodes/texnfo-upd.el: Require texinfo.
10639 (defmacro, defgroup): Remove.
10640 (texinfo-section-to-generic-alist): Remove.
10641 Use texinfo-section-list instead (i.e. level is changed string->int).
10642 (texinfo-filter): New function.
10643 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
10644 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
10645 Use it. And use regexp-opt.
10646 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
10647 (texinfo-update-menu-region-beginning)
10648 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
10649 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
10650 (texinfo-update-menu-same-level-regexps): Update.
10651 (texinfo-update-node, texinfo-every-node-update)
10652 (texinfo-sequential-node-update): Remove autoload cookie.
10653
10654 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
10655 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
10656 (texinfo-chapter-level-regexp): Remove.
10657 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
10658
10659 2000-11-06 Dave Love <fx@gnu.org>
10660
10661 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
10662
10663 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10664 Match defun*.
10665
10666 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10667
10668 * composite.el (composition-function-table): Variable declaration
10669 moved to src/composite.c.
10670 (compose-chars-after): New optional arg object.
10671
10672 2000-11-06 Gerd Moellmann <gerd@gnu.org>
10673
10674 * bindings.el (mode-line-toggle-read-only)
10675 (mode-line-toggle-modified, mode-line-widen)
10676 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
10677 (make-mode-line-mouse2-map): Rewritten.
10678 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
10679 functions so that C-h k can show something with a doc string.
10680
10681 * startup.el (fancy-splash-delay): Set to 10 seconds.
10682 (fancy-splash-max-time): New user-option.
10683 (fancy-splash-stop-time): New variable.
10684 (fancy-splash-screens): Set it. Catch `stop-splashing'.
10685 (fancy-splash-screens-1): Throw `stop-splashing' when current
10686 time is greater than fancy-splash-stop-time.
10687
10688 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10689
10690 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
10691
10692 * pcvs.el (cvs-mode-marked): New arg `noquery'.
10693 Prompt user for a file rather than raising an error.
10694 (cvs-enabledp): Fix call to cvs-mode-marked.
10695 (cvs-insert-file): New function (extracted from cvs-mode-insert).
10696 (cvs-mode-insert): Use it. Change the init prompt' value.
10697 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
10698
10699 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
10700 Don't pass default arg to ewoc-locate.
10701 (ewoc-collect): Return result in the right order.
10702
10703 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
10704
10705 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
10706 (cvs-status-get-tags): Fix regexp.
10707 (cvs-status-trees, cvs-status-cvstrees):
10708 Combine after change hooks and don't sit-for.
10709 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
10710 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
10711 Use make-char rather than hard-coded cryptic data.
10712 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
10713
10714 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
10715
10716 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
10717 (cvs-insert-strings): New function.
10718
10719 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
10720
10721 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
10722 `mwheel-scroll-amount'.
10723 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
10724 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
10725 string-matching against the version string.
10726
10727 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10728
10729 * language/thai.el ("Thai"): Set a lisp form that produces
10730 composed string in `sample-text' language info.
10731
10732 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
10733 composed string in `sample-text' language info.
10734
10735 * international/mule-cmds.el (describe-language-environment):
10736 Eval `sample-text' data and insert the result.
10737
10738 * international/mule-conf.el (compound-text): Define this coding
10739 system here. Make x-ctext and ctext aliases of it.
10740
10741 * language/european.el (compound-text, ctext): Moved to
10742 international/mule-conf.el.
10743
10744 2000-11-05 Andrew Innes <andrewi@gnu.org>
10745
10746 * w32-fns.el (w32-version): New function.
10747
10748 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
10749
10750 * progmodes/awk-mode.el: Update copyright.
10751 (awk-mode-abbrev-table): Remove.
10752 (awk-font-lock-keywords): Use regexp-opt.
10753 (awk-mode): Use define-derived-mode.
10754
10755 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
10756 when extracting a suffix.
10757
10758 2000-11-04 Andre Spiegel <spiegel@gnu.org>
10759
10760 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
10761 auto-save-mode.
10762
10763 2000-11-04 Jason Rumney <jasonr@gnu.org>
10764
10765 * language/european.el (decode-mac-roman): Test against r1 not r0.
10766
10767 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
10768
10769 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
10770 (icon-mode): Define indent-line-function.
10771 (icon-comment-indent): Simplify.
10772 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
10773
10774 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
10775
10776 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10777 Bind change-log-default-mode to defeat the caching done on it.
10778 Don't bother saving excursion any more.
10779
10780 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
10781
10782 * frame.el (after-setting-font-hook): Rename hooks -> hook.
10783 (set-frame-font): Use the new name (and the old for compatibility).
10784
10785 * toolbar/tool-bar.el (tool-bar-mode):
10786 * time.el (display-time-mode):
10787 * recentf.el (recentf-mode):
10788 * paren.el (show-paren-mode):
10789 * mwheel.el (mouse-wheel-mode):
10790 * msb.el (msb-mode):
10791 * jka-compr.el (auto-compression-mode):
10792 * image-file.el (auto-image-file-mode):
10793 * hl-line.el (hl-line-mode):
10794 * delsel.el (delete-selection-mode):
10795 * autoinsert.el (auto-insert-mode):
10796 * complete.el (partial-completion-mode): Drop unneeded positional args.
10797
10798 * info.el (Info-mode):
10799 * comint.el (comint-mode): Don't bother with make-local-hook.
10800
10801 * log-edit.el (log-edit-menu): New menu.
10802
10803 2000-11-03 Miles Bader <miles@gnu.org>
10804
10805 * wid-edit.el (widget-end-of-line): Reinstate, with a new
10806 definition, so that trailing spaces are handled properly.
10807 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
10808
10809 2000-11-03 Gerd Moellmann <gerd@gnu.org>
10810
10811 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
10812 tab character.
10813 (fancy-splash-screens): Set tab-width to 20.
10814
10815 2000-11-03 Dave Love <fx@gnu.org>
10816
10817 * comint.el (comint-completion-addsuffix): Fix custom type.
10818
10819 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
10820
10821 * font-lock.el (font-lock-buffers): Remove.
10822 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
10823 (font-lock-change-major-mode): Remove.
10824 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
10825 (font-lock-default-fontify-region): Extend the multiline
10826 fontification to whole lines.
10827 (font-lock-fontify-anchored-keywords)
10828 (font-lock-fontify-keywords-region): If matching just one
10829 line (with \n) only mark the \n as multiline.
10830
10831 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
10832 Correctly handle the case where several :group args are supplied.
10833 Allow :extra-args.
10834 (easy-mmode-define-global-mode): Allow :extra-args.
10835 Correctly handle the case where several :group args are supplied.
10836
10837 2000-11-02 Miles Bader <miles@gnu.org>
10838
10839 * calendar/calendar.el (diary-face, calendar-today-face)
10840 (holiday-face): Remove dependency on `window-system'.
10841
10842 2000-11-02 Ken Raeburn <raeburn@gnu.org>
10843
10844 * Makefile.in (emacs): Set EMACSLOADPATH always.
10845 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
10846 (compile-files): Bomb out if compilation of a file fails.
10847
10848 2000-11-02 Dave Love <fx@gnu.org>
10849
10850 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
10851
10852 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
10853
10854 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
10855 punctuation in the warning inserted into the *mail* buffer.
10856
10857 2000-11-02 Gerd Moellmann <gerd@gnu.org>
10858
10859 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
10860 (authors-public-domain-p): New function.
10861 (authors-print): Use it.
10862
10863 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
10864
10865 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
10866
10867 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10868
10869 * ps-print.el: Extension for even/odd printing. Doc fix.
10870 (ps-print-version): New version number (6.3.1).
10871 (ps-even-or-odd-pages): Customization fix.
10872 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
10873 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
10874 (ps-page-count): Var replaced by `ps-page-column'.
10875 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
10876 (ps-print-sheet-p): New fun.
10877
10878 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10879
10880 * tooltip.el (tooltip-gud-tips-setup): New function.
10881 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
10882 (tooltip-mode): Call tooltip-gud-tips-setup.
10883 (tooltip-gud-tips): Use `gud-basic-call' instead of
10884 process-send-string, so the prompt gets frobbed appropriately.
10885 Handle nil return value from `tooltip-gud-print-command'.
10886
10887 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
10888
10889 * comint.el (comint-add-to-input-history): New function.
10890 (comint-send-input): Use `comint-add-to-input-history'.
10891
10892 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10893
10894 * info.el (info-menu-header): New face.
10895 (Info-fontify-menu-headers): New function.
10896 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
10897
10898 * info.el (Info-insert-dir): Don't include blank lines at
10899 beginning of additional dir files (one is added automatically).
10900
10901 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
10902
10903 * emacs-lisp/easy-mmode.el (define-minor-mode):
10904 Revert the latest changes.
10905 Allow the three positional arguments to be skipped and replaced
10906 by keyword arguments.
10907 Add a :toggle argument to determine whether a nil arg means toggle
10908 or means turn-on. The default is unchanged.
10909 Add a call to force-mode-line-update.
10910
10911 2000-11-01 Dave Love <fx@gnu.org>
10912
10913 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
10914
10915 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
10916
10917 * calendar/calendar.el (diary-face, holiday-face):
10918 Add dark-background variants.
10919
10920 2000-10-31 Sam Steingold <sds@gnu.org>
10921
10922 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
10923 `tex-main-file' does not have directory in it.
10924
10925 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
10926
10927 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
10928
10929 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
10930
10931 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
10932 functional change.
10933
10934 2000-10-31 Gerd Moellmann <gerd@gnu.org>
10935
10936 * files.el (find-file-noselect): When we expand a wildcard, return
10937 a list of buffers, as we should do according to the doc string.
10938
10939 2000-10-31 Ken Raeburn <raeburn@gnu.org>
10940
10941 * loadup.el (top level): Adjust load path if program name is
10942 "../src/bootstrap-emacs", in case it's not dumped and thus the
10943 load path adjustment hasn't already been done.
10944
10945 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10946
10947 * ps-print.el: Fix bug on selected pages for printing.
10948 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
10949 is on. Try to avoid warning messages when compiling. Doc Fix.
10950 (ps-print-version): New version number (6.3).
10951 (ps-color-device): Use `color-values' to determine if device
10952 supports color.
10953 (ps-color-values): Try to use `x-color-values' when using XEmacs.
10954 (ps-print-page-p): Changed from defsubst to defun.
10955 (ps-page-number): Changed from defmacro to defun.
10956 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
10957 printing.
10958 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
10959 (ps-end-file, ps-dummy-page): Funs eliminated.
10960 (ps-print-color-scale): Changed default value.
10961 (ps-page-n-up, ps-print-page-p): New internal vars.
10962 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
10963 (ps-plot-region, ps-generate, ps-end-job): Code fix.
10964
10965 * delim-col.el: Little programming improvement.
10966 (delimit-columns-str): New macro.
10967 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10968
10969 2000-10-31 Kenichi Handa <handa@etl.go.jp>
10970
10971 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
10972 Moved to european.el.
10973 (ccl-encode-mac-roman-font, fontset-mac): Modified for
10974 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10975 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
10976 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
10977
10978 2000-10-30 Dave Love <fx@gnu.org>
10979
10980 * progmodes/cc-menus.el (imenu-generic-expression)
10981 (imenu-progress-message): Only defvar when compiling.
10982
10983 * emacs-lisp/elp.el (elp-unload-hook): New function.
10984
10985 * loadhist.el (unload-feature): Call elp-restore-function,
10986 checking for symbols; don't use elp-restore-all.
10987 (loadhist-hook-functions): Doc fix.
10988
10989 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
10990
10991 * log-edit.el (log-edit-confirm): Fix the default.
10992
10993 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10994
10995 * delim-col.el: Little fix: replace delimit-columns-align-columns by
10996 delimit-columns-format.
10997 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10998
10999 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11000
11001 * comint.el (comint-replace-by-expanded-history): Don't use
11002 comint-get-old-input (we're not looking at *old* input).
11003 (comint-get-old-input-default): If using fields, signal an error
11004 when the point is not in an input field.
11005
11006 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11007
11008 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11009 and mule-unicode-e000-ffff.
11010
11011 * international/mule.el (decode-char, encode-char): New functions.
11012 (make-coding-system): Accept a symbol of translation table as a
11013 value of property `safe-chars'.
11014
11015 * international/mule-cmds.el (encode-coding-char): Check property
11016 safe-chars instead of safe-charsets.
11017
11018 * international/fontset.el (fontset-default): Modified for
11019 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11020 (x-font-name-charset-alist): Likewise.
11021 (ccl-encode-unicode-font): New CCL program. Record it in
11022 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11023
11024 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11025 New translation tables.
11026 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11027 programs are modified and moved from mac-win.el.
11028 (mac-roman): Definition of this coding system is modified and
11029 moved from mac-win.el.
11030
11031 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11032
11033 * ediff-wind.el (ediff-setup-control-frame): Enclose
11034 face-attribute in condition-case to avoid errors in older emacsen.
11035
11036 2000-10-29 Miles Bader <miles@gnu.org>
11037
11038 * custom.el (custom-add-to-group): Allow multiple entries for a
11039 given value OPTION, as long as their widget types are different.
11040 * cus-edit.el (custom-face-value-create): If face name doesn't end
11041 with "face", add such here (similar to custom group widgets).
11042
11043 * comint.el (comint-highlight-prompt): Add :type.
11044
11045 2000-10-28 John Wiegley <johnw@gnu.org>
11046
11047 * calendar/timeclock.el (timeclock-log): Doc fix.
11048 (timeclock-last-event): Doc fix.
11049 (timeclock-log): Kill the timelog buffer after appending a new event.
11050 (timeclock-find-discrep): Use a temp buffer to read in the
11051 timelog, instead of visiting the file.
11052 (timeclock-log-data): A new function, along with a host of helper
11053 functions, for the purpose of making timelog data accessible to
11054 programmers.
11055
11056 * eshell/esh-mode.el (window-height test): Make certain that
11057 `eshell-stringify-t' is non-nil.
11058 (eshell-password-prompt-regexp): Changed to a much simpler
11059 password regexp.
11060 (eshell-send-input): If `eshell-invoke-directly' returns t,
11061 directly invoke the parsed command using `eval'. This improves
11062 turn-around time on simple commands by a factor of three or
11063 greater, such as cd, ls, pwd, etc. -- which get used very often.
11064 It also conserves thousands of cons cells per call (since
11065 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11066 in the Pacific Cookie Company).
11067
11068 * eshell/esh-test.el (eshell-test): Whitespace fix.
11069
11070 * eshell/em-ls.el (eshell-ls-insert-directory):
11071 Make `eshell-ls-initial-args' nil when inserting directory contents.
11072
11073 * eshell/em-script.el (eshell-script-initialize): Add names to
11074 `eshell-complex-commands, since `source' and `.' are complex.
11075
11076 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11077 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11078 `eshell-copy-handles'.
11079 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11080 bodies.
11081 (eshell-separate-commands): Whitespace fix.
11082 (eshell-complex-commands): Added a new list of names, for
11083 determining whether a given command is as simple as it looks.
11084 (eshell-invoke-directly): New function. Returns t if a command
11085 should be invoked directly (using `eval'), rather than indirectly
11086 using `eshell-do-eval'.
11087 (eshell-do-eval): Whitespace fix.
11088
11089 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11090 which provides an emulation of the DOS shell behavior of assuming
11091 that cp/mv/ln should copy/move/link to the current directory.
11092 (eshell-remove-entries): Added a doc string.
11093 (eshell-shuffle-files): Removed the check for `target' being null.
11094 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11095 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11096 it to do a smarter check of whether a destination was provided.
11097 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11098 (eshell/ln): Enable `:preserve-args', and use
11099 `eshell-mvcpln-template' to implement the body of the function.
11100 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11101 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11102 list after flattening it. This makes it possible to cat files
11103 with numerical names.
11104 (eshell-unix-initialize): Added several names to
11105 `eshell-complex-commands.
11106 (eshell-unix-command-complex-p): Return t if a given command name
11107 may result in external processes being invoked.
11108
11109 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11110 variable nil by default, since it slows down glob processing by a
11111 factor of two or more, and increases memory consumption.
11112
11113 * eshell/em-smart.el: Added a note about how memory consumptive
11114 smart display mode can be (at least this is true in Emacs 21).
11115 (eshell-smart-initialize): Whitespace fix.
11116 (eshell-refresh-windows): Use `if' instead of `when'.
11117 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11118 not necessary.
11119 (eshell-currently-handling-window): Added a missing global variable.
11120
11121 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11122 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11123 Whitespace fix.
11124 (eshell-ls-exclude-hidden): Added this variable in addition to
11125 `eshell-ls-exclude-regexp'. This one prevents files beginning
11126 with . from even being read, which can improve memory consumption
11127 quite a bit.
11128 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11129 read file entries beginning with a dot. In home directories with
11130 lots of hidden files, fully two-thirds of the time spent in ls is
11131 used to read directory entries that are immediately thrown away.
11132 (eshell-ls-initial-args): Added back this configuration variable,
11133 for specifying default initial arguments to every call to ls.
11134 Much faster than using an alias to do the same thing.
11135 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11136 (eshell-ls-dir): Whitespace change.
11137
11138 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11139
11140 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11141 (eshell-stringify-t): Added a customization variable, to indicate
11142 whether `t' should be rendered as a string at all. If not, one
11143 can still determine if the result of an expression is true using
11144 "file-exists-p FILE && echo true".
11145 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11146 stringify t!
11147
11148 * eshell/esh-module.el: Whitespace fix.
11149
11150 * eshell/em-alias.el (eshell-alias-initialize):
11151 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11152 (eshell-command-aliased-p): New function that returns t if a
11153 command name names an aliased.
11154
11155 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11156
11157 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11158 redrawing the screen when changing cursor color.
11159 (viper-insert-state-pre-command-sentinel)
11160 (viper-replace-state-pre-command-sentinel)
11161 (viper-replace-state-post-command-sentinel):
11162 Use viper-preserve-cursor-color.
11163 Many functions changed to use viper= instead of = when comparing
11164 characters.
11165 * viper-util.el (viper-memq-char,viper=): New functions for
11166 working with characters.
11167 (viper-change-cursor-color): Fixed buglet.
11168 Many functions changed to use viper= instead of = when comparing
11169 characters.
11170 * viper.el (viper-insert-state-mode-list): Added eshell.
11171
11172 * ediff-init.el (ediff-before-setup-hook): New hook.
11173 Several typos fixed in various docstrings.
11174 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11175 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11176 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11177 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11178 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11179 (ediff-get-selected-buffers): New function.
11180 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11181 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11182 Use save-window-excursion.
11183 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11184 termination check in while loop.
11185 * ediff.el (ediff-get-default-file-name): Better defaults when in
11186 dired buffer.
11187 (ediff-files,ediff-merge-files,ediff-files3)
11188 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11189
11190 2000-10-28 Dave Love <fx@gnu.org>
11191
11192 * info.el (Info-fontify-node): Add help-echo for menu items.
11193
11194 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11195
11196 * startup.el (normal-top-level): If the value of $TERM indicates
11197 we are running from xterm or one of its work-alikes, default to a
11198 light background mode.
11199
11200 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11201 * faces.el (tty-handle-reverse-video): New function.
11202 (tty-create-frame-with-faces): Call it.
11203
11204 * frame.el (frame-notice-user-settings): Don't apply
11205 default-frame-alist and initial-frame-alist to MS-DOS frames.
11206 Call tty-handle-reverse-video, frame-set-background-mode, and
11207 face-set-after-frame-default for non-MS-DOS frames.
11208
11209 * startup.el (tty-long-option-alist): New variable.
11210 (tty-handle-args): New function.
11211 (command-line): Call tty-handle-args.
11212
11213 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11214 startup.el now does that for all character-terminal frames.
11215
11216 2000-10-28 Miles Bader <miles@gnu.org>
11217
11218 * emacs-lisp/easy-mmode.el (define-minor-mode):
11219 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11220 is global. If :global is followed by a non-nil but non-t value,
11221 make the mode buffer-local, but also generate a `global-MODE'
11222 version using `easy-mmode-define-global-mode'.
11223 Add :conditional-turn-on keyword argument.
11224
11225 2000-10-28 Dave Love <fx@gnu.org>
11226
11227 * international/latin1-disp.el (latin1-char-displayable-p):
11228 Don't use window-system.
11229
11230 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11231
11232 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11233 Don't call find-buffer-file-type-coding-system. Instead, just
11234 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11235 if the file is on an untranslated filesystem.
11236 (add-untranslated-filesystem): Use "D" instead of "f" inside
11237 interactive.
11238
11239 2000-10-27 Dave Love <fx@gnu.org>
11240
11241 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11242 (refill-mode): Use it.
11243
11244 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11245
11246 * international/quail.el (quail-activate): Don't make-local-hook.
11247
11248 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11249
11250 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11251 manual backups and file.~<rev>.~ for automatic ones.
11252 (vc-make-version-backup): Don't do it on MS-DOS without long file
11253 names.
11254
11255 * vc.el (vc-version-other-window): If an automatic backup of the
11256 desired version exists, rename it instead of copying it.
11257
11258 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11259 after command. If there's an unexpected error, signal it instead
11260 of being silent.
11261 (vc-cvs-merge-news): Be prepared for no news at all.
11262
11263 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11264
11265 * shell.el (shell): Add BUFFER argument.
11266 * comint.el (make-comint-in-buffer): New function.
11267 (make-comint): Use it.
11268
11269 * faces.el (face-spec-choose): Change syntax so that the list of
11270 attribute-value pairs is now the cdr of each clause, not the cadr.
11271 Detect old-style entries, and handle them. Use pop.
11272
11273 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11274
11275 * cus-edit.el (custom-mode-map): Use a sparse map.
11276 (custom-mode): Don't bother with make-local-hook.
11277
11278 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11279
11280 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11281
11282 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11283
11284 * ps-print.el: Avoid compilation gripes.
11285 (ps-print-version): New version number (6.2.1).
11286
11287 2000-10-26 Dave Love <fx@gnu.org>
11288
11289 * menu-bar.el: Modify some menu item help strings.
11290 (menu-bar-help-menu): Add link to MORE.STUFF.
11291
11292 * cus-edit.el (custom-mode): Add `special' mode-class property.
11293
11294 * wid-browse.el (widget-browse-mode): Likewise.
11295
11296 * wid-edit.el (widget-specify-field): Revert to using local-map
11297 property, not keymap.
11298
11299 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11300
11301 * wid-edit.el (widget-field-end): When checking for a `boundary'
11302 field, do so in the correct buffer.
11303
11304 * simple.el (undo): Correctly distinguish between numeric and
11305 non-numeric prefix args in non-transient-mark-mode, as per the doc
11306 string. When in transient-mark-mode, treat all prefix-args as
11307 numeric.
11308
11309 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11310 Position point on match. Handle N == 0 correctly.
11311
11312 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11313 (comint-mode-map): Reverse order of `comint-write-output' and
11314 `comint-append-output-to-file'.
11315 (comint-append-output-to-file): Reinstate this function, for the
11316 benefit of the menu.
11317
11318 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11319
11320 * vc.el (vc-version-other-window): Bind `file'.
11321
11322 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11323
11324 * Makefile.in (update-authors): New target for maintenance purposes.
11325
11326 * emacs-lisp/authors.el (batch-update-authors): New function.
11327 (authors-fixed-entries): New defconst.
11328 (authors-add-fixed-entries): New function.
11329 (authors): Call it.: Don't process lispref/.
11330
11331 2000-10-25 Jason Rumney <jasonr@gnu.org>
11332
11333 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11334 Merge x w32 and mac definitions.
11335
11336 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11337
11338 * menu-bar.el (menu-bar-options-menu): Add a help string for
11339 `uniquify'.
11340
11341 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11342
11343 * time-stamp.el (time-stamp-string-preprocess):
11344 Fix a wrong type argument error.
11345
11346 2000-10-25 Miles Bader <miles@gnu.org>
11347
11348 * recentf.el (recentf-mode): Variable removed.
11349 (recentf-mode): Use `define-minor-mode'.
11350
11351 * mwheel.el (mouse-wheel-mode): New global minor mode.
11352 (mwheel-install): Use `mouse-wheel-mode'.
11353
11354 2000-10-25 Dave Love <fx@gnu.org>
11355
11356 * progmodes/cperl-mode.el (cperl-mode):
11357 Set normal-auto-fill-function correctly.
11358
11359 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11360 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11361 bindings.
11362
11363 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11364
11365 * wid-edit.el (widget-field-at): New function.
11366 (widget-at, widget-field-activate): Use it.
11367 (widget-tabable-at): Use `widget-at'.
11368 (widget-specify-field): If the terminating character of the widget
11369 field (which is read-only) is a newline, put it into a special
11370 `boundary' field so that C-n/C-p act more naturally.
11371 (widget-field-end): Also don't subtract one if a special
11372 `boundary' field has been added after the widget field.
11373
11374 * comint.el (comint-output-filter, comint-send-input):
11375 Don't bother adding stickiness fields to overlays to fool the field
11376 code, since it should notice the overlay insertion-types now.
11377
11378 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11379 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11380 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11381
11382 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11383
11384 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11385 (authors): Set file coding system to iso-2022-7bit.
11386 Add file-local variables to output buffer.
11387
11388 * files.el (after-find-file): Don't print any warnings if
11389 WARN is nil.
11390
11391 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11392
11393 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11394
11395 * delim-col.el: Now there is a column formatting mechanism.
11396 Modified to customization mechanisms convention. Doc fix.
11397 (columns): New group for delim-col.
11398 (delimit-columns-before, delimit-columns-after)
11399 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11400 (delimit-columns-end): New vars.
11401 (delimit-columns-customize, delimit-columns-format): New funs.
11402 (delimit-columns-region, delimit-columns-rectangle)
11403 (delimit-columns-rectangle-line): Modified to support column
11404 formatting.
11405
11406 2000-10-24 Dave Love <fx@gnu.org>
11407
11408 * log-edit.el (log-edit): Add :version and a :group for vc.
11409
11410 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11411
11412 * files.el (after-find-file): Don't print a message ``New file''
11413 if WARN is nil.
11414
11415 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11416 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11417 get duplicate tool-bar entries because we'll see the global ones
11418 on more than one path through keymaps.
11419
11420 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11421
11422 * progmodes/cmacexp.el: Change Francesco's email address.
11423
11424 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11425
11426 * window.el (fit-window-to-buffer): Adjust point of the window
11427 buffer, not that of the current buffer.
11428
11429 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11430
11431 * progmodes/cmacexp.el: Update the euthor's email address.
11432
11433 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11434
11435 * faces.el (face-spec-set-match-display): Add `graphic' display
11436 type (the inverse of `tty'). Use `display-graphic-p' instead of
11437 the window-system variable.
11438
11439 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11440
11441 * international/isearch-x.el (isearch-with-input-method):
11442 Call input-method-function with the first event in
11443 unread-command-events.
11444
11445 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11446
11447 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11448
11449 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11450
11451 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11452 New charsets.
11453
11454 * term/mac-win.el: Remove definitions of mac-roman-lower and
11455 mac-roman-upper, require dired, and define instead of set
11456 mac-ready-for-drag-n-drop to avoid compilation error.
11457
11458 2000-10-23 Andrew Innes <andrewi@gnu.org>
11459
11460 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11461 Remove superfluous calls to subst-char-in-string; instead apply
11462 expand-file-name after convert-standard-filename to ensure
11463 expected directory separators are used.
11464
11465 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11466
11467 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11468
11469 2000-10-23 Dave Love <fx@gnu.org>
11470
11471 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11472 (tool-bar-add-item): Set foreground and background for XBM icons.
11473
11474 * international/latin1-disp.el (latin1-char-displayable-p):
11475 New function (from Handa).
11476 (latin1-display-check-font): Use it.
11477
11478 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11479 using :key-sequence, making it much more usable.
11480 Use nconc, not append.
11481 (imenu--create-keymap-1): Avoid append.
11482
11483 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11484
11485 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11486
11487 [the following changes fix a bug where `define-minor-mode' didn't
11488 correctly generate :require clauses for defcustoms in compiled files]
11489 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11490 (byte-compile-log-file, byte-compile-log-1): Don't set
11491 `byte-compile-current-file' to nil. Instead set
11492 `byte-compile-last-logged-file' to it. Test whether
11493 byte-compile-current-file equals byte-compile-last-logged-file
11494 instead of whether its nil.
11495 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11496
11497 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11498
11499 * textmodes/refill.el: Fix var names in doc.
11500 (refill-mode): Don't bother with make-local-hook anymore.
11501
11502 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11503
11504 * faces.el (face-user-default-spec, face-default-spec): New functions.
11505 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11506 (frame-set-background-mode, face-set-after-frame-default):
11507 Use `face-user-default-spec'. Simplify code slightly.
11508
11509 * woman.el (woman-italic-face, woman-bold-face)
11510 (woman-unknown-face): Add dark-background variants.
11511 (woman-default-faces): Renamed from `woman-colour-faces'.
11512 Set using the stored defaults, rather than using hard-wired colors.
11513 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11514 Just make the foreground `unspecified' rather than "black".
11515 (woman-menu): Rename menu entries accordingly.
11516
11517 * faces.el (header-line): Make more reasonable on mono/grayscale
11518 displays.
11519
11520 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11521
11522 * cus-edit.el (custom-button-face): Use 3D look for mac.
11523 (custom-button-pressed-face): Likewise.
11524
11525 * faces.el (set-face-attributes-from-resources): Handle mac frames
11526 in the same way as x and w32 frames.
11527 (face-valid-attribute-values): Likewise.
11528 (read-face-attribute): Likewise.
11529 (defined-colors): Likewise.
11530 (color-defined-p): Likewise.
11531 (color-values): Likewise.
11532 (display-grayscale-p): Likewise.
11533 (face-set-after-frame-default): Likewise.
11534 (mode-line): Same default face as for x and w32.
11535 (tool-bar): Likewise.
11536
11537 * frame.el: Remove call to frame-notice-user-settings at end of
11538 the file.
11539
11540 * info.el (Info-fontify-node): Make underlines invisible for mac
11541 as for x, pc, and w32 frame types.
11542
11543 * term/mac-win.el: New file.
11544
11545 2000-10-22 Dave Love <fx@gnu.org>
11546
11547 * textmodes/refill.el: New file.
11548
11549 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11550
11551 * vc-hooks.el (vc-version-backup-file-name): New optional args
11552 MANUAL and REGEXP.
11553 (vc-delete-automatic-version-backups, vc-make-version-backup):
11554 New functions.
11555 (vc-before-save): Use the latter.
11556 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11557 confusion.
11558
11559 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11560 expected by vc[-hooks].el.
11561
11562 * vc.el (vc-checkout): Added `-p' suffix in call to
11563 vc-make-version-backups-p; use vc-make-version-backup to actually
11564 make the backup.
11565 (vc-version-other-window, vc-version-backup-file): Handle both
11566 automatic and manual backups.
11567 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11568 of all of them.
11569
11570 2000-10-22 Miles Bader <miles@gnu.org>
11571
11572 * comint.el (comint-highlight-input, comint-highlight-prompt):
11573 Renamed, `-face' at end removed.
11574 (comint-send-input, comint-output-filter): Use renamed faces.
11575
11576 * window.el (fit-window-to-buffer): Change defaulting of
11577 MAX-HEIGHT slightly.
11578
11579 * faces.el (color-values, color-defined-p): Use `member', not
11580 `memq', because it works correctly for strings.
11581 (frame-set-background-mode): Actually, "unspecified-fg" and
11582 "unspecified-bg" *are* strings. Use `member', not `memq', and
11583 `equal', not `eq', when a string value is possible.
11584
11585 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11586
11587 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11588
11589 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11590
11591 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11592 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11593 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11594 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11595 (sh-font-lock-syntactic-keywords): Use them.
11596 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11597 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11598 (sh-mode): Don't override font-lock-unfontify-region-function.
11599 Use a copy of sh-font-lock-syntactic-keywords.
11600 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11601 Don't call sh-scan-buffer since font-lock does it on the fly.
11602 (sh-get-indent-info): Use `face' rather than `syntax-table'
11603 text-property to detect here-documents.
11604 Replace sh-special-syntax with sh-st-punc.
11605 (sh-prev-line): Use `face' rather than `syntax-table'
11606 text-property to skip over here-documents.
11607 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11608 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11609 (sh-electric-less, sh-set-here-doc-region)
11610 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11611 (sh-scan-buffer, sh-rescan-buffer): Remove.
11612
11613 2000-10-21 Andrew Innes <andrewi@gnu.org>
11614
11615 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11616 remote (ange-ftp) file names.
11617
11618 2000-10-21 Miles Bader <miles@gnu.org>
11619
11620 * window.el (fit-window-to-buffer): New function.
11621 (shrink-window-if-larger-than-buffer): Use it.
11622 (window-text-height): Don't expect minibuffers to have mode-lines.
11623
11624 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11625 * international/quail.el (quail-update-guidance):
11626 Use `fit-window-to-buffer' instead of `set-window-text-height'.
11627
11628 * international/quail.el (quail-show-guidance-buf): Make sure
11629 guidance window really has enough room.
11630 (quail-update-guidance): If quail-guidance-win is already shown,
11631 make sure its height is OK.
11632
11633 * window.el (window-text-height, set-window-text-height):
11634 New functions.
11635 (shrink-window-if-larger-than-buffer): Use `window-text-height'
11636 instead of `window-height' & `mode-line-window-height-fudge'.
11637 (mode-line-window-height-fudge): Add FACE parameter.
11638 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
11639 instead of `enlarge-window' & `mode-line-window-height-fudge'.
11640
11641 2000-10-20 Miles Bader <miles@gnu.org>
11642
11643 * window.el (height-affecting-face-attributes): Use `defconst'.
11644
11645 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
11646 New function, conditionally aliased to `mode-line-window-height-fudge'.
11647 (ispell-help): Use it.
11648 (ispell-choices-win-default-height): Don't include mode-line fudge.
11649 (ispell-choices-win-default-height): New function.
11650 (ispell-show-choices, ispell-command-loop): Use function
11651 `ispell-choices-win-default-height' instead of variable.
11652
11653 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
11654
11655 * window.el (mode-line-window-height-fudge): New variable.
11656 (height-affecting-face-attributes): New variable.
11657 (mode-line-window-height-fudge): New function.
11658 (shrink-window-if-larger-than-buffer): Use it.
11659 * help.el (resize-temp-buffer-window): Likewise.
11660
11661 * info.el (Info-fontify-node): Add support for @subsubsection
11662 titles, which use `Info-title-4-face'.
11663 (Info-title-4-face): New face.
11664 (Info-title-3-face): Inherit from Info-title-4-face instead of
11665 variable-pitch.
11666
11667 2000-10-19 Jason Rumney <jasonr@gnu.org>
11668
11669 * dired.el (dired-insert-directory): Do not let errors signalled by
11670 attempt to run dired-free-space-program prevent dired from working.
11671
11672 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
11673
11674 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
11675
11676 2000-10-19 Gerd Moellmann <gerd@gnu.org>
11677
11678 * dirtrack.el (dirtrack): Fix call to run-hooks.
11679
11680 * cmuscheme.el (cmuscheme-program-name): Renamed from
11681 scheme-program-name because xscheme.el contains a defcustom with
11682 the same name. As a consequence, customizing group `cmuscheme'
11683 loaded `xscheme' which redefined run-scheme.
11684 (run-scheme): Use cmuscheme-program-name.
11685
11686 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
11687
11688 * play/doctor.el (doctor-death): Update the Samaritans'
11689 anonymous address, and add a website for Befrienders International.
11690
11691 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11692
11693 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
11694 Avoid compilation gripes. Doc fix.
11695 (ps-print-version): New version number (6.2).
11696 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11697 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
11698 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
11699 (ps-x-extent-priority, ps-x-extent-start-position)
11700 (ps-x-face-font-instance, ps-x-find-coding-system)
11701 (ps-x-font-instance-properties, ps-x-make-color-instance)
11702 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
11703 avoid compilation gripes without defining functions.
11704 (ps-e-find-composition): Alias for function find-composition, to have a
11705 suitable function depending on Emacs version.
11706 (ps-color-device, ps-color-values, ps-face-foreground-name)
11707 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
11708 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
11709 (ps-print-ensure-fontified): Function definitions surrounded by
11710 `eval-and-compile' to avoid compilation gripes.
11711 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
11712 by symbol-value to avoid compilation gripes.
11713 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
11714 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
11715
11716 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11717
11718 * startup.el (normal-top-level): Call `frame-set-background-mode'
11719 after `frame-notice-user-settings' because the latter doesn't call
11720 the former on a tty.
11721
11722 * faces.el (frame-set-background-mode): `unspecified' &c are
11723 symbols, not strings.
11724
11725 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11726
11727 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
11728 why some "light*" colors are deliberately absent from the alist.
11729
11730 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
11731 Change colors for tty's, as suggested by Miles Bader.
11732
11733 2000-10-19 Kenichi Handa <handa@etl.go.jp>
11734
11735 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
11736 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
11737 for ISO10646-1 fonts.
11738 (x-font-name-charset-alist): Add an entry for "iso10646-1".
11739
11740 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11741
11742 * faces.el (frame-set-background-mode): If a tty frame defines a
11743 background color, use that to compute the background mode, instead
11744 of always defaulting to "dark".
11745
11746 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11747
11748 * comint.el (comint-write-output): New function.
11749 (comint-mode-map): Add it to the menu.
11750 Bind `C-c C-s' to comint-write-output.
11751
11752 2000-10-18 Gerd Moellmann <gerd@gnu.org>
11753
11754 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
11755 Use fancy-splash-delay.
11756
11757 2000-10-18 Alex Schroeder <alex@gnu.org>
11758
11759 * progmodes/sql.el (sql-sybase-options): New option.
11760 (sql-sybase): Use it. Add sql-database to the list of parameters
11761 provided for login. The options -w 2048 -n are not used any more.
11762
11763 * comint.el (comint-read-input-ring): Bugfix such that the first
11764 and the last entry of the input ring file are not lost.
11765
11766 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11767
11768 * ps-print.el: Internal variable changes to defcustom,
11769 make-local-hook changes to defvar. Doc fix.
11770 (ps-print-version): New version number (6.1).
11771 (ps-setup, ps-do-despool): Code fix.
11772 (ps-printer-name): Customization fix.
11773 (ps-printer-name-option): Now is a defcustom instead of an
11774 internal variable.
11775 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
11776 (ps-print-begin-column-hook): Now are defvar instead of
11777 make-local-hook.
11778
11779 2000-10-18 Miles Bader <miles@gnu.org>
11780
11781 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
11782 (comint-kill-output): Changed into an alias for `comint-delete-output',
11783 and made obsolete.
11784 (comint-mode-map): Rename references to comint-kill-output.
11785
11786 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
11787
11788 * diff-mode.el (diff-header-face, diff-file-header-face)
11789 (diff-changed-face): Add bold and italic attributes to tty faces.
11790 (diff-function-face): New face.
11791 (diff-font-lock-keywords): Use it.
11792
11793 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
11794
11795 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
11796 Remove commented-out call to force-mode-line-update.
11797 (comint-kill-output): Use `forward-line 0' instead of
11798 beginning-of-line to make sure we get past the prompt.
11799
11800 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
11801
11802 * diff-mode.el (diff-header-face, diff-file-header-face):
11803 Add specific setting for dark background.
11804 (diff-context-face): Renamed from diff-comment-face.
11805 Set explicitly rather than inheriting from font-lock-comment-face.
11806
11807 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11808
11809 * startup.el (command-line): Move the code which sets the default
11810 TTY colors to before before-init-hook.
11811
11812 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11813
11814 * jit-lock.el (jit-lock-stealth-time): Doc fix.
11815
11816 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11817
11818 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
11819 extensions, for MS-DOS.
11820
11821 * diff-mode.el (diff-header-face, diff-file-header-face)
11822 (diff-changed-face): Define tty-specific colors.
11823
11824 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11825
11826 * startup.el (fancy-splash-text): Realign the text.
11827
11828 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11829
11830 * font-lock.el (font-lock-comment-face): Define a separate default
11831 for dark-background tty's.
11832
11833 2000-10-17 Miles Bader <miles@gnu.org>
11834
11835 * help.el (resize-temp-buffer-window): Add hack to avoid last line
11836 being obscured by whizzy mode-lines on graphics displays.
11837
11838 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11839
11840 * info.el (Info-title-1-face, Info-title-2-face)
11841 (Info-title-3-face): Define colors for tty's.
11842 (info-header-node): Remove unneeded tty-specific definition.
11843
11844 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
11845
11846 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
11847 reverse from the frame parameters, and don't invert foreground and
11848 background colors.
11849
11850 2000-10-16 Miles Bader <miles@gnu.org>
11851
11852 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
11853 string "*Info*". Call propertized-buffer-identification to spruce
11854 up the result.
11855
11856 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11857
11858 * help.el: Provide `help' for the sake of define-minor-mode
11859 which generates defcustoms with requires.
11860
11861 * jit-lock.el (jit-lock-after-change): If we're in text that
11862 matches a multi-line font-lock pattern, make sure the whole text
11863 will be redisplayed.
11864
11865 * emacs-lisp/authors.el (authors-add): Don't add an entry if
11866 author's name is unknown.
11867
11868 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
11869 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
11870 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
11871 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
11872 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
11873 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
11874 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
11875 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
11876 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
11877 Add author information.
11878
11879 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
11880
11881 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
11882 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
11883 full-color version (using the Gimp) to eliminate dithering artifacts.
11884
11885 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11886
11887 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
11888
11889 * simple.el (syntax-flag-table, string-to-syntax): Remove.
11890
11891 2000-10-15 Dave Love <fx@gnu.org>
11892
11893 * progmodes/sh-script.el: Require skeleton and comint when compiling.
11894
11895 * pcomplete.el (pcomplete) <defgroup>: Add :version.
11896
11897 * whitespace.el: Doc fixes.
11898 (top-level): Don't add hooks here.
11899 (whitespace-running-emacs): Deleted.
11900 (timer): Don't require.
11901 (whitespace): Add back :version conditional on xemacs test.
11902 (whitespace-spacetab-regexp, whitespace-indent-regexp)
11903 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
11904 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
11905 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
11906 Avoid specific xemacs test.
11907 (whitespace-global-mode): New option.
11908 (whitespace-global-mode): New command.
11909 (whitespace-unload-hook): New function.
11910
11911 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
11912 (Info-fontify-node, Info-goto-node, Info-mode-menu)
11913 (Info-fontify-node): `Goto' goes to `Go to'.
11914 (Info-fontify-node): Add help-echo to xref links.
11915
11916 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
11917
11918 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
11919
11920 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11921
11922 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
11923 Use plist-get and allow :inherit.
11924
11925 * emacs-lisp/cl-macs.el (cl-do-arglist):
11926 Use plist-get and plist-member instead of memq.
11927
11928 * emacs-lisp/ewoc.el (ewoc-location): New function.
11929 (ewoc-enter-after, ewoc-enter-before): Document return value.
11930 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
11931 Don't need make-local-hook any more.
11932 (cvs-addto-collection): Return the new tin.
11933 (cvs-mode-insert): Jump to the new line.
11934
11935 * jit-lock.el (jit-lock-fontify-buffer): Remove.
11936
11937 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
11938
11939 * font-lock.el (font-lock-syntactically-fontified): New var.
11940 (font-lock-fontify-syntactic-keywords-region): Use it.
11941 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
11942
11943 * diff-mode.el (diff-find-file-name): Fix regexp.
11944
11945 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11946 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
11947
11948 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
11949 (sh-mode-syntax-table): Add punctuation syntax for < and >.
11950 (sh-mode): Don't make all vars local here.
11951 (sh-kw): Reformat.
11952 (sh-set-shell): Use dolist. Don't set indent-region-function.
11953 (sh-mode-syntax-table): Use pop.
11954 (sh-remember-variable): Use push.
11955 (sh-help-string-for-variable): Use memq.
11956 (sh-safe-backward-sexp): Remove.
11957 (sh-safe-forward-sexp): Add ARG.
11958 (sh-get-indent-info, sh-prev-stmt): Use it.
11959 (sh-prev-line): Simplify by using forward-comment.
11960 (sh-this-is-a-continuation): Simplify.
11961 (sh-learn-buffer-indent): Use dolist.
11962 (sh-do-nothing): Remove.
11963 (sh-set-char-syntax, sh-set-here-doc-region):
11964 Use inhibit-modification-hooks.
11965 (sh-name-style): Use mapcar and push.
11966 (sh-load-style): Use dolist.
11967 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
11968 (sh-case, sh-while-getopts): Use propertize directly rather
11969 than sh-electric-rparen.
11970
11971 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
11972
11973 * textmodes/tex-mode.el: Require CL when compiling.
11974 (tex-mode-syntax-table): Init immediately.
11975 (tex-mode-map): Bind M-RET to latex-insert-item.
11976 (latex-mode): Set indent-line-function to latex-indent.
11977 (tex-common-initialization): Don't setup the syntax-table any more.
11978 (latex-insert-item): New skeleton.
11979 (tex-next-unmatched-end): Fix copy/paste braino.
11980 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
11981 (latex-indent, latex-find-indent): New functions.
11982 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
11983 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
11984 (tex-compilation-parse-errors): Use with-syntax-table.
11985
11986 2000-10-15 Miles Bader <miles@gnu.org>
11987
11988 * font-lock.el (font-lock-comment-face): Change dark-background,
11989 color, non-tty, default to `chocolate1'.
11990
11991 2000-10-13 John Wiegley <johnw@gnu.org>
11992
11993 * eshell/esh-util.el (require): Added a missing `require' form,
11994 needed when compiling (for an ange-ftp macro definition).
11995
11996 2000-10-13 Dave Love <fx@gnu.org>
11997
11998 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
11999
12000 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12001
12002 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12003
12004 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12005 transparent -colors 8).
12006
12007 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12008
12009 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12010 that breaks with old list format timestamps.
12011 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12012 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12013
12014 2000-10-13 John Wiegley <johnw@gnu.org>
12015
12016 * align.el, pcomplete.el, calendar/timeclock.el,
12017 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12018
12019 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12020 faulty math, where holiday hours were being computing as seconds.
12021
12022 2000-10-13 John Wiegley <johnw@gnu.org>
12023
12024 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12025 specifying what "other" kinds of buffers should be saved.
12026 This used to be hard-coded.
12027 (desktop-buffer-misc-functions): A global for specifying how
12028 auxiliary data should be determined for special buffer types.
12029 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12030 instead of hard-coding the special buffer types.
12031 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12032 auxiliary data, instead of hard-coding for Info buffers and dired.
12033 (desktop-buffer-info-misc-data): Aux function for determining Info
12034 buffer auxiliary info.
12035 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12036 (desktop-buffer-info): Changed this function to use the info
12037 gathered above.
12038 (desktop-create-buffer): Be a little more careful about what
12039 `minor-mode' means before calling it. This is important for some
12040 buffer types.
12041
12042 2000-10-13 John Wiegley <johnw@gnu.org>
12043
12044 * eshell/esh-util.el: Added a global form which declares an
12045 autoload for `parse-time-string', if that function is not already
12046 defined, and if parse-time.el is available on the user's system.
12047
12048 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12049 to be aware of ange-ftp user info.
12050 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12051 (eshell-ls-annotate): Use `eshell-file-attributes'.
12052 (eshell-ls-file): Made the user-id printing code a bit smarter.
12053
12054 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12055 allow identification of alias user ids in remote directories.
12056 It's manual, but there's no other way to know when the current user
12057 on the local machine, is also the owning user on the remote machine.
12058 (fboundp): Bind `ange-cache'.
12059 (eshell-directory-files-and-attributes): Re-organized the logic a
12060 bit to use `eshell-file-attributes' instead of `file-attributes'.
12061 The former is more sensitive to directories that are read via FTP,
12062 and knows how to use ange-ftp to determine full attribute
12063 information, instead of just the name and last modtime.
12064 (eshell-current-ange-uids): Return the current user id when in a
12065 remote directory.
12066 (eshell-parse-ange-ls): Parse a full directory listing that has
12067 been returned by ange-ftp.
12068 (eshell-file-attributes): This beefed up version of
12069 `file-attributes' is only special if the user is currently in a
12070 remote directory, in which case it does a lot of work to find out
12071 what the real attributes of a file are, as they appear on the
12072 remote machine. This makes usage of remote directories (i.e.,
12073 ange-ftp pathnames) much more useful. You can now use Eshell as a
12074 full-fledged FTP client, with much more manipulation ability than
12075 most other clients.
12076
12077 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12078 variable, which means that Eshell's du should always be preferred
12079 in remote directories.
12080 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12081 just `file-attributes'.
12082 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12083 when reading remote directories. This is an Eshell-specific
12084 variable (not part of ange-ftp).
12085 (eshell/ln): Bind `ange-cache'.
12086 (eshell/du): Added some extra logic for determining when to use
12087 Eshell's du (which is slow), and when to use the external version
12088 (which may or may not exist).
12089
12090 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12091 Call `eshell-interactive-process', rather than using
12092 `get-buffer-process', since backgrounded processes don't count in
12093 the context of this function's logic.
12094
12095 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12096 `forward-char', so that null strings are parsed correctly.
12097
12098 2000-09-13 John Wiegley <johnw@gnu.org>
12099
12100 * eshell/em-pred.el (eshell-pred-file-type)
12101 (eshell-pred-file-links, eshell-pred-file-size):
12102 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12103
12104 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12105 that remote file globbing is more efficient.
12106
12107 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12108 gathering the files and attributes within a directory.
12109
12110 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12111 the command line is a special file (not a regular file, directory
12112 or symlink), always attempt to call the external version of cat.
12113
12114 2000-09-13 John Wiegley <johnw@gnu.org>
12115
12116 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12117 Eshell-friendly version of find-tag.
12118
12119 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12120
12121 * image-file.el (image-file-name-extensions)
12122 (image-file-name-regexps): Add autoload cookies.
12123
12124 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12125
12126 * international/mule-cmds.el (select-safe-coding-system): If FROM
12127 is string, show it in *Warning* buffer.
12128
12129 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12130
12131 * startup.el (normal-top-level): Use display-popup-menus-p instead
12132 of window-system.
12133 (command-line): Use display-graphic-p instead of window-system.
12134 (command-line-1): Use display-popup-menus-p and display-mouse-p
12135 instead of window-system.
12136
12137 2000-10-12 Sam Steingold <sds@gnu.org>
12138
12139 * tooltip.el (tooltip-use-echo-area): New user variable.
12140 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12141
12142 2000-10-12 Dave Love <fx@gnu.org>
12143
12144 * recentf.el: Maintainer's checkdoc fixes.
12145
12146 * startup.el (normal-top-level-add-subdirs-to-load-path):
12147 Use character class, not ASCII when matching file names.
12148 (fancy-splash-head): Add trailing slash to URL.
12149 (command-line): Don't require XPM support for toolbar.
12150
12151 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12152 (cperl-invalid-face): Revert last change.
12153 (cperl-init-faces): Quote cperl-invalid-face.
12154
12155 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12156
12157 * startup.el (fancy-splash-text): Remove superfluous quote.
12158
12159 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12160
12161 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12162 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12163 (command-line-1): Don't use fancy-splash-pending-command.
12164 (fancy-splash-screens-1): Goto point-min after inserting text.
12165
12166 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12167
12168 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12169 instead of shared-lisp-mode-map.
12170
12171 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12172
12173 * faces.el (header-line): Change tty-variant to use underlining.
12174
12175 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12176 (isearch-highlight): Restore lazy-isearch face properties at old
12177 position, and suppress them at new position.
12178 (isearch-dehighlight): Restore lazy-isearch face properties.
12179 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12180 over the real isearch overlay, but in that case, don't give it a
12181 face property. Use `push'.
12182
12183 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12184
12185 * man.el (Man-getpage-in-background): Fix previous change.
12186 Decode the process output only when we are in multibyte mode.
12187
12188 2000-10-11 Dave Love <fx@gnu.org>
12189
12190 * info.el (Info-mode-menu): Fix some help.
12191 (info-tool-bar-map): Add entry for Info-last.
12192
12193 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12194 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12195 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12196 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12197 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12198 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12199 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12200 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12201 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12202 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12203 Reduce colour requirements to 25 overall. (Probably wants
12204 revisiting from the originals to reduce further.)
12205
12206 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12207
12208 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12209 buffer-file-coding-system, instead of raw-text.
12210 (dehexlify-buffer): Bind coding-system-for-read to
12211 buffer-file-coding-system, instead of raw-text.
12212
12213 2000-10-11 Sam Steingold <sds@gnu.org>
12214
12215 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12216 `underline' - fixes the bug introduced on 2000-09-21.
12217
12218 2000-10-11 Dave Love <fx@gnu.org>
12219
12220 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12221 Avoid compiler warnings.
12222 (scheme-mode): Doc fix.
12223 (scheme-font-lock-keywords-1): Match `define-syntax'.
12224
12225 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12226
12227 * faces.el (frame-set-background-mode): Pay attention to saved
12228 face specs as well as default ones. Only do anything if the
12229 bg-mode or display-type has actually changed. Use `dolist'.
12230 (region): Make dark-background `region' face less in-your-face.
12231
12232 2000-10-10 Sam Steingold <sds@gnu.org>
12233
12234 * chistory.el, ielm.el, ledit.el:
12235 * progmodes/inf-lisp.el, progmodes/scheme.el:
12236 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12237
12238 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12239
12240 * textmodes/texinfo.el: Update copyright and fix typo.
12241
12242 * desktop.el (desktop-modes-not-to-save): New var.
12243 (desktop-save-buffer-p): Use it.
12244 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12245 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12246
12247 2000-10-10 Dave Love <fx@gnu.org>
12248
12249 * toolbar/tool-bar.el (tool-bar-add-item)
12250 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12251
12252 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12253 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12254 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12255 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12256 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12257 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12258 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12259 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12260 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12261 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12262 the .xpms; probably need retouching.
12263
12264 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12265
12266 * subr.el (add-to-list): Add optional argument APPEND.
12267 * battery.el (display-battery): Use `add-to-list'.
12268
12269 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12270
12271 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12272 properties.
12273 (zone, zone-when-idle, zone-leave-me-alone)
12274 (zone-pgm-whack-chars): Use new symbol properties.
12275
12276 * battery.el (display-battery): Doc spelling fix.
12277
12278 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12279 property.
12280
12281 2000-10-09 Dave Love <fx@gnu.org>
12282
12283 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12284 has been initialized before calling tool-bar-setup.
12285 (tool-bar-add-item-from-menu): Add autoload cookie.
12286
12287 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12288
12289 * menu-bar.el (send-mail-item-name): New function.
12290 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12291 of mail-user-agent in the menu. Don't display the "Send Mail"
12292 item if mail-user-agent is nil or its value is ignore.
12293 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12294 if read-mail-command is nil or its value is ignore.
12295
12296 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12297
12298 2000-10-09 Miles Bader <miles@gnu.org>
12299
12300 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12301 Correct image size.
12302 * toolbar/left_arrow.xpm: Correct image size.
12303
12304 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12305 will be done by the definition of `auto-compression-mode' if
12306 necessary. Move code to uninstall existing file-name handler
12307 before definition of `auto-compression-mode'.
12308
12309 * image-file.el (auto-image-file-mode): Move to the end of the
12310 file, because `define-minor-mode' actually calls the mode-function
12311 if the associated variable is non-nil, which requires that all
12312 needed functions be already defined.
12313
12314 * mouse.el (popup-menu): Balance parens.
12315
12316 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12317
12318 * mouse.el (popup-menu): Move the command call outside the loop
12319 so that popup-menu returns whatever the command returns.
12320
12321 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12322 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12323 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12324 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12325
12326 * vc.el (vc-version-diff): diff-switches can be a list.
12327 Use relative filenames for prettier output.
12328
12329 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12330 (vc-post-command-functions): Remove old-VC compatibility code.
12331
12332 * newcomment.el (comment-indent-default): Autoload.
12333
12334 * font-lock.el (font-lock-defaults): Make buffer-local.
12335 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12336 (font-lock-choose-keywords):
12337 Ignore LEVEL unless KEYWORDS is a list of syms.
12338 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12339 Don't wrap regexp-opt things in \(...\) unnecessarily.
12340
12341 * jit-lock.el: Don't require font-lock any more.
12342 (jit-lock-functions): Make buffer-local.
12343 (jit-lock-saved-fontify-buffer-function): Remove.
12344 (jit-lock-mode): Remove autoload cookie.
12345 Remove font-lock specific code.
12346 (jit-lock-unregister): Don't bother handling complex hooks any more.
12347 (jit-lock-refontify): New function.
12348 (jit-lock-fontify-buffer): Use it.
12349 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12350 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12351 Add optional args START and END.
12352 Never call font-lock-fontify-region directly.
12353 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12354
12355 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12356
12357 2000-10-08 Dave Love <fx@gnu.org>
12358
12359 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12360
12361 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12362
12363 * play/studly.el (studlify-region, studlify-word): Add autoload
12364 cookie.
12365
12366 * play/morse.el (morse-region, unmorse-region): Add autoload
12367 cookie.
12368
12369 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12370 concat.
12371
12372 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12373 insist on symbols starting with word syntax.
12374 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12375 (eval-defun-1): Doc fix.
12376 (indent-sexp): Use nconc to build up indent-stack.
12377
12378 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12379 Gnus with little use.
12380 (mail-setup-hook): Add mail-abbrevs-setup to options.
12381
12382 * recentf.el: Doc fixes.
12383
12384 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12385 Clean up remainder.
12386
12387 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12388 without timezone and (8) with timezone to enforce some whitespace.
12389 Simplify code somewhat.
12390
12391 * options.el (list-options): Doc that you should use customize.
12392
12393 * iswitchb.el (iswitchb-mode): Add :require.
12394
12395 * info.el (Info-goto-node, Info-menu): Doc fix.
12396 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12397 (info-tool-bar-map): New variable.
12398 (Info-mode): Use it.
12399 (Info-edit-map): Define all in defvar.
12400 (speedbar-attached-frame): Avoid compiler warning.
12401
12402 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12403 (global-map): Bind [tool-bar] to a filtered map.
12404 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12405 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12406 Allow PBM icons.
12407 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12408
12409 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12410 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12411 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12412 icons, except up_arrow, which is left-arrow rotated.
12413
12414 * imenu.el (imenu-add-to-menubar): Fix last change.
12415
12416 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12417
12418 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12419 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12420
12421 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12422
12423 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12424 typos in doc strings.
12425
12426 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12427 the doc strings how to customize Font Lock faces.
12428
12429 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12430 computing growth when dragging the header line.
12431
12432 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12433
12434 * simple.el (kill-line): Doc fix.
12435
12436 2000-10-08 Miles Bader <miles@gnu.org>
12437
12438 * faces.el (secondary-selection): Make foreground visible on tty.
12439
12440 * jka-compr.el (auto-compression-mode): Move to the end of the
12441 file, because `define-minor-mode' actually calls the mode-function
12442 if the associated variable is non-nil, which requires that all
12443 needed functions be already defined.
12444 (with-auto-compression-mode): Add autoload cookie.
12445
12446 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12447
12448 * files.el (find-backup-file-name) [ms-dos]: If support for long
12449 file names is not available, behave as if version-control were set
12450 to never.
12451
12452 2000-10-07 Dave Love <fx@gnu.org>
12453
12454 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12455 (browse-url-gnome-moz): New function.
12456 (browse-url-browser-function): Use it.
12457 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12458
12459 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12460
12461 * indent.el (tab-always-indent): New var.
12462 (indent-for-tab-command): Use it.
12463
12464 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12465 raise an error. This way it can still default to a sane value.
12466
12467 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12468
12469 * startup.el (fancy-splash-screens): Use local rather than global map.
12470 Don't use `update-menu-bindings' any more.
12471 Get rid of assumptions about keymap representation.
12472
12473 2000-10-06 Dave Love <fx@gnu.org>
12474
12475 * textmodes/fill.el (sentence-end-double-space)
12476 (sentence-end-without-period): Doc fix.
12477 (adaptive-fill-regexp): Purecopy.
12478 (unjustify-current-line): Use line-end-position.
12479 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12480
12481 * net/eudc-vars.el (eudc): Add :version, :link.
12482
12483 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12484
12485 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12486 Fix for define-minor-mode.
12487 (function-at-point): Alias to function-called-at-point.
12488
12489 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12490
12491 * simple.el (backward-word): Doc fix.
12492
12493 * image-file.el (image-file-name-regexp): image-file-regexps ->
12494 image-file-name-regexps.
12495 (image-file-name-extensions): Add pbm.
12496
12497 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12498
12499 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12500 and add filename to the names so that diff-mode can jump to source.
12501
12502 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12503 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12504 (tex-font-lock-keywords-1): Remove.
12505 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12506 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12507 (font-lock-default-fontify-region):
12508 Expand beg..end correctly when just following a multiline region.
12509 (font-lock-fontify-anchored-keywords):
12510 Include the anchor text as part of the multiline.
12511
12512 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12513
12514 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12515 latter needs the autoloaded define-minor-mode macro during the
12516 bootstrap.
12517
12518 * startup.el (command-line): For now, activate tool-bar-mode only
12519 if XPM images are supported.
12520
12521 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12522 window by dragging a header-line at the top of the frame; that's
12523 confusing because the header-line doesn't move.
12524 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12525 of treating the event as a list. Some cleanup.
12526
12527 2000-10-06 Miles Bader <miles@gnu.org>
12528
12529 * simple.el (display-message-or-buffer): New function.
12530 (shell-command-on-region): Use `display-message-or-buffer'.
12531
12532 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12533 docstring parts.
12534
12535 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12536 (smbclient-prompt-regexp): Add usage note to doc string.
12537 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12538 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12539 Use add-hook for adding the comint filter function, and only do so
12540 if it's not already in the global hook list.
12541 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12542 to `make-local-variable'.
12543 (nslookup-font-lock-keywords): Remove prompt entry.
12544 (nslookup): Don't set the process-filter.
12545 (finger): Exit the loop correctly when the regexps list runs out.
12546 (ftp, smbclient, smbclient-list-shares):
12547 Set the real major mode immediately, not after execing.
12548 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12549
12550 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12551
12552 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12553
12554 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12555
12556 * which-func.el (which-func-format): Remove spurious space.
12557 (which-func-mode): Don't make it permanent-local.
12558 (which-func-ff-hook): Allow which-func-maxout to be nil.
12559 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12560 (which-func-mode): Simplify.
12561 Use post-command-idle-hook rather than post-command-hook.
12562 Go through all buffers and update their state.
12563 (which-function): Also try add-log-current-defun-function.
12564
12565 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12566 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12567 Update call to with-vc-properties accordingly.
12568 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12569 (vc-revert-buffer): More careful about window selection and deletion.
12570 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12571
12572 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12573 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12574 (cvs-dired-action): Change the default to quickdir.
12575
12576 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12577 if comment-indent-function returns nil.
12578 (comment-indent-default): New function.
12579 (comment-indent-function): Use it and document the new semantics.
12580
12581 * image-file.el: Docstring fixes.
12582
12583 * help.el (help-xref-on-pp): Use match-string.
12584 (describe-variable): New arg BUFFER.
12585 Store the current buffer in the help-xref-stack.
12586 (temp-buffer-resize-mode): Use define-minor-mode.
12587
12588 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12589 consistently with its docstring.
12590 Set jit-lock-first-unfontify-pos in an idempotent way.
12591 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12592
12593 2000-10-05 Alex Schroeder <alex@gnu.org>
12594
12595 * sql.el (sql-mysql-options): New variable.
12596 (sql-mysql): Use it.
12597
12598 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12599
12600 * image.el (image): New group.
12601
12602 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12603 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12604
12605 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12606
12607 * net/net-utils.el (nslookup-font-lock-keywords)
12608 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12609 Ignore the value of wqindow-system; always define keywords
12610
12611 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12612
12613 * startup.el (fancy-splash-screens): Remove the code for
12614 debugging; `(trace-to-stderr "EXITTT\n")'.
12615
12616 2000-10-05 Miles Bader <miles@gnu.org>
12617
12618 * diff-mode.el (diff-goto-source): Update call to
12619 `diff-hunk-status-msg' to reflect new REV variable.
12620
12621 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
12622
12623 * progmodes/icon.el (icon-mode):
12624 Don't gratuitously override the default for comment-column.
12625
12626 * vc-hooks.el (vc-mode-line): Fix interactive spec.
12627
12628 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12629 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12630 (jit-lock-functions): New var.
12631 (jit-lock-function-1): Use it if non-nil.
12632 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
12633 Set the `fontified' property before doing the fontification to avoid
12634 repeatedly going through the same error.
12635 Don't turn errors into messages.
12636 (jit-lock-register, jit-lock-unregister): New functions.
12637
12638 * dired.el (dired-mark-pop-up): Turn comment into docstring.
12639 Use with-current-buffer.
12640
12641 * dired-aux.el (dired-do-create-files, dired-kill-tree):
12642 Turn comment into docstring.
12643
12644 * apropos.el (apropos-mode): Use define-derived-mode.
12645
12646 2000-10-04 Gerd Moellmann <gerd@gnu.org>
12647
12648 * startup.el (fancy-splash-pending-command): New variable.
12649 (fancy-splash-pre-command): New function.
12650 (fancy-splash-screens): Rewritten.
12651 (command-line-1): If fancy-splash-pending-command is set, call it
12652 interactively.
12653
12654 2000-10-04 Dave Love <fx@gnu.org>
12655
12656 * toolbar/tool-bar.el (tool-bar-setup): New function.
12657 (tool-bar-mode): Use it.
12658
12659 * subr.el (substitute-key-definition): Doc fix.
12660 (play-sound-file): New command.
12661
12662 2000-10-04 Andre Spiegel <spiegel@gnu.org>
12663
12664 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
12665 vc-version-backup-file-name): New functions.
12666
12667 * files.el (basic-save-buffer): Call vc-before-save before saving.
12668
12669 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
12670 vc-cvs-stay-local-p.
12671
12672 * vc.el (vc-revert-buffer): Handle empty diff properly.
12673 (vc-version-backup-file): New function.
12674 (vc-checkout): Create a version backup if necessary.
12675 (vc-checkin): If a version backup file exists, delete it.
12676 (vc-version-diff): Diff locally using version backups, if available.
12677 (vc-revert-file): If there's a version backup, revert locally.
12678 (vc-transfer-file): Use version backup for base version, if
12679 available. If not, ask for confirmation whether to get it from the
12680 server. Update mode line before check-in.
12681
12682 2000-10-04 Dave Love <fx@gnu.org>
12683
12684 * toolbar/tool-bar.el (tool-bar-setup): New function.
12685 (tool-bar-mode): Use it.
12686
12687 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12688
12689 * net/net-utils.el (nslookup-font-lock-keywords)
12690 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12691 Only set if window-system is non-nil
12692 (net-utils-run-program): Returns buffer.
12693 (network-connection-reconnect): Added this function.
12694
12695 * generic.el:
12696 Incorporates extensive cleanup and docfixes by
12697 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
12698 Uses cl compile-time macros.
12699 (generic-mode-name, generic-comment-list)
12700 (generic-keywords-list, generic-font-lock-expressions)
12701 (generic-mode-function-list, generic-mode-syntax-table):
12702 Removed variables.
12703 (generic-mode-alist): Renamed to generic-mode-list.
12704 (generic-find-file-regexp): Default changed to "^#".
12705 (generic-read-type): Uses completing read on generic-mode-list.
12706 (generic-mode-sanity-check): removed this function.
12707 (generic-add-to-auto-mode): Removed this function
12708 (generic-mode-internal): Bind mode-specific definitions
12709 into function instead of putting them in alist.
12710 (generic-mode-set-comments): Reworked extensively.
12711 (generic-mode-find-file-hook): Simplified regexp searching
12712 (generic-make-keywords-list): Omit extra pair of parens
12713
12714 * find-lisp.el (find-lisp-find-files-internal):
12715 Make sure directory name ends with "/".
12716
12717 * generic-x.el (apache-conf-generic-mode):
12718 Regexp now allows leading whitespace.
12719 (rc-generic-mode): Added eval-when-compile
12720 around generic-make-keywords-list.
12721 Deleted duplicate regexp
12722 (rul-generic-mode): Added eval-when-compile
12723 around generic-make-keywords-list.
12724 (etc-fstab-generic-mode): New generic mode.
12725 (rul-generic-mode): Removed one eval-when-compile
12726 which caused a max-specpdl-size exceeded error.
12727
12728 2000-10-04 Miles Bader <miles@gnu.org>
12729
12730 * simple.el (minibuffer-temporary-goal-position): New variable.
12731 (next-history-element): Try to keep the position of point in the
12732 input string constant.
12733
12734 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
12735 (dired-do-create-files): If there's only one file, pass it in as
12736 the DEFAULT arg to dired-mark-read-file-name.
12737
12738 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
12739
12740 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
12741 (diff-goto-source): Be smarter when choosing REVERSE or not.
12742
12743 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
12744 (texinfo-mode-menu): Add an explicit shortcut for update all.
12745
12746 2000-10-03 Andre Spiegel <spiegel@gnu.org>
12747
12748 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
12749 factorize backend-specific code cleanly (this was essentially
12750 conceived by Stefan Monnier).
12751 (vc-unregister): Function removed.
12752 (vc-revert-file): New function.
12753 (vc-revert-buffer): Delegate some of the work to it.
12754
12755 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
12756 default branch unconditionally.
12757 (vc-rcs-set-default-branch): New function.
12758 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
12759 (vc-rcs-checkin): If an appropriate default branch has been set,
12760 force creation of that branch.
12761 (vc-rcs-receive-file): Rewritten to contain only backend-specific
12762 code (as suggested by Stefan Monnier).
12763
12764 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12765
12766 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
12767 highlighting overlay with a different face over the overlay
12768 isearch uses to highlight the current match because that can lead
12769 to bad face combinations.
12770
12771 * loadup.el (toplevel): Load faces before isearch.
12772
12773 * isearch.el (isearch-faces): New custom group.
12774 (isearch): New defface; was already tested for in the code.
12775 (isearch-lazy-highlight-face): Changed to defface from defcustom.
12776 (isearch-highlight): Always use face `isearch'.
12777
12778 2000-10-02 Dave Love <fx@gnu.org>
12779
12780 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
12781 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
12782 comparison of opcode with operand.
12783
12784 2000-10-03 Miles Bader <miles@gnu.org>
12785
12786 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
12787 buffer, since the echo area will now grow to accommodate them.
12788
12789 2000-10-02 Andre Spiegel <spiegel@gnu.org>
12790
12791 * vc-hooks.el (vc-registered): If FILE used to be registered under
12792 a certain backend, try that one first.
12793
12794 * vc.el (vc-responsible-backend): Undo the previous change in the
12795 argument list. Handle multiple backends correctly.
12796 (vc-find-new-backend): Function removed.
12797 (vc-register): Use vc-responsible-backend, as before.
12798 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
12799
12800 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12801
12802 * startup.el (fancy-splash-head): Change message below the
12803 logo.
12804
12805 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
12806
12807 * diff-mode.el (diff-goto-source): Emit a status message.
12808 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
12809 (diff-test-hunk): Fix doc string.
12810 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
12811 (diff-advance-after-apply-hunk): New variable.
12812 (diff-apply-hunk): Don't return a value.
12813
12814 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
12815
12816 * vc.el (vc-editable-p): Minor optimization.
12817 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
12818 (vc-find-new-backend): New function split from vc-responsible-backend.
12819 (vc-register): Use it.
12820 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
12821 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
12822 (vc-default-unregister, vc-revert-buffer): Docstring fix.
12823 (vc-clear-headers): Don't use find-file.
12824 (vc-revert-buffer): Use `and' again (must have been a braino).
12825 (vc-switch-backend): Only prompt if requested.
12826 Short circuit if nothing is to be done.
12827 Don't use vc-resynch-buffer which could lose unsaved editing.
12828 (vc-default-receive-file): Update call to vc-unregister.
12829 (with-vc-file, vc-next-action-on-file):
12830 Use vc-backend rather than vc-registered.
12831 (vc-next-action-on-file): Use intern-soft.
12832 Deal with read-only *vc-diff* buffer.
12833 (vc-transfer-file): Docstring fix.
12834
12835 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
12836 (vc-rcs-receive-file): Avoid with-vc-properties.
12837 Update call to vc-unregister.
12838 Use constant `RCS' rather than (dynamically bound) var `backend'.
12839
12840 2000-10-01 Andre Spiegel <spiegel@gnu.org>
12841
12842 * vc.el (vc-next-action-on-file): Update mode line only if file
12843 is visited.
12844 (vc-start-entry): New argument initial-contents. Don't visit the file
12845 if it isn't already visited. Brought documentation up-to-date.
12846 (vc-next-action, vc-register): Updated calls to vc-start-entry.
12847 (vc-checkin): New optional arg initial-contents, which is passed to
12848 vc-start-entry.
12849 (vc-finish-logentry): Make sure to bury log buffer only if there
12850 really is one. Call `vc-resynch-buffer' on log-file, not
12851 buffer-file-name.
12852 (vc-default-comment-history, vc-default-wash-log): New functions.
12853 (vc-index-of): Removed.
12854 (vc-transfer-file): Make do without the above.
12855 (vc-default-receive-file): Call comment-history unconditionally. Pass
12856 the resulting string to vc-checkin, instead of inserting it into the
12857 comment ring.
12858
12859 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
12860 unconditionally. Use the comments as initial contents of the log
12861 entry buffer. Document the trick to force branch creation with no
12862 changes.
12863
12864 2000-10-01 Miles Bader <miles@gnu.org>
12865
12866 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
12867 `recenter' with an arg to prevent redrawing the display.
12868
12869 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
12870
12871 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
12872
12873 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
12874
12875 * progmodes/c-mode.el (c-mode):
12876 Don't gratuitously override the default for comment-column.
12877
12878 * textmodes/tex-mode.el (latex-metasection-list): New var.
12879 (latex-imenu-create-index): Use it.
12880 Move the regexp construction outside loops (and use push).
12881 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
12882 (tex-font-lock-keywords): Moved from font-lock.el.
12883 (tex-comment-indent): Remove.
12884 (tex-common-initialization): Don't set comment-indent-function.
12885 (latex-block-default): New var.
12886 (tex-latex-block): Use it to provide a default choice.
12887 Add any unknown choice to latex-block-names.
12888 Insert [...] after {...}.
12889 (tex-last-unended-begin): Simplify regexp.
12890 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
12891 (latex-forward-sexp-1, latex-forward-sexp): New functions.
12892 (latex-mode): Set forward-sexp-function.
12893
12894 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
12895 Add regexp for @ignore ... @end ignore.
12896 (texinfo-heading-face): New face.
12897 (texinfo-font-lock-keywords): Use it.
12898 (texinfo-mode-menu): New menu.
12899 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
12900 New functions.
12901 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
12902 (texinfo-section-types-regexp, texinfo-section-level-regexp)
12903 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
12904 Remove declaration.
12905 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
12906
12907 * delsel.el (delete-selection-mode): Use define-minor-mode.
12908
12909 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
12910
12911 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12912
12913 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
12914
12915 2000-09-30 Gerd Moellmann <gerd@gnu.org>
12916
12917 * replace.el (keep-lines-read-args): New function.
12918 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
12919 read arguments interactively. Add parameters RSTART and REND.
12920 Operate on the active region in Transient Mark mode.
12921
12922 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
12923
12924 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
12925 (authors-obsolete-files-regexps): New variable.
12926 (authors-add): Don't record changes in obsolete files.
12927
12928 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12929
12930 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
12931
12932 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
12933 (comment-indent): Make sure there's a space between code and comment.
12934 Shift comments left to avoid going past fill-column.
12935
12936 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12937
12938 * startup.el (startup-echo-area-message): New function.
12939 (display-startup-echo-area-message): Use it.
12940 (fancy-splash-screens): Rewritten to use keymaps and a timer.
12941 (fancy-splash-default-action): New function.
12942 (fancy-splash-screens-1): New function.
12943 (fancy-splash-head): Put a help-echo and a keymap under the image.
12944
12945 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12946
12947 * diff-mode.el (diff-add-log-file-name): Remove.
12948 (diff-mode): Use add-log-buffer-file-name-function.
12949
12950 * add-log.el (find-change-log): New arg BUFFER-FILE.
12951 (add-log-file-name): Obey add-log-file-name-function.
12952 (add-log-buffer-file-name-function): New var.
12953 (add-change-log-entry): Use it.
12954
12955 2000-09-29 Miles Bader <miles@gnu.org>
12956
12957 * image-file.el (image-file-name-extensions): New variable.
12958 (image-file-name-regexps): Renamed from `image-file-regexps'.
12959 New default value is nil. Call `auto-image-file-mode'.
12960 (image-file-name-regexp): New function.
12961 (auto-image-file-mode): New minor mode.
12962 (insert-image-file): Don't make conditional on the image-file
12963 handler being enabled.
12964 (image-file-handler): Make the call here conditional instead.
12965 (set-image-file-handler-enabled, enable-image-file-handler)
12966 (disable-image-file-handler): Functions removed.
12967
12968 * emacs-lisp/authors.el (authors-print): Rephrase many-files
12969 string.
12970
12971 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12972
12973 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
12974 it's a function from CL.
12975 (latex-imenu-create-index): Replace eval-when-compile with progn
12976 because latex-section-alist is not bound while compiling.
12977
12978 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12979
12980 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
12981 (outline-mode): Use define-derived-mode.
12982
12983 * progmodes/perl-mode.el (perl-mode):
12984 * progmodes/awk-mode.el (awk-mode):
12985 * progmodes/asm-mode.el (asm-mode):
12986 Don't gratuitously override the default for comment-column.
12987
12988 * emacs-lisp/lisp.el (lisp-complete-symbol):
12989 Distinguish the let-binding case from the funcall case.
12990 (forward-sexp-function): New variable.
12991 (forward-sexp): Use it.
12992
12993 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
12994 (easy-mmode-defmap): Remove the now useless autoload.
12995
12996 * time.el (display-time-mode): Use define-minor-mode.
12997
12998 * subr.el (add-minor-mode): Don't eval NAME.
12999 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13000 Use if rather than cond.
13001
13002 * simple.el (read-expression-map): Define more properly.
13003 (comment-indent-hook): Remove.
13004 (string-to-syntax): Bug fix.
13005
13006 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13007 (cvs-ediff-diff): Fix typo.
13008 (cvs-revert-if-needed): Don't bother preserving read-only.
13009
13010 * paren.el (show-paren-mode): Use define-minor-mode.
13011
13012 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13013 (toggle-auto-compression): Remove.
13014 (jka-compr-build-file-regexp): Remove useless grouping.
13015
13016 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13017 Avoid user-reserved bindings.
13018 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13019 (diff-header-face): Revert to grey85.
13020
13021 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13022
13023 * complete.el (partial-completion-mode) <defcustom>: Remove.
13024 (partial-completion-mode): Use define-minor-mode.
13025 (PC-do-completion): Understand `completion-auto-help = delay'
13026 to mean to popup the completion buffer only the second time.
13027 (PC-include-file-all-completions, PC-include-file-all-completions)
13028 (PC-include-file-all-completions): Don't quote lambda.
13029
13030 * comint.el (comint-mode-hook): Docstring fix.
13031 (comint-mode): Use define-derived-mode.
13032 (comint-mode-map): Remove obsolete comment.
13033 (make-comint): Minor stylistic change.
13034 (comint-insert-clicked-input): Be more careful to find the overlay.
13035 Use this-command-keys rather than hardcoding mouse-2.
13036
13037 * font-lock.el: Replace confusing (,@ with ,
13038 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13039 Don't use regexp-opt-depth. Spice up the regexp for args.
13040 Don't distinguish between cmds that can take an opt arg or not.
13041 Use `append' and `prepend' rather than `keep'.
13042
13043 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13044 (latex-outline-regexp): New var.
13045 (latex-outline-level): New fun.
13046 (latex-section-alist): New var.
13047 (latex-imenu-create-index): Use it. Use `push' as well.
13048 (tex-shell-map): Initialize it properly.
13049 (tex-mode): Minor stylistic change.
13050 (plain-tex-mode): Use define-derived-mode.
13051 (latex-mode): Use define-derived-mode.
13052 Construct the paragraph regexps in a more readable way.
13053 Set the buffer-local outline-{level,regexp} vars.
13054 (slitex-mode): Derive from latex-mode.
13055 (tex-common-initialization): Don't kill-all-vars anymore.
13056 Add setting for comment-add and font-lock-defaults.
13057 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13058 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13059 (tex-start-tex): New arg DIR (and send a chdir command for it).
13060 Also display the shell buffer and save it in tex-last-buffer-texed.
13061 (tex-region): Use expand-file-name rather than concat.
13062 Remove code made useless by changes in tex-start-tex.
13063 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13064
13065 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13066
13067 2000-09-28 Dave Love <fx@gnu.org>
13068
13069 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13070
13071 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13072
13073 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13074 `append'.
13075
13076 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13077
13078 * info.el (Info-extract-pointer): Undo last change.
13079 Instead, fix the position of the `bound' arg to re-search-backward.
13080
13081 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13082
13083 * info.el (Info-extract-pointer):
13084 Widen more carefully, to avoid finding pointers in other nodes.
13085 (Info-index): Use push.
13086
13087 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13088
13089 * frame.el (set-frame-font): Remove call to obsolete function
13090 frame-update-faces.
13091 (set-foreground-color, set-background-color): Likewise for
13092 frame-update-face-colors.
13093
13094 2000-09-27 Miles Bader <miles@gnu.org>
13095
13096 * image-file.el: New file.
13097
13098 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13099
13100 * frame.el (frame-notice-user-settings): Don't call
13101 frame-update-faces, which is a no-op now.
13102
13103 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13104 tool-bar-lines.
13105
13106 2000-09-27 Dave Love <fx@gnu.org>
13107
13108 * mouse.el: Fix last change.
13109
13110 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13111
13112 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13113
13114 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13115
13116 * international/quail.el (quail-help): The output message is
13117 improved.
13118
13119 2000-09-26 Dave Love <fx@gnu.org>
13120
13121 * mouse.el (popup-menu): If POSITION is nil, set it using
13122 mouse-position.
13123
13124 2000-09-25 Sam Steingold <sds@gnu.org>
13125
13126 * net/browse-url.el (browse-url-file-url): Check for null maps.
13127
13128 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13129
13130 * frame.el (frame-notice-user-settings): Don't add a
13131 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13132
13133 * frame.el (frame-notice-user-settings):
13134 Make tool-bar-mode and default-frame-alist consistent.
13135
13136 * toolbar/tool-bar.el (tool-bar-help): New function.
13137
13138 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13139
13140 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13141 current-load-list in top-level forms. Else this leaks a cons cell
13142 every time a defun is called.
13143
13144 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13145
13146 2000-09-25 Dave Love <fx@gnu.org>
13147
13148 * startup.el (fancy-splash-head): Check XPM is available.
13149
13150 * autoinsert.el (auto-insert): Doc fix.
13151 (auto-insert-alist): Following GNU notices, don't say `copyright
13152 _by_'. Use line-beginning-position.
13153 (auto-insert): Check buffer-file-name is non-nil before use.
13154
13155 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13156
13157 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13158 starting with `@def' or `@multitable', in addition to ones
13159 specified by the user in auto-fill-inhibit-regexp.
13160
13161 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13162
13163 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13164 rmail-dont-reply-to-names matches the empty string.
13165
13166 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13167
13168 * startup.el (command-line-1, fancy-splash-text): Change the
13169 text to sound more friendly.
13170
13171 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13172
13173 * progmodes/hideshow.el: Update author email address.
13174 Generally, sync w/ maintainer version 5.22.
13175 (hs-hide-all-non-comment-function): New var.
13176 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13177 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13178 (hs-show-region): Delete this command.
13179 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13180
13181 2000-09-22 Dave Love <fx@gnu.org>
13182
13183 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13184 (hl-line-highlight): Specify buffer when moving overlay.
13185
13186 * progmodes/fortran.el (fortran-mode): Locally set
13187 normal-auto-fill-function.
13188 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13189 (fortran-mode-map): Adjust auto-fill menu entry.
13190
13191 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13192
13193 * vc-rcs.el (toplevel): Require `vc' when compiling.
13194
13195 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13196
13197 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13198
13199 * vc.el (vc-switch-backend): Signal an error if the file is not
13200 registered under the new backend.
13201
13202 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13203 without explicit revision number.
13204
13205 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13206
13207 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13208 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13209 (diff-xor): New function.
13210 (diff-find-source-location): Use it. Fix a stupid name clash.
13211 (diff-hunk-status-msg): New function.
13212 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13213 (diff-test-hunk): Use diff-find-source-location.
13214 (diff-goto-source): Favor the `reverse'.
13215 (diff-hunk-text): Properly handle one-sided context diffs.
13216 (diff-apply-hunk): When done, advance to the next hunk.
13217
13218 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13219
13220 * startup.el (command-line): If frame was created with a non-zero
13221 tool-bar-lines parameter, switch tool-bar-mode on.
13222
13223 * add-log.el (change-log-date-face, change-log-name-face)
13224 (change-log-email-face, change-log-file-face)
13225 (change-log-list-face, change-log-conditionals-face)
13226 (change-log-function-face, change-log-acknowledgement-face):
13227 New faces, inheriting from font-lock faces.
13228 (change-log-font-lock-keywords): Use them.
13229
13230 2000-09-21 Dave Love <fx@gnu.org>
13231
13232 * progmodes/cperl-mode.el (top-level): Clean up
13233 `eval-when-compile's and assorted defvars.
13234 (cperl-invalid-face): Don't double-quote value. Change custom
13235 type.
13236 (cperl-mode): Set normal-auto-fill-function and don't zap
13237 auto-fill-function.
13238 (cperl-imenu--function-name-regexp-perl): Renamed from
13239 imenu-example--function-name-regexp-perl.
13240 (cperl-imenu--create-perl-index): Renamed from
13241 imenu-example--create-perl-index.
13242 (cperl-xsub-scan): Don't require cl.
13243
13244 * msb.el (msb-mode-map): Use substitute-key-definition.
13245 (msb-mode): Use msb-mode-map.
13246
13247 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13248
13249 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13250 New functions.
13251 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13252 (vc-switch-backend): New function.
13253 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13254 (vc-register): Fix prompt.
13255 (vc-unregister, vc-default-unregister): New functions.
13256 (vc-version-diff): Handle empty buffer in sentinel.
13257
13258 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13259 (vc-rcs-state-heuristic): Use it to guess the state of files with
13260 non-strict locking.
13261 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13262 been set with -b, but not created yet.
13263 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13264 contents in order to find the state.
13265 (vc-rcs-checkin): Allow creation of branches with no changes.
13266 (vc-rcs-unregister, vc-rcs-receive-file)
13267 (vc-rcs-set-non-strict-locking): New functions.
13268
13269 * vc-hooks.el (vc-name): Force correct computation of the value
13270 in case it is missing.
13271
13272 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13273
13274 * startup.el (fancy-splash-tail): Use a different foreground
13275 color on a dark frame background.
13276
13277 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13278
13279 * info.el: Use the correct capitalization when making Info-mode
13280 and Info-edit-mode `special' modes.
13281
13282 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13283
13284 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13285 (diff-mode): Add support for add-log.el.
13286 (diff-hunk-text): Use char offsets rather than line offsets.
13287 (diff-find-source-location): Replace LINE with line-offset (nil
13288 if not found) and always set POS to a meaningful position.
13289 Adapt to the new char-offsets.
13290 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13291 Adapt to the new diff-find-source-location.
13292 (diff-goto-source): Adapt to the new diff-find-source-location.
13293
13294 * add-log.el (add-log-file-name): New function (split out of
13295 add-change-log-entry).
13296 (add-change-log-entry): Use it.
13297 Call add-log-file-name-function with the changelog file name if
13298 the current buffer is not associated with any file.
13299 Avoid find-file if the selected window is dedicated.
13300
13301 * diff-mode.el (diff-find-source-location):
13302 Move code from diff-apply-hunk. Return buffer rather than file.
13303 (diff-apply-hunk): Use the new result from diff-find-source-location.
13304 (diff-goto-source): Use the new diff-find-source-location.
13305
13306 2000-09-20 Dave Love <fx@gnu.org>
13307
13308 * iswitchb.el: Some doc fixes.
13309 (iswitchb-mode-map): Define completely initially. Inherit
13310 minibuffer-local-map.
13311 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13312 fundamental-mode.
13313 (iswitchb-global-map): New variable.
13314 (iswitchb-summaries-to-end): Amalgamate regexps.
13315 (iswitchb-mode): New.
13316 (iswitchb-mode-hook): New variable.
13317 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13318 `extensions'.
13319
13320 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13321
13322 * ehelp.el (electric-help): New defgroup.
13323 (electric-help-shrink-window): New user-option.
13324 (with-electric-help): Use it.
13325
13326 * window.el (shrink-window-if-larger-than-buffer): If face
13327 `mode-line' has a :box, and we're on a graphical frame, add 1
13328 to the needed window height.
13329
13330 * frame.el (frame-notice-user-settings): Add a last parameter nil
13331 to a call to `append', because the last list passed to `append' is
13332 not copied, and so subsequent calls to assq-delete-all will modify
13333 default-frame-alist.
13334
13335 * startup.el (fancy-splash-image): Change :type.
13336 (fancy-splash-head): Use an XBM image if appropriate.
13337 (command-line-1): Show splash screens in more cases.
13338
13339 * startup.el (fancy-splash-text): Don't quote faces.
13340
13341 * dired.el (dired-font-lock-keywords): Undo last change.
13342 (dired-readin): Bind indent-tabs-mode to nil.
13343
13344 * startup.el (fancy-splash-head): If frame's background mode
13345 is `dark', change the black background of the image to gray.
13346 (fancy-splash-screens): Display startup echo area message.
13347 (display-startup-echo-area-message): New function.
13348
13349 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13350
13351 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13352
13353 * info.el (info-header-node): Tweak for color ttys.
13354
13355 * faces.el (face-valid-attribute-values): Make sure directories we
13356 search for stipples both exist and are readable before trying to
13357 search them.
13358
13359 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13360 in the dry-run case.
13361
13362 * jka-compr.el (with-auto-compression-mode): New macro.
13363
13364 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13365 (custom-group-tag-face, custom-variable-tag-face): Use relative
13366 :height and inherit from `variable-pitch' face instead of
13367 hardwiring :family.
13368 * hi-lock.el (hi-black-hb): Likewise.
13369
13370 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13371 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13372 toolbar-add-item, if image doesn't have a mask add a `:mask
13373 heuristic'.
13374
13375 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13376
13377 * diff-mode.el: Docstring fixes.
13378 (diff-header-face, diff-comment-face): New faces.
13379 (diff-font-lock-keywords): Highlight a bit differently.
13380 (diff-find-source-location): Don't return SPAN any more.
13381 (diff-hunk-text): Don't bother erasing the temp buffer.
13382 (diff-find-text): Drop argument LINE.
13383 (diff-apply-hunk): Update calls to diff-find-text.
13384 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13385
13386 * calendar/calendar.el: Docstring fixes.
13387 (calendar-make-alist): Don't quote lambda.
13388 (calendar-star-date): Use make-local-variable.
13389
13390 2000-09-19 Dave Love <fx@gnu.org>
13391
13392 * toolbar/tool-bar.el: Renamed from toolbar.el.
13393 Change `toolbar' to `tool-bar' generally in symbols.
13394 Make some items invisible in `special' major modes.
13395 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13396 Add arg PROPS.
13397
13398 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13399 Add :version here.
13400 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13401
13402 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13403
13404 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13405
13406 * files.el (find-file-suppress-same-file-warnings): New user-option.
13407 (find-file-noselect): Use it.
13408
13409 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13410 (fancy-splash-screen): Defgroup.
13411
13412 * add-log.el (change-log-font-lock-keywords): Match names
13413 more exactly for the case that font-lock-constant-face is
13414 underlined.
13415
13416 2000-09-19 Richard M. Stallman <rms@gnu.org>
13417
13418 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13419
13420 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13421
13422 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13423
13424 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13425
13426 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13427 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13428 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13429 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13430 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13431 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13432 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13433 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13434 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13435 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13436 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13437 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13438
13439 * startup.el (fancy-splash-text): New variable.
13440 (fancy-splash-delay, fancy-splash-image): New user-options.
13441 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13442 (fancy-splash-screens): New functions.
13443 (command-line-1): If display has a `display' frame parameter, has
13444 colors, and we have XPM support, show more fancy splash screens.
13445
13446 2000-09-19 Dave Love <fx@gnu.org>
13447
13448 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13449 with null `help'. Use modern backquote syntax.
13450
13451 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13452
13453 * font-lock.el (font-lock-mode): Change message telling the user
13454 that ``the buffer is too big''.
13455
13456 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13457 for instance for the case that tab-width is 2.
13458
13459 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13460
13461 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13462 toolbar-add-item, if image doesn't have a mask add a `:mask
13463 heuristic'.
13464
13465 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13466
13467 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13468 and return a cons if it's non-nil.
13469 (diff-apply-hunk): Try to jump to the line in the source text
13470 corresponding to the position of point in the in the hunk.
13471
13472 * info.el (Info-title-3-face, Info-title-2-face)
13473 (Info-title-1-face): Use face inheritance and relative sizes
13474 instead of hard-wiring things.
13475
13476 * faces.el (secondary-selection): Make dark-background variant sane.
13477
13478 2000-09-16 Andrew Innes <andrewi@gnu.org>
13479
13480 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13481 read-only, since they aren't under VC now.
13482
13483 2000-09-17 Dave Love <fx@gnu.org>
13484
13485 * tmm.el: Replace mapcar with mapc in several places.
13486
13487 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13488 ad-unadvise.
13489
13490 * international/latin1-disp.el: New file.
13491
13492 * calendar/cal-move.el (scroll-calendar-left)
13493 (scroll-calendar-right): Make arg optional (for active mode line).
13494
13495 * calendar/calendar.el (calendar-mode-line-format): Make fields
13496 mouse-sensitive.
13497 (calendar-read-date, calendar-read-date, calendar-window-list):
13498 Unquote lambda.
13499 (calendar-month-name): Use aref, not sref.
13500
13501 * view.el (minor-mode-alist): Propertize the string.
13502
13503 * international/characters.el (standard-case-table): Add entries
13504 for Greek.
13505
13506 2000-09-18 Miles Bader <miles@gnu.org>
13507
13508 * info.el (info-node, info-xref): Add dark-background variants.
13509
13510 * faces.el (header-line): Change defaults to be less confusing
13511 when mixed with mode-lines.
13512
13513 * info.el (Info-fontify-node): Make a few cleanups.
13514 Add extra `help-echo' and `local-map' props to node xrefs.
13515 Use header-specific faces for node-names & xrefs.
13516 (Info-use-header-line): New variable.
13517 (info-header-xref, info-header-node): New faces.
13518 (Info-setup-header-line): New function.
13519 (Info-select-node): Call Info-setup-header-line when enabled.
13520 (Info-extract-pointer): Work even if the header line is hidden.
13521 (Info-header-line): New variable.
13522
13523 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13524
13525 * vms-patch.el (print-region-function): Don't quote lambda.
13526
13527 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13528
13529 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13530 (lm-get-header-re): Allow spaces between the header and the colon.
13531 (lm-header): Allow $ in non-RCS headers.
13532 (lm-header-multiline): Put the strings back into order.
13533 Stop at an empty line. Don't require two space chars if the
13534 line is clearly not another header line.
13535
13536 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13537 (popup-menu-popup): Remove.
13538
13539 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13540
13541 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13542 specification if or if not tool-bar item contains an `:enabled'
13543 property.
13544
13545 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13546 current buffer has no file name.
13547
13548 2000-09-15 Dave Love <fx@gnu.org>
13549
13550 * strokes.el: Sync with maintainer's current version with changes
13551 for Emacs, but avoid runtime cl and levents.
13552 (toplevel): Change autoloads and compilation requires.
13553 (strokes-version, strokes-bug-address, strokes-lift): Values
13554 changed.
13555 (strokes-xpm-header, strokes-insinuated): New variable.
13556 (strokes): Add :link.
13557 (strokes-mode): Customized.
13558 (strokes-while-inhibiting-garbage-collector): New macro.
13559 (strokes-remassoc): Avoid remove-if.
13560 (strokes-fix-button2-command): Don't use ad-do-it.
13561 (strokes-insinuate): New function.
13562 (strokes-button-press-event-p, strokes-button-release-event-p):
13563 New functions, used instead of non-`strokes-' versions..
13564 (strokes-mouse-event-p): Rewritten.
13565 (strokes-event-closest-point): Avoid event-point.
13566 (strokes-get-grid-position): Avoid cdadr, caadr
13567 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13568 functions.
13569 (strokes-help): Use with-output-to-temp-buffer.
13570 (strokes-window-configuration-changed-p): New function.
13571 (strokes-update-window-configuration): Use buffer-live-p,
13572 strokes-window-configuration-changed-p.
13573 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13574 (strokes-char-face): New face.
13575 (strokes-char-table, strokes-base64-chars): New variable.
13576 (strokes-xpm-for-stroke, strokes-list-strokes)
13577 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13578 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13579 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13580 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13581 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13582 functions.
13583
13584 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13585
13586 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13587
13588 * image.el (create-image): Doc fix.
13589
13590 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13591 instead of `:heuristic-mask t'.
13592
13593 2000-09-14 Andrew Innes <andrewi@gnu.org>
13594
13595 * makefile.w32-in: Revert to Unix line endings.
13596
13597 2000-09-14 Andrew Innes <andrewi@gnu.org>
13598
13599 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13600 when installing.
13601
13602 * makefile.nt (DONTCOMPILE): Fix typo.
13603
13604 * shell.el (shell-write-history-on-exit): New function.
13605 (shell-dumb-shell-regexp): New custom variable.
13606 (shell-mode): Make shell-write-history-on-exit the process
13607 sentinel if shell name matches shell-dumb-shell-regexp.
13608
13609 * w32-fns.el: Comment out before-init-hook function which resets
13610 source-directory based; this breaks bootstrap.
13611
13612 2000-09-14 Dave Love <fx@gnu.org>
13613
13614 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13615 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13616 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13617 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13618 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13619 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13620 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13621 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
13622 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13623
13624 * toolbar/toolbar.el: New.
13625
13626 * subdirs.el: Add toolbar.
13627
13628 2000-09-14 Gerd Moellmann <gerd@gnu.org>
13629
13630 * indent.el (indent-for-tab-command): Doc fix.
13631
13632 2000-09-14 Alex Schroeder <alex@gnu.org>
13633
13634 * ansi-color.el (ansi-colors): Doc change.
13635 (ansi-color-get-face): Simplified regexp.
13636 (ansi-color-faces-vector): Added more faces, doc change.
13637 (ansi-color-names-vector): Doc change.
13638 (ansi-color-regexp): Simplified regexp.
13639 (ansi-color-parameter-regexp): New regexp.
13640 (ansi-color-filter-apply): Doc change.
13641 (ansi-color-filter-region): Doc change.
13642 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
13643 deal with zero length parameters.
13644 (ansi-color-apply-on-region): Doc change.
13645 (ansi-color-map): Doc change.
13646 (ansi-color-map-update): Removed debugging message.
13647 (ansi-color-get-face-1): Added condition-case to trap
13648 args-out-of-range errors.
13649 (ansi-color-get-face): Doc change.
13650 (ansi-color-make-face): Removed.
13651 (ansi-color-for-shell-mode): New option.
13652
13653 2000-09-13 Kenichi Handa <handa@etl.go.jp>
13654
13655 * international/quail.el (quail-start-translation): Translate KEY
13656 if necessary even if it doesn't have any mapping in the current
13657 input method.
13658 (quail-start-conversion): Likewise.
13659 (quail-help): The output message is improved.
13660
13661 2000-09-13 Miles Bader <miles@gnu.org>
13662
13663 * comint.el (comint-output-filter): Revert to using
13664 `insert-before-markers'. Add bletcherous hack to undo damage
13665 caused by `insert-before-markers'. Put `front-sticky' property on
13666 overlays created here so that the field code understands how the
13667 overlay works. Use a let when making comint-last-prompt-overlay,
13668 so that the code is easier to read.
13669
13670 2000-09-13 Dave Love <fx@gnu.org>
13671
13672 * wid-edit.el (widget-default-format-handler): DTRT when
13673 doc-property is a function.
13674
13675 2000-09-12 Francesco Potorti` <pot@gnu.org>
13676
13677 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
13678 filed name if it's not there.
13679
13680 2000-09-12 Dave Love <fx@gnu.org>
13681
13682 * simple.el (read-mail-command): Doc fix.
13683 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
13684
13685 * vc.el (vc-dired-listing-switches): Fix :version.
13686
13687 * vc-hooks.el: Doc fixes.
13688
13689 * subr.el (add-minor-mode): Use toggle-fun arg.
13690
13691 * speedbar.el: Add :version to several defcustoms.
13692
13693 * imenu.el (imenu--truncate-items, imenu--cleanup)
13694 (imenu--generic-function): Avoid mapcar.
13695 (imenu--replace-spaces): Function removed.
13696 (imenu--completion-buffer): Use subst-char-in-string.
13697 (imenu-add-to-menubar): Use keymap inheritance.
13698
13699 2000-09-12 Miles Bader <miles@gnu.org>
13700
13701 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
13702 (diff-mode-map): Bind `diff-test-hunk'.
13703 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
13704
13705 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13706
13707 * bytecomp.el (byte-compile-defvar): Undo last change
13708 because it breaks '(make-variable-buffer-local (defvar ...)'
13709 which is used at least in dired.
13710
13711 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13712
13713 * international/quail.el (quail-define-package): Docstring
13714 modified.
13715
13716 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13717
13718 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
13719 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
13720 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
13721 docstring of "chinese-py".
13722
13723 * international/quail.el (quail-translation-docstring): New
13724 variable.
13725 (quail-show-keyboard-layout): Docstring modified.
13726 (quail-select-current): Likewise.
13727 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
13728 infinite recursive call.
13729 (quail-help): Check quail-translation-docstring. Format of the
13730 output changed.
13731 (quail-help-insert-keymap-description): Adjusted for the above
13732 change.
13733
13734 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13735
13736 * bytecomp.el (byte-compile-defvar): Only cons onto
13737 current-load-list in top-level forms. Else this leaks a cons cell
13738 every time a defun is called.
13739
13740 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
13741
13742 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
13743 Now understands non-unified diffs. Some functionality moved into
13744 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
13745 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
13746 modify anything. Only reposition point in the patched file if the
13747 patch succeeds. Only pop up another window if POPUP is true.
13748 Emit a message describing what happened if successful, and at what
13749 line-offset. Automatically detect reversed hunks and do something
13750 appropriate.
13751 (diff-hunk-text, diff-find-text): New functions.
13752 (diff-filter-lines): Function removed.
13753 (diff-test-hunk): New function.
13754 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
13755
13756 2000-09-10 Dave Love <fx@gnu.org>
13757
13758 * textmodes/tildify.el: Minor doc/commentary fixes.
13759 (tildify) <defgroup>: Add :version.
13760
13761 * faces.el (face-x-resources): Make custom type more specific.
13762 (frame-background-mode): Use mapc.
13763 (region) <defcustom>: Add :version.
13764
13765 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
13766
13767 * vc-sccs.el (vc-sccs-register):
13768 * vc-rcs.el (vc-rcs-register):
13769 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
13770 * vc.el (vc-register): Clear file's properties.
13771
13772 2000-09-08 Gerd Moellmann <gerd@gnu.org>
13773
13774 * faces.el (face-spec-set): Only face-spec-reset-face when
13775 ATTRS is non-nil.
13776
13777 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13778
13779 * help.el (help-insert-xref-button): Fix a typo in doc string.
13780
13781 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
13782
13783 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13784 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
13785 methods.
13786
13787 * menu-bar.el (read-mail-item-name): New function.
13788 (menu-bar-tools-menu): Use it to compute and display the package
13789 used to read email.
13790 (menu-bar-tools-menu): Fix typo in GUD's help string.
13791
13792 2000-09-07 Dave Love <fx@gnu.org>
13793
13794 * diff-mode.el (diff-mouse-goto-source): New function.
13795
13796 * vc-sccs.el: Doc fixes.
13797 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
13798
13799 * vc-rcs.el: Doc fixes.
13800 (vc-rcs-register-switches, vc-rcs-checkin-switches)
13801 (vc-rcs-checkout-switches, vc-rcs-header)
13802 (vc-rcs-master-templates): Add or change :version.
13803
13804 * vc-cvs.el: Doc fixes.
13805 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
13806 (vc-cvs-stay-local): Add :version.
13807
13808 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
13809
13810 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13811
13812 * international/quail.el (quail-help): Fix previous change.
13813
13814 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13815
13816 * faces.el (color-values): Doc fix.
13817
13818 * faces.el (frame-set-background-mode): Use frame-parameter
13819 instead of frame-parameters.
13820
13821 * frame.el (filtered-frame-list): Reduce consing.
13822 (frames-on-display-list): Call frame-parameter instead of
13823 frame-parameters.
13824
13825 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13826
13827 * language/devan-util.el (devanagari-to-indian-region): In the
13828 loop, change the following char, not preceding char.
13829
13830 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13831
13832 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
13833 instead of frame-parameters.
13834
13835 * faces.el (set-face-attribute): Simplify by calling
13836 internal-set-lisp-face-attribute with FRAME being 0.
13837
13838 * vc.el: Remove `Id' version control keyword.
13839
13840 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13841
13842 * help.el (help-make-xrefs): Adjusted for the change of
13843 help-xref-mule-regexp.
13844 (help-insert-xref-button): New function.
13845
13846 * international/mule-cmds.el (help-xref-mule-regexp-template):
13847 Include the pattern for character set.
13848 (leim): New group.
13849
13850 * international/quail.el: Don't require face.
13851 (quail): New group.
13852 (quail-other-command): Dummy command to make quail-help work better.
13853 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
13854 (quail-keyboard-layout-substitution): New variable.
13855 (quail-update-keyboard-layout): New function.
13856 (quail-keyboard-layout-type): New customizable variable.
13857 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
13858 (quail-keyboard-translate): Pay attention to
13859 quail-keyboard-layout-substitution.
13860 (quail-insert-kbd-layout): New function.
13861 (quail-show-keyboard-layout): New function.
13862 (quail-get-translation): If the definition is a vector of length
13863 1, and the element is a string of length 1, return the character
13864 in that string.
13865 (quail-update-current-translations): Fix the case of
13866 relative-index out of range.
13867 (quail-build-decode-map, quail-insert-decode-map): New Functions.
13868 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
13869 Show key sequences for all available characters.
13870 (quail-help-insert-keymap-description): Don't show such verbose
13871 key bindings as quail-self-insert-command.
13872
13873 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13874 Format changed, and each element now have extra documentations.
13875 (tit-process-header): Delete invalid characters from TIT-PROMPT.
13876 Adjusted for the change of quail-cxterm-package-ext-info.
13877
13878 2000-09-06 Gerd Moellmann <gerd@gnu.org>
13879
13880 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
13881 requiring it leads to a recursive loading of vc.el and vc-hooks.el
13882 during bootstrap.
13883
13884 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13885
13886 * vc.el: (toplevel): Don't require `dired' at run-time.
13887 (vc-dired-resynch-file): Remove autoload cookie.
13888
13889 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13890
13891 * vc.el: Made several backend functions optional.
13892 (vc-default-responsible-p): New function.
13893 (vc-merge): Use RET for first version to trigger merge-news, not
13894 prefix arg.
13895 (vc-annotate): Handle backends that do not support annotation.
13896 (vc-default-merge-news): Removed. The existence of a merge-news
13897 implementation is now checked on caller sites.
13898
13899 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
13900 case.
13901
13902 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
13903 special case that has been removed from the default in vc-hooks.el.
13904
13905 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13906
13907 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
13908
13909 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13910
13911 * vc-hooks.el: Require vc during compilation.
13912 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
13913 macro `with-vc-properties' in vc.el.
13914 (vc-file-getprop): Doc fix.
13915 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
13916
13917 * vc.el: Require dired-aux during compilation.
13918 (vc-name-assoc-file): Moved to vc-sccs.el.
13919 (with-vc-properties): New macro.
13920 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
13921 vc-finish-steal): Use it.
13922 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
13923 to the backend-specific function is now supposed to do the checkout,
13924 too.
13925 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
13926
13927 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
13928 set file properties; that gets done in the generic code now.
13929
13930 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
13931 Changed parameter list, added code from vc.el that does the
13932 checkout, possibly with a double-take.
13933
13934 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
13935 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
13936 the above under the new name.
13937 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
13938 parameter list, added checkout command.
13939 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
13940 properties; that gets done in the generic code now.
13941
13942 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13943
13944 * vc.el: Docstring fixes (courtesy of checkdoc).
13945
13946 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13947
13948 * vc.el (vc-checkout-writable-buffer-hook)
13949 (vc-checkout-writable-buffer): Remove.
13950 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
13951 (vc-log-mode): Make it into a clean derived major mode.
13952 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
13953 vc-log-mode if log-edit is not available.
13954 (vc-dired-mode-map): Don't set-keymap-parent yet.
13955 (vc-dired-mode): Do set-keymap-parent here.
13956 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
13957
13958 2000-09-05 Gerd Moellmann <gerd@gnu.org>
13959
13960 * faces.el (set-face-attribute, face-spec-reset-face)
13961 (face-spec-set): Avoid consing by removing calls to `apply'.
13962
13963 * frame.el (frame-parameter): Move to C code.
13964
13965 2000-09-05 Dave Love <fx@gnu.org>
13966
13967 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
13968 insert-before-markers-and-inherit. Now checked systematically!
13969
13970 2000-09-05 Alex Schroeder <alex@gnu.org>
13971
13972 * sql.el (sql-postgres): Use sql-postgres-options.
13973 (sql-postgres-options): New variable.
13974
13975 2000-09-05 Alex Schroeder <alex@gnu.org>
13976
13977 * sql.el (sql-mode-menu): Work around missing variable mark-active
13978 in XEmacs.
13979 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
13980 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
13981 compatibility.
13982
13983 2000-09-04 Gerd Moellmann <gerd@gnu.org>
13984
13985 * vc.el (vc-dired-resynch-file): Add autoload cookie.
13986
13987 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
13988
13989 * Makefile.in (DONTCOMPILE): Fix typo in file name.
13990
13991 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13992
13993 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
13994 don't support anything else under SCCS yet.
13995
13996 * vc-hooks.el: Minor doc fixes.
13997
13998 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13999
14000 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14001 not necessary. If verbose in state `needs-patch', do the same as
14002 under `up-to-date'. When NOT verbose and `needs-patch', check out
14003 latest version instead of `merge-news'.
14004 (vc-next-action-dired): Don't mess with default-directory here; it
14005 breaks other parts of dired. It is the job of the
14006 backend-specific functions to adjust it temporarily if they need it.
14007 (vc-next-action): Remove a special CVS case.
14008 (vc-clear-headers): New optional arg FILE.
14009 (vc-checkin, vc-checkout): Set properties vc-state and
14010 vc-checkout-time properly.
14011 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14012 (vc-print-log): Use new backend function `show-log-entry'.
14013 (vc-cancel-version): Do the checks in a different order. Added a
14014 FIXME concerning RCS-only code.
14015
14016 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14017 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14018
14019 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14020
14021 * vc-hooks.el (vc-default-mode-line-string): Show state
14022 `needs-patch' as a `-' too.
14023
14024 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14025
14026 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14027 (vc-default-could-register): New function.
14028 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14029 (vc-resynch-buffer): Call vc-dired-resynch-file.
14030 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14031 vc-resynch-buffer instead of vc-resynch-window.
14032 (vc-next-action-dired): Don't redisplay here, that gets done as a
14033 result of the individual file operations.
14034 (vc-retrieve-snapshot): Corrected prompt order.
14035
14036 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14037
14038 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14039 as well.
14040 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14041 hostname regexps. Updated all callers.
14042 (vc-cvs-responsible-p): Handle directories as well.
14043 (vc-cvs-could-register): New function.
14044 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14045 properties up-to-date.
14046
14047 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14048 user whether to create one.
14049
14050 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14051
14052 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14053 check out a non-existing file.
14054
14055 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14056 workfile does not exist.
14057
14058 * vc.el (vc-version-diff): Use `require' to check for existence of
14059 diff-mode.
14060
14061 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14062
14063 * vc-cvs.el (vc-cvs-registered): Use new function
14064 vc-cvs-parse-entry to do the actual work.
14065
14066 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14067
14068 * vc-hooks.el (vc-find-backend-function): If function doesn't
14069 exist, return nil instead of error.
14070 (vc-call-backend): Doc fix.
14071
14072 * vc.el (vc-do-command): Doc fix.
14073 (vc-finish-logentry): When checking in from vc-dired, choose the
14074 right backend for logentry check.
14075 (vc-dired-mode-map): Inherit from dired-mode-map.
14076 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14077 simplified.
14078 (vc-dired-state-info): Removed, updated caller.
14079 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14080 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14081 (vc-dired-listing-switches): New variable.
14082 (vc-directory): Use it, instead of dired-listing-switches.
14083
14084 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14085 (vc-cvs-dir-state): New function.
14086 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14087 (vc-cvs-parse-entry): New function, also to be used in
14088 vc-cvs-registered.
14089
14090 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14091
14092 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14093 *or* single-window-frames.
14094
14095 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14096
14097 * vc.el (vc-update-changelog): Split into generic part and default
14098 implementation. Doc string adapted.
14099 (vc-default-update-changelog): New function. Call the `rcs2log'
14100 script in exec-directory, to fix a long-standing nuisance.
14101
14102 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14103 simply signals an error.
14104
14105 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14106
14107 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14108 control-flow more clear and to avoid running `cvs' twice.
14109
14110 * vc.el (vc-next-action-on-file): Doc fix.
14111 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14112 (vc-print-log): Eval `file' before constructing the continuation.
14113
14114 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14115
14116 * vc.el (vc-next-action-on-file): Corrected several messages.
14117 (vc-merge): Add prefix arg `merge-news'; handle it.
14118
14119 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14120 is not reached. It is.
14121 (vc-cvs-merge): Set state to 'edited after merge.
14122 (vc-cvs-merge-news): Set workfile version to nil if not known.
14123 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14124
14125 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14126 via stdout. (Merge from main line.)
14127
14128 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14129
14130 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14131 detection.
14132
14133 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14134
14135 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14136 against kill-all-local-variables.
14137 (vc-log-edit): Don't save vc-parent-buffer any more.
14138 (vc-last-comment-match): Initialize to an empty string.
14139 (vc-post-command-functions): New hook.
14140 (vc-do-command): Run it.
14141 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14142 (vc-finish-logentry): Only add the comment to the ring if it's
14143 different from the last comment entered.
14144 (vc-new-comment-index): New function.
14145 (vc-previous-comment): Use it. Make the minibuffer message
14146 slightly less terse.
14147 (vc-comment-search-reverse): Make it work forward as well. Don't
14148 set vc-comment-ring-index if no match is found. Use
14149 vc-new-comment-index.
14150 (vc-comment-search-forward): Use vc-comment-search-reverse.
14151 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14152 define-derived-mode will do it for us. Bind `v' to a keymap that
14153 inherits from vc-prefix-map so that we can bind `vt' without
14154 binding C-x v t.
14155 (vc-retrieve-snapshot): Parenthesis typo.
14156
14157 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14158 to 1. Make sure to switch to *vc* before looking for an error
14159 message. Use vc-parse-buffer.
14160
14161 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14162
14163 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14164 and NAME.
14165 (vc-retrieve-snapshot): Split into two parts.
14166 (vc-default-retrieve-snapshot): New function.
14167
14168 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14169 (vc-cvs-retrieve-snapshot): New function (untested).
14170 (vc-cvs-stay-local): Default to t.
14171 (vc-cvs-remote-p): New function and property.
14172 (vc-cvs-state): Stay local only if the above is t.
14173 (vc-handle-cvs): Removed.
14174 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14175 done via vc-handled-backends now.
14176 (vc-cvs-header): Escape Id.
14177
14178 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14179
14180 * vc.el (vc-do-command): Remove unused commands.
14181 (vc-version-diff): Make sure default-directory ends with a slash.
14182 Move the window commands into a vc-exec-after.
14183 (vc-print-log): Move more of the code into the `vc-exec-after'.
14184
14185 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14186
14187 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14188 (vc-print-log): Search current revision from beginning of buffer.
14189 (vc-revert-buffer): Clear echo area after the diff is finished.
14190 (vc-prefix-map): Removed definition of "t" for terse display in vc
14191 dired.
14192 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14193 definition of "vt" for terse display.
14194 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14195
14196 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14197
14198 * vc.el (vc-exec-after): Avoid caddr.
14199
14200 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14201
14202 * vc.el (vc-exec-after): New function.
14203 (vc-do-command): Use it to add a termination message for async
14204 procs.
14205 (vc-checkout): Try to handle a missing-backend situation.
14206 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14207 of a directory with a backend using async diffs.
14208 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14209 present.
14210
14211 * vc-sccs.el (vc-sccs-state-heuristic): Use
14212 file-ownership-preserved-p.
14213
14214 * vc-rcs.el (vc-rcs-state-heuristic): Use
14215 file-ownership-preserved-p.
14216 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14217
14218 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14219
14220 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14221 vc-do-command.
14222
14223 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14224 when there are no changes.
14225
14226 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14227
14228 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14229
14230 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14231
14232 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14233
14234 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14235
14236 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14237 the `fset' outside of the defvar so that it works even if
14238 vc-prefix-map was already defined.
14239 (vc-setup-buffer): New function, split out of vc-do-command.
14240 (vc-do-command): Allow BUFFER to be t to mean `just use the
14241 current buffer without any fuss'.
14242 (vc-version-diff): Change the `diff' backend operation to just put
14243 the diff in the current buffer without erasing it. Always use
14244 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14245 shrink-window-if-larger-than-buffer.
14246 (vc-print-log): Change the `print-log' backend operation to just
14247 put the log in the current buffer without erasing it. Protect
14248 shrink-window-if-larger-than-buffer.
14249 (vc-update-change-log): Fix setd typo.
14250
14251 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14252 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14253
14254 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14255 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14256 CMP.
14257
14258 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14259 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14260 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14261
14262 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14263
14264 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14265 not possible, use vc-BACKEND-workfile-unchanged-p.
14266 (vc-default-workfile-unchanged-p): New function. Delegates to a
14267 full vc-BACKEND-diff.
14268
14269 * vc-hooks.el (vc-simple-command): Removed.
14270
14271 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14272 instead of vc-simple-command.
14273 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14274 avoid doing a diff when opening a file.
14275 (vc-rcs-state): Added check for unlocked-changes.
14276 (vc-rcs-header): Escape Id.
14277 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14278 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14279 version.
14280
14281 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14282 (vc-sccs-diff): Remove optional arg CMP.
14283 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14284 SCCS-specific function.
14285
14286 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14287 vc-simple-command.
14288
14289 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14290
14291 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14292 (with-vc-file, vc-merge): Use vc-editable-p.
14293 (vc-do-command): Remove unused var vc-file and fix the
14294 doubly-defined `status' var. Add a user message when starting an
14295 async command.
14296 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14297 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14298 Use with-current-buffer.
14299 (vc-buffer-sync): Use unless.
14300 (vc-next-action-on-file): If the file is 'edited by read-only,
14301 make it read-write instead of trying to commit.
14302 (vc-version-diff, vc-update-change-log): Use `setq
14303 default-directory' rather than `cd'.
14304 (vc-log-edit): Don't forget to set default-directory in the
14305 buffer.
14306
14307 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14308 (vc-sccs-state-heuristic): Use file-writable-p instead of
14309 comparing userids.
14310 (vc-sccs-checkout): Use `unless'.
14311
14312 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14313 of comparing userids.
14314 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14315 Simplify the logic by eliminating unreachable code.
14316 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14317 just do a recursive call if we need to retry.
14318 (vc-rcs-checkout): Handle the case where rcs is missing by making
14319 the buffer read-write if requested and re-signalling the error.
14320
14321 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14322
14323 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14324
14325 * vc-hooks.el (vc-handled-backends): Docstring change.
14326 (vc-ignore-vc-files): Mark obsolete.
14327 (vc-registered): Check vc-ignore-vc-files.
14328 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14329 vc-ignore-vc-files.
14330
14331 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14332
14333 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14334
14335 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14336 files since ange-ftp already has vc-registered return nil.
14337
14338 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14339 (vc-sccs-workfile-version): Use with-temp-buffer and new
14340 vc-parse-buffer and don't bother setting the property.
14341 (vc-sccs-add-triple): Use with-current-buffer and
14342 find-file-noselect.
14343 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14344
14345 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14346 derives from the old vc-parse-buffer but uses the revision number
14347 rather than the date (much easier to compare robustly).
14348 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14349 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14350 locking-user more directly. Check strict locking and set
14351 checkout-model appropriately.
14352 (vc-rcs-parse-locks): Remove.
14353 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14354 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14355 (vc-rcs-system-release): Use with-current-buffer and
14356 vc-parse-buffer.
14357 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14358
14359 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14360 (vc-simple-command): Docstring fix.
14361 (vc-registered): Align the way the file-handler is called with the
14362 way the function itself works.
14363 (vc-file-owner): Remove.
14364
14365 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14366 extraction of fields and call to file-attributes because of a
14367 temporary bug in rcp.el.
14368 (vc-cvs-fetch-status): Use with-current-buffer.
14369
14370 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14371
14372 * vc.el (vc-do-command): Use file-relative-name.
14373 (vc-responsible-backend): Use vc-backend if possible.
14374 (vc-create-snapshot): Improve the `interactive' spec. Add support
14375 for branches and dispatch to backend-specific `create-snapshot'.
14376 (vc-default-create-snapshot): New function, containing the bulk of
14377 the old vc-create-snapshot.
14378 (vc-retrieve-snapshot): Improve the interactive spec.
14379
14380 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14381 (vc-backend-hook-functions): Remove.
14382 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14383 (vc-backend): Reintroduce the test for `file = nil' now that I
14384 know why it was there (and added a comment to better remember).
14385
14386 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14387 code from vc-sccs-hooks.el.
14388 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14389 'vc anymore.
14390 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14391 and file-directory-p instead of file-exists-p.
14392 (vc-sccs-check-headers): Simplify the regexp.
14393
14394 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14395 from vc-rcs-hooks.el. Don't require 'vc anymore.
14396 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14397 file-directory-p instead of file-exists-p.
14398
14399 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14400 from vc-cvs-hooks.el.
14401 (proto vc-cvs-registered): Require 'vc-cvs instead of
14402 'vc-cvs-hooks. Don't require 'vc anymore.
14403 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14404 file-directory-p instead of file-exists-p.
14405 (vc-cvs-create-snapshot): New function, replacing
14406 vc-cvs-assign-name.
14407 (vc-cvs-assign-name): Remove.
14408
14409 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14410
14411 * vc-cvs.el (vc-cvs-header): New var.
14412
14413 * vc-rcs.el (vc-rcs-exists): Remove.
14414 (vc-rcs-header): New var.
14415
14416 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14417 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14418 (vc-sccs-header): New var.
14419
14420 * vc.el (vc-do-command): Get rid of the `last' argument.
14421 (vc-header-alist): Remove, replaced by vc-X-header.
14422 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14423 (vc-dired-hook): Use expand-file-name instead of concat.
14424 (vc-directory): Use file-name-as-directory.
14425 (vc-snapshot-precondition, vc-create-snapshot)
14426 (vc-retrieve-snapshot): Allow the command to operate on any
14427 directory.
14428
14429 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14430 just removing the 'WORKFILE argument or by removing the 'MASTER
14431 argument and replacing `file' with (vc-name file).
14432
14433 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14434
14435 * vc.el: Update Copyright and add a crude list of backend funs.
14436 (vc-writable-p): New function.
14437 (with-vc-file): Use vc-writable-p.
14438 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14439 (vc-register): Avoid vc-name.
14440 (vc-locking-user): Remove.
14441 (vc-steal-lock): Make the `owner' arg non-optional.
14442 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14443 vc-checkout-model.
14444 (vc-default-dired-state-info): Use vc-state instead of
14445 vc-locking-user and return special strings for special states.
14446 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14447 and get rid of one of the special CVS cases.
14448 (vc-cancel-version): prettify error message with \\[...].
14449 (vc-rename-master): New function.
14450 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14451 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14452 the CVS special case generic.
14453 (vc-default-record-rename): Remove.
14454 (vc-file-tree-walk-internal): Only call FUNC for files that are
14455 under control of some VC backend and replace `concat' with
14456 expand-file-name.
14457 (vc-file-tree-walk): Update docstring.
14458 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14459 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14460
14461 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14462 vc-sccs-record-rename. Use `find-file-noselect' rather than
14463 `find-file' and call `vc-rename-master' to do the actual move.
14464 (vc-sccs-diff): Remove unused `backend' variable.
14465
14466 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14467 to delay loading of vc-sccs until it is really used.
14468 (vc-sccs-master-templates): Preload.
14469 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14470 (vc-sccs-project-dir): Remove (merged into
14471 vc-sccs-search-project-dir).
14472 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14473 rather than `concat', make sure it is preloaded and don't bother
14474 to check that the file actually exists.
14475 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14476 `locks' argument (use buffer's content instead) and eliminate n^2
14477 behavior.
14478
14479 * vc-rcs.el: Update Copyright.
14480 (vc-rcs-rename-file): New function.
14481 (vc-rcs-diff): Remove unused `backend' variable.
14482
14483 * vc-hooks.el: Update Copyright.
14484 (vc-backend): Don't accept a nil argument any more.
14485 (vc-up-to-date-p): Turn into a defsubst.
14486 (vc-possible-master): New function.
14487 (vc-check-master-templates): Use `vc-possible-master' and allow
14488 funs in vc-X-master-templates to return a non-existent file.
14489
14490 * vc-cvs.el: Update Copyright.
14491 (vc-cvs-diff): Remove unused `backend' variable.
14492 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14493
14494 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14495
14496 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14497
14498 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14499 since it can be called from vc-rcs.el.
14500 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14501
14502 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14503
14504 * vc.el (vc-version-diff): Expand file name read from the
14505 minibuffer. Handle the case when a previous version number can't
14506 be guessed. Give suitable messages when there were no differences
14507 found.
14508 (vc-clear-headers): Call backend-specific implementation, if one
14509 exists.
14510 (vc-cancel-version): Made error checks generic. When done, clear
14511 headers generically, too.
14512
14513 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14514 from vc-clear-headers in vc.el.
14515
14516 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14517 correctly.
14518 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14519 optional. Handle the case when it's not there.
14520
14521 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14522
14523 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14524
14525 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14526
14527 * vc-hooks.el (vc-loadup): Remove.
14528 (vc-find-backend-function): Use `require'. Also, handle the case
14529 where vc-BACKEND-hooks.el doesn't exist.
14530 (vc-call-backend): Cleanup.
14531
14532 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14533
14534 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14535 vc-rcs-grab-templates)
14536 (vc-rcs-registered): Remove. The default function works as well.
14537 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14538 vc-sccs-grab-templates)
14539 (vc-sccs-registered): Remove. The default function works as well.
14540
14541 * vc.el (vc-version-diff): Left out a vc- in call to
14542 vc-call-backend.
14543 (vc-default-dired-state-info, vc-default-record-rename)
14544 (vc-default-merge-news): Update for the new backend argument.
14545
14546 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14547 using the default function.
14548 (vc-call-backend): If calling the default function, pass it the
14549 backend as first argument. Update the docstring accordingly.
14550 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14551 for the new backend argument.
14552 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14553 (vc-find-backend-function): Use the new name.
14554 (vc-default-registered): New function.
14555
14556 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14557
14558 * vc.el (vc-merge): Use vc-find-backend-function.
14559
14560 * vc-hooks.el (vc-backend-functions): Remove.
14561 (vc-loadup): Don't setup 'vc-functions.
14562 (vc-find-backend-function): New function.
14563 (vc-call-backend): Use above fun and populate 'vc-functions
14564 lazily.
14565 (vc-backend-defines): Remove.
14566
14567 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14568
14569 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14570 Call vc-call-backend without the leading vc-.
14571 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14572 (vc-check-headers): Call vc-call-backend without the leading vc-.
14573 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14574 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14575 Call vc-call-backend without the leading vc-.
14576
14577 * vc-cvs.el (tail): Provide vc-cvs.
14578 * vc-sccs.el (tail): Provide vc-sccs.
14579 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14580
14581 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14582 (vc-make-backend-function, vc-call): Pass names without leading
14583 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14584 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14585 (vc-call-backend): Always try to load vc-X-hooks.
14586 (vc-registered): Remove vc- in call to vc-call-backend.
14587
14588 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14589
14590 * vc.el (vc-process-filter): New function.
14591 (vc-do-command): Setup `vc-process-filter' for the async process.
14592 (vc-maybe-resolve-conflicts): New function to reduce
14593 code-duplication. Additionally, it puts the buffer in
14594 `smerge-mode' if applicable.
14595 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14596 calling `merge-news'.
14597 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14598 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14599 interfacing to log-edit.el.
14600 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14601 log-edit is available.
14602 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14603
14604 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14605
14606 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14607 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14608 defvar and the initialization.
14609 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14610
14611 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14612 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14613
14614 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14615
14616 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14617
14618 * vc.el (vc-file-clear-masterprops): Removed.
14619 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14620 (vc-version-diff): Use buffer-size without argument.
14621 (vc-register): Heed vc-initial-comment.
14622
14623 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14624 default branch.
14625
14626 * vc-rcs.el (vc-rcs-register): Parse command output to find master
14627 file name and workfile version.
14628 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14629
14630 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14631 vc-file-clear-masterprops.
14632
14633 * vc-sccs.el (vc-sccs-checkout): Removed call to
14634 vc-file-clear-masterprops. If writable, set vc-state to 'edited
14635 rather than user login name.
14636
14637
14638 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14639
14640 * vc.el (vc-workfile-unchanged-p): Remove unused argument
14641 `want-differences-if-changed' and simplify.
14642 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
14643 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
14644 output (which is invalid for async vc-diff) to decide whether to
14645 do the revert silently or not.
14646
14647 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14648
14649 * vc-hooks.el (vc-loadup): Load files quietly.
14650 (vc-call-backend): Oops, brain fart.
14651
14652 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14653
14654 * vc-cvs.el (vc-cvs-state): Typo.
14655 (vc-cvs-merge-news): Return the status code rather than the error msg.
14656
14657 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14658
14659 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
14660 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
14661 vc-state or vc-up-to-date-p.
14662 (vc-merge): Use vc-backend-defines to check whether merging is
14663 possible. Set state to 'edited after successful merge.
14664
14665 * vc-hooks.el (vc-locking-user): If locked by the calling user,
14666 return that name. Redocumented.
14667
14668 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14669
14670 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
14671 new `vc-state' semantics.
14672 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
14673 'vc-locking-user to the current user.
14674 (vc-merge): Inline vc-backend-merge. Comment out code that I
14675 don't understand and hence can't adapt to the new `vc-state' and
14676 `vc-locking-user' semantics.
14677 (vc-backend-merge): Remove.
14678
14679 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
14680 rather than 'vc-locking-user.
14681
14682 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
14683
14684 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
14685 (vc-state): Don't use 'reserved any more. Just use the same
14686 convention as the one used for vc-<backend>-state where the
14687 locking user (as a string) is returned.
14688 (vc-locking-user): Update, based on the above convention. The
14689 'vc-locking-user property has disappeared.
14690 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
14691
14692 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
14693 with a heuristic one.
14694 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
14695 (vc-cvs-checkin): Do a trivial parse to set the state in case of
14696 error. That allows us to get to 'needs-merge even in the
14697 stay-local case. There's still no way to detect 'needs-patch in
14698 such a setup (or to force an update for that matter).
14699 (vc-cvs-logentry-check): Remove, the default works as well.
14700
14701 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14702
14703 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
14704
14705 * vc.el (vc-do-command): kill-all-local-variables, to reset any
14706 major-mode in which the buffer might have been put earlier. Use
14707 `remove' and `when'. Allow `okstatus' to be `async' and use
14708 `start-process' in this case.
14709 (vc-version-diff): Handle the case where the diff looks empty
14710 because of the use of an async process.
14711
14712 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14713
14714 * vc.el (vc-next-action-on-file): Removed optional parameter
14715 `simple'. Recompute state unconditionally.
14716 (vc-default-toggle-read-only): Removed.
14717
14718 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
14719 (vc-toggle-read-only): Undid prev change.
14720
14721 * vc-cvs.el (vc-cvs-stay-local): Renamed from
14722 vc-cvs-simple-toggle. Redocumented.
14723 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
14724 (vc-cvs-toggle-read-only): Removed.
14725
14726 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14727
14728 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
14729 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
14730 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
14731 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
14732 still is. So maybe it should be removed.
14733 (vc-head-version, vc-find-binary): Remove.
14734 (vc-recompute-state): Move from vc-hooks.el.
14735 (vc-next-action-on-file): Add a `simple' argument to allow
14736 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
14737 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
14738 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
14739 (vc-dired-mode-map): Properly defvar it.
14740 (vc-print-log): Call log-view-mode if available.
14741 (small-temporary-file-directory): defvar instead of use boundp.
14742 (vc-merge-news): Moved to vc-cvs.el.
14743 (vc-default-merge-news): New function.
14744
14745 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
14746 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
14747 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
14748 unknown `vc-latest-version' function. It should probably refer to
14749 vc-workfile-version or somesuch, but it's very unclear to me and I
14750 don't have SCCS to test things.
14751
14752 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
14753 (vc-sccs-state-heuristic): Fix typo.
14754 (vc-sccs-workfile-unchanged-p): Add missing argument.
14755
14756 * vc-rcs.el: Require vc and vc-rcs-hooks.
14757 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
14758 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
14759 (vc-release-greater-or-equal-p): Move from vc.
14760 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
14761 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
14762 (vc-rcs-checkout): Add a missing `new-version' argument in the
14763 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
14764
14765 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
14766 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
14767 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
14768 than the apparently unbound `workfile-version'.
14769
14770 * vc-hooks.el (vc-master-templates): Def the obsolete var.
14771 (vc-file-prop-obarray): Use `make-vector'.
14772 (vc-backend-functions): Add new hookable functions
14773 vc-toggle-read-only, vc-record-rename and vc-merge-news.
14774 (vc-loadup): If neither backend nor default functions exist, use
14775 the backend function rather than nil.
14776 (vc-call-backend): If the function if not bound yet, try to load
14777 the non-hook file to see if it provides it.
14778 (vc-call): New macro plus use it wherever possible.
14779 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
14780 nor `vc-find-binary' since it's only called from
14781 vc-mistrust-permission which is only used once the backend is known.
14782 (vc-checkout-model): Fix parenthesis.
14783 (vc-recompute-state, vc-prefix-map): Move to vc.el.
14784
14785 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
14786 (vc-cvs-release, vc-cvs-system-release): Remove.
14787 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
14788 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
14789 status symbols.
14790 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
14791 (vc-cvs-toggle-read-only): First cut at a function to allow a
14792 cvs-status-free vc-toggle-read-only.
14793 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
14794 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
14795 vc-cvs-status. Also set vc-state rather than vc-locking-user.
14796 (vc-cvs-checkout): Modify access rights directly if the user
14797 requested not to use `cvs edit'. And refresh the mode line.
14798
14799 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
14800 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
14801
14802 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14803
14804 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
14805 workfile' that got lost when the code was extracted from vc.el.
14806 And merged the tail with the rest of the code (not possible in the
14807 old vc.el where the tail was shared among all backends). And
14808 explicitly set the state to 'edited if `writable' is set.
14809
14810 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
14811 (vc-cvs-state): Be careful to return the value from
14812 vc-cvs-parse-state.
14813 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
14814 property but return it instead. Also be careful to handle a nil
14815 or "" `rev' when workfile is non-nil (it was handled properly when
14816 workfile was nil).
14817
14818 * vc.el: Removed those pesky unnecessary `(function' quotes.
14819 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
14820 directly in the defvar.
14821 (vc-do-command): Bind inhibit-read-only so as to properly handle
14822 the case where the destination buffer has been made read-only.
14823 (vc-diff): Delegate to vc-version-diff in all cases.
14824 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
14825 (vc-annotate-mode-variables): Removed (code moved partly to
14826 defvars and partly to vc-annotate-add-menu).
14827 (vc-annotate-mode): Turned into a derived-mode.
14828 (vc-annotate-add-menu): Moved in code in
14829 vc-annotate-mode-variables.
14830 (vc-update-change-log): Use make-temp-file if available.
14831
14832 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
14833
14834 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
14835 `vc-checkout-model' updated to `vc-cvs-update-model'.
14836
14837 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14838
14839 * vc.el (vc-next-action-on-file): Added handling of state
14840 `unlocked-changes'.
14841 (vc-checkout-carefully): Is now practically obsolete, unless the
14842 above is too slow to be enabled unconditionally.
14843 (vc-update-change-log): Fixed typo.
14844
14845 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
14846
14847 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
14848 Now handles state `unlocked-changes'.
14849 (vc-sccs-workfile-unchanged-p): New function, to support the above.
14850
14851 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
14852
14853 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
14854 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
14855 `unlocked-changes'.
14856 (vc-rcs-workfile-unchanged-p): Renamed from
14857 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
14858 function yet, but supposed to become one soon.
14859
14860 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
14861 `vc-steal-lock'.
14862 (vc-call-backend): Changed error message.
14863 (vc-state): Added description of state `unlocked-changes'.
14864
14865 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14866
14867 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
14868 always return t in CVS-controlled directories.
14869
14870 * vc.el (vc-responsible-backend): New function.
14871 (vc-register): Largely rewritten.
14872 (vc-admin): Removed (implementation moved into vc-register).
14873 (vc-checkin): Redocumented.
14874 (vc-finish-logentry): If no backend defined yet (because we are in
14875 the process of registering), use the responsible backend.
14876
14877 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14878 Updated function lists.
14879 (vc-call-backend): Fixed typo.
14880
14881 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
14882 New functions.
14883 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
14884 Removed query option. Redocumented.
14885
14886 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14887
14888 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
14889
14890 * vc.el: Updated callers of `vc-checkout-required' to use
14891 `vc-checkout-model'.
14892
14893 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14894
14895 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
14896 stuff updated to reference this function instead of the old
14897 `vc-backend-release-p'.
14898
14899 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14900
14901 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
14902 vc-checkout-model. Return appropriate values. Updated callers.
14903
14904 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14905
14906 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
14907 (vc-backend-revert): Function moved into `vc-revert';
14908 `vc-next-action' must be updated to accomodate this change.
14909 (vc-backend-steal): Function moved into `vc-finish-steal'.
14910 (vc-backend-logentry-check): Function moved into
14911 `vc-finish-logentry'.
14912 (vc-backend-printlog): Function moved into `vc-print-log'.
14913 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
14914 (vc-backend-assign-name): Function moved into
14915 `vc-create-snapshot'.
14916
14917 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14918
14919 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
14920 Rename to vc-checkout-model. Return appropriate values.
14921 Update callers.
14922
14923 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
14924 to vc-checkout-model.
14925 (vc-checkout-required): Rename to vc-checkout-model.
14926 Re-implement and re-comment.
14927 (vc-after-save): Use vc-checkout-model.
14928
14929 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14930
14931 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
14932 Update to use the vc-BACKEND-diff functions instead.
14933 `vc-diff' is now working.
14934
14935 * vc-rcs.el (vc-rcs-logentry-check): New function.
14936
14937 * vc-cvs.el (vc-cvs-logentry-check): New function.
14938
14939 * vc-sccs.el (vc-sccs-diff): Function changed name from
14940 `vc-backend-diff'. This makes `vc-diff' work.
14941
14942 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
14943 of functions possibly implemented in a vc-BACKEND library.
14944 (vc-checkout-required): Fix bug that caused an error to be
14945 signaled during `vc-after-save'.
14946
14947 * vc.el: Fix typo.
14948 This checkin is made with our new VC code base for the very first time.
14949 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
14950
14951 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
14952 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
14953
14954 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
14955 updated to `vc-uses-locking'.
14956 (vc-checkout-required): Call to backend function.
14957 `vc-checkout-required' updated to `vc-uses-locking' instead.
14958
14959 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
14960 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
14961
14962 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
14963 to match the split into various backends.
14964 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
14965 (vc-retrieve-snapshot): Bug fix.
14966
14967 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14968
14969 * vc-sccs.el (vc-sccs-release): Doc fix.
14970
14971 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14972
14973 * vc.el (vc-next-action-on-file): Bug found and fixed.
14974 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
14975 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
14976
14977 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
14978 (vc-rcs-checkout): Name space cleaned up. No more revision number
14979 crunching function names that are not prefixed with vc-rcs.
14980 (vc-rcs-checkout-model): Function added. References to
14981 `vc-checkout-model' replaced.
14982
14983 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14984
14985 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
14986 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
14987 still need to be split, and implemented for RCS).
14988
14989 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14990
14991 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
14992
14993 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
14994 required by the vc.el file.
14995
14996 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
14997 required by the vc.el file.
14998 (vc-rcs-exists): Function added.
14999
15000 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15001 required by the vc.el file.
15002
15003 * vc.el (vc-admin): Updated to handle selection of appropriate
15004 backend. Current implementation is crufty and need re-thinking.
15005
15006 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15007
15008 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15009
15010 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15011 beginning of annotate buffers correctly.
15012
15013 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15014 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15015 functionality updated quite a lot to support multiple backends.
15016 Variables `vc-annotate-mode', `vc-annotate-buffers',
15017 `vc-annotate-backend' added.
15018
15019 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15020 `vc-annotate-difference' added to supported backend functions.
15021
15022 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15023
15024 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15025 Use with-temp-file instead of /bin/sh. Merged from mainline
15026
15027 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15028
15029 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15030
15031 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15032
15033 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15034
15035 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15036
15037 * vc-hooks.el: vc-state-heuristic added to
15038 vc-backend-hook-functions.
15039
15040 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15041
15042 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15043
15044 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15045 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15046 state to `reserved'.
15047
15048 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15049 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15050
15051 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15052
15053 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15054 untouched.
15055
15056 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15057
15058 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15059 if defined. (Merged from main line, slightly adapted.)
15060
15061 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15062 millenium problem (merged from mainline).
15063
15064 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15065
15066 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15067 part and moved the non-BACKEND stuff to vc.el.
15068
15069 * vc.el: Split the annotate feature into a BACKEND specific part
15070 and moved it from the vc-cvs.el file to this one.
15071
15072 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15073
15074 * vc-hooks.el: Implement new state model.
15075 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15076 (vc-locking-user): Simplify. Now only needed if the file is
15077 locked by somebody else.
15078 (vc-lock-from-permissions): Remove. Functionality is in
15079 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15080 (vc-mode-line-string): New name for former vc-status. Adapted.
15081 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15082
15083 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15084 Various simplifications and adaptations all over the place.
15085
15086 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15087 Simplify and adapt the rest.
15088
15089 * vc.el (vc-resynch-window): Add TODO comment: check for
15090 interaction with view mode according to recent RCS change.
15091 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15092
15093 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15094
15095 * vc.el: Convert the remaining function comments to docstrings.
15096
15097 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15098
15099 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15100 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15101 (vc-minor-part, vc-previous-version): Functions that operate and
15102 compare revision numbers got proper documentation. Comments added
15103 about their possible removal.
15104
15105 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15106
15107 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15108 the vc-backend.el files.
15109
15110 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15111
15112 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15113 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15114 (vc-rcs-previous-version): Functions added.
15115
15116 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15117
15118 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15119
15120 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15121
15122 * vc-hooks.el (vc-master-templates): Is really obsolete.
15123 Comment out the definition for now. What is the right procedure
15124 to get rid of it?
15125 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15126 rewritten.
15127 (vc-default-registered): Remove.
15128 (vc-check-master-templates): New function; does mostly what the
15129 above did before.
15130 (vc-locking-user): Don't rely on the backend to set the property.
15131
15132 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15133 Rewrite documentation.
15134 (vc-rcs-templates-grabbed): New variable.
15135 (vc-rcs-grab-templates): New function.
15136 (vc-rcs-registered): Rewrite to use above mechanism.
15137
15138 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15139 Rewrite documentation.
15140 (vc-sccs-templates-grabbed): New variable.
15141 (vc-sccs-grab-templates): New function.
15142 (vc-sccs-registered): Rewrite to use above mechanism.
15143 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15144 Don't throw the result, simply return it.
15145
15146 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15147 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15148 (vc-cvs-registered): Does the check itself now. Simplify.
15149
15150 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15151 from main line.
15152
15153 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15154
15155 * vc-cvs.el (vc-cvs-diff): New function.
15156
15157 * vc-sccs.el (vc-sccs-diff): New function.
15158
15159 * vc-rcs.el (vc-rcs-diff): New function.
15160 (vc-rcs-checkout): Bug (typo) found and fixed.
15161 (vc-rcs-register-switches): New variable.
15162
15163 * vc.el (vc-backend-diff): Function removed and placed in the
15164 backend files.
15165
15166 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15167
15168 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15169
15170 * vc.el (vc-backend-checkout): Function removed and replaced in
15171 the vc-backend.el files.
15172
15173 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15174
15175 * vc.el (vc-backend-admin): Removed and replaced in the
15176 vc-backend.el files.
15177
15178 * vc.el (Martin): Removed all the annotate functionality since it
15179 is CVS backend specific.
15180
15181 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15182
15183 * spec.txt: Added specification of vc-state.
15184
15185 * vc-sccs-hooks.el (vc-sccs-master-properties):
15186 Remove handling of vc-latest-version and
15187 vc-your-latest-version. What used to be vc-latest-version, is now
15188 returned as vc-workfile-version.
15189 (vc-sccs-workfile-version): Adapt.
15190
15191 2000-09-04 Dave Love <fx@gnu.org>
15192
15193 * vc.el: [Merged from mainline.]
15194 (vc-dired-mode): Make the dired-move-to-filename-regexp
15195 regexp match the date, to avoid treating date as file size.
15196 Add YYYY S option to WESTERN/
15197
15198 2000-09-04 Dave Love <fx@gnu.org>
15199
15200 * vc.el: Require `compile' when compiling.
15201 (vc-logentry-check-hook): New option.
15202 (vc-steal-lock): Use compose-mail.
15203 (vc-dired-mode-map): Defvar when compiling.
15204 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15205 vc-sccs.el and renamed. Callers changed.
15206 (vc-backend-checkout, vc-backend-logentry-check)
15207 (vc-backend-merge-news): Doc fix.
15208 (vc-default-logentry-check): New function.
15209 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15210 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15211 (vc-backend-merge): Doc fix. Use backend functions.
15212 (vc-check-headers): Use backend functions.
15213
15214 * vc-cvs.el: Require vc when compiling.
15215 (vc-cvs-register-switches): Doc fix.
15216 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15217 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15218 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15219 New functions (code from vc.el).
15220 (vc-annotate-display-default): Fix interactive spec.
15221 (vc-annotate-time-span): Doc fix.
15222
15223 * vc-rcs.el: Require vc when compiling.
15224 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15225 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15226 (vc-rcs-checkin): New functions (code from vc.el).
15227 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15228 Doc fix.
15229 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15230
15231 * vc-sccs.el: Require vc when compiling.
15232 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15233 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15234 (vc-sccs-revert)
15235 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15236 from vc.el).
15237 (vc-sccs-add-triple, vc-sccs-record-rename)
15238 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15239 (vc-sccs-admin): Doc fix.
15240
15241 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15242
15243 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15244 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15245 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15246 from vc.el.
15247
15248 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15249
15250 * vc-cvs.el: Moved the annotate functionality from vc.el.
15251 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15252
15253 2000-09-04 Dave Love <fx@gnu.org>
15254
15255 * vc.el (vc-backend-release): Call vc-system-release.
15256
15257 * vc-sccs.el (vc-sccs-system-release):
15258 Renamed from vc-sccs-backend-release.
15259
15260 * vc-rcs.el (vc-rcs-system-release):
15261 Renamed from vc-rcs-backend-release.
15262
15263 * vc-cvs.el (vc-cvs-system-release):
15264 Renamed from vc-cvs-backend-release.
15265
15266 2000-09-04 Dave Love <fx@gnu.org>
15267
15268 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15269 backend files.
15270 (vc-backend-release): Dispatch to backend functions.
15271 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15272 probably needs attention.]
15273
15274 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15275 (vc-sccs-backend-release): New function.
15276
15277 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15278 (vc-cvs-backend-release): New function.
15279
15280 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15281 Doc fix.
15282 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15283 (vc-default-dired-state-info): New function.
15284 (vc-dired-state-info): Dispatch to backends.
15285 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15286
15287 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15288 from vc.el and renamed.
15289
15290 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15291
15292 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15293 (vc-version-other-window, vc-backend-assign-name): Removed
15294 references to vc-latest-version; sometimes changed into
15295 vc-workfile-version.
15296
15297 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15298 vc-rcs-master-workfile-version.
15299 (vc-rcs-workfile-version): Use the above. Don't call
15300 vc-latest-version (that was unreachable code, anyway).
15301 (vc-rcs-fetch-master-properties): Doc fix.
15302
15303 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15304 (vc-backend-hook-functions): Removed them from this list, too.
15305 (vc-fetch-properties): Removed.
15306 (vc-workfile-version): Doc fix.
15307
15308 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15309 (vc-rcs-workfile-version, vc-rcs-locking-user)
15310 (vc-rcs-uses-locking): Use it.
15311
15312 * vc-hooks.el (vc-consult-rcs-headers):
15313 Moved into vc-rcs-hooks.el, under the name
15314 vc-rcs-consult-headers.
15315
15316 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15317 headers.
15318 (vc-cvs-find-master): Use this name only; correct different
15319 versions of the name.
15320
15321 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15322 New functions.
15323 (vc-sccs-locking-user): Use the latter.
15324
15325 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15326 New functions.
15327
15328 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15329 Moved into both
15330 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15331 functions are implementation details of those two backends.
15332
15333 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15334
15335 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15336 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15337
15338 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15339 (vc-sccs-parse-locks): SCCS-specific code moved here from
15340 vc-hooks.
15341
15342 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15343 code moved here from vc-hooks.
15344
15345 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15346 into back-end specific parts and removed. Callers not updated
15347 yet; because I guess these callers will disappear into back-end
15348 specific files anyway.
15349
15350 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15351
15352 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15353 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15354 `vc-uses-locking'.
15355
15356 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15357 Store yes/no in the property, and return t/nil. Updated all
15358 callers.
15359
15360 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15361 vc-sccs-uses-locking. Don't set property.
15362 (vc-sccs-locking-user): Don't set property.
15363
15364 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15365 vc-cvs-uses-locking. Don't set property here; leave that to
15366 vc-hooks.
15367 (vc-cvs-locking-user): Reflect above change. Streamlined.
15368
15369 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15370 vc-rcs-uses-locking.
15371 (vc-rcs-locking-user): Reflect above change.
15372
15373 2000-09-04 Dave Love <fx@gnu.org>
15374
15375 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15376
15377 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15378
15379 * vc-hooks.el (vc-checkout-model): Punt to backends.
15380
15381 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15382
15383 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15384
15385 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15386 New functions.
15387
15388 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15389 New functions.
15390
15391 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15392 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15393
15394 * vc-hooks.el (vc-default-locking-user): New function.
15395 (vc-locking-user, vc-workfile-version): Punt to backends.
15396
15397 2000-09-04 Dave Love <fx@gnu.org>
15398
15399 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15400 (vc-master-workfile-version): Moved from vc-hooks.
15401
15402 * vc-rcs-hooks.el: Fix duplicate code in last change.
15403
15404 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15405 (vc-rcs-master-templates): Improve :type.
15406 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15407 vc-master-workfile-version): Moved from vc-hooks.
15408
15409 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15410 (vc-sccs-master-templates): Improve :type.
15411 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15412
15413 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15414
15415 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15416 (vc-cvs-master-templates): Improve :type. Use
15417 vc-cvs-find-cvs-master.
15418 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15419 from vc-hooks.
15420 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15421
15422 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15423 Moved to vc-cvs-hooks.
15424
15425 * vc-hooks.el: Add doc strings in various places. Simplify the
15426 minor mode setup.
15427 (vc-handled-backends): New user variable.
15428 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15429 simplification.
15430
15431 2000-09-04 Dave Love <fx@gnu.org>
15432
15433 * vc.el: Some doc fixes for autoloaded and interactive functions.
15434 Fix compilation warnings from ediff stuff.
15435 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15436
15437 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15438
15439 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15440
15441 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15442
15443 2000-09-04 Dave Love <fx@gnu.org>
15444
15445 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15446 New variable.
15447 (vc-make-backend-function, vc-loadup, vc-call-backend)
15448 (vc-backend-defines): New functions.
15449
15450 * vc-hooks.el: Various doc fixes.
15451 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15452 (vc-match-substring): Function removed. Callers changed to use
15453 match-string.
15454 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15455 Simplify.
15456
15457 2000-09-04 Dave Love <fx@gnu.org>
15458
15459 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15460 type.
15461 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15462 (vc-sccs-registered): Doc fix.
15463
15464 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15465 (vc-cvs-registered): Doc fix.
15466
15467 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15468 (vc-rcs-registered): Doc fix.
15469
15470 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15471
15472 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15473
15474 * vc-hooks.el: vc-registered has been renamed
15475 vc-default-registered. Some functions have been moved to the
15476 backend specific files. they all support the
15477 vc-BACKEND-registered functions.
15478
15479 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15480
15481 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15482
15483 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15484
15485 2000-09-04 Dave Love <fx@gnu.org>
15486
15487 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15488 menu-bar-update-hook.
15489
15490 * help.el (help-manyarg-func-alist): Add
15491 find-operation-coding-system.
15492
15493 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15494
15495 * custom.el (custom-set-variables): Print message about errors in
15496 setting.
15497
15498 2000-09-03 Andrew Innes <andrewi@gnu.org>
15499
15500 * makefile.w32-in: Change to DOS line endings.
15501
15502 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15503
15504 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15505 minor-mode keymaps, if they don't have one.
15506
15507 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15508
15509 * eshell/esh-module.el (eval-when-compile): Don't lose if
15510 esh-module.el's file name is truncated to DOS 8+3 limits.
15511
15512 2000-09-01 John Wiegley <johnw@gnu.org>
15513
15514 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15515 predicate, which caused entries in the completion list to be
15516 doubled.
15517
15518 2000-08-30 John Wiegley <johnw@gnu.org>
15519
15520 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15521 sending to subprocesses. Also, hook pre-command-hook if
15522 `eshell-send-direct-to-subprocesses' is non-nil.
15523 (eshell-send-direct-to-subprocesses): New config variable. If t,
15524 subprocess input is send immediately.
15525 (eshell-toggle-direct-send): New function.
15526 (eshell-self-insert-command): New function.
15527 (eshell-intercept-commands): New function.
15528 (eshell-send-input): If direct subprocess sending is enabled,
15529 don't echo any input to the Eshell buffer. Let the subprocess
15530 handle that. This requires "stty echo" in bash, for example.
15531
15532 2000-08-28 John Wiegley <johnw@gnu.org>
15533
15534 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15535 completion function for Eshell's implementation of `unset'.
15536
15537 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15538
15539 * info.el (Info-directory-list): Doc fix.
15540
15541 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15542
15543 * filecache.el (file-cache-add-directory-using-find): Don't quote
15544 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15545
15546 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15547
15548 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15549 coding systems.
15550
15551 2000-08-30 Andrew Innes <andrewi@gnu.org>
15552
15553 * timer.el (run-with-idle-timer): Undo last change, so that timer
15554 is not activated immediately if Emacs is already idle. Some
15555 existing code relies on this behaviour.
15556
15557 2000-08-30 Miles Bader <miles@gnu.org>
15558
15559 * frame.el (set-frame-font): Do completion of font-name for
15560 interactive use.
15561
15562 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15563
15564 * international/quail.el (quail-start-translation): Bind locally
15565 last-command-event, last-command, and this-command.
15566 (quail-start-conversion): Likewise.
15567 (quail-self-insert-command): Fix docstring.
15568
15569 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15570
15571 * progmodes/executable.el
15572 (executable-make-buffer-file-executable-if-script-p): Check that
15573 buffer contains at least 2 characters.
15574
15575 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15576
15577 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15578
15579 2000-08-29 Dave Love <fx@gnu.org>
15580
15581 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15582 (diff-mode-shared-map): Bind mouse-2.
15583 (diff-imenu-generic-expression): New variable.
15584 (diff-mode): Use it.
15585
15586 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15587 (mouse-popup-menubar): Add minor mode menus.
15588 (popup-menu): Check for lookup-key returning number.
15589
15590 2000-08-29 Miles Bader <miles@gnu.org>
15591
15592 * comint.el (comint-send-input): Create overlays using the proper
15593 front/read-advance arguments.
15594
15595 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15596
15597 * ps-print.el: Even/odd pages printing. Doc fix.
15598 (ps-print-version): New version number (6.0).
15599 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15600 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15601 (ps-print-duplex-feature): Variable eliminated.
15602 (ps-even-or-odd-pages): New variable.
15603
15604 * progmodes/ebnf2ps.el: Doc fix.
15605 (ebnf-version): New version (3.3).
15606 (ebnf-user-arrow): Change variable customization to sexp.
15607 (ebnf-user-arrow): Function eliminated.
15608 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15609
15610 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15611
15612 * help.el (help-xref-mule-regexp): New variable.
15613 (help-make-xrefs): Handle help-xref-mule-regexp.
15614
15615 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15616 variable.
15617 (describe-input-method): Temporarily activate the specfied input
15618 method to display the information.
15619 (describe-language-environment): Hyperlinks to mule related items.
15620
15621 * international/mule-diag.el (charset-multibyte-form-string): New
15622 function.
15623 (list-character-sets-1): Use charset-multibyte-form-string.
15624 (describe-character-set): New function.
15625 (describe-coding-system): Hyperlinks to safe character sets.
15626
15627 * international/quail.el (quail-help): New arg PACKAGE.
15628 Hyperlinks to mule related items.
15629 (quail-help-insert-keymap-description): Use
15630 substitute-command-keys instead of describe-bindings.
15631 (quail-translation-help): Hyperlinks to mule related items.
15632
15633 2000-08-28 John Wiegley <johnw@gnu.org>
15634
15635 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
15636 have a defsubst call itself. Made `eshell-flatten-list' back into
15637 a function again.
15638
15639 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
15640 catch, in case re-centering point at bottom messes up the display.
15641 This happens frequently in Emacs 21, due I believe to variable
15642 line heights.
15643
15644 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
15645 to call `find-tag-interactive'.
15646
15647 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
15648 the list of remember directories.
15649
15650 2000-08-28 John Wiegley <johnw@gnu.org>
15651
15652 * align.el: Test align-region-separate to see if it's a symbol.
15653
15654 2000-08-28 John Wiegley <johnw@gnu.org>
15655
15656 * eshell/esh-util.el (eshell-flatten-list): Made this function
15657 into a defsubst form. It gets used very frequently, although
15658 calls don't occur all that often.
15659
15660 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
15661 examining it.
15662
15663 * eshell/esh-cmd.el (eshell-rewrite-while-command):
15664 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
15665 `eshell-protect'.
15666 (eshell-copy-handles): Created a new macro for duplicating the
15667 current set of open handles. This is needed by the looping
15668 functions.
15669 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
15670 is not incorrectly stomped on.
15671
15672 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
15673 declaration for pcomplete-use-paring.
15674 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
15675 value of eshell-cmpl-use-paring.
15676 * pcomplete.el (pcomplete-use-paring): New config variable, to
15677 indicate whether paring should be used.
15678 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
15679 completion alternatives that have already been used.
15680
15681 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
15682 bound to C-c C-y, which will repeat the previous N arguments
15683 (based on prefix argument).
15684 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
15685
15686 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
15687 if there is no *Help* buffer. This is for XEmacs, which renames
15688 its help buffers uniquely. TODO: Find out what the current buffer
15689 name to delete is.
15690
15691 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
15692 first entry that correlates to a passwd/group number. Later
15693 entries (used for group/user name aliasing to multiple IDs) are
15694 ignored.
15695
15696 * eshell/em-xtra.el (eshell/expr):
15697 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
15698 (eshell-grep, eshell/diff, eshell/locate):
15699 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
15700 argument list, before passing it to the system command.
15701
15702 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
15703 `find-tag' for use at final position in Eshell buffers (which
15704 otherwise triggers an error on Emacs 21).
15705 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
15706 buffer, if it is currently bound to `find-tag'.
15707
15708 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
15709 in the list of matched Makefile names.
15710 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
15711 directory, prefer its contents to Makefile.
15712
15713 * eshell/em-dirs.el (eshell/cd): cd commands that look up
15714 directory parts (like "cd old new", or "cd =regexp"), are now case
15715 sensitive on non-Windows/DOS platforms.
15716
15717 * eshell/esh-mode.el (eshell-parse-command-input): When a user
15718 types RET after an open delimiter (like "), display a message
15719 indicating that Eshell is waiting for the closing delimiter.
15720
15721 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
15722 environment variables.
15723
15724 * eshell/em-unix.el (eshell/diff): Added logic to fail more
15725 gracefully if the user enters incorrect arguments.
15726
15727 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
15728 Eshell buffers.
15729
15730 * eshell/esh-var.el (eshell-interpolate-variable):
15731 * eshell/esh-mode.el (eshell-move-argument):
15732 * eshell/em-unix.el (eshell-du-sum-directory):
15733 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15734 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
15735 (not (= ...)).
15736
15737 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
15738 to ensure the `preserve' flag gets propagated when doing recursive
15739 directory copies.
15740
15741 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
15742
15743 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
15744 Don't convert \n into \0177 in memory.
15745 (eshell-read-history, eshell-write-history): Convert \n to \0177,
15746 and back again, when reading and writing.
15747
15748 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
15749
15750 * eshell/esh-util.el (eshell-processp): Added to relieve constant
15751 testing of `fboundp' on `processp'.
15752
15753 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
15754 (eshell/jobs): Don't call process-list if it is not bound.
15755 (eshell-gather-process-output): Support systems where async
15756 subprocesses aren't supported.
15757 (eshell-scratch-buffer, eshell-last-sync-output-start): New
15758 variables.
15759
15760 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
15761 eshell-do-eval returns t.
15762 (eshell-do-pipelines-synchronously): New defmacro.
15763 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
15764 when async subprocesses aren't supported.
15765 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
15766 if async subprocesses aren't supported.
15767 (eshell-resume-command): Don't assume STATUS is a string.
15768
15769 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
15770
15771 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
15772 (eshell-close-target, eshell-get-target): Use eshell-processp.
15773 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
15774 fix.
15775 (eshell-get-target, eshell-create-handles): Doc fix.
15776
15777 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
15778
15779 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
15780 criterion to include commands that output something, as long as it
15781 leaves both the command and the end-of-buffer visible when the
15782 command has exited.
15783 (eshell-review-quick-commands): Adjust the help doc string
15784 accordingly.
15785
15786 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
15787
15788 * locate.el (locate): Cleaned up locate command's interactive prompting
15789 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
15790
15791 * filecache.el (file-cache-case-fold-search): New variable
15792 (file-cache-assoc-function): New variable
15793 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
15794 Use file-cache-case-fold-search variable
15795 (file-cache-add-file): Use file-cache-assoc-function
15796 (file-cache-delete-file): likewise
15797 (file-cache-directory-name): likewise
15798 (file-cache-debug-read-from-minibuffer): likewise
15799
15800 2000-08-28 Gerd Moellmann <gerd@gnu.org>
15801
15802 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
15803 (abbrev-table-name): New function.
15804 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
15805 If non-nil list local abbrev, only.
15806
15807 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
15808
15809 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
15810 from Gnus support code, and use special article copy buffer
15811 `(gnus-original-article-buffer)' instead. This allows to get rid
15812 of article-hide-headers usage (which breaks in the latest Gnus
15813 version). Thanks to Detlev Zundel.
15814
15815 2000-08-28 Kenichi Handa <handa@etl.go.jp>
15816
15817 * international/quail.el (quail-use-package): Hide "... loaded"
15818 message.
15819 (quail-start-translation, quail-start-conversion): Likewise.
15820
15821 * international/kkc.el (kkc-region): Hide "... loaded" message.
15822
15823 2000-08-27 Dave Love <fx@gnu.org>
15824
15825 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
15826
15827 2000-08-27 Miles Bader <miles@gnu.org>
15828
15829 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
15830
15831 2000-08-27 Kenichi Handa <handa@etl.go.jp>
15832
15833 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
15834 'ja-dic-cnv), not (require 'skkdic-cnv).
15835
15836 2000-08-26 Miles Bader <miles@gnu.org>
15837
15838 * faces.el (face-x-resources): Add entry for :inherit.
15839 * cus-face.el (custom-face-attributes): Add support for :inherit
15840 attribute. Add support for relative face heights.
15841 (custom-face-attributes-get): Treat `nil' as being a default value
15842 for :inherit (as well as `unspecified').
15843
15844 * faces.el (set-face-attribute): Update doc string.
15845 (face-attribute-name-alist): Add :inherit.
15846 (face-valid-attribute-values): Handle :inherit.
15847 (face-read-string): Rephrase prompt to be less confusing.
15848 Assume that DEFAULT is a string, since we must return a string.
15849 (face-read-integer): Use `format' to turn DEFAULT into an
15850 acceptable default for face-read-string. Match NEW-VALUE against
15851 the string "unspecified", not the symbol `unspecified', since
15852 that's what face-read-string returns.
15853 (read-face-attribute): Lookup a name for old-value in valid, and
15854 use it as a default if we find one. Treat all values from
15855 face-read-string as strings. If the default is used, don't do any
15856 more processing on the value, just use the old value directly.
15857 (read-face-and-attribute, modify-face): Tweak prompt.
15858 (read-face-name): Don't assume prompt ends with a space.
15859
15860 * faces.el (describe-face): Add support for :inherit attribute.
15861
15862 2000-08-25 Kenichi Handa <handa@etl.go.jp>
15863
15864 * terminal.el (terminal-emulator): Fix args to `concat'. Now
15865 concat doesn't accept interger.
15866
15867 * international/kkc.el: Remove SKK from Keywords. Require
15868 ja-dic-utl instead of skkdic-utl.
15869
15870 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
15871 Provide ja-dic-cnv instead of skkdic-cnv.
15872 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
15873 (iso-2022-7bit-short): Add safe-charsets property.
15874 (skkdic-convert-postfix): Search Japanese chou-on character in
15875 addition to Hiragana character.
15876 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
15877 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
15878 (batch-skkdic-convert): Likewise.
15879
15880 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
15881 Provide ja-dic-utl instead of skkdic-utl.
15882 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
15883
15884 2000-08-24 Dave Love <fx@gnu.org>
15885
15886 * disp-table.el (standard-display-default): Make the test of `l'
15887 useful.
15888
15889 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
15890 mod sample text.
15891
15892 * international/iso-ascii.el: Make pilcrow convenient string
15893 consistent with section.
15894 (iso-ascii-display): Set up multibyte characters as well as
15895 unibyte.
15896
15897 2000-08-24 Kenichi Handa <handa@etl.go.jp>
15898
15899 * international/mule-cmds.el (reset-language-environment): Set
15900 default-process-coding-system to '(undecided . iso-latin-1), which
15901 makes process I/O almost consistent with file I/O. Call this
15902 function when mule-cmds.el[c] is loaded.
15903
15904 2000-08-22 Andrew Innes <andrewi@gnu.org>
15905
15906 * makefile.w32-in: New file.
15907
15908 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
15909
15910 * comint.el (comint-output-filter): Compare end of
15911 comint-last-output-overlay with the start of the newly inserted
15912 text, not the end, when deciding whether to extend it.
15913 Set saved-point's insertion type to advance after insertion.
15914
15915 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
15916 since this is now done independently of font-lock mode.
15917
15918 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15919
15920 * server.el (server-kill-new-buffers): New user option.
15921 (server-existing-buffer): New buffer-local variable.
15922 (server-visit-files): When using an existing buffer, set
15923 server-existing-buffer to t.
15924 (server-buffer-done): If server-kill-new-buffers is t, kill the
15925 buffer, unless it was already present before visiting it with
15926 Emacs server.
15927
15928 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
15929
15930 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
15931 even if the display doesn't support colors: some displays will
15932 support bold/underline faces.
15933
15934 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15935
15936 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
15937
15938 * startup.el (command-line): If user's init file had an error,
15939 add explanatory text to *Messages*.
15940
15941 2000-08-21 Kenichi Handa <handa@etl.go.jp>
15942
15943 * man.el (Man-getpage-in-background): Decode the process output by
15944 the system locale coding system.
15945
15946 2000-08-20 Dave Love <fx@gnu.org>
15947
15948 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
15949 Don't test x-popup-menu.
15950 (function) <complete-function>: Complete only fbound symbols.
15951 <validate, value>: New.
15952 (variable) <complete-function>: Complete only bound symbols.
15953 (coding-system): Add :base-only, :complete-function, :validate,
15954 :value, :prompt-match.
15955 (widget-coding-system-prompt-value): Use read-coding-system and
15956 act on :base-only.
15957 (editable-field): Add :help-echo.
15958 (widget-push-button-gui, widget-push-button-cache)
15959 (widget-gui-action, widget-editable-list-gui): COmment out, along
15960 with uses.
15961 (widget-at): Make arg optional.
15962 (widget-echo-help): Adjust for current help-echo calling sequence.
15963 (widget-specify-field, widget-specify-button)
15964 (widget-specify-insert, widget-get-sibling, widget-image-find)
15965 (widget-convert, widget-insert, widget-leave-text)
15966 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
15967 (widget-setup, widget-field-find, widget-before-change)
15968 (widget-after-change, widget-default-complete)
15969 (widget-default-create, widget-default-delete)
15970 (widget-push-button-value-create, editable-field)
15971 (widget-field-prompt-value, widget-field-validate)
15972 (widget-choice-value-create, widget-choice-action)
15973 (widget-choice-validate, widget-checklist-add-item)
15974 (widget-radio-add-item, widget-radio-chosen)
15975 (widget-radio-value-inline, widget-editable-list-value-create)
15976 (widget-editable-list-entry-create)
15977 (widget-documentation-link-add)
15978 (widget-documentation-string-value-create)
15979 (widget-regexp-validate, widget-file-complete)
15980 (widget-sexp-validate, widget-plist-convert-widget)
15981 (widget-plist-convert-widget, widget-alist-convert-widget)
15982 (widget-alist-convert-widget, widget-color-complete): Simplify,
15983 particularly to avoid bindings which aren't optimized out.
15984
15985 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
15986 Doc fix.
15987 (down-list, backward-up-list, up-list, kill-sexp)
15988 (backward-kill-sexp, mark-sexp): Make arg optional.
15989 (lisp-complete-symbol): Add optional arg PREDICATE.
15990
15991 * cus-start.el: Add display-buffer-reuse-frames,
15992 file-coding-system-alist.
15993
15994 2000-08-20 Gerd Moellmann <gerd@gnu.org>
15995
15996 * startup.el (command-line): Clear realized faces after
15997 modifying TTY color mappings.
15998
15999 2000-08-20 Miles Bader <miles@gnu.org>
16000
16001 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16002 merely a subset of FACE's attributes.
16003
16004 2000-08-19 Miles Bader <miles@gnu.org>
16005
16006 * comint.el (comint-output-filter): Save the point with a marker,
16007 not just a buffer position.
16008
16009 * international/mule.el (set-buffer-process-coding-system): Make
16010 interactive prompt less confusing.
16011
16012 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16013
16014 * hilit-chg.el: General cleanup of doc strings, comments and
16015 code formatting.
16016
16017 2000-08-19 Miles Bader <miles@gnu.org>
16018
16019 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16020 Compiler macro removed; beginning-of-line is no longer always
16021 equivalent to forward-line, in the presence of fields.
16022
16023 * comint.el (comint-output-filter): Remove ad-hoc saving of
16024 restriction, and just use save-restriction, now that it works
16025 correctly. Don't adjust comint-last-input-start to account for
16026 our insertion; it shouldn't have moved because we don't use
16027 insert-before-markers anymore. Comment out call to
16028 `force-mode-line-update'; why is it here?
16029
16030 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16031 while checking for prompt to delete. Use `forward-line 0'
16032 instead of beginning-of-line.
16033 (gud-filter): Temporarily widen gud comint buffer while
16034 examining output.
16035
16036 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16037
16038 * progmodes/sh-script.el: Big bag of typos.
16039
16040 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16041 check since ispell-process is not bound when ispell is not yet loaded.
16042
16043 2000-08-18 Dave Love <fx@gnu.org>
16044
16045 * image.el (find-image): Copy `spec' before using plist-put.
16046
16047 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16048
16049 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16050 `portugues'.
16051
16052 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16053 backward-kill-sexp, analogous to kill-sexp.
16054
16055 * progmodes/icon.el (icon-indent-line)
16056 (icon-is-continuation-line): Handle comments specially.
16057
16058 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16059
16060 * ispell.el: Set to standard author/maintainer/keyword fields.
16061 Fine tuning to menu map appearance and operation, and added help.
16062 Remove `start' and `end' error messages when compiling.
16063 (ispell-choices-win-default-height): Fixed comment string.
16064 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16065 castellano8 dictionaries.
16066 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16067 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16068 dictionary, added italiano dictionary.
16069 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16070 word character
16071 (ispell-tex-skip-alists): Added psfig support.
16072 (ispell-skip-html): Renamed from ispell-skip-sgml.
16073 (ispell-begin-skip-region-regexp, ispell-skip-region)
16074 (ispell-minor-check): Improved html skipping support to skip across
16075 code, and recognize `&' commands without propper `;' syntax;
16076 (ispell-process-line): Fix alignment error when manually
16077 correcting spelling.
16078 (ispell): Fix comment string.
16079 (ispell-add-per-file-word-list): Always put word list on new line.
16080
16081 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16082
16083 * format.el (format-encode-run-method): Fix error message to say
16084 `encode' instead of `decode'. Use save-window-excursion around
16085 shell-command-on-region as in format-decode-run-method because
16086 shell-command-on-region can display a buffer with error output.
16087 (format-decode): Don't record undo information for the decoding.
16088 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16089 that number part of the temporary buffer name so that more than
16090 one decoding using a temporary buffer can happen safely.
16091
16092 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16093 of `A-z' in the regexp.
16094
16095 * hilit-chg.el: Fix typos in commentary.
16096
16097 * help.el (view-emacs-news): Rewritten for new naming scheme
16098 for old NEWS files.
16099
16100 * startup.el (command-line): Pop to *Messages* in case an error
16101 is signaled while loading user-init-file.
16102
16103 2000-08-17 Andreas Schwab <schwab@suse.de>
16104
16105 * files.el (insert-directory): Don't lose original file name,
16106 undoing an undocumented change.
16107
16108 2000-08-17 Alex Schroeder <alex@gnu.org>
16109
16110 * sql.el (sql-magic-go): Use comint-bol.
16111 (sql-copy-column): Use comint-line-beginning-position.
16112 (comint-line-beginning-position): Define a replacement for
16113 comint-line-beginning-position if it is not fboundp.
16114
16115 2000-08-17 Alex Schroeder <alex@gnu.org>
16116
16117 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16118 it didn't have any effect anyway.
16119
16120 2000-08-17 Alex Schroeder <alex@gnu.org>
16121
16122 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16123 --pset and pager=off instead of sending \\o|cat at the beginning
16124 of the session.
16125
16126 2000-08-17 Miles Bader <miles@gnu.org>
16127
16128 * progmodes/octave-inf.el: Add compatibility definition of
16129 comint-line-beginning-position.
16130
16131 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16132
16133 * startup.el (normal-top-level): Look in each dir in load-path for
16134 a leim-list.el file too. This assures of loading leim-list.el
16135 that is created at Emacs installation time even if a user have his
16136 own leim-list.el.
16137
16138 2000-08-17 Miles Bader <miles@gnu.org>
16139
16140 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16141 foreground color to black if the background is dark.
16142
16143 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16144
16145 * loadhist.el (unload-feature): Typo.
16146
16147 * finder.el (finder-compile-keywords):
16148 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16149 to the generated file.
16150
16151 * mail/mh-e.el (mh-make-local-vars):
16152 Replace make-variable-buffer-local with make-local-variable.
16153
16154 * play/landmark.el:
16155 * options.el (Edit-options-{set,toggle,t,nil}):
16156 * mail/mailabbrev.el (mail-abbrevs-mode):
16157 * textmodes/tex-mode.el (tex-expand-files):
16158 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16159
16160 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16161
16162 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16163 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16164 Allow going past the last element.
16165 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16166 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16167 (cvs-mouse-toggle-mark): Don't move point.
16168 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16169
16170 * progmodes/compile.el (grep): Provide a default set of files.
16171 (next-error): Docstring fix.
16172 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16173
16174 * emacs-lisp/easy-mmode.el (define-minor-mode):
16175 Use `symbol-value' to keep the byte-compiler quiet.
16176
16177 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16178 (diff-find-source-location): New fun, extracted from diff-goto-source.
16179 (diff-goto-source): Use it.
16180 (diff-next-complex-hunk, diff-filter-lines): New function.
16181 (diff-apply-hunk): New command.
16182
16183 * smerge-mode.el (smerge-mode-menu): Doc fix.
16184
16185 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16186
16187 2000-08-16 Dave Love <fx@gnu.org>
16188
16189 * windmove.el (windmove) <defgroup>: Add :version.
16190
16191 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16192 (goto-address-fontify-p, goto-address-highlight-p)
16193 (goto-address-url-face, goto-address-url-mouse-face)
16194 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16195 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16196 (goto-address-fontify, goto-address-at-mouse): Simplify,
16197 (goto-address-at-point): browse-url-url-at-point,
16198 goto-address-find-address-at-point can return nil.
16199 (goto-address-find-address-at-point): Return nil on failure.
16200
16201 * align.el (align) <defgroup>: Add :version.
16202
16203 * calculator.el (calculator): Add :version.
16204 (calculator): Use two lines for calculator window if `modeline'
16205 face is boxed.
16206
16207 * play/5x5.el: Doc fixes.
16208 (5x5) <defgroup>: Add :version.
16209
16210 * play/fortune.el (fortune) <defgroup>: Add :version.
16211 (fortune-append): Fix error message.
16212 (fortune-from-region): Doc fix.
16213
16214 * play/pong.el (pong): Doc fix.
16215
16216 * play/morse.el: Keywords, commentary, autoloads.
16217
16218 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16219
16220 * desktop.el (desktop-save): Don't look at symbol-value of a
16221 member of minor-mode-alist, unless it is boundp.
16222
16223 2000-08-16 Sam Steingold <sds@gnu.org>
16224
16225 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16226 `while'; use `with-current-buffer' instead of `save-excursion'.
16227 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16228
16229 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16230
16231 * international/ccl.el (declare-ccl-program): Docstring modified.
16232 (ccl-execute-with-args): Likewise.
16233
16234 2000-08-16 Miles Bader <miles@gnu.org>
16235
16236 * progmodes/sql.el: Add compatibility definition of
16237 comint-line-beginning-position.
16238
16239 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16240
16241 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16242 'buffer-menu' property.
16243 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16244 fails.
16245 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16246 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16247 wasn't killed.
16248
16249 * buff-menu.el (list-buffers-noselect): Don't display the
16250 *Buffer List* buffer.
16251
16252 * font-lock.el: Require jit-lock to prevent a very late
16253 `Loading jit-lock' message.
16254
16255 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16256 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16257 mail address.
16258
16259 2000-08-15 Miles Bader <miles@gnu.org>
16260
16261 * textmodes/ispell.el (ispell-graphic-p): New constant.
16262 (ispell-choices-win-default-height, ispell-help): Use
16263 `ispell-graphic-p' instead of `xemacsp'.
16264
16265 2000-08-15 Dave Love <fx@gnu.org>
16266
16267 * simple.el: Autoload widget-convert when compiling.
16268 (mail-user-agent): Doc fix.
16269
16270 * help.el (function-called-at-point, variable-at-point): Use
16271 with-syntax-table.
16272 (help-manyarg-func-alist): Add insert-and-inherit.
16273
16274 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16275
16276 * delsel.el (delsel-unload-hook): New function.
16277
16278 * find-file.el: Doc fixes. Move provide to end.
16279 (ff) <defgroup>: Add :link.
16280 (ff-goto-click): Deleted.
16281 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16282 Use mouse-set-point.
16283
16284 * textmodes/tildify.el: Doc fixes.
16285 (tildify) <defgroup>: Add:version.
16286
16287 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16288 (glasses-custom-set): Use set-default, not set.
16289 (minor-mode-alist): Propertize the lighter.
16290 (glasses-mode): Provide optional arg.
16291
16292 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16293 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16294 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16295 option. Provide :type.
16296 (cwarn-configuration): Provide :type.
16297 (cwarn-mode): Doc fix.
16298
16299 * add-log.el (change-log-merge): Doc fix.
16300 (change-log-redate): New command.
16301
16302 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16303 Doze and Dog.
16304 (browse-url): Use dolist, not mapcar.
16305 (browse-url-at-point): Check for null url.
16306 (browse-url-event-buffer, browse-url-event-point): Functions
16307 deleted.
16308 (browse-url-at-mouse, browse-url-netscape): Simplify.
16309
16310 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16311 modes.
16312 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16313 Fix previous change to mapcan.
16314 (msb--init-file-alist, msb--add-separators)
16315 (msb--make-keymap-menu): Simplify.
16316 (msb--choose-file-menu): Use copy-sequence.
16317 (msb-mode-map): Add title to keymap.
16318 (msb-unload-hook): New function.
16319
16320 * bs.el: Fix indentation.
16321 (bs) <defgroup>: Add :links.
16322 (bs-show): Doc fix.
16323 (bs-apply-sort-faces): Don't use window-system.
16324 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16325
16326 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16327
16328 * calendar/timeclock.el (timeclock-file): Run .timelog through
16329 convert-standard-filename.
16330
16331 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16332
16333 * emacs-lisp/authors.el: New file.
16334
16335 * paren.el (show-paren-priority): New user option.
16336 (show-paren-function): Set overlay priorities to
16337 show-paren-priority.
16338
16339 2000-08-14 Miles Bader <miles@gnu.org>
16340
16341 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16342 beginning-of-line with inhibit-field-text-motion bound.
16343
16344 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16345
16346 * calendar/timeclock.el: New file.
16347
16348 2000-08-14 David Ponce <david@dponce.com>
16349
16350 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16351 `widget-button-click'. so that one can use left mouse button to
16352 click on dialog buttons.
16353
16354 2000-08-14 Emmanuel Briot <briot@gnat.com>
16355
16356 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16357 identifiers, since XML is case sensitive
16358
16359 2000-08-12 Miles Bader <miles@gnu.org>
16360
16361 * comint.el (comint-output-filter): Don't bother frobbing
16362 window-start, it doesn't seem to be necessary.
16363
16364 * comint.el (comint-send-string, comint-send-region): Make into
16365 real functions. Snapshot the prompt before sending.
16366
16367 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16368
16369 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16370 technique similar to Info-index, instead of relying on specific
16371 names of relevant Index nodes.
16372 (Info-goto-emacs-command-node): Bind Info-history to nil when
16373 going to the first node found by Info-find-emacs-command-nodes.
16374
16375 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16376
16377 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16378
16379 2000-08-10 Miles Bader <miles@gnu.org>
16380
16381 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16382
16383 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16384
16385 * info.el (Info-file-list-for-emacs): More elements for the
16386 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16387 and woman manuals.
16388
16389 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16390
16391 * comint.el (comint-send-input): Make the newline boundary overlay
16392 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16393 (comint-output-filter): Use `insert' instead of
16394 `insert-before-markers'. Extend comint-last-output-overlay when
16395 necessary since we can't rely on insert-before-markers to do it.
16396 * gud.el (gud-filter): Use `with-current-buffer' instead of
16397 save-excursion when inserting the output, so that point gets
16398 updated correctly; the old method relied on a rather dodgy
16399 side-effect of comint-output-filter to avoid the effect of
16400 save-excursion.
16401
16402 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16403
16404 * files.el (recover-file): Call insert-directory instead of
16405 invoking `ls' directly.
16406
16407 2000-08-10 Miles Bader <miles@gnu.org>
16408
16409 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16410 (comint-last-prompt-overlay): New variables.
16411 (comint-output-filter): Implement prompt highlighting.
16412 (comint-snapshot-last-prompt): New function.
16413 (comint-send-input): Snapshot the last prompt.
16414 Use comint-highlight-input-face.
16415 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16416 Use defface instead of defcustom.
16417 (send-invisible, comint-send-eof): Snapshot the last prompt.
16418 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16419 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16420
16421 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16422
16423 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16424 (regexp-opt-group): Use a list of chars for `letters'.
16425 (regexp-opt-charset): `chars' is now a list of chars.
16426 Use a char-table rather than a vector so it works for multibyte chars.
16427
16428 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16429 Set cvs-minor-current-files to the selected fileinfo.
16430 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16431 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16432
16433 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16434
16435 * files.el (insert-directory): Don't call access-file on
16436 directories on DOS and Windows.
16437
16438 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16439
16440 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16441 longer if necessary.
16442 (ccl-embed-code): Call ccl-embed-data to store CODE in
16443 ccl-program-vector.
16444
16445 2000-08-09 Miles Bader <miles@gnu.org>
16446
16447 * comint.el (comint-output-filter): Properly handle the case where
16448 the text surrounded by comint-last-output-overlay was deleted.
16449
16450 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16451
16452 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16453 non-nil.
16454 (Info-file-list-for-emacs): Remove "info" from the list because
16455 that leads to trying to use the documentation from file `info'
16456 in various situations where it isn't appropriate, for instance
16457 C-h C-k C-h i.
16458
16459 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16460 DIR and/or STRING are nil.
16461
16462 * progmodes/compile.el (compilation-setup): Make variable
16463 compilation-error-screen-columns buffer-local, as some comment
16464 in the code suggests it should be.
16465
16466 * files.el (auto-mode-interpreter-regexp): New variable.
16467 (set-auto-mode): Use it.
16468
16469 * indent.el (indent-for-tab-command): Doc fix.
16470
16471 * mouse-sel.el (mouse-sel-mode): Doc fix.
16472
16473 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16474 labels.
16475
16476 * help.el (print-help-return-message): When
16477 display-buffer-reuse-frames is set, let the help window been quit,
16478 instead of deleting it, which might delete a reused frame.
16479
16480 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16481
16482 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16483 rename a directory to a name that differs only by its letter case.
16484
16485 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16486
16487 * international/quail.el (quail-define-rules): Handle Quail decode
16488 map correctly. Add code for supporting annotations.
16489 (quail-install-decode-map): New function.
16490 (quail-defrule-internal): New optional arguments decode-map and
16491 props.
16492 (quail-advice): New function.
16493
16494 2000-08-07 Sam Steingold <sds@gnu.org>
16495
16496 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16497 `defconst', `define-condition', `with-slots'.
16498 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16499
16500 2000-08-03 Miles Bader <miles@gnu.org>
16501
16502 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16503 New variable.
16504 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16505 comint-use-prompt-regexp-instead-of-fields.
16506 (comint-send-input): Add `input' field property to stuff we send to
16507 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16508 (comint-output-filter): Add `output' field property to process
16509 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16510 (comint-replace-by-expanded-history)
16511 (comint-get-old-input-default, comint-show-output)
16512 (comint-backward-matching-input, comint-forward-matching-input)
16513 (comint-next-prompt, comint-previous-prompt): Use field
16514 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16515 (comint-line-beginning-position): New function.
16516 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16517 (comint-replace-by-expanded-history-before-point): Use
16518 comint-line-beginning-position and line-end-position.
16519 (comint-last-output-overlay): New variable.
16520 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16521
16522 * shell.el (shell-prompt-pattern): Doc change.
16523 (shell-backward-command): Use line-beginning-position.
16524
16525 * gud.el (gud-gdb-complete-command): Use
16526 comint-line-beginning-position.
16527
16528 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16529 comint-bol doesn't actually go to the beginning of the line.
16530
16531 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16532 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16533 (try-expand-line-all-buffers): Likewise.
16534
16535 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16536 explicitly matching comint-prompt-regexp.
16537 (sql-copy-column): Use comint-line-beginning-position instead of
16538 explicitly matching comint-prompt-regexp.
16539
16540 * progmodes/octave-inf.el (inferior-octave-complete): Use
16541 comint-line-beginning-position.
16542
16543 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16544
16545 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16546 looking for a prompt, use `forward-line 0' instead of
16547 `beginning-of-line', to avoid getting caught by an input field.
16548
16549 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16550
16551 * files.el (shell-quote-wildcard-pattern): Make sure to return
16552 PATTERN, in the Unix case.
16553
16554 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16555
16556 * play/zone.el (zone): Discard any pending input before running
16557 the randomly-chosen pgm.
16558
16559 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16560
16561 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16562 checking the existence of any multibyte characters.
16563
16564 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16565
16566 * help.el (describe-mode): Test minor-mode symbol for being
16567 bound before testing its value for being nil.
16568
16569 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16570 `first', `second', and `third'.
16571
16572 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16573 (second): Make it an alias for `cadr'.
16574
16575 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16576
16577 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16578 types of display support faces now.
16579
16580 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16581
16582 * pcvs.el (require): Require `cl' during compilation, only.
16583
16584 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16585 (toplevel): Remove `remq' and `remove' from autoloads.
16586 (cl-fake-autoloads): New variable. If set, arrange for an error
16587 when CL functions etc. are autoloaded.
16588
16589 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16590
16591 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16592
16593 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16594 popped up, but the user clicks outside the menu, return an empty
16595 regexp (that causes unhighlight-regexp to have no effect).
16596
16597 * menu-bar.el (menu-bar-games-menu): Add Zone.
16598
16599 * hi-lock.el (toplevel): Require font-lock.
16600
16601 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16602
16603 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16604 (ebnf-8-bit-chars): New var for bug fix.
16605 (ebnf-string): Bug fix.
16606
16607 2000-08-03 Sam Steingold <sds@gnu.org>
16608
16609 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16610 instead of `buffer-string'.
16611 (require 'cl): Always, not just when compiling.
16612 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16613 necessary.
16614
16615 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16616
16617 * international/mule-cmds.el (select-safe-coding-system): Make
16618 the message text about selecting a safe coding system more clear.
16619
16620 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16621
16622 * hi-lock.el: New file.
16623
16624 * play/zone.el: New file.
16625
16626 * replace.el (occur): Set tab-width in the *Occur* buffer to the
16627 value of tab-width in the original buffer. Choose a line number
16628 format that's a multiple of the original buffer's tab width, so
16629 that lines appear right.
16630
16631 * textmodes/ispell.el (ispell): New function, replacing an alias.
16632 Spell-check active region if in transient-mark-mode and mark
16633 is active; otherwise spell-check buffer.
16634
16635 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16636
16637 * ps-mule.el: Fix a customization problem on
16638 ps-mule-font-info-database-default.
16639
16640 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
16641
16642 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
16643 display-mouse-p instead of window-system.
16644 (ebrowse-member-mode-map): Ditto.
16645
16646 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16647
16648 * progmodes/ebnf2ps.el: Update ps-print functions call.
16649 Indentation fix. Doc fix.
16650 (ebnf-version): New version number (3.2).
16651 (ebnf-format-color, ebnf-begin-job): Code fix.
16652
16653 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
16654
16655 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
16656 font lock support on window-system.
16657 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
16658
16659 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
16660 display-color-p, if fboundp, instead of window-system.
16661
16662 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
16663
16664 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
16665 instead of window-system.
16666
16667 * wid-edit.el (widget-choose): Use display-mouse-p instead of
16668 window-system.
16669 (widget-choice-mouse-down-action): Use display-popup-menus-p
16670 instead of window-system.
16671
16672 * strokes.el (strokes-file): Run the file name through
16673 convert-standard-filename.
16674 (strokes-mode): Call display-mouse-p instead of looking at
16675 window-system. Change the error message accordingly.
16676
16677 * progmodes/cpp.el (toplevel): Support faces on tty's.
16678
16679 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
16680 (lm-plot-square, lm-init-display): Don't use window-system.
16681
16682 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
16683 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
16684
16685 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
16686 instead of looking at window-system.
16687
16688 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16689
16690 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
16691 of testing if iswitchb-prepost-hooks is bound, because the
16692 latter will always be true when invoking a recursive minibuffer
16693 from an active Iswitchb buffer.
16694
16695 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
16696
16697 * files.el (shell-quote-wildcard-pattern): New function.
16698 (insert-directory): Call it. Only prepend "\" to command on Unix
16699 and GNU/Linux systems.
16700
16701 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16702
16703 * eshell/esh-groups.el: Change custom :link file names
16704 from `eshell.info' to `eshell'.
16705
16706 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
16707
16708 * dired.el (dired-build-subdir-alist): Expand subdirectory names
16709 correctly in recursive ange-ftp listings.
16710
16711 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16712
16713 * ps-print.el: Fix bug 1: if ps-font-size-internal,
16714 ps-header-font-size-internal and
16715 ps-header-title-font-size-internal variables are not set,
16716 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
16717 face text property is (foreground-color . COLOR) or
16718 `(background-color . COLOR)', ps-print crashes. Doc fix.
16719 (ps-print-version): New version number (5.2.4).
16720 (ps-plot-region): Code fix.
16721 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
16722 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
16723 Bug fix 2.
16724
16725 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
16726
16727 * glasses.el (glasses-make-readable): Fix uncapitalization of
16728 identifiers like `myXMLDocument'.
16729
16730 2000-07-28 Karl Fogel <kfogel@red-bean.com>
16731
16732 * mail/mail-hist.el (mail-hist-previous-input)
16733 (mail-hist-next-input): Do the obvious code factorization.
16734 (mail-hist-retrieve-and-insert): New func, contains common
16735 code of above two.
16736 If inserting a message body, leave point at top.
16737
16738 2000-07-28 Sam Steingold <sds@gnu.org>
16739
16740 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
16741 Use `<=', not `<' to compare times!
16742 (ange-ftp-ls): Remove.
16743
16744 2000-07-27 Gerd Moellmann <gerd@gnu.org>
16745
16746 * play/cookie1.el: Add explanation of how to make cookie.el
16747 compatible with strfile(1) to comment.
16748
16749 * subr.el (remove, remq): New functions.
16750
16751 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
16752 escape `*' in regexps.
16753 (midnight-find): Reverse order of arguments in the funcall of
16754 TEST.
16755
16756 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
16757 and `.class'.
16758
16759 * play/meese.el: Add Commentary section.
16760
16761 2000-07-27 Alex Schroeder <alex@gnu.org>
16762
16763 * sql.el (sql-ms): Added autoload cookie.
16764 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
16765 (sql-oracle): Ditto.
16766 (sql-help): Doc change.
16767
16768 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
16769 types and exceptions.
16770
16771 2000-07-27 Alex Schroeder <alex@gnu.org>
16772
16773 * sql.el (sql-placeholder-history): New variable.
16774 (sql-query-placeholders-and-send): New function that will query
16775 the user and replace placeholders with user input.
16776 (sql-oracle): If running on NT, set comint-input-sender to
16777 sql-query-placeholders-and-send.
16778
16779 (sql-stop): If in the SQLi buffer, insert stop notification, else
16780 present it as a message.
16781
16782 2000-07-27 Alex Schroeder <alex@gnu.org>
16783
16784 * sql.el (sql-input-ring-separator): Doc change.
16785 (sql-input-ring-file-name): Doc change.
16786 (sql-interactive-mode): Use `sql-input-ring-separator' and
16787 `sql-input-ring-file-name' to set the comint-mode equivalents
16788 without making them local variables.
16789 (sql-stop): Don't bind `sql-input-ring-separator' and
16790 `sql-input-ring-file-name' dynamically to their comint-mode
16791 equivalents.
16792
16793 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16794
16795 * international/mule.el (register-char-codings): New function.
16796 (make-coding-system): Handle `safe-chars' specification in the arg
16797 PROPERTY.
16798
16799 * international/mule-cmds.el
16800 (find-coding-systems-region-subset-p): This function deleted.
16801 (sort-coding-systems-predicate): New variable.
16802 (sort-coding-systems): New function.
16803 (find-coding-systems-region): Use
16804 find-coding-systems-region-internal.
16805 (find-coding-systems-string): Use find-coding-systems-region.
16806 (find-coding-systems-for-charsets): Check
16807 char-coding-system-table.
16808 (select-safe-coding-system-accept-default-p): New variable.
16809 (select-safe-coding-system): Mostly rewritten. New argument
16810 ACCEPT-DEFAULT-P.
16811 (select-message-coding-system): Call select-safe-coding-system
16812 with ACCEPT-DEFAULT-P arg.
16813 (reset-language-environment): Reset default-sendmail-coding-system
16814 to the default value iso-latin-1.
16815 (set-language-environment): Don't set the obsolete variable
16816 charset-origin-alist.
16817
16818 * international/codepage.el (cp-coding-system-for-codepage-1):
16819 Give `safe-chars' property to make-coding-system.
16820
16821 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
16822 calling select-message-coding-system twice.
16823
16824 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
16825 instead of `safe-charsets'.
16826 (cyrillic-alternativnyj): Likewise.
16827 (ccl-encode-alternativnyj): Don't check the charset
16828 cyrillic-iso8859-5.
16829
16830 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16831
16832 * composite.el (compose-chars-after): Preserve match data.
16833
16834 2000-07-26 Sam Steingold <sds@gnu.org>
16835
16836 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
16837 (ange-ftp-real-file-newer-than-file-p): New function.
16838 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
16839 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
16840
16841 * tooltip.el (tooltip-float-time): Removed (use `float-time').
16842 * midnight.el (midnight-float-time): Ditto.
16843
16844 2000-07-26 Andreas Schwab <schwab@suse.de>
16845
16846 * files.el (normal-backup-enable-predicate): Correct
16847 interpretation of the return value of compare-strings.
16848
16849 2000-07-26 Gerd Moellmann <gerd@gnu.org>
16850
16851 * isearch.el (isearch-resume): New function.
16852 (isearch-done): Add something to command-history to resume
16853 the search.
16854 (isearch-yank-line, isearch-yank-word): Use
16855 buffer-substring-no-properties instead of buffer-substring.
16856
16857 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
16858 of flyspell-mouse-map.
16859
16860 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
16861 duplicate definition.
16862 (makefile-mode): Remove duplicate setting of local-abbrev-table.
16863
16864 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
16865 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
16866
16867 2000-07-25 Sam Steingold <sds@gnu.org>
16868
16869 * net/ange-ftp.el: Get modtime over the net.
16870 (ange-ftp-file-modtime): New function.
16871 (ange-ftp-write-region, ange-ftp-insert-file-contents)
16872 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
16873 Use it.
16874 (ange-ftp-dot-to-slash): New function.
16875 (ange-ftp-fix-name-for-vms): Use it.
16876
16877 * midnight.el (midnight-buffer-display-time): Use
16878 `with-current-buffer'.
16879
16880 2000-07-25 Gerd Moellmann <gerd@gnu.org>
16881
16882 * find-dired.el: Update copyright notice.
16883 (find-dired): Offer to kill a running `find'.
16884
16885 * enriched.el (enriched-face-ans): For a `foreground-color'
16886 property, return '(("x-color" COLOR))' so that COLOR will be
16887 output as a parameter of the x-color annotation. Likewise for the
16888 `background-color' property. In the case of normal face
16889 properties, don't return annotations for unspecified foreground
16890 and background face attributes.
16891
16892 2000-07-25 Kenichi Handa <handa@etl.go.jp>
16893
16894 * language/japan-util.el (japanese-katakana-region): Fix handling
16895 HANKAKU argument.
16896
16897 2000-07-25 Miles Bader <miles@gnu.org>
16898
16899 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
16900 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
16901 constrain-to-field.
16902
16903 2000-07-24 Andrew Innes <andrewi@gnu.org>
16904
16905 * timer.el (timer-activate-when-idle): Add optional parameter
16906 DONT-WAIT. Update docstring.
16907 (run-with-idle-timer): Specify extra parameter to
16908 timer-activate-when-idle, so that timer will be activated
16909 immediately if Emacs is already idle.
16910
16911 * w32-fns.el (w32-using-nt): Fix docstring.
16912
16913 2000-07-24 Dave Love <fx@gnu.org>
16914
16915 * mouse.el (popup-menu): Set last-command-event.
16916 (mouse-major-mode-menu-prefix): Declare.
16917
16918 2000-07-24 Gerd Moellmann <gerd@gnu.org>
16919
16920 * textmodes/flyspell.el: Update to author's version 1.5d.
16921
16922 * progmodes/hideshow.el: Update copyright notice.
16923
16924 * vcursor.el: Set maintainer to FSF, since author cannot
16925 be reached.
16926
16927 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
16928
16929 * info.el (Info-goto-emacs-key-command-node): Leave a space after
16930 the prompt.
16931
16932 * mouse.el (popup-menu): Run the keymap through indirect-function,
16933 in case it was defined with define-prefix-key. If the menu is a
16934 list of keymaps, look up the binding of user's choice in each one
16935 of the keymaps.
16936 (mouse-popup-menubar): If the global and local menu-bar keymaps
16937 don't have a prompt string, create one and insert it into the
16938 keymap. Don't barf if current-local-map returns nil.
16939
16940 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
16941
16942 * dired.el (dired-sort-R-check): Added to allow recursive listing
16943 to be undone.
16944 (dired-sort-other): Use it.
16945
16946 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16947
16948 * Release of cc-mode 5.27
16949
16950 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16951
16952 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
16953 c-beginning-of-statement-1 that caused a bad case of recursion
16954 which could consume a lot of CPU in large classes in languages
16955 that have in-expression classes (i.e. Java and Pike).
16956
16957 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
16958 statements before top level constructs (i.e. case 6 is moved
16959 before case 5 and is now case 4) to catch in-expression
16960 classes in top level expressions correctly.
16961
16962 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16963
16964 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
16965 objc-method-intro. Case 4 removed and case 5I added.
16966
16967 * cc-langs.el (c-append-paragraph-start): New variable used by
16968 c-common-init to get paragraph-start correct.
16969 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
16970 initialize paragraph-start to make it correct both with and
16971 without the javadoc special case.
16972
16973 * cc-mode.el (java-mode): Use c-append-paragraph-start to
16974 initialize paragraph-start for javadoc markup.
16975
16976 * cc-vars.el (c-style-variables-are-local-p): Incompatible
16977 change by defaulting this to t. It's motivated by the
16978 confusing behavior that otherwise arise from the style system
16979 when editing both java and non-java files at the same time
16980 (see the comments about style setting in c-common-init).
16981
16982 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16983
16984 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
16985 similar to the one in c-fill-paragraph to check the fill
16986 prefix from the adaptive fill function for sanity.
16987
16988 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16989
16990 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
16991 defun block.
16992
16993 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16994
16995 * cc-align.el (c-lineup-multi-inher): Handle lines with
16996 leading comma nicely. Extended to handle member initializers
16997 too.
16998
16999 * cc-engine.el: (c-beginning-of-inheritance-list,
17000 c-guess-basic-syntax): Fixed recognition of inheritance lists
17001 when the lines begins with a comma.
17002
17003 * cc-vars.el (c-offsets-alist): Changed default for
17004 member-init-cont to c-lineup-multi-inher since it now handles
17005 member initializers and indents better for leading commas.
17006
17007 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17008
17009 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17010 handling that caused class open lines to be recognized as
17011 statement-conts in some cases.
17012
17013 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17014 guessed by the adaptive fill function unless point is on the
17015 first line of a block comment.
17016
17017 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17018 when the buffer ends with a macro continuation char.
17019
17020 * cc-engine.el (c-guess-basic-syntax): Added support for
17021 function definitions as statements in Pike. The first
17022 statement in a lambda block is now labeled defun-block-intro
17023 instead of statement-block-intro.
17024
17025 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17026 so that the class surrounding point is selected, not the one
17027 innermost in the state.
17028
17029 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17030 recognition of switch labels having hanging multiline
17031 statements.
17032
17033 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17034 some code in c-guess-basic-syntax to a separate function.
17035 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17036 recognition of member inits with multiple line arglists.
17037 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17038 member-init-cont when the commas are in funny places.
17039
17040 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17041
17042 * cc-defs.el (c-auto-newline): Removed this macro since it's
17043 not used anymore.
17044
17045 * cc-engine.el (c-looking-at-bos): New helper function.
17046 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17047 inexpr and toplevel classes apart in Pike.
17048
17049 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17050 of case 9A.
17051
17052 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17053 constant, since "class" can introduce an in-expression class
17054 in Pike nowadays.
17055
17056 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17057
17058 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17059 indentation on cpp-macro lines.
17060
17061 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17062 a syntax modifier like comment-intro, to make it possible to
17063 get syntactic indentation for preprocessor directives. It's
17064 incompatible wrt to lineup functions on cpp-macro, but it has
17065 no observable effect in the 99.9% common case where cpp-macro
17066 is set to -1000.
17067
17068 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17069
17070 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17071 member-init-cont when the preceding arglist is several lines.
17072
17073 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17074
17075 * cc-styles.el (c-style-alist): The basic offset for the BSD
17076 style corrected to 8.
17077
17078 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17079
17080 * cc-styles.el (c-style-alist): Adjusted the indentation of
17081 brace list openers in the gnu style.
17082
17083 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17084
17085 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17086
17087 * cc-cmds.el (c-electric-brace, c-electric-slash,
17088 c-electric-star, c-electric-semi&comma, c-electric-colon,
17089 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17090 when c-syntactic-indentation is nil.
17091
17092 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17093 we were left at comments preceding the first statement when
17094 reaching the beginning of the buffer.
17095
17096 * cc-vars.el (c-syntactic-indentation): New variable to turn
17097 off all syntactic indentation.
17098
17099 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17100
17101 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17102 between the text and the block comment ender when it hangs,
17103 depending on how many there are before the fill.
17104
17105 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17106
17107 * cc-engine.el (c-beginning-of-closest-statement): New helper
17108 function to go back to the closest preceding statement start,
17109 which could be inside a conditional statement.
17110 * cc-engine.el (c-guess-basic-syntax): Use
17111 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17112
17113 * cc-engine.el (c-guess-basic-syntax): Better handling of
17114 arglist-intro, arglist-cont-nonempty and arglist-close when
17115 the arglist is nested inside parens. Cases 7A, 7C and 7F
17116 changed.
17117
17118 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17119 up-to-date with javadoc 1.2.
17120
17121 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17122
17123 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17124 multiline Pike type decls.
17125
17126 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17127
17128 * cc-cmds.el (c-indent-new-comment-line): Always break
17129 multiline comments in multiline mode, regardless of
17130 comment-multi-line.
17131
17132 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17133
17134 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17135 fully::qualified::names in C++ member init lists. Preamble in
17136 case 5D changed.
17137
17138 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17139
17140 * cc-langs.el (c-common-init): Handling of obsolete variables
17141 moved to c-initialize-cc-mode. More compatible style override
17142 when using global style variables.
17143 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17144 variables moved here.
17145
17146 * cc-styles.el (c-make-styles-buffer-local): Flag style
17147 variable localness in c-style-variables-are-local-p to make
17148 the compatibility measure in c-common-init work well.
17149
17150 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17151 longer contain set-from-style.
17152 * cc-styles.el (c-initialize-builtin-style): Don't check for
17153 set-from-style on c-special-indent-hook.
17154 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17155 copy-alist is sufficient now.
17156
17157 * cc-styles.el (c-set-style, c-set-style-1,
17158 c-get-style-variables): Fixes to variable initialization so
17159 that duplicate entries in styles have the same effect
17160 regardless of DONT-OVERRIDE.
17161
17162 * cc-styles.el (c-set-style-2): Fixed bug where the
17163 initialization of inheriting styles failed when the
17164 dont-override flag is set.
17165
17166 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17167 on this.
17168
17169 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17170
17171 * cc-defs.el (c-forward-comment): Removed the workaround
17172 introduced in 5.38 since it had worse side-effects. If a line
17173 contains the string "//\"", it regarded the // as a comment
17174 start since the \ temporarily doesn't have escape syntax.
17175
17176 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17177
17178 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17179 ada-xref.el before ada-prj.el, so that the Project menu is created
17180 when ada-prj tries to add to it.
17181 (ada-activate-keys-for-case): Suppress the characters that are not
17182 part of the Ada syntax. Better compatibility with else-mode
17183 (ada-adjust-case-interactive): When auto-casing is not active,
17184 correctly insert newlines (used to insert only ^M). Prevent the
17185 syntax table from being changed in case of an error
17186 (or '_' becomes part of a word and some commands are confused).
17187 Do nothing if ada-auto-case is nil.
17188 (ada-after-keyword-p): Ignore keywords that are also attributes
17189 (ada-batch-reformat): Update usage comment
17190 (ada-call-from-contextual-menu): New function
17191 (ada-case-read-exceptions): Reinitialize the casing exception list
17192 first to nil first, so that the casing exception file can be
17193 shared.
17194 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17195 files.
17196 (ada-compile-goto-error): Fix regexp used to detect a file:line
17197 anywhere in the error message
17198 (ada-contextual-menu-last-point): New variable
17199 (ada-create-keymap): If the variable delete-key-deletes-forward is
17200 t on XEmacs, it means that DEL should delete one character
17201 forward.
17202 (ada-create-menu): Use :included instead of :visible for XEmacs.
17203 New submenu "Options".
17204 (ada-end-stmt-re): Correctly indent "select ... then abort"
17205 statements.
17206 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17207 even if they don't match ada-fill-comment-prefix Fix handling of
17208 paragraphs on the first or last line of a file.
17209 (ada-format-paramlist): Fix handling of default parameter values.
17210 (ada-get-body-name): New function.
17211 (ada-get-current-indent): Optimized by searchling directly for an
17212 existing generic part or a statement outside of it. Handle
17213 ada-indent-align-comments when indenting comments Replaced some
17214 regexps by testing directly the next character. This results in a
17215 huge speedup on some files. New indentation scheme for renames
17216 statements. Stop looking for the 'while' or 'for' associated with
17217 a 'loop' at the first semicolon encountered. A "return" can also
17218 match an anonymous access subprogram declaration.
17219 (ada-get-indent-noindent): Ignore strings and comments when
17220 looking for the keywords "record" and "private".
17221 (ada-goto-matching-decl-start): When matching "if", make sure we
17222 are not in fact seeing "end if". Ignore "when" statements except
17223 when initial keyword was "begin". Fix handling of nested
17224 procedures. Add a recursive call to this function to skip over
17225 other 'end' statmts. Fix indentation for "when .. => begin"
17226 (ada-in-open-paren-p): Fix indentation for complex boolean
17227 expressions, where 'and then', 'or else' and parenthesis
17228 statements are mixed up.
17229 (ada-in-paramlist-p): Skip comments while searching for the
17230 beginning Fix handling of operator declarations.
17231 (ada-indent-align-comments): New variable
17232 (ada-indent-current): Change the syntax table only in the
17233 protected section, so that we are sure it is restored correctly.
17234 (ada-indent-on-previous-lines): Use ada-use-indent and
17235 ada-with-indent Correctly indent "select ... then"
17236 (ada-indent-region): Slight speedup.
17237 (ada-indent-renames): New variable.
17238 (ada-last-which-function-subprog, ada-last-which-function-line):
17239 New variables
17240 (ada-looking-at-semi-private): Correctly indent the 'private'
17241 keyword when it is the first word in a package declaration.
17242 (ada-loose-case-word): Stop searching if at the end of the buffer.
17243 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17244 even if point is not initially at the end of the word.
17245 (ada-matching-decl-start-re): Add "when".
17246 (ada-mode): Add support for abbrev-mode, outline-mode and
17247 which-func-mode Override the old find-file.el entry in
17248 ff-special-constructs since it is using the obsolete
17249 ada-spec-suffix variable
17250 (ada-no-auto-case): New function
17251 (ada-scan-paramlist): When parsing the argument type, accept
17252 spaces (as in "X 'Class", generated by Rational Rose).
17253 (ada-other-file-name): No longer loads the other file.
17254 (ada-popup-menu): Save and restore the current buffer and cursor
17255 position before and after displaying the menu.
17256 (ada-search-ignore-complex-boolean): New function.
17257 (ada-uncomment-region): Emacs21 already knows how to delete
17258 comments not starting in the first column.
17259 (ada-use-indent): New variable
17260 (ada-which-function): New function.
17261 (ada-with-indent): New variable
17262 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17263 can be batch-compiled from the command line.
17264
17265 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17266 Add to the menu when the file is loaded, not in ada-mode-hook.
17267 Add -toolbar to the default ddd command Switches moved from
17268 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17269 ada-prj-default-comp-opt
17270 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17271 Reference Manual to the menu
17272 (ada-check-current): rewritten as a call to ada-compile-current
17273 (ada-compile): Removed.
17274 (ada-compile-application, ada-compile-current, ada-check-current):
17275 Set the compilation-search-path so that compile.el automatically
17276 finds the sources in src_dir. Automatic scrollong of the
17277 compilation buffer. C-uC-cC-c asks for confirmation before
17278 compiling
17279 (ada-compile-current): New parameter, prj-field
17280 (ada-complete-identifier): Load the .ali file before doing
17281 processing
17282 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17283 conform to gnatmake's behavior.
17284 (ada-find-file-in-dir): New function
17285 (ada-find-references): Set the environment variables for gnatfind
17286 (ada-find-src-file-in-dir): New function.
17287 (ada-first-non-nil): Removed
17288 (ada-gdb-application): Add support for jdb, the java debugger.
17289 (ada-get-ada-file-name): Load the original-file first if not done
17290 yet.
17291 (ada-get-all-references): Handles the new ali syntax (parent types
17292 are found between <>).
17293 (ada-initialize-runtime-library): New function
17294 (ada-mode-hook): Always load a project file when a file is opened,
17295 so that the casing exceptions are correctly read.
17296 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17297 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17298 to open the project file, since the latter does not work with
17299 speedbar Get default values before loading the prj file, or the
17300 default executable file name is wrong. Use the absolute value of
17301 src_dir to initialize ada-search-directories and
17302 compilation-search-path,... Add the standard runtime library to
17303 the search path for find-file.
17304 (ada-prj-default-debugger): Was missing an opening '{'
17305 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17306 variables.
17307 (ada-prj-default-gnatmake-opt): New variable
17308 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17309 buffers, the project file is the default one Save the windows
17310 configuration before displaying the menu.
17311 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17312 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17313 ...) regexp-quote identifiers names to support operators +,
17314 -,... in regexps.
17315 (ada-remote): New function.
17316 (ada-run-application): Erase the output buffer before starting the
17317 run Support remote execution of the application. Use
17318 call-process, or the arguments are incorrectly parsed
17319 (ada-set-default-project-file): Reread the content of the active
17320 project file, not the one from the current buffer When a project
17321 file is set as the default project, all directories are
17322 automatically associated with it.
17323 (ada-set-environment): New function
17324 (ada-treat-cmd-string): New special variable ${current}
17325 (ada-treat-cmd-string): Revised. The substitution is now done for
17326 any ${...} substring
17327 (ada-xref-current): If no body was found, compiles the spec
17328 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17329 compiler to get rid of command line length limitations.
17330 (ada-xref-get-project-field): New function
17331 (ada-xref-project-files): New variable
17332 (ada-xref-runtime-library-specs-path)
17333 (ada-xref-runtime-library-ali-path): New variables
17334 (ada-xref-set-default-prj-values): Default run command now does a
17335 cd to the build directory. New field: main_unit Provide a default
17336 file name even if the current buffer has no prj file.
17337
17338 * ada-prj.el:
17339 Rewritten to show a tabbed-dialog.
17340 (ada-prj-add-ada-menu): Remove the map and name parameters.
17341 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17342 New function
17343 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17344 (ada-prj-load-from-file): New function
17345 (ada-prj-save): Always save fields that depend on the current buffer
17346 (ada-prj-show-value): New function
17347
17348 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17349 Ada mode. This will allow us to display the Ada menu in any buffer
17350 we want (for project items).
17351 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17352 number of spaces in the header.
17353
17354 2000-07-24 Dave Love <fx@gnu.org>
17355
17356 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17357
17358 2000-07-23 Noah Friedman <friedman@splode.com>
17359
17360 * type-break.el (type-break): perform autosave.
17361 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17362 (type-break-do-query): Cancel query schedule while performing
17363 actual query, to avoid possibility of a second query being made
17364 while first one is already in progress.
17365 (type-break-time-stamp-format): New variable.
17366 (type-break-time-stamp): New function.
17367 (type-break-time-warning): Use it.
17368 (type-break-keystroke-warning): Use it.
17369 (type-break-noninteractive-query): Use it.
17370
17371 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17372 cookie.
17373 Use add-minor-mode to set minor-mode-alist, if available.
17374 (eldoc-echo-area-use-multiline-p): New user option.
17375 (eldoc-echo-area-multiline-supported-p): New variable.
17376 (eldoc-docstring-format-sym-doc): Use them.
17377 (eldoc-mode): If not using idle timers, append to local post and
17378 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17379 (eldoc-display-message-no-interference-p): Don't interfere with
17380 edebug.
17381 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17382 (eldoc-function-arglist): New function.
17383 (eldoc-function-argstring): Use it.
17384
17385 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17386 auto save directory exists before calling directory-files.
17387
17388 2000-07-23 Dave Love <fx@gnu.org>
17389
17390 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17391 ^o, ^u.
17392
17393 2000-07-21 Dave Love <fx@gnu.org>
17394
17395 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17396 now passed to the function. It now works properly.
17397
17398 * smerge-mode.el (smerge-mode-menu): Fill it out.
17399
17400 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17401
17402 * info-look.el (info-lookup): If *info* is shown in another frame
17403 on the same display, select that frame, instead of switching to
17404 the Info buffer in another window of the selected frame.
17405
17406 * simple.el (universal-argument-map): Bind numeric keypad keys
17407 kp-0 to kp-9 and kp-subtract.
17408 (digit-argument): Handle these keys.
17409
17410 2000-07-20 Dave Love <fx@gnu.org>
17411
17412 * net/goto-addr.el (goto-address-fontify): Don't bother with
17413 buffer-modified and read-only stuff -- irrelevant with overlays.
17414 Put an extra property on the overlays and use it to clean up in
17415 case goto-address is re-run.
17416
17417 2000-07-19 Richard M. Stallman <rms@gnu.org>
17418
17419 * timer.el (run-with-idle-timer): Doc fix.
17420
17421 * mail/mail-utils.el (mail-strip-quoted-names):
17422 Handle case where <...> appears inside "...".
17423 Use replace-match to edit the string more simply.
17424 (rmail-dont-reply-to): Cope with an unmatched ".
17425
17426 2000-07-19 Dave Love <fx@gnu.org>
17427
17428 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17429 implementation.
17430
17431 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17432 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17433 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17434
17435 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17436
17437 * textmodes/refer.el: Correct maintainer's email address.
17438
17439 * progmodes/hideif.el: Correct author's email address.
17440 Fix typo in comment.
17441
17442 * xml.el: New file.
17443
17444 * mail/mailheader.el: Correct author's mail address.
17445
17446 * gnus/parse-time.el: Correct author's mail address.
17447
17448 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17449
17450 * comint.el (comint-highlight-input, comint-highlight-face):
17451 New user options.
17452 (comint-input-ring-file-name): Change custom type.
17453 (comint-mode-map): Bind mouse-2.
17454 (comint-insert-clicked-input): New function.
17455 (comint-send-input): Handle input highlighting.
17456
17457 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17458
17459 * mouse.el (popup-menu): New function.
17460 (mouse-major-mode-menu): Use it.
17461
17462 2000-07-18 Dave Love <fx@gnu.org>
17463
17464 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17465 improvements.
17466
17467 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17468
17469 * faces.el (face-font-selection-order)
17470 (face-font-family-alternatives): Add custom type.
17471
17472 2000-07-18 Dave Love <fx@gnu.org>
17473
17474 * cus-edit.el (custom-variable-reset-saved)
17475 (custom-variable-reset-standard): Remove unused bindings.
17476
17477 * rect.el (open-rectangle-line): Remove unused let.
17478
17479 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17480
17481 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17482
17483 * cdl.el: Fix `Maintainer' keyword.
17484
17485 * play/pong.el: Add author's email address.
17486
17487 2000-07-17 Sam Steingold <sds@gnu.org>
17488
17489 * files.el (insert-directory): Call `split-string' instead of
17490 re-implementing it.
17491
17492 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17493
17494 * mail/vms-pmail.el: Change maintainer to FSF.
17495
17496 * net/goto-addr.el: Change maintainer to FSF.
17497
17498 * info.el (Info-title-face-alist): Removed.
17499
17500 2000-07-18 David Ponce <david@dponce.com>
17501
17502 * recentf.el (recentf-open-files): New command that works like
17503 `recentf-open-more-files', but shows the whole list of files (not just
17504 those omitted from the menu). Useful if you don't use a menu-bar!
17505 (recentf-open-more-files) Modified to use `recentf-open-files'.
17506
17507 (recentf-open-files, recentf-open-more-files)
17508 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17509
17510 (recentf-dialog-mode): New mode for dialogs. You can now just type
17511 "q" to cancel the dialogs.
17512
17513 2000-07-18 David Ponce <david@dponce.com>
17514
17515 * recentf.el: This is a major update of recentf.el. It adds new
17516 features to better organize the recentf menu and "More..." buffer.
17517
17518 Using new provided menu filtering functions you can now organize the
17519 recent files list:
17520
17521 - by major modes
17522 - by directories
17523 - by user defined rules
17524
17525 Finally, with the new `recentf-filter-changer' customizable filter you
17526 can define a ring of filters and dynamically (via the menu) cycle on
17527 each menu organization in the ring (a la msb).
17528
17529 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17530
17531 * eshell/eshell.el (eshell): Replace links to eshell.info with
17532 links to eshell, to avoid problems on systems where the manual is
17533 installed as `eshell'.
17534 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17535 * eshell/em-smart.el (eshell-smart): Ditto.
17536 * eshell/em-banner.el (eshell-banner): Ditto.
17537 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17538
17539 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17540 same-file check in the MS-DOS version (it does support inodes).
17541
17542 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17543
17544 * eshell/eshell.el (eshell-directory-name):
17545 Run default directory name through convert-standard-filename.
17546
17547 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17548
17549 * international/mule-cmds.el (select-safe-coding-system):
17550 Fix typo in the comment.
17551
17552 * language/european.el (compound-text):
17553 Force katakana-jisx0201 to be designated to G1.
17554
17555 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17556 Don't translate some national variant characters of latin-jisx0201.
17557 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17558
17559 * international/kkc.el (kkc-after-update-conversion-functions):
17560 New variable.
17561 (kkc-update-conversion): Run functions in it at the tail.
17562
17563 2000-07-16 John Wiegley <johnw@gnu.org>
17564
17565 * lisp/align.el (align-newline-and-indent):
17566 Adding new function. for auto-aligning blocks of code on RET.
17567 (align-region): Fixed badly formatted minibuffer message.
17568
17569 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17570
17571 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17572 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17573 the conversion list at first if appropriate.
17574 (kkc-next): Don't update kkc-next-count here.
17575 (kkc-prev): Don't update kkc-prev-count here.
17576 (kkc-show-conversion-list-update): Fix setting up of conversion
17577 list message.
17578
17579 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17580
17581 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17582
17583 2000-07-16 Dave Love <fx@gnu.org>
17584
17585 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17586 function to be more specific.
17587
17588 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17589 non-string help-echo.
17590 (widget-types-convert-widget): Defsubst it.
17591 (widget-echo-help): Try to cope with a help-echo function of two
17592 possible sorts.
17593
17594 2000-07-15 Jason Rumney <jasonr@gnu.org>
17595
17596 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17597 Declare as obsolete.
17598
17599 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17600
17601 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17602
17603 * hilit-chg.el: Fix typo.
17604
17605 2000-07-14 Dave Love <fx@gnu.org>
17606
17607 * info.el (Info-mode-menu): Fix use of :help, :enable.
17608
17609 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17610
17611 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17612
17613 2000-07-13 Dave Love <fx@gnu.org>
17614
17615 * emacs-lisp/easymenu.el: Doc fixes.
17616 (easy-menu-remove): Defalias to ignore.
17617
17618 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17619 Call throw correctly.
17620
17621 2000-07-13 Gerd Moellmann <gerd@gnu.org>
17622
17623 * faces.el (frame-background-mode): Doc fix.
17624
17625 * simple.el (eval-expression-print-length): Change custom type to
17626 allow entering nil as value.
17627
17628 2000-07-13 Dave Love <fx@gnu.org>
17629
17630 * progmodes/fortran.el (fortran-imenu-generic-expression):
17631 Change definition layout.
17632 (fortran-mode-menu): Reinstate customize entries.
17633
17634 * cus-edit.el (custom-group-menu-create, customize-menu-create):
17635 Use :filter, per old XEmacs code.
17636
17637 2000-07-12 Gerd Moellmann <gerd@gnu.org>
17638
17639 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
17640 event when deciding what to send to the terminal.
17641
17642 2000-07-12 Dave Love <fx@gnu.org>
17643
17644 * cus-start.el: Add optional version as 4th element of specs and
17645 use it for several things new in v21. Remove load-path. Fix type
17646 of line-number-display-limit.
17647
17648 2000-07-11 Dave Love <fx@gnu.org>
17649
17650 * progmodes/fortran.el: Don't require easymenu.
17651 Use repeat counts in various regexps.
17652 (fortran-mode-syntax-table): Defvar directly.
17653 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
17654 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
17655 Use defvar, not defconst.
17656 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
17657 (fortran-mode): Set fortran-comment-line-start-skip,
17658 fortran-comment-line-start-skip, dabbrev-case-fold-search.
17659 (fortran-comment-indent): Use defsubst.
17660 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
17661 Use fortran-comment-indent, not fortran-comment-indent-function.
17662 (fortran-comment-region, fortran-electric-line-number): Simplify.
17663 (fortran-auto-fill): New function.
17664 (fortran-do-auto-fill): Deleted.
17665 (fortran-find-comment-start-skip):
17666 Check for non-null comment-start-skip.
17667 (fortran-auto-fill-mode, fortran-fill-statement):
17668 Use fortran-auto-fill.
17669 (fortran-fill): Use fortran-auto-fill. Check for null
17670 comment-start-skip. Simplify final clause and use end-of-line finally.
17671
17672 * widget.el (widget-plist-member): New alias.
17673
17674 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
17675
17676 * eshell/esh-module.el (toplevel): Reference
17677 byte-compile-current-file only if it is bound.
17678
17679 2000-07-10 Gerd Moellmann <gerd@gnu.org>
17680
17681 * dired.el: Don't require `dired-aux'.
17682
17683 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
17684
17685 * dired-aux.el (dired-show-file-type): New function.
17686 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
17687 (dired-show-file-type): Add autoload.
17688
17689 2000-07-10 Kenichi Handa <handa@etl.go.jp>
17690
17691 * international/mule-diag.el (describe-font): Adjusted for the
17692 change of fontset-info.
17693 (print-fontset): Likewise.
17694
17695 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
17696
17697 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
17698
17699 2000-07-07 Gerd Moellmann <gerd@gnu.org>
17700
17701 * bindings.el: Bind `[delete]' to delete-char.
17702
17703 * dired.el (dired-find-alternate-file): New function.
17704 (dired-mode-map): Bind `a' to dired-find-alternate-file.
17705 (toplevel): Require dired-aux when compiling.
17706 (dired-buffers): Move defvar within file to avoid compiler warning.
17707
17708 * info.el (Info-last-search): Variable removed.
17709 (Info-search-history): New variable.
17710 (Info-search): New Info-search-history.
17711
17712 * battery.el, info-look.el: Change author's mail address.
17713
17714 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
17715
17716 * mail/rmail.el (rmail-clear-headers): Don't throw an error
17717 if rmail-ignored-headers is nil.
17718 (rmail-retry-failure): Bind rmail-ignored-headers and
17719 rmail-displayed-headers to nil.
17720
17721 2000-07-06 Gerd Moellmann <gerd@gnu.org>
17722
17723 * lpr.el (lpr-page-header-switches): Add `-h' switch.
17724 (print-region-1): Don't hard code `-h' here.
17725
17726 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
17727
17728 2000-07-01 Francesco Potorti` <pot@gnu.org>
17729
17730 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
17731 exim can use "your message" instead of "the message".
17732
17733 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
17734
17735 * facemenu.el: Docstrings fixes.
17736 (facemenu-get-face): Don't use internal-find-face.
17737 (facemenu-iterate): Rename arg to match the docstring.
17738
17739 * newcomment.el (uncomment-region): Be more careful when skipping
17740 backwards over `=' not to bump into BOBP.
17741
17742 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
17743
17744 * ediff-diff.el (ediff-wordify): Use syntax table.
17745 * ediff-init.el (ediff-has-face-support-p): Use
17746 ediff-color-display-p.
17747 (ediff-color-display-p): Use display-color-p, changed to defun
17748 from defsubst.
17749 Got rid of special cases for NeXT and OS/2.
17750 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
17751 face.
17752
17753 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17754
17755 * emacs-lisp/lucid.el: Require CL.
17756 (copy-tree, remprop): Remove, it's provided by CL.
17757 (map-keymap): Define in terms of cl-map-keymap.
17758 (extent-property, set-extent-end-glyph): New functions.
17759
17760 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
17761
17762 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17763
17764 * Makefile.in (DONTCOMPILE): Add comment that the name may
17765 not be changed without changing the make-dist script.
17766
17767 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
17768 (cl-mapc): Use mapc instead of cl-old-mapc.
17769
17770 2000-07-05 Andrew Innes <andrewi@gnu.org>
17771
17772 * makefile.nt: Add support for `bootstrap' and related targets.
17773
17774 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17775
17776 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
17777 (easy-menu-do-define): Use `menu-item' format.
17778 Handle case where easy-menu-create-menu returns a symbol.
17779 Manually call the potential top-level filter in the function binding.
17780 (easy-menu-filter-return): New arg NAME.
17781 Convert to a keymap if MENU is an XEmacs menu.
17782 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
17783 (easy-menu-converted-items-table, easy-menu-convert-item):
17784 New var and fun to memoize easy-menu-convert-item-1.
17785 (easy-menu-do-add-item): Use it.
17786 (easy-menu-create-menu): Use easy-menu-convert-item.
17787 Wrap easy-menu-filter-return around any :filter specification.
17788 Don't convert the menu if a filter was specified.
17789 Tell easy-menu-make-symbol not to check for MENU being an expression.
17790 (easy-menu-make-symbol): New arg NOEXP.
17791
17792 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17793
17794 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
17795 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
17796 (eval-defun): If called with prefix arg, instrument code for
17797 Edebug.
17798
17799 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
17800 similar to that of eval-defun.
17801
17802 2000-07-04 Dave Love <fx@gnu.org>
17803
17804 * hl-line.el (hl-line-overlay): Make it permanent-local.
17805
17806 * calendar/todo-mode.el: Replaced with a working version, based on
17807 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
17808
17809 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
17810
17811 * paths.el (prune-directory-list): New function.
17812 (Info-default-directory-list): Rewritten to more methodically
17813 enumerate a big list of possible info directories (based on the
17814 list used by the standalone info reader).
17815
17816 * info.el (info-initialize): Use prune-directory-list to remove
17817 non-existent directories from Info-directory-list.
17818
17819 * paths.el (Info-default-directory-list): Try a list of possible
17820 info-directories instead of a single one. Add the possible
17821 info directory "/usr/share/info".
17822
17823 * woman.el (woman-man.conf-path): Explicitly include the debian
17824 man-db config file "/etc/manpath.config".
17825 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
17826 are present in `manpath.config'.
17827 (woman-manpath): Include "/usr/share/man".
17828
17829 2000-07-03 Gerd Moellmann <gerd@gnu.org>
17830
17831 * frame.el (blink-cursor-mode): Don't hide cursor initially.
17832
17833 * startup.el (command-line): Initialize blink-cursor based
17834 on window-system.
17835
17836 * frame.el (blink-cursor): Default to nil if not running under
17837 a window-system.
17838
17839 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
17840 (face-x-resources): Remove duplicate entry for :font.
17841
17842 * textmodes/refer.el (refer-find-entry-internal): Use some-window
17843 instead of cycling through windows with next-window.
17844
17845 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
17846 of cycling through windows with next-window.
17847
17848 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
17849 of cycling through windows with next-window.
17850
17851 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
17852 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
17853 instead of cycling through windows with next-window.
17854
17855 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
17856 instead of cycling through windows with next-window.
17857
17858 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
17859 of cycling through windows with next-window.
17860
17861 * terminal.el (te-process-output): Use walk-windows instead of
17862 cycling through windows with next-window.
17863
17864 * server.el (server-switch-buffer): Use some-window instead of
17865 cycling through windows with next-window.
17866
17867 * window.el (some-window): New function.
17868 (walk-windows): Remove reference to walk-windows-start.
17869
17870 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
17871
17872 2000-07-03 Richard Stallman <rms@gnu.org>
17873
17874 * window.el (walk-windows): Guarantee termination by keeping a list
17875 of all the windows already handled.
17876
17877 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17878
17879 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
17880 window-system.
17881
17882 * man.el (Man-notify-when-ready): Don't use window-system. If
17883 Man-notify-method is newframe, and the display is not
17884 multi-frame, select the frame created for the man page.
17885 (Man-init-defvars): Doc fix.
17886
17887 2000-06-28 Gerd Moellmann <gerd@gnu.org>
17888
17889 * faces.el (region): Change background color for light background.
17890
17891 * ediff-wind.el (ediff-setup-control-frame): Remove :box
17892 attribute from mode-line face of Ediff control frame.
17893
17894 * replace.el (query-replace-map): Bind `e' like `E'.
17895
17896 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17897
17898 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
17899 Change name to "Select All".
17900
17901 * dos-fns.el (convert-standard-filename): Fix last change.
17902
17903 2000-06-27 Gerd Moellmann <gerd@gnu.org>
17904
17905 * help.el (describe-variable): Don't insert a second `'s' in front
17906 of the string `value is shown below'. Since the syntax-table is
17907 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
17908 an existing `'s', so that this won't be deleted.
17909
17910 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
17911 * pcmpl-unix.el: New files.
17912
17913 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
17914
17915 * wid-edit.el (widget-member): Use the new plist-member.
17916
17917 2000-06-26 Gerd Moellmann <gerd@gnu.org>
17918
17919 * replace.el (perform-replace): Undo change of 2000-04-04.
17920 Instead, move backward 1 character at the end of the loop when
17921 necessary.
17922
17923 * faces.el (fringe): Change face for different backgrounds.
17924
17925 * eshell/esh-module.el (toplevel): Load defgroup's differently;
17926 patch from John.
17927
17928 * eshell/*.el: Change spelling of the Free Software Foundation.
17929
17930 * eshell/esh-toggle.el: Removed.
17931
17932 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
17933
17934 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
17935 interactively.
17936
17937 2000-06-26 Alex Schroeder <alex@gnu.org>
17938
17939 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
17940 `define-key'; instead of checking `(emacs-version)' check for
17941 `set-keymap-parent' and `set-keymap-name' directly. Add entries
17942 for `;' and `o' which might be electric.
17943
17944 (sql-electric-stuff): New user option.
17945 (sql-magic-go): New function which uses `sql-electric-stuff'.
17946 (sql-magic-semicolon): New function which uses
17947 `sql-electric-stuff'.
17948
17949 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
17950 is not fboundp.
17951
17952 (sql-oracle-options): New variable.
17953 (sql-oracle): Use it.
17954
17955 (sql-imenu-generic-expression): Doc change.
17956 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
17957 is used.
17958
17959 (sql-informix): Added command line parameter "-" to force
17960 sql-informix-program to use stdout.
17961
17962 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
17963
17964 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
17965 (cp864-decode-table): Doc fix.
17966 (cp720-decode-table): New variable, supports the Arabic OEM
17967 codepage used by Windows.
17968 (cp737-decode-table): New, Greek OEM codepage used by Windows.
17969
17970 2000-06-23 Dave Love <fx@gnu.org>
17971
17972 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
17973 (font-lock-fontify-anchored-keywords): Use
17974 line-beginning-position.
17975 (global-font-lock-mode): Use mapc.
17976
17977 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
17978
17979 * eshell/esh-module.el: Require CL when compiling.
17980
17981 2000-06-23 Gerd Moellmann <gerd@gnu.org>
17982
17983 * comint.el (comint-substitute-in-file-name): Call replace-match
17984 with second and third arg t.
17985
17986 * cus-edit.el (custom-button-face, custom-button-pressed-face):
17987 Specify foreground color.
17988
17989 * faces.el (tool-bar, mode-line, header-line): Specify foreground
17990 color.
17991
17992 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
17993
17994 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
17995 cddr instead of cdddr.
17996
17997 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
17998 instead of copy-list.
17999
18000 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18001 of copy-list.
18002
18003 * subdirs.el: Add eshell subdirectory.
18004
18005 * eshell: New subdirectory containing the Eshell package.
18006
18007 * pcomplete.el: New file.
18008
18009 2000-06-23 Paul Eggert <eggert@twinsun.com>
18010
18011 * mail/mailpost.el (post-mail-send-it): Make sure file has
18012 proper permissions from birth.
18013
18014 * files.el (basic-save-buffer-2): When temporarily setting
18015 file modes, set them to current modes plus 0200, not to 0777.
18016
18017 * emerge.el (emerge-make-temp-file): Make sure file has proper
18018 permissions from birth.
18019
18020 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18021
18022 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18023 backup file name through convert-standard-filename.
18024
18025 * dos-fns.el (convert-standard-filename): Convert leading
18026 directories as well. When long file names are supported, convert
18027 characters that are invalid in Windows file names.
18028
18029 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18030
18031 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18032 ps-print crashes. New feature: page selection for printing. Create
18033 raw-text-unix coding system for XEmacs. Doc fix.
18034 (ps-print-version): New version number (5.2.3).
18035 (ps-plot-region): Bug fix.
18036 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18037 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18038 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18039 funs.
18040 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18041 (ps-last-page): New vars.
18042
18043 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18044
18045 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18046 empty option string.
18047
18048 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18049
18050 * man.el (man): Doc fix.
18051
18052 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18053
18054 * international/mule-cmds.el (set-language-info-alist): Docstring
18055 fixed.
18056
18057 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18058
18059 * version.el (emacs-version): Use ISO date format.
18060
18061 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18062 instead of `M-backspace'.
18063
18064 * simple.el (turn-off-auto-fill): New function.
18065
18066 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18067
18068 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18069 Renamed from with-buffer-prepared-for-font-lock and use
18070 inhibit-modification-hooks rather than setting *-change-functions.
18071 Update all functions to use the new name.
18072 (jit-lock-first-unfontify-pos): New semantics (and doc).
18073 (jit-lock-mode): Make non-interactive.
18074 Don't automatically turn on font-lock.
18075 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18076 Always use jit-lock-after-change.
18077 Remove and restore font-lock-after-change-function.
18078 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18079 (jit-lock-after-unfontify-buffer): Remove.
18080 (jit-lock-stealth-fontify):
18081 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18082 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18083
18084 2000-06-20 Sam Steingold <sds@gnu.org>
18085
18086 * emacs-lisp/cl-indent.el (toplevel): Indent
18087 `print-unreadable-object' properly. Untabify.
18088
18089 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18090
18091 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18092 Support for bibentry.
18093 (reftex-compile-variables): Fixed problem with end of section-re.
18094
18095 * texmodes/reftex-dcr.el (reftex-view-crossref,
18096 reftex-view-crossref-from-bibtex):
18097 Deal with changed `reftex-find-citation-regexp-format'.
18098 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18099 Replaced `remprop' with `put'.
18100 (reftex-view-crossref, reftex-view-crossref-when-idle):
18101 Support for bibentry.
18102
18103 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18104 New entry for bibentry package.
18105
18106 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18107 Regexp also matches "\nobibliography".
18108
18109 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18110 Call `reftex-ensure-write-access' before doing anything.
18111 (reftex-ensure-write-access): New function.
18112
18113 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18114
18115 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18116
18117 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18118
18119 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18120
18121 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18122
18123
18124 2000-06-20 Dave Love <fx@gnu.org>
18125
18126 * faces.el (frame-background-mode): Use set-default, not set, in
18127 setter.
18128 (frame-update-faces, frame-update-face-colors): Define with
18129 defalias.
18130
18131 * enriched.el (enriched-decode-foreground)
18132 (enriched-decode-background): Don't use internal-find-face.
18133
18134 * apropos.el: Doc fixes.
18135
18136 * cus-edit.el (customize-changed-options): Check arg.
18137 (customize-version-lessp): Don't require decimal point.
18138
18139 * custom.el (defcustom, defgroup): Doc fix.
18140
18141 * newcomment.el (comment) <defgroup>: Add :version.
18142 (comment-multi-line): Doc fix.
18143
18144 * emulation/mlsupport.el (define-hooked-local-abbrev,
18145 define-hooked-global-abbrev): Fix, using define-abbrev.
18146
18147 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18148
18149 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18150 the whole buffer.
18151
18152 2000-06-19 Dave Love <fx@gnu.org>
18153
18154 * menu-bar.el (menu-bar-options-save): New function.
18155 (menu-bar-options-menu): Use it.
18156 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18157 Simplify.
18158
18159 2000-06-19 Andreas Schwab <schwab@suse.de>
18160
18161 * progmodes/etags.el (tags-query-replace): Put new parameters
18162 START and END at the end, for backward compatibility.
18163
18164 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18165
18166 * international/codepage.el:
18167 (cp-coding-system-for-codepage-1): Delete special codes for
18168 generating xxx-dos coding system because now a CCL based coding
18169 system can handle EOL conversion by default.
18170
18171 * international/mule.el (make-coding-system): Generate subsidiary
18172 coding systems for EOL handling variants even for a CCL based
18173 coding system.
18174
18175 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18176
18177 * international/isearch-x.el (isearch-minibuffer-input-method)
18178 (isearch-minibuffer-input-method-function): These variables
18179 deleted.
18180 (isearch-with-input-method): Don't use the above variables.
18181 (isearch-process-search-multibyte-characters): Likewise. Call
18182 read-string with the arg INHERIT-INPUT-METHOD t.
18183
18184 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18185
18186 * font-lock.el (font-lock-after-fontify-buffer)
18187 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18188
18189 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18190 Use consistent make-local-variable style for font-lock-fontified.
18191 (jit-lock-fontify-buffer):
18192 Don't bother checking for font-lock-mode and jit-lock-mode.
18193
18194 * time.el: Remove trailing ^M that prevent CVS-merging.
18195
18196 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18197
18198 * Makefile.in (distclean): New target.
18199
18200 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18201
18202 * Makefile.in (srcdir): Define for update-subdirs.
18203
18204 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18205
18206 * find-lisp.el: New file.
18207
18208 2000-06-16 Andrew Innes <andrewi@gnu.org>
18209
18210 * time.el (display-time-mail-function): New variable, to allow
18211 external packages to indicate when new mail is available.
18212 (display-time-update): Use it.
18213
18214 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18215
18216 * international/mule.el (mule-version): Change version name to
18217 SAKAKI. AOI has already been used by Meadow.
18218
18219 * international/quail.el (quail-show-guidance-buf): To find the
18220 bottom window (but minibuffer), pay attention to the height of
18221 minibuffer.
18222
18223 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18224
18225 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18226 menu-bar menus. Add help strings. Don't remove the Edit menu
18227 from the menu bar, as the menu bar has enough space now.
18228
18229 * Makefile.in (SHELL): Make sure /bin/sh is used.
18230
18231 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18232 characters, which use series of two ^H characters instead of one.
18233
18234 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18235
18236 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18237 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18238 functions.
18239 (Info-find-node-2): Try a case-sensitive search first, then
18240 do a case-insensitive search.
18241
18242 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18243 tutorials.
18244
18245 * complete.el (PC-env-vars-alist): New variable.
18246 (PC-complete-as-file-name): New function.
18247 (partial-completion-mode): Initialize PC-env-vars-alist from
18248 process-environment.
18249 (PC-do-completion): Handle completion of env vars.
18250
18251 * info.el (Info-set-mode-line): Show file name in mode line,
18252 use `*Info*' instead of `Info:'.
18253
18254 * startup.el (command-line-1): Change copyright messages to year
18255 2000.
18256
18257 2000-06-15 Dave Love <fx@gnu.org>
18258
18259 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18260 not local-map.
18261
18262 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18263
18264 * international/mule.el (set-buffer-file-coding-system): Almost
18265 rewritten to handle `undecided' as no-op.
18266
18267 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18268
18269 * Makefile.in: New file.
18270
18271 * Makefile: Removed.
18272
18273 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18274 (goto-address-highlight-keymap): Bind C-c RET.
18275
18276 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18277
18278 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18279 inherits buffer-file-coding-system of the current buffer.
18280
18281 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18282 0. Give correct argument to set-auto-coding-function.
18283 (tar-expunge): For goto-char, use (point-min), not 0.
18284 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18285 (tar-subfile-save-buffer): Likewize.
18286
18287 * international/mule.el
18288 (after-insert-file-set-buffer-file-coding-system): Call
18289 set-buffer-file-coding-system with the arg FORCE t.
18290
18291 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18292
18293 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18294 nil. Contemporary sendmails issue an X-Authentication-Warning if
18295 the sender is set with `-f'.
18296
18297 2000-06-13 Dave Love <fx@gnu.org>
18298
18299 * help.el (describe-function-1): Kluge around cases of functions
18300 fset to subrs whose doc doesn't match their symbol-name.
18301
18302 * image.el (insert-image): Default STRING to a space.
18303
18304 * info.el Doc fixes.
18305 (Info-build-node-completions): Match Ref tags.
18306
18307 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18308
18309 * frame.el (display-multi-frame-p, display-multi-font-p): New
18310 defaliases for display-graphic-p.
18311
18312 * hl-line.el: Fixed a typo in commentary.
18313
18314 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18315
18316 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18317 fixed.
18318
18319 2000-06-12 Dave Love <fx@gnu.org>
18320
18321 * image.el (insert-image): Save a little consing.
18322
18323 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18324
18325 * language/tibet-util.el: Convert all tibetan-1-column characters
18326 to the corresponding tibetan characters.
18327 (tibetan-add-components): Delete code for the special treatment of
18328 'a chung.
18329
18330 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18331 change.
18332 (tibetan-vowel-transcription-alist): More rules added.
18333 (tibetan-composite-vowel-alist): New variable.
18334 (tibetan-precomposition-rule-alist): More rules added.
18335
18336 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18337
18338 * startup.el (command-line): Only call menu-bar-mode if interactive.
18339
18340 * thingatpt.el (toplevel symbol-properties):
18341 * textmodes/makeinfo.el (makeinfo-compile):
18342 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18343 * progmodes/hideif.el (hif-compress-define-list)
18344 (hide-ifdef-use-define-alist):
18345 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18346 (ange-ftp-vms-add-file-entry):
18347 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18348 * man.el (Man-build-man-command):
18349 * mail/rnewspost.el (news-reply-header-hook):
18350 * info.el (Info-insert-dir):
18351 * emulation/mlconvert.el (backward-word, forward-word, setq):
18352 * emacs-lisp/gulp.el (gulp-send-requests):
18353 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18354 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18355 (byte-optimize-apply, end of file):
18356 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18357 (ad-make-freeze-definition):
18358 * startup.el (command-line, command-line-1): Don't quote lambdas.
18359
18360 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18361 (cvs-cleanup-removed): New function.
18362 (cvs-cleanup-functions): New var.
18363 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18364 some flexibility in specifying additional entries to auto-cleanup.
18365 (cvs-quickdir): New function.
18366 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18367 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18368 (cvs-mode-find-file): Check that we are on a filename or dirname
18369 when invoked through a mouse-click.
18370 (cvs-full-path): Remove.
18371 (cvs-dired-action): Re-introduced.
18372 (cvs-dired-noselect): Use it.
18373 (vc-post-command-functions): use this new hook if available.
18374
18375 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18376 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18377 (cvs-filename-map, cvs-dirname-map): Remove.
18378 (cvs-default-action): Remove.
18379 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18380 if the arg is really a keymap.
18381 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18382 Don't hardcode the mapping from state (aka type) to face, but check
18383 the var cvs-fi-<type>-face instead.
18384 (cvs-fileinfo-from-entries): New function.
18385
18386 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18387 Docstring fix.
18388 (cvs-find-file-and-jump): Change default to be safer.
18389 (cvs-mode-diff-map): Define it as a function as well.
18390 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18391 Bind mouse-2 in this global map rather than with text-properties.
18392
18393 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18394 file to resolve the ambiguity between C(conflict) and C(need-merge).
18395
18396 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18397
18398 * international/mule.el (set-buffer-file-coding-system): If
18399 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18400 unconditionally.
18401
18402 2000-06-12 Dave Love <fx@gnu.org>
18403
18404 * wid-edit.el (widget-specify-button): Really suppress the face if
18405 required.
18406
18407 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18408
18409 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18410
18411 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18412
18413 * imenu.el (imenu-generic-expression): Docstring fix.
18414
18415 * composite.el (composition-function-table): Move the `put'
18416 below the autoload cookie so we can load the file before loaddefs.
18417
18418 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18419
18420 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18421 Handle easy-mmode-define-global-mode.
18422 For complex macros like define-minor-mode that can generate
18423 several autoload entries, try to autoload entries in the
18424 macroexpanded code.
18425
18426 * emacs-lisp/easy-mmode.el (define-minor-mode):
18427 If KEYMAP is a symbol, just use it.
18428 Use byte-compile-current-file and load-file-name to infer the
18429 proper :require to pass to defcustom.
18430 Wrap the hook var into `progn' so as not to autoload it.
18431 Add a :autoload-end cookie.
18432 Be more careful about the evaluation of KEYMAP.
18433 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18434 (define-derived-mode): Move define-abbrev-table outside of defvar.
18435
18436 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18437
18438 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18439 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18440 (backup-compiled-files): Ignore errors during `tar'.
18441 (bootstrap): Make autoloads before elc files.
18442
18443 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18444
18445 * international/mule.el (set-buffer-file-coding-system): If one of
18446 undecided-XXX is specified, change only EOL conversion.
18447
18448 * international/mule-conf.el (unix): New alias for the coding
18449 system undecided-unix.
18450
18451 2000-06-09 Dave Love <fx@gnu.org>
18452
18453 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18454
18455 * progmodes/executable.el: Byte compile dynamic.
18456 (executable-insert): Change custom type.
18457 (executable-find): Add autoload cookie.
18458 (executable-make-buffer-file-executable-if-script-p): New
18459 function. After Noah Friedman.
18460
18461 * files.el (after-save-hook): Customize, with
18462 executable-make-buffer-file-executable-if-script-p as an option.
18463
18464 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18465
18466 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18467 "tib24p-mule.bdf" for Tibetan.
18468
18469 * composite.el (decompose-composite-char): Declare it as obsolete.
18470
18471 * man.el (Man-fontify-manpage): Pay attention to underline and
18472 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18473
18474 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18475
18476 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18477 Set maintainer to FSF since author isn't reachable.
18478
18479 2000-06-08 Dave Love <fx@gnu.org>
18480
18481 * international/mule-cmds.el (select-safe-coding-system): If
18482 DEFAULT-CODING-SYSTEM is not specified, also check the most
18483 preferred coding-system if buffer-file-coding-system is
18484 `undecided'. From Handa.
18485
18486 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18487
18488 * international/mule.el
18489 (after-insert-file-set-buffer-file-coding-system): If the buffer
18490 size is greater than INSERTED, judget that we are not visiting.
18491
18492 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18493
18494 * whitespace.el (defgroup whitespace): Comment out `:version'.
18495 XEmacs 20.4 has problems defining the group with this present.
18496 We'll have this commented out till get resolve the problem.
18497
18498 2000-06-07 John Wiegley <johnw@gnu.org>
18499
18500 * align.el (align-dq-string-modes, align-sq-string-modes)
18501 (align-open-comment-modes): Add pyhton-mode.
18502 (align-rules-list): Use get-text-property instead of
18503 text-properties-at.
18504 (align-rules-list): Add python-assignment.
18505 (align-rules-list): Change perl-comma-delimiter to
18506 basic-comma-delimiter. Use if for Perl modes and python-mode.
18507 (align-rules-list): Add python-chain-logic and
18508 basic-line-continuation.
18509
18510 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18511
18512 * apropos.el (apropos-mode-hook): New user variable.
18513 (apropos-mode): Run apropos-mode-hook.
18514
18515 2000-06-07 David Ponce <david@dponce.com>
18516
18517 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18518 commands. Require `wid-edit' at run-time.
18519
18520 2000-06-07 David Ponce <david@dponce.com>
18521
18522 * recentf.el: Added some "Commentary".
18523 (recentf-open-more-files, recentf-edit-list): Minor changes to
18524 move the point at the top of the file list. This behaviour is
18525 consistent with the menu one when the list contains a lot of
18526 files.
18527 (recentf-cleanup): Now displays the number of items removed from
18528 the list.
18529 (recentf-relative-filter) New menu filter to show filenames
18530 relative to `default-directory'.
18531
18532 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18533
18534 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18535 with/without giving an error if PostScript printer doesn't have this
18536 kind of page size. Zebra Stripe continues or restarts on next page.
18537 Manual/automatic paper feeding. Switch or not the header.
18538 (ps-print-version): New version number (5.2.2).
18539 (ps-windows-system): Include emx as a Windows system.
18540 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18541 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18542 (ps-background-text): Code fix.
18543 (ps-error-handler-message, ps-user-defined-prologue)
18544 (ps-print-prologue-header, ps-printer-name)
18545 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18546 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18547 (ps-use-face-background): Customization fix.
18548 (ps-n-up-database): Data fix.
18549 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18550 (ps-switch-header): New vars.
18551 (ps-xemacs-color-name, ps-face-foreground-name)
18552 (ps-face-background-name, ps-boolean-constant): New funs.
18553
18554 2000-06-07 Dave Love <fx@gnu.org>
18555
18556 * allout.el: New version from Manheimer.
18557
18558 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18559
18560 * textmodes/fill.el (fill-find-break-point): Check the validity of
18561 charset.
18562
18563 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18564
18565 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18566 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18567 Call display-color-p and display-mouse-p instead of looking at
18568 window-system.
18569
18570 2000-06-06 Dave Love <fx@gnu.org>
18571
18572 * image.el (find-image): Doc fix. Return nil if image not found.
18573 (put-image, insert-image): Make STRING arg optional.
18574
18575 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18576
18577 * language/vietnamese.el: Remove eval-when-compile.
18578 (viet-viscii-nonascii-translation-table): Define it as a
18579 translation table made from viet-viscii-decode-table.
18580 (viet-viscii-encode-table): Define it as a translation table made
18581 from the reverse map of above.
18582 (viet-vscii-nonascii-translation-table): Define it as a
18583 translation table made from viet-vscii-decode-table.
18584 (viet-vscii-encode-table): Define it as a translation table made
18585 from the reverse map of above.
18586 (ccl-decode-viscii): Use translate-character.
18587 (ccl-encode-viscii, ccl-encode-viscii-font)
18588 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18589 Likewize.
18590
18591 * language/cyrillic.el: Remove eval-when-compile.
18592 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18593 translation table made from cyrillic-koi8-r-decode-table.
18594 (cyrillic-koi8-r-encode-table): Define it as a translation table
18595 made from the reverse map of above.
18596 (ccl-decode-koi8): Use translate-character.
18597 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18598 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18599 a translation table made from cyrillic-alternativnyj-decode-table.
18600 (cyrillic-alternativnyj-encode-table): Define it as a translation
18601 table made from the reverse map of above.
18602 (ccl-decode-alternativnyj): Use translate-character.
18603 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18604 Likewize
18605
18606 * international/mule-diag.el (non-iso-charset-alist): Specify
18607 translation table symbol instead of translation table itself.
18608 (list-block-of-chars): CHARSET may be a translation table symbol.
18609
18610 * international/mule.el (make-coding-system): If CODING-SYSTEM
18611 already exists, override it.
18612
18613 * international/fontset.el: Use family `proportional' for Tibetan
18614 fonts.
18615
18616 * international/ccl.el (ccl-compile-translate-character): Don't
18617 check if Rrr has property translation-table.
18618 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18619
18620 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18621
18622 * info.el: Bind case-fold-search to t when searching in case
18623 a user sets it to nil in a hook.
18624
18625 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
18626
18627 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18628 * hl-line.el (hl-line-mode): Use the new :global key argument.
18629
18630 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18631 (tar-clip-time-string): Prepend a space.
18632 (tar-grind-file-mode): Construct a string rather than modifying one.
18633 (tar-header-block-summarize): Fix docstring.
18634 Use `format' rather than an error-prone set of copy-loops.
18635
18636 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
18637 (diff-goto-source, diff-unified->context, diff-context->unified)
18638 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
18639 understand the format output by the `-p' argument to diff.
18640
18641 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
18642 (sh-re-done): Use defconst.
18643 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
18644 (sh-help-string-for-variable, sh-guess-basic-offset):
18645 Don't quote lambdas.
18646 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
18647 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
18648
18649 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
18650 (mh-letter-mode): Derive from text-mode.
18651 This implicitly means that it now calls kill-all-local-variables.
18652 Also remove the Emacs-18 compatibility code.
18653
18654 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
18655 Make use of symbol-property doc-string-elt.
18656 Use memq rather than a sequence of eq.
18657 (doc-string-elt): Fix the wrong or missing previously unused values.
18658 (autoload-print-form): New function extracted from
18659 generate-file-autoloads to allow recursion when handling progn
18660 so that defvar's and defun's docstrings are properly printed.
18661 (generate-file-autoloads): Use it.
18662
18663 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
18664 Use find-file-hooks in the minor-mode function.
18665 Be careful not to loop indefinitely in the post-command-hook function.
18666
18667 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
18668
18669 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
18670 tty's.
18671 * ediff-diff.el (ediff-exec-process): Use --binary for fine
18672 differences whenever appropriate.
18673 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
18674 * viper.el (find-file, find-file-other-window): Get viper to do
18675 wildcards.
18676
18677 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
18678
18679 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
18680 (jit-lock-fontify-buffer): New function for JIT refontification.
18681 (jit-lock-mode): Fix docstring.
18682 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
18683 Remove jit-lock-after-change from the _local_ hook.
18684 (jit-lock-function-1): Fix docstring.
18685
18686 * info.el (Info-on-current-buffer): Initialize info.
18687
18688 * newcomment.el (comment-indent): Ignore comment-indent-hook.
18689
18690 * progmodes/tcl.el (tcl-indent-for-comment):
18691 Ignore comment-indent-hook.
18692
18693 * emacs-lisp/easy-mmode.el: Require CL during compilation.
18694 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
18695 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
18696 and improve to use the lighter to guess the capitalization.
18697 (define-minor-mode): Inline code from easy-mmode-define-toggle.
18698 Add keyword arguments to specify global-ness or the custom group.
18699 Add local-map and help-echo properties to the lighter.
18700 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
18701 (easy-mmode-define-global-mode): New macro.
18702
18703 2000-06-02 Dave Love <fx@gnu.org>
18704
18705 * wid-edit.el: byte-compile-dynamic since we typically don't use
18706 all the widgets. Don't require cl or widget. Remove
18707 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
18708 (widget-read-event): Removed. Callers changed to use read-event.
18709 (widget-button-release-event-p): Renamed from
18710 button-release-event-p.
18711 (widget-field-add-space, widget-field-use-before-change):
18712 Uncustomize.
18713 (widget-specify-field): Use keymap property, not local-map.
18714 (widget-specify-button): Obey :suppress-face.
18715 (widget-specify-insert): Use modern backquote syntax.
18716 (widget-image-directory): Renamed from widget-glyph-directory.
18717 (widget-image-enable): Renamed from widget-glyph-enable.
18718 (widget-image-find): Replaces widget-glyph-find.
18719 (widget-button-pressed-face): Move defvar.
18720 (widget-image-insert): Replaces widget-glyph-insert.
18721 (widget-convert): Use keywordp.
18722 (widget-leave-text, widget-children-value-delete): Use mapc.
18723 (widget-keymap): Remove XEmacs stuff.
18724 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
18725 (widget-button-click): Don't set point at the click, but re-centre
18726 if we scroll out of window. Rewritten for images v. glyphs &c.
18727 (widget-tabable-at): Use POS arg, not point.
18728 (widget-beginning-of-line, widget-end-of-line)
18729 (widget-item-value-create, widget-sublist, widget-princ-to-string)
18730 (widget-sexp-prompt-value, widget-echo-help): Simplify.
18731 (widget-default-create): Use widget-image-insert; some rewriting.
18732 (widget-visibility-value-create)
18733 (widget-push-button-value-create, widget-toggle-value-create): Use
18734 widget-image-insert.
18735 (checkbox): Create on and off images dynamically.
18736 (documentation-link): Change :help-echo.
18737 (widget-documentation-link-echo-help): Remove.
18738
18739 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
18740
18741 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
18742
18743 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
18744 (easy-mmode-define-toggle, define-minor-mode): Use it.
18745 (easy-mmode-define-keymap): Docstring fix.
18746 (define-derived-mode): Default PARENT to fundamental-mode.
18747 Add the derived-mode-parent symbol-property.
18748 (easy-mmode-derived-mode-p): New function.
18749
18750 2000-06-02 Dave Love <fx@gnu.org>
18751
18752 * files.el (convert-standard-filename): Doc fix.
18753 (normal-backup-enable-predicate): New function.
18754 (backup-enable-predicate): Use it to replace the lambda form.
18755
18756 * calendar/todo-mode.el: [This needs more work on the outline
18757 stuff.] Doc fixes.
18758 (todo) <defgroup>: Add :version.
18759 (todo-add-category): Don't use pushnew.
18760 (todo-cmd-raise): Fix typo.
18761 (todo-top-priorities): Change temp buffer name.
18762 (todo-category-alist): Avoid redundant lambda.
18763 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
18764 Use outline-next-heading.
18765
18766 * autoarg.el: Rewritten to use define-minor-mode.
18767 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
18768 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
18769
18770 2000-06-02 Kenichi Handa <handa@etl.go.jp>
18771
18772 * isearch.el (isearch-other-meta-char): Fix previous change.
18773
18774 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18775
18776 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
18777 (log-edit-done): Only add the comment to the ring if it's different
18778 from the last comment entered.
18779
18780 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
18781
18782 2000-06-01 Dave Love <fx@gnu.org>
18783
18784 * hl-line.el: Rewritten using define-minor-mode.
18785
18786 * help.el (describe-function-1): Distinguish special form from
18787 builtin function. Sanity-check presence of arglist for builtins.
18788
18789 2000-06-01 Kenichi Handa <handa@etl.go.jp>
18790
18791 * international/characters.el: Fix syntax/category setting of
18792 Tibetan characters.
18793
18794 * language/tibet-util.el (tibetan-add-components): Fixes for new
18795 encoding of Tibetan characters.
18796 (tibetan-decompose-precomposition-alist): New variable.
18797 (tibetan-decompose-region): Convert precomposed characters to
18798 non-precomposed characters.
18799 (tibetan-decompose-string): Likewise.
18800 (tibetan-composition-function): Fix args to
18801 thibetan-compose-string.
18802
18803 * language/tibetan.el (tibetan-composable-pattern): More
18804 characters included.
18805 (tibetan-consonant-transcription-alist): Rule for "R" added.
18806 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
18807 "+R" added.
18808 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
18809
18810 * language/lao-util.el (lao-composition-function): Fix args to
18811 compose-string.
18812
18813 * language/thai-util.el (thai-composition-function): Fix args to
18814 compose-string.
18815
18816 * isearch.el (isearch-update): Set disable-point-adjustment to t
18817 to prevent the point moving to the end of a composition when a
18818 part of a composition is searched.
18819 (isearch-other-meta-char): If the key invoking this command can be
18820 mapped by function-key-map to a printing char, call
18821 isearch-process-search-char directly.
18822
18823 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18824
18825 * emacs-lisp/bytecomp.el:
18826 * frame.el:
18827 * international/mule-cmds.el:
18828 * international/mule-util.el:
18829 * international/mule.el:
18830 * mouse.el:
18831 * subr.el:
18832 * faces.el: Update calls to make-obsolete with a WHEN argument.
18833
18834 * byte-run.el (make-obsolete, make-obsolete-variable):
18835 Add an optional WHEN argument and change the format of the
18836 symbol-property information.
18837 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
18838 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
18839 new obsolete-symbol-property format and print WHEN if it is provided.
18840
18841 2000-05-31 Dave Love <fx@gnu.org>
18842
18843 * loadhist.el (loadhist-hook-functions): Remove
18844 before-change-function, after-change-function.
18845 (unload-feature): Deal with symbols which are both bound and
18846 fbound.
18847
18848 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
18849 before-change-function, after-change-function.
18850
18851 * simple.el (newline): Don't bind before-change-function,
18852 after-change-function.
18853
18854 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
18855
18856 * whitespace.el (whitespace-rescan-timer-time): Update interval
18857 set to 600 seconds (10 minutes) instead of 60 seconds since
18858 a large number of whitespace buffers causes emacs to `freeze'
18859 for a considerable amount of time.
18860
18861 * whitespace.el: Updated email address
18862
18863 2000-05-31 Dave Love <fx@gnu.org>
18864
18865 * add-log.el (change-log-font-lock-keywords) <function>: Add
18866 pattern for function of change.
18867 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
18868 acknowledgements patterns.
18869
18870 2000-05-31 Kenichi Handa <handa@etl.go.jp>
18871
18872 * isearch.el (isearch-printing-char): If keyboard coding system is
18873 being used, call isearch-process-search-multibyte-characters.
18874
18875 * international/isearch-x.el: Mostly rewritten.
18876
18877 * international/quail.el (quail-start-conversion): Don't include
18878 unhandled events in the returned events, but set them in
18879 unread-command-events. Exit if all inputs are deleted.
18880
18881 2000-05-30 Jason Rumney <jasonr@gnu.org>
18882
18883 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
18884
18885 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
18886 Reenable code to create initial fontsets.
18887 Use set-fontset-font in place of put-charset-property.
18888
18889 2000-05-30 Gerd Moellmann <gerd@gnu.org>
18890
18891 * progmodes/perl-mode.el (perl-indent-line): When looking for a
18892 label, ensure that the first colon isn't followed by another.
18893
18894 * paths.el (Info-default-directory-list): Doc fix.
18895
18896 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
18897 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
18898 send a query containing USER only, not USER@HOST.
18899
18900 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
18901 and rmail-msgend to compute the restriction at the end, instead of
18902 computing it.
18903
18904 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18905
18906 * dabbrev.el (dabbrev-expand): Don't display messages in the
18907 echo area if the minibuffer window is active.
18908
18909 * jit-lock.el (jit-lock-mode): Add after change function to
18910 local hook.
18911
18912 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
18913
18914 * antlr-mode.el: New commands: hide/unhide actions,
18915 upcase/downcase literals.
18916 (antlr-tiny-action-length): New user option.
18917 (antlr-hide-actions): New command. Suggested by
18918 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
18919 (antlr-mode-map): New binding [C-c C-v].
18920 (antlr-mode-menu): New entries.
18921 (antlr-downcase-literals): New command.
18922 (antlr-upcase-literals): Ditto.
18923
18924 * antlr-mode.el: Minor changes: indendation, mode-name.
18925 (antlr-indent-line): Indent cpp directive at column 0.
18926 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
18927
18928 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
18929 (antlr-font-lock-additional-keywords): Workaround for intentional
18930 bug in XEmacs version of font-lock.
18931 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
18932 be used by a smarter version of `buffers-menu-grouping-function'.
18933
18934 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18935
18936 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
18937 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
18938
18939 2000-05-29 Kenichi Handa <handa@etl.go.jp>
18940
18941 * international/encoded-kb.el
18942 (encoded-kbd-iso2022-designation-map): Pay attention to that
18943 charset-iso-final-char return -1 for eight-bit-control and
18944 eight-bit-graphic.
18945
18946 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18947
18948 * speedbar.el (speedbar-use-images, speedbar-update-flag)
18949 (speedbar-easymenu-definition-base): Use display-graphic-p where
18950 available, instead of window-system.
18951
18952 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18953
18954 * international/codepage.el (cp-coding-system-for-codepage-1): Add
18955 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
18956 coding systems.
18957
18958 2000-05-26 Dave Love <fx@gnu.org>
18959
18960 * disp-table.el (standard-display-underline): Don't use
18961 internal-find-face.
18962
18963 * mail/reporter.el: Maintainer change. Doc fixes.
18964 (reporter-version): Deleted.
18965
18966 * emacs-lisp/elp.el: Maintainer change.
18967 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
18968
18969 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
18970
18971 * add-log.el (add-change-log-entry): Merge the current entry with the
18972 previous one if the previous one is empty.
18973
18974 2000-05-26 Dave Love <fx@gnu.org>
18975
18976 * loadhist.el (unload-feature): Fix interactive spec [from
18977 lijnzaad@ebi.ac.uk].
18978
18979 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
18980 subr-arity to check primitives.
18981 (byte-compile-flush-pending, byte-compile-file-form-progn)
18982 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
18983 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
18984 mapcar.
18985
18986 2000-05-26 Kenichi Handa <handa@etl.go.jp>
18987
18988 * international/fontset.el: Set family names of non-latin charsets
18989 in default fontset to "*".
18990
18991 * international/mule-diag.el (print-fontset): Combine family part
18992 and registry part of the fontname by "-*-" instead of "-".
18993
18994 * international/mule-cmds.el (encode-coding-char): Make strings
18995 multibyte before calling encode-coding-string.
18996
18997 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
18998
18999 * derived.el: Fix keywords.
19000 (define-derived-mode): Only define if needed.
19001
19002 * simple.el (fill-comment, comment-column, comment-start)
19003 (comment-start-skip, comment-end, comment-indent-function)
19004 (block-comment-start, block-comment-end, indent-for-comment)
19005 (set-comment-column, kill-comment, comment-padding, comment-region)
19006 (comment-multi-line, indent-new-comment-line): Remove.
19007
19008 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19009 function names for comment operations.
19010
19011 * newcomment.el: Add abundant autoload cookies.
19012 (comment-style): Don't depend on runtime data at compile-time.
19013 (comment-indent-hook): Remove.
19014 (comment-indent): Check if comment-indent-hook is bound.
19015 (comment-region): Docstring fix.
19016
19017 2000-05-25 Dave Love <fx@gnu.org>
19018
19019 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19020 byte-code-function-p.
19021
19022 * mail/rmailsum.el: Add provide.
19023
19024 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19025
19026 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19027 defcustom.
19028
19029 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19030
19031 * ediff-diff.el (ediff-exec-process): delete --binary option from
19032 non-buffer ediff jobs.
19033
19034 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19035
19036 * hilit-chg.el (highlight-changes-mode): Ask about color or
19037 grayscale support, not about window-system.
19038
19039 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19040 window-system.
19041 (ffap-highlight): Always default to t.
19042
19043 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19044 display-popup-menus-p instead of looking at window-system.
19045
19046 * disp-table.el (standard-display-g1, standard-display-graphic):
19047 Only refuse to use string glyphs on X and MS-Windows.
19048
19049 * avoid.el: Remove window-system from commentary, suggest to use
19050 display-*-p instead.
19051
19052 * apropos.el (apropos-print): Use display-mouse-p instead of
19053 window-system.
19054
19055 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19056
19057 * international/codepage.el (cp-decoding-vector-for-codepage):
19058 Fill up unsupported characters with their own codes. From Kenichi
19059 Handa.
19060
19061 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19062
19063 * international/mule-diag.el (describe-char-after): Use
19064 display-graphic-p instead of window-system, so that this function
19065 works on MS-DOS.
19066
19067 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19068
19069 * international/codepage.el (cp-make-coding-systems-for-codepage):
19070 Remove the eight-bit-graphic and eight-bit-control charsets from
19071 the list of charsets which we convert into `?'.
19072
19073 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19074
19075 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19076 private charsets.
19077 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19078 japanese-jisx0213-2): New charsets.
19079
19080 * international/fontset.el: Setup default fontset for new charsets.
19081
19082 2000-05-24 Dave Love <fx@gnu.org>
19083
19084 * info.el (Info-find-node-2): Restructure [following "Vadim
19085 S. Solomin" <sovs@uic.nnov.ru>].
19086
19087 * icomplete.el: Fix header for Finder.
19088
19089 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19090
19091 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19092 STAY.
19093
19094 * rmail.el (rmail-automatic-folder-directives): New user variable.
19095 (rmail-show-message): Add call to `rmail-auto-file' during
19096 display.
19097 (rmail-auto-file): New function.
19098
19099 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19100
19101 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19102 account.
19103 (ediff-test-utility,ediff-diff-mandatory-option)
19104 (ediff-reset-diff-options): Utilities for proper initialization of
19105 ediff-diff-options and ediff-diff3-options on Windows.
19106
19107 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19108 variable.
19109
19110 * ediff-mult.el (ediff-filegroup-action): Use
19111 ediff-merge-filename-prefix.
19112
19113 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19114
19115 * viper-ex.el (ex-write): Set selective display to nil.
19116
19117 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19118
19119 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19120 aliases for hebrew-iso-8bit.
19121
19122 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19123
19124 * woman.el: New version from Francis J. Wright
19125 <F.J.Wright@Maths.QMW.ac.uk>.
19126 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19127 names in environment variables regardless of the path separator.
19128 (woman-topic-all-completions-1): Don't call file-name-directory-p
19129 on all files, since woman-file-regexp already filters out any
19130 directories.
19131
19132 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19133
19134 * international/quail.el (quail-start-translation): Don't change
19135 modified-p of the current buffer.
19136 (quail-start-conversion): Likewise.
19137
19138 * international/kkc.el (kkc-region): Don't change modified-p of
19139 the current buffer.
19140
19141 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19142 conform to RFC1468.
19143 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19144
19145 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19146
19147 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19148 (speedbar-insert-button): Invisible text property fix.
19149 (speedbar-directory-plus): Renamed from speedbar-directory-+
19150 (speedbar-directory-minus): Renamed from speedbar-directory--
19151 (speedbar-page-plus): Renamed from speedbar-file-+
19152 (speedbar-page-minus): Renamed from speedbar-file--
19153 (speedbar-page): Renamed from speedbar-file-
19154 (speedbar-tag): Renamed from speedbar-tag-
19155 (speedbar-tag-plus): Renamed from speedbar-tag-+
19156 (speedbar-tag-minus): Renamed from speedbar-tag--
19157 (speedbar-expand-image-button-alist): Use above renames.
19158
19159 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19160 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19161 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19162 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19163 * sb-pg.xpm: Renamed from sb-file.xpm
19164 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19165 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19166
19167 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19168
19169 * international/quail.el (quail-show-guidance-buf): Set
19170 current-input-method of the guidance buffer to the name of the
19171 curren input method.
19172
19173 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19174
19175 * progmodes/compile.el (compile-internal): Style typo.
19176
19177 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19178 quote vars and functions in the docstring.
19179
19180 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19181
19182 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19183 Don't quote lambdas.
19184
19185 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19186
19187 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19188
19189 * startup.el (command-line): Determine source file of compiled
19190 user init file differently. Warn if compiled user init file
19191 is older than its source file.
19192
19193 * ffap.el (ffap-url-regexp): Add `https'.
19194
19195 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19196
19197 * files.el (make-backup-file-name-1): Replace slashes with `!'
19198 rather than `|' (which is not allowed on Windows). Replace the
19199 drive letters with a string "drive_X".
19200
19201 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19202
19203 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19204
19205 * files.el (interpreter-mode-alist): Add `bash2'.
19206
19207 2000-05-22 Dave Love <fx@gnu.org>
19208
19209 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19210 mapc.
19211 (feature-file): Avoid calling symbol-name. Doc fix.
19212 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19213 (loadhist-hook-functions): Add mouse-position-function.
19214 (unload-feature): Change uses of mapcar.
19215
19216 * files.el (parse-colon-path): Doc fix.
19217 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19218 (set-auto-mode): Use mapc.
19219
19220 * complete.el (PC-look-for-include-file): Use :alnum: character
19221 class.
19222 (partial-completion-mode): Add autoload cookie.
19223
19224 2000-05-22 Sam Steingold <sds@gnu.org>
19225
19226 * info.el (Info-fontify-node): Fixed the call to
19227 `add-text-properties' (bug introduced on 2000-05-18).
19228
19229 2000-05-22 Dave Love <fx@gnu.org>
19230
19231 * bindings.el: Remove debug-ignored-errors set in other files.
19232
19233 * progmodes/etags.el: Add to debug-ignored-errors.
19234 (visit-tags-table-buffer): Clear out buffers holding old tables
19235 when making a new list.
19236 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19237 mapc.
19238
19239 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19240 quote keywords.
19241 (cmpl-string-case-type): Use character classes.
19242
19243 * comint.el:
19244 * textmodes/ispell.el:
19245 * imenu.el:
19246 * mail/mh-e.el:
19247 * progmodes/compile.el: Add to debug-ignored-errors.
19248
19249 * dabbrev.el: Add to debug-ignored-errors.
19250 (dabbrev-completion): Use mapc.
19251
19252 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19253
19254 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19255 (woman-mapcan, woman-parse-man.conf)
19256 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19257 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19258 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19259 path syntax better.
19260 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19261 (woman-manpath): Call woman-parse-man.conf.
19262 (woman-emulation): New defcustom, defaults to nroff.
19263 (woman-font-support): New defconst.
19264 (woman-use-symbol-font): New defcustom.
19265 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19266 "Emulation".
19267 Many functions: Doc fix.
19268
19269 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19270
19271 * international/quail.el (quail-simple-translation-keymap): Map
19272 128..255 to quail-self-insert-command.
19273 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19274
19275 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19276
19277 * help.el (help-manyarg-func-alist): Typo.
19278
19279 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19280 intervals which makes it heaps simpler.
19281
19282 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19283 the nested comment markers.
19284
19285 * subr.el (remove-hook): Don't turn the hook's value into a list.
19286
19287 2000-05-21 Dave Love <fx@gnu.org>
19288
19289 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19290 are invalid characters.
19291
19292 * international/mule-util.el (detect-coding-with-priority): Use
19293 mapc. Remove redundant lambda.
19294
19295 * international/mule-diag.el (list-non-iso-charset-chars)
19296 (describe-fontset): Remove redundant lambda.
19297
19298 * emulation/crisp.el (brief-mode): New alias.
19299
19300 * emacs-lisp/ring.el (ring-elements): New function.
19301
19302 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19303 (easy-menu-do-add-item): Use keywordp.
19304
19305 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19306
19307 * replace.el: Doc and error message fixes.
19308 (replace-highlight): Use facep, not internal-find-face.
19309
19310 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19311
19312 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19313
19314 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19315 (log-edit-insert-changelog): Drop `:' as well.
19316
19317 * log-view.el: Fix file description.
19318 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19319 available.
19320 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19321 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19322
19323 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19324 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19325 Print a status message if the toggle is called interactively.
19326 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19327 for global minor modes and use `defcustom' for them.
19328 Use add-minor-mode.
19329 (easy-mmode-define-derived-mode): Remove.
19330 (define-derived-mode): Fancier default docstring.
19331 (easy-mmode-define-navigation): Signal an error rather than (ding).
19332
19333 * newcomment.el (comment-styles): New `box-multi'.
19334 (comment-normalize-vars): Better default for comment-continue to
19335 avoid whitespace-only continuations.
19336 (comment-search-forward): Always move even in the no-syntax case.
19337 (comment-padright): Only obey N if it's only obeyed for padleft.
19338 (comment-make-extra-lines): Better handling of empty continuations.
19339 Use `=' for the filler if comment-start has only one character.
19340 (uncomment-region): Try handling the special `=' filler.
19341 (comment-region): Allow LINES even if MULTI is nil.
19342 (comment-box): Choose box style based on comment-style.
19343
19344 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19345
19346 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19347 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19348
19349 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19350
19351 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19352 and insert, not subst-char-in-region.
19353
19354 * international/mule-diag.el (list-character-sets-1): Handle
19355 charsets eight-bit-control and eight-bit-graphic.
19356 (list-iso-charset-chars): Likewise.
19357 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19358 charactes as is. Use indent-to to align characters.
19359
19360 * international/mule-cmds.el (find-multibyte-characters): Never
19361 exclude charsets eight-bit-control and eight-bit-graphic.
19362
19363 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19364
19365 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19366 Don't quote lambdas.
19367
19368 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19369
19370 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19371
19372 * gud.el (gud-jdb-directories): Doc fix.
19373
19374 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19375
19376 * newcomment.el: New file.
19377
19378 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19379
19380 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19381
19382 2000-05-18 Andreas Schwab <schwab@suse.de>
19383
19384 * dired.el (dired-between-files): Also skip lines beginning with
19385 `used'.
19386
19387 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19388
19389 * msb.el (msb-menu-cond): Add choice `user'.
19390
19391 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19392
19393 * ps-print.el: Compatibility, customization and doc fix.
19394 (ps-printer-name-option): Replace defconst by defvar.
19395 (ps-postscript-code-directory): XEmacs compatibility.
19396 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19397 fix.
19398 (ps-user-defined-prologue, ps-print-prologue-header)
19399 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19400 compatibility and code fix.
19401 (ps-print-background-image, ps-print-background-text):
19402 Customization fix.
19403 (ps-line-number-start, ps-n-up-on): New vars.
19404
19405 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19406
19407 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19408 the indent-comment function to just return the appropriate indent.
19409
19410 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19411
19412 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19413 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19414 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19415
19416 2000-05-18 Dave Love <fx@gnu.org>
19417
19418 * info.el (Info-fontify-node): Add intangible property as well as
19419 invisible.
19420
19421 * calendar/appt.el (appt-make-list): Match all lines of entry.
19422 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19423
19424 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19425
19426 * international/mule-diag.el (describe-char-after): Call
19427 internal-char-font, not char-font. If internal-char-font returns
19428 nil, display "-- none --".
19429
19430 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19431
19432 * image.el (image-type-available-p): Don't reference image-types
19433 if it isn't bound.
19434
19435 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19436
19437 * autoarg.el (autoarg-mode): Typo in the :set argument.
19438
19439 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19440
19441 * startup.el (command-line-1): Don't signal an error if the
19442 directory for auto-save-list files does not yet exist.
19443
19444 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19445
19446 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19447
19448 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19449
19450 * subr.el (remove-hook): `setq' hook-value, not `set'.
19451
19452 2000-05-16 Sam Steingold <sds@gnu.org>
19453
19454 * info.el (debug-ignored-errors): More errors to ignore.
19455
19456 2000-05-16 Dave Love <fx@gnu.org>
19457
19458 * cus-edit.el: Don't require cl or easymenu.
19459 (custom-variable-prompt): Test standard-value property, not
19460 user-variable-p.
19461
19462 2000-05-16 Sam Steingold <sds@gnu.org>
19463
19464 * subr.el (add-hook): `setq' hook-value, not `set'.
19465
19466 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19467
19468 * startup.el (command-line-1): Mention the FAQ in the startup
19469 message.
19470
19471 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19472
19473 * progmodes/compile.el (compilation-parse-errors): Collect
19474 `nomessage' regexps last.
19475
19476 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19477
19478 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19479 to the function name.
19480
19481 2000-05-15 Dave Love <fx@gnu.org>
19482
19483 * speedbar.el (speedbar-recenter): Typo.
19484 (speedbar-expand-line): Make arg optional.
19485 (speedbar-mode): Avoid a compiler warning.
19486
19487 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19488
19489 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19490 user-specified option string is empty.
19491
19492 * mouse.el (mouse-yank-at-click): Doc fix.
19493
19494 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19495
19496 * term/internal.el (IT-character-translations): More updates of
19497 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19498 documents.
19499
19500 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19501
19502 * env.el (getenv): New function, interactively callable.
19503 (setenv, getenv): Remove autoload cookies.
19504
19505 * loadup.el: Load `env'.
19506
19507 * progmodes/f90.el: Change author's mail address.
19508
19509 2000-05-14 Dave Love <fx@gnu.org>
19510
19511 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19512 goto-addr as an option.
19513
19514 * help.el (help-xref-stack): Doc fix.
19515 (help-xref-following): New variable.
19516 (help-make-xrefs): Use it.
19517 (help-xref-go-back): Use position information from stack element.
19518 (help-follow): Make position in stack element a pair. Use
19519 help-xref-following.
19520
19521 * autoarg.el: New file.
19522
19523 * faces.el: Declare more functions obsolete.
19524
19525 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19526 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19527 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19528 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19529 Remove all the setup-...-environment functions.
19530
19531 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19532
19533 * speedbar.el: Updated the commentary section. xemacs20p now uses
19534 >= when detecting. Require `defimage' safely.
19535 (speedbar-easymenu-definition-base): Add toggle for images.
19536 (speedbar-easymenu-definition-special): Add flush cache & expand.
19537 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19538 (speedbar-reconfigure-keymaps-hook): New variable.
19539 (speedbar-frame-parameters): Updated documentation.
19540 (speedbar-use-imenu-flag): Updated custom tag
19541 (speedbar-dynamic-tags-function-list): New variable.
19542 (speedbar-tag-hierarchy-method): Updated doc & custom.
19543 (speedbar-indentation-width, speedbar-indentation-width) New
19544 variables.
19545 (speedbar-hide-button-brackets-flag): Customizable.
19546 (speedbar-vc-indicator): Doc update.
19547 (speedbar-ignored-path-expressions): Updated default value.
19548 (speedbar-supported-extension-expressions): Updated default value.
19549 (speedbar-syntax-table): Remove {} paren status.
19550 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19551 as "+". Added overlay aliases.
19552 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19553 `force-mode-line-update'.
19554 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19555 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19556 `mouse-set-point'
19557 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19558 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19559 of arbitrary text, and new helper functions.
19560 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19561 filename finder.
19562 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19563 (speedbar-directory-buttons): Update path search/expansion.
19564 (speedbar-make-tag-line): Pay attention to
19565 `speedbar-indentation-width'. Use more care w/ invisible
19566 properties.
19567 (speedbar-change-expand-button-char): Call
19568 `speedbar-insert-image-button-maybe'.
19569 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19570 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19571 (speedbar-trim-words-tag-hierarchy)
19572 (speedbar-simple-group-tag-hierarchy): New functions
19573 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19574 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19575 functions.
19576 (speedbar-mouse-set-point): New function
19577 (speedbar-power-click): Updated documentation.
19578 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19579 of tag prefix text.
19580 (speedbar-expand-line, speedbar-contract-line): Make more robust
19581 to strange text.
19582 (speedbar-expand-line): Takes universal argument to flush the
19583 cache.
19584 (speedbar-flush-expand-line): New function.
19585 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19586 Use new generator insertion method.
19587 (speedbar-fetch-dynamic-tags): New function.
19588 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19589 `speedbar-fetch-dynamic-imenu'.
19590 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19591 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19592 "Revert Buffer" menu items.
19593 (speedbar-buffer-buttons-engine): Be smarter when creating a
19594 filename tag (for expansion purposes.).
19595 (speedbar-highlight-one-tag-line,
19596 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19597 (speedbar-recenter): New functions.
19598 (defimage-speedbar): Image loading abstraction.
19599 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19600 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19601 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19602 (speedbar-tag-type, speedbar-tag-mail): New images.
19603 (speedbar-expand-image-button-alist): New variable.
19604 (speedbar-insert-image-button-maybe): Insert an image over some
19605 buttons.
19606
19607 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19608
19609 * international/mule-cmds.el (encode-coding-char): An ASCII
19610 character is always encodable.
19611
19612 * international/mule-conf.el: Add more information in descriptions
19613 of character sets.
19614
19615 * international/mule-diag.el (describe-char-after): New function.
19616 (describe-font-internal): Adjusted for the change of font-info.
19617 (describe-font): Likewise.
19618 (print-fontset): Rewritten for the new fontset implementation.
19619 (describe-fontset): Include fontset alias names in completion.
19620 (list-fontsets): Adjusted for the change of print-fontset.
19621
19622 * simple.el (what-cursor-position): If DETAIL is non-nil, call
19623 describe-char-after instead of displaying the detail in the echo
19624 area.
19625 (syntax-code-table): Format changed.
19626 (string-to-syntax): Adjusted for the above change.
19627
19628 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
19629
19630 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19631
19632 2000-05-12 Dave Love <fx@gnu.org>
19633
19634 * calendar/todo-mode.el: Remove some compatibility stuff and CL
19635 dependence. Use line-{beginning,end}-position, not
19636 point-at{b,e}ol. Some doc fixes.
19637 (todo-position): New function. Fix callers of position to use it.
19638 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
19639
19640 2000-05-12 Gerd Moellmann <gerd@gnu.org>
19641
19642 * time.el (display-time-mail-icon): Use `:ascent center'.
19643
19644 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
19645 handling FTP security extensions.
19646
19647 2000-05-11 Dave Love <fx@gnu.org>
19648
19649 * calendar/todo-mode.el: New file.
19650
19651 2000-05-11 Gerd Moellmann <gerd@gnu.org>
19652
19653 * comint.el (comint-read-input-ring): Move reference to
19654 comint-input-ring-size outside of the save-excursion. It was
19655 causing the default value to be the only one ever seen.
19656
19657 * font-lock.el: Update copyright. Remove Simon Marshall's email
19658 address on request from him.
19659
19660 * subr.el (substitute-key-definition): Add comment describing
19661 the meaning of PREFIX.
19662
19663 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
19664
19665 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
19666
19667 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
19668 (add-minor-mode): Don't make the variable buffer-local and add a
19669 reference to define-minor-mode in the docstring.
19670
19671 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
19672 HEADER/FOOTER and fix bug with trailing empty directory.
19673 (cvs-append-to-ignore): Use vc-editable-p if available.
19674 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
19675 (vc-do-command): Tweak advice to handle the new VC.
19676
19677 * log-view.el (log-view-goto-rev): New function for the new VC.
19678 (log-view-minor-wrap): Use mark-active.
19679
19680 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19681 (log-edit-changelog-full-paragraphs): New var.
19682 (log-edit-insert-changelog): Remove a lonely leading `* file'.
19683 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
19684 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
19685 (log-edit-changelog-ours-p, log-edit-changelog-entries)
19686 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
19687 Replace the `cvs' prefix with `log-edit'.
19688
19689 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
19690
19691 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
19692 (diff-font-lock-defaults): Explicitly turn off multiline.
19693 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
19694 (diff-ediff-patch): Fix call to ediff-patch-file.
19695 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
19696 Handle comments.
19697
19698 * frame.el (automatic-hscrolling): Typo.
19699
19700 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
19701
19702 2000-05-09 Sam Steingold <sds@goems.com>
19703
19704 * apropos.el (apropos-print): use `describe-face' instead of
19705 `customize-face-other-window'.
19706
19707 2000-05-09 Dave Love <fx@gnu.org>
19708
19709 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
19710
19711 * help.el (describe-variable): Have customize button pop the
19712 help-xref stack when invoked.
19713 (help-xref-symbol-regexp): Add `face'.
19714 (help-make-xrefs): Check for quoted face names and adapt regexp
19715 submatch numbers to cope.
19716 (help-xref-interned): Maybe insert face doc too. Separate
19717 sections with a line of hyphens.
19718
19719 * faces.el: Some doc fixes. Declare some functions obsolete.
19720 (describe-face): Add customize button. Return the help
19721 text. Fix prompt.
19722
19723 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
19724
19725 * term/internal.el (IT-character-translations): Fix last change.
19726
19727 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19728
19729 * woman.el: New file
19730 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
19731
19732 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19733
19734 * term/internal.el (IT-character-translations): Update ASCII
19735 simulations for greek-iso8859-7, add latin-iso8859-14 and
19736 latin-iso8859-15.
19737
19738 * international/mule-cmds.el (set-language-info-alist): Call
19739 define-prefix-command with 3 arguments, to make the map suitable
19740 for a menu.
19741
19742 2000-05-07 Dave Love <fx@gnu.org>
19743
19744 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
19745
19746 2000-05-05 Dave Love <fx@gnu.org>
19747
19748 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
19749 list in doc string. Don't quote keyword symbols.
19750 * emacs-lisp/cl.el: Likewise
19751 * emacs-lisp/cl-seq.el: Likewise
19752
19753 2000-05-05 Gerd Moellmann <gerd@gnu.org>
19754
19755 * abbrev.el (abbrev-mode): Make ARG optional.
19756
19757 2000-05-04 Gerd Moellmann <gerd@gnu.org>
19758
19759 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
19760
19761 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
19762
19763 * subr.el (substitute-key-definition): Clarify documentation.
19764
19765 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
19766
19767 * glasses.el (glasses-convert-to-unreadable): Use
19768 `glasses-separator' instead of the hard-wired "_".
19769 (glasses-mode): Call `glasses-make-unreadable' only in a single
19770 place.
19771
19772 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
19773
19774 * term/internal.el (cjk-codepages-alist): Add associations for
19775 Chinese and Korean codepages. Remove FIXME comment.
19776
19777 2000-05-03 Dave Love <fx@gnu.org>
19778
19779 * time.el (display-time-mail-face, display-time-use-mail-icon):
19780 New option.
19781 (display-time-mail-icon): New variable.
19782 (display-time-string-forms): Use the above. Fix the local-map.
19783
19784 2000-05-03 Gerd Moellmann <gerd@gnu.org>
19785
19786 * replace.el (query-replace-map): Add binding for `E'.
19787 (query-replace-help): Extend help text.
19788 (perform-replace): Allow editing the replacement string.
19789
19790 * make-mode.el (makefile-mode-abbrev-table): New variable.
19791 (makefile-mode): Set local abbrev table to
19792 makefile-mode-abbrev-table.
19793 (makefile-font-lock-keywords): Fontify includes and conditionals.
19794
19795 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
19796 set TOGGLE's value.
19797
19798 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
19799 mail-interactive-insert-alias.
19800 (mail-abbrev-complete-alias): New command.
19801 (mail-mode-map): Bind it to `M-TAB'.
19802
19803 2000-05-03 Kenichi Handa <handa@etl.go.jp>
19804
19805 * language/lao-util.el (lao-compose-region): New function.
19806
19807 2000-05-02 Gerd Moellmann <gerd@gnu.org>
19808
19809 * files.el (recover-session): Make directories as necessary
19810 if they don't exist yet.
19811
19812 * calendar/cal-french.el
19813 (french-calendar-multibyte-special-days-array)
19814 (french-calendar-special-days-array): Change French text.
19815 (calendar-french-date-string): Change output.
19816 (calendar-goto-french-date): Likewise.
19817
19818 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
19819
19820 * wid-edit.el (widget-default-active): Obey `:always-active'.
19821 (widget-documentation-string-value-create): Set `:always-active'.
19822
19823 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19824
19825 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
19826 default prefix to `~/_emacs.d/auto-save.list/_s'.
19827 (normal-top-level): Create the directory for auto-save files, if
19828 it doesn't already exist (in the ms-dos case only).
19829
19830 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19831
19832 * international/mule-cmds.el (set-language-environment): Don't
19833 concat an integer (dos-codepage), use format instead.
19834
19835 2000-05-02 Dave Love <fx@gnu.org>
19836
19837 * help.el (help-xref-on-pp): Check for constant symbols.
19838
19839 2000-04-29 Gerd Moellmann <gerd@gnu.org>
19840
19841 * startup.el (normal-top-level): Put a condition-case around
19842 the code loading subdirs.el.
19843
19844 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19845
19846 * ps-print.el: Upside-down and face background color printing,
19847 line number step, doc fix.
19848 (ps-print-version): New version number (5.2).
19849 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
19850 (ps-face-attribute-list, ps-plot-with-face): Code fix.
19851 (ps-spool-config): Var fix.
19852 (ps-printer-name-option): Const fix.
19853 (ps-print-upside-down, ps-use-face-background)
19854 (ps-line-number-step): New vars.
19855 (ps-window-system, ps-lp-system): New consts.
19856 (ps-face-background): New fun.
19857
19858 2000-04-28 Richard Stallman <rms@gnu.org>
19859
19860 * files.el (make-auto-save-file-name):
19861 Apply auto-save-file-name-transforms to visited file name
19862 before generating auto save file name.
19863 (auto-save-file-name-transforms): New variable.
19864
19865 * files.el (backup-enable-predicate):
19866 Correctly test for a file under a temporary directory.
19867
19868 2000-04-28 Gerd Moellmann <gerd@gnu.org>
19869
19870 * subr.el (add-minor-mode): Rewritten.
19871
19872 2000-04-28 Kenichi Handa <handa@etl.go.jp>
19873
19874 * mail/sendmail.el (sendmail-send-it): Set
19875 buffer-file-coding-system to the selected coding system for MIME
19876 header.
19877
19878 2000-04-27 Gerd Moellmann <gerd@gnu.org>
19879
19880 * dired.el (dired-move-to-filename-regexp): Allow format where
19881 YYYY is followed by two spaces.
19882
19883 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
19884 in the second character class of the regexp.
19885
19886 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
19887 mh-etc, too.
19888
19889 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
19890 nil.
19891
19892 * subr.el (add-minor-mode): Use `set' instead of `setq'.
19893
19894 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
19895 argument.
19896
19897 2000-04-27 Sen Nagata <sen@eccosys.com>
19898
19899 * emacs-lisp/crm.el (crm-completion-table): New variable.
19900 (crm-collection-fn, crm-test-completion)
19901 (completing-read-multiple): Use it.
19902
19903 2000-04-27 Dave Love <fx@gnu.org>
19904
19905 * help.el (locate-library): Use mapc.
19906 (help-manyarg-func-alist): Add call-process-region.
19907
19908 2000-04-26 Gerd Moellmann <gerd@gnu.org>
19909
19910 * subr.el (add-minor-mode): Make argument MAP optional.
19911
19912 * desktop.el (desktop-save): Save list of minor modes.
19913 (desktop-create-buffer): Restore minor modes.
19914 (desktop-minor-mode-table): New user-option.
19915
19916 * subr.el (add-minor-mode): New function.
19917
19918 * image.el (find-image): New function.
19919 (defimage): Rewritten to find image at load time.
19920
19921 * startup.el (normal-top-level-add-to-load-path): Handle
19922 case that the default directory is not in load-path.
19923
19924 * help.el: Old patch from Stefan Monnier.
19925 (help-xref-on-pp): New function.
19926 (describe-variable): Use it to display xrefs in a symbol's value.
19927
19928 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
19929
19930 * cus-edit.el (custom-face): Fix parenthesis.
19931
19932 2000-04-26 Kenichi Handa <handa@etl.go.jp>
19933
19934 * mail/rmail.el (rmail-expunge): When there are no deleted
19935 messages, do nothing.
19936
19937 2000-04-26 Dave Love <fx@gnu.org>
19938
19939 * international/mule-cmds.el (locale-translation-file-name):
19940 Defvar to nil.
19941 (set-locale-environment): Set it here (at runtime).
19942
19943 2000-04-25 Gerd Moellmann <gerd@gnu.org>
19944
19945 * replace.el (perform-replace): Add parameters START and END. Use
19946 them instead of the check for a region in Transient Mark mode.
19947 (query-replace-read-args): Return two more list elements for the
19948 start and end of the region in Transient Mark mode.
19949 (query-replace, query-replace-regexp, query-replace-regexp-eval)
19950 (map-query-replace-regexp, replace-string, replace-regexp): Add
19951 optional last arguments START and END and pass them to
19952 perform-replace.
19953
19954 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
19955 form with additional arguments for perform-replace.
19956
19957 * progmodes/etags.el (tags-query-replace): Add parameters START
19958 and END. Construct a form with additional arguments for
19959 perform-replace.
19960
19961 * simple.el (shell-command): Set default directory for "*Shell
19962 Command Output" buffer.
19963
19964 * language/european.el (iso-latin-4): Fix typo.
19965
19966 * emacs-lisp/crm.el: New file.
19967
19968 2000-04-24 Dave Love <fx@gnu.org>
19969
19970 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
19971 (Custom-reset-saved, Custom-reset-standard)
19972 (custom-group-value-create, custom-group-set, custom-group-save)
19973 (custom-group-reset-current, custom-group-reset-saved)
19974 (custom-group-reset-standard): Use mapc.
19975 (custom-buffer-create-internal): Disable undo when creating items.
19976 Use mapc.
19977 (custom-face): Avoid redundant lambda.
19978
19979 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19980
19981 * startup.el (auto-save-list-file-prefix): Set default to
19982 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
19983
19984 2000-04-24 Sam Steingold <sds@gnu.org>
19985
19986 * time-stamp.el (time-stamp-string-preprocess): Always convert
19987 `field-result' to a string.
19988
19989 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19990
19991 * frame.el (scrolling): New group.
19992 (automatic-hscrolling): New user-option.
19993
19994 * startup.el (command-line-x-option-alist): Add `-lsp' and
19995 `--line-spacing'.
19996
19997 2000-04-19 Dave Love <fx@gnu.org>
19998
19999 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20000 (cl-mapc): Rename from mapc. Fix the funcall.
20001
20002 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20003
20004 * simple.el (clone-indirect-buffer-other-window): New command.
20005 (clone-indirect-buffer): Add optional arg NORECROD.
20006 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20007
20008 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20009
20010 * window.el (count-screen-lines): New function.
20011 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20012 instead of window-buffer-height.
20013
20014 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20015 non-existing variable comint-input-sentinel.
20016 (inferior-lisp-args-to-list): Removed.
20017 (inferior-lisp): Use split-string instead of
20018 inferior-lisp-args-to-list.
20019
20020 * hexl.el (hexl-insert-hex-string): New command.
20021
20022 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20023 instead of concat.
20024
20025 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20026
20027 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20028 at the start of an existing but empty folder.
20029
20030 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20031
20032 * ps-mule.el: Customization fix, doc fix.
20033 (ps-multibyte-buffer): Customization fix.
20034
20035 2000-04-17 Richard M. Stallman <rms@gnu.org>
20036
20037 * subr.el (read-passwd): Use read-char-exclusive.
20038
20039 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20040
20041 * textmodes/texinfo.el (texinfo-insert-@email)
20042 (texinfo-insert-@emph, texinfo-insert-@quotation)
20043 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20044 (texinfo-mode-map): Add key bindings for them.
20045
20046 * files.el (basic-save-buffer-2): Use a template with `$'
20047 instead of `#' for VMS.
20048
20049 * simple.el (clone-indirect-buffer): New function.
20050
20051 2000-04-16 Stephen Eglen <stephen@gnu.org>
20052
20053 * iswitchb.el (iswitchb-case): New function. If the user input
20054 contains any upper-case characters, the search is made
20055 case-sensitive.
20056
20057 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20058
20059 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20060 comment-end.
20061 (texinfo-font-lock-syntactic-keywords): New var.
20062 (texinfo-font-lock-keywords): Remove comment regexp.
20063 (texinfo-insert-block): New function.
20064 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20065 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20066 and font-lock-defaults. Use regexp-opt for outline-regexp.
20067 (texinfo-environments): New var.
20068 (texinfo-environment-regexp): Use regexp-opt and
20069 texinfo-environments.
20070
20071 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20072 ispell-process is bound since this might be eval'd before ispell
20073 is loaded.
20074 (ispell-message): Use a tiny bit less magic and a bit more hard
20075 data to figure out what kind of sc-cite-regexp to use.
20076
20077 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20078
20079 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20080 (insert-cyclic-diary-entry): Unquote the lambda.
20081
20082 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20083
20084 * files.el (backup-enable-predicate): Unquote the lambda.
20085
20086 * cus-edit.el (custom-face, face): Unquote the lambda.
20087
20088 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20089
20090 * ps-print.el: Check for line-beginning-position definition.
20091
20092 * ps-print.el: Fix counting lines in a region.
20093 (ps-print-version): New version number (5.1.5).
20094 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20095 (ps-printing-region): Fun code fix.
20096
20097 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20098
20099 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20100 to file-directory-p.
20101
20102 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20103
20104 * gud.el (gud-jdb-build-source-files-list): Check that directory
20105 exists before calling directory-files.
20106
20107 2000-04-13 Dave Love <fx@gnu.org>
20108
20109 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20110 syntax.
20111
20112 * emacs-lisp/cl-specs.el: Remove when, unless.
20113
20114 * emacs-lisp/cl-extra.el: Don't quote keywords.
20115 (cl-old-mapc): New variable.
20116 (mapc): Use it.
20117 (cl-map-intervals): Use with-current-buffer. Don't check for
20118 next-property-change.
20119 (cl-map-overlays): Use with-current-buffer.
20120 (cl-expt): Remove.
20121 (copy-tree, remprop): Define unconditionally.
20122
20123 * emacs-lisp/cl-compat.el (keywordp): Remove.
20124
20125 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20126 to use keywordp.
20127 (edebug-spec): Enable keywordp.
20128
20129 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20130 string-lessp.
20131
20132 * cus-start.el: Use keywordp.
20133
20134 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20135
20136 * diary-lib.el (include-other-diary-files): Fix the fix of
20137 2000-02-18 by doing a save-excursion.
20138
20139 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20140
20141 * ps-print.el: Customization fix, doc fix.
20142 (ps-print-version): New version number (5.1.4).
20143 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20144 (ps-print-preprint): Adjust code.
20145 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20146 (ps-print-prologue-header, ps-print-control-characters)
20147 (ps-spool-config): Customization fix.
20148
20149 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20150
20151 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20152 converted to the new menu-item format, names silightly changed,
20153 help strings added.
20154
20155 Support for spelling without async subprocesses:
20156
20157 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20158 (ispell-session-buffer): New variables.
20159 (ispell-start-process, ispell-process-status,
20160 ispell-accept-output, ispell-send-string): New functions, for
20161 Ispell invocation when async subprocesses aren't supported.
20162 (ispell-word, ispell-pdict-save, ispell-command-loop,
20163 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20164 to process-send-string with calls to ispell-send-string, and
20165 accept-process-output with ispell-accept-output.
20166 (ispell-init-process): Call ispell-process-status instead of
20167 process-status with.
20168 (ispell-init-process): Call ispell-start-process. Call
20169 ispell-accept-output and ispell-send-string. Don't call
20170 process-kill-without-query and kill-process if they are unbound.
20171 (ispell-async-processp): New function.
20172
20173 2000-04-12 Dave Love <fx@gnu.org>
20174
20175 * info.el: Add debug-ignored-errors.
20176 (Info-mode-menu): Add some items.
20177 (Info-directory): Add autoload cookie.
20178
20179 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20180 Modify `truncate-lines'. Make `describe-language-environment'
20181 always visible and add help. Modify `describe-key' help. Invoke
20182 Info-directory from `info'. New entry `emacs-manual'.
20183
20184 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20185
20186 * progmodes/ebrowse.el (ebrowse-tree-mode):
20187 Use propertized-buffer-identification.
20188 (ebrowse-update-member-buffer-mode-line): Likewise.
20189 (ebrowse--mode-strings): Removed.
20190 (ebrowse--mode-line-props): Removed.
20191
20192 * files.el (auto-mode-alist): Add `EBROWSE'.
20193
20194 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20195 space before testing for end of buffer.
20196 (ebrowse-load): Removed.
20197 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20198 (ebrowse-create-tree-buffer): Rewritten.
20199 (ebrowse-tree-mode): Read tree from buffer.
20200
20201 * progmodes/ebrowse-ffh.el: Removed.
20202
20203 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20204
20205 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20206
20207 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20208
20209 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20210 at the wrong place.
20211
20212 2000-04-09 Dave Love <fx@gnu.org>
20213
20214 * files.el (backup-enable-predicate):
20215 Use temporary-file-directory, small-temporary-file-directory.
20216 (make-backup-file-name-function, backup-directory-alist): New vars.
20217 (make-backup-file-name-1): New function.
20218 (make-backup-file-name): Use it.
20219 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20220 (file-newest-backup): Use make-backup-file-name.
20221
20222 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20223
20224 * progmodes/ebrowse-ffh.el: New file.
20225
20226 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20227 Moved to ebrowse-ffh.el.
20228 (ebrowse-load): Add autoload.
20229
20230 * finder.el (finder-commentary): Add autoload cookie.
20231
20232 * mail/rfc2368.el: Correct author's email address.
20233
20234 * progmodes/ebrowse.el: New file.
20235
20236 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20237 item help string.
20238 (easy-menu-do-add-item): Ditto.
20239 (easy-menu-define): Extend doc string.
20240
20241 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20242 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20243 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20244 with-buffer-unmodified.
20245
20246 2000-04-08 Dave Love <fx@gnu.org>
20247
20248 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20249 unless, when.
20250
20251 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20252
20253 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20254 (viper-flash-search-pattern): No operation when using Emacs
20255 doesn't support face.
20256 Use `viper-put-on-search-overlay'.
20257
20258 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20259
20260 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20261 like C-r.
20262
20263 * progmodes/make-mode.el: Some doc fixes.
20264 (makefile-mode-abbrev-table): New variable.
20265 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20266 (makefile-font-lock-keywords): Fontify includes and conditionals.
20267 (toplevel): Require `dabbrev' and `add-log' when compiling.
20268
20269 * replace.el (perform-replace): Don't move forward one char
20270 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20271 to do that because it leaves point 1 position after the last
20272 replacement, after everything has been replaced.
20273
20274 * jit-lock.el (with-buffer-unmodified): New macro.
20275 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20276 modified state.
20277 (jit-lock-function-1): Extracted from jit-lock-function; not
20278 preserving buffer's modified state.
20279 (jit-lock-function, jit-lock-stealth-fontify):
20280 Call jit-lock-function-1.
20281
20282 * mail/rfc2368.el: Remove supernumerary copyright line.
20283
20284 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20285
20286 * glasses.el: Provide facilities for inserting space before left
20287 parentheses and uncapitalization of identifiers.
20288 (glasses-mode): Try to remove old overlays in all cases.
20289
20290 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20291
20292 * progmodes/compile.el (compile-internal): Display the compilation
20293 buffer in a different frame, if it's already displayed there.
20294
20295 * mail/rfc2368.el: New file.
20296
20297 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20298 header and insert its value as mail body.
20299
20300 * subr.el (member-ignore-case): New function.
20301
20302 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20303 (dabbrev--find-expansion): Ignore buffers matching a regexp
20304 from dabbrev-ignored-regexps.
20305
20306 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20307 to extensions handled by gzip.
20308
20309 2000-04-03 Richard M. Stallman <rms@gnu.org>
20310
20311 * files.el (insert-directory): List the total free space
20312 along with the used space.
20313
20314 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20315 line is followed by one that matches CITATION-REGEXP, end the
20316 paragraph.
20317
20318 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20319
20320 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20321 (rmail-make-basic-summary-line): Use that option.
20322
20323 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20324
20325 * international/mule-cmds.el (encoded-string-description):
20326 Rewritten. Try pretty description for ISO 2022 escape sequences
20327 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20328 for hexadecimal format.
20329
20330 2000-04-01 Dave Love <fx@gnu.org>
20331
20332 * cpp.el: Change customization group to `c' from `C'.
20333
20334 * vcursor.el (vcursor-move): Use display-color-p.
20335
20336 * international/mule-util.el: Provide mule-utils.
20337 (string-to-sequence): Simplify and speed up.
20338
20339 * international/mule.el (make-coding-system): Purecopy doc-string.
20340
20341 * international/mule-cmds.el: Various menu changes.
20342 (describe-specified-language-support): Handle `Default'.
20343 (set-language-info): Purecopy `info'.
20344
20345 2000-03-31 Andrew Innes <andrewi@gnu.org>
20346
20347 * vc.el (vc-backend-diff): Return the correct status if we had to
20348 retry the rcsdiff command without the --brief option.
20349
20350 2000-03-31 Dave Love <fx@gnu.org>
20351
20352 * help.el (help-manyarg-func-alist): Correct several omissions.
20353
20354 * add-log.el: Don't require cl, fortran.
20355 (add-log-current-defun-function): Doc fix.
20356 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20357 (change-log-version-rcs): Function deleted.
20358 (change-log-version-number-search): Doc fix.
20359 Use vc-workfile-version. Avoid CL dolist.
20360 (add-change-log-entry): Just call add-log-current-defun to get
20361 defun. Simplify somewhat.
20362 (change-log-get-method-definition-1): Likewise.
20363 (add-log-current-defun): Return nil if calling
20364 add-log-current-defun-function does so. Move Fortran stuff to
20365 fortran.el. Return string without properties.
20366
20367 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20368 and :alpha: char classes.
20369
20370 * mail/supercite.el: Defvar curline when compiling.
20371 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20372 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20373 rather than a-zA-Z0-9 to allow non-ASCII characters.
20374
20375 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20376
20377 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20378
20379 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20380 Re-enable new code.
20381
20382 * lpr.el (print-region-1): Use -d to specify printer name for
20383 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20384
20385 2000-03-31 Dave Love <fx@gnu.org>
20386
20387 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20388 Look for function definition in symbol's function value slot first
20389 instead of first consulting byte-compile-function-environment.
20390
20391 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20392
20393 * language/european.el ("Polish"): New language environment.
20394 (setup-polish-environment): New function.
20395
20396 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20397
20398 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20399 Disable new code.
20400
20401 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20402 trying to `load' the symbol of an autoload instead of the file
20403 recorded in the autoload. Fix error messages.
20404
20405 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20406
20407 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20408 (ps-print-version): New version number (5.1.3).
20409 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20410 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20411 (ps-generate-postscript-with-faces): Code fix.
20412 (ps-color-values): XEmacs compatibility.
20413 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20414 (ps-default-fg, ps-default-bg): Adjust customization.
20415 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20416 (ps-color-scale): Renaming old ps-color-value fun.
20417 (ps-print-headers): Replace ps-print-header group to avoid conflict
20418 with ps-print-header variable.
20419 (ps-print-miscellany): New group.
20420 (ps-format-color, ps-rgb-color): New funs.
20421 (ps-default-foreground): New var.
20422 (ps-printer-name-option): New const.
20423
20424 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20425
20426 * net/net-utils.el:
20427 (network-connection-host, network-connection-service): New variables
20428 (network-connection-mode): New mode, derived from comint-mode
20429 (network-connection-mode-setup): New function, saves host and
20430 service information in local variables.
20431
20432 * lisp/locate.el:
20433 (locate-word-at-point): Added this function
20434 (locate): Default to using locate-word-at-point as input
20435 Run dired-mode-hook
20436
20437 2000-03-29 Dave Love <fx@gnu.org>
20438
20439 * calendar/appt.el: Doc fixes.
20440 (appt-check): Convert min-to-app to a string before passing to
20441 appt-disp-window-function or concat.
20442 (appt-delete-window): Remove test for frame-root-window.
20443 (appt-select-lowest-window, appt-convert-time): Simplify.
20444
20445 * emacs-lisp/bytecomp.el: Doc fixes.
20446 (byte-compile-file-form-autoload):
20447 Update byte-compile-function-environment.
20448
20449 2000-03-29 Andreas Schwab <schwab@suse.de>
20450
20451 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20452
20453 * dired.el (dired-insert-directory): If dired-free-space-program
20454 failed just delete its output.
20455
20456 2000-03-29 Dave Love <fx@gnu.org>
20457
20458 * international/iso-cvt.el: Move provide to end. Doc fixes.
20459 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20460 (iso-iso2sgml, iso-sgml2iso): New functions.
20461 (iso-cvt-define-menu): Fix some entries and use backquote for
20462 clarity.
20463
20464 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20465
20466 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20467
20468 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20469 ISO-DATE. If non-nil, return date in ISO 8601 format.
20470
20471 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20472
20473 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20474 if it ever becomes used.
20475 (log-edit-mode-hook): Default to vc-log-mode-hook.
20476 (log-edit-mode): Fix the docstring.
20477
20478 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20479 the code.
20480
20481 2000-03-26 Dave Love <fx@gnu.org>
20482
20483 * net/browse-url.el (browse-url): Re-fix case of
20484 browse-url-browser-function being an alist.
20485 (browse-url): Add :link to defgroup.
20486
20487 * files.el: Doc fixes.
20488 (file-truename): Include `[' in wildcard characters.
20489 (automount-dir-prefix): Customize.
20490 (find-file-wildcards): Add :version.
20491 (find-file-noselect): Simplify a mapcar call.
20492
20493 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20494 compatible with inf-lisp version.
20495 (eval-defun-1): Fix custom-declare-variable case.
20496
20497 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20498
20499 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20500
20501 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20502
20503 * Makefile (COMPILE_FIRST): New macro.
20504 (compile-files): Compile files from COMPILE_FIRST first.
20505
20506 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20507
20508 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20509 matching open parenthesis in column 0 to defun-prompt-regexp
20510 only if open-paren-in-column-0-is-defun-start is set.
20511
20512 * sun-curs.el: Require CL at compile-time only.
20513
20514 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20515 instead of copy-list which is a function from CL.
20516 (msb--choose-menu, msb--mode-menu-cond)
20517 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20518 (msb--init-file-alist): Use mapcar instead of mapcan.
20519 (msb--aggregate-alist): Use mapcar instead of mapcan.
20520 Fix `(' in column 0 in doc string.
20521 (msb--add-separators): Use mapcar instead of mapcan.
20522
20523 * cus-dep.el: Require CL at compile-time only.
20524
20525 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20526
20527 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20528 (byte-compile-warnings): New warning `noruntime'.
20529 (byte-compile-constants, byte-compile-variables): Fix docstring.
20530 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20531 execute `eval-whenc-compile's body.
20532 (byte-compile-unresolved-functions): Fix docstring.
20533 (byte-compile-eval): New function.
20534 (byte-compile-callargs-warn): Check if the function will be available
20535 at runtime (via property `byte-compile-noruntime').
20536 (byte-compile-print-syms): New function.
20537 (byte-compile-warn-about-unresolved-functions): Also warn about
20538 `noruntime' functions (and use `byte-compile-print-syms').
20539 (byte-compile-file): Capitalize the message.
20540
20541 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20542
20543 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20544 (rmail-expunge): Ask for confirmation depending on the setting
20545 of rmail-confirm-expunge.
20546
20547 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20548
20549 * Makefile (bootstrap-clean): If $(emacs) exists, build
20550 loaddefs.el first. A loaddefs.el that's not up-to-date might
20551 cause a bootstrap failure because things don't autoload as expected.
20552
20553 2000-03-23 Dave Love <fx@gnu.org>
20554
20555 * net/browse-url.el: Restore previous use of
20556 browse-url-maybe-new-window.
20557
20558 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20559
20560 * ps-print.el: Skip banner page fix.
20561 (ps-print-version): New version number (5.1.2).
20562 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20563
20564 2000-03-23 Dave Pearson <davep@davep.org>
20565
20566 * net/quickurl.el Changed the type of parameter passed to the
20567 function defined by `quickurl-format-function'. Before only the
20568 text of the URL was passed. Now the whole URL structure is passed
20569 and the function is responsible for extracting the parts it requires.
20570 Changed the default of `quickurl-format-function' accordingly.
20571 (quickurl-insert): Changed the `funcall' of
20572 `quickurl-format-function' to match the above change.
20573 (quickurl-list-insert): Changed the `url' case so that it makes
20574 use of `quickurl-format-function', previous to this the format was
20575 hard wired.
20576
20577 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20578
20579 * startup.el: Change some spellings for the X Window System.
20580
20581 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20582
20583 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20584 Clean up the code and the regexp and make sure the cursor is
20585 temporarily moved to the suspicious line while querying the user.
20586
20587 2000-03-22 Jason Rumney <jasonr@gnu.org>
20588
20589 * w32-fns.el (w32-charset-info-alist): Initialize.
20590
20591 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20592
20593 * ps-print.el: N-up last page fix.
20594 (ps-print-version): New version number (5.1.1).
20595 (ps-end-file, ps-end-job, ps-generate): Code fix.
20596
20597 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20598
20599 * files.el (find-file-run-dired): Update docstring.
20600 (find-directory-functions): New hook.
20601 (find-file-noselect): Run find-directory-functions rather than
20602 calling dired directly.
20603
20604 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20605
20606 * pcvs.el: Add a minimal leading commentary.
20607 (cvs-make-cvs-buffer): Change the header part by removing the startup
20608 message and adding a `Module' entry. Also replace the FOOTER and
20609 HEADER special fileinfos with the new support in ewoc for updating
20610 its own footer and header.
20611 (cvs-update-header): Update to use the header/footer of the ewoc.
20612 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20613 (cvs-is-within-p): New function.
20614 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20615 to only examine some subset of the buffers.
20616
20617 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20618 `format' instead of our own ad-hoc functions.
20619 Remove HEADER and FOOTER cases, now handled in the EWOC.
20620 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20621
20622 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20623 output to avoid scaring the user.
20624 (cvs-parse-table): Catch message for non-up-to-date commits.
20625
20626 * pcvs-defs.el (cvs-startup-message): Remove.
20627 (cvs-global-menu): New autoloaded menu.
20628
20629 * pcvs-util.el (cvs-string-fill): Remove.
20630
20631 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20632 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20633 PP part of it and also make it work for footers and headers.
20634 (ewoc-create): Drop POS and BUFFER arguments.
20635 Use the DLL's dummy node to store the end-of-footer position.
20636 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
20637 (ewoc-refresh): Remove unused `header' variable.
20638 (ewoc-(get|set)-hf): New functions.
20639
20640 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
20641 log-view-*-(message|file) and use easy-mmode-define-navigation.
20642 (log-view-message-re): Match SCCS format as well.
20643 And match the revision line rather than the dashed separator line.
20644 (log-view-mode): Use the new define-derived-mode.
20645 (log-view-current-tag): Fill in with an actual implementation.
20646
20647 * cvs-status.el (cvs-status-(prev|next)): Rename from
20648 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
20649 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
20650 to let the output "breathe" a little more (more readable).
20651 (cvs-status-mode): Use the new define-derived-mode.
20652
20653 * smerge-mode.el (smerge-auto-leave): New function and variable.
20654 (smerge-basic-map): Rename from smerge-basic-keymap.
20655 Change the bindings for smerge-diff-*.
20656 (smerge-*-map): Use easy-mmode-defmap.
20657 (smerge-(next|prev)): Use easy-mmode-define-navigation.
20658 (smerge-keep-*): Use smerge-auto-leave.
20659
20660 2000-03-21 Jason Rumney <jasonr@gnu.org>
20661
20662 * cus-edit.el (custom-button-face): Use 3D look for w32.
20663 (custom-button-pressed-face): Likewise.
20664
20665 2000-03-21 Gerd Moellmann <gerd@gnu.org>
20666
20667 * progmodes/etags.el (tags-case-fold-search): New user-option.
20668 (tags-loop-eval): New function. Bind case-fold-search around eval
20669 depending on the value of tags-case-fold-search.
20670 (tags-loop-continue): Use tags-loop-eval.
20671 (find-tag-in-order): Bind case-fold-search depending on the value
20672 of tags-case-fold-search.
20673
20674 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20675
20676 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
20677 (diff-end-of-hunk): Return the end position for use in
20678 `easy-mmode-define-navigation'.
20679 (diff-recenter): Remove.
20680 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
20681 of `easy-mmode-define-navigation'.
20682 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
20683 previous renaming) and fix to use new names.
20684 (diff-merge-strings): Use \n as separator: simpler, faster.
20685 (diff-mode): Use `define-derived-mode'.
20686
20687 * derived.el (define-derived-mode): Don't autoload anymore.
20688 Prefer the macro-only version provided by easy-mmode.el.
20689
20690 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
20691 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
20692 (easy-mmode-define-navigation): New macro.
20693
20694 * subr.el (combine-run-hooks): New function.
20695
20696 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
20697
20698 * term/x-win.el: Fontsets related initialization is simplified.
20699
20700 * international/mule-diag.el (describe-font): Don't refer to
20701 global-fontset-alist, instead call font-list.
20702 (describe-fontset, list-fontsets, mule-diag): Likewise.
20703 (print-fontset): Adjusted for the change of fontset implementation.
20704
20705 * international/fontset.el (x-charset-registries): Variable removed,
20706 instead the corresponding data is stored in the default fontset.
20707 (register-alternate-fontnames): Function removed.
20708 (resolved-ascii-font): Variable removed.
20709 (x-compose-font-name): Ignore the second argument REDOCE.
20710 (x-complement-fontset-spec): Complement only an ASCII font and
20711 element for those charsets than can use that ASCII font.
20712 (generate-fontset-menu): Don't refer to global-fontset-alist,
20713 instead call fontset-list.
20714 (uninstantiated-fontset-alist): Variable removed.
20715 (x-style-funcs-alist): Likewise.
20716 (fontset-default-styles): Likewise.
20717 (x-modify-font-name): Function removed.
20718 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
20719 (create-fontset-from-ascii-font): Docsting adjusted for the above
20720 change.
20721 (instantiate-fontset, resolve-fontset-name): Functions removed.
20722 (fontset-list): Now implemented by C code.
20723
20724 * faces.el (read-face-font): Fix TABLE arg to completing-read.
20725 (describe-face): Include `font' attribute in the description.
20726
20727 2000-03-21 Kenichi Handa <handa@etl.go.jp>
20728
20729 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
20730
20731 2000-03-20 Gerd Moellmann <gerd@gnu.org>
20732
20733 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
20734 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
20735 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
20736
20737 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
20738 about behavior of set-buffer-modified-p wrt redisplay.
20739
20740 2000-03-19 Richard M. Stallman <rms@gnu.org>
20741
20742 * view.el (view-mode-disable): Kill local binding of view-read-only.
20743
20744 2000-03-18 Gerd Moellmann <gerd@gnu.org>
20745
20746 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
20747 is a string, convert it to a syntax cell using string-to-syntax.
20748
20749 * simple.el (syntax-code-table, syntax-flag-table): New variables.
20750 (string-to-syntax): New function.
20751
20752 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
20753 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
20754 try to use passive ftp mode.
20755
20756 2000-03-17 Gerd Moellmann <gerd@gnu.org>
20757
20758 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
20759
20760 * simple.el (append-to-buffer): Update point of windows after
20761 insertion.
20762
20763 * abbrev.el (inverse-add-abbrev): Identify word by first moving
20764 forward then moving backward. Reindent.
20765
20766 * frame.el (other-frame): Call x-focus-frame only if
20767 focus-follows-mouse is off.
20768
20769 2000-03-17 Dave Love <fx@gnu.org>
20770
20771 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
20772
20773 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
20774
20775 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
20776 regexp for labels cannot span several lines.
20777
20778 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
20779 `(setq :<key> ':<key>)' to the macro expansion.
20780
20781 2000-03-16 Dave Love <fx@gnu.org>
20782
20783 * progmodes/f90.el (f90): Put custom group under `languages', not
20784 `fortran'.
20785 (f90-mode-hook): Customize.
20786 (f90-mode): Set add-log-current-defun-function.
20787 (f90-current-defun): New function.
20788
20789 2000-03-16 Gerd Moellmann <gerd@gnu.org>
20790
20791 * cus-edit.el (custom-variable-tag-face): Handle case that
20792 default face's height is not a number.
20793 (custom-face-tag-face, custom-group-tag-face-1)
20794 (custom-group-tag-face): Ditto.
20795 (custom-group-tag-face-1): Add :group.
20796
20797 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
20798
20799 2000-03-15 Gerd Moellmann <gerd@gnu.org>
20800
20801 * pcvs-defs.el (toplevel): Remove autoload cookie for form
20802 requiring easymenu.
20803
20804 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20805
20806 * ps-print.el: PostScript user-defined prologue, PostScript error
20807 handler, doc fix.
20808 (ps-print-version): New version number (5.1).
20809 (ps-user-defined-prologue, ps-error-handler-message)
20810 (ps-print-prologue-0, ps-error-handler-alist): New vars.
20811 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
20812 (ps-insert-string): New function.
20813
20814 2000-03-15 Kenichi Handa <handa@etl.go.jp>
20815
20816 * international/ccl.el (ccl-compile-expression): Don't generate
20817 invalid self-assignment code.
20818
20819 2000-03-14 Dave Love <fx@gnu.org>
20820
20821 * subr.el (replace-regexp-in-string): Renamed from
20822 replace-regexps-in-string. Doc fix.
20823
20824 2000-03-12 Dave Love <fx@gnu.org>
20825
20826 * cus-edit.el: Doc fixes.
20827 (customize-set-variable, customize-save-variable): Rename args for doc.
20828 (custom-variable-tag-face, custom-face-tag-face)
20829 (custom-group-tag-face-1, custom-group-tag-face): Modify from
20830 style which user identify as hyperlink.
20831 (hook): Don't add undefined functions to the hook.
20832 (debug-ignored-errors): Transfer message from bindings.el.
20833
20834 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20835
20836 * recentf.el (recentf-keep-non-readable-files-p):
20837 Remove double/nested definition.
20838
20839 2000-03-12 Dave Love <fx@gnu.org>
20840
20841 * facemenu.el (facemenu-get-face): Use display-color-p.
20842 * enriched.el (enriched-decode-foreground): Likewise.
20843 (enriched-decode-background): Likewise.
20844 * isearch.el (isearch-highlight): Likewise.
20845 * info-look.el (info-lookup): Likewise.
20846 * simple.el (completion-setup-function): Likewise.
20847
20848 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
20849 :options.
20850
20851 * bindings.el (mode-line-format): Fix line-number and
20852 column-number items. Add help-echo for the background.
20853 (mode-line-mule-info): Modify help-echo.
20854
20855 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
20856
20857 * files.el (load-file): Allow completion to .elc.
20858
20859 * man.el: Doc fixes.
20860 (Man-init-defvars): Use display-color-p to set fontification.
20861
20862 * play/hanoi.el (hanoi-internal): Don't use oddp.
20863
20864 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20865
20866 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
20867
20868 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
20869
20870 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
20871
20872 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
20873 Fix comment.
20874
20875 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
20876
20877 * font-lock.el (font-lock-keywords): Fix the doc now that
20878 regexp-opt-depth is unnecessary.
20879 (save-buffer-state): Set an edebug spec.
20880 (font-lock-fontify-anchored-keywords): Properly handle the case when
20881 the matcher goes past the limit.
20882
20883 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
20884 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
20885
20886 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
20887 dll.el and cookie.el (from Elib) with heavy renaming and other
20888 massaging.
20889
20890 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
20891 Autoload the functions used.
20892 (easy-mmode-define-syntax): Fix CL typo.
20893 (easy-mmode-define-derived-mode): Improve the docstring generation.
20894
20895 2000-03-10 Gerd Moellmann <gerd@gnu.org>
20896
20897 * textmodes/texinfo.el (texinfo-version): Variable and function
20898 removed.
20899
20900 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
20901
20902 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
20903 allow more flexibility.
20904 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
20905 (easy-mmode-defmap, easy-mmode-defsyntax)
20906 (easy-mmode-define-derived-mode): New macros.
20907
20908 2000-03-09 Didier Verna <didier@xemacs.org>
20909
20910 * rect.el (replace-rectangle): New function.
20911
20912 2000-03-09 Dave Love <fx@gnu.org>
20913
20914 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
20915 (fortran-comment-line-start-skip): Don't match cpp stuff.
20916 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
20917 (fortran-mode-map): Remove over-eager custom-menu-create for now.
20918 (fortran-mode): Don't set fortran-comment-line-start-skip,
20919 fortran-comment-line-start here. Set comment-start,
20920 add-log-current-defun.
20921 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
20922 (fortran-current-defun): New function.
20923
20924 2000-03-09 Gerd Moellmann <gerd@gnu.org>
20925
20926 * emacs-lisp/re-builder.el: New file.
20927
20928 * mouse.el (mouse-drag-region): Don't run up-event handler
20929 if hscroll has changed.
20930
20931 * octave-mod.el (octave-font-lock-keywords): To font-lock the
20932 builtin operators, use `font-lock-builtin-face' for Emacs and
20933 `font-lock-preprocessor-face' otherwise.
20934
20935 * font-lock.el (lisp-font-lock-keywords-1): Highlight
20936 `(defun (setf foo)' differently.
20937
20938 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
20939
20940 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
20941 (regexp-opt): Update comment and adapt the code the new meaning of
20942 the `paren' argument of regex-opt-group for shy-groups.
20943 (regexp-opt-depth): Handle shy groups as well as backslashed
20944 backslashes.
20945 (regexp-opt-group): Turn the leading comment into a docstring.
20946 Allow `paren' to be a string (the string to use to open a group).
20947 Remove open-presuf and close-presuf. Instead of checking for `all
20948 one-char' and then later on check for `several one-char', handle
20949 both cases close together. Also apply a more generic algorithm
20950 for suffixes (the mirror image of the algorithm used for
20951 prefixes). Use shy-groups. Use nreverse rather than reverse.
20952 (regexp-opt-try-suffix): Removed.
20953
20954 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
20955 from comint-mode-map, so we can just inherit from it. Also, move
20956 the initialization into the `defvar' since there's no docstring
20957 anyway and it's fairly short.
20958 (inferior-scheme-mode): Define it as derived-mode: the code is
20959 shorter and this way we inherit from comint-mode-map rather than
20960 copying it.
20961
20962 * subr.el (replace-regexps-in-string): Properly handle the case
20963 where we match an empty string.
20964
20965 * comint.el (comint-exec-1): Add the current-dir to the exec-path
20966 when the command has a directory component (such as "./testml").
20967 Also fix a typo in the comment.
20968
20969 2000-03-08 Gerd Moellmann <gerd@gnu.org>
20970
20971 * Makefile (compile-files): Compile files one by one because
20972 that's the only way to ensure a clean compilation environment for
20973 each individual file.
20974
20975 * frame.el (other-frame): Call x-focus-frame.
20976
20977 2000-03-07 Dave Love <fx@gnu.org>
20978
20979 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
20980 :require to defcustom.
20981
20982 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
20983
20984 * files.el (auto-mode-alist): Add configure.in.
20985
20986 * progmodes/autoconf.el: New file.
20987
20988 2000-03-07 Gerd Moellmann <gerd@gnu.org>
20989
20990 * mail/mh-e.el: Change maintainer to `none'.
20991
20992 * recentf.el (recentf-keep-non-readable-files-p): Quote args
20993 to remove-hook and add-hook.
20994
20995 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
20996
20997 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
20998 it as the default.
20999 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21000 (sendmail-send-it): Conditionally add MIME headers specifying the
21001 used character set.
21002
21003 2000-03-07 Dave Love <fx@gnu.org>
21004
21005 * winner.el: Fix keywords, autoload cookies.
21006 Split eval-when-compile form to avoid compilation failure.
21007
21008 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21009
21010 * international/mule.el: Modify comment about coding system
21011 property `coding-category'.
21012 (make-coding-system): New argument EOL-TYPE. Pay attention to
21013 coding-category property of PROPERTIES.
21014
21015 * international/mule-conf.el (coding-category-utf-8)
21016 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21017 categories. Include them in the argument for set-coding-priority.
21018
21019 * international/mule-cmds.el (reset-language-environment):
21020 Include coding-category-utf-8, coding-category-utf-16-be, and
21021 coding-category-utf-16-le in the argument for set-coding-priority.
21022 (reset-language-environment): Initialize coding-category-utf-8,
21023 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21024
21025 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21026
21027 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21028 code abstracted out of `bookmark-jump-noselect'. Now tries info
21029 extensions as well as compression extensions.
21030 (bookmark-jump-noselect): Use above new func.
21031
21032 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21033
21034 * strokes.el: Change maintainer's mail address.
21035
21036 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21037
21038 * international/mule-diag.el (list-character-sets): Make help-echo
21039 string by substitute-command-keys.
21040 (list-character-sets): Likewise.
21041 (sort-listed-character-sets): Call help-setup-xref.
21042
21043 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21044
21045 * time.el (display-time-mail-file): Add `none' to the list of choices.
21046
21047 2000-03-01 Dave Love <fx@gnu.org>
21048
21049 * help.el (help-xref-go-back): Don't try to set position.
21050
21051 * international/mule-diag.el (list-character-sets):
21052 Call help-setup-xref. Add help-echo to xrefs.
21053 (list-character-sets-1): Add help-echo to xrefs.
21054
21055 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21056
21057 * frame.el (blink-cursor-mode): Switch cursor on when turning
21058 the mode off.
21059
21060 * add-log.el (add-log-current-defun): Add support for
21061 Autoconf mode.
21062
21063 * mail/rmail.el (rmail-quit-hook): New variable.
21064
21065 2000-03-01 Dave Love <fx@gnu.org>
21066
21067 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21068
21069 * help.el (help-xref-button): Add help-echo arg.
21070 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21071
21072 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21073
21074 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21075
21076 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21077
21078 * image.el (defimage): Look for image files in load-path.
21079
21080 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21081
21082 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21083
21084 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21085
21086 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21087
21088 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21089 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21090 action to select/unselect a file.
21091 (recentf-edit-list): Code cleanup and improvement.
21092 (recentf-open-more-files-action): `recentf-open-more-files' button
21093 widget action to open a file.
21094 (recentf-open-more-files): No more use standard completion but widgets.
21095 (recentf-more-collection): Deleted.
21096 (recentf-more-history): Deleted.
21097 (recentf-setup-more-completion): Deleted.
21098
21099 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21100
21101 * recentf.el (recentf-mode): No more needs that Emacs is running
21102 under a window-system.
21103
21104 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21105
21106 * recentf.el (recentf-edit-list): New command to edit the recent
21107 list which allow the user to remove files.
21108 (recentf-edit-selected-items): New global variable, used by
21109 `recentf-edit-list' to hold the list of files to be removed from
21110 the recent list.
21111 (recentf-make-menu-items): Updated to display a "Edit list..."
21112 menu item. Minor code cleanup.
21113
21114 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21115
21116 * recentf.el (recentf-open-more-files): New command to open files
21117 that are not displayed in the menu.
21118 (recentf-more-collection): New global variable holding the set of
21119 permissible completions used by `recentf-open-more-files'.
21120 (recentf-more-history): New global variable holding the history list
21121 used by `recentf-open-more-files' completion.
21122 (recentf-setup-more-completion): New function to setup completion for
21123 `recentf-open-more-files'.
21124 (recentf-make-menu-items): Updated to display a "More..." menu item.
21125
21126 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21127
21128 * recentf.el (recentf-menu-action): Doc fixed.
21129
21130 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21131
21132 * recentf.el (recentf-menu-filter): Doc updated.
21133 (recentf-update-menu-hook): Allow menu filters to force menu update.
21134 (recentf-make-menu-items): New menu filter handling.
21135 (recentf-make-menu-item): New helper function.
21136 (recentf-menu-elements): New menu handling function.
21137 (recentf-sort-ascending): Updated to new menu filter handling.
21138 (recentf-sort-descending): Updated to new menu filter handling.
21139 (recentf-sort-basenames-ascending): New menu filter function.
21140 (recentf-sort-basenames-descending): New menu filter function.
21141 (recentf-show-basenames): New menu filter function.
21142 (recentf-show-basenames-ascending): New menu filter function.
21143 (recentf-show-basenames-descending): New menu filter function.
21144
21145 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21146
21147 * diary-lib.el (list-diary-entries): Don't try to go forward at
21148 the end of the buffer.
21149
21150 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21151
21152 * international/mule-diag.el (list-character-sets):
21153 Completely rewritten.
21154 (sort-listed-character-sets): New function.
21155 (list-character-sets-1): Completely rewritten.
21156 (list-character-sets-2): New function.
21157 (non-iso-charset-alist): New variable.
21158 (decode-codepage-char): New function.
21159 (charset-history): New variable.
21160 (read-charset) (list-block-of-chars)
21161 (list-iso-charset-chars)
21162 (list-non-iso-charset-chars)
21163 (list-charset-chars): New functions.
21164 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21165 (dump-charsets): Likewise.
21166
21167 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21168
21169 * dired-x.el (dired-filename-at-point): Add `@' to valid
21170 file name characters.
21171 (dired-filename-at-point): Handle ange-ftp file names.
21172
21173 * frame.el (frame-notice-user-settings): Use assq-delete-all
21174 instead of assoc-delete-all.
21175 (frame-notice-user-settings): Ditto.
21176
21177 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21178 Don't copy alist.
21179
21180 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21181
21182 * calculator.el (calculator-use-menu): New option.
21183 (calculator-initial-bindings): Changed some bindings to work as macros.
21184 (calculator-forced-input): Removed.
21185 (calculator-restart-other-mode): New variable.
21186 (calculator-mode-map): Set up menu.
21187
21188 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21189
21190 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21191
21192 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21193
21194 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21195 translate all ESC key sequences.
21196 (viper-goto-mark-subr): Restore markers for files for which
21197 they were saved.
21198 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21199 * viper-util.el (viper-set-replace-overlay-glyphs)
21200 (viper-set-replace-overlay): Always check if the replacement
21201 overlay is live.
21202 * viper.el (viper-vi-state-mode-list): Add major modes.
21203 * ediff-wind.el: Minor comment changes.
21204 * ediff.el: Copyright notice date fix.
21205
21206 2000-02-27 Jason Rumney <jasonr@gnu.org>
21207
21208 * faces.el (face-font-family-alternatives): Add arial to helv.
21209 (mode-line, header-line, tool-bar): Same default as x for w32.
21210 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21211 face-font-family-alternatives from working.
21212 * term/w32-win.el (mouse-set-font): Do not build fontset from
21213 chosen font.
21214
21215 2000-02-25 Sam Steingold <sds@goems.com>
21216
21217 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21218 properly.
21219
21220 2000-02-25 Richard M. Stallman <rms@gnu.org>
21221
21222 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21223
21224 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21225
21226 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21227
21228 * frame.el (busy-cursor-delay-seconds): New option.
21229
21230 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21231
21232 * frame.el (show-cursor-in-non-selected-windows): New option.
21233
21234 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21235
21236 * diary-lib.el (include-other-diary-files): Undo the selective
21237 display in any included file and don't kill it.
21238
21239 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21240
21241 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21242 Menu items converted to (menu-item format, help strings added.
21243 [downcase, upcase]: Don't enable on MS-DOS.
21244 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21245 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21246
21247 2000-02-23 Dave Love <fx@gnu.org>
21248
21249 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21250 (backward-kill-word): Revert addition of * to interactive spec --
21251 it's a feature.
21252
21253 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21254 (backward-kill-sentence, kill-sentence): Likewise.
21255
21256 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21257 scratch buffer name.
21258 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21259
21260 * term/w32-win.el (internal-face-interactive): Update prompt for
21261 new read-face-name.
21262
21263 * mail/footnote.el (footnote): Add :version to defgroup.
21264 (footnote-section-tag-regexp): Customize.
21265 (footnote-start-tag, footnote-end-tag): New option.
21266 (footnote-latin-regexp): New variable.
21267 (Footnote-latin): New function.
21268 (footnote-style-alist): Add element for latin style.
21269 (footnote-style): Moved.
21270 (Footnote-goto-footnote): Use eq to test arg.
21271
21272 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21273
21274 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21275 (byte-compile-trueconstp): Include keywords.
21276 (byte-optimize-quote, byte-optimize-lapcode):
21277 Use byte-compile-const-symbol-p.
21278 (byte-optimize-char-before): New optimization.
21279
21280 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21281 (byte-compile-const-symbol-p): New function.
21282 (byte-compile-constp, byte-compile-out-toplevel)
21283 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21284 Use it.
21285
21286 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21287
21288 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21289
21290 * international/encoded-kb.el: Be sure to update minor-mode-alist
21291 and minor-mode-map-alist.
21292 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21293 codes SS2 and SS3 correctly.
21294 (encoded-kbd-self-insert-ccl): New function.
21295 (encoded-kbd-setup-keymap): New function.
21296 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21297 by calling encoded-kbd-setup-keymap.
21298
21299 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21300 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21301
21302 2000-02-22 Dave Love <fx@gnu.org>
21303
21304 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21305 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21306 (lisp-mode-syntax-table): Set up for #|...|# comments.
21307 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21308 classes. Match `defface'.
21309 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21310 (eval-defun-1): Fix for defcustom.
21311 (lisp-indent-region): Doc fix.
21312
21313 * subr.el (when, unless, split-string): Doc fix.
21314 (read-passwd): Move call of clear-this-command-keys to the right place.
21315 (replace-regexps-in-string): New function.
21316
21317 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21318
21319 * help.el (describe-variable): Set syntax table to
21320 emacs-lisp-mode-syntax-table when moving forward over the
21321 symbol's name.
21322
21323 2000-02-22 Dave Love <fx@gnu.org>
21324
21325 * xt-mouse.el: Doc fixes.
21326 (xterm-mouse-position-function): New function, replacing advice of
21327 mouse-position.
21328 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21329
21330 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21331
21332 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21333
21334 * format.el (format-annotate-single-property-change):
21335 Handle properties.with dotted-list values.
21336 (format-proper-list-p): New function.
21337
21338 * enriched.el (enriched-face-ans): Handle '(foreground-color
21339 . COLOR) and (background-color . COLOR).
21340
21341 2000-02-20 Dave Love <fx@gnu.org>
21342
21343 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21344 and assignments to it.
21345 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21346 current local map.
21347 (make-flyspell-overlay): Use it.
21348 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21349
21350 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21351 (lm-get-header-re): Defun, not defsubst.
21352 (lm-get-package-name): Defun, not defsubst. Simplify.
21353 (lm-version): Doc fix. Simplify.
21354 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21355 (lm-crack-address, lm-last-modified-date, lm-commentary)
21356 (lm-verify, lm-synopsis): Simplify.
21357 (lm-report-bug): Require emacsbug. Use compose-mail.
21358
21359 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21360
21361 * dired.el (dired-mode): Call propertized-buffer-identification
21362 to set mode-line-buffer-identification to something having
21363 the right text properties.
21364
21365 * bindings.el (propertized-buffer-identification): New function.
21366
21367 2000-02-20 Dave Love <fx@gnu.org>
21368
21369 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21370 check for t-mouse too.
21371
21372 * cus-start.el: Make echo-keystrokes `number'.
21373
21374 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21375
21376 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21377 Don't call ring-empty-p unless tags-location-ring is bound.
21378 From Noah Friedman <friedman@splode.com>.
21379
21380 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21381
21382 * progmodes/hideshow.el (hs-flag-region): No longer use
21383 `intangible' overlay property.
21384
21385 (hs-toggle-hiding): New command.
21386 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21387
21388 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21389 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21390 and deactivation.
21391
21392 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21393
21394 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21395
21396 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21397
21398 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21399
21400 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21401 of `*' to handle `(* ... *)' comments.
21402
21403 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21404
21405 * faces.el (list-faces-display): Use display-mouse-p instead of
21406 window-system.
21407
21408 * menu-bar.el (global-map): Menu-bar items converted to the new
21409 format (menu-item..., rearranged for better CUA compliance, and
21410 their names changed for better clarity. Help strings added.
21411
21412 * international/mule-cmds.el (mule-menu-keymap)
21413 (describe-language-environment-map, set-coding-system-map)
21414 (setup-language-environment-map): Convert to new (menu-item...
21415 form, add help strings. Change names of menu items for better clarity.
21416 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21417
21418 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21419
21420 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21421 within the code.
21422
21423 2000-02-16 Dave Love <fx@gnu.org>
21424
21425 * faces.el: Don't require custom. Add more specific :groups to
21426 various deffaces.
21427 (set-face-attribute): Purecopy args.
21428 (read-face-name): Default to name at point and use it in prompt.
21429 Remove colon from arg in all callers.
21430 (list-faces-display): Hyperlink to face descriptions and customize
21431 buffers.
21432
21433 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21434
21435 * wid-edit.el (widget-match-inline): An atom never matches a list.
21436
21437 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21438
21439 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21440 at ':' characters by call to split-string.
21441
21442 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21443
21444 * textmodes/bibtex.el: Added RCS version identification.
21445
21446 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21447
21448 * textmodes/bibtex.el: Some temporary comments removed.
21449 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21450 (bibtex-field-const): Allow capital letters.
21451 (bibtex-start-of-string): Deleted because unused.
21452
21453 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21454 use the term 'reference' to describe a bibtex entry as a whole.
21455 Further, reference keys are no longer called 'labels'.
21456 (bibtex-keys): Renamed to bibtex-reference-keys.
21457 (bibtex-reformat-previous-labels): Renamed to
21458 bibtex-reformat-previous-reference-keys.
21459 (bibtex-reference-type): Renamed to bibtex-entry-type.
21460 (bibtex-reference-head): Renamed to bibtex-entry-head.
21461 (bibtex-reference-maybe-empty-head): Renamed to
21462 bibtex-entry-maybe-empty-head.
21463 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21464 (bibtex-search-reference): Renamed to bibtex-search-entry.
21465 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21466 bibtex-enclosing-entry-maybe-empty-head.
21467 (bibtex-entry-field-alist, bibtex-entry-head)
21468 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21469 (bibtex-map-entries, bibtex-search-entry)
21470 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21471 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21472 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21473 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21474 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21475 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21476 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21477
21478 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21479
21480 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21481 comment.
21482 (bibtex-format-field-delimiters): New function, functionality
21483 extracted from bibtex-format-entry.
21484 (bibtex-autokey-get-yearfield-digits): New function, functionality
21485 extracted from bibtex-autokey-get-yearfield.
21486
21487 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21488 entries in order to avoid stack overflow in the regexp matcher if
21489 field contents become large.
21490 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21491 (bibtex-field-string-part-not-braced)
21492 (bibtex-field-string-part-no-inner-braces)
21493 (bibtex-field-string-part-1-inner-brace)
21494 (bibtex-field-string-part-2-inner-braces)
21495 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21496 (bibtex-field-string-quoted, bibtex-field-string)
21497 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21498 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21499 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21500 Deleted as parsing is now performed by the following functions.
21501 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21502 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21503 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21504 (bibtex-parse-association, bibtex-field-name-for-parsing)
21505 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21506 (bibtex-search-forward-field, bibtex-search-backward-field)
21507 (bibtex-start-of-field, bibtex-end-of-field)
21508 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21509 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21510 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21511 (bibtex-parse-string, bibtex-search-forward-string)
21512 (bibtex-search-backward-string, bibtex-start-of-string)
21513 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21514 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21515 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21516 entries. Instead of reporting the results of the parsing by
21517 match-beginning or match-end, these functions return data structures
21518 that hold the corresponding positions.
21519 (bibtex-enclosing-field): Changed to also report field boundaries by
21520 return values rather than by match-beginning or match-end.
21521 The following functions have been adapted to use the new
21522 parsing functions.
21523 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21524 (bibtex-enclosing-field, bibtex-format-entry)
21525 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21526 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21527 (bibtex-print-help-message, bibtex-end-of-entry)
21528 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21529 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21530 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21531 Use the new method for parsing.
21532 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21533 (bibtex-map-entries, bibtex-flash-head)
21534 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21535 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21536 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21537 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21538 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21539 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21540 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21541 order to make the new binding of case-fold-search immediately visible.
21542
21543 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21544
21545 * textmodes/bibtex.el: Copyright notice is up to date.
21546 Added constant 'bibtex-maintainer-salutation.
21547
21548 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21549 than make-temp-name, use match-string-no-properties and eliminate
21550 a quadratic behavior when building bibtex-strings.
21551
21552 * bibtex.el (bibtex-reference-key): Accept string entries whose
21553 reference key contains upper case letters.
21554
21555 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21556
21557 * bibtex.el (bibtex-reference-head): Allow entries to start with
21558 a new line.
21559
21560 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21561
21562 * bibtex.el: Hiding of entry bodies is not longer provided by
21563 bibtex.el directly. Instead the hideshow package can be used.
21564 Added a special bibtex entry to hs-special-modes-alist.
21565 (bibtex-hs-forward-sexp): Added for hideshow.el.
21566
21567 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21568
21569 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21570 proceedings entry type (for cross referencing). Thanks to Wagner
21571 Toledo Correa for the suggestion.
21572
21573 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21574
21575 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21576
21577 * international/characters.el: Setup case table for Vietnamese.
21578
21579 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21580
21581 * uniquify.el (toplevel): Require CL at compile time.
21582 (uniquify-push): Removed.
21583
21584 * shadowfile.el (shadow-when): Removed.
21585
21586 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21587 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21588
21589 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21590 regexp for paragraph-start.
21591
21592 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21593 commas as well.
21594
21595 2000-02-10 Dave Love <fx@gnu.org>
21596
21597 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21598 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21599 Deleted.
21600 (widget-specify-field, widget-specify-button): Don't use
21601 widget-mouse-help as help-echo property.
21602 (default): Use #'ignore for :validate and :mouse-down-action.
21603 (checkbox): Add help-echo.
21604 (widget-sexp-validate): Rewritten to clarify error messages.
21605 (character): Use char-valid-p in :match function.
21606 (widget-color-complete): Use facemenu-color-alist.
21607 (widget-color-action): Use facemenu-read-color.
21608
21609 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21610 set up `caar' &c that we now have.
21611
21612 2000-02-09 Ray Blaak <blaak@gnu.org>
21613
21614 * delphi.el: Make resourcestring a declaration region, like const
21615 and var.
21616
21617 2000-02-09 Dave Love <fx@gnu.org>
21618
21619 * bindings.el (mode-line-input-method-map): New variable.
21620 (mode-line-mule-info): Use it; fix last change.
21621 (mode-line-mode-menu): Move definition.
21622 (mode-line-mouse-sensitive-p): Deleted.
21623 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21624 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
21625
21626 * startup.el (command-line-1): Don't call
21627 make-mode-line-mouse-sensitive.
21628
21629 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21630
21631 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21632 before rmail-toggle-header, because the former toggles headers.
21633
21634 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
21635
21636 * diff-mode.el (diff-kill-junk): New interactive function.
21637 (diff-reverse-direction): Use delete-and-extract-region.
21638 (diff-post-command-hook): Restrict the area so that the hook also works
21639 outside of any diff hunk. This is necessary for the minor-mode.
21640 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
21641 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
21642
21643 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
21644 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
21645 so that it can be used more easily in <foo>-mode-hook. Also make sure
21646 to avoid duplicate entries.
21647 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
21648 (font-lock-remove-keywords): Just as was done for `add', allow it to
21649 work even if font-lock-mode is nil. Also make sure we don't modify
21650 any pre-existing list by forcing a copy-sequence. Finally rename
21651 `major-mode' to `mode'.
21652 (font-lock-fontify-syntactic-anchored-keywords)
21653 (font-lock-fontify-anchored-keywords)
21654 (font-lock-fontify-keywords-region): Use line-end-position.
21655 Don't make `font-lock-multiline' local (it's now done in
21656 font-lock-set-defaults).
21657 (font-lock-set-defaults): Make `font-lock-multiline' local.
21658 Move the `font-lock-fontified' creation to inside the `unless'.
21659
21660 2000-02-06 Andrew Innes <andrewi@gnu.org>
21661
21662 * term/w32-win.el (x-handle-args): Comment out call to message,
21663 which occurs before window system is initialized.
21664
21665 * makefile.nt: Add support for recompiling lisp code.
21666
21667 2000-02-04 Dave Love <fx@gnu.org>
21668
21669 * bindings.el (mode-line-mule-info): Fix/extend last change.
21670
21671 * completion.el: Replace completion-dolist with dolist.
21672
21673 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
21674
21675 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
21676
21677 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
21678 environment names before they go into the section regexp.
21679
21680 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
21681 char class in regexp.
21682
21683 * textmodes/reftex-parse.el (reftex-with-special-syntax):
21684 Bind `case-fold-search' to nil.
21685
21686 * progmodes/idlwave.el (idlwave-template):
21687 Respect `idlwave-abbrev-change-case'.
21688 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
21689 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
21690 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
21691 (idlwave-rw-case): New function.
21692 (idlwave-statement-match): Fixed problem with assignment regexp.
21693 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
21694 (idlwave-surround): New argument LENGTH to support padding of
21695 operators longer than 1 char.
21696
21697 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
21698 idlwave-shell-expression-overlay. Implemented printing of
21699 expressions on higher levels of the calling stack.
21700 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
21701 (idlwave-retrieve-expression-from-level): New function.
21702 (idlwave-shell-last-calling-stack): Variable removed.
21703 (idlwave-shell-reset): Argument action reversed (`visible' to
21704 `hidden'). Also remove stop-line overlay.
21705 (idlwave-shell-calling-stack-routine): New variable.
21706 (idlwave-shell-parse-stack-and-display): Messages now display
21707 negative level numbers.
21708 (idlwave-shell-mode): Set `modeline-format'.
21709 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
21710 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
21711 (idlwave-shell-print-expression-function): New option.
21712
21713 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
21714 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
21715 `tool-bar' instead of `toolbar'.
21716
21717 2000-02-02 Dave Love <fx@gnu.org>
21718
21719 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
21720 emacs-lisp-mode-hook. Don't check for defalias being defined.
21721
21722 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
21723 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
21724 Use the new builtins directly.
21725
21726 * whitespace.el (whitespace): Add :version to defgroup.
21727
21728 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
21729 Doc fix.
21730
21731 * thingatpt.el (sexp-at-point, symbol-at-point)
21732 (number-at-point, list-at-point): Add autoload cookie.
21733
21734 * recentf.el (recentf): Add :version to defgroup.
21735
21736 * quickurl.el (quickurl): Add :version to defgroup.
21737
21738 * elide-head.el (elide-head): Use point-marker more.
21739
21740 * bs.el (bs): Add :version to defgroup.
21741
21742 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
21743
21744 * progmodes/delphi.el (delphi): Add :version to defgroup.
21745
21746 2000-02-02 Gerd Moellmann <gerd@gnu.org>
21747
21748 * ange-ftp.el (ange-ftp-write-region): Handle case that
21749 succeeding process operation sets a different coding system.
21750
21751 * calculator.el: New file.
21752
21753 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21754
21755 * frame.el (frames-on-display-list, framep-on-display): New functions.
21756 (display-mouse-p, display-popup-menus-p, display-graphic-p)
21757 (display-selections-p, display-screens, display-pixel-width)
21758 (display-pixel-height, display-mm-width, display-mm-height)
21759 (display-backing-store, display-save-under, display-planes)
21760 (display-color-cells, display-visual-class): New functions.
21761
21762 * term/tty-colors.el (tty-color-gray-shades): New function.
21763
21764 * faces.el (display-color-p): Use framep-on-display.
21765 (display-grayscale-p): New function.
21766
21767 2000-01-31 Dave Love <fx@gnu.org>
21768
21769 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
21770 (create-fontset-from-x-resource): Don't concat integers.
21771
21772 2000-01-31 Inge Frick <inge@nada.kth.se>
21773
21774 * view.el: Some changes in documentation. Removed some trailing
21775 whitespace. Changed some parameter names to agree with documentation.
21776 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
21777 window is not deleted. Modifies change 1998-04-26.
21778
21779 2000-01-31 Gerd Moellmann <gerd@gnu.org>
21780
21781 * windmove.el: New file.
21782
21783 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21784 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21785 progmodes/ebnf-yac.el: Update copyright and license info.
21786
21787 * jit-lock.el (jit-lock-function): Widen before calculating
21788 end position.
21789 (jit-lock-stealth-chunk-start): Rewritten.
21790
21791 * info.el (Info-title-face-alist): Removed.
21792 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
21793 (Info-fontify-node): Use these faces.
21794
21795 2000-01-30 Gerd Moellmann <gerd@gnu.org>
21796
21797 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
21798 (cl-macro-list1): Recognize `&allow-other-keys' instead of
21799 `&allow-other-keywords'.
21800
21801 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
21802 the list of directories scanned heuristically.
21803
21804 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
21805
21806 2000-01-30 Jason Rumney <jasonr@gnu.org>
21807
21808 * w32-fns.el: Define w32-tty-standard-colors.
21809
21810 * startup.el (command-line): Use w32-tty-standard-colors when in
21811 w32 console mode.
21812
21813 2000-01-30 Dave Love <fx@gnu.org>
21814
21815 * jka-compr.el (jka-compr-load): Fix up load-history.
21816
21817 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
21818
21819 * emacs-lisp/cl-macs.el: Revert previous change.
21820
21821 2000-01-29 Dave Love <fx@gnu.org>
21822
21823 * facemenu.el: Purecopy various strings.
21824
21825 * timezone.el (timezone-fix-time): Window against 69 for two-digit
21826 years. Deal with three-digit years.
21827
21828 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
21829 Use defconst, purecopy.
21830 (help-back-label): Purecopy it.
21831
21832 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21833
21834 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
21835 variable. If non-nil, order the buffer list according to the
21836 currently selected frame.
21837 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
21838 non-nil, pass the selected frame to function buffer-list.
21839
21840 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21841
21842 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
21843
21844 2000-01-28 Dave Love <fx@gnu.org>
21845
21846 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
21847
21848 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
21849 Don't use lisp-indent-hook property.
21850 (cl-abs): Remove.
21851
21852 * subr.el: Move out indent and edebug specs for when and unless.
21853
21854 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
21855 when, unless.
21856
21857 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
21858 unless, when.
21859
21860 2000-01-28 Gerd Moellmann <gerd@gnu.org>
21861
21862 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
21863 `collecting' as synonym for `collect'.
21864
21865 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
21866 for the case it contains spaces.
21867
21868 * simple.el (what-cursor-position): Change formatting of messages.
21869
21870 * frame.el (delete-other-frames): New function.
21871 (toplevel): Bind it to C-x 5 1.
21872
21873 * sort.el (sort-numeric-base): New option.
21874 (sort-numeric-fields): If number starts with `0' or `0[xX[',
21875 interpret it as octal or hexadecimal. Use sort-numeric-base
21876 as default base.
21877
21878 * progmodes/glasses.el: New file.
21879
21880 2000-01-27 Gerd Moellmann <gerd@gnu.org>
21881
21882 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
21883 userids differently.
21884
21885 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21886 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21887 progmodes/ebnf-yac.el: New files.
21888
21889 2000-01-26 Dave Love <fx@gnu.org>
21890
21891 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
21892 on a function with an empty body. [From Eric Ludlam.]
21893
21894 2000-01-25 Andre Spiegel <spiegel@gnu.org>
21895
21896 * vc.el (vc-version-diff): Make sure file name is expanded.
21897
21898 2000-01-25 Gerd Moellmann <gerd@gnu.org>
21899
21900 * scroll-bar.el (scroll-bar-timer): Variable removed.
21901 (scroll-bar-toolkit-scroll): Don't use a timer.
21902
21903 2000-01-25 Kenichi Handa <handa@etl.go.jp>
21904
21905 * language/thai-util.el (thai-composition-function):
21906 Delete superfluous `a'.
21907
21908 2000-01-24 Dave Love <fx@gnu.org>
21909
21910 * fortran.el (fortran-mode): Use beginning-of-defun-function,
21911 end-of-defun-function.
21912
21913 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
21914
21915 2000-01-22 Jason Rumney <jasonr@gnu.org>
21916
21917 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
21918 conflicts with new face support.
21919
21920 2000-01-22 Richard M. Stallman <rms@gnu.org>
21921
21922 * replace.el (query-replace): Rename last arg to DELIMITED.
21923 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
21924 (query-replace-regexp): Likewise.
21925
21926 2000-01-20 Richard M. Stallman <rms@gnu.org>
21927
21928 * subr.el (with-syntax-table): Use make-symbol, not gensym.
21929
21930 * emacs-lisp/lisp.el (beginning-of-defun-function):
21931 Variable renamed from beginning-of-defun.
21932 Do not call make-variable-buffer-local.
21933 (beginning-of-defun-raw): Use new variable name; doc fix.
21934 (beginning-of-defun): Doc fix.
21935 (end-of-defun-function): Variable renamed from end-of-defun.
21936 Do not call make-variable-buffer-local.
21937 (end-of-defun): Use new variable name; doc fix.
21938
21939 * subr.el (dolist, dotimes): Copied from cl-macs.el
21940 and made to work.
21941
21942 * mail/undigest.el (rmail-digest-end-regexps):
21943 Variable replaces rmail-digest-end-regexp.
21944 Allows multiple regexps for detecting the end line.
21945 (undigestify-rmail-message): Corresponding changes.
21946
21947 2000-01-19 Dave Love <fx@gnu.org>
21948
21949 * files.el (user-init-file): Don't declare here -- is primitive.
21950
21951 * startup.el (command-line): Check for compiled user-init-file and
21952 set to uncompiled version if necessary.
21953
21954 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21955
21956 * mail/undigest.el (rmail-digest-end-regexp): New user option.
21957 (undigestify-rmail-message): Use it.
21958
21959 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
21960
21961 2000-01-17 Gerd Moellmann <gerd@gnu.org>
21962
21963 * tmm.el (tmm-goto-completions): Adapt to prompt being part
21964 of mini-buffer.
21965
21966 2000-01-14 Gerd Moellmann <gerd@gnu.org>
21967
21968 * emacs-lisp/copyright.el (copyright-update): Removed the
21969 requirement for a trailing space from `copyright-regexp', to
21970 support copyrights with owner specified on a separate line..
21971
21972 * align.el: New file.
21973
21974 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
21975
21976 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
21977
21978 2000-01-13 Dave Love <fx@gnu.org>
21979
21980 * ph.el: Removed. (Obsoleted by EUDC.)
21981
21982 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21983
21984 * net/eudc.el (toplevel): Remove autoloaded code installing
21985 menu with easymenu, because that causes build problems.
21986
21987 * frame.el (frame-notice-user-settings): New variable.
21988 (frame-notice-user-settings): Don't modify frame parameters
21989 if called a second time.
21990
21991 2000-01-13 Richard M. Stallman <rms@gnu.org>
21992
21993 * frame.el (frame-notice-user-settings):
21994 Notice default-frame-parameters even for non-window frames.
21995
21996 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21997
21998 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
21999 for Emacs.
22000 (eudc-bob-can-display-inline-images): Extend for Emacs.
22001 (eudc-bob-toggle-inline-display): Ditto.
22002 (eudc-bob-display-jpeg): Ditto.
22003
22004 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22005
22006 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22007 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22008 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22009
22010 * add-log.el (add-change-log-entry): Fix error trying an
22011 `(insert nil)'.
22012
22013 * subdirs.el: Add `net' directory.
22014
22015 * net: New directory.
22016
22017 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22018 eval-last-sexp. Don't bind debug-on-error here.
22019 (eval-last-sexp): New function. Bind debug-on-error if
22020 eval-expression-debug-on-error is non-nil.
22021 (eval-defun-2, eval-defun): Likewise.
22022
22023 * simple.el (eval-expression): Don't bind debug-on-error if
22024 eval-expression-debug-on-error is nil. Detect changed
22025 debug-on-error, and propagate new value to global binding, if
22026 eval-expression-debug-on-error is non-nil,
22027 (eval-expression-debug-on-error): Change doc string.
22028
22029 2000-01-11 Richard M. Stallman <rms@gnu.org>
22030
22031 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22032
22033 * emacs-lisp/lisp-mode.el (with-syntax-table):
22034 Set up lisp-indent-function property.
22035
22036 * subr.el (with-syntax-table): Moved from simple.el.
22037
22038 * simple.el (with-syntax-table): Moved to subr.el.
22039
22040 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22041
22042 * tmm.el (tmm-shortcut): Delete region after prompt instead
22043 of erasing buffer.
22044
22045 * textmodes/fill.el (fill-common-string-prefix): New function.
22046 (fill-context-prefix): Use the longest common prefix of first
22047 and second line fill prefix, if there is one.
22048
22049 2000-01-11 Richard M. Stallman <rms@gnu.org>
22050
22051 * array.el (array-mode): Don't use make-variable-buffer-local.
22052 Use make-local-variable for `truncate-lines'.
22053
22054 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22055
22056 * add-log.el (add-log-current-defun): Handle user-defined
22057 add-log-current-function returning nil,
22058
22059 * add-log.el (add-change-log-entry): Insert version number
22060 if having found a current function
22061
22062 * add-log.el (add-log-current-defun):
22063 Call `add-log-current-defun-function'. Try matches at level 0 and
22064 level 1. Strip whitespace from defun found.
22065
22066 2000-01-10 John Wiegley <johnw@gnu.org>
22067
22068 * allout.el (isearch-done/outline-provisions): Added `edit'
22069 argument to correspond with the current definition of `isearch-done'.
22070
22071 2000-01-10 Dave Love <fx@gnu.org>
22072
22073 * elide-head.el (elide-head): Use point-marker, not point.
22074
22075 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22076
22077 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22078 before and after the year 2000.
22079
22080 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22081 Add ispell- prefix.
22082
22083 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22084
22085 * ispell.el: Only define dictionaries in menus when they exist.
22086 (version18p): New variable.
22087 (version20p): New variable.
22088 (xemacsp): New variable.
22089 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22090 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22091 (ispell-dictionary-alist6): Russian command lines no longer accept
22092 run-together words.
22093 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22094 (ispell-dictionary-alist): Add koi8-r to customize definition.
22095 (check-ispell-version): Added documentation string. Return library
22096 path when called non-interactively.
22097 (ispell-menu-map-needed): Uses new variables.
22098 (ispell-library-path): New variable.
22099 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22100 (ispell-word): Improved documentation string. Test for valid
22101 character mappings. Correctly check typed in word changes that can
22102 result in single words split into multiple words.
22103 Return replacement word.
22104 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22105 replace in recursive query replace mode. Help message for
22106 recursive edit mode.
22107 (ispell-show-choices): Protect against bad framepop bindings.
22108 (ispell-help): Fix to work with XEmacs.
22109 (ispell-highlight-spelling-error): Use new variables.
22110 (ispell-overlay-window): Fix to work with XEmacs.
22111 (ispell-parse-output): Passed and returns location information
22112 tracking spelling corrections. Doesn't recheck same word on
22113 current line.
22114 (ispell-init-process): Protect against bogus XEmacs variable binding.
22115 Fix call to single argument in sleep-for. Use new variables.
22116 (ispell-region): Passed and returns location information tracking
22117 spelling corrections. Doesn't check same word on current line.
22118 Improved documentation string. Doesn't resend a line already
22119 checked to the ispell process - fixes bug in LaTeX parsing.
22120 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22121 (ispell-skip-region): No longer skips <TT> in SGML.
22122 (ispell-process-line): Tracks location information with spelling
22123 corrections. Added documentation string. Accounts for words
22124 already accepted on this line. Don't allow query-replace on line
22125 starting with math characters. Doesn't resend a line already sent
22126 to ispell process. Fixes alignment error bug.
22127
22128 2000-01-10 Richard M. Stallman <rms@gnu.org>
22129
22130 * dired-x.el (dired-guess-shell-alist-default):
22131 Suggest xloadimage, which is free, not xv, which isn't.
22132
22133 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22134 Don't ever include the host name or user name in the value.
22135
22136 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22137
22138 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22139 of a real newline.
22140
22141 2000-01-09 Stephen Eglen <stephen@gnu.org>
22142
22143 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22144 for .png files.
22145
22146 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22147
22148 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22149
22150 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22151
22152 * progmodes/cperl-mode.el: Replace ^F with ^L.
22153
22154 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22155 `require'ing rmail and mailalias to prevent infinite recursion.
22156
22157 2000-01-08 Dave Love <fx@gnu.org>
22158
22159 * emacs-lisp/backquote.el: Remove inappropriate customization
22160 (allowing custom.el to use backquote).
22161
22162 2000-01-07 Dave Love <fx@gnu.org>
22163
22164 * add-log.el (add-log-debugging): Deleted.
22165 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22166 file. Remove debugging code.
22167 (change-log-get-method-definition, change-log-name): Add doc.
22168 (change-log-sortable-date-at): New function.
22169 (change-log-merge): New command.
22170
22171 * time.el (display-time-string-forms): Make the Mail string active.
22172 (display-time-update): Provide help-echo for load average.
22173
22174 * bindings.el (make-mode-line-mouse2-map): New function.
22175 (mode-line-modified): Use it and simplify.
22176 (mode-line-mule-info): Provide help-echo info.
22177 (minor-mode-alist): Activate the strings.
22178 (make-mode-line-mouse-sensitive): Simplify for
22179 mode-line-buffer-identification.
22180
22181 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22182
22183 * play/pong.el: New file.
22184
22185 2000-01-06 Dave Love <fx@gnu.org>
22186
22187 * array.el: Assorted cleanups for compiler warnings, doc strings,
22188 `array-' prefix for symbols.
22189
22190 2000-01-05 Dave Love <fx@gnu.org>
22191
22192 * textmodes/outline.el (outline-mode-menu-bar-map):
22193 Add outline-headers-as-kill.
22194 (outline-mode): Define imenu-generic-expression.
22195 (outline-headers-as-kill): New command.
22196
22197 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22198 from paragraph-start.
22199 (paragraph-indent-minor-mode): New command.
22200
22201 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22202 M-C-e, M-C-h, C-j, C-xnd, TAB.
22203 (fortran-mode): Set beginning-of-defun, end-of-defun.
22204 (fortran-column-ruler): Simplify.
22205 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22206 (fortran-with-subprogram-narrowing): Likewise.
22207 (fortran-indent-subprogram): Call mark-defun.
22208 (fortran-check-for-matching-do): Change narrowing.
22209
22210 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22211 (cl-lucid-hash-tag): Delete.
22212 (cl-hash-table-p): Correct test for native table.
22213 (cl-hash-table-count): Use hash-table-count.
22214
22215 * browse-url.el (browse-url): Fix case of
22216 browse-url-browser-function being an alist.
22217
22218 2000-01-05 Carsten Dominik <cd@gnu.org>
22219
22220 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22221 (reftex-index-phrase-file-extension): New options.
22222
22223 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22224 Use new option `reftex-index-phrase-file-extension'.
22225
22226 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22227 `reftex-parse-file-extension'.
22228
22229 2000-01-05 Dave Love <fx@gnu.org>
22230
22231 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22232 (beginning-of-defun-raw): Use it.
22233 (end-of-defun): New variable.
22234 (end-of-defun): Use it.
22235 (check-parens): New command.
22236
22237 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22238
22239 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22240 (hs-show-block): Don't use `mapcar' when not accumulating.
22241
22242 Fix buglet in local variables initialization.
22243
22244 2000-01-05 Andreas Schwab <schwab@suse.de>
22245
22246 * hscroll.el (hscroll): Doc fix.
22247
22248 2000-01-05 Carsten Dominik <cd@gnu.org>
22249
22250 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22251 Require idlw-toolbar.
22252
22253 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22254 file idlw-rinfo.el.
22255 (idlwave-customize): Load must read file idlw-shell.el.
22256 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22257
22258 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22259
22260 * progmodes/idlw-shell.el: Also provide idlwave-shell
22261 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22262 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22263
22264 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22265 both reftex-dcr and reftex-vcr.
22266
22267 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22268
22269 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22270
22271 * ps-print.el: PostScript code now is in separate files, doc fix.
22272 (ps-print-version): New version number (5.0.3).
22273 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22274 local.
22275 (ps-spool-config): Initialization fix.
22276 (ps-print-prologue-1, ps-print-prologue-2)
22277 (ps-print-duplex-feature): PostScript code moved to separated file.
22278 (ps-background-image): Little code reformating.
22279 (ps-begin-file, ps-begin-job): Fix code.
22280 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22281 (ps-prologue-file): New fun.
22282
22283 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22284
22285 * ps-vars.el: Eliminated.
22286
22287 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22288 `;;;###autoload'.
22289
22290 * ps-print.el: ps-vars eliminated, doc fix.
22291 (ps-print-version): New version number (5.0.2).
22292 (ps-spool-config): Initialization fix.
22293 (ps-print-customize): New fun.
22294
22295 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22296
22297 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22298
22299 2000-01-04 Dave Love <fx@gnu.org>
22300
22301 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22302 menu items.
22303
22304 2000-01-03 Dave Love <fx@gnu.org>
22305
22306 * elide-head.el (elide-head) [defgroup]: Add :version.
22307
22308 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22309 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22310 Use `cl-hash-table-p', not `hash-table-p'.
22311 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22312
22313 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22314
22315 * faces.el (face-read-integer, read-face-attribute)
22316 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22317
22318 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22319
22320 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22321 at comment end, and re-insert them after filling.
22322
22323 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22324
22325 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22326 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22327 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22328
22329 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22330
22331 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22332 the new name of face-color-supported-p.
22333
22334 * term/w32-win.el (xw-defined-colors): Likewise.
22335
22336 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22337
22338 * simple.el (completion-setup-function): Count completion-size
22339 from minibuffer-prompt-end, not from point-min.
22340
22341 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22342
22343 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22344 Pass the frame to tty-color-* functions.
22345 (display-color-p, frame-set-background-mode): Pass the frame to
22346 tty-display-color-p.
22347
22348 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22349 tty-color-alist.
22350 (tty-color-alist, tty-modify-color-alist): New functions.
22351 (tty-color-define, tty-color-clear, tty-color-approximate)
22352 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22353 optional parameter FRAME.
22354
22355 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22356
22357 * image.el (create-image, defimage): Don't assume image data is
22358 a string.
22359
22360 * image.el (defimage): Handle specifications containing :data
22361 instead of :file.
22362 (image-type-from-data): New function.
22363 (image-type-from-file-header): Use it.
22364 (create-image): Add parameter DATA-P.
22365
22366 See ChangeLog.8 for earlier changes.
22367
22368 ;; Local Variables:
22369 ;; coding: iso-2022-7bit
22370 ;; End:
22371
22372 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22373 Copying and distribution of this file, with or without modification,
22374 are permitted provided the copyright notice and this notice are preserved.