]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2001-11-23 Colin Walters <walters@debian.org>
2
3 * Makefile.in (finder_setwins, setwins): Include Calc again.
4
5 * calc/calc-rules.el: Add header comment.
6
7 2001-11-23 Andre Spiegel <spiegel@gnu.org>
8
9 * vc.el (with-vc-properties): Don't bind `filename' locally.
10 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
11 to avoid name clashes. Fix `lisp-indent-function' property for
12 both.
13
14 2001-11-23 Francesco Potorti` <pot@gnu.org>
15
16 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
17
18 2001-11-22 Colin Walters <walters@debian.org>
19
20 * calc/calc-misc.el (report-calc-bug): Use `reporter-prompt-for-summary-p'.
21
22 * calc/INSTALL, calc/Makefile: Remove.
23
24 2001-11-22 Miles Bader <miles@gnu.org>
25
26 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
27 (reb-match-2, reb-match-3): Add dark-background variants.
28
29 2001-11-22 Colin Walters <walters@debian.org>
30
31 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
32 (info "Calc").
33 (report-calc-bug): Use reporter.el.
34
35 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
36
37 2001-11-21 Richard M. Stallman <rms@gnu.org>
38
39 * which-func.el (which-function): Call imenu--make-index-alist
40 if necessary to get a list of functions.
41 (which-function-imenu-failed): New variable.
42 (which-func-update): Handle all visible windows.
43 (which-func-update-1): New subroutine broken out of which-func-update.
44
45 * files.el (temporary-file-directory, null-device)
46 (small-temporary-file-directory): Definitions moved up.
47
48 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
49 (cperl-non-problems, cperl-praise): Doc fixes.
50
51 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
52 (sh-mode-syntax-table): Function restored.
53 Variable set up for use by function sh-mode-syntax-table.
54 (sh-set-shell): Set the syntax table.
55
56 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
57
58 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
59
60 * international/encoded-kb.el: Don't alter minor-map-alist.
61
62 2001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
63
64 * files.el (auto-save-file-name-transforms): Put remote files in
65 temporary-file-directory rather than /tmp.
66
67 2001-11-21 Colin Walters <walters@debian.org>
68
69 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
70 of (function ...) wrapper.
71
72 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
73
74 * derived.el (define-derived-mode): Create the abbrev-table
75 from inside the `defvar'.
76
77 * jit-lock.el (jit-lock-defer-time): New var.
78 (jit-lock-defer-timer, jit-lock-buffers): New vars.
79 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
80 (jit-lock-function): Defer fontification if requested.
81 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
82 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
83 text property.
84 (jit-lock-deferred-fontify): New fun.
85
86 2001-11-20 Richard M. Stallman <rms@gnu.org>
87
88 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
89 Set local-abbrev-table to lisp-mode-abbrev-table.
90
91 * emacs-lisp/re-builder.el (reb-mode):
92 Don't use define-derived-mode. Call kill-all-local-variables.
93
94 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
95 Don't use define-derived-mode.
96
97 * help-mode.el (help-mode): Undo 2001-10-07 change.
98
99 * replace.el (occur-mode): Undo 2001-5-20 change.
100
101 2001-11-20 Richard M. Stallman <rms@gnu.org>
102
103 * ruler-mode.el: Add pagination.
104 (ruler-mode-toggle-show-tab-stops): No need to
105 test `ruler-mode' variable.
106
107 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
108
109 * play/landmark.el: Mark lm-mode as special.
110
111 * play/gomoku.el: Mark gomoku-mode as special.
112
113 2001-11-20 Juanma Barranquero <lektu@terra.es>
114
115 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
116 (top-level): Bind it to C-c C-b.
117 (re-builder): Don't re-enter RE Builder Mode.
118
119 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
120
121 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
122
123 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
124 `manual-program'.
125
126 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
127 to a line without a comment.
128
129 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
130
131 * dired.el (dired-listing-switches): Mention in the doc string
132 that some switches are not supported by ls-lisp.el
133
134 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
135
136 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
137 (imenu--create-keymap-2): Remove.
138 (imenu--create-keymap-1): Simplify, remove third argument.
139 (imenu--generic-function): Use dolist.
140 (imenu-find-default): New function.
141 (imenu--completion-buffer): Use it.
142 (imenu--mouse-menu): Use popup-menu.
143 (imenu--menubar-select): Return t rather than calling imenu.
144
145 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
146 New functions, extracted from fill-region-as-paragraph.
147 (fill-region-as-paragraph): Use them.
148 Use an end marker instead of eob.
149 Ignore whitespace-only fill-prefixes when indenting according to mode.
150 Simplify the loop that searches for spaces backwards.
151
152 * textmodes/picture.el (picture-vertical-step)
153 (picture-horizontal-step): Don't use defconst for variables.
154
155 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
156 (mail-extract-address-components): Downcase domain names.
157 (mail-extr-delete-char): Remove. Use delete-char instead.
158
159 * emulation/pc-select.el: Doc string fixes.
160 (pc-selection-mode): Don't treat macos as a tty.
161
162 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
163
164 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
165
166 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
167 (mouse-wheel-progessive-speed): New var.
168 (mwheel-scroll): Use it and handle float values.
169
170 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
171
172 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
173 (iswitchb): Fix the case where the result was selected with the mouse.
174 (iswitchb-completion-help): Use the normal *Completions* now that
175 mouse selection works.
176 (iswitchb-minibuffer-setup): Simplify.
177
178 * newcomment.el (comment-column, comment-style, comment-multi-line)
179 (comment-auto-fill-only-comments): Remove :group arg.
180 (comment-padding): Add :type.
181 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
182 if called interactively.
183
184 2001-11-19 Colin Walters <walters@verbum.org>
185
186 * calc/calc.el (toplevel): Add comment and version header.
187 (calc-init-base): Bump version to 2.02f, update date.
188
189 2001-11-19 Richard M. Stallman <rms@gnu.org>
190
191 * net/browse-url.el: Support Mozilla and Galeon.
192 By default, find the installed browser whichever it is.
193 (browse-url-mozilla): New function.
194 (browse-url-mozilla-sentinel): New function.
195 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
196 (browse-url-default-browser): New function.
197 (browse-url-process-environment): Use browse-url-browser-display.
198 (browse-url-browser-display): Renamed from browse-url-netscape-display.
199 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
200 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
201 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
202 (browse-url-browser-function): New default, new options.
203
204 2001-11-19 Sam Steingold <sds@gnu.org>
205
206 * bindings.el (last-buffer, unbury-buffer): New function.
207 (mode-line-unbury-buffer): Use `unbury-buffer'.
208
209 2001-11-18 Stephen Eglen <stephen@gnu.org>
210
211 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
212 control behaviour when no further completion is possible.
213
214 2001-11-19 Colin Walters <walters@verbum.org>
215
216 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
217 (math-showing-full-precision, math-with-extra-prec, math-working)
218 (calc-with-default-simplification)
219 (calc-with-trail-buffer): Use backtick.
220 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
221 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
222 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
223 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
224 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
225 (Math-num-integerp, Math-bignum-test, Math-equal-int)
226 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
227 (calc-record-compilation-date-macro): Deleted. Callers updated.
228 (math-format-radix-digit): Move to calc-bin.el.
229
230 * calc/calc.el (calc-record-compilation-date): Remove.
231 (calc-bug-address): Update.
232 (calc-settings-file): Use `user-init-file'.
233
234 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
235 Handle null `calc-settings-file'.
236
237 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
238 * calc/calc-keypd.el (calc-keypad-mode): New.
239 (calc-do-keypad): Use it.
240 (calc-keypad-map): Move into `calc-keypad-mode'.
241
242 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
243 to defalias argument.
244
245 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
246 (calcFunc-floor): Ditto.
247
248 * calc-units.el (calcFunc-usimplify): Ditto.
249
250 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
251 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
252 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
253 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
254 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
255 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
256 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
257 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
258 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
259 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
260 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
261 and move them before their first use. Use `when', `unless'.
262 Remove trailing periods from error forms. Add description and
263 headers suggested by Emacs Lisp coding conventions.
264
265 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
266
267 * newcomment.el (comment-indent):
268 Fix misindentation for comment-only lines.
269 (comment-indent-new-line): Only obey comment-multi-line if the
270 comment-ender is not the end-of-line.
271
272 2001-11-19 Richard M. Stallman <rms@gnu.org>
273
274 * net/net-utils.el (network-connection-service-abbrev-alist):
275 New variable.
276
277 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
278 Advance to start of 3rd sexp by moving fwd and backing over it.
279 At first three elements, act like defun.
280
281 * delsel.el (delete-selection-pre-hook): Handle and resignal
282 file-supersession errors to interact properly with userlock.el.
283
284 2001-11-18 Richard M. Stallman <rms@gnu.org>
285
286 * progmodes/fortran.el (fortran-mode-syntax-table):
287 Specify punctuation syntax for backslash.
288
289 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
290 All calls deleted.
291
292 * international/mule-util.el (string-to-sequence): Make it obsolete.
293 (string-to-list, string-to-vector): Implement them directly
294 using append and vconcat, not with string-to-sequence.
295
296 * startup.el (command-line): Set abbrevs-changed to nil after
297 reading the init file and the abbrevs file.
298
299 * isearch.el (isearch): Use magenta2 as bg for (background light)
300
301 2001-11-17 Richard M. Stallman <rms@gnu.org>
302
303 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
304
305 * simple.el (minibuffer-history-sexp-flag): Doc fix.
306
307 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
308
309 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
310 If set and if applicable, add a regexp to highlight defun-like
311 text inside comments and strings.
312 (font-lock-fontify-keywords-region): Pass that new arg.
313 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
314 to the end and pass that new arg.
315 (c-font-lock-keywords-2): Fix regex for labels.
316 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
317 Make it work when LIMIT is several lines further.
318 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
319 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
320 Use backquote and make the regexes for `int a, b, c;' work on
321 multiple lines.
322
323 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
324 (font-lock-defaults-alist): Don't change it any more.
325 (reb-subexp-mode-map): Cleanup.
326
327 * custom.el (custom-current-group-alist): New var.
328 (custom-declare-group): Set it.
329 (custom-current-group): New fun.
330 (custom-declare-variable, custom-handle-all-keywords):
331 Use it as a default if no :group argument is specified.
332
333 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
334 (standard-keyboard-coding-systems): New var.
335 (set-locale-environment): Use it to decide whether or not to call
336 set-keyboard-coding-system.
337 (locale-language-names): Use \"French\" for "fr".
338
339 2001-11-17 Richard M. Stallman <rms@gnu.org>
340
341 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
342 (add-to-list): Delete compatibility code.
343 (checkdoc-next-message-error): Doc fix.
344
345 2001-11-17 Stephen Eglen <stephen@gnu.org>
346
347 * locate.el (locate): Show default locate pattern within the
348 prompt, but don't insert it into the minibuffer contents.
349 Catch the case when pattern is the empty string.
350
351 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
352
353 * language/european.el ("French"): New language environment.
354
355 2001-11-16 Richard M. Stallman <rms@gnu.org>
356
357 * calendar/todo-mode.el (todo-save): Fix previous change.
358
359 * subr.el (functionp): Do use cdr-safe on object.
360
361 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
362
363 * bindings.el (mode-line-mode-name): Only put the help-echo property
364 if the local-map property was put as well.
365 (global-map): Bind switch-frame, delete-frame, iconify-frame
366 and make-frame-visible events.
367
368 * emacs-lisp/elp.el (elp-not-profilable): New var.
369 (elp-not-profilable-p): New function.
370 (elp-instrument-function): Use it. Use backquotes and push.
371
372 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
373 (byte-stack+-info, byte-compile-last-warned-form)
374 (byte-compile-last-logged-file): Don't defconst a variable.
375 (no-byte-compile): Declare.
376 (byte-compile-file): Don't boundp-check no-byte-compile any more.
377 (byte-compile-defvar): Leave defconst as is.
378
379 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
380 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
381 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
382 (edebug-best-error): Don't defconst a variable.
383 (edebug-read-syntax-table): Use a char-table.
384 (edebug-lemacs-specific): Remove.
385 Toplevel: Eliminate check for Lucid Emacs.
386
387 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
388
389 * rect.el (move-to-column-force): Mark obsolete.
390 (operate-on-rectangle, delete-extract-rectangle-line)
391 (insert-rectangle, delete-whitespace-rectangle-line)
392 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
393 (string-rectangle-history): New var.
394 (string-rectangle, string-insert-rectangle): Use it.
395 (delete-rectangle-line): Fix pos/column mixup and simplify.
396
397 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
398 (normal-top-level, command-line, command-line-1): Simplify.
399
400 * tar-mode.el (tar-mode): Use define-derived-mode.
401
402 * view.el (view-mode-enable): Don't use make-local-hook.
403
404 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
405
406 2001-11-16 Richard M. Stallman <rms@gnu.org>
407
408 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
409 if it doesn't make sense as anything else.
410 Don't recognize a "telephone number" at the beginning of the name.
411 (mail-extr-leading-garbage): Match non-word characters only.
412
413 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
414
415 * startup.el (command-line-processed): Doc fix.
416
417 * apropos.el (apropos-next-label-button): Doc fix.
418
419 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
420
421 * comint.el (comint-mode): Simplify.
422 (make-comint-in-buffer): Run `comint-mode' only if necessary.
423
424 * subr.el (eval-after-load): Make it work with features as well.
425
426 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
427
428 * international/mule-cmds.el (describe-input-method): Setup xref.
429 (set-language-environment): Use functionp.
430 (locale-language-names, locale-charset-language-names)
431 (locale-preferred-coding-systems): Defconst and purecopy.
432
433 * language/european.el (mac-roman): Add mime-charset property.
434
435 2001-11-15 Richard M. Stallman <rms@gnu.org>
436
437 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
438 (multiple-value-apply, nth-value): Use defsubst rather than defalias
439 to get better doc strings.
440
441 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
442
443 * derived.el: Fix autoload cookie.
444
445 2001-11-15 Richard M. Stallman <rms@gnu.org>
446
447 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
448
449 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
450
451 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
452
453 2001-11-15 Richard M. Stallman <rms@gnu.org>
454
455 * dired.el (dired-undo): Display a message to explain
456 that this does not undo file system changes.
457
458 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
459
460 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
461 into `unread-command-events' instead of trying keymap
462 lookups ourselves. This makes mouse-clicks do the right
463 thing even when keymaps of overlays are involved.
464 (mouse-drag-drag): Likewise.
465
466 2001-11-15 Andreas Schwab <schwab@suse.de>
467
468 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
469 characters and append anchor to pattern added to auto-mode-alist.
470
471 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
472
473 * server.el (server-process-filter): Run pore/post-comment-hook
474 before/after visiting the file.
475
476 * info-look.el (makefile-mode): Add info for automake.
477 (autoconf-mode): Fix the name of the index for automake.
478
479 * international/latin-9.el: Give pilcrow punctuation syntax.
480
481 2001-11-15 Andre Spiegel <spiegel@gnu.org>
482
483 * vc.el: Documentation fixes.
484
485 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
486
487 * smerge-mode.el (smerge-match-conflict): Fix typo.
488 (smerge-diff): Be careful to read match-data early enough.
489
490 2001-11-14 Colin Walters <walters@verbum.org>
491
492 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
493 (calcFunc-subst): Use `defalias' instead of `fset' and
494 `symbol-function'.
495
496 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
497 (calcFunc-ceil, calcFunc-round): Ditto.
498
499 * calc/calc-bin.el (calcFunc-clip): Ditto.
500
501 * calc/calc-ext.el (calcFunc-evalv): Ditto.
502
503 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
504
505 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
506 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
507
508 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
509
510 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
511 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
512 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
513 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
514 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
515 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
516 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
517 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
518 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
519 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
520 * calcsel2.el: Style cleanup; don't put closing parens on their
521 own line, add "foo.el ends here" to each file, and update
522 copyright date.
523
524 * README: Update maintainer.
525
526 2001-11-13 Alan Shutko <ats@acm.org>
527
528 * compile.el (recompile): Use compilation-arguments if set, so as
529 to be able to M-x recompile the exact command which created a
530 compilation-mode buffer.
531
532 2001-11-13 Richard M. Stallman <rms@gnu.org>
533
534 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
535
536 2001-11-13 Gerd Moellmann <gerd@gnu.org>
537
538 * mouse.el (mouse-drag-region): Don't run the up-event
539 handler if window start changed due to the down-mouse event.
540
541 2001-11-13 Richard M. Stallman <rms@gnu.org>
542
543 * mouse.el (mouse-show-mark): Either move point to the mark
544 or use highlighting, never both.
545 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
546
547 2001-11-13 Simon Josefsson <jas@extundo.com>
548
549 * mail/smtpmail.el (top-level): Change maintainer to Simon
550 Josefsson, cleanup the smtpmail.el header.
551
552 * mail/smtpmail.el (top-level): Don't require cl or base64.
553 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
554 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
555 Defsubst instead of defmacro.
556 (smtpmail-intersection): Return value in reverse order.
557 (smtpmail-open-stream): Use stringp instead of string-to-list.
558 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
559 separated from smtpmail-via-smtp.
560
561 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
562 rfc2104. Require base64 and cl.
563 (smtpmail-smtp-service): Doc fix. :type fix.
564 (smtpmail-debug-info): Doc fix.
565 (smtpmail-debug-verb, smtpmail-auth-credentials)
566 (smtpmail-starttls-credentials, smtpmail-auth-supported):
567 New variables.
568 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
569 mail-utils (it is autoloaded).
570 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
571 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
572 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
573 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
574 (smtpmail-via-smtp): Support AUTH.
575 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
576
577 2001-11-13 Richard M. Stallman <rms@gnu.org>
578
579 * ebuff-menu.el (electric-buffer-update-highlight): New function.
580 (electric-buffer-overlay): New variable.
581 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
582 (electric-buffer-list): Likewise.
583
584 2001-11-13 Per Starback <starback@ling.uu.se>
585
586 * isearch.el (isearch-whitespace-chars): Doc fix.
587 (isearch-mode): Handle negative search-slow-window-lines correctly.
588
589 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
590
591 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
592
593 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
594 From Emmanuel Briot <briot@act-europe.fr>.
595
596 2001-11-13 Colin Walters <walters@debian.org>
597
598 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
599
600 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
601 "~/.emacs"; use `read-file-name'.
602
603 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
604 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
605 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
606 * calc/calc.el: Use `frame-width' instead of `screen-width',
607 `frame-height' instead of `screen-height', and,
608 `executing-kbd-macro' instead of `executing-macro'.
609
610 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
611 correct number of arguments.
612
613 * calc/calc-aent.el (calc-do-alg-entry):
614 Use `blink-paren-function' instead of `blink-paren-hook'.
615
616 2001-11-12 Richard M. Stallman <rms@gnu.org>
617
618 * calendar/todo-mode.el (todo-save): Add save-excursion
619 and save-restriction.
620
621 * server.el (server-edit, server-done): Doc fix.
622
623 * simple.el (clone-indirect-buffer): Error if major mode symbol
624 has a no-clone-indirect property.
625 (clone-buffer): Check for obvious errors before reading clone name.
626
627 * info.el (Info-mode): Add a no-clone-indirect property.
628
629 2001-11-12 Sam Steingold <sds@gnu.org>
630
631 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
632 set-buffer-modified-p to nil after `vc-exec-after'.
633 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
634 (log-view-mode): Make read-only.
635 (log-view-current-file): Do final `expand-file-name' in the
636 current `default-directory'.
637 (log-view-current-tag): Take an optional `where' arg.
638 (log-view-diff): New user command.
639
640 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
641
642 * progmodes/cpp.el (cpp-choose-face): Fix typo.
643
644 2001-11-12 Sam Steingold <sds@gnu.org>
645
646 * emacs-lisp/cl-indent.el (toplevel): Indent properly
647 `generic-flet', `generic-labels', `with-accessors',
648 `with-condition-restarts'.
649
650 2001-11-12 Richard M. Stallman <rms@gnu.org>
651
652 * dired.el: Many trivial doc fixes.
653 (dired-get-file-for-visit): New function.
654 (dired-find-alternate-file, dired-mouse-find-file-other-window):
655 (dired-view-file, dired-find-file-other-window, dired-display-file):
656 (dired-find-file): Use dired-get-file-for-visit.
657
658 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
659
660 * sql.el (sql-mode): Doc change.
661
662 * sql.el (sql-mode-syntax-table): The backslash is no longer an
663 escape character.
664
665 2001-11-12 Colin Walters <walters@debian.org>
666
667 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
668 (calc-do-keypad): Don't attempt to use nonexistent global
669 mouse-map, use calc-keypad-map.
670 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
671 (calc-keypad-left-click): Don't use mouse-map; update to new event
672 interface.
673 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
674 (calc-keypad-press): Use `unread-command-events' instead of
675 `unread-command-char'.
676
677 * calc/calc-ext.el (calc-init-extensions): Update autoload names
678 to match files renamed on initial calc import.
679
680 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
681
682 * textmodes/flyspell.el (flyspell-default-dictionary):
683 Fix previous change.
684
685 2001-11-12 Richard M. Stallman <rms@gnu.org>
686
687 * textmodes/flyspell.el (flyspell-default-dictionary):
688 Fix custom type.
689
690 2001-11-11 Richard M. Stallman <rms@gnu.org>
691
692 * calendar/solar.el (solar-sunrise-and-sunset):
693 Exchange the two extreme values of day-length.
694
695 * progmodes/sh-script.el (sh-must-be-shell-mode):
696 Allow modes derived from sh-mode.
697
698 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
699 Turn off error in some re-search-forward calls.
700
701 * replace.el (query-replace-skip-read-only): New variable.
702 (perform-replace): If that variable is non-nil, ignore matches
703 that have a read-only property.
704
705 * derived.el (define-derived-mode): Doc fix.
706
707 * server.el (server-buffer-done): Test of server-existing-buffer
708 was backwards.
709 (server-existing-buffer): Doc fix.
710
711 * textmodes/flyspell.el (flyspell-default-dictionary):
712 Allow nil as value, and make nil the default.
713
714 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
715
716 * subdirs.el: Regenerated.
717
718 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
719 it is not fboundp.
720 (clipboard-yank): Ditto.
721
722 2001-11-11 Colin Walters <walters@verbum.org>
723
724 The following changes are based on patches from
725 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
726 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
727
728 * calc/calc.el (toplevel): Require calc-macs.
729 (calc-minibuffer-size): New.
730 (calcDigit-nondigit): Use it instead of `buffer-size'.
731 (calcDigit-backspace): Likewise.
732 (calcDigit-nondigit): Use `minibuffer-contents' instead of
733 `buffer-string'.
734 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
735 `point-min'.
736 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
737 `save-excursion'.
738
739 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
740 simple `setq' form.
741
742 * calc/calc-ext.el: (toplevel): Require calc.
743 (calc-fancy-prefix-map): New.
744 (calc-fancy-prefix): Use it.
745 (calc-fancy-prefix-other-key): New.
746
747 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
748 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
749 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
750 (calcAlg-enter): Likewise.
751 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
752
753 2001-11-10 Richard M. Stallman <rms@gnu.org>
754
755 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
756 (quietly-read-abbrev-file): Doc fix.
757
758 * startup.el (command-line): Read standard abbrev
759 file (abbrev-file-name), if it exists.
760
761 * files.el (save-abbrevs): Default value is t.
762
763 * progmodes/compile.el (compile-goto-error): Fix previous change
764 in the case where subsequent errors have not been parsed yet
765 because they are in a different source file.
766
767 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
768
769 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
770 Merge two regular expressions into one.
771 (ps-mode): Make local bindings for `comment-start' and
772 `comment-start-skip'.
773 (ps-mode-looking-at-nested): Simplify an if-else construct;
774 use `set-match-data' to set the result.
775
776 2001-11-10 Richard M. Stallman <rms@gnu.org>
777
778 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
779 Function deleted.
780 (flyspell-correct-word): Old definition deleted.
781 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
782 All references renamed too.
783
784 2001-11-10 Gerd Moellmann <gerd@gnu.org>
785
786 * Makefile.in (finder_setwins, setwins): Exclude Calc.
787
788 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
789
790 * wid-edit.el (checklist): Removed `:menu-tag'.
791 (radio-button-choice): Ditto.
792 (editable-list): Ditto.
793
794 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
795
796 * play/gomoku.el: Move definitions of constants to the beginning
797 of file, before their use.
798
799 2001-11-09 Richard M. Stallman <rms@gnu.org>
800
801 * textmodes/flyspell.el: Use the keymap property
802 instead of local-map, and don't use a minor-mode map.
803 (flyspell-mode-map): Variable deleted.
804 Don't mess with minor-mode-map-alist.
805 (calling add-minor-mode): Specify nil for keymap.
806 And always use add-minor-mode, now that it exists.
807 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
808 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
809 or flyspell-local-mouse-map.
810 (make-flyspell-overlay): Use flyspell-mouse-map directly.
811 (flyspell-mode): Doc fix.
812 (flyspell-mode-on): Don't call make-local-hook.
813
814 2001-11-09 Sam Steingold <sds@gnu.org>
815
816 * emacs-lisp/debug.el (debugger-make-xrefs):
817 Add buttons to all symbols.
818
819 2001-11-09 Andre Spiegel <spiegel@gnu.org>
820
821 * vc.el: Add John David Smith to credits.
822
823 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
824
825 * vc-hooks.el (vc-error-occured): Backquotified.
826 (vc-file-prop-obarray): Use prime length for better efficiency.
827
828 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
829
830 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
831
832 * info.el (Info-file-list-for-emacs): Add entries for Calc.
833
834 2001-11-09 Miles Bader <miles@gnu.org>
835
836 * subr.el (functionp): Don't consider macros as functions.
837
838 2001-11-08 Miles Bader <miles@gnu.org>
839
840 * subr.el (functionp): Make work correctly for macros and unbound
841 symbols.
842
843 * comint.el (comint-send-input): Fix description of
844 `comint-process-echoes' in the doc-string.
845
846 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
847
848 * international/mule.el (make-translation-table): Doc fix.
849 Suggested by Alex Schroeder <alex@gnu.org>.
850
851 2001-11-07 Richard M. Stallman <rms@gnu.org>
852
853 * info.el (Info-fontify-node): Highlight every third menu item.
854
855 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
856
857 * cus-edit.el (custom-face-value-create): Don't ignore the
858 `customized-face' attribute when finding the current face spec.
859
860 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
861
862 * subr.el (with-local-quit): New macro.
863 (make-syntax-table): Always inherit.
864 (functionp): Be more careful when `object' is a symbol.
865
866 * dabbrev.el (dabbrev-completion): Use "*Completions*".
867
868 2001-11-07 Paul Eggert <eggert@twinsun.com>
869
870 * dired.el (dired-move-to-filename-regexp):
871 Do not distinguish between ASCII letters and non-ASCII characters.
872 Don't allow comma except in the form "month day, year".
873 Don't allow space between month name and comma.
874 Clean up the code that checks for trailing period, comma, and space.
875 Remove now-obsolete comments, and add more commentary about
876 Japanese dates.
877 Always gobble up trailing spaces, instead of doing it only sometimes.
878
879 2001-11-07 Miles Bader <miles@gnu.org>
880
881 * paren.el (show-paren-match-face): Add dark-background variant.
882
883 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
884
885 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
886 (lisp-mode-variables): Don't set paragraph-{start,separate}.
887 Don't disable adaptive-fill-mode.
888 (lisp-fill-paragraph): Use tab-width rather than 8.
889 Prevent filling the first line of docstrings.
890
891 2001-11-06 Richard M. Stallman <rms@gnu.org>
892
893 * play/gomoku.el (gomoku): Doc fix.
894
895 * jka-compr.el (jka-compr-partial-uncompress):
896 Support an alternative of not using dd.
897 (jka-compr-dd-program): Use defcustom to define this.
898 (jka-compr-load-suffixes): Use defcustom.
899 (jka-compr-mode-alist-additions): Use defcustom.
900
901 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
902
903 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
904 Also work when LIMIT is further than the end of line.
905
906 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
907
908 * international/quail.el (quail-update-leim-list-file): Print the
909 offending file name if some of its quail-define-package forms is broken.
910
911 2001-11-05 Richard M. Stallman <rms@gnu.org>
912
913 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
914 of the evaluated form.
915
916 2001-11-05 Paul Eggert <eggert@twinsun.com>
917
918 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
919 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
920 stamps always line up by default. Also, it uses a slightly
921 different window to determine whether files are "recent".
922
923 2001-11-05 Andrew Innes <andrewi@gnu.org>
924
925 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
926 Don't attempt to remake autoloads before nuking .elc files.
927
928 2001-11-04 Richard M. Stallman <rms@gnu.org>
929
930 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
931 previous-single-property-change or next-single-char-property-change
932 returns nil.
933
934 * international/mule-cmds.el (set-locale-environment):
935 Make it interactive; make arg optional.
936
937 * international/mule-diag.el (help-funs): Require help-funs.
938
939 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
940
941 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
942
943 2001-11-04 Miles Bader <miles@gnu.org>
944
945 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
946 shadow of the splash image grey on a dark background instead of black.
947
948 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
949
950 * term.el (all faces): Don't (copy-face 'default <foo>).
951
952 * term/xterm.el (function-key-map):
953 Add entry for `ESC [ 3 ~' -> <delete>
954 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
955 Use inheritance so that .emacs and terminfo take precedence.
956
957 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
958
959 * tooltip.el (tooltip-delay): Decrease to 0.7.
960 (tooltip-hide-delay): Enlarge to 10.
961
962 2001-11-03 Richard M. Stallman <rms@gnu.org>
963
964 * startup.el (fancy-splash-tail): Explain how to recover
965 from a crash, if there was a crash.
966 (command-line-1): Reorganize display of startup screen,
967 to simplify the logic. Use a temp buffer for it.
968
969 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
970
971 * frame.el (set-background-color, set-foreground-color):
972 Call face-set-after-frame-default, to propagate the new colors to
973 the frame's parameters alist.
974
975 * calendar/timeclock.el (timeclock-out): Signal an error if
976 timeclock-last-event is nil.
977
978 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
979
980 * textmodes/fill.el (fill-context-prefix): Fix braino.
981
982 * international/quail.el (quail-help):
983 Use `help-buffer' and move `help-setup-xref' to beginning.
984
985 * international/mule-cmds.el (describe-language-environment):
986 Use `help-buffer' and move `help-setup-xref' to beginning.
987
988 * international/mule-diag.el (list-character-sets)
989 (sort-listed-character-sets, describe-character-set)
990 (describe-coding-system, describe-fontset, list-fontsets):
991 Use `help-buffer' and move `help-setup-xref' to beginning.
992 (describe-char-after): Use `internal-describe-syntax-value'.
993
994 2001-11-02 Richard M. Stallman <rms@gnu.org>
995
996 * mouse.el (popup-menu): If the user refuses to select
997 from a menu, don't try to invoke the menu.
998
999 2001-11-02 Miles Bader <miles@gnu.org>
1000
1001 * help-mode.el (help-xref): New button type.
1002 (help-function, help-variable, help-face, help-coding-system)
1003 (help-input-method, help-character-set, help-type, help-symbol)
1004 (help-back, help-info, help-customize-variable, help-customize-face)
1005 (help-function-def, help-variable-def): Use it as a supertype.
1006 Remove `action' property.
1007
1008 * international/mule-diag.el (describe-character-set)
1009 (describe-coding-system): Pass correct args to `help-xref-button'.
1010 (sort-listed-character-sets): New button type.
1011 (list-character-sets): Use it.
1012 (list-charset-chars): New button type.
1013 (list-character-sets-1): Use it.
1014
1015 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1016
1017 * indent.el (tab-always-indent, indent-for-tab-command):
1018 Remove redundant `never' setting.
1019
1020 * fill.el (fill-region-as-paragraph): Don't forget to skip
1021 over current whitespace before looking for a preceding space.
1022
1023 2001-11-01 Richard M. Stallman <rms@gnu.org>
1024
1025 * files.el (file-newest-backup): Don't pass backup file name
1026 thru file-name-sans-versions, because it never has version numbers.
1027
1028 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1029 to avoid ambiguous nested loops.
1030
1031 * files.el (find-file-noselect): Offer to change buffer-read-only
1032 only when the file's read-only status has changed from before
1033 as well as disagreeing with the buffer's current status.
1034 (buffer-file-read-only): New var, local in all buffers.
1035
1036 * buff-menu.el (buffer-menu): Doc fix.
1037 (buffer-menu-other-window): Doc fix.
1038 (list-buffers, list-buffers-noselect): Doc fix.
1039
1040 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1041
1042 * startup.el (command-line): If the terminal Emacs is running on
1043 has erase char set to ^H, use the Backspace key for deleting
1044 backward, and the Delete key for deleting forward.
1045
1046 2001-11-01 Miles Bader <miles@gnu.org>
1047
1048 * button.el (define-button-type): Make sure every user-defined
1049 button type has a supertype.
1050
1051 2001-10-31 Jason Rumney <jasonr@gnu.org>
1052
1053 * international/mule-cmds.el (locale-language-names): Add chs and
1054 cht as aliases for Chinese-GB and Chinese-BIG5.
1055
1056 2001-10-31 Richard M. Stallman <rms@gnu.org>
1057
1058 * bindings.el (mode-line-frame-identification): Add doc string.
1059 (mode-line-position, mode-line-modes): New variables.
1060 (mode-line-format): Use mode-line-position for the part
1061 that displays the position-in-buffer info.
1062 Use mode-line-modes for the part that displays major and minor modes.
1063
1064 2001-10-31 Sam Steingold <sds@gnu.org>
1065
1066 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1067 (debugger-setup-buffer): Call it.
1068 (debugger-mode-map): Bind RET and mouse-2.
1069
1070 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1071
1072 * startup.el: Document command line option --no-window-system
1073 instead of --no-windows.
1074
1075 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1076
1077 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1078
1079 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1080 (font-lock-defaults-alist): Use it.
1081 From David Ponce <david.ponce@wanadoo.fr>
1082
1083 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1084 output of `char-after'.
1085
1086 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1087
1088 * simple.el (reindent-then-newline-and-indent): Insert the newline
1089 before indenting the first line.
1090 (undo-get-state, undo-revert-to-state): New funs.
1091 (shell-command): Don't kill the buffer even if empty.
1092 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1093 (transpose-subr-end2): Remove.
1094 (transpose-subr): Add `special' arg and simplify.
1095 (transpose-subr-1): Rewrite.
1096 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1097 (rfc822-goto-eoh): Simplify.
1098
1099 2001-10-30 Richard M. Stallman <rms@gnu.org>
1100
1101 * enriched.el (enriched-face-ans): FIx previous change.
1102
1103 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1104
1105 * international/iso-acc.el (iso-accents-compose): Remove a
1106 superfluous setq.
1107
1108 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1109
1110 * buff-menu.el (list-buffers-noselect): If the buffer's name
1111 starts with a blank, but it visits a file, do show it (for files
1112 whose names start with a blank).
1113
1114 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1115
1116 * textmodes/fill.el (sentence-end-double-space)
1117 (sentence-end-without-period): Move to paragraphs.el.
1118 (fill-indent-according-to-mode): Change default to t.
1119 (fill-context-prefix): Simplify control-flow and use a more
1120 sophisticated merge that unifies both previous checks.
1121 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1122 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1123 (fill-nobreak-p): New fun.
1124 (fill-region-as-paragraph): Use it.
1125 Handle `fill-indent-according-to-mode' slightly differently.
1126 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1127 (fill-individual-paragraphs-citation): Fix.
1128
1129 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1130 (paragraph-start): Change default to the `text-mode' value.
1131 (sentence-end-double-space, sentence-end-without-period):
1132 Move from fill.el.
1133 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1134 rather than rebinding `paragraph-start' and `paragraph-separate'.
1135
1136 * indent.el (indent-line-function): Change default to indent-relative.
1137 (tab-always-indent): Add an `never' setting.
1138 (indent-according-to-mode): Handle `indent-relative' and
1139 `indent-relative-maybe' specially.
1140 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1141 Handle the `never' case for `tab-always-indent'.
1142 Don't call indent-according-to-mode for indent-relative' and
1143 `indent-relative-maybe'.
1144 (insert-tab): Rename `prefix-arg' to `arg'.
1145 (indent-region): Indent the first line as well.
1146 (indent-relative): Don't mark the buffer modified if the indentation
1147 is unchanged.
1148
1149 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1150 Don't set paragraph-separate. Set paragraph-start more carefully.
1151 Set indent-line-function.
1152 (paragraph-indent-text-mode): Use it and define-derived-mode.
1153 (text-mode-map): Remove the \t binding.
1154 (text-mode): Simplify now that the default is more favorable.
1155
1156 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1157
1158 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1159 If the regexp doesn't match, use a looser one.
1160 (find-variable-noselect): Add `file' argument.
1161
1162 * pcvs.el (cvs-mode-commit-hook): New hook.
1163 (cvs-mode-commit): Run it.
1164
1165 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1166
1167 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1168 (edebug-instrument-function): Use `find-function-noselect'.
1169
1170 2001-10-29 Richard M. Stallman <rms@gnu.org>
1171
1172 * term.el (term-if-emacs19): Macro deleted.
1173 Callers changed to use progn instead.
1174
1175 * frame.el (blink-cursor-mode): Doc fix.
1176
1177 * files.el (find-backup-file-name): Use make-backup-file-name.
1178
1179 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1180 window-live-p.
1181 (edebug-set-conditional-breakpoint): Unconditionally use
1182 the former Emacs >=19 definition.
1183 (edebug-mark): Define unconditionally.
1184 (edebug-eval-expression): Always call read-from-minibuffer
1185 and specify history list.
1186 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1187 edebug-set-conditional-breakpoint.
1188 (edebug-emacs-version-specific): Function deleted;
1189 do the job at top level.
1190 (edebug-emacs-19-specific): Function deleted, this is the default.
1191
1192 2001-10-29 Sam Steingold <sds@gnu.org>
1193
1194 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1195 "/cygdrive/LETTER/" pathnames.
1196
1197 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1198
1199 * faces.el (invert-face): Check for 'unspecified, not for nil,
1200 when testing whether face colors are not specified.
1201 From David.Kastrup@t-online.de (David Kastrup).
1202 (read-face-name): Doc fix.
1203 (make-face-bold, make-face-unbold, make-face-italic)
1204 (make-face-unitalic, make-face-bold-italic, invert-face):
1205 Remove trailing blank from the prompt passed to read-face-name.
1206
1207 2001-10-29 Sam Steingold <sds@gnu.org>
1208
1209 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1210 Report numbers of files skipped and failed too.
1211 (byte-compile-file): Return 'no-byte-compile for skipped files.
1212
1213 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1214
1215 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1216 and `M p'.
1217
1218 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1219
1220 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1221 as is on unread-command-events instead of `(SECOND-CHAR)'.
1222
1223 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1224
1225 * vc.el: Mention vc-*-switches in backend API documentation.
1226 (vc-annotate): Adapt doc string to recent change.
1227
1228 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1229
1230 * enriched.el (enriched-face-ans): Handle face attributes
1231 of the form `(FACE1 FACE2 ...)'.
1232
1233 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1234
1235 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1236
1237 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1238
1239 * progmodes/sql.el (sql-db2): Doc change.
1240 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1241 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1242
1243 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1244
1245 * env.el (substitute-env-vars): Don't quote argument to `rx';
1246 it's a macro.
1247
1248 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1249
1250 * cus-start.el (recursive-load-depth-limit): Added.
1251
1252 2001-10-28 Richard M. Stallman <rms@gnu.org>
1253
1254 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1255 All uses removed--assume Emacs version is >= 20.
1256
1257 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1258 by really checking that it is not version 18.
1259
1260 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1261
1262 2001-10-28 Miles Bader <miles@gnu.org>
1263
1264 * faces.el (face-attribute): Add INHERIT argument, consider face
1265 inheritance if it's non-nil.
1266 (face-attribute-merged-with): New function.
1267 (face-attribute-specified-or): New macro.
1268 (face-foreground, face-background, face-stipple): Add INHERIT
1269 argument. Use `face-attribute-specified-or'.
1270
1271 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1272
1273 * font-lock.el: Require `syntax'.
1274 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1275 Use `c-font-lock-syntactic-face-function' for c languages.
1276 (font-lock-mode): Don't unset vars when turning the mode off.
1277 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1278 (font-lock-extra-managed-props): New var.
1279 (font-lock-default-unfontify-region): Use it.
1280 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1281 Don't eval the value when there's no match.
1282 (font-lock-ppss-stats): New var.
1283 (font-lock-ppss): New fun.
1284 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1285 (font-lock-apply-highlight): Allow `highlight' to set several props.
1286 (font-lock-set-defaults): Use dolist.
1287 (font-lock-unset-defaults): Remove.
1288 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1289 Try to recognize prototypes using `foo P_ ((args))'.
1290 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1291 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1292 (c-font-lock-syntactic-face-function): New function.
1293 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1294 (c++-keywords): Use a more sophisticated regexp to handle
1295 shallowly nested templates.
1296
1297 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1298
1299 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1300 (sgml-tag): Use it. Cleanup with `cond'.
1301 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1302 Mark the overlays and only delete those that are marked.
1303 (sgml-skip-close-p): Remove.
1304 (sgml-value): Replace sgml-skip-close-p with its definition.
1305 (html-tag-alist): Use sgml-xml a bit more.
1306 (html-mode): Set sgml-empty-tags.
1307
1308 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1309 (texinfo-update-node, texinfo-sequential-node-update):
1310 Don't bind the obsolete `auto-fill-hook'.
1311 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1312 Use `set-buffer' rather than `switch-to-buffer'.
1313 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1314 Use `set-buffer' rather than `switch-to-buffer'.
1315
1316 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1317 text-mode-syntax-table.
1318 (mail-mode): Use define-derived-mode.
1319 Fix ordering of alternatives in adaptive-fill-regexp.
1320 (mail-mode-map): Don't rely on keymap's internal representation.
1321
1322 2001-10-27 Sam Steingold <sds@gnu.org>
1323
1324 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1325 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1326 (sgml-mode-common): Call it.
1327 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1328 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1329 (html-horizontal-rule, html-image, html-ordered-list):
1330 (html-unordered-list, html-list-item, html-paragraph):
1331 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1332 `html-xhtml'.
1333
1334 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1335
1336 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1337 (ifnothtml): New alias.
1338
1339 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1340
1341 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1342 (toggle-text-mode-auto-fill): Use derived-mode-p.
1343
1344 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1345
1346 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1347 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1348
1349 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1350
1351 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1352 Add make-obsolete cookies, to follow faces.el.
1353
1354 These changes avoid warnings from the byte compiler in faces.el:
1355
1356 * faces.el (internal-get-face): Use facep instead of the obsolete
1357 internal-find-face.
1358 (internal-frob-font-weight, internal-frob-font-slant):
1359 New defaliases for obsolete functions.
1360 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1361 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1362 (x-make-font-bold-italic): Use internal-frob-font-weight and
1363 internal-frob-font-slant aliases instead of the obsolete
1364 x-frob-... functions.
1365
1366 2001-10-26 Sam Steingold <sds@gnu.org>
1367
1368 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1369 DOCTYPE; set `mode-name' based on it.
1370 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1371 (sgml-tag): Close empty tags in XHTML.
1372
1373 2001-10-26 Jason Rumney <jasonr@gnu.org>
1374
1375 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1376 when UNICODE is not defined.
1377
1378 2001-10-26 Sam Steingold <sds@gnu.org>
1379
1380 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1381 be alone on the line.
1382
1383 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1384
1385 * button.el (button): Special face definition for MS-DOS terminals.
1386
1387 2001-10-26 Sam Steingold <sds@gnu.org>
1388
1389 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1390 Protect the /= test by checking that the args are non-nil.
1391 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1392
1393 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1394
1395 * textmodes/artist.el (artist-version): 1.2.4.
1396 (artist-butlast-fn): New variable.
1397 (artist-butlast): New function.
1398 (artist-ellipse-mirror-quadrant): Use it.
1399 (artist-mouse-draw-poly): Use nil for `point-list'.
1400 (artist-mouse-draw-poly): Check for point-list being nil.
1401
1402 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1403
1404 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1405 lambda expression.
1406 (ps-mode-menu-main): Submenu with options on/off was replaced with
1407 a toggle button.
1408 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1409 (ps-mode): Autoload cookie added on same line as comment
1410 (ps-mode-tabkey, ps-mode-backward-delete-char):
1411 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1412 `indent-to' with `indent-line-to'
1413 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1414 instead of `eval'.
1415 (ps-mode-print-region): Use `with-temp-buffer'.
1416 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1417 (numerous places): Add back-tick and tick around names in
1418 docstrings, fix punctuation in docstrings, remove trailing spaces.
1419
1420 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1421
1422 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1423 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1424 (sgml-font-lock-syntactic-keywords): New var.
1425 (sgml-mode-common): Drop the two args.
1426 Don't make buffer-local variables that aren't used.
1427 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1428 Don't set `before-string' props from sgml-display-text.
1429 (sgml-mode): Use define-derived-mode.
1430 (sgml-tags-invisible): Use sgml-display-text.
1431 (sgml-quote): New command.
1432 (html-tag-alist): Add args for `span'.
1433 (html-mode): Use define-derived-mode.
1434 Set sgml-display-text and sgml-tag-face-alist.
1435
1436 2001-10-25 Sam Steingold <sds@gnu.org>
1437
1438 * add-log.el (add-log-always-start-new-record): New user option.
1439 (add-change-log-entry): Use it.
1440
1441 2001-10-25 Richard M. Stallman <rms@gnu.org>
1442
1443 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1444 bind case-fold-search if FROM is not all lower case.
1445
1446 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1447
1448 * startup.el (normal-top-level): Check for frame-initial-frame
1449 only if it's really used.
1450
1451 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1452
1453 * progmodes/compile.el (compilation-parse-errors-filename-function):
1454 New variable.
1455 (compilation-parse-errors): Use it.
1456
1457 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1458
1459 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1460 interactively so that C-u M-C-x still does edebug.
1461 (checkdoc-sentencespace-region-engine): Don't force a double-space
1462 after `.' if it doesn't look like an end-of-sentence.
1463 (debug-ignored-errors): Add `disambiguate ...'.
1464
1465 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1466
1467 * textmodes/texinfo.el (texinfo-environments)
1468 (texinfo-environment-regexp): Hoist.
1469 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1470 Only highlight the menu name in menu items.
1471 Setup `@foo ... @end foo' as text clones.
1472 (texinfo-clone-environment): New function.
1473 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1474 (texinfo-insert-block): Simplify.
1475 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1476 the command is repeated.
1477 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1478 (texinfo-insert-@end): Simplify.
1479
1480 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1481 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1482 (texinfo-subsubsection-level-regexp)
1483 (texinfo-update-menu-same-level-regexps)
1484 (texinfo-update-menu-higher-regexps)
1485 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1486
1487 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1488 (derived-mode-p): Autoload.
1489
1490 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1491 New vars and functions.
1492 (text-clone-maintain, text-clone-create): New functions.
1493
1494 2001-10-25 Miles Bader <miles@gnu.org>
1495
1496 * facemenu.el (facemenu-add-new-face): Fix variable names.
1497
1498 2001-10-24 Richard M. Stallman <rms@gnu.org>
1499
1500 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1501 of t and nil values.
1502 (facemenu-set-face): Handle START and END interactively.
1503 (facemenu-set-foreground): Don't use a face; specify color directly.
1504 (facemenu-set-background): Likewise.
1505 (facemenu-set-face-from-menu): Doc fix.
1506 (facemenu-active-faces): Use face-attribute-vector
1507 to handle bare attributes not in faces.
1508 (facemenu-get-face): Don't handle face names fg:... and bg:...
1509 specially.
1510 (facemenu-add-new-face): New argument MENU.
1511 New way to handle adding colors to the color menus.
1512
1513 * env.el (substitute-env-vars): Quote the arg to rx.
1514
1515 2001-10-24 Sam Steingold <sds@gnu.org>
1516
1517 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1518 Control" and "SGML" groups.
1519
1520 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1521
1522 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1523 Better handling of C++ template args to avoid confusion with `<'
1524 and `>' used as operators in member init expressions.
1525
1526 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1527
1528 * replace.el (perform-replace): Move START and END parameters
1529 to the end of the argument list and make them optional.
1530
1531 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1532 perform-replace.
1533
1534 * international/fontset.el (x-must-resolve-font-name): New function.
1535 (x-complement-fontset-spec): Use it.
1536
1537 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1538
1539 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1540
1541 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1542 Turn caadr into caar of cdr.
1543
1544 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1545
1546 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1547 of mouse-{1,2} since dragging is on the down event.
1548
1549 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1550
1551 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1552 if ARG is nil.
1553
1554 * desktop.el (desktop-last-buffer): New variable.
1555 (desktop-create-buffer): Set it.
1556 (desktop-read): Bind it and switch to that buffer.
1557
1558 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1559
1560 * progmodes/compile.el (compilation-set-window-height):
1561 Select old window only if it's still live.
1562
1563 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1564
1565 * help-mode.el (help-buffer): Remove debugging code.
1566 From Stefan Monnier <monnier@cs.yale.edu>.
1567
1568 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1569
1570 * files.el (file-name-sans-extension, file-name-extension):
1571 Don't count the leading dots in file names as signaling an extension.
1572
1573 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1574
1575 * vc.el (vc-diff-switches): Doc rewritten.
1576
1577 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1578
1579 * tooltip.el (tooltip-set-param): Doc fix.
1580
1581 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1582 127 to sgml-maybe-name-self.
1583 (sgml-name-8bit-mode): Doc fix.
1584 (sgml-char-names-table): New variable.
1585 (sgml-name-char): Support non-ASCII and mule-unicode-*
1586 characters. Doc fix.
1587 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1588
1589 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1590 doc string the effect of `left' and `top' parameters in
1591 tooltip-frame-parameters, the default values, and the units.
1592 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1593 (tooltip-show): Mention in the doc string the `top' and `left'
1594 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1595
1596 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1597
1598 Add autoscaling support for vc-annotate.
1599 From J.D. Smith <jdsmith@alum.mit.edu>.
1600
1601 * vc.el (vc-annotate-display-default): Accept colormap scaling
1602 ratio (now deprecated).
1603 (vc-annotate-display-autoscale): Added.
1604 (vc-annotate-add-menu): New autoscaling menu options "Span to
1605 Oldest" and "Span Oldest->Newest". Easymenu support added for
1606 toggle menus driven by customize variable `vc-annotate-display-mode'.
1607 (vc-annotate-display-select): Added.
1608 (vc-annotate): Changed temp-buffer-show-function to
1609 `vc-annotate-display-select'.
1610 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1611 Added argument OFFSET. Instead of backend function, calls now
1612 generic `vc-annotate-difference'.
1613 (vc-annotate-difference): Added as generic function instead of
1614 backend-specific function. No longer takes argument POINT, but
1615 instead accepts a time OFFSET.
1616 (vc-default-annotate-current-time): Added.
1617
1618 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1619 version in vc.el, with
1620 (vc-cvs-annotate-current-time): Added, as override of default.
1621 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1622 `vc-cvs-annotate-difference'.
1623
1624 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1625
1626 * saveplace.el (save-place): Require `saveplace'.
1627
1628 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1629 Use `sexp' for :value-type instead of `face'.
1630
1631 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1632
1633 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1634 regexps due to 5-digit message IDs.
1635
1636 2001-10-21 Jason Rumney <jasonr@gnu.org>
1637
1638 * term/w32-win.el (redisplay-dont-pause): Don't set.
1639
1640 2001-10-21 Miles Bader <miles@gnu.org>
1641
1642 * help-funs.el (help-manyarg-func-alist): Variable removed.
1643
1644 2001-10-21 Miles Bader <miles@gnu.org>
1645
1646 * help-funs.el (help-manyarg-func-alist): Remove entries for
1647 `insert', `insert-and-inherit', `insert-before-markers',
1648 `insert-before-markers-and-inherit', `message', `message-box',
1649 `message-or-box', `propertize', `format', `encode-time', `append',
1650 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
1651 `insert-string', `ml-if', `ml-provide-prefix-argument', and
1652 `ml-prefix-argument-loop'.
1653
1654 2001-10-21 Andre Spiegel <spiegel@gnu.org>
1655
1656 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
1657 (vc-default-diff-tree): New functions.
1658 (vc-version-diff): Use them. As a result, coding systems are now
1659 set up properly for all sorts of diffs, and tree diffs can now
1660 also be done locally.
1661 (vc-diff): With a prefix argument, don't require that it's called
1662 from a buffer under version control.
1663 (diff-switches): Remove duplicate definition.
1664
1665 * vc-cvs.el (vc-cvs-diff-tree): New function.
1666
1667 2001-10-21 Miles Bader <miles@gnu.org>
1668
1669 * help-funs.el (help-manyarg-func-alist): Remove entries for
1670 `list', `vector', `make-byte-code', `call-process',
1671 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
1672 `logand', `logior', and `logxor'.
1673
1674 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
1675 image bits to compensate. Use `make-string' instead of
1676 `make-bool-vector' (XBM apparently wants byte-aligned rows).
1677
1678 2001-10-20 Kim F. Storm <storm@cua.dk>
1679
1680 * simple.el (kill-ring-save): Don't show extent of copied region
1681 if using transient-mark-mode and region is fully visible.
1682
1683 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1684
1685 * (Version 21.1 released.)
1686
1687 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1688
1689 * files.el (auto-mode-alist): Associate .indent.pro with
1690 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
1691
1692 2001-10-18 Sam Steingold <sds@gnu.org>
1693
1694 Put the *Compile-Log* buffer in `compilation-mode'.
1695 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
1696 (byte-compile-log-1, byte-compile-log-file)
1697 (displaying-byte-compile-warnings): Use it
1698
1699 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
1700
1701 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
1702
1703 * xml.el (xml-parse-tag): Use eq on char-after's return value.
1704
1705 2001-10-18 Gerd Moellmann <gerd@gnu.org>
1706
1707 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
1708
1709 * obsolete/hilit19.el (hilit-lookup-face-create):
1710 Call set-face-font only if display-graphic-p.
1711 (toplevel): Remove references to window-system.
1712
1713 2001-10-18 Miles Bader <miles@gnu.org>
1714
1715 * simple.el (what-line): Avoid problems with field properties.
1716
1717 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1718
1719 * wid-edit.el (widget-field-face, widget-single-line-field-face):
1720 Define special colors for a tty.
1721
1722 2001-10-17 Francesco Potorti` <pot@gnu.org>
1723
1724 * comint.el (comint-password-prompt-regexp): Make it less
1725 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
1726
1727 2001-10-17 John Wiegley <johnw@gnu.org>
1728
1729 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
1730 a regular file, before checking if it is a directory or symlink.
1731 This avoids a call to eshell-file-attributes, which can be
1732 expensive in some situations.
1733
1734 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
1735 customization variable, to differentiate ls-in-dired from regular
1736 uses of ls.
1737
1738 2001-10-17 Miles Bader <miles@gnu.org>
1739
1740 * custom.el (defface): Mention `:inherit' in doc-string.
1741
1742 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1743
1744 * paren.el: Update the Commentary with installation instructions.
1745
1746 2001-10-15 Dave Love <fx@gnu.org>
1747
1748 * international/mule.el (set-auto-coding): Fix regexps for local
1749 variables section not to eat newlines.
1750
1751 2001-10-15 Miles Bader <miles@gnu.org>
1752
1753 * simple.el (display-message-or-buffer): Pass the correct buffer
1754 to `display-buffer'.
1755
1756 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
1757
1758 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
1759 (executable-find): Use exec-suffixes.
1760 (executable-set-magic): Don't use make-local-hook.
1761
1762 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
1763
1764 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
1765
1766 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
1767 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
1768 Add .so to the Unix and GNU branch.
1769
1770 * international/latin-1.el:
1771 * international/latin-2.el:
1772 * international/latin-3.el:
1773 * international/latin-4.el:
1774 * international/latin-5.el:
1775 * international/latin-8.el:
1776 * international/latin-9.el: Add no-byte-compile: t, since
1777 Makefile.in instructs make-docfile to look at .el files.
1778
1779 2001-10-14 Miles Bader <miles@gnu.org>
1780
1781 * button.el (define-button-type): Allow supertype property to be
1782 specified with a keyword `:supertype' too.
1783 (button-put, make-text-button): Allow button type property to be
1784 specified using the keyword `:type' too.
1785 (button-type): New function.
1786 (button): Add `button-category-symbol' property.
1787
1788 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
1789
1790 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
1791 indent-new-comment-line from comment-indent-new-line.
1792
1793 * textmodes/refill.el (refill-mode):
1794 Bind DEL to backward-delete-char-untabify.
1795 Set backward-delete-char-untabify-method to `hungry'.
1796
1797 * textmodes/bib-mode.el (bib-mode):
1798 * play/gomoku.el (gomoku-mode):
1799 * textmodes/page-ext.el (pages-directory-mode):
1800 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
1801
1802 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
1803
1804 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
1805
1806 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1807 Handle here-docs differently.
1808 (sh-font-lock-heredoc): Remove.
1809 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
1810 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
1811 (sh-font-lock-open-heredoc): New functions.
1812 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
1813 (sh-font-lock-keywords-1): Use regexp-opt.
1814 (sh-in-comment-or-string): Use syntax-ppss.
1815 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
1816 (sh-select, sh-tmp-file): Add explicit terminating \n.
1817
1818 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
1819 Use with-current-buffer.
1820 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
1821 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
1822 filename), catch any error that occurs in `ange-ftp-cd'.
1823 If an error happened, don't bother sending `cmd' at all.
1824 Fix a parenthesis typo.
1825 (ange-ftp-write-region): Don't blindly use binary if the remote host
1826 is unix-like.
1827
1828 * play/pong.el (pong-init): Don't use make-local-hook.
1829
1830 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
1831
1832 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
1833 (viper-get-ex-address-subr): More precise addr for the $ marker
1834
1835 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1836
1837 * version.el (emacs-version): Bump to 21.1.50.
1838
1839 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1840
1841 * mail/mailalias.el (mail-directory-stream): Do not double
1842 variables in the lambda-list.
1843
1844 * play/gomoku.el (gomoku-init-display): Ditto.
1845
1846 * play/landmark.el (lm-init-display): Ditto.
1847
1848 * delim-col.el (delimit-columns-rectangle-max): Ditto.
1849 (delimit-columns-rectangle-line): Ditto.
1850
1851 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
1852
1853 * newcomment.el (comment-region-internal): Don't rebind
1854 invisibility_spec now that the C routines handle it correctly.
1855
1856 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
1857
1858 * frame.el (special-display-popup-frame): Obey new specs `same-window'
1859 and `same-frame'.
1860
1861 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
1862
1863 * simple.el (minibuffer-local*-map): Remove redundant bindings.
1864
1865 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
1866 C-p and C-r. Remove redundant bindings from inheriting maps.
1867
1868 * progmodes/cperl-mode.el: Merged in changes from v4.32.
1869 After 4.23 and: After 4.24:
1870 (cperl-contract-levels): Restore position.
1871 (cperl-beautify-level): Likewise.
1872 (cperl-beautify-regexp): Likewise.
1873 (cperl-commentify): Rudimental support for length=1 runs
1874 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
1875 After 4.25:
1876 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
1877 (imenu-example--create-perl-index): Was not enforcing
1878 syntaxification-to-the-end.
1879 (cperl-invert-if-unless): Allow `for', `foreach'.
1880 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
1881 Mark qw(), m()x as indentable.
1882 (cperl-init-faces): Highlight `sysopen' too.
1883 Highlight $var in `for my $var' too.
1884 (cperl-invert-if-unless): Was leaving whitespace at end.
1885 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
1886 (cperl-calculate-indent): Remove old commented out code.
1887 Support (primitive) indentation of qw(), m()x.
1888 After 4.26:
1889 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
1890 q [] with intervening newlines.
1891 (cperl-autoindent-on-semi): New customization variable.
1892 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
1893 (cperl-tips): Mention how to make CPerl the default mode.
1894 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
1895 (cperl-outline-level): New function.
1896 (cperl-highlight-variables-indiscriminately): New customization var.
1897 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
1898 From Sean Kamath <kamath@pogo.wv.tek.com>.
1899 (cperl-after-block-p): Support CHECK and INIT.
1900 (cperl-init-faces, cperl-short-docs): Likewise and "our".
1901 From Doug MacEachern <dougm@covalent.net>.
1902 After 4.27:
1903 (cperl-find-pods-heres): Recognize \"" as a string.
1904 Mark whitespace between q and [] as `syntax-type' => `prestring'.
1905 Allow whitespace between << and "FOO".
1906 (cperl-problems): Remove \"" and q [] with intervening newlines.
1907 Mention multiple <<EOF as unsupported.
1908 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
1909 (cperl-indent-parens-as-block): New configuration variable.
1910 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
1911 Use `cperl-indent-parens-as-block'.
1912 (cperl-find-pods-heres): Test for =cut without empty line instead of
1913 complaining about no =cut.
1914 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
1915 (cperl-find-pods-heres): Likewise.
1916 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
1917 POD could've been marked as comment already.
1918 (cperl-unwind-to-safe): Unwind before start of POD too.
1919 After 4.28:
1920 (cperl-forward-re): Throw an error at proper moment REx unfinished.
1921 After 4.29:
1922 (x-color-defined-p): Make an extra case to peacify the warning.
1923 Toplevel: `defvar' to peacify the warnings.
1924 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
1925 No -nw-compile time warnings now.
1926 (cperl-find-tags): TAGS file had too short substring-to-search.
1927 Be less verbose in non-interactive mode
1928 (imenu-example--create-perl-index): Set index-marker after name
1929 (cperl-outline-regexp): New variable.
1930 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
1931 (cperl-mode): Made use `cperl-outline-regexp'.
1932 After 4.30:
1933 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
1934 (cperl-outline-level): Make start-of-file same level as `package'.
1935 After 4.31:
1936 (cperl-electric-pod): `head1' and `over' electric only if empty.
1937 (cperl-unreadable-ok): New variable.
1938 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
1939 on an unreadable file.
1940 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
1941 on an unreadable directory.
1942
1943 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1944 Consider the text between two errors as belonging to the first error.
1945 (compilation-goto-locus): Use pop-to-buffer rather than
1946 switch-to-buffer-other-frame.
1947
1948 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
1949 (awk-font-lock-syntactic-keywords): New var.
1950 (awk-mode): Use it.
1951
1952 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
1953
1954 * faces.el (describe-face): Call help-setup-xref earlier.
1955
1956 * jka-compr.el (jka-compr-load-suffixes): New var.
1957 (jka-compr-install): Add its content to load-suffixes.
1958 (jka-compr-uninstall): Remove its content from load-suffixes.
1959
1960 2001-10-12 Sam Steingold <sds@gnu.org>
1961
1962 * bindings.el (completion-ignored-extensions): CL-related
1963 extensions are platform-independent.
1964
1965 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
1966 asynchronous multiple file copying.
1967
1968 2001-10-12 Gerd Moellmann <gerd@gnu.org>
1969
1970 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1971 Turn error for repeated variables into warning.
1972
1973 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1974 New function checking that lambda-list consists of non-constant
1975 symbols, that &rest and &optional are followed by variable names,
1976 that &rest VAR is the last element, and that variables aren't doubled.
1977 (byte-compile-lambda): Use it.
1978
1979 2001-10-12 Eli Barzilay <eli@barzilay.org>
1980
1981 * calculator.el (calculator-eng-display): Don't call concat
1982 with an integer argument.
1983
1984 2001-10-12 Miles Bader <miles@gnu.org>
1985
1986 * help-mode.el (help-customize-face): New button-type.
1987
1988 * faces.el (list-faces-display): Fix args to `help-xref-button'.
1989 (describe-face): Fix args to `help-xref-button'.
1990 Don't switch to help-buffer around call to `help-setup-xref'.
1991 Use `help-buffer' instead of hard-wired "*Help*".
1992 Require `help-mode'.
1993
1994 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
1995
1996 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
1997
1998 * help-mode.el (help-buffer): New function.
1999 Returns the buffer-name to use for help output.
2000 Change all the code to use it instead of hard-coding *Help*.
2001 (help-mode-map): Put back the mouse-2 binding.
2002 (help-xref-stack): Change the format and make buffer-local.
2003 (help-xref-stack-item): Make buffer-local.
2004 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2005 (help-xref-interned): Display the face doc as well.
2006 (help-follow-mouse): Re-introduce.
2007 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2008 (help-do-xref): Don't `push' any more.
2009 (help-follow): Also follow face names.
2010
2011 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2012 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2013 Autoload and cleanup.
2014 (describe-function): Call help-setup-xref.
2015 (describe-variable): Call help-setup-xref earlier.
2016
2017 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2018 (view-lossage): Call help-setup-xref correctly and earlier.
2019 (describe-bindings): Call help-setup-xref earlier.
2020 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2021 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2022
2023 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2024
2025 * master.el (master-mode): Use define-minor-mode instead of
2026 easy-mmode-define-minor-mode. Add autload cookie.
2027 (Commentary): Remove the line showing how to autoload master-mode,
2028 since it's always autoloaded.
2029
2030 * master.el: New file.
2031
2032 2001-10-11 Dave Love <fx@gnu.org>
2033
2034 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2035 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2036 <const-C varset-X const-C>: Fix car/cdr typo.
2037
2038 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2039
2040 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2041 New function extracted from byte-compile-log-1.
2042 (byte-compile-log-1): Change output to be more in line with
2043 the output of other GNU tools.
2044 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2045 (byte-compile-report-error): Downcase error message.
2046 Use `error' instead of `!!' for error messages.
2047 (byte-compile-print-syms): Treat non-interactive case specially.
2048 (displaying-byte-compile-warnings): Use backquote.
2049 (byte-compile-from-buffer): Bind byte-compile-last-line.
2050 (batch-byte-compile): Remove `Done' message.
2051
2052 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2053
2054 * emacs-lisp/copyright.el (copyright): Add final \n.
2055
2056 2001-10-11 Miles Bader <miles@gnu.org>
2057
2058 * diff.el (diff): Display default values in prompts as
2059 `(default ...)', not `(...)'.
2060
2061 * info.el (Info-follow-reference): Likewise.
2062
2063 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2064
2065 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2066
2067 * newcomment.el (comment-indent): Be a little more robust in case
2068 comment-indent-function does funny things.
2069 (comment-normalize-vars): Autoload.
2070 (comment-region-internal): Fiddle with the visibility spec.
2071 (comment-valid-prefix): New function.
2072 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2073 that would turn comment-text into non-comment-text.
2074
2075 * emacs-lisp/syntax.el: New file.
2076
2077 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2078 compatibility cruft.
2079 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2080 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2081 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2082 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2083 tcl-submit-bug-report.
2084 (tcl-mode-syntax-table): Leave \f alone.
2085 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2086 tcl-end-of-defun, tcl-submit-bug-report.
2087 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2088 (tcl-add-emacs-menu): Remove.
2089 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2090 (tcl-keyword-list): Add `chain'.
2091 (tcl-font-lock-syntactic-keywords): New variable.
2092 (tcl-pps-has-arg-6): Remove.
2093 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2094 (tcl-internal-mark-defun): Remove.
2095 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2096 (tcl-mode): Use define-derived-mode. Simplify.
2097 Set comment-indent-function.
2098 (tcl-indent-command): Use line-beginning-position and comment-indent.
2099 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2100 (tcl-indent-line): Use tcl-calculate-indent.
2101 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2102 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2103 (tcl-filter): Use with-current-buffer, simplify.
2104 (inferior-tcl-mode): Use define-derived-mode.
2105 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2106 (tcl-simple-in-comment, tcl-in-comment): Removed.
2107 (tcl-files-alist): New function.
2108 (tcl-help-snarf-commands): Use it and return the result directly
2109 rather than through a global variable.
2110 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2111 (tcl-help-on-word): Provide the default value to completing-read.
2112 (tcl-hilit): Remove.
2113 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2114 (tcl-comment-indent): New function.
2115 (tcl-submit-bug-report): Remove.
2116 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2117 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2118 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2119
2120 2001-10-10 Miles Bader <miles@gnu.org>
2121
2122 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2123 (Info-fontify-node): Don't fontify the node if it's already been done.
2124
2125 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2126
2127 * international/iso-transl.el (iso-transl-e-caret)
2128 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2129 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2130
2131 * simple.el (end-of-buffer): Fix code scrolling specially
2132 for the buffer end.
2133
2134 * startup.el (command-line-1): Bind tab-width to 8.
2135
2136 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2137
2138 * emulation/tpu-edt.el: Use defalias instead of fset for
2139 user-visible commands. From Rob Riepel
2140 <riepel@Networking.Stanford.EDU>.
2141
2142 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2143
2144 * ruler-mode.el: New file.
2145
2146 2001-10-09 Miles Bader <miles@gnu.org>
2147
2148 * apropos.el (button): New require.
2149
2150 * help-funs.el: New file, contents mostly from `help.el'.
2151 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2152
2153 * help-mode.el: New file, contents mostly from `help.el'.
2154
2155 * help.el: Don't require `view' when compiling.
2156 (help-with-tutorial, describe-function, describe-function-1)
2157 (variable-at-point, describe-variable, locate-library):
2158 Functions moved into `help-funs.el'.
2159 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2160 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2161 (help-setup-xref, help-xref-following, help-make-xrefs)
2162 (help-xref-button, help-insert-xref-button, help-xref-interned)
2163 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2164 (help-xref-on-pp): Functions moved into `help-mode.el'
2165 (help-mode-map, help-xref-stack, help-xref-stack-item)
2166 (help-highlight-p, help-highlight-face, help-back-label)
2167 (help-xref-symbol-regexp, help-xref-mule-regexp)
2168 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2169 (help-symbol, help-back, help-info, help-customize-variable)
2170 (help-function-def, help-variable-def):
2171 Button-types moved into `help-mode.el'.
2172 (load-symbol-file-load-history, symbol-file):
2173 Functions moved into `subr.el'.
2174 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2175 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2176
2177 * subr.el (symbol-file-load-history-loaded)
2178 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2179
2180 * loadup.el ("button"): Load removed.
2181
2182 * button.el (define-button-type): Respect any `supertype' property.
2183 (button-type-subtype-p, button-has-type-p): New functions.
2184
2185 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2186 dollar-signs.
2187
2188 * comint.el (comint-insert-previous-argument): New function.
2189 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2190 (comint-insert-previous-argument-last-start-pos)
2191 (comint-insert-previous-argument-last-index): New variables.
2192
2193 * apropos.el (apropos-next-label-button): Use the presence of a
2194 `apropos-label' property to detect label buttons.
2195
2196 2001-10-08 Miles Bader <miles@gnu.org>
2197
2198 * button.el (next-button, previous-button): Remove N and WRAP
2199 parameters. Don't pay attention to `skip' properties.
2200 (forward-button): Implement wrapping, iterating, and skipping here
2201 instead.
2202 (button-activate): USE-MOUSE-ACTION is optional.
2203 (button-nop): Function removed.
2204 (default-button): Use `ignore' as default button action.
2205
2206 * apropos.el (apropos-next-label-button): Update arguments to
2207 `next-button'.
2208 (apropos-symbol): Add `skip' property.
2209 (apropos-function, apropos-macro, apropos-command)
2210 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2211 (apropos-plist): New button types.
2212 (apropos-label-properties): Variable removed.
2213 (apropos-print): Pass button-type to apropos-print-doc, rather
2214 than help function and label text.
2215 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2216 Get button label from TYPE.
2217
2218 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2219
2220 * help.el (help-mode): Use define-derived-mode.
2221 (describe-mode): Add optional `buffer' arg.
2222 Use it instead of going through help-xref-mode.
2223 Avoid doubling the word `minor' when prettifying.
2224 (describe-function-1): List the corresponding key bindings.
2225 (describe-variable): Say if the var is automatically buffer-local.
2226 If the source is `loaddefs.el', look for the real source.
2227 (help-xref-mode): Remove.
2228
2229 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2230 the file says no-byte-compile.
2231
2232 2001-10-08 Miles Bader <miles@gnu.org>
2233
2234 * button.el (next-button, previous-button): Respect `skip' property.
2235
2236 2001-10-07 Miles Bader <miles@gnu.org>
2237
2238 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2239 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2240 `woman-follow-word' instead of `woman-mouse-2'.
2241 (woman-follow-word): Renamed from `woman-mouse-2'.
2242 Follow current unconditionally, since this function is now only
2243 bound to M-mouse-2. Use accessor functions.
2244 (WoMan-highlight-references): Use `make-text-button'.
2245 (woman-xref): New button type.
2246
2247 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2248 ("button"): New load, just before "help" (which uses it).
2249
2250 * help.el (help-mode-map): Make button-buffer-map our parent.
2251 Don't bind mouse events or tab/backtab.
2252 (help-function, help-variable, help-face, help-coding-system)
2253 (help-input-method, help-character-set, help-back, help-info)
2254 (help-customize-variable, help-function-def, help-variable-def):
2255 New button types.
2256 (help-button-action): New function.
2257 (describe-function-1): Pass help button-types to
2258 `help-xref-button' rather than help function and help-echo string.
2259 Don't put multiple help-function args in a list to pass them to
2260 help-xref-button, just pass them as multiple arguments.
2261 Use `help-insert-xref-button' to make [back]-button, rather than
2262 `help-xref-button'.
2263 (help-xref-button): Take a button-type TYPE as a parameter rather
2264 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2265 and add a &rest parameter ARGS to serve the same purpose.
2266 Use `make-text-button' to add the button.
2267 (help-insert-xref-button): Use `insert-text-button' to add the button.
2268 (help-follow-mouse, help-next-ref, help-previous-ref):
2269 Functions removed.
2270 (help-do-xref): New function.
2271 (help-follow): Use `push-button' and `help-do-xref' to do most of
2272 the work.
2273
2274 * apropos.el (apropos-symbol, apropos-label): New button types.
2275 (apropos-symbol-button-display-help)
2276 (apropos-label-button-display-help, apropos-next-label-button):
2277 New functions.
2278 (apropos-mode-map): Make button-buffer-map our parent.
2279 Don't bind mouse events.
2280 (apropos-print, apropos-print-doc): Create buttons instead of text
2281 properties.
2282 (apropos-mouse-follow): Function removed.
2283 (apropos-follow): Use buttons.
2284
2285 * button.el: New file.
2286
2287 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2288
2289 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2290 Remove.
2291
2292 2001-10-05 Richard M. Stallman <rms@gnu.org>
2293
2294 * add-log.el (add-change-log-entry): Skip copyright notice
2295 and copying permission notice at start of file, if any.
2296 Make use of terms "entry" and "item" accord with Emacs manual.
2297 Simplify the logic for moving point while entering or creating
2298 an entry and then an item.
2299 (add-change-log-entry-other-window): Doc fix.
2300
2301 2001-10-06 Miles Bader <miles@gnu.org>
2302
2303 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2304 removed; they apparently don't work with faces.
2305
2306 2001-10-05 Sam Steingold <sds@gnu.org>
2307
2308 * textmodes/sgml-mode.el (html-xhtml): New user option.
2309 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2310 (html-ordered-list, html-unordered-list, html-list-item)
2311 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2312 (sgml-skip-close-p): New function.
2313 (sgml-value): Use it.
2314
2315 2001-10-05 Sam Steingold <sds@gnu.org>
2316
2317 * calendar/diary-lib.el (diary-entry-compare): When times are
2318 identical, compare the entries lexicographically.
2319
2320 2001-10-06 Miles Bader <miles@gnu.org>
2321
2322 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2323 Use `minibuffer-prompt-end'.
2324
2325 * simple.el (previous-matching-history-element): Fix misplaced
2326 parentheses.
2327
2328 2001-10-05 Miles Bader <miles@gnu.org>
2329
2330 * rfn-eshadow.el: New file.
2331
2332 2001-10-05 Miles Bader <miles@gnu.org>
2333
2334 * cus-face.el (custom-face-attributes): Make sure each attribute
2335 has a valid default value. Remove hacks that mapped `nil' to
2336 `off' and used nil to mean `unspecified'. Remove `unspecified'
2337 choices from all attributes (unspecified is handled by the parent
2338 checklist).
2339 * cus-edit.el (custom-face-edit-convert-widget)
2340 (custom-face-edit-deactivate, custom-face-edit-activate)
2341 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2342 New functions.
2343 (custom-face-edit): Specify a custom :convert-widget.
2344 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2345 Don't pass in default filters that map between `nil' and `off' and
2346 `unspecified' and `nil'.
2347
2348 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2349
2350 * progmodes/compile.el (compilation-buffer-name): New function.
2351 (compile-internal): Use it to determine the name of the
2352 compilation buffer.
2353
2354 2001-10-05 Miles Bader <miles@gnu.org>
2355
2356 * progmodes/compile.el (grep-use-null-device): New variable.
2357 (grep-command): Mention `grep-use-null-device'.
2358 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2359 Make computation of `grep-command' respect `grep-use-null-device'.
2360 (grep): Respect `grep-use-null-device'.
2361 Call `grep-compute-defaults' even if grep-command is set, if
2362 grep-use-null-device is still tentative.
2363
2364 * subr.el (call-process-shell-command): New function.
2365
2366 2001-10-05 Miles Bader <miles@gnu.org>
2367
2368 * simple.el (previous-matching-history-element)
2369 (next-history-element, next-complete-history-element): Use
2370 `minibuffer-' functions instead of calling `field-' functions directly.
2371 (minibuffer-prompt-end, minibuffer-contents):
2372 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2373 Functions removed (now subrs).
2374 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2375
2376 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2377 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2378 instead of calling `field-' functions directly.
2379 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2380
2381 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2382
2383 * files.el (find-file-noselect): If file's read-only status has
2384 changed on disk, ask if buffer's read-only status should be
2385 changed, unless NOWARN is set.
2386
2387 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2388 alias for define-setf-method.
2389
2390 * bindings.el: Remove no-byte-compile from file local variables
2391 to enable bootstrapping.
2392
2393 2001-10-04 Andrew Innes <andrewi@gnu.org>
2394
2395 * faces.el (face-font-registry-alternatives) [windows-nt]:
2396 Make gb2312 an alias for gb2312.1980.
2397
2398 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2399
2400 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2401 (uniquify-reverse-components): Remove.
2402
2403 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2404 Make sure the file is readable.
2405 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2406 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2407 (batch-byte-recompile-directory): Pass arg=0.
2408
2409 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2410 (perl-calculate-indent): Use it.
2411 (perl-backward-to-noncomment): Use forward-comment.
2412
2413 * derived.el (define-derived-mode, derived-mode-make-docstring):
2414 Allow `parent' to be nil.
2415
2416 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2417 Use define-derived-mode.
2418 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2419
2420 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2421
2422 * emacs-lisp/lselect.el: Use facep iso find-face.
2423
2424 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2425 Use regexp-opt.
2426 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2427 (lisp-font-lock-syntactic-face-function): New function.
2428 (lisp-mode-variables): Use it. Make arg optional.
2429 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2430 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2431 Set comment-start-skip.
2432
2433 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2434
2435 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2436 (ignore-errors): Don't bother using a `err' symbol.
2437
2438 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2439 (autoload-insert-section-header, autoload-before-p)
2440 (autoload-remove-section): New functions.
2441 (generate-file-autoloads): Use them.
2442 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2443 Make sure the autoload file is properly formatted when creating it.
2444 (update-autoloads-from-directories): Use them as well.
2445 Only update autoloads for files whose timestamp has changed.
2446 Add a dummy entry to remember the files which had no autoload cookies.
2447
2448 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2449
2450 * subr.el (define-key-after): Allow `key' to be longer than 1.
2451 (make-local-hook): Make obsolete.
2452 (add-hook, remove-hook): Don't use make-local-hook any more.
2453 (make-syntax-table): Inherit all chars from s-s-t.
2454
2455 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2456
2457 This is a fix for a report saying that resuming a search with C-s
2458 C-s doesn't use the case-fold-search setting of the previous
2459 search (C-s ... M-c ... then C-s C-s).
2460
2461 * isearch.el (isearch-last-case-fold-search): New variable.
2462 (isearch-mode): Remember value of isearch-case-fold-search
2463 in isearch-last-case-fold-search.
2464 (isearch-done): Quote value of isearch-case-fold-search.
2465 (isearch-repeat): When resuming a search, restore
2466 isearch-case-fold-search from isearch-last-case-fold-search.
2467
2468 Added to NEWS.
2469
2470 * startup.el (inhibit-startup-buffer-menu): New user-option.
2471 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2472 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2473
2474 This allows upto 99999 messages in the summary without screwing up
2475 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2476
2477 * mail/rmailsum.el (rmail-make-summary-line)
2478 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2479 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2480 Allow 5-digit message ids instead of 4.
2481
2482 This adds expansion of environment variables in the value
2483 specified with M-x setenv. Added to NEWS.
2484
2485 * env.el (substitute-env-vars): New function.
2486 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2487 environment variables in VALUE. Return VALUE.
2488
2489 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2490
2491 * Branch for 21.1.
2492
2493 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2494
2495 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2496
2497 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2498
2499 * emulation/tpu-edt.el: Make messages match original TPU/edt
2500 editor. From riepel@Stanford.EDU (Rob Riepel).
2501
2502 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2503
2504 * rect.el: Update maintainer's email address.
2505
2506 2001-10-02 Andreas Schwab <schwab@suse.de>
2507
2508 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2509 and Extended Passive Mode, resp.
2510
2511 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2512
2513 These changes add support for Calendar-related items in the
2514 menu bar on tty's as well:
2515
2516 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2517 unconditionally.
2518 (calendar-mode): Set up activate-menubar-hook unconditionally.
2519
2520 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2521 calls x-popup-menu only if popup menus are supported.
2522 (calendar-mouse-insert-hebrew-diary-entry)
2523 (calendar-mouse-insert-islamic-diary-entry)
2524 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2525 (calendar-mouse-view-other-diary-entries)
2526 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2527 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2528 Call cal-menu-x-popup-menu instead of x-popup-menu.
2529
2530 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2531
2532 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2533
2534 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2535
2536 * emacs-lisp/rx.el: New file.
2537
2538 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2539
2540 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2541
2542 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2543
2544 * frame.el (select-frame-by-name, other-frame): Doc fix.
2545
2546 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2547
2548 * play/snake.el (snake-score-file): Use temporary-file-directory
2549 instead of a literal "/tmp". Suggested by Robert
2550 <robert@chezmarshall.freeserve.co.uk>.
2551
2552 * play/tetris.el (tetris-score-file): Ditto.
2553
2554 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2555
2556 * apropos.el (apropos-print): Make the directions inserted at the
2557 beginning of the *Apropos* buffer more clear.
2558
2559 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2560
2561 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2562 Added comments.
2563
2564 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2565
2566 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2567 "\\s-" when defining comment-end-skip.
2568
2569 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2570
2571 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2572 Call get-buffer-window first second arg `visible'.
2573
2574 * international/mule-diag.el (list-input-methods-1):
2575 Output something that's independent of Emacs' version.
2576
2577 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2578 calling byte-to-position with a nil tar-header-offset.
2579
2580 2001-09-27 Simon Josefsson <jas@extundo.com>
2581
2582 * mail/sendmail.el (send-mail-function): Doc fix.
2583 (mail-do-fcc): Error if header-end is not a marker.
2584 (mail-do-fcc): Add a comment.
2585 (mail-reply-to): Doc fix.
2586 (mail-signature): Make ATPOINT optional.
2587 (mail-yank-original): Use cond instead of nestled if.
2588
2589 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2590
2591 * info.el (Info-on-current-buffer): Default arg to "Top".
2592
2593 2001-09-25 Eli Barzilay <eli@barzilay.org>
2594
2595 * calculator.el (calculator-copy-displayer): New user-option.
2596 (calculator-displayer-prev, calculator-displayer-next):
2597 Renamed from calculator-displayed-{left,right}.
2598 (calculator, calculator-standard-displayer)
2599 (calculator-num-to-string, calculator-update-display)
2600 (calculator-copy, calculator-put-value): Bug and display fixes.
2601
2602 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2603
2604 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2605 (ebnf-version): New version (3.6.1).
2606
2607 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2608 (ebnf-bnf-non-terminal-chars): New internal const.
2609 (ebnf-bnf-lex): Fix code.
2610
2611 * ebnf-iso.el: Fix character range regexp. Doc fix.
2612 (ebnf-iso-non-terminal-chars): New internal const.
2613 (ebnf-iso-lex): Fix code.
2614
2615 * ebnf-yac.el: Fix character range regexp. Doc fix.
2616 (ebnf-yac-skip-chars): New internal const.
2617 (ebnf-yac-skip-code): Fix code.
2618
2619 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2620
2621 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2622
2623 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2624 passing it to VC.
2625
2626 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2627 case where the file is relative.
2628
2629 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2630
2631 * xml.el (xml-parse-attlist): Quotes around attributes must be the
2632 same on each side. Make sure we properly handle simple quotes.
2633 From Daiki Ueno <ueno@unixuser.org>.
2634
2635 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2636
2637 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
2638 <jas@extundo.com>.
2639
2640 * menu-bar.el (top-level): Minor fixes for text of help-echo in
2641 some items of the Options menu.
2642
2643 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
2644
2645 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
2646
2647 * vc-hooks.el (vc-delete-automatic-version-backups):
2648 Don't fail if the directory doesn't exist.
2649
2650 * diff-mode.el (diff-default-read-only): New var.
2651 (diff-mode): Use it.
2652
2653 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
2654
2655 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
2656 Use make-keymap instead of copy-keymap, since copying the global
2657 keymap messes up the menu bar.
2658
2659 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
2660 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2661
2662 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
2663
2664 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
2665
2666 * dired-aux.el (dired-insert-subdir): Pass switches to
2667 dired-build-subdir-alist.
2668
2669 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
2670
2671 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
2672 caused %#a and %#b to be mis-formatted.
2673
2674 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
2675
2676 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
2677 ccmode, emacs-mime, and eudc manuals.
2678
2679 2001-09-19 Sam Steingold <sds@gnu.org>
2680
2681 w32 find cannot be used with `grep-find'.
2682 * progmodes/compile.el (find-program): New variable.
2683 (grep-compute-defaults): Use it to set `grep-find-command'.
2684
2685 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2686
2687 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
2688
2689 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2690
2691 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
2692 programming. Doc fix.
2693 (ebnf-version): New version (3.6).
2694 (ebnf-eps-begin): Data fix.
2695 (ebnf-begin-file): Code fix.
2696
2697 * ebnf-bnf.el: Doc fix.
2698 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2699
2700 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
2701
2702 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2703
2704 * ps-print.el: Better face mapping for black/white PostScript printers.
2705 Check if mark is active when printing a region. Doc fix.
2706 (ps-print-version): New version number (6.5.5).
2707 (ps-print-color-p): Customization fix.
2708 (ps-black-white-faces): New option.
2709 (ps-black-white-faces-alist): New internal var.
2710 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
2711 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
2712 (ps-nb-pages-region): Interactive fix.
2713 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
2714 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
2715
2716 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
2717
2718 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
2719 numeric month value, and allow the Kanji character after the it to
2720 be missing (happens with ls-lisp's output on Japanese versions of
2721 MS-Windows).
2722
2723 2001-09-18 Miles Bader <miles@gnu.org>
2724
2725 * diff-mode.el (diff-mode): Don't make the buffer read-only if
2726 it's empty (and thus probably a new patch file about to be edited).
2727
2728 2001-09-17 Gerd Moellmann <gerd@gnu.org>
2729
2730 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2731 Check for '(' in column 0 of doc string.
2732
2733 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
2734 of `nth' so that using a vector as bounding-box works.
2735 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2736
2737 2001-09-17 Andre Spiegel <spiegel@gnu.org>
2738
2739 * vc.el (vc-annotate): Use current workfile version explicitly as
2740 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
2741
2742 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
2743
2744 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
2745 convert-standard-filename doesn't guarantee that the .el extension
2746 is preserved.
2747
2748 * dos-fns.el (convert-standard-filename): Replace invalid
2749 characters only after converting dash/underscore to a period.
2750 (original-make-auto-save-file-name): New.
2751 (make-auto-save-file-name): New function, overrides the definition
2752 on files.el and calls the original function via
2753 original-make-auto-save-file-name.
2754
2755 * mail/rmail.el (top-level): Require mule-utils when compiling.
2756 (rmail-decode-babyl-format): Use detect-coding-with-priority
2757 instead of detect-coding-region, to favor detection of emacs-mule
2758 encoded Babyl files written by rmailout.el etc. Suggested by
2759 Kenichi Handa <handa@etl.go.jp>.
2760
2761 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
2762
2763 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
2764 Use `equal', not `=', since the device number can be a cons cell.
2765
2766 2001-09-14 Gerd Moellmann <gerd@gnu.org>
2767
2768 * simple.el: Comment out change of 2001-09-13.
2769
2770 2001-09-13 Milan Zamazal <pdm@zamazal.org>
2771
2772 * progmodes/compile.el (grep-compute-defaults): Don't set
2773 grep-command/grep-find-command when it is already non-nil.
2774 (grep-command): Make it a user option.
2775 (grep-find-command): Likewise.
2776
2777 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
2778
2779 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
2780 inhibit quit.
2781
2782 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
2783
2784 * files.el (make-auto-save-file-name): If long file names are not
2785 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
2786 generating an auto-save file name from it.
2787
2788 2001-09-13 Gerd Moellmann <gerd@gnu.org>
2789
2790 * ps-print.el (ps-print-region, ps-print-region-with-faces)
2791 (ps-nb-pages-region): Signal an error if called interactively
2792 and the mark is not active.
2793
2794 * simple.el (minibuffer-prompt-modification)
2795 (minibuffer-prompt-insertion): New functions.
2796 (minibuffer-prompt-properties): Use `modification-hooks' and
2797 `insert-in-front-hooks'.
2798
2799 2001-09-12 Richard M. Stallman <rms@gnu.org>
2800
2801 * textmodes/outline.el (outline-regexp): Doc fix.
2802 Initialize it in the defcustom, the usual way.
2803
2804 2001-09-12 Gerd Moellmann <gerd@gnu.org>
2805
2806 * ediff-mult.el (ediff-get-meta-info): Take into account that data
2807 from `ediff-meta-info' properties need not be an overlay.
2808 From David Ponce <dponce@voila.fr>.
2809
2810 * isearch.el (isearch-intersects-p): Fix end checks.
2811
2812 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
2813
2814 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
2815 `t' branch of `cond', since Irix 6.1 and up is a special case of
2816 the standard dbx interface.
2817
2818 2001-09-11 Miles Bader <miles@gnu.org>
2819
2820 * comint.el (comint-send-input): When waiting for echoed input,
2821 don't save the expected end position in `echo-end', so that things
2822 work properly even if the buffer is modified elsewhere at the same
2823 time [this happens if `comint-truncate-buffer' is used].
2824
2825 2001-09-11 Gerd Moellmann <gerd@gnu.org>
2826
2827 * textmodes/outline.el (outline-mode): Use `^' and a shy group
2828 when constructing imenu-generic-expression from outline-regexp.
2829
2830 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2831
2832 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
2833 `equal' instead of `=', since they can be cons cells. From Nils
2834 Goesche <cartan@cartan.de>.
2835
2836 2001-09-10 Andre Spiegel <spiegel@gnu.org>
2837
2838 * vc.el (vc-annotate): Rewrote doc string.
2839
2840 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2841
2842 * time-stamp.el: Update Stephen Gildea's email address.
2843
2844 2001-09-10 Gerd Moellmann <gerd@gnu.org>
2845
2846 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
2847 enable-multibyte-characters = nil. From Hallvard B Furuseth
2848 <h.b.furuseth@usit.uio.no>.
2849
2850 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
2851
2852 * ediff-init.el (ediff-highest-priority): Bug fix.
2853
2854 * viper-cmd.el (viper-special-read-and-insert-char): New function
2855 that reads a character and uses the current input method or
2856 iso-accents when appropriate.
2857
2858 * viper.el and all others: Corrections to the comment blocks at
2859 the top.
2860
2861 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
2862
2863 * info.el (Info-goto-node): Doc fix.
2864
2865 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2866
2867 * isearch.el (isearch-intersects-p): New function.
2868 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
2869 use isearch-intersects-p, and clean up.
2870
2871 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2872
2873 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
2874 and "german8", for the new German orthography dictionaries,
2875 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
2876 the entries, to keep the line length balanced for loaddefs.el.
2877
2878 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
2879
2880 * comint.el (comint-send-input): Handle comint-process-echoes
2881 differently.
2882
2883 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2884
2885 * locate.el (locate-insert-header): Remove unnecessary whitespace.
2886
2887 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2888
2889 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
2890
2891 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2892
2893 * server.el (server-switch-buffer):
2894 * textmodes/refer.el (refer-find-entry-internal):
2895 * term/sup-mouse.el (sup-pos-to-window):
2896 * term/bg-mouse.el (bg-window-from-x-y):
2897 * emacs-lisp/edebug.el (edebug-window-live-p):
2898 Use get-window-with-predicate.
2899
2900 * window.el (get-window-with-predicate): Renamed from some-window.
2901 (some-window): Make it an alias.
2902
2903 2001-09-06 Gerd Moellmann <gerd@gnu.org>
2904
2905 * simple.el (undo): Remove positions from buffer-undo-list up to
2906 the next undo boundary only.
2907
2908 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
2909
2910 * makefile.nt (install): Don't copy sc.el. Reported by Richard
2911 Kim <ryk@dspwiz.com>
2912
2913 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
2914 the message "Creating customization items...done".
2915
2916 2001-09-05 Gerd Moellmann <gerd@gnu.org>
2917
2918 * font-lock.el (toplevel): Require `jit-lock' only if
2919 font-lock-support-mode is set to jit-lock-mode.
2920
2921 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
2922
2923 * international/quail.el (quail-use-package, quail-inactivate)
2924 (quail-activate): Mention the hooks these functions run in their
2925 doc strings.
2926
2927 2001-09-05 Edward M. Reingold <reingold@iit.edu>
2928
2929 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
2930 of file in header of menu.
2931
2932 2001-09-04 Gerd Moellmann <gerd@gnu.org>
2933
2934 * env.el (setenv): Interactively, if VARIABLE has a current value,
2935 add that to the front of the history, as the doc string says.
2936
2937 * comint.el (comint-send-input): Change help-echo.
2938 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
2939
2940 * bookmark.el (bookmark-write-file): Bind print-length and
2941 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
2942
2943 * obsolete/uncompress.el: Moved there from lisp/.
2944
2945 * comint.el (comint-insert-clicked-input): Goto point-max before
2946 deleting previous input. From "Dr Francis J. Wright"
2947 <F.J.Wright@qmw.ac.uk>.
2948
2949 * simple.el (backward-word): Doc fix.
2950
2951 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2952
2953 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
2954 * uncompress.el, uniquify.el, vc.el, view.el, window.el
2955 * w32-fns.el: Add Keywords header.
2956
2957 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
2958
2959 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
2960 "Text Properties". Suggested by Simon Marshall
2961 <Simon.Marshall@midas-kapiti.com>.
2962
2963 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2964
2965 * term/mac-win.el (mac-drag-n-drop): Decode file name by
2966 consulting the value of file-name-coding-system.
2967
2968 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
2969
2970 * help.el (describe-function-1): Save precomputed `file-name' rather
2971 than recomputing it (incorrectly) with `symbol-file'.
2972
2973 2001-09-03 Gerd Moellmann <gerd@gnu.org>
2974
2975 * international/isearch-x.el (isearch-exit-recursive-edit):
2976 Take three parameters, since it's used as an after-change-function.
2977
2978 * emacs-lisp/backquote.el (backquote-backquote-symbol)
2979 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
2980 from doc strings.
2981
2982 2001-09-02 Milan Zamazal <pdm@zamazal.org>
2983
2984 * progmodes/glasses.el (glasses-convert-to-unreadable):
2985 Consider underscores as in `glasses-make-readable'.
2986
2987 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2988
2989 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
2990 MS-DOS, since cpp might not be available.
2991
2992 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
2993 Mention "yank" in the help-echo text.
2994 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2995
2996 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
2997
2998 * newcomment.el (comment-indent): Insert spaces more carefully.
2999
3000 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3001
3002 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3003 exists. From Andy Petrusenco <andy@int.spb.ru>.
3004
3005 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3006 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3007 <andy@int.spb.ru>.
3008
3009 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3010
3011 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3012 Instead of running mouse-yank-at-click, see what the event is
3013 bound to outside Isearch and run that.
3014
3015 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3016
3017 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3018 Fix the menu entry to mention transient-mark-mode.
3019
3020 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3021
3022 * simple.el (eval-expression-print-level): Fix last change.
3023
3024 * bindings.el (mode-line-coding-system-map): New variable.
3025 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3026
3027 * simple.el (eval-expression-print-level): Change the type
3028 of the defcustom to allow nil.
3029
3030 * emacs-lisp/find-gc.el: Moved here from lisp/.
3031
3032 * international/quail.el (quail-completion-1):
3033 Reverse the ((CHAR . DEFN) ...) list before processing it.
3034 From Kenichi Handa <handa@etl.go.jp>.
3035
3036 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3037 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3038
3039 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3040
3041 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3042 aren't supported. This avoids the annoying gray strip drawn by
3043 the Windows version instead of the missing tool bar.
3044
3045 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3046
3047 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3048 and tooltips more consistent. From "Marshall, Simon"
3049 <Simon.Marshall@midas-kapiti.com>.
3050
3051 * startup.el (fancy-splash-screens): Temporarily set
3052 minor-mode-map-alist to nil while displaying splash screens.
3053
3054 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3055
3056 * buff-menu.el: Add Keywords header.
3057 Doc fix (C-x C-b is bound to list-buffers).
3058
3059 * dired-x.el: Add keyword files to get listed in finder.
3060 Remove confusing notes about GNU Emacs 19.
3061
3062 * dired.el, dired-aux.el: Add Keywords header.
3063
3064 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3065
3066 * vc.el (vc-revert-file): Call the backend even if the FILE's
3067 contents can be reverted locally; pass new arg CONTENTS-DONE
3068 down to the backend.
3069
3070 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3071 optional arg CONTENTS-DONE.
3072
3073 2001-08-28 Andrew Innes <andrewi@gnu.org>
3074
3075 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3076
3077 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3078
3079 * makefile.nt (install): Copy more *.el files.
3080
3081 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3082
3083 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3084 instead of `w' which is already in use.
3085
3086 * gs.el (gs-load-image): Use sleep-for.
3087 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3088
3089 2001-08-28 Miles Bader <miles@gnu.org>
3090
3091 * replace.el (query-replace-regexp-eval): Return args from
3092 `interactive' form in correct order.
3093
3094 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3095
3096 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3097 major modes, don't create panes for modes for which
3098 mouse-buffer-menu-alist returns an empty alist.
3099
3100 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3101
3102 * progmodes/hideshow.el: Update first-line description.
3103 Sync comments w/ maintainer version 5.31.
3104
3105 (hs-isearch-open): Default value now `code'.
3106 Fix docstring to use "code blocks" vs "comment blocks",
3107 as opposed to "block" vs "comment".
3108 (hs-flag-region): Accept `hs-isearch-open' value
3109 of `block' as synonymous w/ `code'.
3110 (hs-hide-block-at-point): For code blocks, pass `code'
3111 to `hs-flag-region' instead of `block'.
3112
3113 2001-08-28 Miles Bader <miles@gnu.org>
3114
3115 * comint.el (comint-next-prompt): Don't loop infinitely if
3116 {next,previous}-single-char-property-change returns its input
3117 position when the search fails.
3118
3119 2001-08-27 Miles Bader <miles@gnu.org>
3120
3121 * comint.el (comint-get-old-input-default): Don't signal an error
3122 if point is not on an input field; instead, return the current
3123 line (using `comint-bol' to skip any prompt, in case we're not
3124 using fields at all).
3125
3126 * man.el (Man-mode-line-format): Variable removed.
3127 (Man-mode): Change `mode-line-buffer-identification' instead of
3128 `mode-line-format'.
3129
3130 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3131
3132 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3133 From Simon Josefsson <jas@extundo.com>.
3134
3135 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3136
3137 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3138 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3139
3140 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3141 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3142
3143 * emacs-lisp/lselect.el: Ditto.
3144
3145 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3146 Remove periods from the end of error message strings.
3147 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3148
3149 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3150 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3151
3152 * net/telnet.el: Ditto.
3153
3154 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3155
3156 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3157 KEYMAP to the call to define-minor-mode.
3158
3159 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3160
3161 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3162 Replace some of the undefined characters with emulations of bidi
3163 formatting characters and Niqud as per SI 1311-1.
3164 (IT-unicode-translations): Ditto.
3165 (IT-display-table-setup, IT-setup-unicode-display):
3166 Fill characters without translations with dos-unsupported-char-glyph.
3167
3168 2001-08-24 Simon Josefsson <jas@extundo.com>
3169
3170 * hl-line.el (hl-line-mode): Don't be a global mode.
3171 (global-hl-line-mode): New function.
3172
3173 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3174
3175 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3176 being reset by Ghostscript. Don't kill the gs process.
3177 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3178
3179 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3180
3181 * term/mac-win.el: Require scroll-bar.
3182
3183 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3184
3185 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3186
3187 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3188
3189 * hexl.el (hexl-insert-multibyte-char) New function.
3190 (hexl-quoted-insert, hexl-self-insert-command)
3191 (hexl-insert-hex-char, hexl-insert-decimal-char)
3192 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3193 Fix the doc strings accordingly.
3194 (hexl-insert-char): Reject characters whose code is above 255.
3195 Doc fix.
3196 (hexl-mode-map): Copy the global keymap instead of creating a
3197 sparse keymap, and bind all self-inserting characters to
3198 hexl-self-insert-command.
3199
3200 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3201
3202 * wid-edit.el (text): Re-order docstring correctly.
3203
3204 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3205
3206 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3207
3208 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3209
3210 * simple.el (line-number-mode): Mention the variable
3211 line-number-display-limit-width in the doc string.
3212
3213 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3214
3215 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3216 Temporarily select EVENT's window for switching buffers.
3217 (mode-line-bury-buffer): New function.
3218 (mode-line-buffer-identification-keymap): Use it instead of
3219 bury-buffer. Bind down-mouse events to prevent global down-mouse
3220 events from shining through.
3221
3222 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3223
3224 * newcomment.el (comment-beginning): Make sure the comment-start
3225 we found isn't a comment-end (in cases where confusion is possible).
3226
3227 2001-08-22 Miles Bader <miles@gnu.org>
3228
3229 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3230 before writing it, so that hard-links don't see new version.
3231
3232 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3233
3234 * gs.el (gs-set-ghostview-colors-window-prop):
3235 Call x-change-window-property with 3rd arg FRAME.
3236 (gs-load-image): Wait for a previous Ghostscript process
3237 to complete before starting a new one.
3238
3239 * image.el (image-type-regexps): Make sure that the TIFF
3240 pattern is only matched at the beginning of a string.
3241 From Markus Rost <rost@math.ohio-state.edu>.
3242
3243 * international/swedish.el: Pre-Mule file removed. From Jonas
3244 Oberg <jonas@gnu.org>.
3245
3246 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3247
3248 * whitespace.el (whitespace-abort-on-error): Add custom variable
3249 to whitespace to abort a write-file if whitespace is detected in file.
3250
3251 * whitespace.el (whitespace-write-file-hook): Hook to be called
3252 when writing a file. If `whitespace-abort-on-error' is set, the
3253 write will abort on detecting whitespaces.
3254 If `whitespace-auto-cleanup' is set, the file will be cleaned
3255 automatically prior to writing.
3256
3257 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3258 whitespaces in the error output!
3259
3260 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3261 `indent-tabs-mode', since the latter notes user preferences on
3262 TABs anyway.
3263
3264 * whitespace.el (whitespace-version): 3.1. All of the above issues
3265 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3266
3267 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3268
3269 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3270 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3271
3272 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3273
3274 2001-08-20 Alex Schroeder <alex@gnu.org>
3275
3276 * sql.el (sql-db2): Doc change.
3277
3278 2001-08-20 Alex Schroeder <alex@gnu.org>
3279
3280 * sql.el (sql-postgres): Add the database at the end of the
3281 parameters instead of at the beginning.
3282 (sql-postgres-options): Doc change.
3283
3284 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3285
3286 * custom.el (defcustom): Doc fix.
3287
3288 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3289
3290 * ps-mule.el (find-composition): Check if (char-after POS)
3291 returns a valid character.
3292
3293 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3294
3295 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3296 original-point for extra CR characters that are added/removed when
3297 the buffer is written/read whose EOL type is -dos.
3298
3299 2001-08-16 Miles Bader <miles@gnu.org>
3300
3301 * simple.el (line-move): Undo previous change.
3302
3303 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3304 property to input-terminating `boundary' overlays to avoid
3305 line-move wierdness.
3306
3307 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3308
3309 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3310 buffer in a save-restriction. Under one test case with Ediff,
3311 window-scroll-functions are run with a window start that's
3312 temporarily outside of the restriction.
3313
3314 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3315
3316 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3317 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3318 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3319 (texinfo-update-menu-region-beginning)
3320 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3321 command, @ifnottex, to regexps, so it is found.
3322
3323 2001-08-16 Andrew Innes <andrewi@gnu.org>
3324
3325 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3326 (DONTCOMPILE): Omit sc.el.
3327
3328 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3329 (DONTCOMPILE): Omit sc.el.
3330
3331 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3332
3333 * replace.el (occur): Bind inhibit-read-only to t.
3334
3335 2001-08-16 Miles Bader <miles@gnu.org>
3336
3337 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3338 calling `constrain-to-field', to avoid problems with comint prompts.
3339
3340 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3341
3342 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3343 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3344
3345 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3346 of a while-loop.
3347
3348 * Makefile.in (DONTCOMPILE): Remove sc.el.
3349
3350 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3351 Don't include term/.
3352
3353 * mail/sc.el: Moved to obsolete/.
3354
3355 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3356
3357 * ps-print.el: Change error function arguments to follow Emacs
3358 message convention. Doc fix.
3359 (ps-print-version): New version number (6.5.4).
3360 (coding-system-for-write): Change declaration position to avoid
3361 XEmacs compilation gripes.
3362 (coding-system-for-read, buffer-file-coding-system):
3363 Declarations to avoid XEmacs compilation gripes.
3364
3365 * ps-mule.el: Doc fix.
3366 (ps-mule-encode-header-string): If STRING is not a string, replace
3367 STRING by empty string.
3368
3369 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3370
3371 * frame.el (show-trailing-whitespace): Doc fix.
3372
3373 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3374
3375 * desktop.el (desktop-save): Insert the coding: tag before
3376 desktop-header.
3377
3378 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3379
3380 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3381 its path from $els.
3382
3383 * image.el (image-jpeg-p): Fix call of substring.
3384
3385 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3386
3387 * play/animate.el (animate-string): Doc fix. Use a buffer
3388 name with stars in it.
3389 (animate-sequence): New function.
3390 From Richard Stallman <rms@gnu.org>.
3391
3392 * frame.el (select-frame-set-input-focus): New function
3393 extracted from other-frame.
3394 (other-frame): Use it.
3395 (next-multiframe-window, previous-multiframe-window): Use it.
3396
3397 * isearch.el (isearch-other-meta-char): Don't switch to the
3398 buffer of a window clicked on, when the current buffer is
3399 in Isearch mode.
3400
3401 * image.el (image-jpeg-p): Test for APPn markers in the range
3402 #xe0..#xef.
3403
3404 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3405
3406 * desktop.el (desktop-save): Don't use concat to form a file
3407 name, use expand-file-name.
3408
3409 * mouse.el (mouse-delete-window): Do nothing if frame has just
3410 one window.
3411
3412 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3413 for the minor mode name.
3414
3415 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3416 minor mode name.
3417
3418 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3419 instead of make-mode-line-mouse2-map.
3420
3421 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3422 the minor mode name.
3423
3424 * emacs-lisp/easy-mmode.el (define-minor-mode):
3425 Use mode-line-minor-mode-keymap for the minor mode name.
3426
3427 * calendar/calendar.el (calendar-mode-line-format):
3428 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3429
3430 * bindings.el (make-mode-line-mouse-map): Renamed from
3431 make-mode-line-mouse2-map. Take additional arg MOUSE.
3432 (mode-line-modified): Use mouse-3 instead of mouse-2.
3433 (mode-line-buffer-identification-keymap): Bind keys differently.
3434 (propertized-buffer-identification): Adapt help-echo to new bindings.
3435
3436 * bindings.el (mode-line-format): Specify help-echo for line
3437 number, column number and buffer-percent part of the mode-line.
3438
3439 * image.el (image-type-regexps): Allow whitespace at the start
3440 of the image data for XPM, XBM and Postscript, which are
3441 text files.
3442 (image-jpeg-p): Correct calculation of next field offset.
3443
3444 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3445
3446 * battery.el: Fix typo.
3447
3448 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3449
3450 * image.el (image-type-regexps): Allow predicates. Change the way
3451 JPEG images are recognized.
3452 (image-jpeg-p): New function.
3453 (image-type-from-data): Handle predicates in image-type-regexps.
3454
3455 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3456 #:, #x, #o, and similar constructs.
3457
3458 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3459
3460 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3461
3462 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3463 instead of `progn'.
3464
3465 * tar-mode.el (tar-extract): Avoid generating a new buffer
3466 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3467
3468 * textmodes/paragraphs.el (forward-sentence): Avoid building
3469 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3470
3471 * progmodes/executable.el (executable-set-magic):
3472 If executable-find returns a quoted file name, unquote it before
3473 inserting it.
3474
3475 * image.el (image-type-regexps): For JPEG files, use a regexp
3476 derived from the JFIF spec.
3477
3478 * image.el (image-type-regexps): Use `\`' instead of `^' in
3479 most regular expressions.
3480
3481 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3482
3483 * play/animate.el: Re-insert a reference to re-inserted function.
3484
3485 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3486
3487 * help.el (describe-function-1): Use find-function-search-for-symbol
3488 instead of find-function-noselect because the latter follows aliases.
3489
3490 * play/animate.el (animate-birthday-present): Re-insert.
3491
3492 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3493 Handle old-style menu definitions.
3494
3495 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3496
3497 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3498 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3499
3500 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3501 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3502 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3503
3504 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3505
3506 * textmodes/tildify.el: Milan Zamazal has new address.
3507
3508 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3509
3510 * custom.el (custom-set-variables): Don't test `custom-requests'
3511 properties, check the third element of the options passed to
3512 custom-set-variables instead.
3513
3514 * info.el (info-insert-file-contents): Use info-file-exists-p
3515 instead of file-exists-p.
3516
3517 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3518 the mode-line face is restored. Fix several bugs.
3519
3520 * replace.el (perform-replace): Doc fix.
3521
3522 2001-08-02 Francesco Potorti` <pot@gnu.org>
3523
3524 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3525 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3526 (uniquify-fix-item-base, uniquify-fix-item-filename)
3527 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3528 Callers changed.
3529 (uniquify-set-proposed): Changed to work with a vector item.
3530 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3531 the fix list, and a list of strings for the non-file buffer
3532 names. Both changes reduce consing.
3533 (uniquify-rationalize-a-list): Local variable renaming.
3534 (uniquify-rationalize-conflicting-sublist): Use member instead of
3535 assoc.
3536 (uniquify-rename-buffer): Use unless instead of if not.
3537
3538 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3539
3540 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3541
3542 * custom.el (custom-set-variables): Set options with :require
3543 clauses last.
3544
3545 * custom.el (defcustom): Doc fix.
3546
3547 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3548
3549 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3550
3551 * man.el (man): Mention Man-switches in the doc string.
3552 (Man-switches): Mention -a in the doc string.
3553
3554 * textmodes/ispell.el (ispell-alternate-dictionary):
3555 Add /usr/share/lib/dict/words, for Irix.
3556
3557 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3558 corresponding non-kp keys. Suggested by Stephen Gildea
3559 <gildea@stop.mail-abuse.org>.
3560
3561 2001-08-01 Francesco Potorti` <pot@gnu.org>
3562
3563 * uniquify.el: These changes correct a corner case that the old
3564 code managed correctly.
3565 (uniquify-fix-item-proposed): Renamed from
3566 uniquify-fix-item-min-proposed.
3567 (uniquify-set-proposed): New function.
3568 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3569 clarity and speed.
3570 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3571 This is equivalent to what the old code did.
3572 (uniquify-rationalize-a-list): Never recompute the proposed
3573 name. Sort the conflicting sublist before rationalising it: this
3574 is equivalent to what the old code did, but one directory element
3575 at a time, and only when necessary.
3576 (uniquify-rationalize-conflicting-sublist): Recompute here the
3577 proposed name.
3578
3579 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3580
3581 * play/animate.el: Add Keywords and Maintainer. Remove a
3582 reference to a removed function.
3583
3584 * play/animate.el (animate-string): Handle case that the string is
3585 longer than the window is wide.
3586
3587 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3588
3589 * desktop.el (desktop-save): Bind coding-system-for-write to
3590 `emacs-mule' for write-region.
3591
3592 * delsel.el (delete-selection-pre-hook): Don't set this-command
3593 to `ignore' if the region is empty.
3594
3595 * international/mule.el (set-keyboard-coding-system):
3596 Set keyboard-coding-system.
3597
3598 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3599 before accessing it.
3600
3601 2001-07-30 Andreas Schwab <schwab@suse.de>
3602
3603 * menu-bar.el (toggle-highlight-paren-mode):
3604 Use `(show-paren-mode)' as body.
3605
3606 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3607
3608 * vc.el (vc-checkout-hook): New hook.
3609 (vc-checkout): Run it.
3610
3611 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3612
3613 * progmodes/make-mode.el (makefile-macroassign-regex):
3614 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3615
3616 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3617
3618 * vc.el (vc-switch-backend): Fix autoload cookie.
3619
3620 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3621 the desktop file.
3622
3623 2001-07-30 Simon Josefsson <jas@extundo.com>
3624
3625 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3626 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3627
3628 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3629
3630 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3631 (last-sexp-toggle-display): Renamed from last-sexp-print.
3632 (last-sexp-toggle-display, eval-last-sexp-1):
3633 Use last-sexp-setup-props.
3634
3635 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3636 New user-options.
3637 (mouse-wheel-change-button): New function.
3638 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3639 (mwheel-scroll): Ditto.
3640
3641 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3642
3643 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
3644 `...', compare with unabbreviated printed representation instead.
3645 (last-sexp-print): Bind print-length and print-level to nil.
3646
3647 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
3648 before assigning text properties. Make properties rear-nonsticky.
3649
3650 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
3651 (eval-last-sexp-1): Give printed text a `keymap' property and bind
3652 <mouse-2> and <RET> in that map to a function printing the
3653 unabbreviated value.
3654
3655 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
3656 is a buffer, put a text property `printed-value' on the printed
3657 representation, with the Lisp object printed as value.
3658
3659 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3660
3661 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
3662 Mention the effect of eval-expression-print-length and
3663 eval-expression-print-level in the doc strings. Suggested by
3664 Kevin Gallagher <kevingal@onramp.net>.
3665
3666 2001-07-25 Gerd Moellmann <gerd@gnu.org>
3667
3668 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
3669 for buttons > 3.
3670 (xterm-mouse-translate): Handle the case that we don't get a
3671 down-event.
3672
3673 * emacs-lisp/find-func.el (find-function-regexp):
3674 Add easy-mmode-define-global-mode to the regexp. Allow newlines
3675 in front of the function name.
3676
3677 * isearch.el (isearch-other-meta-char): Fix last change.
3678
3679 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
3680 similar events for which fake prefix keys are generated. It's no
3681 longer necessary since read_key_sequence doesn't modify these
3682 events for internal purposes anymore.
3683
3684 * files.el (auto-mode-alist): Use nroff-mode for files ending
3685 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
3686
3687 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3688
3689 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
3690 tool-bar-lines parameter, behave as if its value were zero.
3691 (mouse-avoidance-set-pointer-shape): Don't do anything if
3692 x-pointer-shape is not boundp.
3693
3694 2001-07-23 Francesco Potorti` <pot@gnu.org>
3695
3696 * uniquify.el: Overall speedup changes when using many buffers.
3697 (uniquify-fix-item-base, uniquify-fix-item-filename)
3698 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
3699 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
3700 place in the item, but was never used.
3701 (uniquify-fix-item-min-proposed): New defalias: the fourth place
3702 in the item is now used as cache for the proposed name.
3703 (uniquify-rationalize-file-buffer-names): Move computation made on
3704 newbuffile out of the loop, in the newbuffile-nd local var.
3705 Use dolist (cosmetic change). Compute the proposed name for the most
3706 common case and cache it in the fourth place in the item.
3707 (uniquify-rationalize-file-buffer-names): Used to return a a list
3708 of buffer whose name was changed, but that return value was never used.
3709 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
3710 the cached proposed name, does much less consing and is quicker.
3711 (uniquify-filename-lessp): Deleted.
3712 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
3713 Do not bind locally the uniquify-possibly-resolvable flag. Use the
3714 cached proposed name is possible.
3715 (uniquify-get-proposed-name): Arguments changed, callers changed.
3716 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
3717 uniquify-possibly-resolvable flag, which is no more bound locally.
3718 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
3719 flag, which does not exist any more.
3720
3721 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3722
3723 * term/internal.el (IT-unicode-translations): Fix the appearance of
3724 "6`".
3725
3726 * progmodes/compile.el (compile-internal): If EMACS is already
3727 defined in the environment, don't override its value.
3728
3729 2001-07-23 Gerd Moellmann <gerd@gnu.org>
3730
3731 * play/fortune.el: Undo change of 2001-07-13.
3732 Fix autoload cookies. Add types to defcustoms.
3733 (fortune) <defgroup>: Add :link.
3734 (fortune-from-region): Use eq, not eql.
3735 From Dave Love <fx@gnu.org>.
3736
3737 * play/animate.el (animate-birthday-present): Function removed.
3738
3739 * play/animate.el: New file.
3740
3741 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
3742
3743 * startup.el (normal-top-level-add-subdirs-to-load-path):
3744 On Windows, put into normal-top-level-add-subdirs-inode-list the
3745 canonicalized names of the directories instead of inode numbers.
3746
3747 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
3748
3749 * ediff-util.el: Copyright years.
3750 (ediff-choose-syntax-table): New function.
3751 (ediff-setup): Use ediff-choose-syntax-table.
3752 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
3753 vc-state is available.
3754 (ediff-make-temp-file): Use ediff-coding-system-for-write.
3755
3756 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3757 with-syntax-table.
3758 (ediff-coding-system-for-read): From ediff-diff.el
3759 (ediff-coding-system-for-write): New variable.
3760 (ediff-highest-priority): Fixed the bug having to do with disappearing
3761 overlays.
3762 (ediff-file-remote-p): Use file-remote-p, if available.
3763 (ediff-listable-file): New function.
3764 (ediff-file-attributes): Use ediff-listable-file.
3765
3766 * ediff-mult.el (ediff-meta-insert-file-info1):
3767 Use ediff-listable-file.
3768
3769 * ediff-ptch.el (ediff-prompt-for-patch-file):
3770 Use ediff-coding-system-for-read.
3771 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
3772
3773 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
3774 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
3775
3776 * ediff.el: Date of last update, copyright years.
3777
3778 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3779
3780 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3781 of Scott Bronson.
3782 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
3783 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3784 Deleted functions.
3785 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3786 ex-token-list.
3787 (viper-get-ex-address-subr): Convert registers to char data type.
3788
3789 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
3790 (viper-memq-char): Use viper-int-to-char.
3791 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
3792 vc-locking-state.
3793 (viper-read-key): Use viper-read-key-sequence.
3794
3795 * viper.el (viper-major-mode-modifier-list):
3796 Added inferior-emacs-lisp-mode.
3797 (this-major-mode-requires-vi-state): New function that uses simple
3798 heuristics to decide if vi state is appropriate.
3799 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
3800 (viper-non-hook-settings): Don't advise read-key-sequence.
3801 (viper-read-key-sequence): New function that replaces the
3802 previously used advice to read-key-sequence.
3803
3804 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
3805 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
3806 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
3807 (viper-open-line-at-point,viper-substitute,viper-overwrite)
3808 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
3809 Got rid of the negative character hack.
3810 (viper-escape-to-state,viper-replace-state-exit-cmd):
3811 Use viper-read-key-sequence.
3812 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
3813 (viper-minibuffer-standard-hook,viper-read-string-with-history):
3814 Don't override existing minibuffer-setup-hook.
3815 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
3816 Convert registers to char data type.
3817 (viper-autoindent): Use viper-indent-line.
3818
3819 * viper-keym.el: Use viper-exec-key-in-emacs.
3820
3821 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
3822
3823 * server.el (server-visit-files): Fix variable name typo.
3824
3825 2001-07-20 Gerd Moellmann <gerd@gnu.org>
3826
3827 * simple.el (delete-trailing-whitespace): Save match data
3828 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
3829
3830 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
3831
3832 * progmodes/compile.el (compilation-parse-errors): `linenum' might
3833 return a this-error using the alternative format (a pair of markers).
3834
3835 2001-07-19 Gerd Moellmann <gerd@gnu.org>
3836
3837 * font-lock.el (c++-keywords): Add Standard C++ operator names.
3838
3839 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
3840 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
3841
3842 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3843
3844 * international/iso-transl.el: Fix typo in the header of the file.
3845
3846 * textmodes/picture.el (picture): Doc fix.
3847
3848 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
3849 follow coding conventions in generated files.
3850
3851 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
3852
3853 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3854 (tool-bar-add-item): Don't call image-related primitives if the
3855 display doesn't support images.
3856
3857 * frame.el (display-images-p): New function.
3858
3859 2001-07-17 Gerd Moellmann <gerd@gnu.org>
3860
3861 * server.el (server-visit-files): Handle the case the specified
3862 column number is <= 0.
3863
3864 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
3865
3866 * startup.el (command-line-1): Add support for +LINE:COLUMN
3867 command line argument.
3868
3869 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3870
3871 * server.el (server-process-filter, server-visit-files):
3872 Add support for +LINE:COLUMN style emacsclient calls.
3873
3874 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3875
3876 * emacs-lisp/easy-mmode.el: Add Keywords header.
3877
3878 * play/pong.el: Author has new address.
3879
3880 * play/landmark.el: Author is no more reachable.
3881
3882 * play/handwrite.el: Author is no more reachable.
3883
3884 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
3885
3886 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
3887 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
3888 Complete bindings for F<1..12> keys.
3889 (global-map): Remove `undo' binding (already in the default).
3890 Replace `t<n>' bindings with `f<n>' bindings.
3891
3892 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3893
3894 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
3895 (tcl-mode): Use tcl-add-log-defun.
3896 (tcl-indent-line): Use tcl-calculate-indent.
3897 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
3898 (tcl-indent-exp): Renamed from indent-tcl-exp.
3899 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
3900 (tcl-indent-for-comment): Call comment-indent-function properly
3901 and handle the case where it returns nil.
3902
3903 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3904
3905 * calendar/cal-islam.el (calendar-goto-islamic-date):
3906 Remove autoload cookie.
3907
3908 * calendar/calendar.el (calendar-goto-islamic-date):
3909 Add call to autoload.
3910
3911 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3912
3913 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
3914 Don't change compile-auto-highlight globally.
3915 Don't bother with `font-lock-defaults' property since XEmacs
3916 also understands the `font-lock-defaults' variable.
3917 Use make-local-variable rather than make-variable-buffer-local.
3918 Don't `defconst' comment-indent-function: keep the default.
3919 Call easy-menu-add unconditionally.
3920 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
3921 (ada-create-menu): Use :included for Emacs as well.
3922
3923 * vc.el (vc-do-command): Autoload.
3924
3925 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
3926
3927 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3928
3929 * ps-print.el: Fix Author: header.
3930
3931 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3932
3933 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
3934 mouse-1 etc., bind them to `ignore'.
3935
3936 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
3937 send-invisible, which is already defined in Comint.
3938 (eshell-watch-for-password-prompt): Use it.
3939
3940 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3941
3942 * which-func.el (which-func-mode): Doc fix.
3943
3944 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
3945 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
3946 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
3947 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
3948 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
3949 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
3950 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
3951 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
3952 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
3953 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
3954 * emulation/edt-mapper.el, emulation/edt-pc.el,
3955 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
3956 * emulation/tpu-edt.el, emulation/tpu-extras.el,
3957 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
3958 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
3959 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
3960 * international/isearch-x.el, international/iso-cvt.el,
3961 * international/ogonek.el, international/quail.el,
3962 * international/utf-8.el, jit-lock.el, language/devan-util.el,
3963 * language/devanagari.el, language/ethio-util.el,
3964 * language/ethiopic.el, language/european.el, language/indian.el,
3965 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
3966 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
3967 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
3968 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
3969 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
3970 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
3971 * progmodes/autoconf.el, progmodes/cmacexp.el,
3972 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
3973 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
3974 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
3975 * progmodes/ebnf2ps.el, progmodes/executable.el,
3976 * progmodes/fortran.el, progmodes/idlw-shell.el,
3977 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
3978 * progmodes/m4-mode.el, progmodes/mantemp.el,
3979 * progmodes/meta-mode.el, progmodes/octave-inf.el,
3980 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
3981 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
3982 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
3983 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
3984 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
3985 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
3986 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
3987 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
3988 * textmodes/two-column.el, time-stamp.el, timezone.el,
3989 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
3990 * which-func.el, whitespace.el, wid-browse.el, widget.el,
3991 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
3992 conventions.
3993
3994 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3995
3996 * simple.el (set-variable): Require 'cus-edit' instead of
3997 `wid-edit', so that the Custom widgets get defined.
3998
3999 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4000
4001 * allout.el: A fix to follow coding conventions.
4002
4003 * find-lisp.el: A fix to follow coding conventions.
4004
4005 * term/w32-win.el: A fix to follow coding conventions.
4006
4007 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4008
4009 * term/xterm.el: A fix to follow coding conventions.
4010
4011 * term/news.el: A fix to follow coding conventions.
4012
4013 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4014 header line fixed.
4015
4016 * sun-curs.el: Fix Maintainer: header line.
4017
4018 * emacs-lisp/easymenu.el: Address of the author added.
4019
4020 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4021
4022 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4023 property.
4024
4025 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4026
4027 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4028 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4029 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4030 Some fixes to follow coding conventions.
4031
4032 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4033
4034 * which-func.el (which-func-mode): Doc fix.
4035
4036 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4037
4038 * net/rcompile.el (remote-compile): Use make-local-variable.
4039
4040 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4041
4042 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4043
4044 * mail/reporter.el (reporter-submit-bug-report):
4045 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4046
4047 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4048
4049 * calendar/cal-china.el, calendar/cal-coptic.el,
4050 * calendar/cal-dst.el, calendar/cal-french.el,
4051 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4052 * calendar/cal-iso.el, calendar/cal-julian.el,
4053 * calendar/cal-mayan.el, calendar/cal-persia.el,
4054 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4055 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4056 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4057 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4058 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4059 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4060 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4061 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4062 * progmodes/ada-xref.el, progmodes/cc-align.el,
4063 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4064 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4065 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4066 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4067 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4068 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4069 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4070 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4071 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4072 * textmodes/reftex.el: Some fixes to follow coding
4073 conventions in Eshell files with known maintainers.
4074
4075 * emulation/viper.el: A fix to follow coding conventions.
4076
4077 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4078 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4079 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4080 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4081 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4082 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4083 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4084 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4085 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4086 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4087 conventions in Eshell files.
4088
4089 * composite.el, diff.el, emacs-lisp/levents.el,
4090 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4091 * emulation/pc-mode.el, emulation/viper-cmd.el,
4092 * emulation/viper-ex.el, emulation/viper-init.el,
4093 * emulation/viper-keym.el, emulation/viper-macs.el,
4094 * emulation/viper-mous.el, emulation/viper-util.el,
4095 * emulation/viper.el, forms-pass.el, international/ccl.el,
4096 * international/characters.el, international/encoded-kb.el,
4097 * international/fontset.el, international/ja-dic-cnv.el,
4098 * international/ja-dic-utl.el, international/kinsoku.el,
4099 * international/kkc.el, international/mule-cmds.el,
4100 * international/mule-diag.el, international/mule-util.el,
4101 * international/mule.el, international/titdic-cnv.el,
4102 * language/china-util.el, language/chinese.el,
4103 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4104 * language/greek.el, language/hebrew.el, language/japan-util.el,
4105 * language/japanese.el, language/korea-util.el, language/korean.el,
4106 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4107 * language/slovak.el, language/thai-util.el, language/thai.el,
4108 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4109 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4110 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4111 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4112 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4113 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4114 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4115 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4116 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4117 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4118 to follow coding conventions in files without maintainer or in files
4119 with clear maintainer (but without Maintainer header stating so).
4120
4121 * emacs-lisp/elp.el: A fix to follow coding conventions.
4122
4123 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4124 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4125 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4126 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4127 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4128 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4129 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4130 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4131 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4132 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4133 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4134 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4135 conventions in files from Gnus.
4136
4137 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4138 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4139 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4140 * echistory.el, electric.el, emacs-lisp/authors.el,
4141 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4142 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4143 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4144 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4145 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4146 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4147 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4148 * international/codepage.el, international/iso-ascii.el,
4149 * international/iso-insert.el, international/iso-transl.el,
4150 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4151 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4152 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4153 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4154 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4155 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4156 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4157 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4158 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4159 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4160 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4161 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4162 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4163 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4164 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4165 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4166 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4167 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4168 * textmodes/tex-mode.el, textmodes/text-mode.el,
4169 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4170 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4171 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4172 files maintained by FSF.
4173
4174 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4175
4176 * arc-mode.el: A fix to follow coding conventions.
4177
4178 * bindings.el: Ditto.
4179
4180 * cdl.el: Ditto.
4181
4182 * comint.el: Ditto.
4183
4184 * cus-start.el: Ditto.
4185
4186 * shell.el: Ditto.
4187
4188 * skeleton.el: Ditto.
4189
4190 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4191
4192 * info.el (Info-build-node-completions):
4193 Make Info-current-file-completions buffer local.
4194
4195 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4196
4197 * which-func.el (which-func-mode, which-func-ff-hook)
4198 (which-function-mode): Remove references to which-func-mode-global.
4199
4200 * calendar/cal-islam.el (calendar-goto-islamic-date):
4201 Add autoload cookie.
4202
4203 * play/fortune.el: Add types to defcustoms.
4204
4205 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4206
4207 * language/czech.el: A fix to follow coding conventions.
4208
4209 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4210
4211 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4212 to the extension list, for antlr-mode. From Christoph Wedler
4213 <Christoph.Wedler@sap.com>.
4214
4215 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4216
4217 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4218 (vc-dired-mode-map): Fix the madness.
4219
4220 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4221 (vc-prefix-map): Moved back from vc.el.
4222
4223 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4224
4225 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4226 Increase the size of the obarray.
4227 (mail-extr-all-top-level-domains): Add more toplevel domains,
4228 add more long names.
4229 From: Per Starback <starback@ling.uu.se>.
4230
4231 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4232
4233 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4234 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4235
4236 * progmodes/ada-mode.el: Ditto.
4237
4238 * progmodes/ada-xref.el: Ditto.
4239
4240 2001-07-11 Miles Bader <miles@gnu.org>
4241
4242 * finder.el (finder-insert-at-column): Also move to the next line
4243 if exactly at COLUMN.
4244
4245 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4246
4247 * help.el (describe-function-1): When printing FUNCTION's
4248 documentation, don't assume FUNCTION is a symbol.
4249
4250 * startup.el (normal-top-level): Don't operate on the initial
4251 frame if we failed to create one.
4252
4253 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4254
4255 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4256 itself, i.e. only indent the contents in it.
4257
4258 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4259
4260 * mail/rmail.el (rmail-show-message): Show beginning of message in
4261 all windows containing it.
4262
4263 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4264
4265 * term/tty-colors.el: Fix the header line and copyright years.
4266
4267 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4268
4269 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4270 original definition has an interactive form, but is Elp
4271 instrumented, use the interactive form of the function called by
4272 elp-wrapper.
4273
4274 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4275 configurations with compare-window-configuration; they aren't
4276 window configurations.
4277
4278 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4279 from the server for the format we expect. Don't use it if it
4280 doesn't look like what the Internet draft for FTP extensions specifies.
4281
4282 * toolbar/*.pbm: Cleaned up.
4283 From Luis Fernandes <elf@ee.ryerson.ca>.
4284
4285 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4286
4287 * cc-cmds.el: Extended the kludge to interoperate with the
4288 delsel and pending-del packages wrt to the new function
4289 `c-electric-delete-forward'.
4290
4291 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4292
4293 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4294 to delay the call to <mode> for global minor modes.
4295 (easy-mmode-define-navigation): Only recenter if interactive.
4296
4297 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4298
4299 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4300 to lisp-indent-line.
4301
4302 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4303 from the server. Call encode-time only when we are sure that we
4304 got a 213 response.
4305
4306 2001-07-06 Simon Josefsson <jas@extundo.com>
4307
4308 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4309 (mail-envelope-from): New user option.
4310 (sendmail-send-it): Use it.
4311
4312 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4313
4314 * ps-print.el: Use locale dependant date to print date in header.
4315 Doc fix.
4316 (ps-print-version): New version number (6.5.3).
4317 (ps-right-header, ps-right-footer): Initialization and doc fix.
4318 (ps-time-stamp-locale-default): New fun.
4319
4320 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4321
4322 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4323 field problem with MIME-mode.
4324
4325 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4326
4327 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4328
4329 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4330 MIME-mode.
4331
4332 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4333
4334 * bindings.el (mode-line-mule-info): Don't show the tip with
4335 buffer-file-coding-system if that is nil.
4336
4337 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4338
4339 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4340 instead of kill-line.
4341
4342 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4343 <Pavel@Janik.cz>.
4344
4345 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4346 <Pavel@Janik.cz>.
4347
4348 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4349
4350 * font-lock.el (c-font-lock-keywords-3): When matching something
4351 like `struct X Y', finish with point after Y.
4352
4353 2001-07-04 Simon Josefsson <jas@extundo.com>
4354
4355 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4356 in caller buffer.
4357
4358 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4359
4360 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4361 instead of string-match to find the basename of the file.
4362 From Pascal Obry <p.obry@wanadoo.fr>.
4363
4364 * net/browse-url.el (browse-url-default-windows-browser):
4365 Support the MS-DOS port when it runs on Windows.
4366 (browse-url-browser-function) [ms-dos]: Default to
4367 browse-url-default-windows-browser.
4368
4369 * help.el (locate-library): Enable code that looks for compressed
4370 libraries if auto-compression-mode is on.
4371
4372 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4373
4374 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4375
4376 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4377
4378 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4379
4380 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4381
4382 * allout.el: Fix the header line, so that finder.el recognizes it.
4383 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4384
4385 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4386 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4387
4388 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4389
4390 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4391
4392 * ps-bdf.el (bdf-directory-list): Use the value relative to
4393 installation-directory for MS-Windows as well.
4394
4395 2001-06-29 Richard M. Stallman <rms@gnu.org>
4396
4397 * wid-edit.el (widget-color-sample-face-get):
4398 Return ((foreground-color . COLOR)) instead of constructing a face.
4399
4400 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4401
4402 * faces.el (region): Change the background color for the
4403 light-background color display to lightgoldenrod2, to make it
4404 visible on some laptops.
4405
4406 2001-06-28 Richard M. Stallman <rms@gnu.org>
4407
4408 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4409 (rmail-msg-restore-non-pruned-header): Likewise.
4410 If point was in the old pruned header, put it at the top.
4411 (rmail-msg-prune-header): If point was at the top, keep it there.
4412
4413 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4414 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4415
4416 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4417
4418 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4419
4420 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4421
4422 * saveplace.el: Update maintainer email address.
4423
4424 2001-06-27 Francesco Potorti` <pot@gnu.org>
4425
4426 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4427 Undo previous change.
4428
4429 2001-06-27 Francesco Potorti` <pot@gnu.org>
4430
4431 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4432 preliminary quick reordering. Can speed things up dramatically.
4433
4434 2001-06-26 Richard M. Stallman <rms@gnu.org>
4435
4436 * dired.el (dired-get-filename): A file name starting with ~
4437 is not absolute in this context.
4438
4439 * which-func.el (which-func-maxout): Increase default to 500000.
4440 (which-function-mode): This is now the "real" name of the function.
4441 (which-func-mode): Now an alias.
4442 (which-func-mode-global): Name deleted.
4443
4444 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4445 button-2, when binding hs-mouse-toggle-hiding.
4446
4447 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4448
4449 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4450 (rmail-msg-prune-header): Likewise.
4451 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4452 and `rmail-msg-prune-header'.
4453
4454 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4455
4456 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4457 back than LINEBEG.
4458
4459 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4460
4461 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4462 window where they clicked the mouse has a header line, adjust
4463 vertical movement by one.
4464
4465 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4466
4467 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4468 too when separating a parenthesis.
4469
4470 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4471
4472 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4473 (bookmark-bmenu-hide-filenames): Add help-echo to
4474 mouse-highlighted text.
4475 (bookmark-bmenu-show-filenames): Remove help-echo property from
4476 the whitespace.
4477
4478 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4479
4480 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4481 From Karl Eichwalder <ke@suse.de>.
4482
4483 2001-06-23 Richard M. Stallman <rms@gnu.org>
4484
4485 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4486
4487 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4488 contents for completing-read.
4489
4490 2001-06-22 Richard M. Stallman <rms@gnu.org>
4491
4492 * menu-bar.el (menu-bar-make-toggle): Construct the
4493 function's doc string from HELP, not DOC, and make it accurate by
4494 adding "Toggle whether to " at the front and downcasing the initial.
4495 Change the HELP arg in some calls to make it fit this usage.
4496
4497 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4498 Undo previous change.
4499
4500 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4501
4502 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4503
4504 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4505
4506 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4507
4508 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4509
4510 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4511
4512 2001-06-20 Richard M. Stallman <rms@gnu.org>
4513
4514 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4515 broken out from dabbrev--find-expansion. Handle minibuffer
4516 specially here.
4517 (dabbrev--find-expansion): Simplify code in various ways.
4518 Don't treat minibuffers specially.
4519 Call dabbrev--make-friend-buffer-list.
4520 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4521 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4522
4523 2001-06-19 John Wiegley <johnw@gnu.org>
4524
4525 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4526 Also, added a comment describing how to greatly speedup Eshell
4527 loadup time, by concatenating together all of Eshell's .elc files.
4528
4529 2001-06-19 John Wiegley <johnw@gnu.org>
4530
4531 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4532
4533 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4534
4535 * woman.el (WoMan-highlight-references): Add help-echo to
4536 mouse-highlighted text.
4537
4538 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4539
4540 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4541
4542 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4543
4544 * international/quail.el (quail-start-conversion):
4545 Reset quail-translating to nil.
4546
4547 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4548 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4549
4550 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4551
4552 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4553 mouse-highlighted text.
4554
4555 * dired.el (dired-mark-pop-up): Fix last change.
4556
4557 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4558
4559 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4560 mouse-highlighted text.
4561
4562 * net/quickurl.el (quickurl-url-file): Run through
4563 convert-standard-filename.
4564 (quickurl-list-populate-buffer): Add help-echo to
4565 mouse-highlighted text.
4566 (top-level): Update Dave's URL.
4567
4568 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4569 mouse-highlighted text.
4570
4571 * textmodes/page-ext.el (pages-copy-header-and-position):
4572 Add help-echo to mouse-highlighted text.
4573
4574 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4575 mouse-highlighted text.
4576
4577 * replace.el (occur): Add help-echo to mouse-highlighted text.
4578
4579 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4580 mouse-highlighted text.
4581
4582 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4583 mouse-highlighted text.
4584
4585 * progmodes/compile.el (compile-reinitialize-errors):
4586 Add help-echo to mouse-highlighted messages.
4587 (compilation-forget-errors): Remove help-echo property as well.
4588
4589 * play/landmark.el (lm-plot-square, lm-init-display):
4590 Add help-echo to mouse-highlighted text.
4591
4592 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4593 Add help-echo to mouse-highlighted text.
4594
4595 * dired.el (dired-insert-set-properties): Add help-echo to
4596 mouse-highlighted text.
4597 (dired-mark-pop-up): Remove help-echo property from the file name.
4598
4599 * comint.el (comint-send-input): Add help-echo to
4600 mouse-highlighted text.
4601
4602 * buff-menu.el (list-buffers-noselect): Add help-echo to
4603 mouse-highlighted text.
4604
4605 * arc-mode.el (archive-summarize-files): Add help-echo to
4606 mouse-highlighted text.
4607
4608 * ffap.el (ffap-machine-p): Always return nil if
4609 open-network-stream is not fboundp.
4610
4611 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4612
4613 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4614 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4615 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4616 incorrectly binding chars between 128 and 256 to it.
4617 (sgml-maybe-name-self): Handle latin-1 chars properly.
4618 (sgml-tags-invisible): Bind buffer-file-name to nil.
4619 Use unwind-protect and restore-buffer-modified-p.
4620 (sgml-point-entered): Use buffer-substring-no-properties.
4621 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4622 (html-mode): Don't force `imenu-sort-function'.
4623
4624 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4625
4626 * tar-mode.el: Fix the copyright notice.
4627
4628 * font-lock.el (font-lock-comment-face): For tty's with dark
4629 background, use "red1", since "lightred" is not one of the colors
4630 recognized by tty-colors.el.
4631
4632 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4633 create a buffer for extracted file, in case there's more than one
4634 file by that name in an archive, possibly in different
4635 directories. From Kevin Rodgers <kevinr@ihs.com>.
4636
4637 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
4638 <alex@gnu.org>.
4639
4640 2001-06-15 Miles Bader <miles@gnu.org>
4641
4642 * textmodes/texinfmt.el (texinfo-format-syntax-table):
4643 Revert previous change.
4644
4645 2001-06-14 Richard M. Stallman <rms@gnu.org>
4646
4647 * replace.el (keep-lines-read-args): Return just a regexp.
4648 Provide nil for the region args.
4649 (keep-lines, flush-lines, how-many):
4650 Calculate the defaults for the region here, when args are nil.
4651
4652 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4653
4654 * rot13.el (rot13-other-window): Some more doc fix.
4655
4656 2001-06-14 Per Starback <starback@ling.uu.se>
4657
4658 * replace.el (case-replace, query-replace-from-history-variable)
4659 (query-replace-to-history-variable, keep-lines-read-args)
4660 (occur-revert-function, query-replace-help): Dox fix.
4661
4662 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4663
4664 * rot13.el (rot13-other-window): Doc fix.
4665
4666 2001-06-14 Miles Bader <miles@gnu.org>
4667
4668 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
4669 of " and \ to "." (punctuation).
4670 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
4671
4672 2001-06-13 Richard M. Stallman <rms@gnu.org>
4673
4674 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
4675
4676 * simple.el (shell-command-on-region): Never kill the
4677 *Shell Command Output* buffer.
4678
4679 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
4680
4681 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
4682
4683 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
4684
4685 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4686 New var, to recognize ${ $' and PODs.
4687 (perl-font-lock-syntactic-face-function): New function.
4688 (perl-mode): Use them.
4689 (perl-continuation-line-p): New function, from perl-calculate-indent.
4690 (perl-calculate-indent): Use it, to properly handle continuation
4691 lines of continuation lines.
4692
4693 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
4694
4695 * server.el (server-process, server-buffer-clients): Doc fix.
4696 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4697
4698 2001-06-09 John Wiegley <johnw@gnu.org>
4699
4700 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4701 test if the last command was Lisp or not.
4702 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
4703 B x C".
4704
4705 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
4706
4707 * dos-w32.el (grep-regexp-alist): Remove definition, since the
4708 general one on compile.el supports drive letters.
4709
4710 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
4711
4712 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
4713 key description.
4714
4715 * textmodes/reftex-sel.el (reftex-select-jump): New command.
4716
4717 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
4718 (reftex-toc-jump): New command.
4719
4720 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
4721 to parse international characters as well.
4722
4723 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
4724 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
4725
4726 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
4727
4728 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
4729 TAB to the key separators.
4730
4731 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
4732
4733 * international/mule.el (auto-coding-alist): Remove redundant
4734 up-cased versions of the extensions (auto-coding-alist-lookup is
4735 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
4736 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
4737
4738 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
4739
4740 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
4741
4742 2001-06-01 Richard M. Stallman <rms@gnu.org>
4743
4744 * help.el (describe-variable): Put value on same line
4745 with preceding text, if it is short enough to look good that way.
4746
4747 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
4748
4749 * term/internal.el (IT-unicode-translations): New variable.
4750 (IT-setup-unicode-display): New function.
4751
4752 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4753
4754 * ps-print.el: Handle before-string and after-string overlay properties
4755 in ps-print-*-with-faces commands. Doc fix.
4756 (ps-print-version): New version number (6.5.2).
4757 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
4758 for XEmacs.
4759 (ps-prefix-quote): Doc fix.
4760 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
4761 (ps-basic-plot-str, ps-plot-string): New funs.
4762
4763 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
4764
4765 * progmodes/etags.el (tags-compression-info-list): Fix docstring
4766 and :type spec.
4767
4768 2001-05-31 Gerd Moellmann <gerd@gnu.org>
4769
4770 * international/mule-cmds.el (inactivate-input-method):
4771 Set input-method-function to nil.
4772
4773 * xml.el (xml-parse-tag): The document may contain invalid characters.
4774 From ShengHuo ZHU <zsh@cs.rochester.edu>
4775
4776 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4777
4778 * mail/rmailsum.el (rmail-message-subject-p): Don't call
4779 `rmail-summary-line-decoder' if the message does not have
4780 a Subject: field.
4781
4782 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
4783
4784 * mail/rmail.el (rmail-insert-mime-resent-message-function):
4785 New variable.
4786 (rmail-resend): Modify to work in `rmail-view-buffer'; call
4787 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
4788 is non-nil.
4789
4790 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
4791
4792 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
4793
4794 2001-05-29 Sam Steingold <sds@gnu.org>
4795
4796 * faces.el (face-valid-attribute-values): Bind `valid' directly
4797 instead of using `setq'.
4798
4799 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
4800 Use `tex-shell-buf'.
4801 (tex-shell-proc): Use `tex-shell-running'.
4802 (tex-shell-buf-no-error): New function.
4803 (tex-send-tex-command): Use it.
4804 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
4805 (tex-kill-job): Check the process before calling `quit-process'.
4806
4807 2001-05-29 Gerd Moellmann <gerd@gnu.org>
4808
4809 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
4810 UTF-8 sequences.
4811
4812 2001-05-28 Miles Bader <miles@gnu.org>
4813
4814 * comint.el (comint-carriage-motion): Renamed from
4815 `comint-cr-magic'. Operate on the buffer instead of the string
4816 (for use as a comint post-output filter, instead of as a
4817 pre-output filter). Handle backspaces too. Add to the
4818 `comint-output-filter-functions' hook instead of
4819 `comint-preoutput-filter-functions'.
4820
4821 2001-05-28 Gerd Moellmann <gerd@gnu.org>
4822
4823 * language/japan-util.el (japanese-hankaku): Prefer the charset
4824 `jisx0201' when the optional argument `ascii-only' is not specified.
4825 (japanese-hankaku-region): Ditto.
4826 From Katsumi Yamaoka <yamaoka@jpl.org>
4827
4828 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
4829
4830 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
4831 (outline-invisible-p): New function.
4832 (hide-leaves): Save excursion.
4833 (hide-other): Stop looping when reaching bobp.
4834
4835 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
4836
4837 * cus-edit.el (custom-file): Fix last change.
4838
4839 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
4840
4841 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
4842 same definition in byte-compile-function-environment as `autoload'
4843 would put in `symbol-function'.
4844
4845 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
4846 patch to correct the error message as well.
4847
4848 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
4849
4850 * cus-edit.el (custom-file): Don't assume we were invoked with -q
4851 unless ~/.emacs exists.
4852
4853 * novice.el (enable-command): If user-init-file is nil or does not
4854 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
4855
4856 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
4857
4858 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
4859 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4860 Allow spaces around macro arguments.
4861 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
4862 indent-for-tab-command.
4863 (latex-mode-map, plain-tex-mode-map): New keymaps.
4864 Inherit from tex-mode-map.
4865 (tex-common-initialization): Don't setup the keymap any more
4866 since it's now done right by define-derived-mode.
4867 (latex-mode): Set skeleton-end-hook to nil.
4868 (latex-skeleton-end-hook): Remove.
4869 (tex-latex-block, latex-insert-item): Simplify.
4870 (latex-syntax-after): Use following-char rather than char-after.
4871 (tex-discount-args-cmds, tex-count-words): New functions.
4872
4873 * textmodes/tildify.el (tildify-ignored-environments-alist):
4874 Recognize \verb* as well.
4875
4876 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
4877 (perl-comment-indent): Simplify to let newcomment.el do its job.
4878 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
4879 (perl-mark-function): Cleanup the namespace.
4880 (perl-calculate-indent): Don't be fooled by nested functions.
4881
4882 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
4883
4884 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4885 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
4886
4887 2001-05-25 Andrew Choi <akochoi@i-cable.com>
4888
4889 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
4890 actually be `\\'.
4891 (ctlau-b5-converter): Likewise.
4892
4893 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4894
4895 * international/titdic-cnv.el (quail-misc-package-ext-info):
4896 Change CTLauB.el to CTLau-b5.el.
4897
4898 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
4899
4900 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
4901 rather than beginning-of-line to avoid problems with fields.
4902 (gud-perldb-massage-args): Use unless and push.
4903 (gud-chdir-before-run): New var.
4904 (gud-common-init): Use it.
4905
4906 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4907
4908 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4909 delete entries for chinese-ctlau and chinese-ctlaub.
4910 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
4911 chinese-ctlaub.
4912 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
4913 New functions.
4914
4915 2001-05-22 Gerd Moellmann <gerd@gnu.org>
4916
4917 * cus-edit.el (custom-comment-show): Remove debug code.
4918
4919 * language/japan-util.el (japanese-symbol-table): Fix handling of
4920 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
4921
4922 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
4923
4924 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
4925 Renamed by removing the silly `-flag' suffix.
4926 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
4927
4928 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
4929
4930 * replace.el (keep-lines-read-args): Use `copy-marker'.
4931 (how-many): Save excursion properly.
4932 (occur-mode): Use define-derived-mode.
4933 (perform-replace): Use with-current-buffer.
4934
4935 2001-05-20 Richard M. Stallman <rms@gnu.org>
4936
4937 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
4938
4939 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
4940
4941 * info.el (Info-read-subfile): Widen before finding the
4942 desired node in the subfile.
4943
4944 * startup.el (command-line-1): When >2 files visited,
4945 leave the last one visible, and make that the selected window.
4946
4947 2001-05-20 Gerd Moellmann <gerd@gnu.org>
4948
4949 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
4950
4951 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
4952
4953 * international/ccl.el (define-ccl-program): Fix a typo.
4954 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4955
4956 * international/mule.el (decode-char): Fix a typo. From Pavel
4957 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4958
4959 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
4960 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4961
4962 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
4963 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4964
4965 2001-05-18 Sam Steingold <sds@gnu.org>
4966
4967 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
4968 and [RET] to `cvs-mode-find-file'.
4969
4970 2001-05-18 John Wiegley <johnw@gnu.org>
4971
4972 * eshell/esh-ext.el (eshell-explicit-command-char): A new
4973 configuration variable, which determines the initial character
4974 that forces use of an external version of a command. The default
4975 is *, but may be set to \, for example.
4976
4977 * eshell/esh-ext.el (eshell-explicit-command):
4978 Use `eshell-explicit-command-char' instead of ?*.
4979
4980 * eshell/esh-cmd.el (eshell/which):
4981 Use `eshell-explicit-command-char' instead of ?*.
4982
4983 * eshell/em-cmpl.el (eshell-completion-command-name)
4984 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
4985 instead of ?*.
4986
4987 2001-05-18 Gerd Moellmann <gerd@gnu.org>
4988
4989 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
4990 subst-char-in-string.
4991 (ange-ftp-after-parse-ls-hook): New variable.
4992 (ange-ftp-ls): Run that hook.
4993 From Peter Milliken <Peter.Milliken@GTECH.COM>.
4994
4995 * tmm.el (tmm-get-keymap): Fix handling of :filter.
4996 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
4997 text into *Completions*.
4998
4999 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5000 part of which look like email addresses.
5001
5002 2001-05-18 Andrew Innes <andrewi@gnu.org>
5003
5004 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5005 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5006 cmd.exe's handling of FOR loops.
5007 (autoloads): Set find-file-suppress-same-file-warnings to t to
5008 avoid slew of spurious messages.
5009
5010 2001-05-18 Simon Josefsson <simon@josefsson.org>
5011
5012 * mail/smtpmail.el (maybe-append-domain): Renamed to
5013 `smtpmail-maybe-append-domain'.
5014 (smtpmail-via-smtp): Use the new name.
5015
5016 * net/browse-url.el (browse-url-browser-function): Add kde.
5017 (browse-url-kde-program, browse-url-kde-args): New variables.
5018 (browse-url-kde): New function.
5019
5020 2001-05-18 Miles Bader <miles@gnu.org>
5021
5022 * simple.el (delete-horizontal-space, just-one-space):
5023 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5024 because it's more efficient for large files.
5025
5026 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5027
5028 * mail/rmail.el (rmail-require-mime-maybe): New function.
5029 (rmail): Use it.
5030 (rmail-mode): Handle the case of finding Rmail files.
5031
5032 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5033 functions.
5034
5035 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5036
5037 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5038 text-property after moving to the beginning of line and regardless
5039 of the value of font-lock-multiline.
5040
5041 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5042
5043 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5044
5045 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5046 last coding system used before calling set-buffer-modified-p
5047 because that function changes last-coding-system.
5048
5049 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5050
5051 * files.el (switch-to-buffer-other-window)
5052 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5053 the doc string.
5054
5055 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5056
5057 * language/slovak.el, language/czech.el: New maintainer.
5058
5059 2001-05-16 Sam Steingold <sds@gnu.org>
5060
5061 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5062 sub-form of `defgeneric' correctly.
5063
5064 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5065
5066 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5067 of `c'.
5068
5069 * textmodes/outline.el (outline-font-lock-level): Remove the
5070 condition-case, test what outline-level returns instead, to
5071 ease debugging.
5072
5073 * international/mule.el (auto-coding-regexp-alist): New user-option.
5074 (auto-coding-from-file-contents): New function.
5075 (set-auto-coding): Use it to determine a coding system.
5076
5077 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5078
5079 * mouse.el (mouse-delete-other-windows): Doc fix.
5080
5081 * emacs-lisp/lisp-mode.el (lisp-mode):
5082 Make font-lock-keywords-case-fold-search a buffer-local variable with
5083 make-local-variable before setting it.
5084
5085 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5086
5087 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5088 prefixes.
5089
5090 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5091
5092 * hexl.el (hexl-current-address): Print a message when called
5093 interactively.
5094
5095 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5096
5097 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5098
5099 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5100
5101 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5102
5103 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5104
5105 * startup.el (command-line): If parameters have been changed in
5106 the init files which influence font selection, clear the face
5107 cache so that faces get realized with the new parameters.
5108
5109 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5110
5111 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5112
5113 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5114
5115 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5116
5117 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5118 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5119
5120 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5121
5122 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5123 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5124
5125 2001-05-09 John Wiegley <johnw@gnu.org>
5126
5127 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5128 Annotated the documentation string to tell users about
5129 `eshell-no-numeric-conversions'.
5130
5131 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5132 conversions if a Lisp function has the property
5133 `eshell-no-numeric-conversions' set to a non-nil value.
5134
5135 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5136 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5137 property `eshell-no-numeric-conversions' on the following
5138 functions (which all deal with filesystem entities, and never Lisp
5139 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5140 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5141 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5142 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5143 eshell/which, eshell/addpath.
5144
5145 2001-05-09 John Wiegley <johnw@gnu.org>
5146
5147 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5148 encountered as an argument, don't convert it right away, but tag
5149 the first character of the string with the text properties
5150 `number', which signifies to `eshell-lisp-command' that the
5151 argument should be passed through `string-to-number' if it is
5152 actually used in the call to a Lisp function.
5153
5154 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5155 function, convert any string arguments that have been tagged as
5156 "numbers", by calling string-to-number.
5157
5158 * eshell/esh-util.el (eshell-number-regexp): Now that number
5159 conversions only happen for Lisp function calls, the number regexp
5160 should now match all integer and floating point forms.
5161
5162 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5163 `eshell-continue-process', since they are both nonfunctional at
5164 the moment.
5165 (eshell-proc-initialize): Don't bind keys for
5166 `eshell-stop-process' or `eshell-continue-process'.
5167
5168 * eshell/em-unix.el (eshell-shuffle-files):
5169 Apply `directory-file-name' before calling `file-name-directory'.
5170
5171 * eshell/em-hist.el (eshell-add-to-history): Reference to
5172 `eshell-history-ring' needed to be `eshell-history-index'.
5173
5174 * calendar/timeclock.el (timeclock-find-discrep):
5175 Initialize `elapsed' to 0.
5176 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5177 it's still nil.
5178
5179 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5180
5181 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5182 (archive-mode): Use capitalize.
5183 (archive-unique-fname): Use make-temp-file.
5184
5185 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5186
5187 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5188
5189 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5190
5191 * tar-mode.el (tar-extract): Pay attention to the value of
5192 coding-system-for-read, if it is non-nil.
5193
5194 * calendar/holidays.el (holidays): Add an autoload cookie.
5195 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5196
5197 2001-05-08 John Wiegley <johnw@gnu.org>
5198
5199 * calendar/timeclock.el (timeclock-workday-remaining):
5200 Changed logic for determining how much time is remaining.
5201 (timeclock-workday-elapsed): Don't accept a "relative" argument
5202 for the current day's elapsed time. What could that have meant?
5203 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5204 (timeclock-when-to-leave): Changed logic, similarly to what was
5205 done for `timeclock-workday-remaining'.
5206 (timeclock-find-discrep): Removed "today-only" argument, which had
5207 no meaning. Fixed some more math problems. The function now
5208 returns a three member list: (TOTAL-TIME-DISCREPANCY
5209 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5210
5211 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5212
5213 * w32-fns.el (convert-standard-filename): Start replacing slashes
5214 from the beginning of the file name, not from where the last
5215 invalid character was. From "Andrew Maguire (SWW)"
5216 <Andrew.Maguire@Smallworld.co.uk>
5217
5218 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5219
5220 The following changes are to provide infrastructure for handling
5221 MIME messages to rmail. They don't affect the original behaviour
5222 if rmail-enable-mime is nil.
5223
5224 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5225 (rmail-search-mime-message-function)
5226 (rmail-search-mime-header-function): New variables.
5227 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5228 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5229 `rmail-view-buffer' is hidden.
5230 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5231 call rmai-show-mime-function.
5232 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5233 mode-line-process of rmail-view-buffer.
5234 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5235 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5236 buffer.
5237 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5238 set-buffer to the Rmail buffer.
5239 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5240 rmail-search-mime-header-function.
5241 (rmail-search-message): New function.
5242 (rmail-search): Call rmail-search-message to check if a message
5243 matches REGEXP, lastly update point after calling
5244 rmail-show-message.
5245 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5246 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5247 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5248 header region, refer to rmail-msgref-vector while setting the
5249 current buffer to rmail-buffer temporarily.
5250 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5251 If rmail-enable-mime is non-nil, call
5252 rmail-insert-mime-forwarded-message-function instead of inserting
5253 forwarded message by itself.
5254
5255 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5256 Rmail buffer.
5257 (rmail-set-label, rmail-next-labeled-message): Likewise.
5258
5259 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5260 set-buffer to the Rmail buffer.
5261 (rmail-output-to-rmail-file): Likewise.
5262 (rmail-output): Likewise.
5263
5264 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5265 of mail-fetch-field by rmail-summary-line-decoder.
5266 (rmail-new-summary): Be sure to go to the Rmail buffer.
5267 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5268 rmail-view-buffer to nil.
5269 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5270 rmail-view-buffer.
5271 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5272 rmail-buffer.
5273 (rmail-summary-scroll-msg-down): Likewise.
5274 (rmail-summary-beginning-of-message): Likewise.
5275 (rmail-summary-wipe): Likewise.
5276 (rmail-summary-toggle-header): Use save-window-excursion, not
5277 save-excursion. Update point in rmail-view-buffer, not in
5278 rmail-buffer.
5279 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5280 rmail-view-buffer, not rmail-buffer.
5281
5282 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5283
5284 * cus-edit.el (custom-file): Signal an error if user-init-file is
5285 nil (running -q).
5286
5287 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5288
5289 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5290 Add :version.
5291
5292 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5293 New option.
5294 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5295 only if smtpmail-warn-about-unknown-extensions is set.
5296
5297 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5298 instead of rmail-sort-by-keywords.
5299
5300 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5301 rmail-sort-by-keywords.
5302
5303 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5304 rmail-summary-sort-by-keywords. Doc fix.
5305 (rmail-summary-mode): Doc fix.
5306
5307 * mail/rmail.el (rmail-edit): New Custom group.
5308
5309 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5310 (rmail-edit-mode-hook): New user-option.
5311
5312 2001-05-05 Richard M. Stallman <rms@gnu.org>
5313
5314 * help.el (help-xref-symbol-regexp): Recognize "source of"
5315 and friends, meaning make a link to the source file.
5316 (help-make-xrefs): Handle "source of" and friends
5317 by constructing a link that visits the source file.
5318
5319 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5320
5321 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5322
5323 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5324 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5325 Renamed from perl-font-lock-keywords to avoid clashes.
5326 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5327 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5328 Updated correspondingly.
5329
5330 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5331 Typo `nonexistant' -> `nonexistent'.
5332
5333 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5334
5335 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5336 Split `c-electric-delete' into two functions where
5337 `c-electric-delete-forward' always deletes forward and
5338 `c-electric-delete' only contains the code necessary for XEmacs to
5339 choose between backward and forward deletion.
5340
5341 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5342 get the electric behavior on that key too.
5343 (c-fill-paragraph): Fixed bogus direct use of
5344 c-comment-prefix-regexp, which caused an error when it's a list.
5345
5346 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5347
5348 * dired-aux.el (dired-diff): Doc fix.
5349
5350 * dired.el (dired-diff): Likewise.
5351
5352 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5353
5354 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5355
5356 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5357
5358 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5359 if both the buffer and the file are read-only.
5360
5361 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5362 rather than font-lock-string-face.
5363 (sh-get-indent-info): Treat heredocs like strings.
5364
5365 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5366
5367 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5368 a newline following `}'.
5369 (texinfo-format-email): New function.
5370 (toplevel): Use texinfo-format-email for @email.
5371 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5372 Add `display'.
5373 (texinfo-sort-region): Goto point-min before sorting.
5374 (texinfo-set): Remove leading white space from value.
5375 From yagi@is.titech.ac.jp.
5376
5377 * replace.el (query-replace-regexp-eval): Doc fix.
5378
5379 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5380
5381 * diff-mode.el (diff-nonexistant-face): New face.
5382 (diff-font-lock-keywords): Use it.
5383
5384 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5385
5386 * font-lock.el (font-lock-mode): Doc fix.
5387
5388 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5389 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5390
5391 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5392
5393 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5394 backslash at the start of the here-document delimiter.
5395 (sh-font-lock-syntactic-keywords): Likewise.
5396
5397 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5398
5399 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5400
5401 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5402 (tty-color-translate, tty-color-by-index, tty-color-values)
5403 (tty-color-desc): Doc fix.
5404
5405 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5406
5407 * dired-aux.el (dired-do-create-files, dired-do-copy)
5408 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5409 Mention dired-dwim-target in the doc string.
5410
5411 2001-04-28 Miles Bader <miles@gnu.org>
5412
5413 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5414 (dabbrev--find-expansion): Use it.
5415 (dabbrev--select-buffers): Don't select ignored buffers.
5416
5417 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5418
5419 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5420
5421 2001-04-26 Richard M. Stallman <rms@gnu.org>
5422
5423 * dabbrev.el: Add doc strings for some functions.
5424 (dabbrev--eliminate-newlines): New variable.
5425 (dabbrev--substitute-expansion): Convert newlines to spaces
5426 if dabbrev--eliminate-newlines is set.
5427 If abbrev and expansion are both all-lower-case,
5428 leave dabbrev--last-case-pattern nil.
5429
5430 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5431
5432 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5433 if necessary, like in rmail-show-message.
5434
5435 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5436
5437 * ps-print.el: Color specified by number is forced to be float number.
5438 (ps-print-version): New version number (6.5.1.1).
5439 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5440 initialization.
5441 (ps-prefix-quote): New internal var.
5442 (ps-print-quote): New fun.
5443 (ps-setup, ps-output-frame-properties, ps-float-format)
5444 (ps-format-color): Code fix.
5445 (ps-plot-region): Eliminate redundant foreground color text setting.
5446
5447 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5448
5449 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5450
5451 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5452
5453 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5454
5455 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5456
5457 * info.el (Info-additional-directory-list): Doc fix.
5458
5459 * find-lisp.el (find-lisp-find-dired-filter)
5460 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5461 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5462
5463 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5464
5465 * progmodes/make-mode.el (makefile-font-lock-keywords):
5466 Rationalize the rules for includes and conditionals and use the
5467 keyword face for them.
5468
5469 * faces.el (modify-face): Add compatibility for non-interactive use.
5470
5471 2001-04-24 John Wiegley <johnw@gnu.org>
5472
5473 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5474 fix from last night, since it wasn't finding eshell/cd.
5475
5476 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5477
5478 * rect.el (string-rectangle): Revert to 20.x behaviour.
5479 (replace-rectangle): Make it an alias for string-rectangle.
5480 (string-insert-rectangle): New function.
5481
5482 2001-04-23 John Wiegley <johnw@gnu.org>
5483
5484 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5485 occurring with Emacs 21's diff.el/compile.el interaction layer.
5486
5487 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5488
5489 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5490 case where the function was defined in a file, but not part of an
5491 eshell module.
5492
5493 2001-04-23 John Wiegley <johnw@gnu.org>
5494
5495 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5496 code to work around a redisplay problem I've been having.
5497
5498 2001-04-23 John Wiegley <johnw@gnu.org>
5499
5500 * calendar/timeclock.el (timeclock-day-required): If the time
5501 required for a particular day is not set, use `timeclock-workday'.
5502 (timeclock-find-discrep): Added some sample code in a comment.
5503
5504 * eshell/eshell.el (eshell-command): Made a few changes so that
5505 `eshell-command' could be called programmatically.
5506
5507 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5508
5509 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5510
5511 2001-04-23 John Wiegley <johnw@gnu.org>
5512
5513 * calendar/timeclock.el: Updated copyright.
5514 (timeclock-generate-report): Don't report the daily or two-week
5515 total, if no time has been worked in that period.
5516 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5517 final computational form, which was unnecessary; corrected a
5518 parsing problem when timeclock-relative was nil.
5519
5520 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5521
5522 * calendar/timeclock.el (timeclock-modeline-display): Check if
5523 `list-entry' is null.
5524 (timeclock-use-display-time): The first argument to `set-variable'
5525 must be a symbol.
5526
5527 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5528
5529 * calendar/calendar.el (diary-entry-marker)
5530 (calendar-today-marker, calendar-holiday-marker):
5531 Use display-color-p instead of window-system.
5532 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5533 instead of window-system.
5534 (calendar-hide-window): Use display-multi-frame-p instead of
5535 window-system.
5536
5537 * calendar/cal-x.el (calendar-two-frame-setup)
5538 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5539 Use display-multi-frame-p instead of window-system.
5540
5541 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5542
5543 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5544
5545 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5546 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5547
5548 2001-04-23 Alex Schroeder <alex@gnu.org>
5549
5550 * goto-addr.el: Instead of defining line-beginning-position and
5551 line-end-position a defalias is used for point-at-bol and point-at-eol.
5552
5553 2001-04-23 Alex Schroeder <alex@gnu.org>
5554
5555 * goto-addr.el: Added XEmacs compatibility code.
5556 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5557
5558 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5559
5560 * textmodes/paragraphs.el (sentence-end): Doc fix.
5561
5562 2001-04-20 Alex Schroeder <alex@gnu.org>
5563
5564 * sql.el (sql-escape-newlines-and-send): New function.
5565 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5566
5567 2001-04-20 Alex Schroeder <alex@gnu.org>
5568
5569 * sql.el (sql-db2-program): New option.
5570 (sql-db2-options): New option.
5571 (sql-db2): New function.
5572
5573 2001-04-20 Alex Schroeder <alex@gnu.org>
5574
5575 * sql.el (sql-mode-menu): Added highlighting entries.
5576 (sql-highlight-oracle-keywords): New function.
5577 (sql-highlight-postgres-keywords): New function.
5578 (sql-highlight-ansi-keywords): New function.
5579
5580 2001-04-20 Alex Schroeder <alex@gnu.org>
5581
5582 * sql.el (sql-help): Doc change.
5583
5584 2001-04-19 Karl Fogel <kfogel@collab.net>
5585
5586 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5587 that inserted file content only to delete it immediately.
5588 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5589 <lektu@uol.com.br> for the patch.
5590
5591 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5592
5593 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5594
5595 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5596
5597 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5598 for defmethod.
5599
5600 * comint.el (comint-cr-magic): New function.
5601 (toplevel): Add it to comint-preoutput-filter-functions.
5602
5603 2001-04-18 Andrew Innes <andrewi@gnu.org>
5604
5605 * makefile.w32-in (EMACSLOADPATH): Define.
5606 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5607 (recompile): Remove stuff to set EMACSLOADPATH.
5608
5609 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5610
5611 * language/slovak.el ("Slovak"): Add tutorial entry.
5612
5613 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5614 browse-url-new-window-p.
5615
5616 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5617
5618 * info.el (Info-menu-update): When there are no menus and/or no
5619 cross references in the node, make the respective items of the
5620 Info menu-bar menu inactive.
5621
5622 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5623
5624 * indent.el (indent-for-tab-command): Call indent-line-function
5625 with no argument if PREFIX-ARG is non-nil.
5626
5627 * frame.el (delete-other-frames): Handle minibuffer-only frames.
5628
5629 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5630
5631 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5632 an async subprocess if start-process is unavailable. Suggested by
5633 Tim Van Holder <tim.van.holder@pandora.be>.
5634
5635 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5636
5637 * info.el (Info-additional-directory-list): Doc fix. Suggested by
5638 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5639
5640 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5641
5642 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
5643 manual.
5644
5645 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
5646
5647 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
5648 (cvs-menu): Add a few entries.
5649
5650 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
5651 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
5652 lock file appears to be reachable from Emacs.
5653 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
5654 (cvs-mode-find-file): Look for cvs-header-face rather than
5655 cvs-dirname-face (which doesn't exist).
5656 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
5657
5658 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
5659
5660 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
5661
5662 * emulation/pc-select.el (pc-selection-mode): Don't turn on
5663 normal-erase-is-backspace on a tty. Instead, bind some keys such
5664 as [delete] directly, like pc-select.el did before
5665 normal-erase-is-backspace was invented.
5666
5667 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5668
5669 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
5670
5671 2001-04-11 John Wiegley <johnw@gnu.org>
5672
5673 * eshell/em-ls.el (eshell-ls-insert-directory):
5674 Set font-lock-defaults to nil, to prevent fontification in dired
5675 buffers, if Eshell's ls is being used.
5676
5677 2001-04-11 John Wiegley <johnw@gnu.org>
5678
5679 * calendar/timeclock.el (timeclock-completing-read): New function.
5680 (timeclock-ask-for-project, timeclock-ask-for-reason):
5681 Call `timeclock-completing-read'.
5682
5683 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
5684 required where `member' was being used.
5685
5686 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
5687
5688 * eshell/em-hist.el (eshell-previous-matching-input):
5689 Don't display "History item" if the the minibuffer is active.
5690
5691 2001-04-11 Gerd Moellmann <gerd@gnu.org>
5692
5693 * startup.el (command-line): Output a newline after printing
5694 an error from loading the window system's init file.
5695
5696 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
5697
5698 * textmodes/texinfo.el (texinfo-font-lock-keywords):
5699 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
5700 @inforef. Add an OVERRIDE of `keep' to highlight specs of
5701 keywords whose arguments routinely include @@.
5702
5703 2001-04-10 Gerd Moellmann <gerd@gnu.org>
5704
5705 * emacs-lisp/advice.el (ad-make-advised-definition):
5706 Construct advice for subrs differently.
5707
5708 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
5709 regexp in parentheses when building the regexp for searching backwards.
5710
5711 * simple.el (completion-list-mode-finish): New function.
5712 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
5713
5714 * language/european.el ("Polish"): Change sample text.
5715 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5716
5717 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
5718 parameter.
5719
5720 * faces.el (menu): Doc fix.
5721
5722 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5723
5724 * ps-print.el: Footer implementation. Doc fix.
5725 (ps-print-version): New version number (6.5.1).
5726 (ps-header-frame-alist): New customization var for header frame
5727 properties.
5728 (ps-line-number-color): New customization var for line number color.
5729 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
5730 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
5731 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
5732 (ps-right-footer): New customization vars for footers.
5733 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
5734 footers.
5735 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
5736 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
5737 Code fix.
5738 (ps-prologue-file): Indentation fix.
5739 (ps-print-quote): Fun eliminated.
5740 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
5741 (ps-output-frame-properties): New fun.
5742 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
5743 (ps-skip-newline): Replace defun by defsubst.
5744
5745 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
5746
5747 * eshell/eshell.el (eshell-command): Needed a "%s" format
5748 specifier, in case the buffer contains percent characters.
5749
5750 2001-04-10 John Wiegley <johnw@gnu.org>
5751
5752 * calendar/timeclock.el (timeclock-generate-report): Added a
5753 missing insert of the project name.
5754
5755 2001-04-09 Gerd Moellmann <gerd@gnu.org>
5756
5757 * obsolete/profile.el: Moved from emacs-lisp/.
5758
5759 * Makefile.in (nonobsolete_setwins): New macro.
5760 (finder-data): Use it instead of `setwins'.
5761 From: Dave Love <fx@gnu.org>.
5762
5763 * server.el (server-visit-files): Set server-existing-buffer correctly.
5764 (server-visit-files): Run server-visit-hook after going to
5765 line 1 so that the hook can set point as it sees fit.
5766
5767 * bindings.el (mode-line-modified): Unify help messages.
5768
5769 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
5770
5771 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
5772 All callers changed.
5773
5774 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
5775
5776 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
5777 long file names aren't supported, truncate the file names in
5778 quail-misc-package-ext-info to 8+3 before matching them against
5779 FILENAME.
5780
5781 * dos-fns.el (dos-truncate-to-8+3): New function.
5782
5783 * progmodes/compile.el (grep-compute-defaults): Use null-device
5784 instead of literal /dev/null. Reported by Jens Schmidt
5785 <schmidt@mathematik.uni-kl.de>.
5786
5787 * simple.el (normal-erase-is-backspace-mode): Doc fix.
5788
5789 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
5790
5791 * textmodes/sgml-mode.el: Add unknown maintainer.
5792 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
5793 (html-mode-map): Use set-keymap-parent.
5794
5795 2001-04-06 Dave Love <fx@gnu.org>
5796
5797 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5798 Remove redundant string-to-list.
5799
5800 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
5801
5802 * composite.el (reference-point-alist): Doc fix.
5803
5804 2001-04-05 Sam Steingold <sds@gnu.org>
5805
5806 * font-lock.el (font-lock-keywords-case-fold-search):
5807 Make buffer-local. This fixes a very annoying bug when loading a Lisp
5808 file made font-lock case-insensitive.
5809
5810 2001-04-05 Gerd Moellmann <gerd@gnu.org>
5811
5812 * faces.el (defface menu): Doc fix.
5813
5814 * wid-edit.el (widget-color-sample-face-get): Don't make
5815 faces for undefined colors.
5816
5817 * version.el (emacs-version): Include LessTif/Motif version info.
5818
5819 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5820
5821 * ps-mule.el: Eliminate cl package dependence.
5822 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
5823 if they aren't defined yet.
5824 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
5825 Eliminate cl package dependence.
5826
5827 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
5828
5829 * progmodes/cc-cmds.el (c-outline-level):
5830 Bind buffer-invisibility-spec. Originally from Dave Love, but
5831 got lost when incorporating version 5.26.
5832
5833 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
5834
5835 * emulation/pc-select.el (pc-selection-mode):
5836 Call normal-erase-is-backspace-mode instead of binding
5837 keys individually.
5838
5839 * cus-load.el (normal-erase-is-backspace): Use it instead of
5840 delete-key-deletes-forward.
5841
5842 * startup.el (command-line): Use normal-erase-is-backspace and
5843 normal-erase-is-backspace-mode.
5844
5845 * simple.el (normal-erase-is-backspace): Rename from
5846 delete-key-deletes-forward. Doc fix.
5847 (normal-erase-is-backspace-mode): Rename from
5848 delete-key-deletes-forward-mode. Doc fix.
5849 Run normal-erase-is-backspace-hook.
5850
5851 * dired.el (dired-move-to-filename-regexp): Support file sizes in
5852 ``human-readable'' format produced by GNU `ls'.
5853 (dired-move-to-filename-regexp): Recognize ISO format dates.
5854 From Paul Eggert <eggert@twinsun.com>.
5855
5856 2001-04-04 Gerd Moellmann <gerd@gnu.org>
5857
5858 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
5859 New functions.
5860 (lm-verify): Check keywords.
5861 From Eric M. Ludlam <eric@siege-engine.com>.
5862
5863 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
5864
5865 * speedbar.el (speedbar-insert-image-button-maybe): Check for
5866 `xemacs' feature instead of for the function `set-extent-property'.
5867
5868 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
5869
5870 * mail/mh-utils.el (mh-folder-hist): New var.
5871 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
5872
5873 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
5874
5875 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
5876 region, position point on the first or last 16-byte group.
5877 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
5878 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
5879 hexl-beginning-of-line.
5880
5881 2001-04-03 Gerd Moellmann <gerd@gnu.org>
5882
5883 * icomplete.el (icomplete-mode): Treat an argument like other
5884 modes do.
5885
5886 * startup.el (fancy-splash-head): Use splash8.xpm for color
5887 depth 8.
5888
5889 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
5890 Add an antry for ``converts''.
5891
5892 * language/slovak.el ("Slovak"): Add documentation string.
5893 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5894
5895 * language/czech.el ("Czech"): Add documentation string.
5896 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5897
5898 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
5899 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
5900
5901 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
5902
5903 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
5904 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
5905 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
5906 Use `defsubst' rather than a macro to ease debugging.
5907 (mail-extr-last): Remove (use `last' instead).
5908 (mail-extract-address-components): Properly reset the syntax-table
5909 after parsing an address. Use `last' rather than mail-extr-last.
5910 Make sure the end marker stays at the very end.
5911
5912 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
5913
5914 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
5915 last change.
5916
5917 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5918
5919 * ps-print.el: Line and paragraph spacing feature. Region to cut
5920 out when printing. Doc fix.
5921 (ps-print-version): New version number (6.5).
5922 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
5923 New vars. Line and paragraph spacing feature.
5924 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
5925 out when printing.
5926 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
5927 (ps-get-font-size, ps-begin-job, ps-continue-line)
5928 (ps-plot-region): Code fix.
5929 (ps-print-prologue-2): Var eliminated.
5930 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
5931 New internal vars.
5932 (ps-get-size): New fun.
5933 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
5934 (ps-next-line): Replace defun by defsubst.
5935 (ps-mule-plot-string): Autoload doc fix.
5936
5937 * ps-bdf.el: XEmacs compatibility. Doc fix.
5938 (installation-directory, coding-system-for-read): Declare vars if
5939 it's not declared yet.
5940 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
5941
5942 * ps-mule.el: XEmacs compatibility. Doc fix.
5943 (leading-code-private-22): Declare var if it's not declared yet.
5944 (charset-bytes, charset-dimension, charset-id, charset-width)
5945 (find-charset-region, split-char, char-width, chars-in-region)
5946 (forward-point, decompose-composite-char, encode-coding-string)
5947 (coding-system-p, ccl-execute-on-string, define-ccl-program):
5948 Define funs if not defined yet.
5949 (encode-composition-rule, find-composition): Define funs if not
5950 loaded yet.
5951 (ps-mule-prologue): PostScript code fix.
5952
5953 2001-04-02 Kenichi Handa <handa@etl.go.jp>
5954
5955 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
5956 non-nil, generate font for the header strings.
5957 (ps-mule-prepare-font): Likewise.
5958 (ps-mule-generate-glyphs): Likewise.
5959 (ps-mule-string-encoding): Likewise.
5960 (ps-mule-header-charsets): New variable.
5961 (ps-mule-encode-header-string): New function.
5962 (ps-mule-header-string-charsets): New function.
5963 (ps-mule-begin-job): Check charsets in the header strings. If there
5964 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
5965
5966 * ps-print.el (ps-generate-header-line): Encode the header string by
5967 ps-mule-encode-header-string.
5968 (ps-mule-encode-header-string): Declare autoload.
5969
5970 2001-04-02 Gerd Moellmann <gerd@gnu.org>
5971
5972 * frame.el (cursor-in-non-selected-windows):
5973 Replaces show-cursor-in-non-selected-windows.
5974
5975 2001-03-31 Kenichi Handa <handa@etl.go.jp>
5976
5977 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5978 Delete entries for "chinese-py" and "chinese-ziranma".
5979 (quail-misc-package-ext-info): New variable.
5980 (tsang-quick-converter): New function.
5981 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
5982 (quick-cns-converter, py-converter, ziranma-converter)
5983 (miscdic-convert, batch-miscdic-convert): New functions.
5984
5985 2001-03-30 Kenichi Handa <handa@etl.go.jp>
5986
5987 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
5988 eight-bit-control chars.
5989
5990 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5991 Reduce making temporary vector (suggested by Dave Love).
5992
5993 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5994
5995 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
5996 string as well.
5997
5998 2001-03-30 Andreas Schwab <schwab@suse.de>
5999
6000 * files.el (backup-directory-alist): Fix typo.
6001
6002 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6003
6004 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6005 <eggert@twinsun.com>.
6006
6007 2001-03-30 Dave Love <fx@gnu.org>
6008
6009 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6010
6011 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6012
6013 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6014
6015 2001-03-30 Miles Bader <miles@gnu.org>
6016
6017 * subr.el (interactive-form): Fix paren typo.
6018
6019 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6020
6021 * emacs-lisp/profile.el: Say that it's obsolete in the header
6022 line, so that finder.el puts that into its data-base.
6023 Suggested by Alex Schroeder <alex@gnu.org>.
6024
6025 2001-03-29 Paul Eggert <eggert@twinsun.com>
6026
6027 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6028 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6029
6030 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6031
6032 * generic.el (generic-mode-set-comments): Use "" rather than nil
6033 for comment-end.
6034
6035 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6036
6037 * emacs-lisp/advice.el (ad-make-advised-definition):
6038 Call interactive-form to obtain the interactive spec of subrs.
6039
6040 * subr.el (interactive-form): New function.
6041
6042 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6043
6044 * vc-sccs.el (vc-sccs-register): Use relative file names.
6045
6046 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6047
6048 * bookmark.el (bookmark-get-bookmark): Handle case that
6049 BOOKMARK is not a string.
6050
6051 * image.el (image-type-regexps): Change type for PS files
6052 to `postscript'.
6053
6054 * subr.el (read-passwd): Clear command history after each
6055 character entered. From: Stephen Gildea
6056 <gildea@stop.mail-abuse.org>.
6057
6058 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6059
6060 * international/kkc.el (kkc-save-init-file): Locally bind
6061 print-length to nil.
6062
6063 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6064
6065 * textmodes/flyspell.el: Some doc fixes.
6066 (flyspell-maybe-correct-transposition)
6067 (flyspell-maybe-correct-doubling): Use a temporary buffer
6068
6069 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6070
6071 * emacs-lisp/byte-opt.el (byte-optimize-while)
6072 (byte-optimize-form-code-walker): Diagnose too few arguments
6073 for `if' and `while'.
6074
6075 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6076
6077 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6078 Prepend `\' to "\<quail-translation-docstring>".
6079
6080 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6081
6082 * autorevert.el (global-auto-revert-non-file-buffers):
6083 Remove duplicate defcustom.
6084
6085 2001-03-26 Miles Bader <miles@gnu.org>
6086
6087 * international/latin1-disp.el (latin1-char-displayable-p):
6088 Add leading "-" for X font pattern.
6089
6090 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6091
6092 * international/mule-diag.el (describe-coding-system):
6093 For raw-text and emacs-mule, don't add anymore text about what
6094 charsets they can encode.
6095
6096 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6097
6098 * help.el (view-lossage): Mention open-dribble-file in the doc
6099 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6100
6101 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6102
6103 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6104 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6105
6106 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6107
6108 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6109 Call ccl-execute-on-string directly so that CCL program handling
6110 multibyte sequence can work correctly.
6111 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6112 property of the coding system.
6113
6114 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6115
6116 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6117 Fix transcription typo.
6118
6119 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6120
6121 * whitespace.el: Add buffer local variables to toggle testing of
6122 whitespaces in buffers without affecting the default values.
6123 Bump version to 3.0 to account for a few other changes.
6124 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6125 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6126 (whitespace-toggle-spacetab-check): New functions.
6127
6128 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6129
6130 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6131
6132 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6133
6134 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6135 bs-cycle-configuration-name. From Juanma Barranquero
6136 <lektu@uol.com.br>.
6137
6138 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6139 and cc-vars.el.
6140
6141 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6142 headers. Always invoke sendmail with option -t.
6143
6144 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6145
6146 * Release of cc-mode 5.28.
6147
6148 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6149
6150 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6151 Removed the hardcoded switch to "java" style in Java mode.
6152 It's instead taken care of by the default value for c-default-style.
6153
6154 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6155
6156 * cc-align.el (c-lineup-math): Fix bug where lineup was
6157 triggered by equal signs in string literals.
6158
6159 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6160
6161 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6162 limit detection when at the ends of the buffer.
6163
6164 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6165 "for" statement clause in case 7F; a better one is done
6166 earlier in case 7D anyway.
6167
6168 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6169
6170 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6171 somewhat more and did a small optimization.
6172
6173 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6174
6175 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6176 Use the limit argument only to limit the syntactic context
6177 search, not to limit the actual movement.
6178
6179 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6180 inside multiline strings, just like in comments. Also various
6181 fixes to the paragraph and comment prefix recognition, block
6182 comment ender handling etc.
6183
6184 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6185
6186 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6187 the relative position of the point.
6188
6189 * cc-cmds.el (c-electric-continued-statement): New function to
6190 use as abbrev hook to reindent for keywords such as "else"
6191 that continues an earlier statement.
6192
6193 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6194 like classes.
6195
6196 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6197 (pike-mode): Populate the default abbrev tables to reindent for
6198 keywords such as "else" that can continue earlier statements.
6199 Abbrev mode is therefore turned on by default now. (Note that
6200 this doesn't apply to idl-mode, since IDL afaik doesn't have
6201 statements at all.)
6202
6203 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6204
6205 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6206 bracelists where the declaration contains template arguments.
6207
6208 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6209
6210 * cc-cmds.el (c-comment-indent):
6211 Use `c-get-syntactic-indentation' to correctly calculate the
6212 syntactic indentation. Fixes bug with lineup functions that
6213 return vectors.
6214
6215 * cc-engine.el (c-get-syntactic-indentation): Split the
6216 indentation sum calculation from `c-indent-line' to a separate
6217 function.
6218
6219 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6220
6221 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6222 Fixed places where it was assumed that preprocessor directives
6223 have to start in column zero.
6224
6225 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6226 template arguments after a class identifier properly.
6227
6228 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6229 lists for `new Foo[]' constructs in Java as expressions and
6230 not top level definition brace lists on the top level, so that
6231 they'll get indented consistently with the same type of
6232 expression in a normal block.
6233
6234 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6235
6236 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6237 whether the adaptive filling package fails to keep the comment
6238 prefix is now kludged further to check for filladapt-mode
6239 which doesn't have that problem. This is really icky, but it's
6240 the only way that works with the current misfeatures/bugs in
6241 both adaptive-fill-mode and filladapt-mode.
6242
6243 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6244 around point is recognized more robust.
6245
6246 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6247
6248 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6249 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6250 (c-lit-type): Fixed all internal variables used dynamically so
6251 that they are always bound.
6252
6253 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6254 errors:
6255
6256 (c-indent-region): Fixed reporting of syntactic errors so that
6257 the region is fully reindented even when an error occurs.
6258 The last syntactic error is printed afterwards. Also cleanup up a
6259 whole lot of code that tried to optimize indentation of whole
6260 sexps but in reality accomplishes nothing.
6261
6262 (c-indent-sexp): Use c-indent-region.
6263
6264 (c-parsing-error): Changed this variable to hold the message
6265 for any syntactic error that is discovered.
6266
6267 (c-parse-state): Search backward from point instead of the bod
6268 position when the latter is invalid. This makes CC Mode
6269 recover faster when there are unbalanced close braces.
6270
6271 (c-backward-to-start-of-if): Use c-parsing-error to report
6272 dangling "else" clauses instead of throwing an error, and fall
6273 back to a reasonable position.
6274
6275 (c-indent-line): Added argument to avoid reporting syntactic errors.
6276
6277 (c-show-syntactic-information): Don't report any syntactic errors.
6278
6279 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6280
6281 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6282 paragraph recognition when moving by sentence in literals.
6283
6284 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6285 start regexp for javadoc to recognize javadoc markup in general instead
6286 of a specific set of keywords, to be more future-safe.
6287
6288 (c-Pike-pikedoc-paragraph-start)
6289 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6290 pikedoc markup.
6291
6292 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6293
6294 (pike-mode): Initialize paragraph settings pikedoc recognition.
6295
6296 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6297
6298 (c-comment-prefix-regexp): Made it possible to use an
6299 association list on this to specify mode specific regexps.
6300 The default value now use a special regexp in Pike mode to
6301 recognize pikedoc markup.
6302
6303 (c-current-comment-prefix): New variable containing the actual
6304 regexp from c-comment-prefix-regexp for the current buffer.
6305
6306 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6307
6308 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6309 lists: We can't look at the syntax, since a brace list can get
6310 recognized as a plain statement-cont.
6311
6312 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6313 special brace list opener broken over two lines got recognized
6314 as a statement on the second line. Case 9A changed.
6315
6316 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6317
6318 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6319 adjustment after line is reindented.
6320
6321 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6322
6323 * cc-defs.el (c-point): Added optional argument for position
6324 to use instead of the current point.
6325
6326 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6327 the in-expression block symbols when the construct starts at
6328 boi, to avoid the extra level of indentation in that case.
6329 Cases 4, 16A and 17E affected.
6330
6331 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6332
6333 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6334 calls to `c-indent-line', to adhere better to Emacs conventions.
6335
6336 * cc-engine.el (c-indent-line): Use the syntax already bound
6337 to `c-syntactic-context', if there is any.
6338
6339 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6340
6341 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6342 wasn't added up correctly when a lineup function returned nil.
6343
6344 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6345
6346 * cc-engine.el (c-collect-line-comments): Fixed bug where
6347 empty lines were ignored when collecting line comments backwards.
6348
6349 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6350
6351 * cc-align.el (c-lineup-dont-change): Return an absolute
6352 indentation column to work correctly in the case when several
6353 syntactic elements are processed for the same line.
6354
6355 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6356 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6357 (c-set-offset): Added absolute indentation column settings by
6358 using the vector type.
6359
6360 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6361
6362 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6363 Implemented two new cleanups `space-before-funcall' and
6364 `compact-empty-funcall'.
6365
6366 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6367
6368 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6369 helping building regexps.
6370
6371 * cc-engine.el (c-on-identifier): New function for detecting
6372 identifiers. It takes keywords into account.
6373
6374 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6375 lists. `c-keywords' is set to a regexp matching all keywords
6376 in the current language.
6377
6378 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6379
6380 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6381 list of characters to skip backwards over at the beginning of
6382 a statement, since it can precede string literals in Pike.
6383
6384 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6385
6386 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6387 recognition when standing on the last line in a C++ comment
6388 with nothing but whitespace after the prefix.
6389
6390 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6391 given no limit argument.
6392
6393 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6394
6395 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6396 recognition for the `[]= operator symbol in Pike.
6397
6398 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6399
6400 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6401 around a bug in `eval-when-compile' in the byte compiler.
6402
6403 * cc-engine.el (c-forward-token-1): Fixed bug with return
6404 value when count is zero and there's no token start within the limit.
6405
6406 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6407 "prefix comments", i.e. comments which are followed by code on
6408 the same line.
6409
6410 * cc-mode-19.el: Fixes so that checks that must be done at
6411 compile time also are done then.
6412
6413 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6414
6415 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6416 time and at runtime, and only when it's needed.
6417
6418 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6419
6420 Major cleanup for less error prone and more warning free
6421 compilation, including some fixes for bugs due to different
6422 compilation orders. Thanks to Martin Buchholz for providing
6423 the basis for all this.
6424
6425 * cc-bytecomp.el: New file that provides some byte compilation
6426 features: It ensures that files always are loaded from the
6427 current source directory during compilation, and it provides a
6428 set of macros to turn off specific compiler warnings for
6429 specific symbols. (It's not CC Mode specific in any way.)
6430
6431 Fixed a nearly acyclic dependency tree (both runtime and
6432 compile-time) between all files.
6433
6434 * cc-defs.el: Separated all macros before the inline functions,
6435 to ensure correct compilation.
6436
6437 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6438 cc-defs.el to cc-engine.el and made it a function instead.
6439
6440 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6441 about char-after.
6442
6443 * cc-vars.el: Cope even when there isn't a custom package
6444 containing defcustom available.
6445
6446 * cc-make.el: Removed since it's no longer necessary.
6447
6448 README: Updated installation instructions.
6449
6450 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6451
6452 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6453 improve the modularity: Moved all mode init stuff from
6454 cc-langs.el to cc-mode.el, including the keymap
6455 initialization; cc-langs now only contains the various
6456 variables for configuring the language syntax.
6457
6458 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6459 (c-get-offset): Moved from cc-styles to cc-engine since file
6460 dependency analysis suggests they belong there (which also
6461 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6462
6463 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6464
6465 * cc-cmds.el (c-fn-region-is-active-p): New function that
6466 wraps the corresponding macro, for use in places that aren't
6467 compiled. Thanks to Martin Buchholz for pointing out this.
6468
6469 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6470
6471 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6472 add things to the bug report.
6473
6474 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6475
6476 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6477 returned prefix could contain a newline when the search for a
6478 good prefix line failed.
6479
6480 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6481
6482 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6483 (c-toggle-auto-hungry-state): Made the argument optional, as
6484 the documentation says it is.
6485
6486 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6487
6488 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6489 multiline string syntax, #"...", as a cpp macro.
6490
6491 2001-03-21 Paul Eggert <eggert@twinsun.com>
6492
6493 * international/mule-cmds.el (set-locale-environment):
6494 Set system-messages-locale and system-time-locale, but only if the
6495 caller specifies a non-nil locale name.
6496
6497 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6498
6499 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6500 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6501
6502 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6503
6504 * follow.el (follow-avoid-tail-recenter): Doc fix.
6505
6506 * custom.el (custom-set-variables): Avoid reversing the list
6507 of args needlessly.
6508
6509 * startup.el (fancy-splash-head): Don't change the colors of the
6510 XPM image on a dark background.
6511
6512 * comint.el (comint-exec-1): Set columns of the terminal to
6513 window-width instead of frame-width.
6514
6515 * info.el (Info-scroll-down): Add missing WINDOW arg for
6516 pos-visible-in-window-p.
6517
6518 * ehelp.el (electric-help-mode-hook): Add defcustom.
6519
6520 * mail/sendmail.el (mail-mode): Activate case-folding in
6521 font-lock-defaults.
6522
6523 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6524
6525 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6526 (completion-ignored-extensions): Remove duplicate ".class".
6527
6528 2001-03-19 Andreas Schwab <schwab@suse.de>
6529
6530 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6531 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6532
6533 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6534
6535 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6536 methods since there are not prefix input methods.
6537
6538 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6539
6540 * international/mule-cmds.el (read-input-method-name):
6541 Locally bind enable-recursive-minibuffers to t.
6542
6543 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6544
6545 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6546
6547 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6548
6549 * ediff-util.el: Copyright years.
6550 (ediff-choose-syntax-table): New function.
6551 (ediff-setup): Use ediff-choose-syntax-table.
6552
6553 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6554 with-syntax-table.
6555
6556 * ediff.el: Date of last update, copyright years.
6557
6558 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6559
6560 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6561 of Scott Bronson.
6562 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6563 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6564 Deleted functions.
6565 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6566 ex-token-list.
6567
6568 * viper-util.el: Spaces, indentation.
6569
6570 * viper.el: Changed version, modification time.
6571
6572 2001-03-16 John Wiegley <johnw@gnu.org>
6573
6574 * calendar/timeclock.el (timeclock-workday-remaining):
6575 Check whether `discrep' is non-null before using it.
6576
6577 2001-03-16 John Wiegley <johnw@gnu.org>
6578
6579 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6580 first-time checkins.
6581 (timeclock-log-data): Fixed problem with reading timelog log file.
6582 Resulting data in the "day list" was incorrect.
6583 (timeclock-find-discrep): Check if `timeclock-file' is readable
6584 before opening it.
6585 (timeclock-time-less-p): New function.
6586 (timeclock-day-base): New function.
6587 (timeclock-geometric-mean): New function.
6588 (timeclock-generate-report): Generate a summary report based on
6589 the contents of the log file. This uses `timeclock-log-data', and
6590 is an example of writing a timelog manipulation function.
6591 (timeclock-visit-timelog): A quick command for opening the timelog
6592 file.
6593 (timeclock-log-data): Bound the variable event.
6594
6595 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6596
6597 * international/mule-cmds.el (select-safe-coding-system):
6598 Fix typo: symbol-name -> symbol-value.
6599
6600 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6601 before substitute-in-file-name to handle double slashes in FILE
6602 correctly.
6603
6604 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6605
6606 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6607 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6608
6609 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6610
6611 * bindings.el (features): Add `md5' and `overlay' to the list.
6612
6613 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6614 bound before using it. It's not bound when configured without X,
6615 for instance.
6616
6617 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6618
6619 * progmodes/hideshow.el: Update copyright.
6620 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6621 (hs-minor-mode-hook): Include `:version' in defcustom form.
6622
6623 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6624
6625 * help.el (string-key-binding): Don't call event-start on
6626 a non-list.
6627
6628 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
6629
6630 * startup.el (fancy-splash-tail, command-line-1): Fix the
6631 copyright year.
6632
6633 2001-03-13 Kenichi Handa <handa@etl.go.jp>
6634
6635 * term.el: These changes are based on a patch sent from Yong Lu
6636 <lyongu@yahoo.com>.
6637 (term-set-escape-char): Bind M-x to execute-extended-command in
6638 term-raw-escape-map.
6639 (term-move-columns): Don't try to move to negagive column.
6640 (term-emulate-terminal): Insert a string before deleting a text to
6641 overwrite.
6642
6643 2001-03-12 Gerd Moellmann <gerd@gnu.org>
6644
6645 * play/life.el (life): Rearrange code so that all calls to
6646 life-display-generation are in a catch-form.
6647
6648 * progmodes/etags.el (tags-loop-continue): Don't change point in a
6649 file that isn't interesting. In an interesting file, push the old
6650 value of point on the mark ring.
6651
6652 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
6653 New function.
6654 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
6655 Use it.
6656
6657 * emacs-lisp/autoload.el (generate-file-autoloads):
6658 Remove warning about line lengths.
6659
6660 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6661
6662 * progmodes/etags.el (tags-compression-info-list): New variable.
6663 (find-tag-in-order): Use it to deal with compressed source files.
6664 (tag-file-name-match-p): New function.
6665 (etags-recognize-tags-table): Use it for better match of file names.
6666
6667 2001-03-12 Kenichi Handa <handa@etl.go.jp>
6668
6669 * international/mule-cmds.el (register-input-method): Doc fix.
6670
6671 * international/quail.el (quail-translate-key): Fix condition to
6672 check if there's another breaking point in the current key.
6673
6674 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
6675
6676 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
6677 Babyl header to the newly-created output file, bind
6678 coding-system-for-write to either rmail-file-coding-system or
6679 emacs-mule-unix.
6680
6681 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
6682
6683 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
6684 Fix the name and regexp used for subsubsections.
6685
6686 2001-03-10 Dave Love <fx@gnu.org>
6687
6688 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
6689 and save-buffer if buffer-file-name non-nil. From rms.
6690
6691 2001-03-10 Andre Spiegel <spiegel@gnu.org>
6692
6693 * vc.el (vc-do-command): If the destination buffer is already
6694 current, don't set it up and don't erase it. Updated doc string
6695 to reflect that.
6696 (vc-version-diff): When doing a single file diff, don't switch to the
6697 *vc-diff* buffer before the command. This is to preserve local
6698 variable bindings that might affect the diff command.
6699 (vc-print-log): Don't switch to the *vc* buffer before the
6700 command, so that local variable bindings are preserved.
6701
6702 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6703 not the current buffer.
6704 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
6705
6706 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6707 make output go to buffer *vc*, not the current buffer.
6708
6709 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
6710
6711 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
6712 so ^, $, *, ? and + are interpreted correctly.
6713
6714 2001-03-09 Gerd Moellmann <gerd@gnu.org>
6715
6716 * help.el (string-key-binding): Renamed from
6717 mode-line-key-binding. Handle any event on a string.
6718 Check for `keymap' properties as well as `local-map' properties.
6719
6720 * comint.el (comint-insert-clicked-input): Use the last key
6721 from this-command-keys to lookup the global key definition.
6722
6723 2001-03-09 Kenichi Handa <handa@etl.go.jp>
6724
6725 * international/characters.el: Add category `j' for
6726 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
6727
6728 * international/mule-conf.el (no-conversion): Fix docstring.
6729 (raw-text): Fix docstring.
6730
6731 2001-03-08 Gerd Moellmann <gerd@gnu.org>
6732
6733 * simple.el (choose-completion-string): When not leaving the
6734 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
6735 is set.
6736
6737 * window.el (shrink-window-if-larger-than-buffer): Handle frame
6738 parameter `(minibuffer . t)'.
6739
6740 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6741
6742 * progmodes/sh-script.el (sh-st-symbol): New symbol.
6743 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
6744 (sh-mode): Remove `make-local-variable' for unused var
6745 `font-lock-unfontify-region-function'.
6746
6747 2001-03-07 Richard M. Stallman <rms@gnu.org>
6748
6749 * info.el (Info-scroll-down): Fix previous change.
6750
6751 * mail/rmail.el (rmail-toggle-header): Use a window which
6752 is showing the Rmail buffer, rather than the selected window.
6753
6754 2001-03-07 Dave Love <fx@gnu.org>
6755
6756 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
6757 now, to avoid problems with binding imenu directly to a mouse event.
6758
6759 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6760
6761 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
6762 second arg t.
6763
6764 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6765
6766 * log-edit.el (log-edit-common-indent): New var.
6767 (log-edit-set-common-indentation): Renamed from
6768 log-edit-delete-common-indentation. Use the new var.
6769 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
6770
6771 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
6772 (cvs-mode-add-change-log-entry-other-window):
6773 Don't presume change-log-default-name is defined.
6774
6775 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
6776
6777 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
6778 the "tree" operation as well.
6779
6780 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
6781
6782 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
6783 to match paragraph-start.
6784
6785 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
6786 comment-start-skip and set comment-end-skip as well.
6787 (sgml-comment-indent): Fix for new value of comment-start-skip.
6788 (html-autoview-mode): Don't bother using make-local-hook.
6789
6790 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6791
6792 * cus-edit.el (custom-save-delete): Move in front of local
6793 variables, otherwise long Custom entries would make them ineffective.
6794
6795 * uniquify.el: Set maintainer to FSF.
6796
6797 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
6798
6799 * dired-aux.el (dired-do-shell-command): Doc fix.
6800
6801 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
6802
6803 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
6804
6805 * which-func.el (which-func-modes): Add cperl-mode.
6806 (which-func-mode-global): Use define-minor-mode.
6807
6808 * info-look.el: Docstring fixes and dead code eliminated.
6809 (cperl-mode): Add support.
6810 (emacs-lisp-mode): List all entries from elisp manual, whether
6811 or not they are currently (f)bound or not. Update regexp.
6812
6813 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
6814
6815 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
6816 so that C-h m shows the correct information.
6817 Use make-local-variable rather than make-variable-buffer-local.
6818 (cperl-info-buffer, cperl-setup-tmp-buf):
6819 Use make-local-variable rather than make-variable-buffer-local.
6820 (cperl-msb-fix, cperl-get-help-defer):
6821 Check major-mode for `cperl-mode' as well.
6822
6823 * progmodes/cperl-mode.el: Updated to author version 4.23.
6824 (cperl-electric-pod): SYNOPSIS was misspelled.
6825 (cperl-find-pods-heres): @if ? a : b was considered a REx.
6826 (cperl-after-expr-p): Make true after __END__.
6827
6828 2001-03-06 Gerd Moellmann <gerd@gnu.org>
6829
6830 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6831 bookmark-completion-ignore-case is t.
6832
6833 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
6834 switch, like xterm, and concat resource strings, with a newline
6835 between them.
6836
6837 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
6838
6839 * international/codepage.el (cp770-decode-table)
6840 (cp773-decode-table, cp774-decode-table): New variables.
6841
6842 * man.el (Man-hyphenated-reference-regexp): New variable.
6843 (Man-build-references-alist): Use it to search for referenced
6844 manpages. If hyphenated is non-nil, record a concatenated word in
6845 Man-refpages-alist only if it matches Man-reference-regexp.
6846 Update word's length when it is concatenated. Reverse the list,
6847 to get the first manpage at the head.
6848 (Man-possibly-hyphenated-word): New function.
6849 (Man-follow-manual-reference): Use it instead of current-word to
6850 find a manpage at point, in a way that accounts for hyphenated
6851 references.
6852
6853 2001-03-06 Alex Schroeder <alex@gnu.org>
6854
6855 * sql.el (sql-interbase): New function.
6856 (sql-interbase-program): New option.
6857 (sql-interbase-options): New option.
6858 And some typos fixed: "customise" to "customize".
6859
6860 2001-03-06 Dave Love <fx@gnu.org>
6861
6862 * textmodes/flyspell.el (flyspell-region):
6863 Set up flyspell-local-mouse-map.
6864
6865 2001-03-05 Richard M. Stallman <rms@gnu.org>
6866
6867 * mail/rmail.el (rmail-retry-failure):
6868 Don't call rmail-beginning-of-message.
6869 Don't discard From: field. Do discard Received: field.
6870 Use unwind-protect to re-prune.
6871 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
6872
6873 2001-03-06 Kenichi Handa <handa@etl.go.jp>
6874
6875 * international/quail.el (quail-title): Add autoload cookie.
6876
6877 2001-03-05 Dave Love <fx@gnu.org>
6878
6879 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
6880 new defs.
6881
6882 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6883
6884 * language/ethio-util.el (ethio-toggle-space):
6885 Update current-input-method-title if necessary.
6886 (ethio-toggle-punctuation): Likewise.
6887
6888 * international/quail.el (quail-title): Fix for the case that a
6889 title of an input method is specified by a list of the same form
6890 as used in mode-line-format.
6891
6892 * international/mule-cmds.el (activate-input-method):
6893 If current-input-method-title is set by activating INPUT-METHOD,
6894 respect that value.
6895
6896 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6897
6898 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
6899
6900 2001-03-05 Alex Schroeder <alex@gnu.org>
6901
6902 * sql.el (sql-sybase): Fix typo (was: query user about server two
6903 times instead of server and database).
6904
6905 * sql.el (sql-sybase): Doc change.
6906 (sql-mysql): Doc change.
6907 (sql-postgres): Doc change.
6908
6909 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6910
6911 * international/mule-conf.el (emacs-mule, raw-text):
6912 Docstring modified.
6913
6914 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6915
6916 * term/internal.el: Update copyright notice.
6917
6918 * term/pc-win.el: Update copyright notice.
6919
6920 2001-03-02 Dave Love <fx@gnu.org>
6921
6922 * files.el (insert-file-contents-literally):
6923 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
6924 not jka-compr-compression-info-list.
6925
6926 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
6927
6928 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
6929 spaces in default comment-start-skip settings rather than \s-.
6930
6931 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
6932
6933 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
6934 default-frame-alist as well.
6935
6936 2001-03-01 Dave Love <fx@gnu.org>
6937
6938 * textmodes/reftex.el (defvar): Wrap some defvars in
6939 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
6940
6941 * subr.el (event-basic-type): Doc fix.
6942
6943 * international/quail.el: Doc fixes.
6944
6945 * international/utf-8.el: Doc fixes.
6946
6947 * international/mule-cmds.el: Doc fixes.
6948 (leim-list-header): Fix header text.
6949
6950 * international/mule.el (coding-system-category): Doc fix.
6951
6952 * international/ccl.el (ccl-compile): Doc fix.
6953
6954 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
6955
6956 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
6957 rather than (before|after)-change-functions.
6958
6959 2001-03-01 Gerd Moellmann <gerd@gnu.org>
6960
6961 * ediff-util.el (ediff-scroll-horizontally): Arrange for
6962 scroll-left and scroll-right being called interactively so that
6963 they set the window's min_hscroll.
6964
6965 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
6966
6967 * info.el (info-insert-file-contents-1): Accept an additional
6968 argument `lfn': if it is non-nil, concatenate `filename' and
6969 `suffix'; otherwise use the complicated MS-DOS code.
6970 All callers changed.
6971 (info-insert-file-contents, Info-find-node): If the MS-DOS port
6972 can access long file names, try the long file-name version of
6973 `info-insert-file-contents-1', then the short file-name version.
6974
6975 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
6976
6977 * language/ethio-util.el (setup-ethiopic-environment-internal):
6978 Change bindings of functions keys to conform to "Emacs Lisp Coding
6979 Convention".
6980
6981 * language/ethiopic.el ("Ethiopic"): Add documentation.
6982
6983 2001-02-28 Kenichi Handa <handa@etl.go.jp>
6984
6985 * international/utf-8.el (mule-utf-8): Set coding-category
6986 property to coding-category-utf-8.
6987
6988 2001-02-27 Richard M. Stallman <rms@gnu.org>
6989
6990 * lpr.el (lpr-page-header-switches, print-region-1):
6991 Undo 2000-07-06 change.
6992 (lpr-add-switches): Default to t on gnu/linux.
6993
6994 2001-02-27 Gerd Moellmann <gerd@gnu.org>
6995
6996 * bs.el (bs-attributes-list): Doc fix.
6997
6998 2001-02-26 Gerd Moellmann <gerd@gnu.org>
6999
7000 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7001
7002 * help.el (view-order-manuals): Use goto-address.
7003
7004 * startup.el (command-line-1): Add info about ordering manuals
7005 to the not so fancy splash screens.
7006
7007 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7008
7009 * vc.el (vc-default-workfile-unchanged-p)
7010 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7011
7012 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7013
7014 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7015 fontify in the right buffer.
7016
7017 * allout.el (outline-flag-region): Move macro in front of first
7018 use to avoid a run-time error.
7019
7020 2001-02-24 Andrew Innes <andrewi@gnu.org>
7021
7022 * makefile.w32-in: Fix copyright notice.
7023
7024 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7025
7026 * international/utf-8.el (mule-utf-8): Set correct value for
7027 valid-codes property.
7028
7029 * international/fontset.el (x-complement-fontset-spec): In the
7030 case that we use ASCII font for the other charsets, use only
7031 family and registry part of it.
7032
7033 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7034
7035 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7036 (shrink-window-if-larger-than-buffer): Doc fix.
7037
7038 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7039
7040 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7041 predicate passed to completing-read.
7042
7043 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7044
7045 * startup.el (command-line): Fix last change.
7046
7047 2001-02-23 Jason Rumney <jasonr@gnu.org>
7048
7049 * startup.el (tool-bar-originally-present): New variable.
7050 (command-line): Set it if the tool-bar is switched on at startup.
7051
7052 * frame.el (frame-notice-user-settings): Only adjust frame height
7053 for no tool-bar case if tool-bar was originally switched on.
7054 From E. Jay Berkenbilt.
7055
7056 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7057
7058 * server.el (server-switch-buffer): Only switch window if the
7059 current one is dedicated.
7060
7061 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7062 rather than using (match-beginning 0) when searching for break point.
7063
7064 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7065
7066 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7067 @ follows an accent command such as @'. Support optional braces
7068 in commands that insert accents, like makeinfo does.
7069
7070 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7071
7072 * startup.el (fancy-splash-text): Add a line for ordering
7073 manuals. Reverse order of splash screens shown.
7074 (use-fancy-splash-screens-p): Adapt to the text line added.
7075
7076 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7077 manuals from the FSF.
7078
7079 * help.el (view-order-manuals): New function.
7080 (toplevel): Bind C-h C-m to this function.
7081
7082 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7083
7084 * newcomment.el (comment-forward): Skip the comment-start before
7085 searching for the comment-end.
7086
7087 2001-02-21 Dave Love <fx@gnu.org>
7088
7089 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7090
7091 * international/mule-cmds.el, international/mule.el: Doc fixes.
7092
7093 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7094
7095 * startup.el (fancy-splash-screens): Use display-hourglass
7096 instead of display-busy-cursor.
7097
7098 * frame.el (display-hourglass): Renamed from busy-cursor.
7099 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7100 (show-cursor-in-non-selected-windows): Doc fix.
7101
7102 2001-02-20 Dave Love <fx@gnu.org>
7103
7104 * international/utf-8.el: Doc and commentary fixes.
7105
7106 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7107
7108 * ehelp.el (with-electric-help): Doc fix.
7109
7110 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7111
7112 * msb.el (msb-mode): Call the update-buffers function explicitly
7113 with a FORCE argument.
7114
7115 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7116 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7117 returns nil.
7118
7119 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7120
7121 * ps-print.el: Timestamp package replacement. Some enhancements.
7122 Some XEmacs compatibility. Doc fix.
7123 (ps-print-version): New version number (6.4).
7124 (ps-printer-name): Initialization fix.
7125 (ps-zebra-stripe-follow): Funcionality enhancement.
7126 (ps-prologue-file): Code enhancement.
7127 (ps-right-header): Timestamp package replacement.
7128 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7129 (ps-get-page-dimensions)
7130 (ps-generate-header, ps-begin-file, ps-begin-job)
7131 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7132 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7133 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7134 (coding-system-for-write): Var declaration (XEmacs compatibility).
7135
7136 2001-02-20 Miles Bader <miles@gnu.org>
7137
7138 * image-file.el (image-file-name-extensions): Add "tif".
7139
7140 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7141
7142 * wid-edit.el (widget-button-click): Save the selected window
7143 around the code handling clicks on buttons.
7144
7145 2001-02-18 Dave Love <fx@gnu.org>
7146
7147 * imenu.el (imenu--generic-function): Use mapc to iterate over
7148 syntax characters.
7149
7150 2001-02-17 Richard M. Stallman <rms@gnu.org>
7151
7152 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7153
7154 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7155
7156 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7157
7158 * mouse.el (mouse-save-then-kill): If the distance from the new
7159 point to the mark is equal to the distance of point from the new
7160 point, move point instead of the mark.
7161
7162 2001-02-16 Dave Love <fx@gnu.org>
7163
7164 * textmodes/flyspell.el (flyspell-get-word): Return string without
7165 properties.
7166
7167 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7168
7169 * generic.el (generic-find-file-regexp): Doc fix.
7170 (generic-ignore-files-regexp): New defcustom.
7171 (generic-mode-find-file-hook): If the file's name matches the
7172 regexp in `generic-ignore-files-regexp', don't enter
7173 default-generic-mode. Doc fix.
7174
7175 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7176
7177 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7178 Add autoload cookies.
7179
7180 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7181 of cal-tex-24.
7182
7183 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7184
7185 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7186
7187 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7188 the character class after the (optional) drive, to support file
7189 names with embedded blanks.
7190
7191 2001-02-15 Sam Steingold <sds@gnu.org>
7192
7193 * textmodes/tex-mode.el (tex-shell-running):
7194 Check the process buffer too.
7195
7196 2001-02-15 Dave Love <fx@gnu.org>
7197
7198 * battery.el (battery-status-function): Fix doc, :type.
7199
7200 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7201
7202 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7203
7204 * subr.el (read-passwd): Clear Lisp memory holding password.
7205
7206 2001-02-15 Miles Bader <miles@gnu.org>
7207
7208 * info.el (Info-copy-current-node-name): New function.
7209 (Info-mode-menu): Add it to the menu.
7210
7211 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7212
7213 * international/mule-cmds.el (toggle-input-method): Doc fix.
7214
7215 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7216
7217 * replace.el (occur): Stop at end of buffer.
7218
7219 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7220
7221 * international/mule-cmds.el (set-input-method): Another doc fix.
7222
7223 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7224
7225 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7226
7227 2001-02-13 Miles Bader <miles@gnu.org>
7228
7229 * faces.el (set-face-background, set-face-foreground)
7230 (set-face-stipple): Treat a value of nil as being `unspecified'.
7231
7232 2001-02-12 Dave Love <d.love@dl.ac.uk>
7233
7234 * international/latin1-disp.el: Doc fixes.
7235 (latin1-display) <defgroup>: Add :link.
7236 (latin1-display) <function>: Set variable latin1-display.
7237
7238 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7239
7240 * international/mule-cmds.el (set-input-method): Doc fix.
7241
7242 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7243
7244 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7245 (speedbar-line-file): Return nil if not a file.
7246 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7247
7248 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7249
7250 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7251 for remote files.
7252 (ediff-coding-system-for-read): Replaced the no-conversion default
7253 with raw-text.
7254
7255 * ediff-init.el: Removed :version from defcustom vars.
7256
7257 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7258 Better handling of the diff mode.
7259
7260 * ediff.texi: Added ediff-coding-system-for-read.
7261
7262 * viper.texi: Fix typos.
7263
7264 2001-02-11 Dave Love <fx@gnu.org>
7265
7266 * shadowfile.el: Doc fixes.
7267 (shadow) <defgroup>: Add :link.
7268 (shadowfile-unload-hook): New function.
7269 (shadow-initialize): Use defalias, not fset.
7270 (shadow-define-cluster, shadow-define-literal-group)
7271 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7272
7273 * international/mule.el: Doc and message fixes.
7274
7275 * international/ccl.el (define-ccl-program): Doc fix.
7276
7277 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7278
7279 * faces.el (mode-line): Set :line-width property to -1.
7280
7281 2001-02-10 Richard M. Stallman <rms@gnu.org>
7282
7283 * complete.el (partial-completion-mode): Doc fix.
7284
7285 * simple.el (delete-key-deletes-forward-mode):
7286 Change `let' to `let*' to fix gross bug in last change.
7287
7288 * repeat.el (repeat): Don't let execute-kbd-macro alter
7289 real-last-command.
7290
7291 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7292
7293 * simple.el (eval-expression): Doc fix.
7294
7295 2001-02-09 Dave Love <fx@gnu.org>
7296
7297 * imenu.el (imenu-generic-expression): Doc fix.
7298
7299 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7300 From Juanma Barranquero.
7301
7302 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7303
7304 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7305
7306 * faces.el (set-face-attribute): Describe the case of a negative
7307 value specified for :line-width.
7308
7309 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7310
7311 * which-func.el (which-func-mode): Invert which-func-mode-global.
7312 From Juanma Barranquero <lektu@uol.com.br>.
7313
7314 2001-02-08 Dave Love <fx@gnu.org>
7315
7316 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7317 widget-plist-value-type.
7318 (widget-alist-convert-widget): Replace binding of
7319 widget-alist-value-type.
7320
7321 * textmodes/paragraphs.el (sentence-end): Doc fix.
7322
7323 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7324 Remove `backward-line'.
7325
7326 * play/pong.el (pong-blank-color, pong-bat-color)
7327 (pong-ball-color, pong-border-color, pong-left-key)
7328 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7329 (pong-pause-key, pong-resume-key, pong-timer-delay):
7330 * mail/mh-comp.el (mh-compose-letter-function):
7331 * eshell/esh-mode.el (eshell-skip-prompt-function):
7332 * emulation/viper-ex.el (ex-unix-type-shell-options):
7333 * recentf.el (recentf-menu-filter):
7334 * ps-print.el (ps-print-region-function):
7335 * lpr.el (print-region-function):
7336 * forms.el (forms-mode-hooks):
7337 * dirtrack.el (dirtrack-directory-change-hook):
7338 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7339 * textmodes/spell.el (spell-filter):
7340 * textmodes/fill.el (adaptive-fill-function):
7341 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7342 * progmodes/etags.el (find-tag-default-function):
7343 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7344 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7345
7346 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7347
7348 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7349 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7350 Meyering <jim@meyering.net>.
7351
7352 * loadup.el: Revert last change.
7353
7354 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7355
7356 * international/mule.el (transform-make-coding-system-args):
7357 Make it work also for coding systems not using CCL.
7358
7359 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7360
7361 * simple.el (previous-matching-history-element)
7362 (next-matching-history-element): Doc fix.
7363
7364 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7365 specific part.
7366
7367 2001-02-06 Dave Love <fx@gnu.org>
7368
7369 * add-log.el (add-log-current-defun-function)
7370 (add-log-buffer-file-name-function, add-log-file-name-function):
7371 Fix :type.
7372 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7373
7374 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7375
7376 * info.el (info-initialize): Remove the test for system-type when
7377 invocation-directory is non-nil.
7378
7379 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7380 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7381
7382 2001-02-06 Andrew Innes <andrewi@gnu.org>
7383
7384 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7385 absolute.
7386
7387 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7388
7389 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7390 buffers. When hi-lock turned on rather than only checking current
7391 buffer for regexps, all buffers are checked. Moved activation of
7392 font-lock to hi-lock-refontify. When font-lock turned off rather
7393 than removing added highlighting just in current buffer, remove it
7394 in all buffers. Changed edit menu text from "Automatic
7395 Highlighting" to "Regexp Highlighting" Documentation for
7396 highlighting phrases, minor documentation changes.
7397 (hi-lock-set-file-patterns): Execute only if there are new or
7398 existing file patterns.
7399 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7400 unfontify and, if a support mode is active, will not refontify the
7401 whole buffer. If necessary, turn on font lock. (Removed
7402 font-lock-unfontify and font-lock support-mode-specific calls,
7403 such as lazy-lock-fontify-window.)
7404 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7405 patterns are found. Not useful now since find-file-hook is removed
7406 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7407 (hi-lock-face-phrase-buffer): New function. Also added related
7408 menu item and keybinding.
7409 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7410 (hi-lock-process-phrase): New function.
7411 (hi-lock-line-face-buffer): Doc fixes.
7412 (hi-lock-face-buffer): Doc fixes.
7413 (hi-lock-unface-buffer): Doc fixes.
7414
7415 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7416
7417 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7418 dabbrev-ignored-regexps.
7419
7420 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7421
7422 * simple.el (kill-line): Doc fix.
7423
7424 2001-02-05 Dave Love <fx@gnu.org>
7425
7426 * loadup.el: Revert last two changes -- bootstrapping works with
7427 regenerated loaddefs.
7428
7429 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7430
7431 * isearch.el (isearch-forward): Doc fix.
7432
7433 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7434 of font-lock-defaults to backward-paragraph.
7435
7436 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7437
7438 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7439 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7440
7441 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7442
7443 * ebnf2ps.el: Eliminate time-stamp functions.
7444 (ebnf-version): New version (3.5).
7445 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7446 format-time-string.
7447
7448 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7449
7450 * simple.el (next-line): Goto end-of-line before inserting a newline.
7451
7452 2001-02-05 Miles Bader <miles@gnu.org>
7453
7454 * image-file.el (insert-image-file): When visiting an image, also
7455 set `truncate-lines' to t so that any fringe arrow looks correct.
7456
7457 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7458
7459 * isearch.el (isearch-forward): Add description about input method
7460 in the docsting.
7461
7462 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7463
7464 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7465
7466 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7467
7468 * info.el (info-initialize): If installation-directory is nil, for
7469 DOS/Windows systems try looking in a sibling of invocation-directory.
7470
7471 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7472
7473 * wid-edit.el (widget-button-click): Fix last change.
7474
7475 * frame.el (frame-notice-user-settings): When resizing the initial
7476 frame because the tool bar is off, also change the frame's top
7477 position if a negative top position was specified.
7478
7479 2001-02-02 Miles Bader <miles@gnu.org>
7480
7481 * image-file.el (insert-image-file): When visiting an image,
7482 suppress the cursor in the image buffer.
7483
7484 2001-02-01 Dave Love <fx@gnu.org>
7485
7486 * progmodes/f90.el (f90-mode): Remove startup message.
7487
7488 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7489
7490 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7491
7492 * startup.el (command-line): Fix code determining whether or not
7493 to use delete-key-deletes-forward-mode.
7494
7495 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7496
7497 * vc.el (vc-diff-switches): New user option.
7498 (vc-version-diff): Use it.
7499 (vc-diff-switches-list): New macro.
7500
7501 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7502 New customization options.
7503 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7504
7505 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7506
7507 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7508
7509 * msb.el (toplevel): Quote hook symbols.
7510
7511 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7512
7513 * international/mule.el (make-coding-system): Add description
7514 about recognized properties in the docstring.
7515
7516 * international/mule-conf.el: Remove unused charsets
7517 mac-roman-lower and mac-roman-upper.
7518
7519 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7520
7521 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7522 is in front of the left-margin, if any.
7523
7524 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7525 like `delete'.
7526
7527 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7528
7529 * term/w32-win.el (mouse-set-font): Doc fix.
7530
7531 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7532
7533 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7534 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7535 on already.
7536
7537 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7538
7539 * files.el (save-buffer): Don't give message if (buffer-file-name)
7540 returns nil.
7541
7542 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7543
7544 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7545
7546 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7547 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7548
7549 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7550 display problems.
7551
7552 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7553
7554 * international/mule.el (charset-info): Fix docstring.
7555
7556 * international/mule-diag.el (describe-character-set): Check final
7557 char valid before printing it.
7558
7559 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7560
7561 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7562
7563 * frame.el (frame-notice-user-settings): Do the tool-bar
7564 stuff only for graphical displays. Fix a braino.
7565
7566 * frame.el (frame-initialize): Create initial frame visible.
7567 (frame-notice-user-settings): When tool-bar has been switched off,
7568 correct the frame size and sync tool-bar-mode.
7569
7570 * startup.el (command-line): Remove manipulation of frame
7571 height for tool bars.
7572
7573 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7574
7575 * lpr.el: Compatibility with XEmacs and doc fixes.
7576 (lpr-windows-system, lpr-lp-system): New vars.
7577 (lpr-printer-switch): New defcustom.
7578 (printer-name, lpr-command): Customization fix.
7579 (print-region-1): Code fix.
7580 (print-region-new-buffer, printify-region): Indentation fix.
7581 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7582 New functions.
7583
7584 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7585
7586 * msb.el (toplevel): Fix the eval-after-load.
7587
7588 2001-01-29 Dave Love <fx@gnu.org>
7589
7590 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7591
7592 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7593
7594 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7595 (tcl-using-emacs-19-23): Consider Emacs 21+.
7596 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7597 (tcl-add-emacs-menu): Supply menu name.
7598 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7599
7600 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7601
7602 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7603
7604 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7605
7606 * pcvs.el (cvs-mark-fis-dead): New function.
7607 (cvs-mode-add): Use it.
7608 (cvs-mode-add-change-log-entry-other-window):
7609 Rebind change-log-default-name to itself rather than to nil.
7610
7611 2001-01-29 Sam Steingold <sds@gnu.org>
7612
7613 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7614 `autoload' statements.
7615
7616 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7617
7618 * files.el (confirm-kill-emacs): Doc fix.
7619
7620 * frame.el (frame-initialize): Doc fix.
7621
7622 * time-stamp.el (time-stamp-string): Doc fix.
7623
7624 * woman.el (WoMan-log-1): Make the log buffer writable.
7625 From Markus Rost <rost@math.ohio-state.edu>.
7626
7627 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7628
7629 * imenu.el (imenu-syntax-alist): Add autoload cookie for
7630 the `make-variable-buffer-local'.
7631
7632 2001-01-29 Dave Love <fx@gnu.org>
7633
7634 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7635 (ansi-color-for-comint-mode-on, ansi-color-process-output):
7636 Add autoload cookie.
7637 (ansi-color-apply-sequence): Fix typo.
7638
7639 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7640
7641 * menu-bar.el (menu-bar-files-menu): Add menu items for
7642 Postscript printing in black and white.
7643
7644 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
7645 X-Mailman-Version, Precedence, List-Help, List-Post,
7646 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
7647 Content-Type, Content-Length.
7648
7649 2001-01-29 Dave Love <fx@gnu.org>
7650
7651 * elide-head.el (elide-head): Make overlay evaporate.
7652
7653 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
7654
7655 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
7656
7657 * isearch.el (isearch-highlight): Don't punt if the display
7658 doesn't support colors, since isearch faces are defined for
7659 monochrome displays as well.
7660
7661 2001-01-27 Sam Steingold <sds@gnu.org>
7662
7663 * shell.el (shell-write-history-on-exit): Make sure that we are in
7664 the shell buffer (M-x tex-file RET inserted the error message into
7665 the TeX buffer).
7666
7667 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7668
7669 * simple.el (transient-mark-mode): Doc fix.
7670
7671 2001-01-27 Gerd Moellmann <gerd@gnu.org>
7672
7673 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
7674
7675 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7676
7677 * shell.el (shell-unquote-argument): If the shell is one of the
7678 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
7679 quote character.
7680 (shell-dumb-shell-regexp): Document that the shells which match
7681 this regexp are supposed to not treat a backslash as a quote character.
7682
7683 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
7684 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
7685
7686 2001-01-27 Richard M. Stallman <rms@gnu.org>
7687
7688 * dabbrev.el (dabbrev--substitute-expansion):
7689 Treat a one-capital-letter abbrev as "not all upper case",
7690 so as to force preservation of the expansion's pattern
7691 if the expansion starts with a capital letter.
7692
7693 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7694
7695 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
7696 Doc fix.
7697
7698 * simple.el (transient-mark-mode): Document the fact that many
7699 commands act on the region when mark is active.
7700
7701 2001-01-27 Kenichi Handa <handa@etl.go.jp>
7702
7703 * international/quail.el (quail-setup-completion-buf): Make the
7704 multibyteness of current buffer inherited to Quail completion buffer.
7705 (quail-show-guidance-buf): Make the multibyteness of current
7706 buffer inherited to Quail guidance buffer.
7707 (quail-help): Make the multibyteness of current buffer inherited
7708 to Quail help buffer.
7709
7710 2001-01-26 Dave Love <fx@gnu.org>
7711
7712 * time-stamp.el: Doc fixes.
7713
7714 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
7715 (delphi-keyword-face, delphi-other-face): Fix :type.
7716
7717 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
7718
7719 * mail/feedmail.el (feedmail): Add :link.
7720 (feedmail-send-it): Doc fix.
7721
7722 * mail/sendmail.el: Doc fixes.
7723 (sendmail-send-it): Fix the non-ASCII regexp and use
7724 rfc2047-encode-string.
7725
7726 * dired.el, dired-aux.el: Revert last change.
7727
7728 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7729
7730 * makefile.w32-in (DONTCOMPILE): Add various term files.
7731
7732 2001-01-26 Dave Love <fx@gnu.org>
7733
7734 * Makefile.in (DONTCOMPILE): Add various term files.
7735
7736 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7737
7738 * man.el (Man-default-man-entry, Man-mode): Doc fix.
7739
7740 * startup.el (display-startup-echo-area-message): Make sure
7741 the echo area is resized to fit the size of the startup message.
7742
7743 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
7744 part of which is a constant.
7745
7746 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7747
7748 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
7749
7750 2001-01-26 Richard M. Stallman <rms@gnu.org>
7751
7752 * simple.el (next-line): Don't let `newline' expand abbrevs.
7753 Simplify slightly.
7754 (open-line): Don't let `newline' expand abbrevs.
7755
7756 2001-01-25 John Wiegley <johnw@gnu.org>
7757
7758 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
7759 to `repeat' in the :type field.
7760
7761 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
7762 allow a choice of regexp or nil.
7763 (pcomplete-dir-ignore): Same.
7764
7765 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
7766 a command) to always fail.
7767
7768 2001-01-25 Gerd Moellmann <gerd@gnu.org>
7769
7770 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
7771 discard the result.
7772 (iswitchb-to-end): Likewise.
7773
7774 2001-01-25 Sam Steingold <sds@gnu.org>
7775
7776 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
7777 Require vc.
7778
7779 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
7780
7781 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
7782
7783 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
7784
7785 2001-01-25 Dave Love <fx@gnu.org>
7786
7787 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
7788 (describe-coding-system): Tweak the English text.
7789
7790 * loadup.el: Preload international/ccl for utf-8.
7791
7792 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
7793
7794 * mail/rmail.el (rmail-redecode-body): Doc fix.
7795
7796 2001-01-25 Kenichi Handa <handa@etl.go.jp>
7797
7798 * international/mule-cmds.el (reset-language-environment):
7799 Reset coding-category-utf-8 to mule-utf-8.
7800
7801 * international/mule-conf.el (coding-category-utf-8):
7802 Initialize to mule-utf-8.
7803
7804 * loadup.el: Preload international/utf-8.
7805
7806 * international/utf-8.el: New file.
7807
7808 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
7809
7810 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
7811
7812 2001-01-24 Sam Steingold <sds@gnu.org>
7813
7814 * dired.el (dired-replace-in-string): Removed.
7815 (dired-sort-toggle): Use `replace-regexps-in-string'
7816 instead of `dired-replace-in-string'.
7817
7818 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
7819 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
7820
7821 * gs.el (gs-replace-in-string): Removed.
7822 (gs-options): Use `replace-regexps-in-string'
7823 instead of `gs-replace-in-string'.
7824
7825 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
7826
7827 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
7828 bug report is mailed to an email list and posted to a news group.
7829
7830 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7831
7832 * comint.el (comint-replace-by-expanded-history-before-point):
7833 Fix change of 2000-08-03 to move point to the start of the line again.
7834
7835 * startup.el (tool-bar-images-pixel-height): New variable.
7836 (command-line): After loading the user's init file, when
7837 tool-bar-mode is on, increase the frame's size by some lines for
7838 the tool-bar.
7839
7840 * frame.el (frame-initialize): Create the initial frame invisible.
7841
7842 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
7843
7844 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
7845 (chinese-big5): MIME:Big5.
7846
7847 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7848
7849 * international/mule-cmds.el (universal-coding-system-argument):
7850 Handle commands with prefix args.
7851
7852 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7853
7854 * calendar/diary-lib.el (diary-float): Fix case of MONTH
7855 being a list of numbers.
7856 (diary-mail-entries): Rewritten.
7857
7858 2001-01-23 Dave Love <fx@gnu.org>
7859
7860 * international/mule.el (make-coding-system): Fix typo.
7861
7862 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
7863 Add backward-paragraph as font-lock-beginning-of-syntax-function.
7864
7865 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
7866
7867 * font-lock.el (font-lock-mode): Doc fix.
7868
7869 2001-01-23 Kenichi Handa <handa@etl.go.jp>
7870
7871 * international/mule.el (make-translation-table): Fix docstring.
7872
7873 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
7874
7875 * mail/rmail.el (rmail-redecode-body): New function.
7876
7877 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
7878
7879 2001-01-22 Gerd Moellmann <gerd@gnu.org>
7880
7881 * isearch.el (isearch-lazy-highlight-case-fold-search)
7882 (isearch-lazy-highlight-regexp): New variables.
7883 (isearch-lazy-highlight-cleanup): Update lazy highlight if
7884 case-fold search or regexp search has been toggled.
7885
7886 * wid-edit.el (widget-button-click): Avoid a save-excursion
7887 around running a global binding.
7888
7889 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
7890 to 0.25.
7891
7892 2001-01-20 Miles Bader <miles@gnu.org>
7893
7894 * cus-edit.el (custom-face-save): Do post-processing on the face's
7895 new value like `custom-face-set' does.
7896
7897 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7898
7899 * mail/emacsbug.el (report-emacs-bug): Report the value of
7900 LC_CTYPE, not LC_TYPE.
7901
7902 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
7903 isearch-toggle-regexp and isearch-edit-string to doc string.
7904
7905 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7906
7907 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
7908 as font-lock-beginning-of-syntax-function in font-lock-defaults.
7909
7910 * jit-lock.el (jit-lock-fontify-now): Don't bind
7911 font-lock-beginning-of-syntax-function to nil.
7912
7913 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7914
7915 * mail/emacsbug.el (report-emacs-bug): Report values of
7916 locale-coding-system, default-enable-multibyte-characters, and the
7917 environment variables LC_ALL, LC_TYPE, and LANG.
7918
7919 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7920
7921 * font-lock.el (font-lock-default-fontify-region): Fix last change.
7922
7923 * font-lock.el (font-lock-multiline): Default to nil.
7924 (font-lock-default-fontify-region): If font-lock-multiline is
7925 nil, don't check the property `font-lock-multiline'.
7926
7927 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
7928 is nil, don't check the `font-lock-multiline' text property.
7929
7930 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7931
7932 * viper.el: Call initial-major-mode on startup.
7933
7934 * ediff.el (ediff-patch-file): Use better defaults.
7935
7936 * ediff-vers.el: Fix for 8+3 DOS file systems.
7937
7938 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
7939
7940 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
7941 diff mode, if available.
7942
7943 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7944
7945 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
7946
7947 * ediff-init.el (subst-char-in-string): Define and use it, unless
7948 it's already defined.
7949
7950 2001-01-18 Gerd Moellmann <gerd@gnu.org>
7951
7952 * tooltip.el (tooltip-hide-delay): New user-option.
7953 (tooltip-show): Use tooltip-hide-delay instead of the default.
7954
7955 2001-01-18 Kenichi Handa <handa@etl.go.jp>
7956
7957 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
7958 kill-local-variable doesn't work for enable-multibyte-characters.
7959
7960 2001-01-17 Dave Love <fx@gnu.org>
7961
7962 * ediff-init.el (ediff-before-setup-hook)
7963 (ediff-merge-filename-prefix): Add :version.
7964
7965 * international/latin1-disp.el: Require disp-table.
7966 (latin1-display): Fix :set.
7967
7968 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
7969
7970 2001-01-17 Gerd Moellmann <gerd@gnu.org>
7971
7972 * isearch.el (isearch-lazy-highlight-initial-delay)
7973 (isearch-lazy-highlight-interval): Default to 0.
7974
7975 2001-01-17 Bob Glickstein <bobg@zanshin.com>
7976
7977 * isearch.el (isearch-highlight): Set isearch-overlay priority to
7978 1 here rather than each time through
7979 isearch-lazy-highlight-new-loop.
7980 (isearch-lazy-highlight-max): Variable deleted.
7981 (isearch-lazy-highlight-max-at-a-time): New user variable, like
7982 isearch-lazy-highlight-max but controls a single invocation of
7983 isearch-lazy-highlight-update.
7984 (isearch-lazy-highlight-wrapped): Variable recreated.
7985 (isearch-lazy-highlight-window-start): New variable.
7986 (isearch-lazy-highlight-cleanup): Restored to behavior of
7987 before 2-Jan.
7988 (isearch-lazy-highlight-remove-overlays): Function deleted;
7989 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
7990 behavior removed.
7991 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
7992 isearch-lazy-highlight-update in a loop rather than just once.
7993 Test isearch-invalid-regexp here and decide not to start a new
7994 loop, rather than testing it each time through
7995 isearch-lazy-highlight-update.
7996 (isearch-lazy-highlight-search): Function restored.
7997 (isearch-lazy-highlight-update): Get called in a timer loop again,
7998 but this time highlight more than one match each time through.
7999 Only highlight matches in the visible part of the window.
8000 Start at point, move in the direction of the search, and wrap around at
8001 the edge of the window. Use sit-for to force redisplay and ensure
8002 window-start is credible. "Face suppressing" behavior removed;
8003 overlay priorities should make it unnecessary, right?
8004 (isearch-highlight): Face suppressing behavior removed.
8005 (isearch-dehighlight): Face suppressing behavior removed.
8006 (isearch-set-lazy-highlight-faces-at): Removed.
8007
8008 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8009
8010 * language/european.el ("Latin-1"): Make the format of description
8011 about additional language environments same as that of Latin-2.
8012
8013 2001-01-16 Dave Love <fx@gnu.org>
8014
8015 * isearch.el (isearch-lazy-highlight): Add :version.
8016
8017 * simple.el (backward-delete-char-untabify-method)
8018 (next-line-add-newlines): Add :version.
8019
8020 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8021
8022 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8023 Don't bind <delete> otherwise.
8024
8025 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8026 and <delete> via function-key-map.
8027
8028 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8029 Subject line only if point is after the `Subject:'.
8030
8031 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8032
8033 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8034 japanese-jisx0213-2 in `charset' property of this lang. env.
8035
8036 * language/european.el ("Latin-1"): Add description for Dutch and
8037 Spanish lang. env.
8038
8039 * international/mule.el (decode-char): Fix conditions.
8040 (encode-char): Handle eight-bit-control too.
8041 (transform-make-coding-system-args): New function.
8042 (make-coding-system): Accept XEmacs style arguments for CCL base
8043 coding system.
8044
8045 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8046
8047 * progmodes/etags.el (find-tag-noselect): Save the value of
8048 tags-file-name before switching buffers, for the case it has a
8049 buffer-local value.
8050
8051 2001-01-15 Alex Schroeder <alex@gnu.org>
8052
8053 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8054 From Dave Love <fx@gnu.org>.
8055 (ansi-color-for-comint-mode): Fix :version.
8056
8057 2001-01-15 Alex Schroeder <alex@gnu.org>
8058
8059 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8060
8061 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8062
8063 * dired.el (dired-insert-directory): If file-system-info fails,
8064 remove the " free " part, but don't signal an error.
8065
8066 2001-01-12 Sam Steingold <sds@gnu.org>
8067
8068 * bookmark.el (bookmark-maybe-historicize-string):
8069 Use new backquote syntax.
8070
8071 2001-01-12 Richard M. Stallman <rms@gnu.org>
8072
8073 * subr.el (last): Handle a list that doesn't end in nil.
8074
8075 2001-01-12 Sam Steingold <sds@gnu.org>
8076
8077 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8078 to `backward-delete-char-untabify'.
8079
8080 2001-01-12 Dave Love <fx@gnu.org>
8081
8082 * cus-edit.el (customize-menu-create): Fix the :filter following
8083 easymenu change.
8084
8085 * wid-edit.el (function): Add :match-alternatives.
8086 (widget-color-action): Doc fix.
8087
8088 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8089
8090 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8091
8092 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8093
8094 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8095
8096 * international/ccl.el (define-ccl-program): Fix docstring.
8097
8098 2001-01-11 Dave Love <fx@gnu.org>
8099
8100 * international/mule-cmds.el (standard-display-european-internal):
8101 Set display table for 2208 as for 160.
8102
8103 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8104
8105 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8106 entry for custom-menu-create change.
8107 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8108 don't cons it in the search loop.
8109
8110 * imenu.el (imenu--truncate-items): Revert last change.
8111
8112 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8113
8114 * info.el (Info-setup-header-line): If the node header includes
8115 either Next: or Prev: links, don't show the File: and Node: parts
8116 in the header line.
8117
8118 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8119
8120 * comint.el (comint-goto-process-mark): Don't print a message
8121 when running in batch mode.
8122
8123 * isearch.el (isearch-search): In the condition-case handler for
8124 `error', set isearch-invalid-regexp to the whole error message.
8125
8126 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8127 ensure that eval-after-load works for files dumped with Emacs.
8128
8129 * help.el (load-symbol-file-load-history): New function extracted
8130 from function symbol-file.
8131 (symbol-file): Use it.
8132
8133 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8134
8135 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8136
8137 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8138 behave as if there were no prefix argument.
8139 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8140 argument were nil.
8141
8142 2001-01-11 Richard M. Stallman <rms@gnu.org>
8143
8144 * isearch.el (isearch-lazy-highlight-update):
8145 Don't look for more potential matches once maximum is exceeded.
8146 Use overlays-in to check correctly for overlap with current match.
8147 Ignore empty matches.
8148
8149 2001-01-11 Miles Bader <miles@gnu.org>
8150
8151 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8152 (ispell-overlay-window, ispell-help, ispell-show-choices)
8153 (ispell-command-loop): Use it instead of `window-height'.
8154
8155 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8156
8157 * files.el (confirm-kill-emacs): New user-option.
8158 (save-buffers-kill-emacs): Ask for final confirmation before
8159 killing Emacs.
8160
8161 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8162 to nil.
8163
8164 2001-01-10 Dave Love <fx@gnu.org>
8165
8166 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8167
8168 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8169
8170 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8171
8172 * calculator.el (calculator-number-digits): Fix :type.
8173
8174 * vc-cvs.el (vc-cvs-header): Fix :type.
8175 * vc-rcs.el (vc-rcs-header): Fix :type.
8176 * vc-sccs.el (vc-sccs-header): Fix :type.
8177
8178 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8179
8180 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8181
8182 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8183
8184 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8185
8186 * simple.el (set-variable): Force a thorough redisplay for the
8187 case that the variable has an effect on the display, like
8188 `tab-width' has.
8189
8190 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8191
8192 * vc.el: Add documentation for backend interface.
8193
8194 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8195
8196 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8197
8198 * international/mule-conf.el (latin-extra-code-table): Set to t
8199 for \223 and \224.
8200
8201 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8202
8203 * international/mule-cmds.el (locale-language-names): Map "es" to
8204 "Spanish" and "nl" to "Dutch".
8205
8206 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8207
8208 * bindings.el (global-map): Bind <home> to beginning-of-line,
8209 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8210 C-<end> to end-of-buffer.
8211
8212 * language/european.el: Add Dutch and Spanish language info
8213 to be able to use the appropriate tutorials.
8214
8215 2001-01-09 Alex Schroeder <alex@gnu.org>
8216
8217 * ansi-color.el (ansi-color-process-output): Use markers instead
8218 of positions for start and end of region.
8219 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8220 Previously, occasional mistakes happend when fontifying many
8221 chunks of output (eg. ls --color=yes /dev). This happened
8222 whenever an overlay was created up to the end of the region, which
8223 coincided with the process-mark. New text would then be added
8224 within that overlay instead of after it.
8225 (ansi-color-make-extent): Overlays are created with the property
8226 `modification-hooks' set to '(ansi-color-freeze-overlay).
8227 (ansi-color-freeze-overlay): New function. When inserting text at
8228 the end of the overlay, the overlay will resize.
8229
8230 2000-01-09 Alex Schroeder <alex@gnu.org>
8231
8232 * ansi-color.el (ansi-color-process-output): Doc change.
8233 (ansi-color-unfontify-region): Doc change. No longer installed
8234 automatically in font-lock-unfontify-region-function.
8235 (ansi-color-apply): Doc change.
8236 (ansi-color-apply-on-region): Use extents or overlays instead of
8237 text-properties.
8238 (ansi-color-make-extent): New function.
8239 (ansi-color-set-extent-face): New function.
8240
8241 2000-01-09 Alex Schroeder <alex@gnu.org>
8242
8243 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8244 both use ansi-color-process-output, now.
8245 (ansi-color-process-output): Doesn't return string anymore. It is
8246 installed in comint-output-filter-functions for both Emacs and
8247 XEmacs, now.
8248 (ansi-color-unfontify-region): Simplified code removing variables
8249 pos and start-ansi.
8250 (ansi-color-apply): 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 (ansi-color-context-region): Doc change.
8254 (ansi-color-filter-region): Simplified code.
8255 (ansi-color-apply-on-region): Changed start to start-marker, using
8256 a marker explicitly. Put text-property ansi-color before putting
8257 text-property face because ansi-color-unfontify-region is called
8258 immediately after the call to put-text-property.
8259
8260 2000-01-09 Alex Schroeder <alex@gnu.org>
8261
8262 * ansi-color.el (ansi-color-faces-vector): Doc change.
8263 (ansi-color-for-comint-mode): Changed :type property to choice.
8264 (ansi-color-last-context): Removed.
8265 (ansi-color-process-output): Don't use ansi-color-last-context, as
8266 the main functions will store their context now.
8267 (ansi-color-context): Doc change.
8268 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8269 Uses ansi-color-context such that repeated calls will strip
8270 partial escape sequences, too.
8271 (ansi-color-apply): Simplified code. Colorize end of string if
8272 face is not null. Store context in new (FACE STRING) format, such
8273 that repeated calls will strip partial escape sequences, too.
8274 Append faces to face property using ansi-color-apply-sequence such
8275 that cumulative mode actually works.
8276 (ansi-color-context-region): New variable.
8277 (ansi-color-filter-region): Rewrote it based on
8278 ansi-color-apply-on-region. Uses ansi-color-context-region such
8279 that repeated calls will strip partial escape sequences, too.
8280 (ansi-color-apply-on-region): Simplified code. Colorize end of
8281 region if face is not null. Store context in new (FACE POS)
8282 format, such that repeated calls will strip partial escape
8283 sequences, too. Append faces to face property using
8284 ansi-color-apply-sequence such that cumulative mode actually works.
8285 (ansi-color-apply-sequence): New function.
8286 (ansi-color-get-face): When the default face is added to the list
8287 of faces, all previous settings are discarded and the list of
8288 faces is set to '(default).
8289
8290 2000-01-09 Alex Schroeder <alex@gnu.org>
8291
8292 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8293 face, such that ansi-color-apply and ansi-color-apply-on-region
8294 will do the right thing.
8295 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8296 returns nil, set the list of faces back to nil instead of
8297 appending the result of ansi-color-get-face to the front of the list.
8298
8299 2000-01-09 Alex Schroeder <alex@gnu.org>
8300
8301 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8302 (ansi-color-process): Doc change.
8303 (ansi-color-last-context): New buffer-local variable.
8304 (ansi-color-process-output): New function. It is automatically
8305 added to comint-output-filter-functions if this is XEmacs.
8306 (ansi-color-unfontify-region): New optional parameter for XEmacs
8307 compatibility. Check wether font-lock-syntactic-keywords is
8308 boundp before removing the syntax table text property, as XEmacs
8309 doesn't have it.
8310 (ansi-color-filter-region): Doc change.
8311 (ansi-color-apply-on-region): Doc change.
8312 (ansi-color-make-face): New function. Compatibility layer for
8313 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8314 (ansi-color-make-color-map): Use ansi-color-make-face.
8315 (ansi-color-get-face): Avoid face text property '(nil) as results
8316 in an errow for XEmacs.
8317
8318 2000-01-09 Alex Schroeder <alex@gnu.org>
8319
8320 * ansi-color.el (ansi-color-unfontify-region): New function.
8321 Uses text-property ansi-color in order to preserve fontification by
8322 ansi-color. When the package is loaded, a lambda expression is
8323 put onto font-lock-mode-hook. This lambda expression will check
8324 font-lock-unfontify-region-function and replace
8325 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8326 (ansi-color-apply): Add text-property ansi-color in addition to
8327 text-property face.
8328 (ansi-color-apply-on-region): Add text-property ansi-color in
8329 addition to text-property face.
8330 (save-buffer-state): Copy of the macro that is also used by
8331 lazy-lock and font-lock.
8332
8333 (ansi-color-for-comint-mode): New option.
8334 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8335 (ansi-color-for-comint-mode-off): Ditto.
8336 (ansi-color-for-comint-mode-filter): Ditto.
8337 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8338 decide what to do. This function is added to
8339 comint-preoutput-filter-functions when the package is loaded.
8340
8341 (ansi-color-for-shell-mode-set): Removed.
8342 (ansi-color-for-shell-mode): Removed.
8343
8344 2000-01-09 Alex Schroeder <alex@gnu.org>
8345
8346 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8347 the lambda expression from the ansi-color-for-shell-mode :set
8348 property. Additionally, modify shell-mode-hook to enable or
8349 disable font-lock-mode for future shell buffers.
8350 (ansi-color-for-shell-mode): The :set property calls
8351 ansi-color-for-shell-mode-set instead of a lambda expression.
8352
8353 2000-01-09 Alex Schroeder <alex@gnu.org>
8354
8355 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8356 (ansi-color-context): New variable.
8357 (ansi-color-apply): Save context between calls.
8358
8359 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8360
8361 * isearch.el (isearch, isearch-lazy-highlight-face):
8362 New definitions for face colors and attributes.
8363
8364 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8365 of display-mouse-p.
8366
8367 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8368
8369 * international/mule.el (make-coding-system): If the coding system
8370 accepts extra latin codes, register such codes as safe for the
8371 coding system.
8372
8373 2001-01-08 Richard M. Stallman <rms@gnu.org>
8374
8375 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8376 don't mention the file name or the date here, because they are
8377 logged at the start of the file.
8378
8379 2001-01-08 Richard M. Stallman <rms@gnu.org>
8380
8381 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8382 Change screen-width to frame-width.
8383
8384 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8385
8386 * info.el (Info-search): Print the default as part of the prompt.
8387
8388 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8389
8390 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8391 constant implementations in backends.
8392
8393 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8394 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8395
8396 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8397 WRITABLE to EDITABLE.
8398
8399 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8400 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8401 to EDITABLE.
8402
8403 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8404
8405 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8406 (copyright, copyright-update): Compute the current year at run time.
8407
8408 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8409
8410 * isearch.el (isearch-old-signal-hook): Removed.
8411 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8412 instead of setting signal-hook-function.
8413 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8414
8415 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8416
8417 * emulation/edt.el: Update to version 4.0. Provide support for
8418 EDT scroll margins at top and bottom of the window. Provide an
8419 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8420 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8421 user when file-related buffer modifications exist.
8422 Provide support for running EDT Emulation in XEmacs.
8423 Provide customize access to some user updatable variables.
8424 Add Commentary section to file header.
8425 Fixed a few minor bugs and cleaned up some code.
8426
8427 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8428 for detecting a keypress that generates an ASCII key sequence.
8429 (Previously, only a keypress that generates a vector was
8430 recognized.) Embed Window Manager name into name of the generated
8431 EDT Emulation initialization file since the initialization file is
8432 Window Manager specific. Add Commentary section to file header.
8433
8434 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8435
8436 * mail/sendmail.el (mail-mode): Doc fix.
8437
8438 * info.el (Info-goto-emacs-command-node): Doc fix.
8439 (Info-goto-emacs-key-command-node): Doc fix.
8440
8441 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8442
8443 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8444 systems without long file-name support.
8445
8446 2001-01-06 Andrew Innes <andrewi@gnu.org>
8447
8448 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8449
8450 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8451
8452 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8453 (isearch-lazy-highlight-update): Doc fix.
8454
8455 * ffap.el (ffap-bindings): Doc fix.
8456
8457 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8458
8459 2001-01-05 Dave Love <fx@gnu.org>
8460
8461 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8462
8463 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8464
8465 * mouse-drag.el (mouse-drag-safe-scroll):
8466 Bind scroll-preserve-screen-position to nil.
8467
8468 * isearch.el (isearch-old-signal-hook): New variable.
8469 (isearch-mode): Set signal-hook-function to isearch-done.
8470 (isearch-done): Restore old signal-hook-function.
8471
8472 * info.el (Info-fontify-node): Mark one more char as intangible.
8473
8474 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8475
8476 * composite.el (compose-last-chars): New argument COMPONENTS.
8477 If it is non-nil, compose preceding characters by compose-region with
8478 COMPONENTS.
8479
8480 * international/quail.el (quail-input-string-to-events): New function.
8481 (quail-input-method): Convert input string to events here.
8482 (quail-start-translation): Return input string, not event list.
8483 (quail-start-conversion): Likewise.
8484
8485 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8486
8487 * tooltip.el (tooltip-cancel-delayed-tip)
8488 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8489 and tooltip-add-timeout.
8490 (tooltip-show): Set border color from faces's foreground.
8491 (tooltip-show-help-function): If called with the same help string
8492 as last time, do nothing.
8493 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8494
8495 * startup.el (fancy-splash-screens): Don't bind show-help-function
8496 to nil.
8497
8498 * tooltip.el (tooltip-frame-parameters): Remove colors.
8499 (tooltip): New face
8500 (tooltip-set-param): New function.
8501 (tooltip-show): Set up color frame parameters from face `tooltip'.
8502 Display the tooltip text in face `tooltip'.
8503
8504 2001-01-04 Dave Love <fx@gnu.org>
8505
8506 * whitespace.el (whitespace-global-mode): Fix typo.
8507
8508 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8509
8510 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8511
8512 * help.el (help-for-help): Fix a typo in a doc string.
8513 From kwzh@gnu.org (Karl Heuer).
8514
8515 2001-01-03 Dave Love <fx@gnu.org>
8516
8517 * dired-x.el: Doc fixes. Maintainer change.
8518 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8519 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8520 (dired-guess-shell-alist-user): Customize.
8521 (dired-x-help-address): Set to bug-gnu-emacs.
8522 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8523 (dired-default-directory): Renamed from default-directory.
8524
8525 * hl-line.el (hl-line): Doc fix.
8526
8527 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8528
8529 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8530
8531 2001-01-02 Richard M. Stallman <rms@gnu.org>
8532
8533 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8534 to remove all the current alternative-match highlighting.
8535 If nil, remove only what's outside the current window.
8536 (isearch-lazy-highlight-remove-overlays): Take optional
8537 region within which NOT to remove them.
8538 (isearch-lazy-highlight-new-loop): Greatly simplified.
8539 (isearch-lazy-highlight-update): Find all the other occurrences
8540 visible in the window, in just one call.
8541 (isearch-lazy-highlight-start): Now holds start of region to scan.
8542 (isearch-lazy-highlight-end): Now holds end of region to scan.
8543 (isearch-lazy-highlight-wrapped): Variable deleted.
8544 (isearch-lazy-highlight-search): Function deleted.
8545
8546 2000-01-02 Andrew Innes <andrewi@gnu.org>
8547
8548 * w32-fns.el (convert-standard-filename): Do length check on name
8549 before aref.
8550
8551 2001-01-02 Dave Love <fx@gnu.org>
8552
8553 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8554 value.
8555 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8556
8557 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8558
8559 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8560 read syntax.
8561
8562 * calendar/todo-mode.el (todo): Add :link, :version.
8563 (todo-save-top-priorities): Remove autoload cookie.
8564 (todo-add-category, todo-add-item-non-interactively)
8565 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8566
8567 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8568
8569 * comint.el (comint-input-history-ignore): New variable.
8570 (comint-read-input-ring): Ignore entries matching
8571 comint-input-history-ignore.
8572
8573 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8574
8575 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8576 (lm-copyright-mark): New function.
8577 (lm-crack-copyright): New function.
8578 (lm-verify): Check that the file has a copyright.
8579 Check that the file is copyright Free Software Foundation.
8580
8581 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8582
8583 * international/mule-diag.el (print-fontset): Indent font name by
8584 24 columns, not 25.
8585
8586 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8587
8588 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8589 in Subject line.
8590
8591 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8592 Use mail-mode-hook instead of mail-setup-hook.
8593 Otherwise continuing an interrupted message with C-u C-x m for
8594 instance, winds up in Mail mode without abbrevs.
8595
8596 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8597
8598 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8599 non-nil. Adding almost all customization variables on ps-setup.
8600 Doc fix.
8601 (ps-print-version): New version number (6.3.3).
8602 (ps-end-with-control-d): Initialization fix.
8603 (ps-lines-printed): New var.
8604 (ps-skip-newline): New fun.
8605 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8606 (ps-next-line, ps-continue-line, ps-plot-region)
8607 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8608
8609 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8610
8611 * international/fontset.el (x-complement-fontset-spec):
8612 Resolve ASCII font name so that the same family name is used for fonts
8613 registered in x-font-name-charset-alist.
8614 (create-fontset-from-fontset-spec): Adjusted for the above change.
8615 The name of fontset alias should be a unresolved ASCII font name.
8616
8617 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8618
8619 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8620 and delete in isearch-mode-map.
8621
8622 2000-12-28 Richard M. Stallman <rms@gnu.org>
8623
8624 * dired-x.el (dired-guess-shell-alist-default):
8625 Use xpdf instead of acroread.
8626
8627 2000-12-28 Kenichi Handa <handa@etl.go.jp>
8628
8629 * textmodes/artist.el (artist-butlast): Deleted.
8630 (artist-ellipse-mirror-quadrant): Use butlast instead of
8631 artist-butlast.
8632
8633 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8634
8635 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8636
8637 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8638
8639 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8640
8641 * ls-lisp.el: Better support for the Mac and MS-Windows.
8642 (ls-lisp): New defgroup.
8643 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
8644 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
8645 (ls-lisp-support-shell-wildcards): New defcustoms.
8646 (ls-lisp-parse-symlink): New function.
8647 (insert-directory): Code to convert switches to a list and set up
8648 the wildcard argument copied from ls-lisp-insert-directory.
8649 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
8650 for -C and -R switches.
8651 (ls-lisp-column-format): New function.
8652 (ls-lisp-delete-matching, ls-lisp-handle-switches)
8653 (ls-lisp-format-time): Add doc strings.
8654 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
8655 Support ls-lisp-dirs-first.
8656 (ls-lisp-classify, ls-lisp-extension): New functions.
8657 (ls-lisp-format): Optionally support emulation of symlinks.
8658 Support -i, -s, and -G switches.
8659
8660 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8661
8662 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
8663
8664 * version.el (emacs-version): Print X scroll bar information.
8665
8666 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
8667 instead of x-toolkit-scroll-bars-p.
8668
8669 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
8670 of x-toolkit-scroll-bars-p.
8671
8672 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8673
8674 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
8675 (ffap-bindings): Doc fix, to reflect the above change.
8676
8677 2000-12-27 Kenichi Handa <handa@etl.go.jp>
8678
8679 * term.el (term-char-mode): Define all non-ascii self-inserting
8680 characters to 'term-send-raw in term-raw-map.
8681
8682 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
8683
8684 * viper-init (viper-restore-cursor-type): Added condition-case guard.
8685
8686 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
8687 Changed initialization; use add-hook.
8688 (ediff-file-remote-p): Use file-local-copy.
8689
8690 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
8691
8692 * ediff.el (ediff-patch-buffer): Bug fix.
8693 (ediff-revision): Allow selection of the file at the prompt.
8694
8695 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
8696
8697 * subr.el (combine-run-hooks): Remove.
8698
8699 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
8700 and remove the rogue second spec.
8701
8702 2000-12-23 Gerd Moellmann <gerd@gnu.org>
8703
8704 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
8705
8706 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
8707
8708 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
8709 Use minibuffer menu prompt for the `=' prefix.
8710 (smerge-command-prefix): Change default to C-^.
8711 (smerge-mode): Don't assume font-lock doesn't move point.
8712
8713 * skeleton.el (skeleton-internal-1): Make sure the first line of
8714 the region is also re-indented.
8715 (skeleton-end-newline): New var.
8716 (skeleton-end-hook): Use it.
8717
8718 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8719
8720 * comint.el (comint-password-prompt-regexp): Support CVS.
8721
8722 2000-12-22 Gerd Moellmann <gerd@gnu.org>
8723
8724 * simple.el (delete-key-deletes-forward-mode): Simplify.
8725 Also backspace key combinations, depending on
8726 delete-key-deletes-forward.
8727
8728 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
8729
8730 * simple.el (delete-key-deletes-forward): Doc fix.
8731
8732 2000-08-22 Emmanuel Briot <briot@gnat.com>
8733
8734 * xml.el (top level comment): Updated to reflect the fact that
8735 white spaces are relevant in the XML file.
8736 (xml-parse-file): Do not kill an existing Emacs buffer if the file
8737 to parse was already edited. This allows for on-the-fly analysis
8738 of XML files.
8739 (xml-parse-tag): Check that the casing is the same in the start
8740 tag and end tag, since XML is case-sensitive. Allows for spaces
8741 in the end tag, after the name of the tag.
8742 (xml-parse-attlist): Allow for the character '-' in the name of
8743 attributes, as in the standard http-equiv attribute Do not save
8744 the properties in the XML tree, since they are not relevant.
8745
8746 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
8747
8748 * generic.el (generic-read-type): Undo last change, inline into
8749 `generic-mode' and then remove.
8750 (generic-mode): Inline generic-read-type.
8751 (define-generic-mode): Push the symbol name rather than the symbol
8752 onto generic-mode-list.
8753
8754 2000-12-21 Gerd Moellmann <gerd@gnu.org>
8755
8756 * generic.el (generic-read-type): Build an alist for
8757 completing-read as in 20.7.
8758
8759 * play/landmark.el (lm): Use interactive spec `P'.
8760 (toplevel): Don't set debug-on-error.
8761
8762 * server.el (server-switch-buffer): Choose a window on a visible frame.
8763
8764 2000-12-21 Dave Pearson <davep@davep.org>
8765
8766 * quickurl.el: Commentry change, I've moved my web site.
8767
8768 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8769
8770 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
8771 ranges like \177-\237, but accepts the character sequence from \177 to
8772 \237. Doc fix.
8773 (ebnf-version): New version (3.4).
8774 (ebnf-setup): Code fix.
8775 (ebnf-range-regexp): New fun.
8776 (ebnf-8-bit-chars): Const fix.
8777
8778 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
8779 entry. Doc fix.
8780 (ebnf-bnf-lex): Code fix.
8781 (ebnf-bnf-comment-chars): Const fix.
8782
8783 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
8784 entry. Doc fix.
8785 (ebnf-iso-comment-chars): Const fix.
8786
8787 * ebnf-otz.el: Doc fix.
8788
8789 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
8790 entry. Doc fix.
8791 (ebnf-yac-skip-code): Code fix.
8792 (ebnf-yac-comment-chars): Const fix.
8793
8794 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8795
8796 * files.el (insert-directory-safely): New function.
8797 (recover-file): Use it instead of insert-directory.
8798 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8799
8800 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8801
8802 * international/mule-cmds.el (select-safe-coding-system):
8803 Check coding-category-list more rigidly. Improve help message.
8804
8805 * dired.el (dired-move-to-filename-regexp): Fix previous change.
8806
8807 2000-12-21 Miles Bader <miles@gnu.org>
8808
8809 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
8810
8811 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8812
8813 * international/mule-diag.el (describe-char-after): Make *Help*
8814 buffer inherit multibyteness of the current buffer.
8815
8816 * international/mule.el (make-char): Docstring adjusted for the
8817 change of make-char-internal.
8818
8819 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
8820
8821 * international/iso-cvt.el: Docstrings fix.
8822
8823 2000-12-20 Dave Love <fx@gnu.org>
8824
8825 * subr.el (eval-after-load): Doc fix.
8826
8827 2000-12-20 Kenichi Handa <handa@etl.go.jp>
8828
8829 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
8830 for numbers.
8831
8832 2000-12-20 Miles Bader <miles@gnu.org>
8833
8834 * international/quail.el (quail-help): Resize the help window
8835 again after it has all its contents. Remove unneeded progn.
8836
8837 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8838
8839 * pcmpl-linux.el: Fix copy/paste error.
8840
8841 2000-12-19 Andrew Innes <andrewi@gnu.org>
8842
8843 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
8844
8845 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
8846
8847 * progmodes/idlw-rinfo.el: Fixed copyright notice.
8848
8849 * progmodes/idlw-toolbar.el: Fixed copyright notice.
8850
8851 * progmodes/idlw-shell.el: Fixed copyright notice.
8852
8853 * progmodes/idlwave.el: Fixed copyright notice.
8854
8855 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
8856 TAB as key separators.
8857
8858 2000-12-19 Alex Schroeder <alex@gnu.org>
8859
8860 * sql.el (sql-sybase-options): New option.
8861 (sql-sybase): Use it. Add sql-database to the list of parameters
8862 provided for login. The options -w 2048 -n are not used any more.
8863 (sql-postgres-options): Changed default from "--pset" to "-P".
8864 (sql-mysql-options): Doc change.
8865 (sql-stop): Doc change.
8866
8867 2000-12-19 Kenichi Handa <handa@etl.go.jp>
8868
8869 * international/quail.el (quail-input-method): Always hide
8870 the guidance buffer on exiting.
8871
8872 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8873
8874 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
8875 isn't fboundp.
8876
8877 * server.el (server-buffer-done): Bury the buffer before
8878 killing it.
8879
8880 * faces.el (face-spec-set): Interpret a nil in specs for
8881 foreground and background colors as `unspecified', for
8882 compatibility with 20.x.
8883
8884 2000-12-18 Dave Love <fx@gnu.org>
8885
8886 * simple.el (mail-user-agent): Doc fix.
8887 (input-mode-8-bit): Removed.
8888
8889 * international/mule.el (set-keyboard-coding-system): Doc fix.
8890 (keyboard-coding-system): New option.
8891
8892 * mail/sendmail.el (send-mail-function): Customize.
8893
8894 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
8895
8896 * international/codepage.el (cp866-decode-table): New table.
8897
8898 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8899
8900 * version.el (emacs-version): Remove `%a' from the time format
8901 because the weekday doesn't fit well into each locale.
8902
8903 2000-12-18 Miles Bader <miles@gnu.org>
8904
8905 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
8906
8907 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
8908 Check that emacs-major-version is `=' to 20, not `>='.
8909 (artist-replace-chars): Use `make-string' instead of a loop.
8910
8911 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
8912
8913 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
8914 (cvs-execute-single-file): Don't change directory.
8915 Patch from Per Cederqvist.
8916
8917 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
8918
8919 * textmodes/ispell.el (check-ispell-version):
8920 If `ispell-program-name' is "aspell", pass it the -v switch instead
8921 of -vv.
8922
8923 2000-12-16 Kenichi Handa <handa@etl.go.jp>
8924
8925 * international/mule-diag.el (mule-diag): Insert information about
8926 configure options, multibyte awareness, language env.
8927
8928 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
8929 regexp to search for candidates.
8930
8931 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
8932
8933 * info.el (Info-forward-node): If the node has an
8934 Info-header-line, widen the buffer before searching for "next:"
8935 and "up:" pointers, and set the search limit to stay in the
8936 current node.
8937
8938 2000-12-16 Miles Bader <miles@gnu.org>
8939
8940 * simple.el (delete-trailing-whitespace): Remove extraneous let.
8941
8942 2000-12-15 Miles Bader <miles@gnu.org>
8943
8944 * comint.el (comint-send-string, comint-send-region): Also accept
8945 a buffer, buffer-name, or nil for PROCESS, for compatibility with
8946 process-send-string/region.
8947
8948 2000-12-15 Gerd Moellmann <gerd@gnu.org>
8949
8950 * isearch.el (isearch-lazy-highlight-max): New user-option.
8951 (isearch-lazy-highlight-update): Don't highlight more than
8952 isearch-lazy-highlight-max matches.
8953
8954 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
8955
8956 2000-12-15 Richard M. Stallman <rms@gnu.org>
8957
8958 * sort.el (sort-columns): Fix error message.
8959
8960 * dabbrev.el (dabbrev--last-case-pattern): Value is now
8961 `upcase' or `downcase' or nil.
8962 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
8963 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
8964 (dabbrev--substitute-expansion): New arg record-case-pattern.
8965 If it is non-nil, set dabbrev--last-case-pattern.
8966 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
8967
8968 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
8969
8970 2000-12-15 Miles Bader <miles@gnu.org>
8971
8972 * paths.el (Info-default-directory-list): Don't delete
8973 configure-info-directory from the list of standard info
8974 directories when appending it to the end -- their order is important.
8975
8976 * faces.el (read-face-attribute): If there's no entry for the
8977 user's input in VALID, just use it as-is (this will often result
8978 in an error, but it may be OK for e.g. colors using hexadecimal
8979 notation, and at least will yield a better error message).
8980
8981 * window.el (mode-line-window-height-fudge): Function removed.
8982 (height-affecting-face-attributes, mode-line-window-height-fudge):
8983 Variables removed.
8984 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
8985 window is really the right size. Use vertical-motion
8986 rather than forward-line.
8987 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
8988 (ispell-command-loop, ispell-show-choices): Use the variable
8989 ispell-choices-win-default-height, rather than the function.
8990 (ispell-choices-win-default-height): Function removed.
8991 (ispell-mode-line-window-height-fudge): Function removed.
8992
8993 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
8994
8995 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
8996
8997 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8998
8999 * paths.el (Info-default-directory-list):
9000 If configure-info-directory is not one of the standard directories,
9001 put it first in the list; otherwise put it last. Doc string
9002 changed accordingly.
9003
9004 * info.el (Info-directory-list): Change doc string to reflect the
9005 change in Info-default-directory-list.
9006
9007 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9008 windows-nt as windowed environments, even under -nw.
9009
9010 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9011 if not fboundp. Switch delete-forward mode for the <delete> key
9012 on all PC platforms, even under -nw.
9013
9014 * term/internal.el ([M-delete]): Remap to M-d.
9015
9016 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9017
9018 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9019
9020 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9021
9022 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9023
9024 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9025
9026 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9027 if appropriate.
9028
9029 * simple.el (delete-key-deletes-forward): New user-option.
9030 (delete-key-deletes-forward-mode): New function.
9031
9032 * bindings.el: Bind `delete' to backward-delete-char.
9033
9034 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9035 Test if symbol is bound before getting its value.
9036
9037 * tooltip.el (tooltip-show): If an error is signaled in
9038 x-show-tip, display that error, and display the help in the
9039 echo area.
9040
9041 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9042
9043 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9044 Show "... entries" messages for every 10000 entries, not 10.
9045
9046 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9047
9048 * bookmark.el: Provide a generic exit hook, as suggested by
9049 Ovidiu Predescu <ovidiu@cup.hp.com>:
9050 (bookmark-exit-hook): New var.
9051 (bookmark-exit-hook-internal): New func, replaces
9052 old raw lambda form in `kill-emacs-hook', and runs new
9053 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9054 as logically that feature must have been provided if this function
9055 is running.
9056 Removed ;;;###autoload before the `add-hook' call.
9057
9058 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9059
9060 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9061 (easy-menu-current-active-maps): New function.
9062 (easy-menu-get-map): Use it.
9063 Make a proper menu entry when creating a new keymap.
9064
9065 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9066
9067 * international/characters.el: Fix cases and syntaxes for
9068 mule-unicode-0100-24ff.
9069
9070 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9071 that a Japanese character is not appended after day and year.
9072
9073 * info.el (Info-suffix-list): Change format for a command that
9074 requires arguments.
9075 (info-insert-file-contents): Adjusted for the above change.
9076
9077 2000-12-12 Andreas Schwab <schwab@suse.de>
9078
9079 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9080 on the name of the tar buffer. Verify that the existing buffer is
9081 visiting the same subfile.
9082
9083 2000-12-12 Dave Love <fx@gnu.org>
9084
9085 * subdirs.el: Add obsolete.
9086
9087 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9088
9089 * mail/rmailsum.el (rmail-summary-expunge)
9090 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9091 instead of rmail-confirm-expunge.
9092
9093 * replace.el (perform-replace): Don't use an empty match adjacent
9094 to a non-empty match when computing the next match before the
9095 replacement is performed.
9096
9097 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9098
9099 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9100 definition (patch by Stefan Monnier).
9101 (glasses-mode): Use jit-lock instead of `after-change-functions'
9102 (patch by Stefan Monnier).
9103
9104 2000-12-12 Miles Bader <miles@gnu.org>
9105
9106 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9107 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9108
9109 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9110
9111 * term/mac-win.el: Remove load for ls-lisp.
9112
9113 * loadup.el: Load ls-lisp for system-type `macos'.
9114
9115 2000-12-12 Miles Bader <miles@gnu.org>
9116
9117 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9118 Respect field end too.
9119 (just-one-space): Respect fields as `delete-horizontal-space'.
9120 (newline-and-indent, reindent-then-newline-and-indent):
9121 Use `delete-horizontal-space'.
9122
9123 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9124
9125 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9126 (so as to obey the field property in the minibuffer).
9127
9128 * obsolete/c-mode.el: Moved from lisp/progmodes.
9129 * obsolete/auto-show.el: Moved from lisp.
9130 * obsolete/ooutline.el: Moved from lisp/textmodes.
9131
9132 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9133
9134 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9135 changes to list them here.
9136
9137 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9138 Too many changes to list them here.
9139
9140 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9141 Too many changes to list them here.
9142
9143 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9144
9145 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9146
9147 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9148
9149 * cus-edit.el (custom-save-variables, custom-save-faces):
9150 Comment fix.
9151
9152 * hscroll.el: Moved to `obsolete' subdir.
9153
9154 2000-12-11 Miles Bader <miles@gnu.org>
9155
9156 * window.el (window-text-height): Function removed (now in C).
9157
9158 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9159
9160 * log-edit.el (log-edit-parent-buffer): New var.
9161 (log-edit): Set it. Add BUFFER argument.
9162 (log-edit-done): Use char-before.
9163 Don't bother checking validity of vc-comment-ring.
9164 Only bury the buffer if log-edit popped it up.
9165
9166 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9167 (cvs-mode-diff-help): Remove.
9168 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9169 (cvs-mode-marked): Set up the default for CMD manually.
9170
9171 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9172 Remove binding for ? now made unnecessary.
9173
9174 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9175
9176 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9177 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9178
9179 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9180 when master file is not open.
9181
9182 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9183
9184 * progmodes/ada-stmt.el: Update `maintainer'.
9185
9186 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9187
9188 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9189 choices to match documentation string.
9190
9191 2000-12-09 Miles Bader <miles@gnu.org>
9192
9193 * minibuf-eldef.el: New file.
9194
9195 * window.el (fit-window-to-buffer): Don't pass last argument to
9196 pos-visible-in-window-p, now that its meaning is inverted.
9197
9198 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9199
9200 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9201 <ceder@lysator.liu.se>.
9202
9203 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9204
9205 * autoinsert.el (auto-insert-alist): Add missing final \n.
9206
9207 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9208 (cvs-menu-map): Remove.
9209 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9210 (cvs-mode-quit): Turn it back into a plain function.
9211
9212 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9213 (texinfo-filter): Remove (move to texinfo.el).
9214
9215 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9216 file where it's more visible.
9217 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9218 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9219 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9220 (texinfo-inside-macro-p): Only catch `scan-error's.
9221 (texinfo-inside-env-p): Make better use of the match info.
9222 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9223 (texinfo-insert-@end): Slight re-organization.
9224 Also remove useless `looking-at' call.
9225
9226 2000-12-08 Andrew Innes <andrewi@gnu.org>
9227
9228 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9229 accessible in -nw mode.
9230
9231 * term/w32-win.el: Remove stuff about selection timeout, which is
9232 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9233 it is accessible in -nw mode.
9234
9235 2000-12-08 Dave Love <fx@gnu.org>
9236
9237 * emacs-lisp/lisp-mode.el (lisp-mode):
9238 Set font-lock-keywords-case-fold-search.
9239
9240 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9241
9242 * textmodes/ispell.el (ispell): Doc fix.
9243
9244 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9245
9246 * international/quail.el (quail-insert-decode-map): Check the
9247 frame width of a window displaying the current buffer, not that of
9248 the selected frame.
9249 (quail-help): Make sure that the help buffer has window before
9250 inserting text in it.
9251
9252 2000-12-07 Sam Steingold <sds@gnu.org>
9253
9254 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9255 Backquote is used in isearch.el, so autoloading saves nothing.
9256
9257 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9258
9259 * startup.el (normal-top-level-add-subdirs-to-load-path):
9260 Ignore the CVS and RCS subdirectories case-insensitively.
9261
9262 * dired.el (dired-insert-directory): If file-system-info is
9263 fboundp, call it instead of invoking dired-free-space-program.
9264
9265 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9266
9267 * server.el (server-visit-files): Push files on file-name-history.
9268
9269 * progmodes/cc-langs.el: Update copyright.
9270
9271 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9272
9273 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9274
9275 * bindings.el (mode-line-mode-menu): Reverse the order
9276 of define-keys so that the menu appears in alphabetical order.
9277
9278 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9279
9280 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9281 of the function.
9282
9283 2000-12-07 Dave Love <fx@gnu.org>
9284
9285 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9286
9287 * facemenu.el (facemenu-unlisted-faces): Fix value.
9288
9289 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9290
9291 * font-lock.el (font-lock-default-fontify-region):
9292 Include the terminating \n (off-by-one error).
9293 (font-lock-set-defaults): Use dolist.
9294
9295 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9296
9297 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9298
9299 * international/mule-cmds.el (describe-language-environment):
9300 Fix for the case that an input method title is not string but a list.
9301
9302 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9303 of wrong SIZE record.
9304
9305 2000-12-06 Dave Love <fx@gnu.org>
9306
9307 * newcomment.el (comment-region, comment-dwim): Doc fix.
9308
9309 * textmodes/texinfo.el: Require tex-mode when compiling.
9310 (texinfo-update-node): Doc fix.
9311 (texinfo-imenu-generic-expression): Add @anchor.
9312 (texinfo-font-lock-keywords): Add @uref.
9313 (texinfo-inside-macro-p): Don't use ignore-errors.
9314 (texinfo-insert-quote): Match more contexts.
9315
9316 * international/mule.el (decode-char, encode-char): Doc fix.
9317 (auto-coding-alist): Customize.
9318
9319 * files.el (load-file): Fix change of 2000-03-12.
9320
9321 * wid-edit.el (widget-text-keymap): Doc fix.
9322
9323 2000-12-06 Andrew Innes <andrewi@gnu.org>
9324
9325 * makefile.w32-in (lisp): Set to an absolute directory, namely
9326 $(CURDIR).
9327
9328 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9329
9330 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9331 read generated-autoload-file, and set buffer-file-coding-system to
9332 raw-text-unix after reading the file.
9333
9334 * international/mule-conf.el (file-coding-system-alist):
9335 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9336
9337 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9338
9339 * replace.el (occur): Make line-number-width 1 smaller for the
9340 colon following the line number.
9341
9342 * startup.el (fancy-splash-text, command-line-1):
9343 Use `File' for the menu name instead of `Files'.
9344
9345 * tmm.el: Update copyright.
9346
9347 * cus-start.el: Add entry for even-window-heights.
9348
9349 2000-12-06 Miles Bader <miles@gnu.org>
9350
9351 * faces.el (frame-set-background-mode): Avoid stomping on
9352 locally modified faces.
9353
9354 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9355
9356 * international/fontset.el: Correct the font registries for
9357 japanese-jisx0213-1 and japanese-jisx0213-2.
9358
9359 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9360
9361 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9362
9363 * iswitchb.el: Update customization commentary.
9364
9365 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9366
9367 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9368 (tpu-search-highlight): Fixed comparison of overlay end positions.
9369 (tpu-trim-line-ends): Implemented trimming logic locally.
9370
9371 * emulation/tpu-extras.el (tpu-write-file-hook)
9372 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9373
9374 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9375
9376 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9377 to cn-gb.
9378 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9379
9380 2000-12-04 Dave Love <fx@gnu.org>
9381
9382 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9383
9384 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9385
9386 * mail/rmailsum.el (rmail-summary-expunge)
9387 (rmail-summary-expunge-and-save): Ask for confirmation with
9388 rmail-expunge-confirmed.
9389
9390 * mail/rmail.el (rmail-expunge-confirmed): New function.
9391 (rmail-expunge): Use it.
9392
9393 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9394
9395 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9396 (etags-recognize-tags-table, find-tag-in-order):
9397 New functionality: interpret file names as tags.
9398
9399 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9400
9401 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9402 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9403 the first subnode until the bottom of the current node is visible.
9404
9405 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9406
9407 * format.el (format-decode): Don't change buffer's undo list.
9408
9409 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9410
9411 * faces.el (face-font-registry-alternatives): Add entries for CJK
9412 fonts. Doc-string adjusted for the actual usage of this data.
9413
9414 * international/fontset.el: Change the font registries for CJK
9415 fonts in the default fontset. Don't append '*' to registries.
9416
9417 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9418
9419 * emacs-lisp/easy-mmode.el (define-derived-mode)
9420 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9421
9422 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9423 (derived-mode-p): New function.
9424 (derived-mode-make-docstring): Add `docstring' argument.
9425 Use it if available and complete it if necessary.
9426
9427 2000-12-03 Andreas Schwab <schwab@suse.de>
9428
9429 * type-break.el (type-break): Don't make parent of itself.
9430
9431 2000-12-03 Miles Bader <miles@gnu.org>
9432
9433 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9434
9435 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9436
9437 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9438 (tex-main-file, tex-file): Simplify.
9439 (tex-generate-zap-file-name): Use subst-char-in-string.
9440 (tex-strip-dots): Remove.
9441
9442 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9443
9444 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9445 to check if the match succeeded.
9446
9447 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9448
9449 * startup.el (use-fancy-splash-screens-p): New function.
9450 (command-line-1): Use it to determine whether or not to use
9451 a fancy splash screen.
9452
9453 2000-12-02 Andreas Schwab <schwab@suse.de>
9454
9455 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9456
9457 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9458
9459 * international/mule.el (make-char): Fix last change.
9460
9461 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9462 New defcustoms.
9463 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9464 autoloading tex-mode; instead, do the same manually.
9465 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9466 with numeric argument. Docstring fix.
9467 (toplevel): Require cl when compiling.
9468
9469 * international/mule.el (make-char): Doc fix.
9470
9471 2000-12-02 Jason Rumney <jasonr@gnu.org>
9472
9473 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9474 the Emacs Lisp manual)
9475
9476 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9477
9478 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9479
9480 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9481 the Emacs Lisp manual).
9482
9483 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9484
9485 * simple.el (next-line-add-newlines): Change default to nil.
9486
9487 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9488
9489 * files.el (revert-buffer, recover-file):
9490 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9491
9492 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9493
9494 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9495
9496 2000-12-01 Miles Bader <miles@gnu.org>
9497
9498 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9499
9500 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9501
9502 * international/mule-diag.el (describe-char-after): Fix typo.
9503 (describe-character-set, non-iso-charset-alist): Fix typo.
9504
9505 2000-12-01 Miles Bader <miles@gnu.org>
9506
9507 * image-file.el (image-file-name-regexp): Automatically add
9508 upper-case variants of each filename extension in
9509 `image-file-name-extensions', since they seem to be common.
9510
9511 * simple.el (minibuffer-contents)
9512 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9513 New functions.
9514 * filecache.el (file-cache-directory-name)
9515 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9516
9517 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9518
9519 * filecache.el (file-cache-minibuffer-complete): Don't try to
9520 delete the minibuffer prompt.
9521
9522 2000-11-30 Dave Love <fx@gnu.org>
9523
9524 * cus-start.el: Fix read-buffer-function type.
9525
9526 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9527
9528 * md5.el: Removed. There's a built-in function, now.
9529
9530 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9531
9532 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9533 as dummy 0-th char of rmail-deleted-vector.
9534
9535 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9536
9537 * ps-print.el (ps-end-job): Bind case-fold-search only after
9538 switching to ps-spool-buffer.
9539
9540 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9541
9542 * ps-print.el: Line number font customization. PostScript: Lines and
9543 PageCount are initialized on each page. Doc Fix.
9544 (ps-print-version): New version number (6.3.2).
9545 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9546 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9547 (ps-right-header): Customization fix.
9548 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9549 Fix code.
9550 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9551 New vars.
9552
9553 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9554
9555 * bs.el: Fix typos and spelling errors.
9556 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9557 (bs-configuration): Doc fix.
9558
9559 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9560
9561 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9562
9563 * emulation/tpu-edt.el (tpu-version): New version.
9564 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9565 (tpu-original-mode-line): Variable deleted.
9566 (tpu-mark-flag): New initial value.
9567 (tpu-set-mode-line): Don't redefine mode-line-format.
9568 Add tpu-mark-flag to minor-mode-alist.
9569 (tpu-update-mode-line): New mark flag logic.
9570 (tpu-get): Use find-file-wildcards.
9571 (tpu-search-highlight): Move overlay less, reset overlay properly.
9572 (tpu-unselect): Deactivate mark.
9573 (tpu-lm-replace): Reset overlay properly.
9574 (tpu-forward-line): Use forward-visible-line.
9575 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9576
9577 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9578
9579 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9580
9581 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9582
9583 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9584
9585 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9586 and skip whitespace and newlines.
9587
9588 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9589
9590 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9591
9592 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9593
9594 * help.el (describe-function-1): Regexp-quote function name
9595 when used as part of a regexp.
9596
9597 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9598 Use face-attribute instead of face-foreground and face-background.
9599 (tool-bar-add-item): Likewise, and handle unspecified colors.
9600
9601 * enriched.el (enriched-face-ans): Use face-attribute instead
9602 of face-foreground and face-background.
9603
9604 * faces.el (face-foreground, face-background, face-stipple):
9605 Return nil if attribute is unspecified, for backward compatibility.
9606
9607 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9608
9609 * play/5x5.el: Remove version info.
9610
9611 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9612
9613 * frame.el (blink-cursor-mode): Doc fix.
9614
9615 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9616
9617 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9618 to create Makefile rules.
9619 (antlr-tool-command): New user option.
9620 (antlr-ask-about-save): New user option.
9621 (antlr-makefile-specification): New user option.
9622 (antlr-file-formats-alist): New variable.
9623 (antlr-special-file-formats): New variable.
9624 (antlr-unknown-file-formats): New user option.
9625 (antlr-help-unknown-file-text): New variable.
9626 (antlr-help-rules-intro): New variable.
9627 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9628 (antlr-mode-menu): Add entries.
9629 (antlr-file-dependencies): New function.
9630 (antlr-directory-dependencies): New function.
9631 (antlr-superclasses-glibs): New function.
9632 (antlr-run-tool): New command.
9633 (antlr-makefile-insert-variable): New function.
9634 (antlr-insert-makefile-rules): New function.
9635 (antlr-show-makefile-rules): New command.
9636
9637 * antlr-mode.el: More Emacs/XEmacs stuff.
9638 (antlr-no-action-keywords): New constant with value nil.
9639 (antlr-font-lock-keywords-alist): Use it. Old value would break
9640 syntax highlighting in Emacs-21.0.
9641 (antlr-default-directory): Emacs/XEmacs dependend function.
9642 (antlr-read-shell-command): Ditto.
9643 (antlr-with-displaying-help-buffer): Ditto.
9644
9645 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9646
9647 * antlr-mode.el: imenu, parsing and highlighting changes.
9648 (antlr-imenu-create-index-function): Don't create extra submenus
9649 for definitions in different grammar classes. It is not necessary
9650 for the menu and would make command `imenu' awkward to use.
9651 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
9652 header actions and more than one.
9653 (antlr-font-lock-tokendef-face): Changed color.
9654 (antlr-font-lock-tokenref-face): Changed color.
9655 (antlr-font-lock-additional-keywords): Also highlight lowercase.
9656 (antlr-mode-syntax-table): New variable.
9657 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
9658 (antlr-with-syntax-table): Don't copy syntax table.
9659
9660 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9661
9662 * antlr-mode.el: Minor changes: language setting.
9663 (antlr-language-alist): The value for file option "language" can
9664 be both an identifier and a string.
9665 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
9666 (antlr-language-limit-n-regexp): Change accordingly.
9667
9668 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9669
9670 * antlr-mode.el: Minor changes: tabs, hiding.
9671 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
9672 (antlr-action-visibility): Also allow value nil to also hide the
9673 braces. Renamed from `antlr-tiny-action-length'.
9674 Suggested by Jay@aol.com.
9675 (antlr-hide-actions): Change accordingly. Hide line if completely
9676 hidden action is on a line of its own.
9677
9678 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9679
9680 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
9681
9682 * sort.el (sort-columns): Don't concat strings with numbers.
9683
9684 2000-11-29 Dave Love <fx@gnu.org>
9685
9686 * cus-edit.el (face): Fix :format.
9687
9688 * mail/feedmail.el: Require smtpmail when compiling.
9689 (mail-do-fcc): Autoload.
9690 (feedmail) <defgroup>: Fix :link.
9691 (feedmail-nuke-body-in-fcc): Fix :type.
9692 (feedmail-send-it): Add autoload cookie.
9693
9694 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9695
9696 * newcomment.el (comment-indent): Save excursion around call to
9697 comment-indent-function.
9698
9699 2000-11-29 Miles Bader <miles@gnu.org>
9700
9701 * subr.el (member-ignore-case): Return the tail of the list who's
9702 car matches, like `member', not the matching element itself.
9703
9704 2000-11-29 Kenichi Handa <handa@etl.go.jp>
9705
9706 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
9707 should not contain `\n'.
9708
9709 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9710
9711 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9712
9713 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
9714
9715 * dired-aux.el (dired-do-create-files): Construct default file
9716 name for dired-mark-read-file-name so that when the user enters
9717 just RET, the target file will end up in the target directory.
9718
9719 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
9720 local-abbrev-table before changing buffers because it might
9721 have a buffer-local binding.
9722
9723 2000-11-28 Miles Bader <miles@gnu.org>
9724
9725 * simple.el (delete-horizontal-space): Handle fields more generally.
9726
9727 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9728
9729 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
9730
9731 2000-11-28 Dave Love <fx@gnu.org>
9732
9733 * progmodes/ps-mode.el (ps-mode): Set comment-start and
9734 comment-start-skip locally.
9735
9736 * progmodes/fortran.el (fortran-mode): Don't set
9737 fortran-comment-line-start-skip. Set comment-start to
9738 fortran-comment-line-start.
9739 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
9740 (fortran-comment-line-start-skip): Simplify slightly.
9741
9742 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9743
9744 * play/5x5.el: Remove RCS keyword.
9745
9746 * bs.el: Mistaken commit, undone 2000-11-30.
9747
9748 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
9749
9750 * textmodes/tildify.el (tildify-string-alist):
9751 Add `plain-tex-mode' here.
9752
9753 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
9754
9755 * chistory.el (Command-history-setup): Remove extraneous `keymap'
9756 reference.
9757
9758 2000-11-28 Miles Bader <miles@gnu.org>
9759
9760 * cus-face.el (custom-face-attributes): Add post-filter function
9761 for :box. Make pre-filter function for :box handle all cases.
9762
9763 * wid-edit.el (widget-choose): Make sure pop-up window is large
9764 enough to display all the choices, as there's no way to scroll it.
9765
9766 2000-11-28 Kenichi Handa <handa@etl.go.jp>
9767
9768 * international/mule-conf.el: Make the coding system no-conversion
9769 safe for all characters.
9770
9771 2000-11-27 Dave Love <fx@gnu.org>
9772
9773 * net/ldap.el (ldap) <defgroup>: Add :version.
9774
9775 * tooltip.el (tooltip-use-echo-area): Doc fix.
9776
9777 * cus-start.el <minibuffer-prompt-properties>: Add version.
9778 <read-buffer-function>: Add.
9779
9780 * apropos.el (apropos-print): Add help-echo to active text.
9781
9782 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
9783
9784 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9785
9786 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
9787 type, group and version.
9788
9789 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
9790
9791 * select.el (x-get-selection): Docstring fix.
9792
9793 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
9794
9795 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
9796
9797 2000-11-27 Andrew Innes <andrewi@gnu.org>
9798
9799 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
9800
9801 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
9802
9803 2000-11-27 Miles Bader <miles@gnu.org>
9804
9805 * dired.el (dired-get-filename): Return filename verbatim if
9806 LOCALP is `verbatim'.
9807 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
9808 `verbatim' so that we don't inadvertently delete a non-existant
9809 directory name.
9810
9811 2000-11-27 Kenichi Handa <handa@etl.go.jp>
9812
9813 * international/characters.el: Specify cases and syntaxes for
9814 mule-unicode-0100-24ff.
9815
9816 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9817
9818 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
9819 that foreground and/or background colors of the face `tool-bar'
9820 are unspecified.
9821
9822 2000-11-27 Miles Bader <miles@gnu.org>
9823
9824 * wid-edit.el (widget-field-buffer, widget-field-start)
9825 (widget-field-end): Handle widget field `pseudo-overlays'.
9826 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
9827 if it's there instead of in `widget-field-list'.
9828
9829 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
9830 (help-make-xrefs): Delete extraneous newlines at the end of the
9831 docstring.
9832
9833 2000-11-25 Jason Rumney <jasonr@gnu.org>
9834
9835 * startup.el (command-line): Call set-locale-environment after
9836 Window System init file is read, as it can result in a call to
9837 redraw-frame.
9838
9839 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
9840
9841 * simple.el (shell-command): Mention the effect of the prefix
9842 argument in the doc string.
9843
9844 2000-11-25 Miles Bader <miles@gnu.org>
9845
9846 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
9847
9848 * wid-edit.el (widget-field-value-delete): Don't try to delete
9849 overlay when it's the `pseudo-overlay' that exists at some points.
9850
9851 2000-11-24 Jason Rumney <jasonr@gnu.org>
9852
9853 * international/mule-cmds.el (locale-language-names): Add "jp" as
9854 a non-standard alternative for Japanese.
9855
9856 2000-11-24 Andre Spiegel <spiegel@gnu.org>
9857
9858 * vc-hooks.el: Require 'cl during compilation.
9859
9860 2000-11-24 Gerd Moellmann <gerd@gnu.org>
9861
9862 * faces.el (face-set-after-frame-default): Let face attributes
9863 specified for new frames override frame parameters.
9864
9865 * startup.el (command-line): Fix computation of the source file
9866 for user-init-file when user-init-file is a compiled file.
9867
9868 2000-11-24 Miles Bader <miles@gnu.org>
9869
9870 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
9871 (custom-post-filter-face-spec): New functions.
9872 (custom-face-set, custom-face-value-create): Filter the face spec
9873 before and after customization.
9874 (custom-face-set): If VALUE specifies a null face, pass a
9875 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
9876 * cus-face.el (custom-face-attributes): Remove SET and GET
9877 functions. Add some IN-FILTER and OUT-FILTER functions in the few
9878 cases they're needed.
9879
9880 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
9881 that it's distinguishable from the :off-glyph on dark-background
9882 displays. Set its background color too.
9883
9884 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
9885 so that people can easily turn it off.
9886
9887 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
9888
9889 * ediff-diff.el: Moved variables around to have it compile under NT.
9890
9891 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
9892
9893 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
9894
9895 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
9896 redundant skip-small-frames test.
9897
9898 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
9899 (viper-downgrade-to-insert): Protect against errors in hooks.
9900
9901 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
9902 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
9903 (viper-restore-cursor-type,viper-set-insert-cursor-type):
9904 New functions.
9905
9906 * viper-util.el (viper-memq-char): Bug fixes.
9907
9908 * viper.el (viper-mode): Fix cursor handling.
9909
9910 2000-11-24 Kenichi Handa <handa@etl.go.jp>
9911
9912 * international/mule-diag.el (list-iso-charset-chars):
9913 For two-byte charset, fix the `while' condition.
9914 (list-non-iso-charset-chars): Fix the `while' condition.
9915
9916 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
9917
9918 * subr.el (add-hook, remove-hook): Don't call make-local-hook
9919 if the variable is make-variable-buffer-local.
9920
9921 * progmodes/ada-stmt.el (ada-template-map):
9922 Initialize and bind it to C-c t in ada-mode-map.
9923 (ada-stmt-mode-hook): New function extracted from old code.
9924 Only change the buffer-local side of skeleton-*.
9925 (ada-mode-hook): Use it.
9926
9927 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9928
9929 * iswitchb.el (iswitchb-minibuf-depth): New variable.
9930 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
9931 we expect to be returned by minibuffer-depth once we prompt the
9932 user in the minibuffer.
9933 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
9934 as recorded in iswitchb-minibuf-depth, return non-nil.
9935
9936 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9937
9938 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
9939 (hscroll-window-maybe): Docstring fix.
9940
9941 2000-11-23 Dave Love <fx@gnu.org>
9942
9943 * rect.el (string-rectangle): Don't test delete-selection-mode.
9944
9945 2000-11-23 Gerd Moellmann <gerd@gnu.org>
9946
9947 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
9948 is in the tool bar.
9949
9950 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
9951 with `no-dir'; we want the directory part to be able to remove it.
9952
9953 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9954
9955 * textmodes/outline.el (outline-flag-region):
9956 Don't bind inhibit-read-only since we don't modify the buffer.
9957 (outline-isearch-open-invisible): Don't jump to overlay-start
9958 since we're trying to unhide text around point.
9959 (outline-discard-overlays): Use dolist.
9960
9961 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
9962
9963 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9964
9965 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
9966
9967 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9968
9969 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
9970 Fix ARG regexp to skip quoted braces.
9971 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
9972 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
9973 are (correctly) handled separately).
9974 Remove `caption' and `footnote' from `citations': they contain text.
9975 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
9976 (latex-skeleton-end-hook): New function.
9977 (latex-mode): Use it.
9978 (tex-start-tex-marker): Remove.
9979 (tex-send-tex-command): Don't set tex-start-tex-marker.
9980 (tex-error-parse-syntax-table): New var.
9981 (tex-compilation-parse-errors): Use it.
9982 Ignore tex-start-tex-marker. Don't bother with marker-position.
9983 (tex-validate-buffer): Don't bother with marker-position.
9984
9985 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
9986 (flyspell-generic-progmode-verify): Use it.
9987
9988 2000-11-22 Sam Steingold <sds@gnu.org>
9989
9990 * simple.el (delete-trailing-whitespace): New interactive function.
9991
9992 * progmodes/ada-mode.el (ada-mode): Use it instead of
9993 `ada-remove-trailing-spaces'.
9994 (ada-remove-trailing-spaces): Removed.
9995
9996 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
9997
9998 * textmodes/picture.el (picture-clean): Removed.
9999 (picture-mode-exit): Call it instead of `picture-clean'.
10000
10001 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10002
10003 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10004
10005 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10006 jit-lock-fontify-buffer; it should anyway be unneccessary to
10007 do anything special when jit-lock is active.
10008 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10009
10010 2000-11-22 Dave Love <fx@gnu.org>
10011
10012 * calendar/todo-mode.el (todo-top-priorities): Use
10013 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10014
10015 * language/chinese.el, language/cyrillic.el:
10016 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10017 * language/hebrew.el, language/indian.el, language/japanese.el:
10018 * language/korean.el, language/lao.el, language/misc-lang.el:
10019 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10020 Use provide.
10021
10022 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10023 (custom-variable-set): Improve validation error mesage.
10024
10025 * rect.el (string-rectangle): Revert last change.
10026 (string-rectangle-line): New arg DELETE.
10027 (string-rectangle): Check delete-selection-mode.
10028
10029 * emacs-lisp/edebug.el (edebug-version)
10030 (edebug-maintainer-address): Deleted.
10031 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10032 (edebug-read-function): Account for other `'#' read forms.
10033 (edebug-mode-menus): Make some items toggles.
10034 (edebug-outside-unread-command-event, unread-command-event):
10035 Remove these to avoid warnings.
10036
10037 2000-11-22 David Ponce <david@dponce.com>
10038
10039 * recentf.el (recentf-menu-items-for-commands)
10040 (recentf-make-menu-items, recentf-make-menu-item)
10041 (recentf-filter-changer): Added :help and :active menu-item properties.
10042
10043 (recentf-build-dir-rules, recentf-dump-variable)
10044 (recentf-edit-list, recentf-open-files-item)
10045 (recentf-open-files): Replaced unnecessary `mapcar' with new
10046 built-in `mapc'.
10047
10048 2000-11-23 Miles Bader <miles@gnu.org>
10049
10050 * faces.el (menu): Make inverse-video on ttys too.
10051
10052 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10053
10054 * simple.el (comment-line-break-function): Use the new name
10055 indent-new-comment-line -> comment-indent-new-line.
10056 (clone-indirect-buffer): Don't ignore NORECORD.
10057 (next-completion): Properly handle the case where items are adjacent.
10058
10059 * mouse.el (popup-menu): Stupid typo.
10060
10061 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10062
10063 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10064 maintainer, keywords tags.
10065
10066 * rect.el (replace-rectangle): Don't call string-rectangle-line
10067 with too many arguments.
10068
10069 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10070
10071 * ediff-util.el (ediff-file-checked-out-p)
10072 (ediff-file-checked-in-p): Call vc-state instead of
10073 vc-locking-user, which no longer exists.
10074
10075 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10076
10077 2000-11-22 Dave Love <fx@gnu.org>
10078
10079 * md5.el (md5): Provide.
10080 (md5): Fix error call.
10081
10082 2000-11-22 Miles Bader <miles@gnu.org>
10083
10084 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10085 (refill-fill-paragraph-at): Remove debugging code.
10086
10087 * calendar/calendar.el (generate-calendar-window): When we don't
10088 call `fit-window-to-buffer', make sure the top line is fully visible.
10089
10090 * image-file.el (insert-image-file): Don't make `read-only'
10091 property rear-nonsticky.
10092
10093 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10094 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10095 stashing away its original value.
10096 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10097 in the recursive edit.
10098 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10099 (isearch-done): Restore `minibuffer-message-timeout'.
10100
10101 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10102
10103 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10104
10105 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10106
10107 * find-lisp.el (find-lisp-find-files-internal):
10108 Use dolist, when and file-name-as-directory.
10109
10110 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10111 (define-derived-mode, define-minor-mode): Add specs.
10112
10113 * window.el: General comment and spacing fixes.
10114 (save-selected-window): Use backquotes.
10115 (window-safely-shrinkable-p): New function.
10116 (shrink-window-if-larger-than-buffer): Use it.
10117
10118 * subr.el (make-local-hook): Docstring fix.
10119
10120 * shell.el (shell-mode): Use define-derived-mode.
10121
10122 * newcomment.el (comment-indent): Insert comment before calling
10123 comment-indent-function. Don't insert in column 0.
10124 (comment-dwim): Indent before inserting comment.
10125
10126 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10127 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10128 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10129 Use mapc rather than map.
10130
10131 * files.el (find-buffer-visiting): Compare all attributes before
10132 declaring two files identical (rather than just their inode-no).
10133 (auto-mode-alist): Use \' rather than $.
10134
10135 * which-func.el: Update maintainer line.
10136
10137 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10138 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10139 (uniquify-buffer-file-name): Use it.
10140
10141 2000-11-22 Miles Bader <miles@gnu.org>
10142
10143 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10144 * simple.el (minibuffer-avoid-prompt): New function.
10145
10146 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10147
10148 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10149
10150 2000-11-21 Miles Bader <miles@gnu.org>
10151
10152 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10153 inclusion of `track-mouse'.
10154
10155 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10156 (refill-adjust-ignorable-overlay): New function.
10157 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10158 only the paragraph's tail if possible.
10159 Update `refill-ignorable-overlay'.
10160 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10161
10162 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10163 point inside the fill-prefix.
10164
10165 * textmodes/refill.el (refill-post-command-function): Don't reset
10166 refill-doit in the case where a self-insertion command doesn't
10167 case a refill. Use `refill-fill-paragraph-at', getting position
10168 from `refill-doit'.
10169 (refill-after-change-function): Set `refill-doit' to END.
10170 (refill-fill-paragraph-at): New function, mostly from old
10171 refill-fill-paragraph.
10172 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10173 (refill-pre-command-function): New function.
10174 (refill-mode): Add it to `pre-command-hook'.
10175
10176 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10177
10178 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10179
10180 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10181 javadoc tags.
10182
10183 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10184
10185 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10186 vc.el).
10187
10188 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10189 require vc.
10190
10191 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10192 checkouts.
10193
10194 2000-11-20 Dave Love <fx@gnu.org>
10195
10196 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10197
10198 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10199
10200 * calculator.el (calculator-paste): Use `if' instead of `and'
10201 and `or'.
10202 (calculator-help): Don't use electric-describe-mode for XEmacs.
10203
10204 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10205
10206 * info.el (info-menu-5): Doc fix.
10207
10208 * textmodes/artist.el: New file.
10209
10210 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10211
10212 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10213 and differentiate according to checkout model.
10214 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10215 since this function is only concerned with master state.
10216
10217 * vc-hooks.el (vc-workfile-unchanged-p)
10218 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10219
10220 * vc.el (vc-workfile-unchanged-p)
10221 (vc-default-workfile-unchanged-p): See above.
10222
10223 2000-11-19 Miles Bader <miles@gnu.org>
10224
10225 * image-file.el (insert-image-file): Make `intangible' and
10226 `read-only' properties rear-nonsticky too.
10227
10228 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10229
10230 * ps-print.el: Update copyright notice.
10231
10232 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10233 (tooltip-show): Use the offsets.
10234
10235 * bindings.el (mode-line-modified): Fix a typo.
10236 (mode-line-toggle-modified, mode-line-widen)
10237 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10238
10239 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10240
10241 * ps-print.el (toplevel): Test for find-coding-system being
10242 fboundp before calling ps-x-find-coding-system.
10243
10244 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10245
10246 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10247 (vc-version-backup-file): Docstring fix.
10248
10249 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10250
10251 * files.el (basic-save-buffer): Don't add a newline if
10252 find-file-literally is non-nil.
10253 (find-file-literally): Extend doc string.
10254
10255 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10256 sort(1) with the `-f' argument.
10257
10258 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10259
10260 * vc.el: Updated backend documentation.
10261 (vc-default-check-headers): New function.
10262
10263 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10264
10265 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10266 up-to-date.
10267 (vc-do-command): In the asynchronous case, output messages only if
10268 the minibuffer is not active.
10269
10270 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10271 `vc-cvs-use-edit' is on.
10272 (vc-cvs-checkout): When this is used for reverting the workfile,
10273 make a backup of the original contents and revert to that in case
10274 of error.
10275 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10276 remote repositories.
10277
10278 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10279 for both version and ratio in the minibuffer.
10280
10281 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10282 Use vc-do-command to perform the annotation, not call-process.
10283
10284 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10285
10286 * international/quail.el (quail-start-translation): Don't call
10287 `message' before reading key sequence.
10288
10289 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10290
10291 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10292
10293 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10294
10295 * window.el (fit-window-to-buffer): Be sure to acquire at least
10296 one text line even if the buffer is empty.
10297
10298 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10299
10300 * net/ange-ftp.el (ange-ftp-file-writable-p)
10301 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10302 Bind ange-ftp-process-verbose to nil.
10303
10304 2000-11-15 Dave Love <fx@gnu.org>
10305
10306 * wid-edit.el (widget-specify-field, widget-specify-button):
10307 If :help-echo is a function, set help-echo of overlay to
10308 widget-mouse-help.
10309 (widget-mouse-help): New function.
10310 (widget-echo-help): Rewritten for :help-echo functions only taking
10311 a widget arg.
10312
10313 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10314 Use display-graphic-p.
10315 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10316 and that JPEG is available.
10317 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10318
10319 * international/mule-cmds.el (locale-charset-language-names):
10320 Match @euro.
10321
10322 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10323
10324 * faces.el (face-set-after-frame-default):
10325 If `inhibit-default-face-x-resources' is bound, don't intialize the
10326 default face from X resources.
10327
10328 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10329
10330 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10331 Don't set EMACSLOADPATH.
10332
10333 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10334
10335 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10336 texinfo-insert-@url.
10337 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10338 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10339
10340 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10341
10342 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10343 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10344 (checkdoc-minor-keymap): Backward compatibility.
10345 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10346 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10347 (checkdoc-this-string-valid-engine): Be a bit more strict
10348 to avoid matching substrings of `...' quoted vars/funs.
10349 (checkdoc-defun-info): Only look for `interactive' if alone.
10350 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10351
10352 * progmodes/compile.el (grep): `tag-default' can be nil.
10353
10354 * newcomment.el (comment-indent): Paren typo.
10355
10356 2000-11-14 Dave Love <fx@gnu.org>
10357
10358 * calculator.el: New maintainer version.
10359
10360 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10361
10362 * cmuscheme.el: Doc fixes.
10363 (cmuscheme) <defgroup>: Use `scheme' as parent.
10364 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10365
10366 * xscheme.el (scheme-program-name): Don't define here.
10367
10368 * progmodes/scheme.el (scheme-program-name): New variable
10369 (originally in cmuscheme).
10370
10371 2000-11-14 Miles Bader <miles@gnu.org>
10372
10373 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10374 Handle header-lines. Don't loop forever if we can't enlarge the
10375 window anymore. Simplify a bit.
10376
10377 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10378
10379 * window.el (fit-window-to-buffer): Don't check
10380 window-text-height. Assure that the last line is fully visible.
10381
10382 * international/quail.el (quail-show-guidance-buf):
10383 Call fit-window-to-buffer to assure the enough height of the guidance
10384 buffer.
10385 (quail-update-guidance): Avoid making the guidance buffer shorter.
10386
10387 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10388
10389 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10390 rather than `prepend' and add an interesting comment.
10391 (tex-math-face, tex-font-lock-syntactic-face-function):
10392 New face and function to use it.
10393 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10394 than `menu-enable' symbol property.
10395 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10396 (tex-mode): Add some latex-mode commands for auto-selection.
10397 Use tex-font-lock-syntactic-face-function.
10398 (tex-insert-quote): Simplify.
10399 (tex-shell): New mode.
10400 (tex-start-shell): Use it.
10401 (tex-shell-proc, tex-shell-buf): New functions.
10402 (tex-send-command): Use it.
10403 (tex-main-file): Fix the meaning of the new arg REALFILE.
10404 (tex-send-tex-command): New function split from `tex-start-tex'.
10405 Set compilation-last-buffer and compilation-parsing-end.
10406
10407 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10408 when it follows non-comment text on the line.
10409
10410 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10411 Set font-lock-defaults.
10412 (lisp-mode-shared-map): Init inside the defvar.
10413 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10414 Use define-derived-mode.
10415
10416 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10417
10418 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10419
10420 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10421
10422 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10423 Don't recursively optimize body because that can lead to infinite
10424 recursion; see comment there.
10425
10426 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10427
10428 * faces.el (face-spec-set-match-display): Revert the change from
10429 2000-10-24. Add a FIXME for after v21.1.
10430
10431 2000-11-13 Miles Bader <miles@gnu.org>
10432
10433 * textmodes/fill.el (skip-line-prefix): New function.
10434 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10435 (fill-paragraph): Don't leave point inside the fill-prefix.
10436 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10437 point inside the fill-prefix.
10438
10439 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10440
10441 * calendar/calendar.el (generate-calendar-window):
10442 Use `fit-window-to-buffer'.
10443
10444 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10445
10446 * gud.el (gud-minor-mode): New var.
10447 (gud-symbol, gud-val): New functions.
10448 (gud-find-file): Copy gud-minor-mode to the new buffer.
10449 (gud-menu-map): Include entries for commands that are not always
10450 available, using :enable to (de)activate them.
10451 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10452 (gud-mode-map): New map.
10453 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10454 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10455 Don't set up gud's menu (it's done by the minor-mode).
10456 (gud-minibuffer-local-map): New.
10457 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10458 (gud-query-cmdline): New function.
10459 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10460 (gud-mode): Use define-derived-mode.
10461 Don't set up gud's menu (it's done by the minor-mode).
10462 (gud-chop-words): Remove.
10463 (gud-common-init): Use split-string instead.
10464 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10465
10466 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10467 Add keyword arg :name.
10468
10469 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10470 (diff-count-matches, diff-split-hunk): New functions.
10471 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10472
10473 * pcvs-info.el (cvs-fi-conflict-face): New var.
10474
10475 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10476 Make it into a simple syntax-table, shared among all submodes.
10477 (sh-heredoc-face): Re-introduce.
10478 (sh-font-lock-syntactic-face-function): New function.
10479 (sh-mode): Use it. Also use define-derived-mode.
10480 Remove old bogus setting of indent-region-function.
10481 (sh-set-shell): Don't set the syntax-table any more.
10482 (sh-mode-syntax-table) <defun>: Remove.
10483
10484 2000-11-12 Miles Bader <miles@gnu.org>
10485
10486 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10487 message if interactive.
10488
10489 2000-11-12 Dave Love <fx@gnu.org>
10490
10491 * mail/feedmail.el: Fix header,
10492 (feedmail) <defgroup>: Add :link.
10493
10494 * view.el: Use local-map property, not keymap on mode-line string.
10495
10496 * scroll-all.el (scroll-all-mode): Customize variable.
10497 Add autoload cookie to function.
10498
10499 * lazy-lock.el: Remove compatibility code.
10500
10501 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10502 (finder-help-echo): New variable.
10503 (finder-mouse-face-on-line): Add help-echo stuff.
10504 (finder-list-keywords, finder-list-matches): Use mapc.
10505
10506 * faces.el (face-font-registry-alternatives): Add :version.
10507
10508 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10509 tags-table-list.
10510
10511 * net/browse-url.el (browse-url-browser-function): Update :version.
10512
10513 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10514 (mail-mode): Use [:alnum:] in some regexps.
10515
10516 2000-11-10 Dave Love <fx@gnu.org>
10517
10518 * ediff.el (ediff-regions-internal, ediff-documentation):
10519 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10520 fundamental mode.
10521
10522 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10523 buffer into fundamental mode.
10524 (ediff-set-difference): Use copy-sequence if available.
10525
10526 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10527 Check ediff-patch-map non-nil.
10528 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10529 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10530 buffer into fundamental mode.
10531
10532 * ediff-merg.el (state-or-merge): Defvar when compiling.
10533
10534 2000-11-10 Jason Rumney <jasonr@gnu.org>
10535
10536 * w32-fns.el (w32-add-charset-info): New function.
10537 (w32-charset-info-alist): Use it.
10538
10539 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10540
10541 * faces.el (face-font-registry-alternatives): New user-option.
10542
10543 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10544
10545 * textmodes/texinfo.el (texinfo-block-default): New var.
10546 (texinfo-insert-block): Use it. Insert a newline if needed.
10547
10548 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10549 (fill-region-as-paragraph): Use it.
10550
10551 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10552 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10553 Tweak paragraph regexps to allow a leading [ \t]*.
10554 (tex-latex-block): Insert a newline if necessary.
10555 (latex-insert-item): Only insert a newline if necessary.
10556 (tex-guess-main-file): New function.
10557 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10558 Set tex-main-file if TeX-master is provided.
10559 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10560
10561 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10562
10563 * startup.el (command-line): Set the default tooltip-mode
10564 to t for graphical displays which implement x-show-tip.
10565
10566 * tooltip.el (tooltip-mode): Add a comment about startup.el
10567 setting the default value of this user-option.
10568
10569 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10570
10571 * font-lock.el (font-lock-*-face) <defvar>: Move.
10572 (font-lock-defaults-alist): Mark obsolete.
10573 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10574 (font-lock-mode): Use define-minor-mode.
10575 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10576 (font-lock-turn-off-thing-lock): Be more explicit.
10577 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10578 (font-lock-syntactic-face-function): New var.
10579 (font-lock-fontify-syntactically-region): Use it.
10580 (font-lock-doc-face): New.
10581
10582 * pcvs.el (cvs-enabledp): Ignore errors.
10583 (cvs-commit-filelist): Never query.
10584 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10585 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10586 (cvs-do-removal): Use cvs-partition rather than delete-if.
10587 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10588 cvs-bury-buffer.
10589
10590 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10591 Allow `next' to jump to after the end of the last match.
10592
10593 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10594
10595 * simple.el (byte-compiling-files-p): New function.
10596
10597 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10598 if it is there.
10599
10600 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10601 nil again.
10602
10603 * textmodes/ispell.el (ispell-library-path): Don't call
10604 check-ispell-version when byte-compiling because that starts
10605 an ispell process, and ispell might not be installed.
10606 (toplevel): Don't set up a menu when byte-compiling.
10607
10608 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10609 it, so that a boundp test can be used to determine if we're
10610 currently byte-compiling.
10611
10612 2000-11-09 Dave Love <fx@gnu.org>
10613
10614 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10615
10616 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10617
10618 * ps-print.el: Patch for variable initialization when spooling.
10619 Doc fix.
10620 (ps-output-list): Fun eliminated.
10621 (ps-begin-file, ps-begin-job): Code fix.
10622
10623 2000-11-08 Dave Love <fx@gnu.org>
10624
10625 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10626
10627 2000-11-08 Gerd Moellmann <gerd@gnu.org>
10628
10629 * simple.el (shell-command, display-message-or-buffer)
10630 (shell-command-on-region): Mention resize-mini-windows in the doc
10631 string.
10632 (display-message-or-buffer): Take the value of resize-mini-windows
10633 into account.
10634
10635 2000-11-07 Gerd Moellmann <gerd@gnu.org>
10636
10637 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10638
10639 * dired.el (dired-between-files): Add `^. find' as an alternative
10640 to the regular expression, for find-dired.
10641
10642 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10643
10644 * textmodes/texnfo-upd.el: Require texinfo.
10645 (defmacro, defgroup): Remove.
10646 (texinfo-section-to-generic-alist): Remove.
10647 Use texinfo-section-list instead (i.e. level is changed string->int).
10648 (texinfo-filter): New function.
10649 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
10650 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
10651 Use it. And use regexp-opt.
10652 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
10653 (texinfo-update-menu-region-beginning)
10654 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
10655 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
10656 (texinfo-update-menu-same-level-regexps): Update.
10657 (texinfo-update-node, texinfo-every-node-update)
10658 (texinfo-sequential-node-update): Remove autoload cookie.
10659
10660 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
10661 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
10662 (texinfo-chapter-level-regexp): Remove.
10663 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
10664
10665 2000-11-06 Dave Love <fx@gnu.org>
10666
10667 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
10668
10669 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10670 Match defun*.
10671
10672 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10673
10674 * composite.el (composition-function-table): Variable declaration
10675 moved to src/composite.c.
10676 (compose-chars-after): New optional arg object.
10677
10678 2000-11-06 Gerd Moellmann <gerd@gnu.org>
10679
10680 * bindings.el (mode-line-toggle-read-only)
10681 (mode-line-toggle-modified, mode-line-widen)
10682 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
10683 (make-mode-line-mouse2-map): Rewritten.
10684 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
10685 functions so that C-h k can show something with a doc string.
10686
10687 * startup.el (fancy-splash-delay): Set to 10 seconds.
10688 (fancy-splash-max-time): New user-option.
10689 (fancy-splash-stop-time): New variable.
10690 (fancy-splash-screens): Set it. Catch `stop-splashing'.
10691 (fancy-splash-screens-1): Throw `stop-splashing' when current
10692 time is greater than fancy-splash-stop-time.
10693
10694 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10695
10696 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
10697
10698 * pcvs.el (cvs-mode-marked): New arg `noquery'.
10699 Prompt user for a file rather than raising an error.
10700 (cvs-enabledp): Fix call to cvs-mode-marked.
10701 (cvs-insert-file): New function (extracted from cvs-mode-insert).
10702 (cvs-mode-insert): Use it. Change the init prompt' value.
10703 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
10704
10705 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
10706 Don't pass default arg to ewoc-locate.
10707 (ewoc-collect): Return result in the right order.
10708
10709 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
10710
10711 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
10712 (cvs-status-get-tags): Fix regexp.
10713 (cvs-status-trees, cvs-status-cvstrees):
10714 Combine after change hooks and don't sit-for.
10715 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
10716 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
10717 Use make-char rather than hard-coded cryptic data.
10718 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
10719
10720 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
10721
10722 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
10723 (cvs-insert-strings): New function.
10724
10725 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
10726
10727 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
10728 `mwheel-scroll-amount'.
10729 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
10730 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
10731 string-matching against the version string.
10732
10733 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10734
10735 * language/thai.el ("Thai"): Set a lisp form that produces
10736 composed string in `sample-text' language info.
10737
10738 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
10739 composed string in `sample-text' language info.
10740
10741 * international/mule-cmds.el (describe-language-environment):
10742 Eval `sample-text' data and insert the result.
10743
10744 * international/mule-conf.el (compound-text): Define this coding
10745 system here. Make x-ctext and ctext aliases of it.
10746
10747 * language/european.el (compound-text, ctext): Moved to
10748 international/mule-conf.el.
10749
10750 2000-11-05 Andrew Innes <andrewi@gnu.org>
10751
10752 * w32-fns.el (w32-version): New function.
10753
10754 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
10755
10756 * progmodes/awk-mode.el: Update copyright.
10757 (awk-mode-abbrev-table): Remove.
10758 (awk-font-lock-keywords): Use regexp-opt.
10759 (awk-mode): Use define-derived-mode.
10760
10761 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
10762 when extracting a suffix.
10763
10764 2000-11-04 Andre Spiegel <spiegel@gnu.org>
10765
10766 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
10767 auto-save-mode.
10768
10769 2000-11-04 Jason Rumney <jasonr@gnu.org>
10770
10771 * language/european.el (decode-mac-roman): Test against r1 not r0.
10772
10773 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
10774
10775 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
10776 (icon-mode): Define indent-line-function.
10777 (icon-comment-indent): Simplify.
10778 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
10779
10780 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
10781
10782 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10783 Bind change-log-default-mode to defeat the caching done on it.
10784 Don't bother saving excursion any more.
10785
10786 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
10787
10788 * frame.el (after-setting-font-hook): Rename hooks -> hook.
10789 (set-frame-font): Use the new name (and the old for compatibility).
10790
10791 * toolbar/tool-bar.el (tool-bar-mode):
10792 * time.el (display-time-mode):
10793 * recentf.el (recentf-mode):
10794 * paren.el (show-paren-mode):
10795 * mwheel.el (mouse-wheel-mode):
10796 * msb.el (msb-mode):
10797 * jka-compr.el (auto-compression-mode):
10798 * image-file.el (auto-image-file-mode):
10799 * hl-line.el (hl-line-mode):
10800 * delsel.el (delete-selection-mode):
10801 * autoinsert.el (auto-insert-mode):
10802 * complete.el (partial-completion-mode): Drop unneeded positional args.
10803
10804 * info.el (Info-mode):
10805 * comint.el (comint-mode): Don't bother with make-local-hook.
10806
10807 * log-edit.el (log-edit-menu): New menu.
10808
10809 2000-11-03 Miles Bader <miles@gnu.org>
10810
10811 * wid-edit.el (widget-end-of-line): Reinstate, with a new
10812 definition, so that trailing spaces are handled properly.
10813 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
10814
10815 2000-11-03 Gerd Moellmann <gerd@gnu.org>
10816
10817 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
10818 tab character.
10819 (fancy-splash-screens): Set tab-width to 20.
10820
10821 2000-11-03 Dave Love <fx@gnu.org>
10822
10823 * comint.el (comint-completion-addsuffix): Fix custom type.
10824
10825 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
10826
10827 * font-lock.el (font-lock-buffers): Remove.
10828 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
10829 (font-lock-change-major-mode): Remove.
10830 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
10831 (font-lock-default-fontify-region): Extend the multiline
10832 fontification to whole lines.
10833 (font-lock-fontify-anchored-keywords)
10834 (font-lock-fontify-keywords-region): If matching just one
10835 line (with \n) only mark the \n as multiline.
10836
10837 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
10838 Correctly handle the case where several :group args are supplied.
10839 Allow :extra-args.
10840 (easy-mmode-define-global-mode): Allow :extra-args.
10841 Correctly handle the case where several :group args are supplied.
10842
10843 2000-11-02 Miles Bader <miles@gnu.org>
10844
10845 * calendar/calendar.el (diary-face, calendar-today-face)
10846 (holiday-face): Remove dependency on `window-system'.
10847
10848 2000-11-02 Ken Raeburn <raeburn@gnu.org>
10849
10850 * Makefile.in (emacs): Set EMACSLOADPATH always.
10851 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
10852 (compile-files): Bomb out if compilation of a file fails.
10853
10854 2000-11-02 Dave Love <fx@gnu.org>
10855
10856 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
10857
10858 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
10859
10860 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
10861 punctuation in the warning inserted into the *mail* buffer.
10862
10863 2000-11-02 Gerd Moellmann <gerd@gnu.org>
10864
10865 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
10866 (authors-public-domain-p): New function.
10867 (authors-print): Use it.
10868
10869 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
10870
10871 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
10872
10873 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10874
10875 * ps-print.el: Extension for even/odd printing. Doc fix.
10876 (ps-print-version): New version number (6.3.1).
10877 (ps-even-or-odd-pages): Customization fix.
10878 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
10879 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
10880 (ps-page-count): Var replaced by `ps-page-column'.
10881 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
10882 (ps-print-sheet-p): New fun.
10883
10884 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10885
10886 * tooltip.el (tooltip-gud-tips-setup): New function.
10887 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
10888 (tooltip-mode): Call tooltip-gud-tips-setup.
10889 (tooltip-gud-tips): Use `gud-basic-call' instead of
10890 process-send-string, so the prompt gets frobbed appropriately.
10891 Handle nil return value from `tooltip-gud-print-command'.
10892
10893 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
10894
10895 * comint.el (comint-add-to-input-history): New function.
10896 (comint-send-input): Use `comint-add-to-input-history'.
10897
10898 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10899
10900 * info.el (info-menu-header): New face.
10901 (Info-fontify-menu-headers): New function.
10902 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
10903
10904 * info.el (Info-insert-dir): Don't include blank lines at
10905 beginning of additional dir files (one is added automatically).
10906
10907 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
10908
10909 * emacs-lisp/easy-mmode.el (define-minor-mode):
10910 Revert the latest changes.
10911 Allow the three positional arguments to be skipped and replaced
10912 by keyword arguments.
10913 Add a :toggle argument to determine whether a nil arg means toggle
10914 or means turn-on. The default is unchanged.
10915 Add a call to force-mode-line-update.
10916
10917 2000-11-01 Dave Love <fx@gnu.org>
10918
10919 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
10920
10921 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
10922
10923 * calendar/calendar.el (diary-face, holiday-face):
10924 Add dark-background variants.
10925
10926 2000-10-31 Sam Steingold <sds@gnu.org>
10927
10928 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
10929 `tex-main-file' does not have directory in it.
10930
10931 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
10932
10933 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
10934
10935 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
10936
10937 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
10938 functional change.
10939
10940 2000-10-31 Gerd Moellmann <gerd@gnu.org>
10941
10942 * files.el (find-file-noselect): When we expand a wildcard, return
10943 a list of buffers, as we should do according to the doc string.
10944
10945 2000-10-31 Ken Raeburn <raeburn@gnu.org>
10946
10947 * loadup.el (top level): Adjust load path if program name is
10948 "../src/bootstrap-emacs", in case it's not dumped and thus the
10949 load path adjustment hasn't already been done.
10950
10951 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10952
10953 * ps-print.el: Fix bug on selected pages for printing.
10954 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
10955 is on. Try to avoid warning messages when compiling. Doc Fix.
10956 (ps-print-version): New version number (6.3).
10957 (ps-color-device): Use `color-values' to determine if device
10958 supports color.
10959 (ps-color-values): Try to use `x-color-values' when using XEmacs.
10960 (ps-print-page-p): Changed from defsubst to defun.
10961 (ps-page-number): Changed from defmacro to defun.
10962 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
10963 printing.
10964 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
10965 (ps-end-file, ps-dummy-page): Funs eliminated.
10966 (ps-print-color-scale): Changed default value.
10967 (ps-page-n-up, ps-print-page-p): New internal vars.
10968 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
10969 (ps-plot-region, ps-generate, ps-end-job): Code fix.
10970
10971 * delim-col.el: Little programming improvement.
10972 (delimit-columns-str): New macro.
10973 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10974
10975 2000-10-31 Kenichi Handa <handa@etl.go.jp>
10976
10977 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
10978 Moved to european.el.
10979 (ccl-encode-mac-roman-font, fontset-mac): Modified for
10980 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10981 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
10982 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
10983
10984 2000-10-30 Dave Love <fx@gnu.org>
10985
10986 * progmodes/cc-menus.el (imenu-generic-expression)
10987 (imenu-progress-message): Only defvar when compiling.
10988
10989 * emacs-lisp/elp.el (elp-unload-hook): New function.
10990
10991 * loadhist.el (unload-feature): Call elp-restore-function,
10992 checking for symbols; don't use elp-restore-all.
10993 (loadhist-hook-functions): Doc fix.
10994
10995 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
10996
10997 * log-edit.el (log-edit-confirm): Fix the default.
10998
10999 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11000
11001 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11002 delimit-columns-format.
11003 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11004
11005 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11006
11007 * comint.el (comint-replace-by-expanded-history): Don't use
11008 comint-get-old-input (we're not looking at *old* input).
11009 (comint-get-old-input-default): If using fields, signal an error
11010 when the point is not in an input field.
11011
11012 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11013
11014 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11015 and mule-unicode-e000-ffff.
11016
11017 * international/mule.el (decode-char, encode-char): New functions.
11018 (make-coding-system): Accept a symbol of translation table as a
11019 value of property `safe-chars'.
11020
11021 * international/mule-cmds.el (encode-coding-char): Check property
11022 safe-chars instead of safe-charsets.
11023
11024 * international/fontset.el (fontset-default): Modified for
11025 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11026 (x-font-name-charset-alist): Likewise.
11027 (ccl-encode-unicode-font): New CCL program. Record it in
11028 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11029
11030 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11031 New translation tables.
11032 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11033 programs are modified and moved from mac-win.el.
11034 (mac-roman): Definition of this coding system is modified and
11035 moved from mac-win.el.
11036
11037 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11038
11039 * ediff-wind.el (ediff-setup-control-frame): Enclose
11040 face-attribute in condition-case to avoid errors in older emacsen.
11041
11042 2000-10-29 Miles Bader <miles@gnu.org>
11043
11044 * custom.el (custom-add-to-group): Allow multiple entries for a
11045 given value OPTION, as long as their widget types are different.
11046 * cus-edit.el (custom-face-value-create): If face name doesn't end
11047 with "face", add such here (similar to custom group widgets).
11048
11049 * comint.el (comint-highlight-prompt): Add :type.
11050
11051 2000-10-28 John Wiegley <johnw@gnu.org>
11052
11053 * calendar/timeclock.el (timeclock-log): Doc fix.
11054 (timeclock-last-event): Doc fix.
11055 (timeclock-log): Kill the timelog buffer after appending a new event.
11056 (timeclock-find-discrep): Use a temp buffer to read in the
11057 timelog, instead of visiting the file.
11058 (timeclock-log-data): A new function, along with a host of helper
11059 functions, for the purpose of making timelog data accessible to
11060 programmers.
11061
11062 * eshell/esh-mode.el (window-height test): Make certain that
11063 `eshell-stringify-t' is non-nil.
11064 (eshell-password-prompt-regexp): Changed to a much simpler
11065 password regexp.
11066 (eshell-send-input): If `eshell-invoke-directly' returns t,
11067 directly invoke the parsed command using `eval'. This improves
11068 turn-around time on simple commands by a factor of three or
11069 greater, such as cd, ls, pwd, etc. -- which get used very often.
11070 It also conserves thousands of cons cells per call (since
11071 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11072 in the Pacific Cookie Company).
11073
11074 * eshell/esh-test.el (eshell-test): Whitespace fix.
11075
11076 * eshell/em-ls.el (eshell-ls-insert-directory):
11077 Make `eshell-ls-initial-args' nil when inserting directory contents.
11078
11079 * eshell/em-script.el (eshell-script-initialize): Add names to
11080 `eshell-complex-commands, since `source' and `.' are complex.
11081
11082 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11083 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11084 `eshell-copy-handles'.
11085 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11086 bodies.
11087 (eshell-separate-commands): Whitespace fix.
11088 (eshell-complex-commands): Added a new list of names, for
11089 determining whether a given command is as simple as it looks.
11090 (eshell-invoke-directly): New function. Returns t if a command
11091 should be invoked directly (using `eval'), rather than indirectly
11092 using `eshell-do-eval'.
11093 (eshell-do-eval): Whitespace fix.
11094
11095 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11096 which provides an emulation of the DOS shell behavior of assuming
11097 that cp/mv/ln should copy/move/link to the current directory.
11098 (eshell-remove-entries): Added a doc string.
11099 (eshell-shuffle-files): Removed the check for `target' being null.
11100 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11101 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11102 it to do a smarter check of whether a destination was provided.
11103 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11104 (eshell/ln): Enable `:preserve-args', and use
11105 `eshell-mvcpln-template' to implement the body of the function.
11106 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11107 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11108 list after flattening it. This makes it possible to cat files
11109 with numerical names.
11110 (eshell-unix-initialize): Added several names to
11111 `eshell-complex-commands.
11112 (eshell-unix-command-complex-p): Return t if a given command name
11113 may result in external processes being invoked.
11114
11115 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11116 variable nil by default, since it slows down glob processing by a
11117 factor of two or more, and increases memory consumption.
11118
11119 * eshell/em-smart.el: Added a note about how memory consumptive
11120 smart display mode can be (at least this is true in Emacs 21).
11121 (eshell-smart-initialize): Whitespace fix.
11122 (eshell-refresh-windows): Use `if' instead of `when'.
11123 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11124 not necessary.
11125 (eshell-currently-handling-window): Added a missing global variable.
11126
11127 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11128 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11129 Whitespace fix.
11130 (eshell-ls-exclude-hidden): Added this variable in addition to
11131 `eshell-ls-exclude-regexp'. This one prevents files beginning
11132 with . from even being read, which can improve memory consumption
11133 quite a bit.
11134 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11135 read file entries beginning with a dot. In home directories with
11136 lots of hidden files, fully two-thirds of the time spent in ls is
11137 used to read directory entries that are immediately thrown away.
11138 (eshell-ls-initial-args): Added back this configuration variable,
11139 for specifying default initial arguments to every call to ls.
11140 Much faster than using an alias to do the same thing.
11141 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11142 (eshell-ls-dir): Whitespace change.
11143
11144 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11145
11146 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11147 (eshell-stringify-t): Added a customization variable, to indicate
11148 whether `t' should be rendered as a string at all. If not, one
11149 can still determine if the result of an expression is true using
11150 "file-exists-p FILE && echo true".
11151 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11152 stringify t!
11153
11154 * eshell/esh-module.el: Whitespace fix.
11155
11156 * eshell/em-alias.el (eshell-alias-initialize):
11157 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11158 (eshell-command-aliased-p): New function that returns t if a
11159 command name names an aliased.
11160
11161 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11162
11163 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11164 redrawing the screen when changing cursor color.
11165 (viper-insert-state-pre-command-sentinel)
11166 (viper-replace-state-pre-command-sentinel)
11167 (viper-replace-state-post-command-sentinel):
11168 Use viper-preserve-cursor-color.
11169 Many functions changed to use viper= instead of = when comparing
11170 characters.
11171 * viper-util.el (viper-memq-char,viper=): New functions for
11172 working with characters.
11173 (viper-change-cursor-color): Fixed buglet.
11174 Many functions changed to use viper= instead of = when comparing
11175 characters.
11176 * viper.el (viper-insert-state-mode-list): Added eshell.
11177
11178 * ediff-init.el (ediff-before-setup-hook): New hook.
11179 Several typos fixed in various docstrings.
11180 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11181 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11182 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11183 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11184 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11185 (ediff-get-selected-buffers): New function.
11186 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11187 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11188 Use save-window-excursion.
11189 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11190 termination check in while loop.
11191 * ediff.el (ediff-get-default-file-name): Better defaults when in
11192 dired buffer.
11193 (ediff-files,ediff-merge-files,ediff-files3)
11194 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11195
11196 2000-10-28 Dave Love <fx@gnu.org>
11197
11198 * info.el (Info-fontify-node): Add help-echo for menu items.
11199
11200 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11201
11202 * startup.el (normal-top-level): If the value of $TERM indicates
11203 we are running from xterm or one of its work-alikes, default to a
11204 light background mode.
11205
11206 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11207 * faces.el (tty-handle-reverse-video): New function.
11208 (tty-create-frame-with-faces): Call it.
11209
11210 * frame.el (frame-notice-user-settings): Don't apply
11211 default-frame-alist and initial-frame-alist to MS-DOS frames.
11212 Call tty-handle-reverse-video, frame-set-background-mode, and
11213 face-set-after-frame-default for non-MS-DOS frames.
11214
11215 * startup.el (tty-long-option-alist): New variable.
11216 (tty-handle-args): New function.
11217 (command-line): Call tty-handle-args.
11218
11219 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11220 startup.el now does that for all character-terminal frames.
11221
11222 2000-10-28 Miles Bader <miles@gnu.org>
11223
11224 * emacs-lisp/easy-mmode.el (define-minor-mode):
11225 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11226 is global. If :global is followed by a non-nil but non-t value,
11227 make the mode buffer-local, but also generate a `global-MODE'
11228 version using `easy-mmode-define-global-mode'.
11229 Add :conditional-turn-on keyword argument.
11230
11231 2000-10-28 Dave Love <fx@gnu.org>
11232
11233 * international/latin1-disp.el (latin1-char-displayable-p):
11234 Don't use window-system.
11235
11236 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11237
11238 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11239 Don't call find-buffer-file-type-coding-system. Instead, just
11240 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11241 if the file is on an untranslated filesystem.
11242 (add-untranslated-filesystem): Use "D" instead of "f" inside
11243 interactive.
11244
11245 2000-10-27 Dave Love <fx@gnu.org>
11246
11247 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11248 (refill-mode): Use it.
11249
11250 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11251
11252 * international/quail.el (quail-activate): Don't make-local-hook.
11253
11254 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11255
11256 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11257 manual backups and file.~<rev>.~ for automatic ones.
11258 (vc-make-version-backup): Don't do it on MS-DOS without long file
11259 names.
11260
11261 * vc.el (vc-version-other-window): If an automatic backup of the
11262 desired version exists, rename it instead of copying it.
11263
11264 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11265 after command. If there's an unexpected error, signal it instead
11266 of being silent.
11267 (vc-cvs-merge-news): Be prepared for no news at all.
11268
11269 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11270
11271 * shell.el (shell): Add BUFFER argument.
11272 * comint.el (make-comint-in-buffer): New function.
11273 (make-comint): Use it.
11274
11275 * faces.el (face-spec-choose): Change syntax so that the list of
11276 attribute-value pairs is now the cdr of each clause, not the cadr.
11277 Detect old-style entries, and handle them. Use pop.
11278
11279 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11280
11281 * cus-edit.el (custom-mode-map): Use a sparse map.
11282 (custom-mode): Don't bother with make-local-hook.
11283
11284 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11285
11286 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11287
11288 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11289
11290 * ps-print.el: Avoid compilation gripes.
11291 (ps-print-version): New version number (6.2.1).
11292
11293 2000-10-26 Dave Love <fx@gnu.org>
11294
11295 * menu-bar.el: Modify some menu item help strings.
11296 (menu-bar-help-menu): Add link to MORE.STUFF.
11297
11298 * cus-edit.el (custom-mode): Add `special' mode-class property.
11299
11300 * wid-browse.el (widget-browse-mode): Likewise.
11301
11302 * wid-edit.el (widget-specify-field): Revert to using local-map
11303 property, not keymap.
11304
11305 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11306
11307 * wid-edit.el (widget-field-end): When checking for a `boundary'
11308 field, do so in the correct buffer.
11309
11310 * simple.el (undo): Correctly distinguish between numeric and
11311 non-numeric prefix args in non-transient-mark-mode, as per the doc
11312 string. When in transient-mark-mode, treat all prefix-args as
11313 numeric.
11314
11315 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11316 Position point on match. Handle N == 0 correctly.
11317
11318 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11319 (comint-mode-map): Reverse order of `comint-write-output' and
11320 `comint-append-output-to-file'.
11321 (comint-append-output-to-file): Reinstate this function, for the
11322 benefit of the menu.
11323
11324 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11325
11326 * vc.el (vc-version-other-window): Bind `file'.
11327
11328 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11329
11330 * Makefile.in (update-authors): New target for maintenance purposes.
11331
11332 * emacs-lisp/authors.el (batch-update-authors): New function.
11333 (authors-fixed-entries): New defconst.
11334 (authors-add-fixed-entries): New function.
11335 (authors): Call it.: Don't process lispref/.
11336
11337 2000-10-25 Jason Rumney <jasonr@gnu.org>
11338
11339 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11340 Merge x w32 and mac definitions.
11341
11342 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11343
11344 * menu-bar.el (menu-bar-options-menu): Add a help string for
11345 `uniquify'.
11346
11347 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11348
11349 * time-stamp.el (time-stamp-string-preprocess):
11350 Fix a wrong type argument error.
11351
11352 2000-10-25 Miles Bader <miles@gnu.org>
11353
11354 * recentf.el (recentf-mode): Variable removed.
11355 (recentf-mode): Use `define-minor-mode'.
11356
11357 * mwheel.el (mouse-wheel-mode): New global minor mode.
11358 (mwheel-install): Use `mouse-wheel-mode'.
11359
11360 2000-10-25 Dave Love <fx@gnu.org>
11361
11362 * progmodes/cperl-mode.el (cperl-mode):
11363 Set normal-auto-fill-function correctly.
11364
11365 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11366 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11367 bindings.
11368
11369 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11370
11371 * wid-edit.el (widget-field-at): New function.
11372 (widget-at, widget-field-activate): Use it.
11373 (widget-tabable-at): Use `widget-at'.
11374 (widget-specify-field): If the terminating character of the widget
11375 field (which is read-only) is a newline, put it into a special
11376 `boundary' field so that C-n/C-p act more naturally.
11377 (widget-field-end): Also don't subtract one if a special
11378 `boundary' field has been added after the widget field.
11379
11380 * comint.el (comint-output-filter, comint-send-input):
11381 Don't bother adding stickiness fields to overlays to fool the field
11382 code, since it should notice the overlay insertion-types now.
11383
11384 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11385 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11386 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11387
11388 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11389
11390 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11391 (authors): Set file coding system to iso-2022-7bit.
11392 Add file-local variables to output buffer.
11393
11394 * files.el (after-find-file): Don't print any warnings if
11395 WARN is nil.
11396
11397 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11398
11399 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11400
11401 * delim-col.el: Now there is a column formatting mechanism.
11402 Modified to customization mechanisms convention. Doc fix.
11403 (columns): New group for delim-col.
11404 (delimit-columns-before, delimit-columns-after)
11405 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11406 (delimit-columns-end): New vars.
11407 (delimit-columns-customize, delimit-columns-format): New funs.
11408 (delimit-columns-region, delimit-columns-rectangle)
11409 (delimit-columns-rectangle-line): Modified to support column
11410 formatting.
11411
11412 2000-10-24 Dave Love <fx@gnu.org>
11413
11414 * log-edit.el (log-edit): Add :version and a :group for vc.
11415
11416 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11417
11418 * files.el (after-find-file): Don't print a message ``New file''
11419 if WARN is nil.
11420
11421 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11422 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11423 get duplicate tool-bar entries because we'll see the global ones
11424 on more than one path through keymaps.
11425
11426 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11427
11428 * progmodes/cmacexp.el: Change Francesco's email address.
11429
11430 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11431
11432 * window.el (fit-window-to-buffer): Adjust point of the window
11433 buffer, not that of the current buffer.
11434
11435 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11436
11437 * progmodes/cmacexp.el: Update the euthor's email address.
11438
11439 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11440
11441 * faces.el (face-spec-set-match-display): Add `graphic' display
11442 type (the inverse of `tty'). Use `display-graphic-p' instead of
11443 the window-system variable.
11444
11445 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11446
11447 * international/isearch-x.el (isearch-with-input-method):
11448 Call input-method-function with the first event in
11449 unread-command-events.
11450
11451 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11452
11453 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11454
11455 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11456
11457 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11458 New charsets.
11459
11460 * term/mac-win.el: Remove definitions of mac-roman-lower and
11461 mac-roman-upper, require dired, and define instead of set
11462 mac-ready-for-drag-n-drop to avoid compilation error.
11463
11464 2000-10-23 Andrew Innes <andrewi@gnu.org>
11465
11466 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11467 Remove superfluous calls to subst-char-in-string; instead apply
11468 expand-file-name after convert-standard-filename to ensure
11469 expected directory separators are used.
11470
11471 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11472
11473 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11474
11475 2000-10-23 Dave Love <fx@gnu.org>
11476
11477 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11478 (tool-bar-add-item): Set foreground and background for XBM icons.
11479
11480 * international/latin1-disp.el (latin1-char-displayable-p):
11481 New function (from Handa).
11482 (latin1-display-check-font): Use it.
11483
11484 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11485 using :key-sequence, making it much more usable.
11486 Use nconc, not append.
11487 (imenu--create-keymap-1): Avoid append.
11488
11489 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11490
11491 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11492
11493 [the following changes fix a bug where `define-minor-mode' didn't
11494 correctly generate :require clauses for defcustoms in compiled files]
11495 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11496 (byte-compile-log-file, byte-compile-log-1): Don't set
11497 `byte-compile-current-file' to nil. Instead set
11498 `byte-compile-last-logged-file' to it. Test whether
11499 byte-compile-current-file equals byte-compile-last-logged-file
11500 instead of whether its nil.
11501 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11502
11503 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11504
11505 * textmodes/refill.el: Fix var names in doc.
11506 (refill-mode): Don't bother with make-local-hook anymore.
11507
11508 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11509
11510 * faces.el (face-user-default-spec, face-default-spec): New functions.
11511 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11512 (frame-set-background-mode, face-set-after-frame-default):
11513 Use `face-user-default-spec'. Simplify code slightly.
11514
11515 * woman.el (woman-italic-face, woman-bold-face)
11516 (woman-unknown-face): Add dark-background variants.
11517 (woman-default-faces): Renamed from `woman-colour-faces'.
11518 Set using the stored defaults, rather than using hard-wired colors.
11519 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11520 Just make the foreground `unspecified' rather than "black".
11521 (woman-menu): Rename menu entries accordingly.
11522
11523 * faces.el (header-line): Make more reasonable on mono/grayscale
11524 displays.
11525
11526 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11527
11528 * cus-edit.el (custom-button-face): Use 3D look for mac.
11529 (custom-button-pressed-face): Likewise.
11530
11531 * faces.el (set-face-attributes-from-resources): Handle mac frames
11532 in the same way as x and w32 frames.
11533 (face-valid-attribute-values): Likewise.
11534 (read-face-attribute): Likewise.
11535 (defined-colors): Likewise.
11536 (color-defined-p): Likewise.
11537 (color-values): Likewise.
11538 (display-grayscale-p): Likewise.
11539 (face-set-after-frame-default): Likewise.
11540 (mode-line): Same default face as for x and w32.
11541 (tool-bar): Likewise.
11542
11543 * frame.el: Remove call to frame-notice-user-settings at end of
11544 the file.
11545
11546 * info.el (Info-fontify-node): Make underlines invisible for mac
11547 as for x, pc, and w32 frame types.
11548
11549 * term/mac-win.el: New file.
11550
11551 2000-10-22 Dave Love <fx@gnu.org>
11552
11553 * textmodes/refill.el: New file.
11554
11555 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11556
11557 * vc-hooks.el (vc-version-backup-file-name): New optional args
11558 MANUAL and REGEXP.
11559 (vc-delete-automatic-version-backups, vc-make-version-backup):
11560 New functions.
11561 (vc-before-save): Use the latter.
11562 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11563 confusion.
11564
11565 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11566 expected by vc[-hooks].el.
11567
11568 * vc.el (vc-checkout): Added `-p' suffix in call to
11569 vc-make-version-backups-p; use vc-make-version-backup to actually
11570 make the backup.
11571 (vc-version-other-window, vc-version-backup-file): Handle both
11572 automatic and manual backups.
11573 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11574 of all of them.
11575
11576 2000-10-22 Miles Bader <miles@gnu.org>
11577
11578 * comint.el (comint-highlight-input, comint-highlight-prompt):
11579 Renamed, `-face' at end removed.
11580 (comint-send-input, comint-output-filter): Use renamed faces.
11581
11582 * window.el (fit-window-to-buffer): Change defaulting of
11583 MAX-HEIGHT slightly.
11584
11585 * faces.el (color-values, color-defined-p): Use `member', not
11586 `memq', because it works correctly for strings.
11587 (frame-set-background-mode): Actually, "unspecified-fg" and
11588 "unspecified-bg" *are* strings. Use `member', not `memq', and
11589 `equal', not `eq', when a string value is possible.
11590
11591 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11592
11593 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11594
11595 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11596
11597 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11598 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11599 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11600 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11601 (sh-font-lock-syntactic-keywords): Use them.
11602 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11603 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11604 (sh-mode): Don't override font-lock-unfontify-region-function.
11605 Use a copy of sh-font-lock-syntactic-keywords.
11606 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11607 Don't call sh-scan-buffer since font-lock does it on the fly.
11608 (sh-get-indent-info): Use `face' rather than `syntax-table'
11609 text-property to detect here-documents.
11610 Replace sh-special-syntax with sh-st-punc.
11611 (sh-prev-line): Use `face' rather than `syntax-table'
11612 text-property to skip over here-documents.
11613 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11614 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11615 (sh-electric-less, sh-set-here-doc-region)
11616 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11617 (sh-scan-buffer, sh-rescan-buffer): Remove.
11618
11619 2000-10-21 Andrew Innes <andrewi@gnu.org>
11620
11621 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11622 remote (ange-ftp) file names.
11623
11624 2000-10-21 Miles Bader <miles@gnu.org>
11625
11626 * window.el (fit-window-to-buffer): New function.
11627 (shrink-window-if-larger-than-buffer): Use it.
11628 (window-text-height): Don't expect minibuffers to have mode-lines.
11629
11630 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11631 * international/quail.el (quail-update-guidance):
11632 Use `fit-window-to-buffer' instead of `set-window-text-height'.
11633
11634 * international/quail.el (quail-show-guidance-buf): Make sure
11635 guidance window really has enough room.
11636 (quail-update-guidance): If quail-guidance-win is already shown,
11637 make sure its height is OK.
11638
11639 * window.el (window-text-height, set-window-text-height):
11640 New functions.
11641 (shrink-window-if-larger-than-buffer): Use `window-text-height'
11642 instead of `window-height' & `mode-line-window-height-fudge'.
11643 (mode-line-window-height-fudge): Add FACE parameter.
11644 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
11645 instead of `enlarge-window' & `mode-line-window-height-fudge'.
11646
11647 2000-10-20 Miles Bader <miles@gnu.org>
11648
11649 * window.el (height-affecting-face-attributes): Use `defconst'.
11650
11651 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
11652 New function, conditionally aliased to `mode-line-window-height-fudge'.
11653 (ispell-help): Use it.
11654 (ispell-choices-win-default-height): Don't include mode-line fudge.
11655 (ispell-choices-win-default-height): New function.
11656 (ispell-show-choices, ispell-command-loop): Use function
11657 `ispell-choices-win-default-height' instead of variable.
11658
11659 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
11660
11661 * window.el (mode-line-window-height-fudge): New variable.
11662 (height-affecting-face-attributes): New variable.
11663 (mode-line-window-height-fudge): New function.
11664 (shrink-window-if-larger-than-buffer): Use it.
11665 * help.el (resize-temp-buffer-window): Likewise.
11666
11667 * info.el (Info-fontify-node): Add support for @subsubsection
11668 titles, which use `Info-title-4-face'.
11669 (Info-title-4-face): New face.
11670 (Info-title-3-face): Inherit from Info-title-4-face instead of
11671 variable-pitch.
11672
11673 2000-10-19 Jason Rumney <jasonr@gnu.org>
11674
11675 * dired.el (dired-insert-directory): Do not let errors signalled by
11676 attempt to run dired-free-space-program prevent dired from working.
11677
11678 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
11679
11680 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
11681
11682 2000-10-19 Gerd Moellmann <gerd@gnu.org>
11683
11684 * dirtrack.el (dirtrack): Fix call to run-hooks.
11685
11686 * cmuscheme.el (cmuscheme-program-name): Renamed from
11687 scheme-program-name because xscheme.el contains a defcustom with
11688 the same name. As a consequence, customizing group `cmuscheme'
11689 loaded `xscheme' which redefined run-scheme.
11690 (run-scheme): Use cmuscheme-program-name.
11691
11692 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
11693
11694 * play/doctor.el (doctor-death): Update the Samaritans'
11695 anonymous address, and add a website for Befrienders International.
11696
11697 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11698
11699 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
11700 Avoid compilation gripes. Doc fix.
11701 (ps-print-version): New version number (6.2).
11702 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11703 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
11704 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
11705 (ps-x-extent-priority, ps-x-extent-start-position)
11706 (ps-x-face-font-instance, ps-x-find-coding-system)
11707 (ps-x-font-instance-properties, ps-x-make-color-instance)
11708 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
11709 avoid compilation gripes without defining functions.
11710 (ps-e-find-composition): Alias for function find-composition, to have a
11711 suitable function depending on Emacs version.
11712 (ps-color-device, ps-color-values, ps-face-foreground-name)
11713 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
11714 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
11715 (ps-print-ensure-fontified): Function definitions surrounded by
11716 `eval-and-compile' to avoid compilation gripes.
11717 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
11718 by symbol-value to avoid compilation gripes.
11719 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
11720 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
11721
11722 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11723
11724 * startup.el (normal-top-level): Call `frame-set-background-mode'
11725 after `frame-notice-user-settings' because the latter doesn't call
11726 the former on a tty.
11727
11728 * faces.el (frame-set-background-mode): `unspecified' &c are
11729 symbols, not strings.
11730
11731 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11732
11733 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
11734 why some "light*" colors are deliberately absent from the alist.
11735
11736 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
11737 Change colors for tty's, as suggested by Miles Bader.
11738
11739 2000-10-19 Kenichi Handa <handa@etl.go.jp>
11740
11741 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
11742 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
11743 for ISO10646-1 fonts.
11744 (x-font-name-charset-alist): Add an entry for "iso10646-1".
11745
11746 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11747
11748 * faces.el (frame-set-background-mode): If a tty frame defines a
11749 background color, use that to compute the background mode, instead
11750 of always defaulting to "dark".
11751
11752 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11753
11754 * comint.el (comint-write-output): New function.
11755 (comint-mode-map): Add it to the menu.
11756 Bind `C-c C-s' to comint-write-output.
11757
11758 2000-10-18 Gerd Moellmann <gerd@gnu.org>
11759
11760 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
11761 Use fancy-splash-delay.
11762
11763 2000-10-18 Alex Schroeder <alex@gnu.org>
11764
11765 * progmodes/sql.el (sql-sybase-options): New option.
11766 (sql-sybase): Use it. Add sql-database to the list of parameters
11767 provided for login. The options -w 2048 -n are not used any more.
11768
11769 * comint.el (comint-read-input-ring): Bugfix such that the first
11770 and the last entry of the input ring file are not lost.
11771
11772 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11773
11774 * ps-print.el: Internal variable changes to defcustom,
11775 make-local-hook changes to defvar. Doc fix.
11776 (ps-print-version): New version number (6.1).
11777 (ps-setup, ps-do-despool): Code fix.
11778 (ps-printer-name): Customization fix.
11779 (ps-printer-name-option): Now is a defcustom instead of an
11780 internal variable.
11781 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
11782 (ps-print-begin-column-hook): Now are defvar instead of
11783 make-local-hook.
11784
11785 2000-10-18 Miles Bader <miles@gnu.org>
11786
11787 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
11788 (comint-kill-output): Changed into an alias for `comint-delete-output',
11789 and made obsolete.
11790 (comint-mode-map): Rename references to comint-kill-output.
11791
11792 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
11793
11794 * diff-mode.el (diff-header-face, diff-file-header-face)
11795 (diff-changed-face): Add bold and italic attributes to tty faces.
11796 (diff-function-face): New face.
11797 (diff-font-lock-keywords): Use it.
11798
11799 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
11800
11801 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
11802 Remove commented-out call to force-mode-line-update.
11803 (comint-kill-output): Use `forward-line 0' instead of
11804 beginning-of-line to make sure we get past the prompt.
11805
11806 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
11807
11808 * diff-mode.el (diff-header-face, diff-file-header-face):
11809 Add specific setting for dark background.
11810 (diff-context-face): Renamed from diff-comment-face.
11811 Set explicitly rather than inheriting from font-lock-comment-face.
11812
11813 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11814
11815 * startup.el (command-line): Move the code which sets the default
11816 TTY colors to before before-init-hook.
11817
11818 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11819
11820 * jit-lock.el (jit-lock-stealth-time): Doc fix.
11821
11822 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11823
11824 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
11825 extensions, for MS-DOS.
11826
11827 * diff-mode.el (diff-header-face, diff-file-header-face)
11828 (diff-changed-face): Define tty-specific colors.
11829
11830 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11831
11832 * startup.el (fancy-splash-text): Realign the text.
11833
11834 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11835
11836 * font-lock.el (font-lock-comment-face): Define a separate default
11837 for dark-background tty's.
11838
11839 2000-10-17 Miles Bader <miles@gnu.org>
11840
11841 * help.el (resize-temp-buffer-window): Add hack to avoid last line
11842 being obscured by whizzy mode-lines on graphics displays.
11843
11844 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11845
11846 * info.el (Info-title-1-face, Info-title-2-face)
11847 (Info-title-3-face): Define colors for tty's.
11848 (info-header-node): Remove unneeded tty-specific definition.
11849
11850 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
11851
11852 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
11853 reverse from the frame parameters, and don't invert foreground and
11854 background colors.
11855
11856 2000-10-16 Miles Bader <miles@gnu.org>
11857
11858 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
11859 string "*Info*". Call propertized-buffer-identification to spruce
11860 up the result.
11861
11862 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11863
11864 * help.el: Provide `help' for the sake of define-minor-mode
11865 which generates defcustoms with requires.
11866
11867 * jit-lock.el (jit-lock-after-change): If we're in text that
11868 matches a multi-line font-lock pattern, make sure the whole text
11869 will be redisplayed.
11870
11871 * emacs-lisp/authors.el (authors-add): Don't add an entry if
11872 author's name is unknown.
11873
11874 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
11875 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
11876 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
11877 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
11878 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
11879 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
11880 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
11881 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
11882 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
11883 Add author information.
11884
11885 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
11886
11887 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
11888 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
11889 full-color version (using the Gimp) to eliminate dithering artifacts.
11890
11891 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11892
11893 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
11894
11895 * simple.el (syntax-flag-table, string-to-syntax): Remove.
11896
11897 2000-10-15 Dave Love <fx@gnu.org>
11898
11899 * progmodes/sh-script.el: Require skeleton and comint when compiling.
11900
11901 * pcomplete.el (pcomplete) <defgroup>: Add :version.
11902
11903 * whitespace.el: Doc fixes.
11904 (top-level): Don't add hooks here.
11905 (whitespace-running-emacs): Deleted.
11906 (timer): Don't require.
11907 (whitespace): Add back :version conditional on xemacs test.
11908 (whitespace-spacetab-regexp, whitespace-indent-regexp)
11909 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
11910 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
11911 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
11912 Avoid specific xemacs test.
11913 (whitespace-global-mode): New option.
11914 (whitespace-global-mode): New command.
11915 (whitespace-unload-hook): New function.
11916
11917 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
11918 (Info-fontify-node, Info-goto-node, Info-mode-menu)
11919 (Info-fontify-node): `Goto' goes to `Go to'.
11920 (Info-fontify-node): Add help-echo to xref links.
11921
11922 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
11923
11924 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
11925
11926 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11927
11928 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
11929 Use plist-get and allow :inherit.
11930
11931 * emacs-lisp/cl-macs.el (cl-do-arglist):
11932 Use plist-get and plist-member instead of memq.
11933
11934 * emacs-lisp/ewoc.el (ewoc-location): New function.
11935 (ewoc-enter-after, ewoc-enter-before): Document return value.
11936 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
11937 Don't need make-local-hook any more.
11938 (cvs-addto-collection): Return the new tin.
11939 (cvs-mode-insert): Jump to the new line.
11940
11941 * jit-lock.el (jit-lock-fontify-buffer): Remove.
11942
11943 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
11944
11945 * font-lock.el (font-lock-syntactically-fontified): New var.
11946 (font-lock-fontify-syntactic-keywords-region): Use it.
11947 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
11948
11949 * diff-mode.el (diff-find-file-name): Fix regexp.
11950
11951 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11952 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
11953
11954 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
11955 (sh-mode-syntax-table): Add punctuation syntax for < and >.
11956 (sh-mode): Don't make all vars local here.
11957 (sh-kw): Reformat.
11958 (sh-set-shell): Use dolist. Don't set indent-region-function.
11959 (sh-mode-syntax-table): Use pop.
11960 (sh-remember-variable): Use push.
11961 (sh-help-string-for-variable): Use memq.
11962 (sh-safe-backward-sexp): Remove.
11963 (sh-safe-forward-sexp): Add ARG.
11964 (sh-get-indent-info, sh-prev-stmt): Use it.
11965 (sh-prev-line): Simplify by using forward-comment.
11966 (sh-this-is-a-continuation): Simplify.
11967 (sh-learn-buffer-indent): Use dolist.
11968 (sh-do-nothing): Remove.
11969 (sh-set-char-syntax, sh-set-here-doc-region):
11970 Use inhibit-modification-hooks.
11971 (sh-name-style): Use mapcar and push.
11972 (sh-load-style): Use dolist.
11973 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
11974 (sh-case, sh-while-getopts): Use propertize directly rather
11975 than sh-electric-rparen.
11976
11977 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
11978
11979 * textmodes/tex-mode.el: Require CL when compiling.
11980 (tex-mode-syntax-table): Init immediately.
11981 (tex-mode-map): Bind M-RET to latex-insert-item.
11982 (latex-mode): Set indent-line-function to latex-indent.
11983 (tex-common-initialization): Don't setup the syntax-table any more.
11984 (latex-insert-item): New skeleton.
11985 (tex-next-unmatched-end): Fix copy/paste braino.
11986 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
11987 (latex-indent, latex-find-indent): New functions.
11988 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
11989 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
11990 (tex-compilation-parse-errors): Use with-syntax-table.
11991
11992 2000-10-15 Miles Bader <miles@gnu.org>
11993
11994 * font-lock.el (font-lock-comment-face): Change dark-background,
11995 color, non-tty, default to `chocolate1'.
11996
11997 2000-10-13 John Wiegley <johnw@gnu.org>
11998
11999 * eshell/esh-util.el (require): Added a missing `require' form,
12000 needed when compiling (for an ange-ftp macro definition).
12001
12002 2000-10-13 Dave Love <fx@gnu.org>
12003
12004 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12005
12006 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12007
12008 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12009
12010 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12011 transparent -colors 8).
12012
12013 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12014
12015 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12016 that breaks with old list format timestamps.
12017 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12018 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12019
12020 2000-10-13 John Wiegley <johnw@gnu.org>
12021
12022 * align.el, pcomplete.el, calendar/timeclock.el,
12023 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12024
12025 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12026 faulty math, where holiday hours were being computing as seconds.
12027
12028 2000-10-13 John Wiegley <johnw@gnu.org>
12029
12030 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12031 specifying what "other" kinds of buffers should be saved.
12032 This used to be hard-coded.
12033 (desktop-buffer-misc-functions): A global for specifying how
12034 auxiliary data should be determined for special buffer types.
12035 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12036 instead of hard-coding the special buffer types.
12037 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12038 auxiliary data, instead of hard-coding for Info buffers and dired.
12039 (desktop-buffer-info-misc-data): Aux function for determining Info
12040 buffer auxiliary info.
12041 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12042 (desktop-buffer-info): Changed this function to use the info
12043 gathered above.
12044 (desktop-create-buffer): Be a little more careful about what
12045 `minor-mode' means before calling it. This is important for some
12046 buffer types.
12047
12048 2000-10-13 John Wiegley <johnw@gnu.org>
12049
12050 * eshell/esh-util.el: Added a global form which declares an
12051 autoload for `parse-time-string', if that function is not already
12052 defined, and if parse-time.el is available on the user's system.
12053
12054 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12055 to be aware of ange-ftp user info.
12056 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12057 (eshell-ls-annotate): Use `eshell-file-attributes'.
12058 (eshell-ls-file): Made the user-id printing code a bit smarter.
12059
12060 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12061 allow identification of alias user ids in remote directories.
12062 It's manual, but there's no other way to know when the current user
12063 on the local machine, is also the owning user on the remote machine.
12064 (fboundp): Bind `ange-cache'.
12065 (eshell-directory-files-and-attributes): Re-organized the logic a
12066 bit to use `eshell-file-attributes' instead of `file-attributes'.
12067 The former is more sensitive to directories that are read via FTP,
12068 and knows how to use ange-ftp to determine full attribute
12069 information, instead of just the name and last modtime.
12070 (eshell-current-ange-uids): Return the current user id when in a
12071 remote directory.
12072 (eshell-parse-ange-ls): Parse a full directory listing that has
12073 been returned by ange-ftp.
12074 (eshell-file-attributes): This beefed up version of
12075 `file-attributes' is only special if the user is currently in a
12076 remote directory, in which case it does a lot of work to find out
12077 what the real attributes of a file are, as they appear on the
12078 remote machine. This makes usage of remote directories (i.e.,
12079 ange-ftp pathnames) much more useful. You can now use Eshell as a
12080 full-fledged FTP client, with much more manipulation ability than
12081 most other clients.
12082
12083 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12084 variable, which means that Eshell's du should always be preferred
12085 in remote directories.
12086 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12087 just `file-attributes'.
12088 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12089 when reading remote directories. This is an Eshell-specific
12090 variable (not part of ange-ftp).
12091 (eshell/ln): Bind `ange-cache'.
12092 (eshell/du): Added some extra logic for determining when to use
12093 Eshell's du (which is slow), and when to use the external version
12094 (which may or may not exist).
12095
12096 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12097 Call `eshell-interactive-process', rather than using
12098 `get-buffer-process', since backgrounded processes don't count in
12099 the context of this function's logic.
12100
12101 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12102 `forward-char', so that null strings are parsed correctly.
12103
12104 2000-09-13 John Wiegley <johnw@gnu.org>
12105
12106 * eshell/em-pred.el (eshell-pred-file-type)
12107 (eshell-pred-file-links, eshell-pred-file-size):
12108 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12109
12110 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12111 that remote file globbing is more efficient.
12112
12113 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12114 gathering the files and attributes within a directory.
12115
12116 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12117 the command line is a special file (not a regular file, directory
12118 or symlink), always attempt to call the external version of cat.
12119
12120 2000-09-13 John Wiegley <johnw@gnu.org>
12121
12122 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12123 Eshell-friendly version of find-tag.
12124
12125 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12126
12127 * image-file.el (image-file-name-extensions)
12128 (image-file-name-regexps): Add autoload cookies.
12129
12130 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12131
12132 * international/mule-cmds.el (select-safe-coding-system): If FROM
12133 is string, show it in *Warning* buffer.
12134
12135 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12136
12137 * startup.el (normal-top-level): Use display-popup-menus-p instead
12138 of window-system.
12139 (command-line): Use display-graphic-p instead of window-system.
12140 (command-line-1): Use display-popup-menus-p and display-mouse-p
12141 instead of window-system.
12142
12143 2000-10-12 Sam Steingold <sds@gnu.org>
12144
12145 * tooltip.el (tooltip-use-echo-area): New user variable.
12146 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12147
12148 2000-10-12 Dave Love <fx@gnu.org>
12149
12150 * recentf.el: Maintainer's checkdoc fixes.
12151
12152 * startup.el (normal-top-level-add-subdirs-to-load-path):
12153 Use character class, not ASCII when matching file names.
12154 (fancy-splash-head): Add trailing slash to URL.
12155 (command-line): Don't require XPM support for toolbar.
12156
12157 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12158 (cperl-invalid-face): Revert last change.
12159 (cperl-init-faces): Quote cperl-invalid-face.
12160
12161 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12162
12163 * startup.el (fancy-splash-text): Remove superfluous quote.
12164
12165 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12166
12167 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12168 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12169 (command-line-1): Don't use fancy-splash-pending-command.
12170 (fancy-splash-screens-1): Goto point-min after inserting text.
12171
12172 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12173
12174 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12175 instead of shared-lisp-mode-map.
12176
12177 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12178
12179 * faces.el (header-line): Change tty-variant to use underlining.
12180
12181 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12182 (isearch-highlight): Restore lazy-isearch face properties at old
12183 position, and suppress them at new position.
12184 (isearch-dehighlight): Restore lazy-isearch face properties.
12185 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12186 over the real isearch overlay, but in that case, don't give it a
12187 face property. Use `push'.
12188
12189 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12190
12191 * man.el (Man-getpage-in-background): Fix previous change.
12192 Decode the process output only when we are in multibyte mode.
12193
12194 2000-10-11 Dave Love <fx@gnu.org>
12195
12196 * info.el (Info-mode-menu): Fix some help.
12197 (info-tool-bar-map): Add entry for Info-last.
12198
12199 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12200 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12201 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12202 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12203 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12204 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12205 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12206 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12207 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12208 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12209 Reduce colour requirements to 25 overall. (Probably wants
12210 revisiting from the originals to reduce further.)
12211
12212 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12213
12214 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12215 buffer-file-coding-system, instead of raw-text.
12216 (dehexlify-buffer): Bind coding-system-for-read to
12217 buffer-file-coding-system, instead of raw-text.
12218
12219 2000-10-11 Sam Steingold <sds@gnu.org>
12220
12221 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12222 `underline' - fixes the bug introduced on 2000-09-21.
12223
12224 2000-10-11 Dave Love <fx@gnu.org>
12225
12226 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12227 Avoid compiler warnings.
12228 (scheme-mode): Doc fix.
12229 (scheme-font-lock-keywords-1): Match `define-syntax'.
12230
12231 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12232
12233 * faces.el (frame-set-background-mode): Pay attention to saved
12234 face specs as well as default ones. Only do anything if the
12235 bg-mode or display-type has actually changed. Use `dolist'.
12236 (region): Make dark-background `region' face less in-your-face.
12237
12238 2000-10-10 Sam Steingold <sds@gnu.org>
12239
12240 * chistory.el, ielm.el, ledit.el:
12241 * progmodes/inf-lisp.el, progmodes/scheme.el:
12242 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12243
12244 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12245
12246 * textmodes/texinfo.el: Update copyright and fix typo.
12247
12248 * desktop.el (desktop-modes-not-to-save): New var.
12249 (desktop-save-buffer-p): Use it.
12250 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12251 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12252
12253 2000-10-10 Dave Love <fx@gnu.org>
12254
12255 * toolbar/tool-bar.el (tool-bar-add-item)
12256 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12257
12258 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12259 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12260 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12261 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12262 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12263 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12264 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12265 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12266 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12267 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12268 the .xpms; probably need retouching.
12269
12270 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12271
12272 * subr.el (add-to-list): Add optional argument APPEND.
12273 * battery.el (display-battery): Use `add-to-list'.
12274
12275 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12276
12277 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12278 properties.
12279 (zone, zone-when-idle, zone-leave-me-alone)
12280 (zone-pgm-whack-chars): Use new symbol properties.
12281
12282 * battery.el (display-battery): Doc spelling fix.
12283
12284 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12285 property.
12286
12287 2000-10-09 Dave Love <fx@gnu.org>
12288
12289 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12290 has been initialized before calling tool-bar-setup.
12291 (tool-bar-add-item-from-menu): Add autoload cookie.
12292
12293 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12294
12295 * menu-bar.el (send-mail-item-name): New function.
12296 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12297 of mail-user-agent in the menu. Don't display the "Send Mail"
12298 item if mail-user-agent is nil or its value is ignore.
12299 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12300 if read-mail-command is nil or its value is ignore.
12301
12302 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12303
12304 2000-10-09 Miles Bader <miles@gnu.org>
12305
12306 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12307 Correct image size.
12308 * toolbar/left_arrow.xpm: Correct image size.
12309
12310 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12311 will be done by the definition of `auto-compression-mode' if
12312 necessary. Move code to uninstall existing file-name handler
12313 before definition of `auto-compression-mode'.
12314
12315 * image-file.el (auto-image-file-mode): Move to the end of the
12316 file, because `define-minor-mode' actually calls the mode-function
12317 if the associated variable is non-nil, which requires that all
12318 needed functions be already defined.
12319
12320 * mouse.el (popup-menu): Balance parens.
12321
12322 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12323
12324 * mouse.el (popup-menu): Move the command call outside the loop
12325 so that popup-menu returns whatever the command returns.
12326
12327 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12328 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12329 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12330 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12331
12332 * vc.el (vc-version-diff): diff-switches can be a list.
12333 Use relative filenames for prettier output.
12334
12335 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12336 (vc-post-command-functions): Remove old-VC compatibility code.
12337
12338 * newcomment.el (comment-indent-default): Autoload.
12339
12340 * font-lock.el (font-lock-defaults): Make buffer-local.
12341 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12342 (font-lock-choose-keywords):
12343 Ignore LEVEL unless KEYWORDS is a list of syms.
12344 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12345 Don't wrap regexp-opt things in \(...\) unnecessarily.
12346
12347 * jit-lock.el: Don't require font-lock any more.
12348 (jit-lock-functions): Make buffer-local.
12349 (jit-lock-saved-fontify-buffer-function): Remove.
12350 (jit-lock-mode): Remove autoload cookie.
12351 Remove font-lock specific code.
12352 (jit-lock-unregister): Don't bother handling complex hooks any more.
12353 (jit-lock-refontify): New function.
12354 (jit-lock-fontify-buffer): Use it.
12355 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12356 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12357 Add optional args START and END.
12358 Never call font-lock-fontify-region directly.
12359 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12360
12361 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12362
12363 2000-10-08 Dave Love <fx@gnu.org>
12364
12365 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12366
12367 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12368
12369 * play/studly.el (studlify-region, studlify-word): Add autoload
12370 cookie.
12371
12372 * play/morse.el (morse-region, unmorse-region): Add autoload
12373 cookie.
12374
12375 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12376 concat.
12377
12378 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12379 insist on symbols starting with word syntax.
12380 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12381 (eval-defun-1): Doc fix.
12382 (indent-sexp): Use nconc to build up indent-stack.
12383
12384 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12385 Gnus with little use.
12386 (mail-setup-hook): Add mail-abbrevs-setup to options.
12387
12388 * recentf.el: Doc fixes.
12389
12390 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12391 Clean up remainder.
12392
12393 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12394 without timezone and (8) with timezone to enforce some whitespace.
12395 Simplify code somewhat.
12396
12397 * options.el (list-options): Doc that you should use customize.
12398
12399 * iswitchb.el (iswitchb-mode): Add :require.
12400
12401 * info.el (Info-goto-node, Info-menu): Doc fix.
12402 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12403 (info-tool-bar-map): New variable.
12404 (Info-mode): Use it.
12405 (Info-edit-map): Define all in defvar.
12406 (speedbar-attached-frame): Avoid compiler warning.
12407
12408 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12409 (global-map): Bind [tool-bar] to a filtered map.
12410 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12411 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12412 Allow PBM icons.
12413 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12414
12415 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12416 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12417 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12418 icons, except up_arrow, which is left-arrow rotated.
12419
12420 * imenu.el (imenu-add-to-menubar): Fix last change.
12421
12422 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12423
12424 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12425 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12426
12427 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12428
12429 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12430 typos in doc strings.
12431
12432 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12433 the doc strings how to customize Font Lock faces.
12434
12435 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12436 computing growth when dragging the header line.
12437
12438 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12439
12440 * simple.el (kill-line): Doc fix.
12441
12442 2000-10-08 Miles Bader <miles@gnu.org>
12443
12444 * faces.el (secondary-selection): Make foreground visible on tty.
12445
12446 * jka-compr.el (auto-compression-mode): Move to the end of the
12447 file, because `define-minor-mode' actually calls the mode-function
12448 if the associated variable is non-nil, which requires that all
12449 needed functions be already defined.
12450 (with-auto-compression-mode): Add autoload cookie.
12451
12452 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12453
12454 * files.el (find-backup-file-name) [ms-dos]: If support for long
12455 file names is not available, behave as if version-control were set
12456 to never.
12457
12458 2000-10-07 Dave Love <fx@gnu.org>
12459
12460 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12461 (browse-url-gnome-moz): New function.
12462 (browse-url-browser-function): Use it.
12463 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12464
12465 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12466
12467 * indent.el (tab-always-indent): New var.
12468 (indent-for-tab-command): Use it.
12469
12470 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12471 raise an error. This way it can still default to a sane value.
12472
12473 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12474
12475 * startup.el (fancy-splash-screens): Use local rather than global map.
12476 Don't use `update-menu-bindings' any more.
12477 Get rid of assumptions about keymap representation.
12478
12479 2000-10-06 Dave Love <fx@gnu.org>
12480
12481 * textmodes/fill.el (sentence-end-double-space)
12482 (sentence-end-without-period): Doc fix.
12483 (adaptive-fill-regexp): Purecopy.
12484 (unjustify-current-line): Use line-end-position.
12485 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12486
12487 * net/eudc-vars.el (eudc): Add :version, :link.
12488
12489 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12490
12491 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12492 Fix for define-minor-mode.
12493 (function-at-point): Alias to function-called-at-point.
12494
12495 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12496
12497 * simple.el (backward-word): Doc fix.
12498
12499 * image-file.el (image-file-name-regexp): image-file-regexps ->
12500 image-file-name-regexps.
12501 (image-file-name-extensions): Add pbm.
12502
12503 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12504
12505 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12506 and add filename to the names so that diff-mode can jump to source.
12507
12508 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12509 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12510 (tex-font-lock-keywords-1): Remove.
12511 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12512 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12513 (font-lock-default-fontify-region):
12514 Expand beg..end correctly when just following a multiline region.
12515 (font-lock-fontify-anchored-keywords):
12516 Include the anchor text as part of the multiline.
12517
12518 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12519
12520 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12521 latter needs the autoloaded define-minor-mode macro during the
12522 bootstrap.
12523
12524 * startup.el (command-line): For now, activate tool-bar-mode only
12525 if XPM images are supported.
12526
12527 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12528 window by dragging a header-line at the top of the frame; that's
12529 confusing because the header-line doesn't move.
12530 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12531 of treating the event as a list. Some cleanup.
12532
12533 2000-10-06 Miles Bader <miles@gnu.org>
12534
12535 * simple.el (display-message-or-buffer): New function.
12536 (shell-command-on-region): Use `display-message-or-buffer'.
12537
12538 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12539 docstring parts.
12540
12541 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12542 (smbclient-prompt-regexp): Add usage note to doc string.
12543 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12544 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12545 Use add-hook for adding the comint filter function, and only do so
12546 if it's not already in the global hook list.
12547 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12548 to `make-local-variable'.
12549 (nslookup-font-lock-keywords): Remove prompt entry.
12550 (nslookup): Don't set the process-filter.
12551 (finger): Exit the loop correctly when the regexps list runs out.
12552 (ftp, smbclient, smbclient-list-shares):
12553 Set the real major mode immediately, not after execing.
12554 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12555
12556 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12557
12558 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12559
12560 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12561
12562 * which-func.el (which-func-format): Remove spurious space.
12563 (which-func-mode): Don't make it permanent-local.
12564 (which-func-ff-hook): Allow which-func-maxout to be nil.
12565 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12566 (which-func-mode): Simplify.
12567 Use post-command-idle-hook rather than post-command-hook.
12568 Go through all buffers and update their state.
12569 (which-function): Also try add-log-current-defun-function.
12570
12571 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12572 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12573 Update call to with-vc-properties accordingly.
12574 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12575 (vc-revert-buffer): More careful about window selection and deletion.
12576 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12577
12578 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12579 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12580 (cvs-dired-action): Change the default to quickdir.
12581
12582 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12583 if comment-indent-function returns nil.
12584 (comment-indent-default): New function.
12585 (comment-indent-function): Use it and document the new semantics.
12586
12587 * image-file.el: Docstring fixes.
12588
12589 * help.el (help-xref-on-pp): Use match-string.
12590 (describe-variable): New arg BUFFER.
12591 Store the current buffer in the help-xref-stack.
12592 (temp-buffer-resize-mode): Use define-minor-mode.
12593
12594 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12595 consistently with its docstring.
12596 Set jit-lock-first-unfontify-pos in an idempotent way.
12597 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12598
12599 2000-10-05 Alex Schroeder <alex@gnu.org>
12600
12601 * sql.el (sql-mysql-options): New variable.
12602 (sql-mysql): Use it.
12603
12604 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12605
12606 * image.el (image): New group.
12607
12608 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12609 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12610
12611 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12612
12613 * net/net-utils.el (nslookup-font-lock-keywords)
12614 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12615 Ignore the value of wqindow-system; always define keywords
12616
12617 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12618
12619 * startup.el (fancy-splash-screens): Remove the code for
12620 debugging; `(trace-to-stderr "EXITTT\n")'.
12621
12622 2000-10-05 Miles Bader <miles@gnu.org>
12623
12624 * diff-mode.el (diff-goto-source): Update call to
12625 `diff-hunk-status-msg' to reflect new REV variable.
12626
12627 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
12628
12629 * progmodes/icon.el (icon-mode):
12630 Don't gratuitously override the default for comment-column.
12631
12632 * vc-hooks.el (vc-mode-line): Fix interactive spec.
12633
12634 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12635 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12636 (jit-lock-functions): New var.
12637 (jit-lock-function-1): Use it if non-nil.
12638 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
12639 Set the `fontified' property before doing the fontification to avoid
12640 repeatedly going through the same error.
12641 Don't turn errors into messages.
12642 (jit-lock-register, jit-lock-unregister): New functions.
12643
12644 * dired.el (dired-mark-pop-up): Turn comment into docstring.
12645 Use with-current-buffer.
12646
12647 * dired-aux.el (dired-do-create-files, dired-kill-tree):
12648 Turn comment into docstring.
12649
12650 * apropos.el (apropos-mode): Use define-derived-mode.
12651
12652 2000-10-04 Gerd Moellmann <gerd@gnu.org>
12653
12654 * startup.el (fancy-splash-pending-command): New variable.
12655 (fancy-splash-pre-command): New function.
12656 (fancy-splash-screens): Rewritten.
12657 (command-line-1): If fancy-splash-pending-command is set, call it
12658 interactively.
12659
12660 2000-10-04 Dave Love <fx@gnu.org>
12661
12662 * toolbar/tool-bar.el (tool-bar-setup): New function.
12663 (tool-bar-mode): Use it.
12664
12665 * subr.el (substitute-key-definition): Doc fix.
12666 (play-sound-file): New command.
12667
12668 2000-10-04 Andre Spiegel <spiegel@gnu.org>
12669
12670 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
12671 vc-version-backup-file-name): New functions.
12672
12673 * files.el (basic-save-buffer): Call vc-before-save before saving.
12674
12675 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
12676 vc-cvs-stay-local-p.
12677
12678 * vc.el (vc-revert-buffer): Handle empty diff properly.
12679 (vc-version-backup-file): New function.
12680 (vc-checkout): Create a version backup if necessary.
12681 (vc-checkin): If a version backup file exists, delete it.
12682 (vc-version-diff): Diff locally using version backups, if available.
12683 (vc-revert-file): If there's a version backup, revert locally.
12684 (vc-transfer-file): Use version backup for base version, if
12685 available. If not, ask for confirmation whether to get it from the
12686 server. Update mode line before check-in.
12687
12688 2000-10-04 Dave Love <fx@gnu.org>
12689
12690 * toolbar/tool-bar.el (tool-bar-setup): New function.
12691 (tool-bar-mode): Use it.
12692
12693 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12694
12695 * net/net-utils.el (nslookup-font-lock-keywords)
12696 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12697 Only set if window-system is non-nil
12698 (net-utils-run-program): Returns buffer.
12699 (network-connection-reconnect): Added this function.
12700
12701 * generic.el:
12702 Incorporates extensive cleanup and docfixes by
12703 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
12704 Uses cl compile-time macros.
12705 (generic-mode-name, generic-comment-list)
12706 (generic-keywords-list, generic-font-lock-expressions)
12707 (generic-mode-function-list, generic-mode-syntax-table):
12708 Removed variables.
12709 (generic-mode-alist): Renamed to generic-mode-list.
12710 (generic-find-file-regexp): Default changed to "^#".
12711 (generic-read-type): Uses completing read on generic-mode-list.
12712 (generic-mode-sanity-check): removed this function.
12713 (generic-add-to-auto-mode): Removed this function
12714 (generic-mode-internal): Bind mode-specific definitions
12715 into function instead of putting them in alist.
12716 (generic-mode-set-comments): Reworked extensively.
12717 (generic-mode-find-file-hook): Simplified regexp searching
12718 (generic-make-keywords-list): Omit extra pair of parens
12719
12720 * find-lisp.el (find-lisp-find-files-internal):
12721 Make sure directory name ends with "/".
12722
12723 * generic-x.el (apache-conf-generic-mode):
12724 Regexp now allows leading whitespace.
12725 (rc-generic-mode): Added eval-when-compile
12726 around generic-make-keywords-list.
12727 Deleted duplicate regexp
12728 (rul-generic-mode): Added eval-when-compile
12729 around generic-make-keywords-list.
12730 (etc-fstab-generic-mode): New generic mode.
12731 (rul-generic-mode): Removed one eval-when-compile
12732 which caused a max-specpdl-size exceeded error.
12733
12734 2000-10-04 Miles Bader <miles@gnu.org>
12735
12736 * simple.el (minibuffer-temporary-goal-position): New variable.
12737 (next-history-element): Try to keep the position of point in the
12738 input string constant.
12739
12740 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
12741 (dired-do-create-files): If there's only one file, pass it in as
12742 the DEFAULT arg to dired-mark-read-file-name.
12743
12744 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
12745
12746 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
12747 (diff-goto-source): Be smarter when choosing REVERSE or not.
12748
12749 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
12750 (texinfo-mode-menu): Add an explicit shortcut for update all.
12751
12752 2000-10-03 Andre Spiegel <spiegel@gnu.org>
12753
12754 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
12755 factorize backend-specific code cleanly (this was essentially
12756 conceived by Stefan Monnier).
12757 (vc-unregister): Function removed.
12758 (vc-revert-file): New function.
12759 (vc-revert-buffer): Delegate some of the work to it.
12760
12761 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
12762 default branch unconditionally.
12763 (vc-rcs-set-default-branch): New function.
12764 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
12765 (vc-rcs-checkin): If an appropriate default branch has been set,
12766 force creation of that branch.
12767 (vc-rcs-receive-file): Rewritten to contain only backend-specific
12768 code (as suggested by Stefan Monnier).
12769
12770 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12771
12772 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
12773 highlighting overlay with a different face over the overlay
12774 isearch uses to highlight the current match because that can lead
12775 to bad face combinations.
12776
12777 * loadup.el (toplevel): Load faces before isearch.
12778
12779 * isearch.el (isearch-faces): New custom group.
12780 (isearch): New defface; was already tested for in the code.
12781 (isearch-lazy-highlight-face): Changed to defface from defcustom.
12782 (isearch-highlight): Always use face `isearch'.
12783
12784 2000-10-02 Dave Love <fx@gnu.org>
12785
12786 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
12787 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
12788 comparison of opcode with operand.
12789
12790 2000-10-03 Miles Bader <miles@gnu.org>
12791
12792 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
12793 buffer, since the echo area will now grow to accommodate them.
12794
12795 2000-10-02 Andre Spiegel <spiegel@gnu.org>
12796
12797 * vc-hooks.el (vc-registered): If FILE used to be registered under
12798 a certain backend, try that one first.
12799
12800 * vc.el (vc-responsible-backend): Undo the previous change in the
12801 argument list. Handle multiple backends correctly.
12802 (vc-find-new-backend): Function removed.
12803 (vc-register): Use vc-responsible-backend, as before.
12804 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
12805
12806 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12807
12808 * startup.el (fancy-splash-head): Change message below the
12809 logo.
12810
12811 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
12812
12813 * diff-mode.el (diff-goto-source): Emit a status message.
12814 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
12815 (diff-test-hunk): Fix doc string.
12816 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
12817 (diff-advance-after-apply-hunk): New variable.
12818 (diff-apply-hunk): Don't return a value.
12819
12820 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
12821
12822 * vc.el (vc-editable-p): Minor optimization.
12823 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
12824 (vc-find-new-backend): New function split from vc-responsible-backend.
12825 (vc-register): Use it.
12826 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
12827 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
12828 (vc-default-unregister, vc-revert-buffer): Docstring fix.
12829 (vc-clear-headers): Don't use find-file.
12830 (vc-revert-buffer): Use `and' again (must have been a braino).
12831 (vc-switch-backend): Only prompt if requested.
12832 Short circuit if nothing is to be done.
12833 Don't use vc-resynch-buffer which could lose unsaved editing.
12834 (vc-default-receive-file): Update call to vc-unregister.
12835 (with-vc-file, vc-next-action-on-file):
12836 Use vc-backend rather than vc-registered.
12837 (vc-next-action-on-file): Use intern-soft.
12838 Deal with read-only *vc-diff* buffer.
12839 (vc-transfer-file): Docstring fix.
12840
12841 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
12842 (vc-rcs-receive-file): Avoid with-vc-properties.
12843 Update call to vc-unregister.
12844 Use constant `RCS' rather than (dynamically bound) var `backend'.
12845
12846 2000-10-01 Andre Spiegel <spiegel@gnu.org>
12847
12848 * vc.el (vc-next-action-on-file): Update mode line only if file
12849 is visited.
12850 (vc-start-entry): New argument initial-contents. Don't visit the file
12851 if it isn't already visited. Brought documentation up-to-date.
12852 (vc-next-action, vc-register): Updated calls to vc-start-entry.
12853 (vc-checkin): New optional arg initial-contents, which is passed to
12854 vc-start-entry.
12855 (vc-finish-logentry): Make sure to bury log buffer only if there
12856 really is one. Call `vc-resynch-buffer' on log-file, not
12857 buffer-file-name.
12858 (vc-default-comment-history, vc-default-wash-log): New functions.
12859 (vc-index-of): Removed.
12860 (vc-transfer-file): Make do without the above.
12861 (vc-default-receive-file): Call comment-history unconditionally. Pass
12862 the resulting string to vc-checkin, instead of inserting it into the
12863 comment ring.
12864
12865 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
12866 unconditionally. Use the comments as initial contents of the log
12867 entry buffer. Document the trick to force branch creation with no
12868 changes.
12869
12870 2000-10-01 Miles Bader <miles@gnu.org>
12871
12872 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
12873 `recenter' with an arg to prevent redrawing the display.
12874
12875 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
12876
12877 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
12878
12879 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
12880
12881 * progmodes/c-mode.el (c-mode):
12882 Don't gratuitously override the default for comment-column.
12883
12884 * textmodes/tex-mode.el (latex-metasection-list): New var.
12885 (latex-imenu-create-index): Use it.
12886 Move the regexp construction outside loops (and use push).
12887 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
12888 (tex-font-lock-keywords): Moved from font-lock.el.
12889 (tex-comment-indent): Remove.
12890 (tex-common-initialization): Don't set comment-indent-function.
12891 (latex-block-default): New var.
12892 (tex-latex-block): Use it to provide a default choice.
12893 Add any unknown choice to latex-block-names.
12894 Insert [...] after {...}.
12895 (tex-last-unended-begin): Simplify regexp.
12896 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
12897 (latex-forward-sexp-1, latex-forward-sexp): New functions.
12898 (latex-mode): Set forward-sexp-function.
12899
12900 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
12901 Add regexp for @ignore ... @end ignore.
12902 (texinfo-heading-face): New face.
12903 (texinfo-font-lock-keywords): Use it.
12904 (texinfo-mode-menu): New menu.
12905 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
12906 New functions.
12907 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
12908 (texinfo-section-types-regexp, texinfo-section-level-regexp)
12909 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
12910 Remove declaration.
12911 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
12912
12913 * delsel.el (delete-selection-mode): Use define-minor-mode.
12914
12915 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
12916
12917 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12918
12919 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
12920
12921 2000-09-30 Gerd Moellmann <gerd@gnu.org>
12922
12923 * replace.el (keep-lines-read-args): New function.
12924 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
12925 read arguments interactively. Add parameters RSTART and REND.
12926 Operate on the active region in Transient Mark mode.
12927
12928 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
12929
12930 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
12931 (authors-obsolete-files-regexps): New variable.
12932 (authors-add): Don't record changes in obsolete files.
12933
12934 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12935
12936 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
12937
12938 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
12939 (comment-indent): Make sure there's a space between code and comment.
12940 Shift comments left to avoid going past fill-column.
12941
12942 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12943
12944 * startup.el (startup-echo-area-message): New function.
12945 (display-startup-echo-area-message): Use it.
12946 (fancy-splash-screens): Rewritten to use keymaps and a timer.
12947 (fancy-splash-default-action): New function.
12948 (fancy-splash-screens-1): New function.
12949 (fancy-splash-head): Put a help-echo and a keymap under the image.
12950
12951 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12952
12953 * diff-mode.el (diff-add-log-file-name): Remove.
12954 (diff-mode): Use add-log-buffer-file-name-function.
12955
12956 * add-log.el (find-change-log): New arg BUFFER-FILE.
12957 (add-log-file-name): Obey add-log-file-name-function.
12958 (add-log-buffer-file-name-function): New var.
12959 (add-change-log-entry): Use it.
12960
12961 2000-09-29 Miles Bader <miles@gnu.org>
12962
12963 * image-file.el (image-file-name-extensions): New variable.
12964 (image-file-name-regexps): Renamed from `image-file-regexps'.
12965 New default value is nil. Call `auto-image-file-mode'.
12966 (image-file-name-regexp): New function.
12967 (auto-image-file-mode): New minor mode.
12968 (insert-image-file): Don't make conditional on the image-file
12969 handler being enabled.
12970 (image-file-handler): Make the call here conditional instead.
12971 (set-image-file-handler-enabled, enable-image-file-handler)
12972 (disable-image-file-handler): Functions removed.
12973
12974 * emacs-lisp/authors.el (authors-print): Rephrase many-files
12975 string.
12976
12977 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12978
12979 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
12980 it's a function from CL.
12981 (latex-imenu-create-index): Replace eval-when-compile with progn
12982 because latex-section-alist is not bound while compiling.
12983
12984 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12985
12986 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
12987 (outline-mode): Use define-derived-mode.
12988
12989 * progmodes/perl-mode.el (perl-mode):
12990 * progmodes/awk-mode.el (awk-mode):
12991 * progmodes/asm-mode.el (asm-mode):
12992 Don't gratuitously override the default for comment-column.
12993
12994 * emacs-lisp/lisp.el (lisp-complete-symbol):
12995 Distinguish the let-binding case from the funcall case.
12996 (forward-sexp-function): New variable.
12997 (forward-sexp): Use it.
12998
12999 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13000 (easy-mmode-defmap): Remove the now useless autoload.
13001
13002 * time.el (display-time-mode): Use define-minor-mode.
13003
13004 * subr.el (add-minor-mode): Don't eval NAME.
13005 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13006 Use if rather than cond.
13007
13008 * simple.el (read-expression-map): Define more properly.
13009 (comment-indent-hook): Remove.
13010 (string-to-syntax): Bug fix.
13011
13012 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13013 (cvs-ediff-diff): Fix typo.
13014 (cvs-revert-if-needed): Don't bother preserving read-only.
13015
13016 * paren.el (show-paren-mode): Use define-minor-mode.
13017
13018 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13019 (toggle-auto-compression): Remove.
13020 (jka-compr-build-file-regexp): Remove useless grouping.
13021
13022 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13023 Avoid user-reserved bindings.
13024 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13025 (diff-header-face): Revert to grey85.
13026
13027 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13028
13029 * complete.el (partial-completion-mode) <defcustom>: Remove.
13030 (partial-completion-mode): Use define-minor-mode.
13031 (PC-do-completion): Understand `completion-auto-help = delay'
13032 to mean to popup the completion buffer only the second time.
13033 (PC-include-file-all-completions, PC-include-file-all-completions)
13034 (PC-include-file-all-completions): Don't quote lambda.
13035
13036 * comint.el (comint-mode-hook): Docstring fix.
13037 (comint-mode): Use define-derived-mode.
13038 (comint-mode-map): Remove obsolete comment.
13039 (make-comint): Minor stylistic change.
13040 (comint-insert-clicked-input): Be more careful to find the overlay.
13041 Use this-command-keys rather than hardcoding mouse-2.
13042
13043 * font-lock.el: Replace confusing (,@ with ,
13044 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13045 Don't use regexp-opt-depth. Spice up the regexp for args.
13046 Don't distinguish between cmds that can take an opt arg or not.
13047 Use `append' and `prepend' rather than `keep'.
13048
13049 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13050 (latex-outline-regexp): New var.
13051 (latex-outline-level): New fun.
13052 (latex-section-alist): New var.
13053 (latex-imenu-create-index): Use it. Use `push' as well.
13054 (tex-shell-map): Initialize it properly.
13055 (tex-mode): Minor stylistic change.
13056 (plain-tex-mode): Use define-derived-mode.
13057 (latex-mode): Use define-derived-mode.
13058 Construct the paragraph regexps in a more readable way.
13059 Set the buffer-local outline-{level,regexp} vars.
13060 (slitex-mode): Derive from latex-mode.
13061 (tex-common-initialization): Don't kill-all-vars anymore.
13062 Add setting for comment-add and font-lock-defaults.
13063 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13064 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13065 (tex-start-tex): New arg DIR (and send a chdir command for it).
13066 Also display the shell buffer and save it in tex-last-buffer-texed.
13067 (tex-region): Use expand-file-name rather than concat.
13068 Remove code made useless by changes in tex-start-tex.
13069 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13070
13071 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13072
13073 2000-09-28 Dave Love <fx@gnu.org>
13074
13075 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13076
13077 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13078
13079 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13080 `append'.
13081
13082 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13083
13084 * info.el (Info-extract-pointer): Undo last change.
13085 Instead, fix the position of the `bound' arg to re-search-backward.
13086
13087 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13088
13089 * info.el (Info-extract-pointer):
13090 Widen more carefully, to avoid finding pointers in other nodes.
13091 (Info-index): Use push.
13092
13093 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13094
13095 * frame.el (set-frame-font): Remove call to obsolete function
13096 frame-update-faces.
13097 (set-foreground-color, set-background-color): Likewise for
13098 frame-update-face-colors.
13099
13100 2000-09-27 Miles Bader <miles@gnu.org>
13101
13102 * image-file.el: New file.
13103
13104 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13105
13106 * frame.el (frame-notice-user-settings): Don't call
13107 frame-update-faces, which is a no-op now.
13108
13109 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13110 tool-bar-lines.
13111
13112 2000-09-27 Dave Love <fx@gnu.org>
13113
13114 * mouse.el: Fix last change.
13115
13116 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13117
13118 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13119
13120 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13121
13122 * international/quail.el (quail-help): The output message is
13123 improved.
13124
13125 2000-09-26 Dave Love <fx@gnu.org>
13126
13127 * mouse.el (popup-menu): If POSITION is nil, set it using
13128 mouse-position.
13129
13130 2000-09-25 Sam Steingold <sds@gnu.org>
13131
13132 * net/browse-url.el (browse-url-file-url): Check for null maps.
13133
13134 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13135
13136 * frame.el (frame-notice-user-settings): Don't add a
13137 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13138
13139 * frame.el (frame-notice-user-settings):
13140 Make tool-bar-mode and default-frame-alist consistent.
13141
13142 * toolbar/tool-bar.el (tool-bar-help): New function.
13143
13144 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13145
13146 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13147 current-load-list in top-level forms. Else this leaks a cons cell
13148 every time a defun is called.
13149
13150 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13151
13152 2000-09-25 Dave Love <fx@gnu.org>
13153
13154 * startup.el (fancy-splash-head): Check XPM is available.
13155
13156 * autoinsert.el (auto-insert): Doc fix.
13157 (auto-insert-alist): Following GNU notices, don't say `copyright
13158 _by_'. Use line-beginning-position.
13159 (auto-insert): Check buffer-file-name is non-nil before use.
13160
13161 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13162
13163 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13164 starting with `@def' or `@multitable', in addition to ones
13165 specified by the user in auto-fill-inhibit-regexp.
13166
13167 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13168
13169 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13170 rmail-dont-reply-to-names matches the empty string.
13171
13172 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13173
13174 * startup.el (command-line-1, fancy-splash-text): Change the
13175 text to sound more friendly.
13176
13177 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13178
13179 * progmodes/hideshow.el: Update author email address.
13180 Generally, sync w/ maintainer version 5.22.
13181 (hs-hide-all-non-comment-function): New var.
13182 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13183 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13184 (hs-show-region): Delete this command.
13185 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13186
13187 2000-09-22 Dave Love <fx@gnu.org>
13188
13189 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13190 (hl-line-highlight): Specify buffer when moving overlay.
13191
13192 * progmodes/fortran.el (fortran-mode): Locally set
13193 normal-auto-fill-function.
13194 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13195 (fortran-mode-map): Adjust auto-fill menu entry.
13196
13197 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13198
13199 * vc-rcs.el (toplevel): Require `vc' when compiling.
13200
13201 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13202
13203 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13204
13205 * vc.el (vc-switch-backend): Signal an error if the file is not
13206 registered under the new backend.
13207
13208 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13209 without explicit revision number.
13210
13211 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13212
13213 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13214 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13215 (diff-xor): New function.
13216 (diff-find-source-location): Use it. Fix a stupid name clash.
13217 (diff-hunk-status-msg): New function.
13218 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13219 (diff-test-hunk): Use diff-find-source-location.
13220 (diff-goto-source): Favor the `reverse'.
13221 (diff-hunk-text): Properly handle one-sided context diffs.
13222 (diff-apply-hunk): When done, advance to the next hunk.
13223
13224 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13225
13226 * startup.el (command-line): If frame was created with a non-zero
13227 tool-bar-lines parameter, switch tool-bar-mode on.
13228
13229 * add-log.el (change-log-date-face, change-log-name-face)
13230 (change-log-email-face, change-log-file-face)
13231 (change-log-list-face, change-log-conditionals-face)
13232 (change-log-function-face, change-log-acknowledgement-face):
13233 New faces, inheriting from font-lock faces.
13234 (change-log-font-lock-keywords): Use them.
13235
13236 2000-09-21 Dave Love <fx@gnu.org>
13237
13238 * progmodes/cperl-mode.el (top-level): Clean up
13239 `eval-when-compile's and assorted defvars.
13240 (cperl-invalid-face): Don't double-quote value. Change custom
13241 type.
13242 (cperl-mode): Set normal-auto-fill-function and don't zap
13243 auto-fill-function.
13244 (cperl-imenu--function-name-regexp-perl): Renamed from
13245 imenu-example--function-name-regexp-perl.
13246 (cperl-imenu--create-perl-index): Renamed from
13247 imenu-example--create-perl-index.
13248 (cperl-xsub-scan): Don't require cl.
13249
13250 * msb.el (msb-mode-map): Use substitute-key-definition.
13251 (msb-mode): Use msb-mode-map.
13252
13253 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13254
13255 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13256 New functions.
13257 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13258 (vc-switch-backend): New function.
13259 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13260 (vc-register): Fix prompt.
13261 (vc-unregister, vc-default-unregister): New functions.
13262 (vc-version-diff): Handle empty buffer in sentinel.
13263
13264 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13265 (vc-rcs-state-heuristic): Use it to guess the state of files with
13266 non-strict locking.
13267 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13268 been set with -b, but not created yet.
13269 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13270 contents in order to find the state.
13271 (vc-rcs-checkin): Allow creation of branches with no changes.
13272 (vc-rcs-unregister, vc-rcs-receive-file)
13273 (vc-rcs-set-non-strict-locking): New functions.
13274
13275 * vc-hooks.el (vc-name): Force correct computation of the value
13276 in case it is missing.
13277
13278 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13279
13280 * startup.el (fancy-splash-tail): Use a different foreground
13281 color on a dark frame background.
13282
13283 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13284
13285 * info.el: Use the correct capitalization when making Info-mode
13286 and Info-edit-mode `special' modes.
13287
13288 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13289
13290 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13291 (diff-mode): Add support for add-log.el.
13292 (diff-hunk-text): Use char offsets rather than line offsets.
13293 (diff-find-source-location): Replace LINE with line-offset (nil
13294 if not found) and always set POS to a meaningful position.
13295 Adapt to the new char-offsets.
13296 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13297 Adapt to the new diff-find-source-location.
13298 (diff-goto-source): Adapt to the new diff-find-source-location.
13299
13300 * add-log.el (add-log-file-name): New function (split out of
13301 add-change-log-entry).
13302 (add-change-log-entry): Use it.
13303 Call add-log-file-name-function with the changelog file name if
13304 the current buffer is not associated with any file.
13305 Avoid find-file if the selected window is dedicated.
13306
13307 * diff-mode.el (diff-find-source-location):
13308 Move code from diff-apply-hunk. Return buffer rather than file.
13309 (diff-apply-hunk): Use the new result from diff-find-source-location.
13310 (diff-goto-source): Use the new diff-find-source-location.
13311
13312 2000-09-20 Dave Love <fx@gnu.org>
13313
13314 * iswitchb.el: Some doc fixes.
13315 (iswitchb-mode-map): Define completely initially. Inherit
13316 minibuffer-local-map.
13317 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13318 fundamental-mode.
13319 (iswitchb-global-map): New variable.
13320 (iswitchb-summaries-to-end): Amalgamate regexps.
13321 (iswitchb-mode): New.
13322 (iswitchb-mode-hook): New variable.
13323 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13324 `extensions'.
13325
13326 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13327
13328 * ehelp.el (electric-help): New defgroup.
13329 (electric-help-shrink-window): New user-option.
13330 (with-electric-help): Use it.
13331
13332 * window.el (shrink-window-if-larger-than-buffer): If face
13333 `mode-line' has a :box, and we're on a graphical frame, add 1
13334 to the needed window height.
13335
13336 * frame.el (frame-notice-user-settings): Add a last parameter nil
13337 to a call to `append', because the last list passed to `append' is
13338 not copied, and so subsequent calls to assq-delete-all will modify
13339 default-frame-alist.
13340
13341 * startup.el (fancy-splash-image): Change :type.
13342 (fancy-splash-head): Use an XBM image if appropriate.
13343 (command-line-1): Show splash screens in more cases.
13344
13345 * startup.el (fancy-splash-text): Don't quote faces.
13346
13347 * dired.el (dired-font-lock-keywords): Undo last change.
13348 (dired-readin): Bind indent-tabs-mode to nil.
13349
13350 * startup.el (fancy-splash-head): If frame's background mode
13351 is `dark', change the black background of the image to gray.
13352 (fancy-splash-screens): Display startup echo area message.
13353 (display-startup-echo-area-message): New function.
13354
13355 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13356
13357 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13358
13359 * info.el (info-header-node): Tweak for color ttys.
13360
13361 * faces.el (face-valid-attribute-values): Make sure directories we
13362 search for stipples both exist and are readable before trying to
13363 search them.
13364
13365 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13366 in the dry-run case.
13367
13368 * jka-compr.el (with-auto-compression-mode): New macro.
13369
13370 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13371 (custom-group-tag-face, custom-variable-tag-face): Use relative
13372 :height and inherit from `variable-pitch' face instead of
13373 hardwiring :family.
13374 * hi-lock.el (hi-black-hb): Likewise.
13375
13376 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13377 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13378 toolbar-add-item, if image doesn't have a mask add a `:mask
13379 heuristic'.
13380
13381 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13382
13383 * diff-mode.el: Docstring fixes.
13384 (diff-header-face, diff-comment-face): New faces.
13385 (diff-font-lock-keywords): Highlight a bit differently.
13386 (diff-find-source-location): Don't return SPAN any more.
13387 (diff-hunk-text): Don't bother erasing the temp buffer.
13388 (diff-find-text): Drop argument LINE.
13389 (diff-apply-hunk): Update calls to diff-find-text.
13390 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13391
13392 * calendar/calendar.el: Docstring fixes.
13393 (calendar-make-alist): Don't quote lambda.
13394 (calendar-star-date): Use make-local-variable.
13395
13396 2000-09-19 Dave Love <fx@gnu.org>
13397
13398 * toolbar/tool-bar.el: Renamed from toolbar.el.
13399 Change `toolbar' to `tool-bar' generally in symbols.
13400 Make some items invisible in `special' major modes.
13401 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13402 Add arg PROPS.
13403
13404 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13405 Add :version here.
13406 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13407
13408 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13409
13410 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13411
13412 * files.el (find-file-suppress-same-file-warnings): New user-option.
13413 (find-file-noselect): Use it.
13414
13415 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13416 (fancy-splash-screen): Defgroup.
13417
13418 * add-log.el (change-log-font-lock-keywords): Match names
13419 more exactly for the case that font-lock-constant-face is
13420 underlined.
13421
13422 2000-09-19 Richard M. Stallman <rms@gnu.org>
13423
13424 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13425
13426 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13427
13428 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13429
13430 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13431
13432 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13433 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13434 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13435 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13436 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13437 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13438 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13439 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13440 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13441 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13442 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13443 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13444
13445 * startup.el (fancy-splash-text): New variable.
13446 (fancy-splash-delay, fancy-splash-image): New user-options.
13447 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13448 (fancy-splash-screens): New functions.
13449 (command-line-1): If display has a `display' frame parameter, has
13450 colors, and we have XPM support, show more fancy splash screens.
13451
13452 2000-09-19 Dave Love <fx@gnu.org>
13453
13454 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13455 with null `help'. Use modern backquote syntax.
13456
13457 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13458
13459 * font-lock.el (font-lock-mode): Change message telling the user
13460 that ``the buffer is too big''.
13461
13462 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13463 for instance for the case that tab-width is 2.
13464
13465 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13466
13467 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13468 toolbar-add-item, if image doesn't have a mask add a `:mask
13469 heuristic'.
13470
13471 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13472
13473 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13474 and return a cons if it's non-nil.
13475 (diff-apply-hunk): Try to jump to the line in the source text
13476 corresponding to the position of point in the in the hunk.
13477
13478 * info.el (Info-title-3-face, Info-title-2-face)
13479 (Info-title-1-face): Use face inheritance and relative sizes
13480 instead of hard-wiring things.
13481
13482 * faces.el (secondary-selection): Make dark-background variant sane.
13483
13484 2000-09-16 Andrew Innes <andrewi@gnu.org>
13485
13486 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13487 read-only, since they aren't under VC now.
13488
13489 2000-09-17 Dave Love <fx@gnu.org>
13490
13491 * tmm.el: Replace mapcar with mapc in several places.
13492
13493 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13494 ad-unadvise.
13495
13496 * international/latin1-disp.el: New file.
13497
13498 * calendar/cal-move.el (scroll-calendar-left)
13499 (scroll-calendar-right): Make arg optional (for active mode line).
13500
13501 * calendar/calendar.el (calendar-mode-line-format): Make fields
13502 mouse-sensitive.
13503 (calendar-read-date, calendar-read-date, calendar-window-list):
13504 Unquote lambda.
13505 (calendar-month-name): Use aref, not sref.
13506
13507 * view.el (minor-mode-alist): Propertize the string.
13508
13509 * international/characters.el (standard-case-table): Add entries
13510 for Greek.
13511
13512 2000-09-18 Miles Bader <miles@gnu.org>
13513
13514 * info.el (info-node, info-xref): Add dark-background variants.
13515
13516 * faces.el (header-line): Change defaults to be less confusing
13517 when mixed with mode-lines.
13518
13519 * info.el (Info-fontify-node): Make a few cleanups.
13520 Add extra `help-echo' and `local-map' props to node xrefs.
13521 Use header-specific faces for node-names & xrefs.
13522 (Info-use-header-line): New variable.
13523 (info-header-xref, info-header-node): New faces.
13524 (Info-setup-header-line): New function.
13525 (Info-select-node): Call Info-setup-header-line when enabled.
13526 (Info-extract-pointer): Work even if the header line is hidden.
13527 (Info-header-line): New variable.
13528
13529 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13530
13531 * vms-patch.el (print-region-function): Don't quote lambda.
13532
13533 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13534
13535 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13536 (lm-get-header-re): Allow spaces between the header and the colon.
13537 (lm-header): Allow $ in non-RCS headers.
13538 (lm-header-multiline): Put the strings back into order.
13539 Stop at an empty line. Don't require two space chars if the
13540 line is clearly not another header line.
13541
13542 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13543 (popup-menu-popup): Remove.
13544
13545 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13546
13547 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13548 specification if or if not tool-bar item contains an `:enabled'
13549 property.
13550
13551 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13552 current buffer has no file name.
13553
13554 2000-09-15 Dave Love <fx@gnu.org>
13555
13556 * strokes.el: Sync with maintainer's current version with changes
13557 for Emacs, but avoid runtime cl and levents.
13558 (toplevel): Change autoloads and compilation requires.
13559 (strokes-version, strokes-bug-address, strokes-lift): Values
13560 changed.
13561 (strokes-xpm-header, strokes-insinuated): New variable.
13562 (strokes): Add :link.
13563 (strokes-mode): Customized.
13564 (strokes-while-inhibiting-garbage-collector): New macro.
13565 (strokes-remassoc): Avoid remove-if.
13566 (strokes-fix-button2-command): Don't use ad-do-it.
13567 (strokes-insinuate): New function.
13568 (strokes-button-press-event-p, strokes-button-release-event-p):
13569 New functions, used instead of non-`strokes-' versions..
13570 (strokes-mouse-event-p): Rewritten.
13571 (strokes-event-closest-point): Avoid event-point.
13572 (strokes-get-grid-position): Avoid cdadr, caadr
13573 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13574 functions.
13575 (strokes-help): Use with-output-to-temp-buffer.
13576 (strokes-window-configuration-changed-p): New function.
13577 (strokes-update-window-configuration): Use buffer-live-p,
13578 strokes-window-configuration-changed-p.
13579 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13580 (strokes-char-face): New face.
13581 (strokes-char-table, strokes-base64-chars): New variable.
13582 (strokes-xpm-for-stroke, strokes-list-strokes)
13583 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13584 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13585 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13586 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13587 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13588 functions.
13589
13590 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13591
13592 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13593
13594 * image.el (create-image): Doc fix.
13595
13596 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13597 instead of `:heuristic-mask t'.
13598
13599 2000-09-14 Andrew Innes <andrewi@gnu.org>
13600
13601 * makefile.w32-in: Revert to Unix line endings.
13602
13603 2000-09-14 Andrew Innes <andrewi@gnu.org>
13604
13605 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13606 when installing.
13607
13608 * makefile.nt (DONTCOMPILE): Fix typo.
13609
13610 * shell.el (shell-write-history-on-exit): New function.
13611 (shell-dumb-shell-regexp): New custom variable.
13612 (shell-mode): Make shell-write-history-on-exit the process
13613 sentinel if shell name matches shell-dumb-shell-regexp.
13614
13615 * w32-fns.el: Comment out before-init-hook function which resets
13616 source-directory based; this breaks bootstrap.
13617
13618 2000-09-14 Dave Love <fx@gnu.org>
13619
13620 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13621 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13622 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13623 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13624 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13625 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13626 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13627 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
13628 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13629
13630 * toolbar/toolbar.el: New.
13631
13632 * subdirs.el: Add toolbar.
13633
13634 2000-09-14 Gerd Moellmann <gerd@gnu.org>
13635
13636 * indent.el (indent-for-tab-command): Doc fix.
13637
13638 2000-09-14 Alex Schroeder <alex@gnu.org>
13639
13640 * ansi-color.el (ansi-colors): Doc change.
13641 (ansi-color-get-face): Simplified regexp.
13642 (ansi-color-faces-vector): Added more faces, doc change.
13643 (ansi-color-names-vector): Doc change.
13644 (ansi-color-regexp): Simplified regexp.
13645 (ansi-color-parameter-regexp): New regexp.
13646 (ansi-color-filter-apply): Doc change.
13647 (ansi-color-filter-region): Doc change.
13648 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
13649 deal with zero length parameters.
13650 (ansi-color-apply-on-region): Doc change.
13651 (ansi-color-map): Doc change.
13652 (ansi-color-map-update): Removed debugging message.
13653 (ansi-color-get-face-1): Added condition-case to trap
13654 args-out-of-range errors.
13655 (ansi-color-get-face): Doc change.
13656 (ansi-color-make-face): Removed.
13657 (ansi-color-for-shell-mode): New option.
13658
13659 2000-09-13 Kenichi Handa <handa@etl.go.jp>
13660
13661 * international/quail.el (quail-start-translation): Translate KEY
13662 if necessary even if it doesn't have any mapping in the current
13663 input method.
13664 (quail-start-conversion): Likewise.
13665 (quail-help): The output message is improved.
13666
13667 2000-09-13 Miles Bader <miles@gnu.org>
13668
13669 * comint.el (comint-output-filter): Revert to using
13670 `insert-before-markers'. Add bletcherous hack to undo damage
13671 caused by `insert-before-markers'. Put `front-sticky' property on
13672 overlays created here so that the field code understands how the
13673 overlay works. Use a let when making comint-last-prompt-overlay,
13674 so that the code is easier to read.
13675
13676 2000-09-13 Dave Love <fx@gnu.org>
13677
13678 * wid-edit.el (widget-default-format-handler): DTRT when
13679 doc-property is a function.
13680
13681 2000-09-12 Francesco Potorti` <pot@gnu.org>
13682
13683 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
13684 filed name if it's not there.
13685
13686 2000-09-12 Dave Love <fx@gnu.org>
13687
13688 * simple.el (read-mail-command): Doc fix.
13689 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
13690
13691 * vc.el (vc-dired-listing-switches): Fix :version.
13692
13693 * vc-hooks.el: Doc fixes.
13694
13695 * subr.el (add-minor-mode): Use toggle-fun arg.
13696
13697 * speedbar.el: Add :version to several defcustoms.
13698
13699 * imenu.el (imenu--truncate-items, imenu--cleanup)
13700 (imenu--generic-function): Avoid mapcar.
13701 (imenu--replace-spaces): Function removed.
13702 (imenu--completion-buffer): Use subst-char-in-string.
13703 (imenu-add-to-menubar): Use keymap inheritance.
13704
13705 2000-09-12 Miles Bader <miles@gnu.org>
13706
13707 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
13708 (diff-mode-map): Bind `diff-test-hunk'.
13709 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
13710
13711 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13712
13713 * bytecomp.el (byte-compile-defvar): Undo last change
13714 because it breaks '(make-variable-buffer-local (defvar ...)'
13715 which is used at least in dired.
13716
13717 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13718
13719 * international/quail.el (quail-define-package): Docstring
13720 modified.
13721
13722 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13723
13724 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
13725 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
13726 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
13727 docstring of "chinese-py".
13728
13729 * international/quail.el (quail-translation-docstring): New
13730 variable.
13731 (quail-show-keyboard-layout): Docstring modified.
13732 (quail-select-current): Likewise.
13733 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
13734 infinite recursive call.
13735 (quail-help): Check quail-translation-docstring. Format of the
13736 output changed.
13737 (quail-help-insert-keymap-description): Adjusted for the above
13738 change.
13739
13740 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13741
13742 * bytecomp.el (byte-compile-defvar): Only cons onto
13743 current-load-list in top-level forms. Else this leaks a cons cell
13744 every time a defun is called.
13745
13746 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
13747
13748 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
13749 Now understands non-unified diffs. Some functionality moved into
13750 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
13751 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
13752 modify anything. Only reposition point in the patched file if the
13753 patch succeeds. Only pop up another window if POPUP is true.
13754 Emit a message describing what happened if successful, and at what
13755 line-offset. Automatically detect reversed hunks and do something
13756 appropriate.
13757 (diff-hunk-text, diff-find-text): New functions.
13758 (diff-filter-lines): Function removed.
13759 (diff-test-hunk): New function.
13760 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
13761
13762 2000-09-10 Dave Love <fx@gnu.org>
13763
13764 * textmodes/tildify.el: Minor doc/commentary fixes.
13765 (tildify) <defgroup>: Add :version.
13766
13767 * faces.el (face-x-resources): Make custom type more specific.
13768 (frame-background-mode): Use mapc.
13769 (region) <defcustom>: Add :version.
13770
13771 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
13772
13773 * vc-sccs.el (vc-sccs-register):
13774 * vc-rcs.el (vc-rcs-register):
13775 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
13776 * vc.el (vc-register): Clear file's properties.
13777
13778 2000-09-08 Gerd Moellmann <gerd@gnu.org>
13779
13780 * faces.el (face-spec-set): Only face-spec-reset-face when
13781 ATTRS is non-nil.
13782
13783 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13784
13785 * help.el (help-insert-xref-button): Fix a typo in doc string.
13786
13787 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
13788
13789 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13790 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
13791 methods.
13792
13793 * menu-bar.el (read-mail-item-name): New function.
13794 (menu-bar-tools-menu): Use it to compute and display the package
13795 used to read email.
13796 (menu-bar-tools-menu): Fix typo in GUD's help string.
13797
13798 2000-09-07 Dave Love <fx@gnu.org>
13799
13800 * diff-mode.el (diff-mouse-goto-source): New function.
13801
13802 * vc-sccs.el: Doc fixes.
13803 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
13804
13805 * vc-rcs.el: Doc fixes.
13806 (vc-rcs-register-switches, vc-rcs-checkin-switches)
13807 (vc-rcs-checkout-switches, vc-rcs-header)
13808 (vc-rcs-master-templates): Add or change :version.
13809
13810 * vc-cvs.el: Doc fixes.
13811 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
13812 (vc-cvs-stay-local): Add :version.
13813
13814 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
13815
13816 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13817
13818 * international/quail.el (quail-help): Fix previous change.
13819
13820 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13821
13822 * faces.el (color-values): Doc fix.
13823
13824 * faces.el (frame-set-background-mode): Use frame-parameter
13825 instead of frame-parameters.
13826
13827 * frame.el (filtered-frame-list): Reduce consing.
13828 (frames-on-display-list): Call frame-parameter instead of
13829 frame-parameters.
13830
13831 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13832
13833 * language/devan-util.el (devanagari-to-indian-region): In the
13834 loop, change the following char, not preceding char.
13835
13836 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13837
13838 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
13839 instead of frame-parameters.
13840
13841 * faces.el (set-face-attribute): Simplify by calling
13842 internal-set-lisp-face-attribute with FRAME being 0.
13843
13844 * vc.el: Remove `Id' version control keyword.
13845
13846 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13847
13848 * help.el (help-make-xrefs): Adjusted for the change of
13849 help-xref-mule-regexp.
13850 (help-insert-xref-button): New function.
13851
13852 * international/mule-cmds.el (help-xref-mule-regexp-template):
13853 Include the pattern for character set.
13854 (leim): New group.
13855
13856 * international/quail.el: Don't require face.
13857 (quail): New group.
13858 (quail-other-command): Dummy command to make quail-help work better.
13859 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
13860 (quail-keyboard-layout-substitution): New variable.
13861 (quail-update-keyboard-layout): New function.
13862 (quail-keyboard-layout-type): New customizable variable.
13863 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
13864 (quail-keyboard-translate): Pay attention to
13865 quail-keyboard-layout-substitution.
13866 (quail-insert-kbd-layout): New function.
13867 (quail-show-keyboard-layout): New function.
13868 (quail-get-translation): If the definition is a vector of length
13869 1, and the element is a string of length 1, return the character
13870 in that string.
13871 (quail-update-current-translations): Fix the case of
13872 relative-index out of range.
13873 (quail-build-decode-map, quail-insert-decode-map): New Functions.
13874 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
13875 Show key sequences for all available characters.
13876 (quail-help-insert-keymap-description): Don't show such verbose
13877 key bindings as quail-self-insert-command.
13878
13879 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13880 Format changed, and each element now have extra documentations.
13881 (tit-process-header): Delete invalid characters from TIT-PROMPT.
13882 Adjusted for the change of quail-cxterm-package-ext-info.
13883
13884 2000-09-06 Gerd Moellmann <gerd@gnu.org>
13885
13886 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
13887 requiring it leads to a recursive loading of vc.el and vc-hooks.el
13888 during bootstrap.
13889
13890 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13891
13892 * vc.el: (toplevel): Don't require `dired' at run-time.
13893 (vc-dired-resynch-file): Remove autoload cookie.
13894
13895 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13896
13897 * vc.el: Made several backend functions optional.
13898 (vc-default-responsible-p): New function.
13899 (vc-merge): Use RET for first version to trigger merge-news, not
13900 prefix arg.
13901 (vc-annotate): Handle backends that do not support annotation.
13902 (vc-default-merge-news): Removed. The existence of a merge-news
13903 implementation is now checked on caller sites.
13904
13905 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
13906 case.
13907
13908 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
13909 special case that has been removed from the default in vc-hooks.el.
13910
13911 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13912
13913 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
13914
13915 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13916
13917 * vc-hooks.el: Require vc during compilation.
13918 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
13919 macro `with-vc-properties' in vc.el.
13920 (vc-file-getprop): Doc fix.
13921 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
13922
13923 * vc.el: Require dired-aux during compilation.
13924 (vc-name-assoc-file): Moved to vc-sccs.el.
13925 (with-vc-properties): New macro.
13926 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
13927 vc-finish-steal): Use it.
13928 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
13929 to the backend-specific function is now supposed to do the checkout,
13930 too.
13931 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
13932
13933 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
13934 set file properties; that gets done in the generic code now.
13935
13936 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
13937 Changed parameter list, added code from vc.el that does the
13938 checkout, possibly with a double-take.
13939
13940 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
13941 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
13942 the above under the new name.
13943 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
13944 parameter list, added checkout command.
13945 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
13946 properties; that gets done in the generic code now.
13947
13948 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13949
13950 * vc.el: Docstring fixes (courtesy of checkdoc).
13951
13952 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13953
13954 * vc.el (vc-checkout-writable-buffer-hook)
13955 (vc-checkout-writable-buffer): Remove.
13956 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
13957 (vc-log-mode): Make it into a clean derived major mode.
13958 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
13959 vc-log-mode if log-edit is not available.
13960 (vc-dired-mode-map): Don't set-keymap-parent yet.
13961 (vc-dired-mode): Do set-keymap-parent here.
13962 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
13963
13964 2000-09-05 Gerd Moellmann <gerd@gnu.org>
13965
13966 * faces.el (set-face-attribute, face-spec-reset-face)
13967 (face-spec-set): Avoid consing by removing calls to `apply'.
13968
13969 * frame.el (frame-parameter): Move to C code.
13970
13971 2000-09-05 Dave Love <fx@gnu.org>
13972
13973 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
13974 insert-before-markers-and-inherit. Now checked systematically!
13975
13976 2000-09-05 Alex Schroeder <alex@gnu.org>
13977
13978 * sql.el (sql-postgres): Use sql-postgres-options.
13979 (sql-postgres-options): New variable.
13980
13981 2000-09-05 Alex Schroeder <alex@gnu.org>
13982
13983 * sql.el (sql-mode-menu): Work around missing variable mark-active
13984 in XEmacs.
13985 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
13986 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
13987 compatibility.
13988
13989 2000-09-04 Gerd Moellmann <gerd@gnu.org>
13990
13991 * vc.el (vc-dired-resynch-file): Add autoload cookie.
13992
13993 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
13994
13995 * Makefile.in (DONTCOMPILE): Fix typo in file name.
13996
13997 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13998
13999 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14000 don't support anything else under SCCS yet.
14001
14002 * vc-hooks.el: Minor doc fixes.
14003
14004 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14005
14006 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14007 not necessary. If verbose in state `needs-patch', do the same as
14008 under `up-to-date'. When NOT verbose and `needs-patch', check out
14009 latest version instead of `merge-news'.
14010 (vc-next-action-dired): Don't mess with default-directory here; it
14011 breaks other parts of dired. It is the job of the
14012 backend-specific functions to adjust it temporarily if they need it.
14013 (vc-next-action): Remove a special CVS case.
14014 (vc-clear-headers): New optional arg FILE.
14015 (vc-checkin, vc-checkout): Set properties vc-state and
14016 vc-checkout-time properly.
14017 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14018 (vc-print-log): Use new backend function `show-log-entry'.
14019 (vc-cancel-version): Do the checks in a different order. Added a
14020 FIXME concerning RCS-only code.
14021
14022 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14023 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14024
14025 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14026
14027 * vc-hooks.el (vc-default-mode-line-string): Show state
14028 `needs-patch' as a `-' too.
14029
14030 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14031
14032 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14033 (vc-default-could-register): New function.
14034 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14035 (vc-resynch-buffer): Call vc-dired-resynch-file.
14036 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14037 vc-resynch-buffer instead of vc-resynch-window.
14038 (vc-next-action-dired): Don't redisplay here, that gets done as a
14039 result of the individual file operations.
14040 (vc-retrieve-snapshot): Corrected prompt order.
14041
14042 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14043
14044 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14045 as well.
14046 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14047 hostname regexps. Updated all callers.
14048 (vc-cvs-responsible-p): Handle directories as well.
14049 (vc-cvs-could-register): New function.
14050 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14051 properties up-to-date.
14052
14053 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14054 user whether to create one.
14055
14056 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14057
14058 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14059 check out a non-existing file.
14060
14061 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14062 workfile does not exist.
14063
14064 * vc.el (vc-version-diff): Use `require' to check for existence of
14065 diff-mode.
14066
14067 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14068
14069 * vc-cvs.el (vc-cvs-registered): Use new function
14070 vc-cvs-parse-entry to do the actual work.
14071
14072 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14073
14074 * vc-hooks.el (vc-find-backend-function): If function doesn't
14075 exist, return nil instead of error.
14076 (vc-call-backend): Doc fix.
14077
14078 * vc.el (vc-do-command): Doc fix.
14079 (vc-finish-logentry): When checking in from vc-dired, choose the
14080 right backend for logentry check.
14081 (vc-dired-mode-map): Inherit from dired-mode-map.
14082 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14083 simplified.
14084 (vc-dired-state-info): Removed, updated caller.
14085 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14086 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14087 (vc-dired-listing-switches): New variable.
14088 (vc-directory): Use it, instead of dired-listing-switches.
14089
14090 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14091 (vc-cvs-dir-state): New function.
14092 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14093 (vc-cvs-parse-entry): New function, also to be used in
14094 vc-cvs-registered.
14095
14096 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14097
14098 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14099 *or* single-window-frames.
14100
14101 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14102
14103 * vc.el (vc-update-changelog): Split into generic part and default
14104 implementation. Doc string adapted.
14105 (vc-default-update-changelog): New function. Call the `rcs2log'
14106 script in exec-directory, to fix a long-standing nuisance.
14107
14108 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14109 simply signals an error.
14110
14111 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14112
14113 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14114 control-flow more clear and to avoid running `cvs' twice.
14115
14116 * vc.el (vc-next-action-on-file): Doc fix.
14117 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14118 (vc-print-log): Eval `file' before constructing the continuation.
14119
14120 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14121
14122 * vc.el (vc-next-action-on-file): Corrected several messages.
14123 (vc-merge): Add prefix arg `merge-news'; handle it.
14124
14125 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14126 is not reached. It is.
14127 (vc-cvs-merge): Set state to 'edited after merge.
14128 (vc-cvs-merge-news): Set workfile version to nil if not known.
14129 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14130
14131 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14132 via stdout. (Merge from main line.)
14133
14134 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14135
14136 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14137 detection.
14138
14139 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14140
14141 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14142 against kill-all-local-variables.
14143 (vc-log-edit): Don't save vc-parent-buffer any more.
14144 (vc-last-comment-match): Initialize to an empty string.
14145 (vc-post-command-functions): New hook.
14146 (vc-do-command): Run it.
14147 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14148 (vc-finish-logentry): Only add the comment to the ring if it's
14149 different from the last comment entered.
14150 (vc-new-comment-index): New function.
14151 (vc-previous-comment): Use it. Make the minibuffer message
14152 slightly less terse.
14153 (vc-comment-search-reverse): Make it work forward as well. Don't
14154 set vc-comment-ring-index if no match is found. Use
14155 vc-new-comment-index.
14156 (vc-comment-search-forward): Use vc-comment-search-reverse.
14157 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14158 define-derived-mode will do it for us. Bind `v' to a keymap that
14159 inherits from vc-prefix-map so that we can bind `vt' without
14160 binding C-x v t.
14161 (vc-retrieve-snapshot): Parenthesis typo.
14162
14163 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14164 to 1. Make sure to switch to *vc* before looking for an error
14165 message. Use vc-parse-buffer.
14166
14167 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14168
14169 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14170 and NAME.
14171 (vc-retrieve-snapshot): Split into two parts.
14172 (vc-default-retrieve-snapshot): New function.
14173
14174 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14175 (vc-cvs-retrieve-snapshot): New function (untested).
14176 (vc-cvs-stay-local): Default to t.
14177 (vc-cvs-remote-p): New function and property.
14178 (vc-cvs-state): Stay local only if the above is t.
14179 (vc-handle-cvs): Removed.
14180 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14181 done via vc-handled-backends now.
14182 (vc-cvs-header): Escape Id.
14183
14184 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14185
14186 * vc.el (vc-do-command): Remove unused commands.
14187 (vc-version-diff): Make sure default-directory ends with a slash.
14188 Move the window commands into a vc-exec-after.
14189 (vc-print-log): Move more of the code into the `vc-exec-after'.
14190
14191 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14192
14193 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14194 (vc-print-log): Search current revision from beginning of buffer.
14195 (vc-revert-buffer): Clear echo area after the diff is finished.
14196 (vc-prefix-map): Removed definition of "t" for terse display in vc
14197 dired.
14198 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14199 definition of "vt" for terse display.
14200 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14201
14202 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14203
14204 * vc.el (vc-exec-after): Avoid caddr.
14205
14206 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14207
14208 * vc.el (vc-exec-after): New function.
14209 (vc-do-command): Use it to add a termination message for async
14210 procs.
14211 (vc-checkout): Try to handle a missing-backend situation.
14212 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14213 of a directory with a backend using async diffs.
14214 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14215 present.
14216
14217 * vc-sccs.el (vc-sccs-state-heuristic): Use
14218 file-ownership-preserved-p.
14219
14220 * vc-rcs.el (vc-rcs-state-heuristic): Use
14221 file-ownership-preserved-p.
14222 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14223
14224 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14225
14226 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14227 vc-do-command.
14228
14229 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14230 when there are no changes.
14231
14232 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14233
14234 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14235
14236 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14237
14238 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14239
14240 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14241
14242 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14243 the `fset' outside of the defvar so that it works even if
14244 vc-prefix-map was already defined.
14245 (vc-setup-buffer): New function, split out of vc-do-command.
14246 (vc-do-command): Allow BUFFER to be t to mean `just use the
14247 current buffer without any fuss'.
14248 (vc-version-diff): Change the `diff' backend operation to just put
14249 the diff in the current buffer without erasing it. Always use
14250 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14251 shrink-window-if-larger-than-buffer.
14252 (vc-print-log): Change the `print-log' backend operation to just
14253 put the log in the current buffer without erasing it. Protect
14254 shrink-window-if-larger-than-buffer.
14255 (vc-update-change-log): Fix setd typo.
14256
14257 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14258 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14259
14260 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14261 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14262 CMP.
14263
14264 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14265 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14266 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14267
14268 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14269
14270 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14271 not possible, use vc-BACKEND-workfile-unchanged-p.
14272 (vc-default-workfile-unchanged-p): New function. Delegates to a
14273 full vc-BACKEND-diff.
14274
14275 * vc-hooks.el (vc-simple-command): Removed.
14276
14277 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14278 instead of vc-simple-command.
14279 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14280 avoid doing a diff when opening a file.
14281 (vc-rcs-state): Added check for unlocked-changes.
14282 (vc-rcs-header): Escape Id.
14283 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14284 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14285 version.
14286
14287 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14288 (vc-sccs-diff): Remove optional arg CMP.
14289 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14290 SCCS-specific function.
14291
14292 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14293 vc-simple-command.
14294
14295 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14296
14297 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14298 (with-vc-file, vc-merge): Use vc-editable-p.
14299 (vc-do-command): Remove unused var vc-file and fix the
14300 doubly-defined `status' var. Add a user message when starting an
14301 async command.
14302 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14303 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14304 Use with-current-buffer.
14305 (vc-buffer-sync): Use unless.
14306 (vc-next-action-on-file): If the file is 'edited by read-only,
14307 make it read-write instead of trying to commit.
14308 (vc-version-diff, vc-update-change-log): Use `setq
14309 default-directory' rather than `cd'.
14310 (vc-log-edit): Don't forget to set default-directory in the
14311 buffer.
14312
14313 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14314 (vc-sccs-state-heuristic): Use file-writable-p instead of
14315 comparing userids.
14316 (vc-sccs-checkout): Use `unless'.
14317
14318 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14319 of comparing userids.
14320 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14321 Simplify the logic by eliminating unreachable code.
14322 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14323 just do a recursive call if we need to retry.
14324 (vc-rcs-checkout): Handle the case where rcs is missing by making
14325 the buffer read-write if requested and re-signalling the error.
14326
14327 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14328
14329 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14330
14331 * vc-hooks.el (vc-handled-backends): Docstring change.
14332 (vc-ignore-vc-files): Mark obsolete.
14333 (vc-registered): Check vc-ignore-vc-files.
14334 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14335 vc-ignore-vc-files.
14336
14337 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14338
14339 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14340
14341 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14342 files since ange-ftp already has vc-registered return nil.
14343
14344 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14345 (vc-sccs-workfile-version): Use with-temp-buffer and new
14346 vc-parse-buffer and don't bother setting the property.
14347 (vc-sccs-add-triple): Use with-current-buffer and
14348 find-file-noselect.
14349 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14350
14351 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14352 derives from the old vc-parse-buffer but uses the revision number
14353 rather than the date (much easier to compare robustly).
14354 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14355 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14356 locking-user more directly. Check strict locking and set
14357 checkout-model appropriately.
14358 (vc-rcs-parse-locks): Remove.
14359 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14360 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14361 (vc-rcs-system-release): Use with-current-buffer and
14362 vc-parse-buffer.
14363 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14364
14365 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14366 (vc-simple-command): Docstring fix.
14367 (vc-registered): Align the way the file-handler is called with the
14368 way the function itself works.
14369 (vc-file-owner): Remove.
14370
14371 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14372 extraction of fields and call to file-attributes because of a
14373 temporary bug in rcp.el.
14374 (vc-cvs-fetch-status): Use with-current-buffer.
14375
14376 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14377
14378 * vc.el (vc-do-command): Use file-relative-name.
14379 (vc-responsible-backend): Use vc-backend if possible.
14380 (vc-create-snapshot): Improve the `interactive' spec. Add support
14381 for branches and dispatch to backend-specific `create-snapshot'.
14382 (vc-default-create-snapshot): New function, containing the bulk of
14383 the old vc-create-snapshot.
14384 (vc-retrieve-snapshot): Improve the interactive spec.
14385
14386 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14387 (vc-backend-hook-functions): Remove.
14388 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14389 (vc-backend): Reintroduce the test for `file = nil' now that I
14390 know why it was there (and added a comment to better remember).
14391
14392 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14393 code from vc-sccs-hooks.el.
14394 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14395 'vc anymore.
14396 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14397 and file-directory-p instead of file-exists-p.
14398 (vc-sccs-check-headers): Simplify the regexp.
14399
14400 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14401 from vc-rcs-hooks.el. Don't require 'vc anymore.
14402 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14403 file-directory-p instead of file-exists-p.
14404
14405 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14406 from vc-cvs-hooks.el.
14407 (proto vc-cvs-registered): Require 'vc-cvs instead of
14408 'vc-cvs-hooks. Don't require 'vc anymore.
14409 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14410 file-directory-p instead of file-exists-p.
14411 (vc-cvs-create-snapshot): New function, replacing
14412 vc-cvs-assign-name.
14413 (vc-cvs-assign-name): Remove.
14414
14415 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14416
14417 * vc-cvs.el (vc-cvs-header): New var.
14418
14419 * vc-rcs.el (vc-rcs-exists): Remove.
14420 (vc-rcs-header): New var.
14421
14422 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14423 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14424 (vc-sccs-header): New var.
14425
14426 * vc.el (vc-do-command): Get rid of the `last' argument.
14427 (vc-header-alist): Remove, replaced by vc-X-header.
14428 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14429 (vc-dired-hook): Use expand-file-name instead of concat.
14430 (vc-directory): Use file-name-as-directory.
14431 (vc-snapshot-precondition, vc-create-snapshot)
14432 (vc-retrieve-snapshot): Allow the command to operate on any
14433 directory.
14434
14435 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14436 just removing the 'WORKFILE argument or by removing the 'MASTER
14437 argument and replacing `file' with (vc-name file).
14438
14439 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14440
14441 * vc.el: Update Copyright and add a crude list of backend funs.
14442 (vc-writable-p): New function.
14443 (with-vc-file): Use vc-writable-p.
14444 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14445 (vc-register): Avoid vc-name.
14446 (vc-locking-user): Remove.
14447 (vc-steal-lock): Make the `owner' arg non-optional.
14448 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14449 vc-checkout-model.
14450 (vc-default-dired-state-info): Use vc-state instead of
14451 vc-locking-user and return special strings for special states.
14452 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14453 and get rid of one of the special CVS cases.
14454 (vc-cancel-version): prettify error message with \\[...].
14455 (vc-rename-master): New function.
14456 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14457 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14458 the CVS special case generic.
14459 (vc-default-record-rename): Remove.
14460 (vc-file-tree-walk-internal): Only call FUNC for files that are
14461 under control of some VC backend and replace `concat' with
14462 expand-file-name.
14463 (vc-file-tree-walk): Update docstring.
14464 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14465 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14466
14467 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14468 vc-sccs-record-rename. Use `find-file-noselect' rather than
14469 `find-file' and call `vc-rename-master' to do the actual move.
14470 (vc-sccs-diff): Remove unused `backend' variable.
14471
14472 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14473 to delay loading of vc-sccs until it is really used.
14474 (vc-sccs-master-templates): Preload.
14475 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14476 (vc-sccs-project-dir): Remove (merged into
14477 vc-sccs-search-project-dir).
14478 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14479 rather than `concat', make sure it is preloaded and don't bother
14480 to check that the file actually exists.
14481 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14482 `locks' argument (use buffer's content instead) and eliminate n^2
14483 behavior.
14484
14485 * vc-rcs.el: Update Copyright.
14486 (vc-rcs-rename-file): New function.
14487 (vc-rcs-diff): Remove unused `backend' variable.
14488
14489 * vc-hooks.el: Update Copyright.
14490 (vc-backend): Don't accept a nil argument any more.
14491 (vc-up-to-date-p): Turn into a defsubst.
14492 (vc-possible-master): New function.
14493 (vc-check-master-templates): Use `vc-possible-master' and allow
14494 funs in vc-X-master-templates to return a non-existent file.
14495
14496 * vc-cvs.el: Update Copyright.
14497 (vc-cvs-diff): Remove unused `backend' variable.
14498 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14499
14500 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14501
14502 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14503
14504 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14505 since it can be called from vc-rcs.el.
14506 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14507
14508 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14509
14510 * vc.el (vc-version-diff): Expand file name read from the
14511 minibuffer. Handle the case when a previous version number can't
14512 be guessed. Give suitable messages when there were no differences
14513 found.
14514 (vc-clear-headers): Call backend-specific implementation, if one
14515 exists.
14516 (vc-cancel-version): Made error checks generic. When done, clear
14517 headers generically, too.
14518
14519 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14520 from vc-clear-headers in vc.el.
14521
14522 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14523 correctly.
14524 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14525 optional. Handle the case when it's not there.
14526
14527 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14528
14529 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14530
14531 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14532
14533 * vc-hooks.el (vc-loadup): Remove.
14534 (vc-find-backend-function): Use `require'. Also, handle the case
14535 where vc-BACKEND-hooks.el doesn't exist.
14536 (vc-call-backend): Cleanup.
14537
14538 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14539
14540 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14541 vc-rcs-grab-templates)
14542 (vc-rcs-registered): Remove. The default function works as well.
14543 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14544 vc-sccs-grab-templates)
14545 (vc-sccs-registered): Remove. The default function works as well.
14546
14547 * vc.el (vc-version-diff): Left out a vc- in call to
14548 vc-call-backend.
14549 (vc-default-dired-state-info, vc-default-record-rename)
14550 (vc-default-merge-news): Update for the new backend argument.
14551
14552 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14553 using the default function.
14554 (vc-call-backend): If calling the default function, pass it the
14555 backend as first argument. Update the docstring accordingly.
14556 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14557 for the new backend argument.
14558 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14559 (vc-find-backend-function): Use the new name.
14560 (vc-default-registered): New function.
14561
14562 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14563
14564 * vc.el (vc-merge): Use vc-find-backend-function.
14565
14566 * vc-hooks.el (vc-backend-functions): Remove.
14567 (vc-loadup): Don't setup 'vc-functions.
14568 (vc-find-backend-function): New function.
14569 (vc-call-backend): Use above fun and populate 'vc-functions
14570 lazily.
14571 (vc-backend-defines): Remove.
14572
14573 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14574
14575 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14576 Call vc-call-backend without the leading vc-.
14577 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14578 (vc-check-headers): Call vc-call-backend without the leading vc-.
14579 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14580 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14581 Call vc-call-backend without the leading vc-.
14582
14583 * vc-cvs.el (tail): Provide vc-cvs.
14584 * vc-sccs.el (tail): Provide vc-sccs.
14585 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14586
14587 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14588 (vc-make-backend-function, vc-call): Pass names without leading
14589 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14590 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14591 (vc-call-backend): Always try to load vc-X-hooks.
14592 (vc-registered): Remove vc- in call to vc-call-backend.
14593
14594 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14595
14596 * vc.el (vc-process-filter): New function.
14597 (vc-do-command): Setup `vc-process-filter' for the async process.
14598 (vc-maybe-resolve-conflicts): New function to reduce
14599 code-duplication. Additionally, it puts the buffer in
14600 `smerge-mode' if applicable.
14601 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14602 calling `merge-news'.
14603 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14604 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14605 interfacing to log-edit.el.
14606 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14607 log-edit is available.
14608 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14609
14610 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14611
14612 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14613 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14614 defvar and the initialization.
14615 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14616
14617 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14618 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14619
14620 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14621
14622 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14623
14624 * vc.el (vc-file-clear-masterprops): Removed.
14625 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14626 (vc-version-diff): Use buffer-size without argument.
14627 (vc-register): Heed vc-initial-comment.
14628
14629 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14630 default branch.
14631
14632 * vc-rcs.el (vc-rcs-register): Parse command output to find master
14633 file name and workfile version.
14634 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14635
14636 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14637 vc-file-clear-masterprops.
14638
14639 * vc-sccs.el (vc-sccs-checkout): Removed call to
14640 vc-file-clear-masterprops. If writable, set vc-state to 'edited
14641 rather than user login name.
14642
14643
14644 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14645
14646 * vc.el (vc-workfile-unchanged-p): Remove unused argument
14647 `want-differences-if-changed' and simplify.
14648 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
14649 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
14650 output (which is invalid for async vc-diff) to decide whether to
14651 do the revert silently or not.
14652
14653 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14654
14655 * vc-hooks.el (vc-loadup): Load files quietly.
14656 (vc-call-backend): Oops, brain fart.
14657
14658 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14659
14660 * vc-cvs.el (vc-cvs-state): Typo.
14661 (vc-cvs-merge-news): Return the status code rather than the error msg.
14662
14663 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14664
14665 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
14666 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
14667 vc-state or vc-up-to-date-p.
14668 (vc-merge): Use vc-backend-defines to check whether merging is
14669 possible. Set state to 'edited after successful merge.
14670
14671 * vc-hooks.el (vc-locking-user): If locked by the calling user,
14672 return that name. Redocumented.
14673
14674 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14675
14676 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
14677 new `vc-state' semantics.
14678 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
14679 'vc-locking-user to the current user.
14680 (vc-merge): Inline vc-backend-merge. Comment out code that I
14681 don't understand and hence can't adapt to the new `vc-state' and
14682 `vc-locking-user' semantics.
14683 (vc-backend-merge): Remove.
14684
14685 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
14686 rather than 'vc-locking-user.
14687
14688 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
14689
14690 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
14691 (vc-state): Don't use 'reserved any more. Just use the same
14692 convention as the one used for vc-<backend>-state where the
14693 locking user (as a string) is returned.
14694 (vc-locking-user): Update, based on the above convention. The
14695 'vc-locking-user property has disappeared.
14696 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
14697
14698 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
14699 with a heuristic one.
14700 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
14701 (vc-cvs-checkin): Do a trivial parse to set the state in case of
14702 error. That allows us to get to 'needs-merge even in the
14703 stay-local case. There's still no way to detect 'needs-patch in
14704 such a setup (or to force an update for that matter).
14705 (vc-cvs-logentry-check): Remove, the default works as well.
14706
14707 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14708
14709 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
14710
14711 * vc.el (vc-do-command): kill-all-local-variables, to reset any
14712 major-mode in which the buffer might have been put earlier. Use
14713 `remove' and `when'. Allow `okstatus' to be `async' and use
14714 `start-process' in this case.
14715 (vc-version-diff): Handle the case where the diff looks empty
14716 because of the use of an async process.
14717
14718 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14719
14720 * vc.el (vc-next-action-on-file): Removed optional parameter
14721 `simple'. Recompute state unconditionally.
14722 (vc-default-toggle-read-only): Removed.
14723
14724 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
14725 (vc-toggle-read-only): Undid prev change.
14726
14727 * vc-cvs.el (vc-cvs-stay-local): Renamed from
14728 vc-cvs-simple-toggle. Redocumented.
14729 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
14730 (vc-cvs-toggle-read-only): Removed.
14731
14732 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14733
14734 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
14735 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
14736 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
14737 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
14738 still is. So maybe it should be removed.
14739 (vc-head-version, vc-find-binary): Remove.
14740 (vc-recompute-state): Move from vc-hooks.el.
14741 (vc-next-action-on-file): Add a `simple' argument to allow
14742 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
14743 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
14744 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
14745 (vc-dired-mode-map): Properly defvar it.
14746 (vc-print-log): Call log-view-mode if available.
14747 (small-temporary-file-directory): defvar instead of use boundp.
14748 (vc-merge-news): Moved to vc-cvs.el.
14749 (vc-default-merge-news): New function.
14750
14751 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
14752 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
14753 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
14754 unknown `vc-latest-version' function. It should probably refer to
14755 vc-workfile-version or somesuch, but it's very unclear to me and I
14756 don't have SCCS to test things.
14757
14758 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
14759 (vc-sccs-state-heuristic): Fix typo.
14760 (vc-sccs-workfile-unchanged-p): Add missing argument.
14761
14762 * vc-rcs.el: Require vc and vc-rcs-hooks.
14763 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
14764 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
14765 (vc-release-greater-or-equal-p): Move from vc.
14766 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
14767 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
14768 (vc-rcs-checkout): Add a missing `new-version' argument in the
14769 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
14770
14771 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
14772 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
14773 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
14774 than the apparently unbound `workfile-version'.
14775
14776 * vc-hooks.el (vc-master-templates): Def the obsolete var.
14777 (vc-file-prop-obarray): Use `make-vector'.
14778 (vc-backend-functions): Add new hookable functions
14779 vc-toggle-read-only, vc-record-rename and vc-merge-news.
14780 (vc-loadup): If neither backend nor default functions exist, use
14781 the backend function rather than nil.
14782 (vc-call-backend): If the function if not bound yet, try to load
14783 the non-hook file to see if it provides it.
14784 (vc-call): New macro plus use it wherever possible.
14785 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
14786 nor `vc-find-binary' since it's only called from
14787 vc-mistrust-permission which is only used once the backend is known.
14788 (vc-checkout-model): Fix parenthesis.
14789 (vc-recompute-state, vc-prefix-map): Move to vc.el.
14790
14791 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
14792 (vc-cvs-release, vc-cvs-system-release): Remove.
14793 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
14794 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
14795 status symbols.
14796 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
14797 (vc-cvs-toggle-read-only): First cut at a function to allow a
14798 cvs-status-free vc-toggle-read-only.
14799 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
14800 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
14801 vc-cvs-status. Also set vc-state rather than vc-locking-user.
14802 (vc-cvs-checkout): Modify access rights directly if the user
14803 requested not to use `cvs edit'. And refresh the mode line.
14804
14805 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
14806 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
14807
14808 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14809
14810 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
14811 workfile' that got lost when the code was extracted from vc.el.
14812 And merged the tail with the rest of the code (not possible in the
14813 old vc.el where the tail was shared among all backends). And
14814 explicitly set the state to 'edited if `writable' is set.
14815
14816 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
14817 (vc-cvs-state): Be careful to return the value from
14818 vc-cvs-parse-state.
14819 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
14820 property but return it instead. Also be careful to handle a nil
14821 or "" `rev' when workfile is non-nil (it was handled properly when
14822 workfile was nil).
14823
14824 * vc.el: Removed those pesky unnecessary `(function' quotes.
14825 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
14826 directly in the defvar.
14827 (vc-do-command): Bind inhibit-read-only so as to properly handle
14828 the case where the destination buffer has been made read-only.
14829 (vc-diff): Delegate to vc-version-diff in all cases.
14830 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
14831 (vc-annotate-mode-variables): Removed (code moved partly to
14832 defvars and partly to vc-annotate-add-menu).
14833 (vc-annotate-mode): Turned into a derived-mode.
14834 (vc-annotate-add-menu): Moved in code in
14835 vc-annotate-mode-variables.
14836 (vc-update-change-log): Use make-temp-file if available.
14837
14838 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
14839
14840 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
14841 `vc-checkout-model' updated to `vc-cvs-update-model'.
14842
14843 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14844
14845 * vc.el (vc-next-action-on-file): Added handling of state
14846 `unlocked-changes'.
14847 (vc-checkout-carefully): Is now practically obsolete, unless the
14848 above is too slow to be enabled unconditionally.
14849 (vc-update-change-log): Fixed typo.
14850
14851 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
14852
14853 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
14854 Now handles state `unlocked-changes'.
14855 (vc-sccs-workfile-unchanged-p): New function, to support the above.
14856
14857 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
14858
14859 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
14860 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
14861 `unlocked-changes'.
14862 (vc-rcs-workfile-unchanged-p): Renamed from
14863 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
14864 function yet, but supposed to become one soon.
14865
14866 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
14867 `vc-steal-lock'.
14868 (vc-call-backend): Changed error message.
14869 (vc-state): Added description of state `unlocked-changes'.
14870
14871 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14872
14873 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
14874 always return t in CVS-controlled directories.
14875
14876 * vc.el (vc-responsible-backend): New function.
14877 (vc-register): Largely rewritten.
14878 (vc-admin): Removed (implementation moved into vc-register).
14879 (vc-checkin): Redocumented.
14880 (vc-finish-logentry): If no backend defined yet (because we are in
14881 the process of registering), use the responsible backend.
14882
14883 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14884 Updated function lists.
14885 (vc-call-backend): Fixed typo.
14886
14887 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
14888 New functions.
14889 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
14890 Removed query option. Redocumented.
14891
14892 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14893
14894 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
14895
14896 * vc.el: Updated callers of `vc-checkout-required' to use
14897 `vc-checkout-model'.
14898
14899 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14900
14901 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
14902 stuff updated to reference this function instead of the old
14903 `vc-backend-release-p'.
14904
14905 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14906
14907 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
14908 vc-checkout-model. Return appropriate values. Updated callers.
14909
14910 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14911
14912 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
14913 (vc-backend-revert): Function moved into `vc-revert';
14914 `vc-next-action' must be updated to accomodate this change.
14915 (vc-backend-steal): Function moved into `vc-finish-steal'.
14916 (vc-backend-logentry-check): Function moved into
14917 `vc-finish-logentry'.
14918 (vc-backend-printlog): Function moved into `vc-print-log'.
14919 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
14920 (vc-backend-assign-name): Function moved into
14921 `vc-create-snapshot'.
14922
14923 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14924
14925 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
14926 Rename to vc-checkout-model. Return appropriate values.
14927 Update callers.
14928
14929 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
14930 to vc-checkout-model.
14931 (vc-checkout-required): Rename to vc-checkout-model.
14932 Re-implement and re-comment.
14933 (vc-after-save): Use vc-checkout-model.
14934
14935 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14936
14937 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
14938 Update to use the vc-BACKEND-diff functions instead.
14939 `vc-diff' is now working.
14940
14941 * vc-rcs.el (vc-rcs-logentry-check): New function.
14942
14943 * vc-cvs.el (vc-cvs-logentry-check): New function.
14944
14945 * vc-sccs.el (vc-sccs-diff): Function changed name from
14946 `vc-backend-diff'. This makes `vc-diff' work.
14947
14948 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
14949 of functions possibly implemented in a vc-BACKEND library.
14950 (vc-checkout-required): Fix bug that caused an error to be
14951 signaled during `vc-after-save'.
14952
14953 * vc.el: Fix typo.
14954 This checkin is made with our new VC code base for the very first time.
14955 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
14956
14957 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
14958 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
14959
14960 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
14961 updated to `vc-uses-locking'.
14962 (vc-checkout-required): Call to backend function.
14963 `vc-checkout-required' updated to `vc-uses-locking' instead.
14964
14965 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
14966 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
14967
14968 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
14969 to match the split into various backends.
14970 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
14971 (vc-retrieve-snapshot): Bug fix.
14972
14973 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14974
14975 * vc-sccs.el (vc-sccs-release): Doc fix.
14976
14977 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14978
14979 * vc.el (vc-next-action-on-file): Bug found and fixed.
14980 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
14981 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
14982
14983 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
14984 (vc-rcs-checkout): Name space cleaned up. No more revision number
14985 crunching function names that are not prefixed with vc-rcs.
14986 (vc-rcs-checkout-model): Function added. References to
14987 `vc-checkout-model' replaced.
14988
14989 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14990
14991 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
14992 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
14993 still need to be split, and implemented for RCS).
14994
14995 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14996
14997 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
14998
14999 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15000 required by the vc.el file.
15001
15002 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15003 required by the vc.el file.
15004 (vc-rcs-exists): Function added.
15005
15006 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15007 required by the vc.el file.
15008
15009 * vc.el (vc-admin): Updated to handle selection of appropriate
15010 backend. Current implementation is crufty and need re-thinking.
15011
15012 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15013
15014 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15015
15016 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15017 beginning of annotate buffers correctly.
15018
15019 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15020 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15021 functionality updated quite a lot to support multiple backends.
15022 Variables `vc-annotate-mode', `vc-annotate-buffers',
15023 `vc-annotate-backend' added.
15024
15025 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15026 `vc-annotate-difference' added to supported backend functions.
15027
15028 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15029
15030 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15031 Use with-temp-file instead of /bin/sh. Merged from mainline
15032
15033 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15034
15035 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15036
15037 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15038
15039 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15040
15041 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15042
15043 * vc-hooks.el: vc-state-heuristic added to
15044 vc-backend-hook-functions.
15045
15046 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15047
15048 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15049
15050 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15051 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15052 state to `reserved'.
15053
15054 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15055 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15056
15057 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15058
15059 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15060 untouched.
15061
15062 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15063
15064 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15065 if defined. (Merged from main line, slightly adapted.)
15066
15067 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15068 millenium problem (merged from mainline).
15069
15070 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15071
15072 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15073 part and moved the non-BACKEND stuff to vc.el.
15074
15075 * vc.el: Split the annotate feature into a BACKEND specific part
15076 and moved it from the vc-cvs.el file to this one.
15077
15078 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15079
15080 * vc-hooks.el: Implement new state model.
15081 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15082 (vc-locking-user): Simplify. Now only needed if the file is
15083 locked by somebody else.
15084 (vc-lock-from-permissions): Remove. Functionality is in
15085 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15086 (vc-mode-line-string): New name for former vc-status. Adapted.
15087 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15088
15089 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15090 Various simplifications and adaptations all over the place.
15091
15092 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15093 Simplify and adapt the rest.
15094
15095 * vc.el (vc-resynch-window): Add TODO comment: check for
15096 interaction with view mode according to recent RCS change.
15097 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15098
15099 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15100
15101 * vc.el: Convert the remaining function comments to docstrings.
15102
15103 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15104
15105 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15106 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15107 (vc-minor-part, vc-previous-version): Functions that operate and
15108 compare revision numbers got proper documentation. Comments added
15109 about their possible removal.
15110
15111 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15112
15113 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15114 the vc-backend.el files.
15115
15116 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15117
15118 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15119 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15120 (vc-rcs-previous-version): Functions added.
15121
15122 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15123
15124 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15125
15126 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15127
15128 * vc-hooks.el (vc-master-templates): Is really obsolete.
15129 Comment out the definition for now. What is the right procedure
15130 to get rid of it?
15131 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15132 rewritten.
15133 (vc-default-registered): Remove.
15134 (vc-check-master-templates): New function; does mostly what the
15135 above did before.
15136 (vc-locking-user): Don't rely on the backend to set the property.
15137
15138 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15139 Rewrite documentation.
15140 (vc-rcs-templates-grabbed): New variable.
15141 (vc-rcs-grab-templates): New function.
15142 (vc-rcs-registered): Rewrite to use above mechanism.
15143
15144 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15145 Rewrite documentation.
15146 (vc-sccs-templates-grabbed): New variable.
15147 (vc-sccs-grab-templates): New function.
15148 (vc-sccs-registered): Rewrite to use above mechanism.
15149 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15150 Don't throw the result, simply return it.
15151
15152 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15153 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15154 (vc-cvs-registered): Does the check itself now. Simplify.
15155
15156 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15157 from main line.
15158
15159 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15160
15161 * vc-cvs.el (vc-cvs-diff): New function.
15162
15163 * vc-sccs.el (vc-sccs-diff): New function.
15164
15165 * vc-rcs.el (vc-rcs-diff): New function.
15166 (vc-rcs-checkout): Bug (typo) found and fixed.
15167 (vc-rcs-register-switches): New variable.
15168
15169 * vc.el (vc-backend-diff): Function removed and placed in the
15170 backend files.
15171
15172 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15173
15174 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15175
15176 * vc.el (vc-backend-checkout): Function removed and replaced in
15177 the vc-backend.el files.
15178
15179 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15180
15181 * vc.el (vc-backend-admin): Removed and replaced in the
15182 vc-backend.el files.
15183
15184 * vc.el (Martin): Removed all the annotate functionality since it
15185 is CVS backend specific.
15186
15187 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15188
15189 * spec.txt: Added specification of vc-state.
15190
15191 * vc-sccs-hooks.el (vc-sccs-master-properties):
15192 Remove handling of vc-latest-version and
15193 vc-your-latest-version. What used to be vc-latest-version, is now
15194 returned as vc-workfile-version.
15195 (vc-sccs-workfile-version): Adapt.
15196
15197 2000-09-04 Dave Love <fx@gnu.org>
15198
15199 * vc.el: [Merged from mainline.]
15200 (vc-dired-mode): Make the dired-move-to-filename-regexp
15201 regexp match the date, to avoid treating date as file size.
15202 Add YYYY S option to WESTERN/
15203
15204 2000-09-04 Dave Love <fx@gnu.org>
15205
15206 * vc.el: Require `compile' when compiling.
15207 (vc-logentry-check-hook): New option.
15208 (vc-steal-lock): Use compose-mail.
15209 (vc-dired-mode-map): Defvar when compiling.
15210 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15211 vc-sccs.el and renamed. Callers changed.
15212 (vc-backend-checkout, vc-backend-logentry-check)
15213 (vc-backend-merge-news): Doc fix.
15214 (vc-default-logentry-check): New function.
15215 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15216 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15217 (vc-backend-merge): Doc fix. Use backend functions.
15218 (vc-check-headers): Use backend functions.
15219
15220 * vc-cvs.el: Require vc when compiling.
15221 (vc-cvs-register-switches): Doc fix.
15222 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15223 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15224 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15225 New functions (code from vc.el).
15226 (vc-annotate-display-default): Fix interactive spec.
15227 (vc-annotate-time-span): Doc fix.
15228
15229 * vc-rcs.el: Require vc when compiling.
15230 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15231 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15232 (vc-rcs-checkin): New functions (code from vc.el).
15233 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15234 Doc fix.
15235 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15236
15237 * vc-sccs.el: Require vc when compiling.
15238 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15239 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15240 (vc-sccs-revert)
15241 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15242 from vc.el).
15243 (vc-sccs-add-triple, vc-sccs-record-rename)
15244 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15245 (vc-sccs-admin): Doc fix.
15246
15247 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15248
15249 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15250 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15251 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15252 from vc.el.
15253
15254 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15255
15256 * vc-cvs.el: Moved the annotate functionality from vc.el.
15257 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15258
15259 2000-09-04 Dave Love <fx@gnu.org>
15260
15261 * vc.el (vc-backend-release): Call vc-system-release.
15262
15263 * vc-sccs.el (vc-sccs-system-release):
15264 Renamed from vc-sccs-backend-release.
15265
15266 * vc-rcs.el (vc-rcs-system-release):
15267 Renamed from vc-rcs-backend-release.
15268
15269 * vc-cvs.el (vc-cvs-system-release):
15270 Renamed from vc-cvs-backend-release.
15271
15272 2000-09-04 Dave Love <fx@gnu.org>
15273
15274 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15275 backend files.
15276 (vc-backend-release): Dispatch to backend functions.
15277 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15278 probably needs attention.]
15279
15280 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15281 (vc-sccs-backend-release): New function.
15282
15283 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15284 (vc-cvs-backend-release): New function.
15285
15286 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15287 Doc fix.
15288 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15289 (vc-default-dired-state-info): New function.
15290 (vc-dired-state-info): Dispatch to backends.
15291 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15292
15293 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15294 from vc.el and renamed.
15295
15296 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15297
15298 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15299 (vc-version-other-window, vc-backend-assign-name): Removed
15300 references to vc-latest-version; sometimes changed into
15301 vc-workfile-version.
15302
15303 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15304 vc-rcs-master-workfile-version.
15305 (vc-rcs-workfile-version): Use the above. Don't call
15306 vc-latest-version (that was unreachable code, anyway).
15307 (vc-rcs-fetch-master-properties): Doc fix.
15308
15309 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15310 (vc-backend-hook-functions): Removed them from this list, too.
15311 (vc-fetch-properties): Removed.
15312 (vc-workfile-version): Doc fix.
15313
15314 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15315 (vc-rcs-workfile-version, vc-rcs-locking-user)
15316 (vc-rcs-uses-locking): Use it.
15317
15318 * vc-hooks.el (vc-consult-rcs-headers):
15319 Moved into vc-rcs-hooks.el, under the name
15320 vc-rcs-consult-headers.
15321
15322 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15323 headers.
15324 (vc-cvs-find-master): Use this name only; correct different
15325 versions of the name.
15326
15327 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15328 New functions.
15329 (vc-sccs-locking-user): Use the latter.
15330
15331 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15332 New functions.
15333
15334 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15335 Moved into both
15336 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15337 functions are implementation details of those two backends.
15338
15339 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15340
15341 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15342 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15343
15344 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15345 (vc-sccs-parse-locks): SCCS-specific code moved here from
15346 vc-hooks.
15347
15348 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15349 code moved here from vc-hooks.
15350
15351 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15352 into back-end specific parts and removed. Callers not updated
15353 yet; because I guess these callers will disappear into back-end
15354 specific files anyway.
15355
15356 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15357
15358 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15359 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15360 `vc-uses-locking'.
15361
15362 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15363 Store yes/no in the property, and return t/nil. Updated all
15364 callers.
15365
15366 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15367 vc-sccs-uses-locking. Don't set property.
15368 (vc-sccs-locking-user): Don't set property.
15369
15370 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15371 vc-cvs-uses-locking. Don't set property here; leave that to
15372 vc-hooks.
15373 (vc-cvs-locking-user): Reflect above change. Streamlined.
15374
15375 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15376 vc-rcs-uses-locking.
15377 (vc-rcs-locking-user): Reflect above change.
15378
15379 2000-09-04 Dave Love <fx@gnu.org>
15380
15381 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15382
15383 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15384
15385 * vc-hooks.el (vc-checkout-model): Punt to backends.
15386
15387 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15388
15389 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15390
15391 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15392 New functions.
15393
15394 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15395 New functions.
15396
15397 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15398 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15399
15400 * vc-hooks.el (vc-default-locking-user): New function.
15401 (vc-locking-user, vc-workfile-version): Punt to backends.
15402
15403 2000-09-04 Dave Love <fx@gnu.org>
15404
15405 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15406 (vc-master-workfile-version): Moved from vc-hooks.
15407
15408 * vc-rcs-hooks.el: Fix duplicate code in last change.
15409
15410 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15411 (vc-rcs-master-templates): Improve :type.
15412 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15413 vc-master-workfile-version): Moved from vc-hooks.
15414
15415 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15416 (vc-sccs-master-templates): Improve :type.
15417 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15418
15419 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15420
15421 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15422 (vc-cvs-master-templates): Improve :type. Use
15423 vc-cvs-find-cvs-master.
15424 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15425 from vc-hooks.
15426 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15427
15428 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15429 Moved to vc-cvs-hooks.
15430
15431 * vc-hooks.el: Add doc strings in various places. Simplify the
15432 minor mode setup.
15433 (vc-handled-backends): New user variable.
15434 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15435 simplification.
15436
15437 2000-09-04 Dave Love <fx@gnu.org>
15438
15439 * vc.el: Some doc fixes for autoloaded and interactive functions.
15440 Fix compilation warnings from ediff stuff.
15441 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15442
15443 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15444
15445 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15446
15447 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15448
15449 2000-09-04 Dave Love <fx@gnu.org>
15450
15451 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15452 New variable.
15453 (vc-make-backend-function, vc-loadup, vc-call-backend)
15454 (vc-backend-defines): New functions.
15455
15456 * vc-hooks.el: Various doc fixes.
15457 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15458 (vc-match-substring): Function removed. Callers changed to use
15459 match-string.
15460 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15461 Simplify.
15462
15463 2000-09-04 Dave Love <fx@gnu.org>
15464
15465 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15466 type.
15467 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15468 (vc-sccs-registered): Doc fix.
15469
15470 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15471 (vc-cvs-registered): Doc fix.
15472
15473 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15474 (vc-rcs-registered): Doc fix.
15475
15476 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15477
15478 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15479
15480 * vc-hooks.el: vc-registered has been renamed
15481 vc-default-registered. Some functions have been moved to the
15482 backend specific files. they all support the
15483 vc-BACKEND-registered functions.
15484
15485 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15486
15487 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15488
15489 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15490
15491 2000-09-04 Dave Love <fx@gnu.org>
15492
15493 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15494 menu-bar-update-hook.
15495
15496 * help.el (help-manyarg-func-alist): Add
15497 find-operation-coding-system.
15498
15499 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15500
15501 * custom.el (custom-set-variables): Print message about errors in
15502 setting.
15503
15504 2000-09-03 Andrew Innes <andrewi@gnu.org>
15505
15506 * makefile.w32-in: Change to DOS line endings.
15507
15508 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15509
15510 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15511 minor-mode keymaps, if they don't have one.
15512
15513 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15514
15515 * eshell/esh-module.el (eval-when-compile): Don't lose if
15516 esh-module.el's file name is truncated to DOS 8+3 limits.
15517
15518 2000-09-01 John Wiegley <johnw@gnu.org>
15519
15520 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15521 predicate, which caused entries in the completion list to be
15522 doubled.
15523
15524 2000-08-30 John Wiegley <johnw@gnu.org>
15525
15526 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15527 sending to subprocesses. Also, hook pre-command-hook if
15528 `eshell-send-direct-to-subprocesses' is non-nil.
15529 (eshell-send-direct-to-subprocesses): New config variable. If t,
15530 subprocess input is send immediately.
15531 (eshell-toggle-direct-send): New function.
15532 (eshell-self-insert-command): New function.
15533 (eshell-intercept-commands): New function.
15534 (eshell-send-input): If direct subprocess sending is enabled,
15535 don't echo any input to the Eshell buffer. Let the subprocess
15536 handle that. This requires "stty echo" in bash, for example.
15537
15538 2000-08-28 John Wiegley <johnw@gnu.org>
15539
15540 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15541 completion function for Eshell's implementation of `unset'.
15542
15543 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15544
15545 * info.el (Info-directory-list): Doc fix.
15546
15547 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15548
15549 * filecache.el (file-cache-add-directory-using-find): Don't quote
15550 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15551
15552 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15553
15554 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15555 coding systems.
15556
15557 2000-08-30 Andrew Innes <andrewi@gnu.org>
15558
15559 * timer.el (run-with-idle-timer): Undo last change, so that timer
15560 is not activated immediately if Emacs is already idle. Some
15561 existing code relies on this behaviour.
15562
15563 2000-08-30 Miles Bader <miles@gnu.org>
15564
15565 * frame.el (set-frame-font): Do completion of font-name for
15566 interactive use.
15567
15568 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15569
15570 * international/quail.el (quail-start-translation): Bind locally
15571 last-command-event, last-command, and this-command.
15572 (quail-start-conversion): Likewise.
15573 (quail-self-insert-command): Fix docstring.
15574
15575 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15576
15577 * progmodes/executable.el
15578 (executable-make-buffer-file-executable-if-script-p): Check that
15579 buffer contains at least 2 characters.
15580
15581 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15582
15583 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15584
15585 2000-08-29 Dave Love <fx@gnu.org>
15586
15587 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15588 (diff-mode-shared-map): Bind mouse-2.
15589 (diff-imenu-generic-expression): New variable.
15590 (diff-mode): Use it.
15591
15592 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15593 (mouse-popup-menubar): Add minor mode menus.
15594 (popup-menu): Check for lookup-key returning number.
15595
15596 2000-08-29 Miles Bader <miles@gnu.org>
15597
15598 * comint.el (comint-send-input): Create overlays using the proper
15599 front/read-advance arguments.
15600
15601 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15602
15603 * ps-print.el: Even/odd pages printing. Doc fix.
15604 (ps-print-version): New version number (6.0).
15605 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15606 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15607 (ps-print-duplex-feature): Variable eliminated.
15608 (ps-even-or-odd-pages): New variable.
15609
15610 * progmodes/ebnf2ps.el: Doc fix.
15611 (ebnf-version): New version (3.3).
15612 (ebnf-user-arrow): Change variable customization to sexp.
15613 (ebnf-user-arrow): Function eliminated.
15614 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15615
15616 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15617
15618 * help.el (help-xref-mule-regexp): New variable.
15619 (help-make-xrefs): Handle help-xref-mule-regexp.
15620
15621 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15622 variable.
15623 (describe-input-method): Temporarily activate the specfied input
15624 method to display the information.
15625 (describe-language-environment): Hyperlinks to mule related items.
15626
15627 * international/mule-diag.el (charset-multibyte-form-string): New
15628 function.
15629 (list-character-sets-1): Use charset-multibyte-form-string.
15630 (describe-character-set): New function.
15631 (describe-coding-system): Hyperlinks to safe character sets.
15632
15633 * international/quail.el (quail-help): New arg PACKAGE.
15634 Hyperlinks to mule related items.
15635 (quail-help-insert-keymap-description): Use
15636 substitute-command-keys instead of describe-bindings.
15637 (quail-translation-help): Hyperlinks to mule related items.
15638
15639 2000-08-28 John Wiegley <johnw@gnu.org>
15640
15641 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
15642 have a defsubst call itself. Made `eshell-flatten-list' back into
15643 a function again.
15644
15645 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
15646 catch, in case re-centering point at bottom messes up the display.
15647 This happens frequently in Emacs 21, due I believe to variable
15648 line heights.
15649
15650 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
15651 to call `find-tag-interactive'.
15652
15653 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
15654 the list of remember directories.
15655
15656 2000-08-28 John Wiegley <johnw@gnu.org>
15657
15658 * align.el: Test align-region-separate to see if it's a symbol.
15659
15660 2000-08-28 John Wiegley <johnw@gnu.org>
15661
15662 * eshell/esh-util.el (eshell-flatten-list): Made this function
15663 into a defsubst form. It gets used very frequently, although
15664 calls don't occur all that often.
15665
15666 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
15667 examining it.
15668
15669 * eshell/esh-cmd.el (eshell-rewrite-while-command):
15670 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
15671 `eshell-protect'.
15672 (eshell-copy-handles): Created a new macro for duplicating the
15673 current set of open handles. This is needed by the looping
15674 functions.
15675 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
15676 is not incorrectly stomped on.
15677
15678 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
15679 declaration for pcomplete-use-paring.
15680 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
15681 value of eshell-cmpl-use-paring.
15682 * pcomplete.el (pcomplete-use-paring): New config variable, to
15683 indicate whether paring should be used.
15684 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
15685 completion alternatives that have already been used.
15686
15687 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
15688 bound to C-c C-y, which will repeat the previous N arguments
15689 (based on prefix argument).
15690 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
15691
15692 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
15693 if there is no *Help* buffer. This is for XEmacs, which renames
15694 its help buffers uniquely. TODO: Find out what the current buffer
15695 name to delete is.
15696
15697 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
15698 first entry that correlates to a passwd/group number. Later
15699 entries (used for group/user name aliasing to multiple IDs) are
15700 ignored.
15701
15702 * eshell/em-xtra.el (eshell/expr):
15703 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
15704 (eshell-grep, eshell/diff, eshell/locate):
15705 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
15706 argument list, before passing it to the system command.
15707
15708 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
15709 `find-tag' for use at final position in Eshell buffers (which
15710 otherwise triggers an error on Emacs 21).
15711 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
15712 buffer, if it is currently bound to `find-tag'.
15713
15714 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
15715 in the list of matched Makefile names.
15716 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
15717 directory, prefer its contents to Makefile.
15718
15719 * eshell/em-dirs.el (eshell/cd): cd commands that look up
15720 directory parts (like "cd old new", or "cd =regexp"), are now case
15721 sensitive on non-Windows/DOS platforms.
15722
15723 * eshell/esh-mode.el (eshell-parse-command-input): When a user
15724 types RET after an open delimiter (like "), display a message
15725 indicating that Eshell is waiting for the closing delimiter.
15726
15727 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
15728 environment variables.
15729
15730 * eshell/em-unix.el (eshell/diff): Added logic to fail more
15731 gracefully if the user enters incorrect arguments.
15732
15733 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
15734 Eshell buffers.
15735
15736 * eshell/esh-var.el (eshell-interpolate-variable):
15737 * eshell/esh-mode.el (eshell-move-argument):
15738 * eshell/em-unix.el (eshell-du-sum-directory):
15739 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15740 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
15741 (not (= ...)).
15742
15743 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
15744 to ensure the `preserve' flag gets propagated when doing recursive
15745 directory copies.
15746
15747 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
15748
15749 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
15750 Don't convert \n into \0177 in memory.
15751 (eshell-read-history, eshell-write-history): Convert \n to \0177,
15752 and back again, when reading and writing.
15753
15754 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
15755
15756 * eshell/esh-util.el (eshell-processp): Added to relieve constant
15757 testing of `fboundp' on `processp'.
15758
15759 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
15760 (eshell/jobs): Don't call process-list if it is not bound.
15761 (eshell-gather-process-output): Support systems where async
15762 subprocesses aren't supported.
15763 (eshell-scratch-buffer, eshell-last-sync-output-start): New
15764 variables.
15765
15766 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
15767 eshell-do-eval returns t.
15768 (eshell-do-pipelines-synchronously): New defmacro.
15769 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
15770 when async subprocesses aren't supported.
15771 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
15772 if async subprocesses aren't supported.
15773 (eshell-resume-command): Don't assume STATUS is a string.
15774
15775 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
15776
15777 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
15778 (eshell-close-target, eshell-get-target): Use eshell-processp.
15779 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
15780 fix.
15781 (eshell-get-target, eshell-create-handles): Doc fix.
15782
15783 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
15784
15785 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
15786 criterion to include commands that output something, as long as it
15787 leaves both the command and the end-of-buffer visible when the
15788 command has exited.
15789 (eshell-review-quick-commands): Adjust the help doc string
15790 accordingly.
15791
15792 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
15793
15794 * locate.el (locate): Cleaned up locate command's interactive prompting
15795 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
15796
15797 * filecache.el (file-cache-case-fold-search): New variable
15798 (file-cache-assoc-function): New variable
15799 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
15800 Use file-cache-case-fold-search variable
15801 (file-cache-add-file): Use file-cache-assoc-function
15802 (file-cache-delete-file): likewise
15803 (file-cache-directory-name): likewise
15804 (file-cache-debug-read-from-minibuffer): likewise
15805
15806 2000-08-28 Gerd Moellmann <gerd@gnu.org>
15807
15808 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
15809 (abbrev-table-name): New function.
15810 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
15811 If non-nil list local abbrev, only.
15812
15813 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
15814
15815 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
15816 from Gnus support code, and use special article copy buffer
15817 `(gnus-original-article-buffer)' instead. This allows to get rid
15818 of article-hide-headers usage (which breaks in the latest Gnus
15819 version). Thanks to Detlev Zundel.
15820
15821 2000-08-28 Kenichi Handa <handa@etl.go.jp>
15822
15823 * international/quail.el (quail-use-package): Hide "... loaded"
15824 message.
15825 (quail-start-translation, quail-start-conversion): Likewise.
15826
15827 * international/kkc.el (kkc-region): Hide "... loaded" message.
15828
15829 2000-08-27 Dave Love <fx@gnu.org>
15830
15831 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
15832
15833 2000-08-27 Miles Bader <miles@gnu.org>
15834
15835 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
15836
15837 2000-08-27 Kenichi Handa <handa@etl.go.jp>
15838
15839 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
15840 'ja-dic-cnv), not (require 'skkdic-cnv).
15841
15842 2000-08-26 Miles Bader <miles@gnu.org>
15843
15844 * faces.el (face-x-resources): Add entry for :inherit.
15845 * cus-face.el (custom-face-attributes): Add support for :inherit
15846 attribute. Add support for relative face heights.
15847 (custom-face-attributes-get): Treat `nil' as being a default value
15848 for :inherit (as well as `unspecified').
15849
15850 * faces.el (set-face-attribute): Update doc string.
15851 (face-attribute-name-alist): Add :inherit.
15852 (face-valid-attribute-values): Handle :inherit.
15853 (face-read-string): Rephrase prompt to be less confusing.
15854 Assume that DEFAULT is a string, since we must return a string.
15855 (face-read-integer): Use `format' to turn DEFAULT into an
15856 acceptable default for face-read-string. Match NEW-VALUE against
15857 the string "unspecified", not the symbol `unspecified', since
15858 that's what face-read-string returns.
15859 (read-face-attribute): Lookup a name for old-value in valid, and
15860 use it as a default if we find one. Treat all values from
15861 face-read-string as strings. If the default is used, don't do any
15862 more processing on the value, just use the old value directly.
15863 (read-face-and-attribute, modify-face): Tweak prompt.
15864 (read-face-name): Don't assume prompt ends with a space.
15865
15866 * faces.el (describe-face): Add support for :inherit attribute.
15867
15868 2000-08-25 Kenichi Handa <handa@etl.go.jp>
15869
15870 * terminal.el (terminal-emulator): Fix args to `concat'. Now
15871 concat doesn't accept interger.
15872
15873 * international/kkc.el: Remove SKK from Keywords. Require
15874 ja-dic-utl instead of skkdic-utl.
15875
15876 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
15877 Provide ja-dic-cnv instead of skkdic-cnv.
15878 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
15879 (iso-2022-7bit-short): Add safe-charsets property.
15880 (skkdic-convert-postfix): Search Japanese chou-on character in
15881 addition to Hiragana character.
15882 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
15883 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
15884 (batch-skkdic-convert): Likewise.
15885
15886 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
15887 Provide ja-dic-utl instead of skkdic-utl.
15888 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
15889
15890 2000-08-24 Dave Love <fx@gnu.org>
15891
15892 * disp-table.el (standard-display-default): Make the test of `l'
15893 useful.
15894
15895 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
15896 mod sample text.
15897
15898 * international/iso-ascii.el: Make pilcrow convenient string
15899 consistent with section.
15900 (iso-ascii-display): Set up multibyte characters as well as
15901 unibyte.
15902
15903 2000-08-24 Kenichi Handa <handa@etl.go.jp>
15904
15905 * international/mule-cmds.el (reset-language-environment): Set
15906 default-process-coding-system to '(undecided . iso-latin-1), which
15907 makes process I/O almost consistent with file I/O. Call this
15908 function when mule-cmds.el[c] is loaded.
15909
15910 2000-08-22 Andrew Innes <andrewi@gnu.org>
15911
15912 * makefile.w32-in: New file.
15913
15914 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
15915
15916 * comint.el (comint-output-filter): Compare end of
15917 comint-last-output-overlay with the start of the newly inserted
15918 text, not the end, when deciding whether to extend it.
15919 Set saved-point's insertion type to advance after insertion.
15920
15921 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
15922 since this is now done independently of font-lock mode.
15923
15924 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15925
15926 * server.el (server-kill-new-buffers): New user option.
15927 (server-existing-buffer): New buffer-local variable.
15928 (server-visit-files): When using an existing buffer, set
15929 server-existing-buffer to t.
15930 (server-buffer-done): If server-kill-new-buffers is t, kill the
15931 buffer, unless it was already present before visiting it with
15932 Emacs server.
15933
15934 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
15935
15936 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
15937 even if the display doesn't support colors: some displays will
15938 support bold/underline faces.
15939
15940 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15941
15942 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
15943
15944 * startup.el (command-line): If user's init file had an error,
15945 add explanatory text to *Messages*.
15946
15947 2000-08-21 Kenichi Handa <handa@etl.go.jp>
15948
15949 * man.el (Man-getpage-in-background): Decode the process output by
15950 the system locale coding system.
15951
15952 2000-08-20 Dave Love <fx@gnu.org>
15953
15954 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
15955 Don't test x-popup-menu.
15956 (function) <complete-function>: Complete only fbound symbols.
15957 <validate, value>: New.
15958 (variable) <complete-function>: Complete only bound symbols.
15959 (coding-system): Add :base-only, :complete-function, :validate,
15960 :value, :prompt-match.
15961 (widget-coding-system-prompt-value): Use read-coding-system and
15962 act on :base-only.
15963 (editable-field): Add :help-echo.
15964 (widget-push-button-gui, widget-push-button-cache)
15965 (widget-gui-action, widget-editable-list-gui): COmment out, along
15966 with uses.
15967 (widget-at): Make arg optional.
15968 (widget-echo-help): Adjust for current help-echo calling sequence.
15969 (widget-specify-field, widget-specify-button)
15970 (widget-specify-insert, widget-get-sibling, widget-image-find)
15971 (widget-convert, widget-insert, widget-leave-text)
15972 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
15973 (widget-setup, widget-field-find, widget-before-change)
15974 (widget-after-change, widget-default-complete)
15975 (widget-default-create, widget-default-delete)
15976 (widget-push-button-value-create, editable-field)
15977 (widget-field-prompt-value, widget-field-validate)
15978 (widget-choice-value-create, widget-choice-action)
15979 (widget-choice-validate, widget-checklist-add-item)
15980 (widget-radio-add-item, widget-radio-chosen)
15981 (widget-radio-value-inline, widget-editable-list-value-create)
15982 (widget-editable-list-entry-create)
15983 (widget-documentation-link-add)
15984 (widget-documentation-string-value-create)
15985 (widget-regexp-validate, widget-file-complete)
15986 (widget-sexp-validate, widget-plist-convert-widget)
15987 (widget-plist-convert-widget, widget-alist-convert-widget)
15988 (widget-alist-convert-widget, widget-color-complete): Simplify,
15989 particularly to avoid bindings which aren't optimized out.
15990
15991 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
15992 Doc fix.
15993 (down-list, backward-up-list, up-list, kill-sexp)
15994 (backward-kill-sexp, mark-sexp): Make arg optional.
15995 (lisp-complete-symbol): Add optional arg PREDICATE.
15996
15997 * cus-start.el: Add display-buffer-reuse-frames,
15998 file-coding-system-alist.
15999
16000 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16001
16002 * startup.el (command-line): Clear realized faces after
16003 modifying TTY color mappings.
16004
16005 2000-08-20 Miles Bader <miles@gnu.org>
16006
16007 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16008 merely a subset of FACE's attributes.
16009
16010 2000-08-19 Miles Bader <miles@gnu.org>
16011
16012 * comint.el (comint-output-filter): Save the point with a marker,
16013 not just a buffer position.
16014
16015 * international/mule.el (set-buffer-process-coding-system): Make
16016 interactive prompt less confusing.
16017
16018 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16019
16020 * hilit-chg.el: General cleanup of doc strings, comments and
16021 code formatting.
16022
16023 2000-08-19 Miles Bader <miles@gnu.org>
16024
16025 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16026 Compiler macro removed; beginning-of-line is no longer always
16027 equivalent to forward-line, in the presence of fields.
16028
16029 * comint.el (comint-output-filter): Remove ad-hoc saving of
16030 restriction, and just use save-restriction, now that it works
16031 correctly. Don't adjust comint-last-input-start to account for
16032 our insertion; it shouldn't have moved because we don't use
16033 insert-before-markers anymore. Comment out call to
16034 `force-mode-line-update'; why is it here?
16035
16036 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16037 while checking for prompt to delete. Use `forward-line 0'
16038 instead of beginning-of-line.
16039 (gud-filter): Temporarily widen gud comint buffer while
16040 examining output.
16041
16042 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16043
16044 * progmodes/sh-script.el: Big bag of typos.
16045
16046 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16047 check since ispell-process is not bound when ispell is not yet loaded.
16048
16049 2000-08-18 Dave Love <fx@gnu.org>
16050
16051 * image.el (find-image): Copy `spec' before using plist-put.
16052
16053 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16054
16055 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16056 `portugues'.
16057
16058 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16059 backward-kill-sexp, analogous to kill-sexp.
16060
16061 * progmodes/icon.el (icon-indent-line)
16062 (icon-is-continuation-line): Handle comments specially.
16063
16064 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16065
16066 * ispell.el: Set to standard author/maintainer/keyword fields.
16067 Fine tuning to menu map appearance and operation, and added help.
16068 Remove `start' and `end' error messages when compiling.
16069 (ispell-choices-win-default-height): Fixed comment string.
16070 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16071 castellano8 dictionaries.
16072 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16073 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16074 dictionary, added italiano dictionary.
16075 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16076 word character
16077 (ispell-tex-skip-alists): Added psfig support.
16078 (ispell-skip-html): Renamed from ispell-skip-sgml.
16079 (ispell-begin-skip-region-regexp, ispell-skip-region)
16080 (ispell-minor-check): Improved html skipping support to skip across
16081 code, and recognize `&' commands without propper `;' syntax;
16082 (ispell-process-line): Fix alignment error when manually
16083 correcting spelling.
16084 (ispell): Fix comment string.
16085 (ispell-add-per-file-word-list): Always put word list on new line.
16086
16087 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16088
16089 * format.el (format-encode-run-method): Fix error message to say
16090 `encode' instead of `decode'. Use save-window-excursion around
16091 shell-command-on-region as in format-decode-run-method because
16092 shell-command-on-region can display a buffer with error output.
16093 (format-decode): Don't record undo information for the decoding.
16094 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16095 that number part of the temporary buffer name so that more than
16096 one decoding using a temporary buffer can happen safely.
16097
16098 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16099 of `A-z' in the regexp.
16100
16101 * hilit-chg.el: Fix typos in commentary.
16102
16103 * help.el (view-emacs-news): Rewritten for new naming scheme
16104 for old NEWS files.
16105
16106 * startup.el (command-line): Pop to *Messages* in case an error
16107 is signaled while loading user-init-file.
16108
16109 2000-08-17 Andreas Schwab <schwab@suse.de>
16110
16111 * files.el (insert-directory): Don't lose original file name,
16112 undoing an undocumented change.
16113
16114 2000-08-17 Alex Schroeder <alex@gnu.org>
16115
16116 * sql.el (sql-magic-go): Use comint-bol.
16117 (sql-copy-column): Use comint-line-beginning-position.
16118 (comint-line-beginning-position): Define a replacement for
16119 comint-line-beginning-position if it is not fboundp.
16120
16121 2000-08-17 Alex Schroeder <alex@gnu.org>
16122
16123 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16124 it didn't have any effect anyway.
16125
16126 2000-08-17 Alex Schroeder <alex@gnu.org>
16127
16128 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16129 --pset and pager=off instead of sending \\o|cat at the beginning
16130 of the session.
16131
16132 2000-08-17 Miles Bader <miles@gnu.org>
16133
16134 * progmodes/octave-inf.el: Add compatibility definition of
16135 comint-line-beginning-position.
16136
16137 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16138
16139 * startup.el (normal-top-level): Look in each dir in load-path for
16140 a leim-list.el file too. This assures of loading leim-list.el
16141 that is created at Emacs installation time even if a user have his
16142 own leim-list.el.
16143
16144 2000-08-17 Miles Bader <miles@gnu.org>
16145
16146 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16147 foreground color to black if the background is dark.
16148
16149 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16150
16151 * loadhist.el (unload-feature): Typo.
16152
16153 * finder.el (finder-compile-keywords):
16154 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16155 to the generated file.
16156
16157 * mail/mh-e.el (mh-make-local-vars):
16158 Replace make-variable-buffer-local with make-local-variable.
16159
16160 * play/landmark.el:
16161 * options.el (Edit-options-{set,toggle,t,nil}):
16162 * mail/mailabbrev.el (mail-abbrevs-mode):
16163 * textmodes/tex-mode.el (tex-expand-files):
16164 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16165
16166 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16167
16168 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16169 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16170 Allow going past the last element.
16171 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16172 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16173 (cvs-mouse-toggle-mark): Don't move point.
16174 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16175
16176 * progmodes/compile.el (grep): Provide a default set of files.
16177 (next-error): Docstring fix.
16178 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16179
16180 * emacs-lisp/easy-mmode.el (define-minor-mode):
16181 Use `symbol-value' to keep the byte-compiler quiet.
16182
16183 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16184 (diff-find-source-location): New fun, extracted from diff-goto-source.
16185 (diff-goto-source): Use it.
16186 (diff-next-complex-hunk, diff-filter-lines): New function.
16187 (diff-apply-hunk): New command.
16188
16189 * smerge-mode.el (smerge-mode-menu): Doc fix.
16190
16191 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16192
16193 2000-08-16 Dave Love <fx@gnu.org>
16194
16195 * windmove.el (windmove) <defgroup>: Add :version.
16196
16197 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16198 (goto-address-fontify-p, goto-address-highlight-p)
16199 (goto-address-url-face, goto-address-url-mouse-face)
16200 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16201 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16202 (goto-address-fontify, goto-address-at-mouse): Simplify,
16203 (goto-address-at-point): browse-url-url-at-point,
16204 goto-address-find-address-at-point can return nil.
16205 (goto-address-find-address-at-point): Return nil on failure.
16206
16207 * align.el (align) <defgroup>: Add :version.
16208
16209 * calculator.el (calculator): Add :version.
16210 (calculator): Use two lines for calculator window if `modeline'
16211 face is boxed.
16212
16213 * play/5x5.el: Doc fixes.
16214 (5x5) <defgroup>: Add :version.
16215
16216 * play/fortune.el (fortune) <defgroup>: Add :version.
16217 (fortune-append): Fix error message.
16218 (fortune-from-region): Doc fix.
16219
16220 * play/pong.el (pong): Doc fix.
16221
16222 * play/morse.el: Keywords, commentary, autoloads.
16223
16224 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16225
16226 * desktop.el (desktop-save): Don't look at symbol-value of a
16227 member of minor-mode-alist, unless it is boundp.
16228
16229 2000-08-16 Sam Steingold <sds@gnu.org>
16230
16231 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16232 `while'; use `with-current-buffer' instead of `save-excursion'.
16233 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16234
16235 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16236
16237 * international/ccl.el (declare-ccl-program): Docstring modified.
16238 (ccl-execute-with-args): Likewise.
16239
16240 2000-08-16 Miles Bader <miles@gnu.org>
16241
16242 * progmodes/sql.el: Add compatibility definition of
16243 comint-line-beginning-position.
16244
16245 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16246
16247 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16248 'buffer-menu' property.
16249 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16250 fails.
16251 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16252 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16253 wasn't killed.
16254
16255 * buff-menu.el (list-buffers-noselect): Don't display the
16256 *Buffer List* buffer.
16257
16258 * font-lock.el: Require jit-lock to prevent a very late
16259 `Loading jit-lock' message.
16260
16261 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16262 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16263 mail address.
16264
16265 2000-08-15 Miles Bader <miles@gnu.org>
16266
16267 * textmodes/ispell.el (ispell-graphic-p): New constant.
16268 (ispell-choices-win-default-height, ispell-help): Use
16269 `ispell-graphic-p' instead of `xemacsp'.
16270
16271 2000-08-15 Dave Love <fx@gnu.org>
16272
16273 * simple.el: Autoload widget-convert when compiling.
16274 (mail-user-agent): Doc fix.
16275
16276 * help.el (function-called-at-point, variable-at-point): Use
16277 with-syntax-table.
16278 (help-manyarg-func-alist): Add insert-and-inherit.
16279
16280 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16281
16282 * delsel.el (delsel-unload-hook): New function.
16283
16284 * find-file.el: Doc fixes. Move provide to end.
16285 (ff) <defgroup>: Add :link.
16286 (ff-goto-click): Deleted.
16287 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16288 Use mouse-set-point.
16289
16290 * textmodes/tildify.el: Doc fixes.
16291 (tildify) <defgroup>: Add:version.
16292
16293 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16294 (glasses-custom-set): Use set-default, not set.
16295 (minor-mode-alist): Propertize the lighter.
16296 (glasses-mode): Provide optional arg.
16297
16298 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16299 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16300 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16301 option. Provide :type.
16302 (cwarn-configuration): Provide :type.
16303 (cwarn-mode): Doc fix.
16304
16305 * add-log.el (change-log-merge): Doc fix.
16306 (change-log-redate): New command.
16307
16308 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16309 Doze and Dog.
16310 (browse-url): Use dolist, not mapcar.
16311 (browse-url-at-point): Check for null url.
16312 (browse-url-event-buffer, browse-url-event-point): Functions
16313 deleted.
16314 (browse-url-at-mouse, browse-url-netscape): Simplify.
16315
16316 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16317 modes.
16318 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16319 Fix previous change to mapcan.
16320 (msb--init-file-alist, msb--add-separators)
16321 (msb--make-keymap-menu): Simplify.
16322 (msb--choose-file-menu): Use copy-sequence.
16323 (msb-mode-map): Add title to keymap.
16324 (msb-unload-hook): New function.
16325
16326 * bs.el: Fix indentation.
16327 (bs) <defgroup>: Add :links.
16328 (bs-show): Doc fix.
16329 (bs-apply-sort-faces): Don't use window-system.
16330 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16331
16332 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16333
16334 * calendar/timeclock.el (timeclock-file): Run .timelog through
16335 convert-standard-filename.
16336
16337 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16338
16339 * emacs-lisp/authors.el: New file.
16340
16341 * paren.el (show-paren-priority): New user option.
16342 (show-paren-function): Set overlay priorities to
16343 show-paren-priority.
16344
16345 2000-08-14 Miles Bader <miles@gnu.org>
16346
16347 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16348 beginning-of-line with inhibit-field-text-motion bound.
16349
16350 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16351
16352 * calendar/timeclock.el: New file.
16353
16354 2000-08-14 David Ponce <david@dponce.com>
16355
16356 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16357 `widget-button-click'. so that one can use left mouse button to
16358 click on dialog buttons.
16359
16360 2000-08-14 Emmanuel Briot <briot@gnat.com>
16361
16362 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16363 identifiers, since XML is case sensitive
16364
16365 2000-08-12 Miles Bader <miles@gnu.org>
16366
16367 * comint.el (comint-output-filter): Don't bother frobbing
16368 window-start, it doesn't seem to be necessary.
16369
16370 * comint.el (comint-send-string, comint-send-region): Make into
16371 real functions. Snapshot the prompt before sending.
16372
16373 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16374
16375 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16376 technique similar to Info-index, instead of relying on specific
16377 names of relevant Index nodes.
16378 (Info-goto-emacs-command-node): Bind Info-history to nil when
16379 going to the first node found by Info-find-emacs-command-nodes.
16380
16381 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16382
16383 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16384
16385 2000-08-10 Miles Bader <miles@gnu.org>
16386
16387 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16388
16389 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16390
16391 * info.el (Info-file-list-for-emacs): More elements for the
16392 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16393 and woman manuals.
16394
16395 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16396
16397 * comint.el (comint-send-input): Make the newline boundary overlay
16398 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16399 (comint-output-filter): Use `insert' instead of
16400 `insert-before-markers'. Extend comint-last-output-overlay when
16401 necessary since we can't rely on insert-before-markers to do it.
16402 * gud.el (gud-filter): Use `with-current-buffer' instead of
16403 save-excursion when inserting the output, so that point gets
16404 updated correctly; the old method relied on a rather dodgy
16405 side-effect of comint-output-filter to avoid the effect of
16406 save-excursion.
16407
16408 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16409
16410 * files.el (recover-file): Call insert-directory instead of
16411 invoking `ls' directly.
16412
16413 2000-08-10 Miles Bader <miles@gnu.org>
16414
16415 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16416 (comint-last-prompt-overlay): New variables.
16417 (comint-output-filter): Implement prompt highlighting.
16418 (comint-snapshot-last-prompt): New function.
16419 (comint-send-input): Snapshot the last prompt.
16420 Use comint-highlight-input-face.
16421 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16422 Use defface instead of defcustom.
16423 (send-invisible, comint-send-eof): Snapshot the last prompt.
16424 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16425 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16426
16427 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16428
16429 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16430 (regexp-opt-group): Use a list of chars for `letters'.
16431 (regexp-opt-charset): `chars' is now a list of chars.
16432 Use a char-table rather than a vector so it works for multibyte chars.
16433
16434 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16435 Set cvs-minor-current-files to the selected fileinfo.
16436 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16437 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16438
16439 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16440
16441 * files.el (insert-directory): Don't call access-file on
16442 directories on DOS and Windows.
16443
16444 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16445
16446 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16447 longer if necessary.
16448 (ccl-embed-code): Call ccl-embed-data to store CODE in
16449 ccl-program-vector.
16450
16451 2000-08-09 Miles Bader <miles@gnu.org>
16452
16453 * comint.el (comint-output-filter): Properly handle the case where
16454 the text surrounded by comint-last-output-overlay was deleted.
16455
16456 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16457
16458 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16459 non-nil.
16460 (Info-file-list-for-emacs): Remove "info" from the list because
16461 that leads to trying to use the documentation from file `info'
16462 in various situations where it isn't appropriate, for instance
16463 C-h C-k C-h i.
16464
16465 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16466 DIR and/or STRING are nil.
16467
16468 * progmodes/compile.el (compilation-setup): Make variable
16469 compilation-error-screen-columns buffer-local, as some comment
16470 in the code suggests it should be.
16471
16472 * files.el (auto-mode-interpreter-regexp): New variable.
16473 (set-auto-mode): Use it.
16474
16475 * indent.el (indent-for-tab-command): Doc fix.
16476
16477 * mouse-sel.el (mouse-sel-mode): Doc fix.
16478
16479 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16480 labels.
16481
16482 * help.el (print-help-return-message): When
16483 display-buffer-reuse-frames is set, let the help window been quit,
16484 instead of deleting it, which might delete a reused frame.
16485
16486 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16487
16488 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16489 rename a directory to a name that differs only by its letter case.
16490
16491 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16492
16493 * international/quail.el (quail-define-rules): Handle Quail decode
16494 map correctly. Add code for supporting annotations.
16495 (quail-install-decode-map): New function.
16496 (quail-defrule-internal): New optional arguments decode-map and
16497 props.
16498 (quail-advice): New function.
16499
16500 2000-08-07 Sam Steingold <sds@gnu.org>
16501
16502 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16503 `defconst', `define-condition', `with-slots'.
16504 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16505
16506 2000-08-03 Miles Bader <miles@gnu.org>
16507
16508 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16509 New variable.
16510 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16511 comint-use-prompt-regexp-instead-of-fields.
16512 (comint-send-input): Add `input' field property to stuff we send to
16513 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16514 (comint-output-filter): Add `output' field property to process
16515 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16516 (comint-replace-by-expanded-history)
16517 (comint-get-old-input-default, comint-show-output)
16518 (comint-backward-matching-input, comint-forward-matching-input)
16519 (comint-next-prompt, comint-previous-prompt): Use field
16520 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16521 (comint-line-beginning-position): New function.
16522 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16523 (comint-replace-by-expanded-history-before-point): Use
16524 comint-line-beginning-position and line-end-position.
16525 (comint-last-output-overlay): New variable.
16526 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16527
16528 * shell.el (shell-prompt-pattern): Doc change.
16529 (shell-backward-command): Use line-beginning-position.
16530
16531 * gud.el (gud-gdb-complete-command): Use
16532 comint-line-beginning-position.
16533
16534 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16535 comint-bol doesn't actually go to the beginning of the line.
16536
16537 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16538 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16539 (try-expand-line-all-buffers): Likewise.
16540
16541 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16542 explicitly matching comint-prompt-regexp.
16543 (sql-copy-column): Use comint-line-beginning-position instead of
16544 explicitly matching comint-prompt-regexp.
16545
16546 * progmodes/octave-inf.el (inferior-octave-complete): Use
16547 comint-line-beginning-position.
16548
16549 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16550
16551 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16552 looking for a prompt, use `forward-line 0' instead of
16553 `beginning-of-line', to avoid getting caught by an input field.
16554
16555 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16556
16557 * files.el (shell-quote-wildcard-pattern): Make sure to return
16558 PATTERN, in the Unix case.
16559
16560 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16561
16562 * play/zone.el (zone): Discard any pending input before running
16563 the randomly-chosen pgm.
16564
16565 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16566
16567 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16568 checking the existence of any multibyte characters.
16569
16570 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16571
16572 * help.el (describe-mode): Test minor-mode symbol for being
16573 bound before testing its value for being nil.
16574
16575 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16576 `first', `second', and `third'.
16577
16578 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16579 (second): Make it an alias for `cadr'.
16580
16581 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16582
16583 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16584 types of display support faces now.
16585
16586 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16587
16588 * pcvs.el (require): Require `cl' during compilation, only.
16589
16590 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16591 (toplevel): Remove `remq' and `remove' from autoloads.
16592 (cl-fake-autoloads): New variable. If set, arrange for an error
16593 when CL functions etc. are autoloaded.
16594
16595 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16596
16597 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16598
16599 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16600 popped up, but the user clicks outside the menu, return an empty
16601 regexp (that causes unhighlight-regexp to have no effect).
16602
16603 * menu-bar.el (menu-bar-games-menu): Add Zone.
16604
16605 * hi-lock.el (toplevel): Require font-lock.
16606
16607 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16608
16609 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16610 (ebnf-8-bit-chars): New var for bug fix.
16611 (ebnf-string): Bug fix.
16612
16613 2000-08-03 Sam Steingold <sds@gnu.org>
16614
16615 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16616 instead of `buffer-string'.
16617 (require 'cl): Always, not just when compiling.
16618 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16619 necessary.
16620
16621 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16622
16623 * international/mule-cmds.el (select-safe-coding-system): Make
16624 the message text about selecting a safe coding system more clear.
16625
16626 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16627
16628 * hi-lock.el: New file.
16629
16630 * play/zone.el: New file.
16631
16632 * replace.el (occur): Set tab-width in the *Occur* buffer to the
16633 value of tab-width in the original buffer. Choose a line number
16634 format that's a multiple of the original buffer's tab width, so
16635 that lines appear right.
16636
16637 * textmodes/ispell.el (ispell): New function, replacing an alias.
16638 Spell-check active region if in transient-mark-mode and mark
16639 is active; otherwise spell-check buffer.
16640
16641 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16642
16643 * ps-mule.el: Fix a customization problem on
16644 ps-mule-font-info-database-default.
16645
16646 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
16647
16648 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
16649 display-mouse-p instead of window-system.
16650 (ebrowse-member-mode-map): Ditto.
16651
16652 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16653
16654 * progmodes/ebnf2ps.el: Update ps-print functions call.
16655 Indentation fix. Doc fix.
16656 (ebnf-version): New version number (3.2).
16657 (ebnf-format-color, ebnf-begin-job): Code fix.
16658
16659 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
16660
16661 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
16662 font lock support on window-system.
16663 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
16664
16665 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
16666 display-color-p, if fboundp, instead of window-system.
16667
16668 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
16669
16670 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
16671 instead of window-system.
16672
16673 * wid-edit.el (widget-choose): Use display-mouse-p instead of
16674 window-system.
16675 (widget-choice-mouse-down-action): Use display-popup-menus-p
16676 instead of window-system.
16677
16678 * strokes.el (strokes-file): Run the file name through
16679 convert-standard-filename.
16680 (strokes-mode): Call display-mouse-p instead of looking at
16681 window-system. Change the error message accordingly.
16682
16683 * progmodes/cpp.el (toplevel): Support faces on tty's.
16684
16685 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
16686 (lm-plot-square, lm-init-display): Don't use window-system.
16687
16688 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
16689 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
16690
16691 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
16692 instead of looking at window-system.
16693
16694 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16695
16696 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
16697 of testing if iswitchb-prepost-hooks is bound, because the
16698 latter will always be true when invoking a recursive minibuffer
16699 from an active Iswitchb buffer.
16700
16701 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
16702
16703 * files.el (shell-quote-wildcard-pattern): New function.
16704 (insert-directory): Call it. Only prepend "\" to command on Unix
16705 and GNU/Linux systems.
16706
16707 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16708
16709 * eshell/esh-groups.el: Change custom :link file names
16710 from `eshell.info' to `eshell'.
16711
16712 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
16713
16714 * dired.el (dired-build-subdir-alist): Expand subdirectory names
16715 correctly in recursive ange-ftp listings.
16716
16717 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16718
16719 * ps-print.el: Fix bug 1: if ps-font-size-internal,
16720 ps-header-font-size-internal and
16721 ps-header-title-font-size-internal variables are not set,
16722 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
16723 face text property is (foreground-color . COLOR) or
16724 `(background-color . COLOR)', ps-print crashes. Doc fix.
16725 (ps-print-version): New version number (5.2.4).
16726 (ps-plot-region): Code fix.
16727 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
16728 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
16729 Bug fix 2.
16730
16731 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
16732
16733 * glasses.el (glasses-make-readable): Fix uncapitalization of
16734 identifiers like `myXMLDocument'.
16735
16736 2000-07-28 Karl Fogel <kfogel@red-bean.com>
16737
16738 * mail/mail-hist.el (mail-hist-previous-input)
16739 (mail-hist-next-input): Do the obvious code factorization.
16740 (mail-hist-retrieve-and-insert): New func, contains common
16741 code of above two.
16742 If inserting a message body, leave point at top.
16743
16744 2000-07-28 Sam Steingold <sds@gnu.org>
16745
16746 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
16747 Use `<=', not `<' to compare times!
16748 (ange-ftp-ls): Remove.
16749
16750 2000-07-27 Gerd Moellmann <gerd@gnu.org>
16751
16752 * play/cookie1.el: Add explanation of how to make cookie.el
16753 compatible with strfile(1) to comment.
16754
16755 * subr.el (remove, remq): New functions.
16756
16757 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
16758 escape `*' in regexps.
16759 (midnight-find): Reverse order of arguments in the funcall of
16760 TEST.
16761
16762 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
16763 and `.class'.
16764
16765 * play/meese.el: Add Commentary section.
16766
16767 2000-07-27 Alex Schroeder <alex@gnu.org>
16768
16769 * sql.el (sql-ms): Added autoload cookie.
16770 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
16771 (sql-oracle): Ditto.
16772 (sql-help): Doc change.
16773
16774 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
16775 types and exceptions.
16776
16777 2000-07-27 Alex Schroeder <alex@gnu.org>
16778
16779 * sql.el (sql-placeholder-history): New variable.
16780 (sql-query-placeholders-and-send): New function that will query
16781 the user and replace placeholders with user input.
16782 (sql-oracle): If running on NT, set comint-input-sender to
16783 sql-query-placeholders-and-send.
16784
16785 (sql-stop): If in the SQLi buffer, insert stop notification, else
16786 present it as a message.
16787
16788 2000-07-27 Alex Schroeder <alex@gnu.org>
16789
16790 * sql.el (sql-input-ring-separator): Doc change.
16791 (sql-input-ring-file-name): Doc change.
16792 (sql-interactive-mode): Use `sql-input-ring-separator' and
16793 `sql-input-ring-file-name' to set the comint-mode equivalents
16794 without making them local variables.
16795 (sql-stop): Don't bind `sql-input-ring-separator' and
16796 `sql-input-ring-file-name' dynamically to their comint-mode
16797 equivalents.
16798
16799 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16800
16801 * international/mule.el (register-char-codings): New function.
16802 (make-coding-system): Handle `safe-chars' specification in the arg
16803 PROPERTY.
16804
16805 * international/mule-cmds.el
16806 (find-coding-systems-region-subset-p): This function deleted.
16807 (sort-coding-systems-predicate): New variable.
16808 (sort-coding-systems): New function.
16809 (find-coding-systems-region): Use
16810 find-coding-systems-region-internal.
16811 (find-coding-systems-string): Use find-coding-systems-region.
16812 (find-coding-systems-for-charsets): Check
16813 char-coding-system-table.
16814 (select-safe-coding-system-accept-default-p): New variable.
16815 (select-safe-coding-system): Mostly rewritten. New argument
16816 ACCEPT-DEFAULT-P.
16817 (select-message-coding-system): Call select-safe-coding-system
16818 with ACCEPT-DEFAULT-P arg.
16819 (reset-language-environment): Reset default-sendmail-coding-system
16820 to the default value iso-latin-1.
16821 (set-language-environment): Don't set the obsolete variable
16822 charset-origin-alist.
16823
16824 * international/codepage.el (cp-coding-system-for-codepage-1):
16825 Give `safe-chars' property to make-coding-system.
16826
16827 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
16828 calling select-message-coding-system twice.
16829
16830 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
16831 instead of `safe-charsets'.
16832 (cyrillic-alternativnyj): Likewise.
16833 (ccl-encode-alternativnyj): Don't check the charset
16834 cyrillic-iso8859-5.
16835
16836 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16837
16838 * composite.el (compose-chars-after): Preserve match data.
16839
16840 2000-07-26 Sam Steingold <sds@gnu.org>
16841
16842 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
16843 (ange-ftp-real-file-newer-than-file-p): New function.
16844 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
16845 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
16846
16847 * tooltip.el (tooltip-float-time): Removed (use `float-time').
16848 * midnight.el (midnight-float-time): Ditto.
16849
16850 2000-07-26 Andreas Schwab <schwab@suse.de>
16851
16852 * files.el (normal-backup-enable-predicate): Correct
16853 interpretation of the return value of compare-strings.
16854
16855 2000-07-26 Gerd Moellmann <gerd@gnu.org>
16856
16857 * isearch.el (isearch-resume): New function.
16858 (isearch-done): Add something to command-history to resume
16859 the search.
16860 (isearch-yank-line, isearch-yank-word): Use
16861 buffer-substring-no-properties instead of buffer-substring.
16862
16863 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
16864 of flyspell-mouse-map.
16865
16866 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
16867 duplicate definition.
16868 (makefile-mode): Remove duplicate setting of local-abbrev-table.
16869
16870 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
16871 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
16872
16873 2000-07-25 Sam Steingold <sds@gnu.org>
16874
16875 * net/ange-ftp.el: Get modtime over the net.
16876 (ange-ftp-file-modtime): New function.
16877 (ange-ftp-write-region, ange-ftp-insert-file-contents)
16878 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
16879 Use it.
16880 (ange-ftp-dot-to-slash): New function.
16881 (ange-ftp-fix-name-for-vms): Use it.
16882
16883 * midnight.el (midnight-buffer-display-time): Use
16884 `with-current-buffer'.
16885
16886 2000-07-25 Gerd Moellmann <gerd@gnu.org>
16887
16888 * find-dired.el: Update copyright notice.
16889 (find-dired): Offer to kill a running `find'.
16890
16891 * enriched.el (enriched-face-ans): For a `foreground-color'
16892 property, return '(("x-color" COLOR))' so that COLOR will be
16893 output as a parameter of the x-color annotation. Likewise for the
16894 `background-color' property. In the case of normal face
16895 properties, don't return annotations for unspecified foreground
16896 and background face attributes.
16897
16898 2000-07-25 Kenichi Handa <handa@etl.go.jp>
16899
16900 * language/japan-util.el (japanese-katakana-region): Fix handling
16901 HANKAKU argument.
16902
16903 2000-07-25 Miles Bader <miles@gnu.org>
16904
16905 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
16906 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
16907 constrain-to-field.
16908
16909 2000-07-24 Andrew Innes <andrewi@gnu.org>
16910
16911 * timer.el (timer-activate-when-idle): Add optional parameter
16912 DONT-WAIT. Update docstring.
16913 (run-with-idle-timer): Specify extra parameter to
16914 timer-activate-when-idle, so that timer will be activated
16915 immediately if Emacs is already idle.
16916
16917 * w32-fns.el (w32-using-nt): Fix docstring.
16918
16919 2000-07-24 Dave Love <fx@gnu.org>
16920
16921 * mouse.el (popup-menu): Set last-command-event.
16922 (mouse-major-mode-menu-prefix): Declare.
16923
16924 2000-07-24 Gerd Moellmann <gerd@gnu.org>
16925
16926 * textmodes/flyspell.el: Update to author's version 1.5d.
16927
16928 * progmodes/hideshow.el: Update copyright notice.
16929
16930 * vcursor.el: Set maintainer to FSF, since author cannot
16931 be reached.
16932
16933 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
16934
16935 * info.el (Info-goto-emacs-key-command-node): Leave a space after
16936 the prompt.
16937
16938 * mouse.el (popup-menu): Run the keymap through indirect-function,
16939 in case it was defined with define-prefix-key. If the menu is a
16940 list of keymaps, look up the binding of user's choice in each one
16941 of the keymaps.
16942 (mouse-popup-menubar): If the global and local menu-bar keymaps
16943 don't have a prompt string, create one and insert it into the
16944 keymap. Don't barf if current-local-map returns nil.
16945
16946 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
16947
16948 * dired.el (dired-sort-R-check): Added to allow recursive listing
16949 to be undone.
16950 (dired-sort-other): Use it.
16951
16952 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16953
16954 * Release of cc-mode 5.27
16955
16956 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16957
16958 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
16959 c-beginning-of-statement-1 that caused a bad case of recursion
16960 which could consume a lot of CPU in large classes in languages
16961 that have in-expression classes (i.e. Java and Pike).
16962
16963 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
16964 statements before top level constructs (i.e. case 6 is moved
16965 before case 5 and is now case 4) to catch in-expression
16966 classes in top level expressions correctly.
16967
16968 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16969
16970 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
16971 objc-method-intro. Case 4 removed and case 5I added.
16972
16973 * cc-langs.el (c-append-paragraph-start): New variable used by
16974 c-common-init to get paragraph-start correct.
16975 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
16976 initialize paragraph-start to make it correct both with and
16977 without the javadoc special case.
16978
16979 * cc-mode.el (java-mode): Use c-append-paragraph-start to
16980 initialize paragraph-start for javadoc markup.
16981
16982 * cc-vars.el (c-style-variables-are-local-p): Incompatible
16983 change by defaulting this to t. It's motivated by the
16984 confusing behavior that otherwise arise from the style system
16985 when editing both java and non-java files at the same time
16986 (see the comments about style setting in c-common-init).
16987
16988 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16989
16990 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
16991 similar to the one in c-fill-paragraph to check the fill
16992 prefix from the adaptive fill function for sanity.
16993
16994 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16995
16996 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
16997 defun block.
16998
16999 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17000
17001 * cc-align.el (c-lineup-multi-inher): Handle lines with
17002 leading comma nicely. Extended to handle member initializers
17003 too.
17004
17005 * cc-engine.el: (c-beginning-of-inheritance-list,
17006 c-guess-basic-syntax): Fixed recognition of inheritance lists
17007 when the lines begins with a comma.
17008
17009 * cc-vars.el (c-offsets-alist): Changed default for
17010 member-init-cont to c-lineup-multi-inher since it now handles
17011 member initializers and indents better for leading commas.
17012
17013 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17014
17015 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17016 handling that caused class open lines to be recognized as
17017 statement-conts in some cases.
17018
17019 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17020 guessed by the adaptive fill function unless point is on the
17021 first line of a block comment.
17022
17023 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17024 when the buffer ends with a macro continuation char.
17025
17026 * cc-engine.el (c-guess-basic-syntax): Added support for
17027 function definitions as statements in Pike. The first
17028 statement in a lambda block is now labeled defun-block-intro
17029 instead of statement-block-intro.
17030
17031 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17032 so that the class surrounding point is selected, not the one
17033 innermost in the state.
17034
17035 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17036 recognition of switch labels having hanging multiline
17037 statements.
17038
17039 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17040 some code in c-guess-basic-syntax to a separate function.
17041 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17042 recognition of member inits with multiple line arglists.
17043 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17044 member-init-cont when the commas are in funny places.
17045
17046 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17047
17048 * cc-defs.el (c-auto-newline): Removed this macro since it's
17049 not used anymore.
17050
17051 * cc-engine.el (c-looking-at-bos): New helper function.
17052 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17053 inexpr and toplevel classes apart in Pike.
17054
17055 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17056 of case 9A.
17057
17058 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17059 constant, since "class" can introduce an in-expression class
17060 in Pike nowadays.
17061
17062 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17063
17064 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17065 indentation on cpp-macro lines.
17066
17067 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17068 a syntax modifier like comment-intro, to make it possible to
17069 get syntactic indentation for preprocessor directives. It's
17070 incompatible wrt to lineup functions on cpp-macro, but it has
17071 no observable effect in the 99.9% common case where cpp-macro
17072 is set to -1000.
17073
17074 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17075
17076 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17077 member-init-cont when the preceding arglist is several lines.
17078
17079 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17080
17081 * cc-styles.el (c-style-alist): The basic offset for the BSD
17082 style corrected to 8.
17083
17084 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17085
17086 * cc-styles.el (c-style-alist): Adjusted the indentation of
17087 brace list openers in the gnu style.
17088
17089 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17090
17091 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17092
17093 * cc-cmds.el (c-electric-brace, c-electric-slash,
17094 c-electric-star, c-electric-semi&comma, c-electric-colon,
17095 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17096 when c-syntactic-indentation is nil.
17097
17098 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17099 we were left at comments preceding the first statement when
17100 reaching the beginning of the buffer.
17101
17102 * cc-vars.el (c-syntactic-indentation): New variable to turn
17103 off all syntactic indentation.
17104
17105 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17106
17107 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17108 between the text and the block comment ender when it hangs,
17109 depending on how many there are before the fill.
17110
17111 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17112
17113 * cc-engine.el (c-beginning-of-closest-statement): New helper
17114 function to go back to the closest preceding statement start,
17115 which could be inside a conditional statement.
17116 * cc-engine.el (c-guess-basic-syntax): Use
17117 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17118
17119 * cc-engine.el (c-guess-basic-syntax): Better handling of
17120 arglist-intro, arglist-cont-nonempty and arglist-close when
17121 the arglist is nested inside parens. Cases 7A, 7C and 7F
17122 changed.
17123
17124 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17125 up-to-date with javadoc 1.2.
17126
17127 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17128
17129 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17130 multiline Pike type decls.
17131
17132 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17133
17134 * cc-cmds.el (c-indent-new-comment-line): Always break
17135 multiline comments in multiline mode, regardless of
17136 comment-multi-line.
17137
17138 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17139
17140 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17141 fully::qualified::names in C++ member init lists. Preamble in
17142 case 5D changed.
17143
17144 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17145
17146 * cc-langs.el (c-common-init): Handling of obsolete variables
17147 moved to c-initialize-cc-mode. More compatible style override
17148 when using global style variables.
17149 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17150 variables moved here.
17151
17152 * cc-styles.el (c-make-styles-buffer-local): Flag style
17153 variable localness in c-style-variables-are-local-p to make
17154 the compatibility measure in c-common-init work well.
17155
17156 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17157 longer contain set-from-style.
17158 * cc-styles.el (c-initialize-builtin-style): Don't check for
17159 set-from-style on c-special-indent-hook.
17160 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17161 copy-alist is sufficient now.
17162
17163 * cc-styles.el (c-set-style, c-set-style-1,
17164 c-get-style-variables): Fixes to variable initialization so
17165 that duplicate entries in styles have the same effect
17166 regardless of DONT-OVERRIDE.
17167
17168 * cc-styles.el (c-set-style-2): Fixed bug where the
17169 initialization of inheriting styles failed when the
17170 dont-override flag is set.
17171
17172 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17173 on this.
17174
17175 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17176
17177 * cc-defs.el (c-forward-comment): Removed the workaround
17178 introduced in 5.38 since it had worse side-effects. If a line
17179 contains the string "//\"", it regarded the // as a comment
17180 start since the \ temporarily doesn't have escape syntax.
17181
17182 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17183
17184 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17185 ada-xref.el before ada-prj.el, so that the Project menu is created
17186 when ada-prj tries to add to it.
17187 (ada-activate-keys-for-case): Suppress the characters that are not
17188 part of the Ada syntax. Better compatibility with else-mode
17189 (ada-adjust-case-interactive): When auto-casing is not active,
17190 correctly insert newlines (used to insert only ^M). Prevent the
17191 syntax table from being changed in case of an error
17192 (or '_' becomes part of a word and some commands are confused).
17193 Do nothing if ada-auto-case is nil.
17194 (ada-after-keyword-p): Ignore keywords that are also attributes
17195 (ada-batch-reformat): Update usage comment
17196 (ada-call-from-contextual-menu): New function
17197 (ada-case-read-exceptions): Reinitialize the casing exception list
17198 first to nil first, so that the casing exception file can be
17199 shared.
17200 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17201 files.
17202 (ada-compile-goto-error): Fix regexp used to detect a file:line
17203 anywhere in the error message
17204 (ada-contextual-menu-last-point): New variable
17205 (ada-create-keymap): If the variable delete-key-deletes-forward is
17206 t on XEmacs, it means that DEL should delete one character
17207 forward.
17208 (ada-create-menu): Use :included instead of :visible for XEmacs.
17209 New submenu "Options".
17210 (ada-end-stmt-re): Correctly indent "select ... then abort"
17211 statements.
17212 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17213 even if they don't match ada-fill-comment-prefix Fix handling of
17214 paragraphs on the first or last line of a file.
17215 (ada-format-paramlist): Fix handling of default parameter values.
17216 (ada-get-body-name): New function.
17217 (ada-get-current-indent): Optimized by searchling directly for an
17218 existing generic part or a statement outside of it. Handle
17219 ada-indent-align-comments when indenting comments Replaced some
17220 regexps by testing directly the next character. This results in a
17221 huge speedup on some files. New indentation scheme for renames
17222 statements. Stop looking for the 'while' or 'for' associated with
17223 a 'loop' at the first semicolon encountered. A "return" can also
17224 match an anonymous access subprogram declaration.
17225 (ada-get-indent-noindent): Ignore strings and comments when
17226 looking for the keywords "record" and "private".
17227 (ada-goto-matching-decl-start): When matching "if", make sure we
17228 are not in fact seeing "end if". Ignore "when" statements except
17229 when initial keyword was "begin". Fix handling of nested
17230 procedures. Add a recursive call to this function to skip over
17231 other 'end' statmts. Fix indentation for "when .. => begin"
17232 (ada-in-open-paren-p): Fix indentation for complex boolean
17233 expressions, where 'and then', 'or else' and parenthesis
17234 statements are mixed up.
17235 (ada-in-paramlist-p): Skip comments while searching for the
17236 beginning Fix handling of operator declarations.
17237 (ada-indent-align-comments): New variable
17238 (ada-indent-current): Change the syntax table only in the
17239 protected section, so that we are sure it is restored correctly.
17240 (ada-indent-on-previous-lines): Use ada-use-indent and
17241 ada-with-indent Correctly indent "select ... then"
17242 (ada-indent-region): Slight speedup.
17243 (ada-indent-renames): New variable.
17244 (ada-last-which-function-subprog, ada-last-which-function-line):
17245 New variables
17246 (ada-looking-at-semi-private): Correctly indent the 'private'
17247 keyword when it is the first word in a package declaration.
17248 (ada-loose-case-word): Stop searching if at the end of the buffer.
17249 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17250 even if point is not initially at the end of the word.
17251 (ada-matching-decl-start-re): Add "when".
17252 (ada-mode): Add support for abbrev-mode, outline-mode and
17253 which-func-mode Override the old find-file.el entry in
17254 ff-special-constructs since it is using the obsolete
17255 ada-spec-suffix variable
17256 (ada-no-auto-case): New function
17257 (ada-scan-paramlist): When parsing the argument type, accept
17258 spaces (as in "X 'Class", generated by Rational Rose).
17259 (ada-other-file-name): No longer loads the other file.
17260 (ada-popup-menu): Save and restore the current buffer and cursor
17261 position before and after displaying the menu.
17262 (ada-search-ignore-complex-boolean): New function.
17263 (ada-uncomment-region): Emacs21 already knows how to delete
17264 comments not starting in the first column.
17265 (ada-use-indent): New variable
17266 (ada-which-function): New function.
17267 (ada-with-indent): New variable
17268 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17269 can be batch-compiled from the command line.
17270
17271 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17272 Add to the menu when the file is loaded, not in ada-mode-hook.
17273 Add -toolbar to the default ddd command Switches moved from
17274 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17275 ada-prj-default-comp-opt
17276 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17277 Reference Manual to the menu
17278 (ada-check-current): rewritten as a call to ada-compile-current
17279 (ada-compile): Removed.
17280 (ada-compile-application, ada-compile-current, ada-check-current):
17281 Set the compilation-search-path so that compile.el automatically
17282 finds the sources in src_dir. Automatic scrollong of the
17283 compilation buffer. C-uC-cC-c asks for confirmation before
17284 compiling
17285 (ada-compile-current): New parameter, prj-field
17286 (ada-complete-identifier): Load the .ali file before doing
17287 processing
17288 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17289 conform to gnatmake's behavior.
17290 (ada-find-file-in-dir): New function
17291 (ada-find-references): Set the environment variables for gnatfind
17292 (ada-find-src-file-in-dir): New function.
17293 (ada-first-non-nil): Removed
17294 (ada-gdb-application): Add support for jdb, the java debugger.
17295 (ada-get-ada-file-name): Load the original-file first if not done
17296 yet.
17297 (ada-get-all-references): Handles the new ali syntax (parent types
17298 are found between <>).
17299 (ada-initialize-runtime-library): New function
17300 (ada-mode-hook): Always load a project file when a file is opened,
17301 so that the casing exceptions are correctly read.
17302 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17303 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17304 to open the project file, since the latter does not work with
17305 speedbar Get default values before loading the prj file, or the
17306 default executable file name is wrong. Use the absolute value of
17307 src_dir to initialize ada-search-directories and
17308 compilation-search-path,... Add the standard runtime library to
17309 the search path for find-file.
17310 (ada-prj-default-debugger): Was missing an opening '{'
17311 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17312 variables.
17313 (ada-prj-default-gnatmake-opt): New variable
17314 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17315 buffers, the project file is the default one Save the windows
17316 configuration before displaying the menu.
17317 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17318 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17319 ...) regexp-quote identifiers names to support operators +,
17320 -,... in regexps.
17321 (ada-remote): New function.
17322 (ada-run-application): Erase the output buffer before starting the
17323 run Support remote execution of the application. Use
17324 call-process, or the arguments are incorrectly parsed
17325 (ada-set-default-project-file): Reread the content of the active
17326 project file, not the one from the current buffer When a project
17327 file is set as the default project, all directories are
17328 automatically associated with it.
17329 (ada-set-environment): New function
17330 (ada-treat-cmd-string): New special variable ${current}
17331 (ada-treat-cmd-string): Revised. The substitution is now done for
17332 any ${...} substring
17333 (ada-xref-current): If no body was found, compiles the spec
17334 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17335 compiler to get rid of command line length limitations.
17336 (ada-xref-get-project-field): New function
17337 (ada-xref-project-files): New variable
17338 (ada-xref-runtime-library-specs-path)
17339 (ada-xref-runtime-library-ali-path): New variables
17340 (ada-xref-set-default-prj-values): Default run command now does a
17341 cd to the build directory. New field: main_unit Provide a default
17342 file name even if the current buffer has no prj file.
17343
17344 * ada-prj.el:
17345 Rewritten to show a tabbed-dialog.
17346 (ada-prj-add-ada-menu): Remove the map and name parameters.
17347 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17348 New function
17349 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17350 (ada-prj-load-from-file): New function
17351 (ada-prj-save): Always save fields that depend on the current buffer
17352 (ada-prj-show-value): New function
17353
17354 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17355 Ada mode. This will allow us to display the Ada menu in any buffer
17356 we want (for project items).
17357 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17358 number of spaces in the header.
17359
17360 2000-07-24 Dave Love <fx@gnu.org>
17361
17362 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17363
17364 2000-07-23 Noah Friedman <friedman@splode.com>
17365
17366 * type-break.el (type-break): perform autosave.
17367 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17368 (type-break-do-query): Cancel query schedule while performing
17369 actual query, to avoid possibility of a second query being made
17370 while first one is already in progress.
17371 (type-break-time-stamp-format): New variable.
17372 (type-break-time-stamp): New function.
17373 (type-break-time-warning): Use it.
17374 (type-break-keystroke-warning): Use it.
17375 (type-break-noninteractive-query): Use it.
17376
17377 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17378 cookie.
17379 Use add-minor-mode to set minor-mode-alist, if available.
17380 (eldoc-echo-area-use-multiline-p): New user option.
17381 (eldoc-echo-area-multiline-supported-p): New variable.
17382 (eldoc-docstring-format-sym-doc): Use them.
17383 (eldoc-mode): If not using idle timers, append to local post and
17384 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17385 (eldoc-display-message-no-interference-p): Don't interfere with
17386 edebug.
17387 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17388 (eldoc-function-arglist): New function.
17389 (eldoc-function-argstring): Use it.
17390
17391 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17392 auto save directory exists before calling directory-files.
17393
17394 2000-07-23 Dave Love <fx@gnu.org>
17395
17396 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17397 ^o, ^u.
17398
17399 2000-07-21 Dave Love <fx@gnu.org>
17400
17401 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17402 now passed to the function. It now works properly.
17403
17404 * smerge-mode.el (smerge-mode-menu): Fill it out.
17405
17406 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17407
17408 * info-look.el (info-lookup): If *info* is shown in another frame
17409 on the same display, select that frame, instead of switching to
17410 the Info buffer in another window of the selected frame.
17411
17412 * simple.el (universal-argument-map): Bind numeric keypad keys
17413 kp-0 to kp-9 and kp-subtract.
17414 (digit-argument): Handle these keys.
17415
17416 2000-07-20 Dave Love <fx@gnu.org>
17417
17418 * net/goto-addr.el (goto-address-fontify): Don't bother with
17419 buffer-modified and read-only stuff -- irrelevant with overlays.
17420 Put an extra property on the overlays and use it to clean up in
17421 case goto-address is re-run.
17422
17423 2000-07-19 Richard M. Stallman <rms@gnu.org>
17424
17425 * timer.el (run-with-idle-timer): Doc fix.
17426
17427 * mail/mail-utils.el (mail-strip-quoted-names):
17428 Handle case where <...> appears inside "...".
17429 Use replace-match to edit the string more simply.
17430 (rmail-dont-reply-to): Cope with an unmatched ".
17431
17432 2000-07-19 Dave Love <fx@gnu.org>
17433
17434 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17435 implementation.
17436
17437 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17438 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17439 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17440
17441 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17442
17443 * textmodes/refer.el: Correct maintainer's email address.
17444
17445 * progmodes/hideif.el: Correct author's email address.
17446 Fix typo in comment.
17447
17448 * xml.el: New file.
17449
17450 * mail/mailheader.el: Correct author's mail address.
17451
17452 * gnus/parse-time.el: Correct author's mail address.
17453
17454 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17455
17456 * comint.el (comint-highlight-input, comint-highlight-face):
17457 New user options.
17458 (comint-input-ring-file-name): Change custom type.
17459 (comint-mode-map): Bind mouse-2.
17460 (comint-insert-clicked-input): New function.
17461 (comint-send-input): Handle input highlighting.
17462
17463 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17464
17465 * mouse.el (popup-menu): New function.
17466 (mouse-major-mode-menu): Use it.
17467
17468 2000-07-18 Dave Love <fx@gnu.org>
17469
17470 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17471 improvements.
17472
17473 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17474
17475 * faces.el (face-font-selection-order)
17476 (face-font-family-alternatives): Add custom type.
17477
17478 2000-07-18 Dave Love <fx@gnu.org>
17479
17480 * cus-edit.el (custom-variable-reset-saved)
17481 (custom-variable-reset-standard): Remove unused bindings.
17482
17483 * rect.el (open-rectangle-line): Remove unused let.
17484
17485 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17486
17487 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17488
17489 * cdl.el: Fix `Maintainer' keyword.
17490
17491 * play/pong.el: Add author's email address.
17492
17493 2000-07-17 Sam Steingold <sds@gnu.org>
17494
17495 * files.el (insert-directory): Call `split-string' instead of
17496 re-implementing it.
17497
17498 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17499
17500 * mail/vms-pmail.el: Change maintainer to FSF.
17501
17502 * net/goto-addr.el: Change maintainer to FSF.
17503
17504 * info.el (Info-title-face-alist): Removed.
17505
17506 2000-07-18 David Ponce <david@dponce.com>
17507
17508 * recentf.el (recentf-open-files): New command that works like
17509 `recentf-open-more-files', but shows the whole list of files (not just
17510 those omitted from the menu). Useful if you don't use a menu-bar!
17511 (recentf-open-more-files) Modified to use `recentf-open-files'.
17512
17513 (recentf-open-files, recentf-open-more-files)
17514 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17515
17516 (recentf-dialog-mode): New mode for dialogs. You can now just type
17517 "q" to cancel the dialogs.
17518
17519 2000-07-18 David Ponce <david@dponce.com>
17520
17521 * recentf.el: This is a major update of recentf.el. It adds new
17522 features to better organize the recentf menu and "More..." buffer.
17523
17524 Using new provided menu filtering functions you can now organize the
17525 recent files list:
17526
17527 - by major modes
17528 - by directories
17529 - by user defined rules
17530
17531 Finally, with the new `recentf-filter-changer' customizable filter you
17532 can define a ring of filters and dynamically (via the menu) cycle on
17533 each menu organization in the ring (a la msb).
17534
17535 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17536
17537 * eshell/eshell.el (eshell): Replace links to eshell.info with
17538 links to eshell, to avoid problems on systems where the manual is
17539 installed as `eshell'.
17540 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17541 * eshell/em-smart.el (eshell-smart): Ditto.
17542 * eshell/em-banner.el (eshell-banner): Ditto.
17543 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17544
17545 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17546 same-file check in the MS-DOS version (it does support inodes).
17547
17548 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17549
17550 * eshell/eshell.el (eshell-directory-name):
17551 Run default directory name through convert-standard-filename.
17552
17553 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17554
17555 * international/mule-cmds.el (select-safe-coding-system):
17556 Fix typo in the comment.
17557
17558 * language/european.el (compound-text):
17559 Force katakana-jisx0201 to be designated to G1.
17560
17561 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17562 Don't translate some national variant characters of latin-jisx0201.
17563 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17564
17565 * international/kkc.el (kkc-after-update-conversion-functions):
17566 New variable.
17567 (kkc-update-conversion): Run functions in it at the tail.
17568
17569 2000-07-16 John Wiegley <johnw@gnu.org>
17570
17571 * lisp/align.el (align-newline-and-indent):
17572 Adding new function. for auto-aligning blocks of code on RET.
17573 (align-region): Fixed badly formatted minibuffer message.
17574
17575 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17576
17577 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17578 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17579 the conversion list at first if appropriate.
17580 (kkc-next): Don't update kkc-next-count here.
17581 (kkc-prev): Don't update kkc-prev-count here.
17582 (kkc-show-conversion-list-update): Fix setting up of conversion
17583 list message.
17584
17585 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17586
17587 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17588
17589 2000-07-16 Dave Love <fx@gnu.org>
17590
17591 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17592 function to be more specific.
17593
17594 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17595 non-string help-echo.
17596 (widget-types-convert-widget): Defsubst it.
17597 (widget-echo-help): Try to cope with a help-echo function of two
17598 possible sorts.
17599
17600 2000-07-15 Jason Rumney <jasonr@gnu.org>
17601
17602 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17603 Declare as obsolete.
17604
17605 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17606
17607 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17608
17609 * hilit-chg.el: Fix typo.
17610
17611 2000-07-14 Dave Love <fx@gnu.org>
17612
17613 * info.el (Info-mode-menu): Fix use of :help, :enable.
17614
17615 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17616
17617 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17618
17619 2000-07-13 Dave Love <fx@gnu.org>
17620
17621 * emacs-lisp/easymenu.el: Doc fixes.
17622 (easy-menu-remove): Defalias to ignore.
17623
17624 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17625 Call throw correctly.
17626
17627 2000-07-13 Gerd Moellmann <gerd@gnu.org>
17628
17629 * faces.el (frame-background-mode): Doc fix.
17630
17631 * simple.el (eval-expression-print-length): Change custom type to
17632 allow entering nil as value.
17633
17634 2000-07-13 Dave Love <fx@gnu.org>
17635
17636 * progmodes/fortran.el (fortran-imenu-generic-expression):
17637 Change definition layout.
17638 (fortran-mode-menu): Reinstate customize entries.
17639
17640 * cus-edit.el (custom-group-menu-create, customize-menu-create):
17641 Use :filter, per old XEmacs code.
17642
17643 2000-07-12 Gerd Moellmann <gerd@gnu.org>
17644
17645 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
17646 event when deciding what to send to the terminal.
17647
17648 2000-07-12 Dave Love <fx@gnu.org>
17649
17650 * cus-start.el: Add optional version as 4th element of specs and
17651 use it for several things new in v21. Remove load-path. Fix type
17652 of line-number-display-limit.
17653
17654 2000-07-11 Dave Love <fx@gnu.org>
17655
17656 * progmodes/fortran.el: Don't require easymenu.
17657 Use repeat counts in various regexps.
17658 (fortran-mode-syntax-table): Defvar directly.
17659 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
17660 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
17661 Use defvar, not defconst.
17662 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
17663 (fortran-mode): Set fortran-comment-line-start-skip,
17664 fortran-comment-line-start-skip, dabbrev-case-fold-search.
17665 (fortran-comment-indent): Use defsubst.
17666 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
17667 Use fortran-comment-indent, not fortran-comment-indent-function.
17668 (fortran-comment-region, fortran-electric-line-number): Simplify.
17669 (fortran-auto-fill): New function.
17670 (fortran-do-auto-fill): Deleted.
17671 (fortran-find-comment-start-skip):
17672 Check for non-null comment-start-skip.
17673 (fortran-auto-fill-mode, fortran-fill-statement):
17674 Use fortran-auto-fill.
17675 (fortran-fill): Use fortran-auto-fill. Check for null
17676 comment-start-skip. Simplify final clause and use end-of-line finally.
17677
17678 * widget.el (widget-plist-member): New alias.
17679
17680 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
17681
17682 * eshell/esh-module.el (toplevel): Reference
17683 byte-compile-current-file only if it is bound.
17684
17685 2000-07-10 Gerd Moellmann <gerd@gnu.org>
17686
17687 * dired.el: Don't require `dired-aux'.
17688
17689 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
17690
17691 * dired-aux.el (dired-show-file-type): New function.
17692 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
17693 (dired-show-file-type): Add autoload.
17694
17695 2000-07-10 Kenichi Handa <handa@etl.go.jp>
17696
17697 * international/mule-diag.el (describe-font): Adjusted for the
17698 change of fontset-info.
17699 (print-fontset): Likewise.
17700
17701 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
17702
17703 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
17704
17705 2000-07-07 Gerd Moellmann <gerd@gnu.org>
17706
17707 * bindings.el: Bind `[delete]' to delete-char.
17708
17709 * dired.el (dired-find-alternate-file): New function.
17710 (dired-mode-map): Bind `a' to dired-find-alternate-file.
17711 (toplevel): Require dired-aux when compiling.
17712 (dired-buffers): Move defvar within file to avoid compiler warning.
17713
17714 * info.el (Info-last-search): Variable removed.
17715 (Info-search-history): New variable.
17716 (Info-search): New Info-search-history.
17717
17718 * battery.el, info-look.el: Change author's mail address.
17719
17720 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
17721
17722 * mail/rmail.el (rmail-clear-headers): Don't throw an error
17723 if rmail-ignored-headers is nil.
17724 (rmail-retry-failure): Bind rmail-ignored-headers and
17725 rmail-displayed-headers to nil.
17726
17727 2000-07-06 Gerd Moellmann <gerd@gnu.org>
17728
17729 * lpr.el (lpr-page-header-switches): Add `-h' switch.
17730 (print-region-1): Don't hard code `-h' here.
17731
17732 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
17733
17734 2000-07-01 Francesco Potorti` <pot@gnu.org>
17735
17736 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
17737 exim can use "your message" instead of "the message".
17738
17739 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
17740
17741 * facemenu.el: Docstrings fixes.
17742 (facemenu-get-face): Don't use internal-find-face.
17743 (facemenu-iterate): Rename arg to match the docstring.
17744
17745 * newcomment.el (uncomment-region): Be more careful when skipping
17746 backwards over `=' not to bump into BOBP.
17747
17748 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
17749
17750 * ediff-diff.el (ediff-wordify): Use syntax table.
17751 * ediff-init.el (ediff-has-face-support-p): Use
17752 ediff-color-display-p.
17753 (ediff-color-display-p): Use display-color-p, changed to defun
17754 from defsubst.
17755 Got rid of special cases for NeXT and OS/2.
17756 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
17757 face.
17758
17759 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17760
17761 * emacs-lisp/lucid.el: Require CL.
17762 (copy-tree, remprop): Remove, it's provided by CL.
17763 (map-keymap): Define in terms of cl-map-keymap.
17764 (extent-property, set-extent-end-glyph): New functions.
17765
17766 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
17767
17768 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17769
17770 * Makefile.in (DONTCOMPILE): Add comment that the name may
17771 not be changed without changing the make-dist script.
17772
17773 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
17774 (cl-mapc): Use mapc instead of cl-old-mapc.
17775
17776 2000-07-05 Andrew Innes <andrewi@gnu.org>
17777
17778 * makefile.nt: Add support for `bootstrap' and related targets.
17779
17780 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17781
17782 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
17783 (easy-menu-do-define): Use `menu-item' format.
17784 Handle case where easy-menu-create-menu returns a symbol.
17785 Manually call the potential top-level filter in the function binding.
17786 (easy-menu-filter-return): New arg NAME.
17787 Convert to a keymap if MENU is an XEmacs menu.
17788 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
17789 (easy-menu-converted-items-table, easy-menu-convert-item):
17790 New var and fun to memoize easy-menu-convert-item-1.
17791 (easy-menu-do-add-item): Use it.
17792 (easy-menu-create-menu): Use easy-menu-convert-item.
17793 Wrap easy-menu-filter-return around any :filter specification.
17794 Don't convert the menu if a filter was specified.
17795 Tell easy-menu-make-symbol not to check for MENU being an expression.
17796 (easy-menu-make-symbol): New arg NOEXP.
17797
17798 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17799
17800 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
17801 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
17802 (eval-defun): If called with prefix arg, instrument code for
17803 Edebug.
17804
17805 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
17806 similar to that of eval-defun.
17807
17808 2000-07-04 Dave Love <fx@gnu.org>
17809
17810 * hl-line.el (hl-line-overlay): Make it permanent-local.
17811
17812 * calendar/todo-mode.el: Replaced with a working version, based on
17813 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
17814
17815 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
17816
17817 * paths.el (prune-directory-list): New function.
17818 (Info-default-directory-list): Rewritten to more methodically
17819 enumerate a big list of possible info directories (based on the
17820 list used by the standalone info reader).
17821
17822 * info.el (info-initialize): Use prune-directory-list to remove
17823 non-existent directories from Info-directory-list.
17824
17825 * paths.el (Info-default-directory-list): Try a list of possible
17826 info-directories instead of a single one. Add the possible
17827 info directory "/usr/share/info".
17828
17829 * woman.el (woman-man.conf-path): Explicitly include the debian
17830 man-db config file "/etc/manpath.config".
17831 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
17832 are present in `manpath.config'.
17833 (woman-manpath): Include "/usr/share/man".
17834
17835 2000-07-03 Gerd Moellmann <gerd@gnu.org>
17836
17837 * frame.el (blink-cursor-mode): Don't hide cursor initially.
17838
17839 * startup.el (command-line): Initialize blink-cursor based
17840 on window-system.
17841
17842 * frame.el (blink-cursor): Default to nil if not running under
17843 a window-system.
17844
17845 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
17846 (face-x-resources): Remove duplicate entry for :font.
17847
17848 * textmodes/refer.el (refer-find-entry-internal): Use some-window
17849 instead of cycling through windows with next-window.
17850
17851 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
17852 of cycling through windows with next-window.
17853
17854 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
17855 of cycling through windows with next-window.
17856
17857 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
17858 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
17859 instead of cycling through windows with next-window.
17860
17861 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
17862 instead of cycling through windows with next-window.
17863
17864 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
17865 of cycling through windows with next-window.
17866
17867 * terminal.el (te-process-output): Use walk-windows instead of
17868 cycling through windows with next-window.
17869
17870 * server.el (server-switch-buffer): Use some-window instead of
17871 cycling through windows with next-window.
17872
17873 * window.el (some-window): New function.
17874 (walk-windows): Remove reference to walk-windows-start.
17875
17876 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
17877
17878 2000-07-03 Richard Stallman <rms@gnu.org>
17879
17880 * window.el (walk-windows): Guarantee termination by keeping a list
17881 of all the windows already handled.
17882
17883 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17884
17885 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
17886 window-system.
17887
17888 * man.el (Man-notify-when-ready): Don't use window-system. If
17889 Man-notify-method is newframe, and the display is not
17890 multi-frame, select the frame created for the man page.
17891 (Man-init-defvars): Doc fix.
17892
17893 2000-06-28 Gerd Moellmann <gerd@gnu.org>
17894
17895 * faces.el (region): Change background color for light background.
17896
17897 * ediff-wind.el (ediff-setup-control-frame): Remove :box
17898 attribute from mode-line face of Ediff control frame.
17899
17900 * replace.el (query-replace-map): Bind `e' like `E'.
17901
17902 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17903
17904 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
17905 Change name to "Select All".
17906
17907 * dos-fns.el (convert-standard-filename): Fix last change.
17908
17909 2000-06-27 Gerd Moellmann <gerd@gnu.org>
17910
17911 * help.el (describe-variable): Don't insert a second `'s' in front
17912 of the string `value is shown below'. Since the syntax-table is
17913 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
17914 an existing `'s', so that this won't be deleted.
17915
17916 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
17917 * pcmpl-unix.el: New files.
17918
17919 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
17920
17921 * wid-edit.el (widget-member): Use the new plist-member.
17922
17923 2000-06-26 Gerd Moellmann <gerd@gnu.org>
17924
17925 * replace.el (perform-replace): Undo change of 2000-04-04.
17926 Instead, move backward 1 character at the end of the loop when
17927 necessary.
17928
17929 * faces.el (fringe): Change face for different backgrounds.
17930
17931 * eshell/esh-module.el (toplevel): Load defgroup's differently;
17932 patch from John.
17933
17934 * eshell/*.el: Change spelling of the Free Software Foundation.
17935
17936 * eshell/esh-toggle.el: Removed.
17937
17938 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
17939
17940 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
17941 interactively.
17942
17943 2000-06-26 Alex Schroeder <alex@gnu.org>
17944
17945 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
17946 `define-key'; instead of checking `(emacs-version)' check for
17947 `set-keymap-parent' and `set-keymap-name' directly. Add entries
17948 for `;' and `o' which might be electric.
17949
17950 (sql-electric-stuff): New user option.
17951 (sql-magic-go): New function which uses `sql-electric-stuff'.
17952 (sql-magic-semicolon): New function which uses
17953 `sql-electric-stuff'.
17954
17955 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
17956 is not fboundp.
17957
17958 (sql-oracle-options): New variable.
17959 (sql-oracle): Use it.
17960
17961 (sql-imenu-generic-expression): Doc change.
17962 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
17963 is used.
17964
17965 (sql-informix): Added command line parameter "-" to force
17966 sql-informix-program to use stdout.
17967
17968 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
17969
17970 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
17971 (cp864-decode-table): Doc fix.
17972 (cp720-decode-table): New variable, supports the Arabic OEM
17973 codepage used by Windows.
17974 (cp737-decode-table): New, Greek OEM codepage used by Windows.
17975
17976 2000-06-23 Dave Love <fx@gnu.org>
17977
17978 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
17979 (font-lock-fontify-anchored-keywords): Use
17980 line-beginning-position.
17981 (global-font-lock-mode): Use mapc.
17982
17983 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
17984
17985 * eshell/esh-module.el: Require CL when compiling.
17986
17987 2000-06-23 Gerd Moellmann <gerd@gnu.org>
17988
17989 * comint.el (comint-substitute-in-file-name): Call replace-match
17990 with second and third arg t.
17991
17992 * cus-edit.el (custom-button-face, custom-button-pressed-face):
17993 Specify foreground color.
17994
17995 * faces.el (tool-bar, mode-line, header-line): Specify foreground
17996 color.
17997
17998 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
17999
18000 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18001 cddr instead of cdddr.
18002
18003 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18004 instead of copy-list.
18005
18006 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18007 of copy-list.
18008
18009 * subdirs.el: Add eshell subdirectory.
18010
18011 * eshell: New subdirectory containing the Eshell package.
18012
18013 * pcomplete.el: New file.
18014
18015 2000-06-23 Paul Eggert <eggert@twinsun.com>
18016
18017 * mail/mailpost.el (post-mail-send-it): Make sure file has
18018 proper permissions from birth.
18019
18020 * files.el (basic-save-buffer-2): When temporarily setting
18021 file modes, set them to current modes plus 0200, not to 0777.
18022
18023 * emerge.el (emerge-make-temp-file): Make sure file has proper
18024 permissions from birth.
18025
18026 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18027
18028 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18029 backup file name through convert-standard-filename.
18030
18031 * dos-fns.el (convert-standard-filename): Convert leading
18032 directories as well. When long file names are supported, convert
18033 characters that are invalid in Windows file names.
18034
18035 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18036
18037 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18038 ps-print crashes. New feature: page selection for printing. Create
18039 raw-text-unix coding system for XEmacs. Doc fix.
18040 (ps-print-version): New version number (5.2.3).
18041 (ps-plot-region): Bug fix.
18042 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18043 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18044 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18045 funs.
18046 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18047 (ps-last-page): New vars.
18048
18049 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18050
18051 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18052 empty option string.
18053
18054 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18055
18056 * man.el (man): Doc fix.
18057
18058 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18059
18060 * international/mule-cmds.el (set-language-info-alist): Docstring
18061 fixed.
18062
18063 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18064
18065 * version.el (emacs-version): Use ISO date format.
18066
18067 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18068 instead of `M-backspace'.
18069
18070 * simple.el (turn-off-auto-fill): New function.
18071
18072 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18073
18074 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18075 Renamed from with-buffer-prepared-for-font-lock and use
18076 inhibit-modification-hooks rather than setting *-change-functions.
18077 Update all functions to use the new name.
18078 (jit-lock-first-unfontify-pos): New semantics (and doc).
18079 (jit-lock-mode): Make non-interactive.
18080 Don't automatically turn on font-lock.
18081 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18082 Always use jit-lock-after-change.
18083 Remove and restore font-lock-after-change-function.
18084 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18085 (jit-lock-after-unfontify-buffer): Remove.
18086 (jit-lock-stealth-fontify):
18087 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18088 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18089
18090 2000-06-20 Sam Steingold <sds@gnu.org>
18091
18092 * emacs-lisp/cl-indent.el (toplevel): Indent
18093 `print-unreadable-object' properly. Untabify.
18094
18095 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18096
18097 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18098 Support for bibentry.
18099 (reftex-compile-variables): Fixed problem with end of section-re.
18100
18101 * texmodes/reftex-dcr.el (reftex-view-crossref,
18102 reftex-view-crossref-from-bibtex):
18103 Deal with changed `reftex-find-citation-regexp-format'.
18104 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18105 Replaced `remprop' with `put'.
18106 (reftex-view-crossref, reftex-view-crossref-when-idle):
18107 Support for bibentry.
18108
18109 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18110 New entry for bibentry package.
18111
18112 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18113 Regexp also matches "\nobibliography".
18114
18115 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18116 Call `reftex-ensure-write-access' before doing anything.
18117 (reftex-ensure-write-access): New function.
18118
18119 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18120
18121 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18122
18123 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18124
18125 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18126
18127 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18128
18129
18130 2000-06-20 Dave Love <fx@gnu.org>
18131
18132 * faces.el (frame-background-mode): Use set-default, not set, in
18133 setter.
18134 (frame-update-faces, frame-update-face-colors): Define with
18135 defalias.
18136
18137 * enriched.el (enriched-decode-foreground)
18138 (enriched-decode-background): Don't use internal-find-face.
18139
18140 * apropos.el: Doc fixes.
18141
18142 * cus-edit.el (customize-changed-options): Check arg.
18143 (customize-version-lessp): Don't require decimal point.
18144
18145 * custom.el (defcustom, defgroup): Doc fix.
18146
18147 * newcomment.el (comment) <defgroup>: Add :version.
18148 (comment-multi-line): Doc fix.
18149
18150 * emulation/mlsupport.el (define-hooked-local-abbrev,
18151 define-hooked-global-abbrev): Fix, using define-abbrev.
18152
18153 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18154
18155 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18156 the whole buffer.
18157
18158 2000-06-19 Dave Love <fx@gnu.org>
18159
18160 * menu-bar.el (menu-bar-options-save): New function.
18161 (menu-bar-options-menu): Use it.
18162 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18163 Simplify.
18164
18165 2000-06-19 Andreas Schwab <schwab@suse.de>
18166
18167 * progmodes/etags.el (tags-query-replace): Put new parameters
18168 START and END at the end, for backward compatibility.
18169
18170 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18171
18172 * international/codepage.el:
18173 (cp-coding-system-for-codepage-1): Delete special codes for
18174 generating xxx-dos coding system because now a CCL based coding
18175 system can handle EOL conversion by default.
18176
18177 * international/mule.el (make-coding-system): Generate subsidiary
18178 coding systems for EOL handling variants even for a CCL based
18179 coding system.
18180
18181 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18182
18183 * international/isearch-x.el (isearch-minibuffer-input-method)
18184 (isearch-minibuffer-input-method-function): These variables
18185 deleted.
18186 (isearch-with-input-method): Don't use the above variables.
18187 (isearch-process-search-multibyte-characters): Likewise. Call
18188 read-string with the arg INHERIT-INPUT-METHOD t.
18189
18190 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18191
18192 * font-lock.el (font-lock-after-fontify-buffer)
18193 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18194
18195 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18196 Use consistent make-local-variable style for font-lock-fontified.
18197 (jit-lock-fontify-buffer):
18198 Don't bother checking for font-lock-mode and jit-lock-mode.
18199
18200 * time.el: Remove trailing ^M that prevent CVS-merging.
18201
18202 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18203
18204 * Makefile.in (distclean): New target.
18205
18206 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18207
18208 * Makefile.in (srcdir): Define for update-subdirs.
18209
18210 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18211
18212 * find-lisp.el: New file.
18213
18214 2000-06-16 Andrew Innes <andrewi@gnu.org>
18215
18216 * time.el (display-time-mail-function): New variable, to allow
18217 external packages to indicate when new mail is available.
18218 (display-time-update): Use it.
18219
18220 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18221
18222 * international/mule.el (mule-version): Change version name to
18223 SAKAKI. AOI has already been used by Meadow.
18224
18225 * international/quail.el (quail-show-guidance-buf): To find the
18226 bottom window (but minibuffer), pay attention to the height of
18227 minibuffer.
18228
18229 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18230
18231 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18232 menu-bar menus. Add help strings. Don't remove the Edit menu
18233 from the menu bar, as the menu bar has enough space now.
18234
18235 * Makefile.in (SHELL): Make sure /bin/sh is used.
18236
18237 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18238 characters, which use series of two ^H characters instead of one.
18239
18240 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18241
18242 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18243 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18244 functions.
18245 (Info-find-node-2): Try a case-sensitive search first, then
18246 do a case-insensitive search.
18247
18248 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18249 tutorials.
18250
18251 * complete.el (PC-env-vars-alist): New variable.
18252 (PC-complete-as-file-name): New function.
18253 (partial-completion-mode): Initialize PC-env-vars-alist from
18254 process-environment.
18255 (PC-do-completion): Handle completion of env vars.
18256
18257 * info.el (Info-set-mode-line): Show file name in mode line,
18258 use `*Info*' instead of `Info:'.
18259
18260 * startup.el (command-line-1): Change copyright messages to year
18261 2000.
18262
18263 2000-06-15 Dave Love <fx@gnu.org>
18264
18265 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18266 not local-map.
18267
18268 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18269
18270 * international/mule.el (set-buffer-file-coding-system): Almost
18271 rewritten to handle `undecided' as no-op.
18272
18273 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18274
18275 * Makefile.in: New file.
18276
18277 * Makefile: Removed.
18278
18279 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18280 (goto-address-highlight-keymap): Bind C-c RET.
18281
18282 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18283
18284 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18285 inherits buffer-file-coding-system of the current buffer.
18286
18287 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18288 0. Give correct argument to set-auto-coding-function.
18289 (tar-expunge): For goto-char, use (point-min), not 0.
18290 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18291 (tar-subfile-save-buffer): Likewize.
18292
18293 * international/mule.el
18294 (after-insert-file-set-buffer-file-coding-system): Call
18295 set-buffer-file-coding-system with the arg FORCE t.
18296
18297 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18298
18299 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18300 nil. Contemporary sendmails issue an X-Authentication-Warning if
18301 the sender is set with `-f'.
18302
18303 2000-06-13 Dave Love <fx@gnu.org>
18304
18305 * help.el (describe-function-1): Kluge around cases of functions
18306 fset to subrs whose doc doesn't match their symbol-name.
18307
18308 * image.el (insert-image): Default STRING to a space.
18309
18310 * info.el Doc fixes.
18311 (Info-build-node-completions): Match Ref tags.
18312
18313 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18314
18315 * frame.el (display-multi-frame-p, display-multi-font-p): New
18316 defaliases for display-graphic-p.
18317
18318 * hl-line.el: Fixed a typo in commentary.
18319
18320 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18321
18322 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18323 fixed.
18324
18325 2000-06-12 Dave Love <fx@gnu.org>
18326
18327 * image.el (insert-image): Save a little consing.
18328
18329 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18330
18331 * language/tibet-util.el: Convert all tibetan-1-column characters
18332 to the corresponding tibetan characters.
18333 (tibetan-add-components): Delete code for the special treatment of
18334 'a chung.
18335
18336 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18337 change.
18338 (tibetan-vowel-transcription-alist): More rules added.
18339 (tibetan-composite-vowel-alist): New variable.
18340 (tibetan-precomposition-rule-alist): More rules added.
18341
18342 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18343
18344 * startup.el (command-line): Only call menu-bar-mode if interactive.
18345
18346 * thingatpt.el (toplevel symbol-properties):
18347 * textmodes/makeinfo.el (makeinfo-compile):
18348 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18349 * progmodes/hideif.el (hif-compress-define-list)
18350 (hide-ifdef-use-define-alist):
18351 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18352 (ange-ftp-vms-add-file-entry):
18353 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18354 * man.el (Man-build-man-command):
18355 * mail/rnewspost.el (news-reply-header-hook):
18356 * info.el (Info-insert-dir):
18357 * emulation/mlconvert.el (backward-word, forward-word, setq):
18358 * emacs-lisp/gulp.el (gulp-send-requests):
18359 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18360 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18361 (byte-optimize-apply, end of file):
18362 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18363 (ad-make-freeze-definition):
18364 * startup.el (command-line, command-line-1): Don't quote lambdas.
18365
18366 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18367 (cvs-cleanup-removed): New function.
18368 (cvs-cleanup-functions): New var.
18369 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18370 some flexibility in specifying additional entries to auto-cleanup.
18371 (cvs-quickdir): New function.
18372 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18373 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18374 (cvs-mode-find-file): Check that we are on a filename or dirname
18375 when invoked through a mouse-click.
18376 (cvs-full-path): Remove.
18377 (cvs-dired-action): Re-introduced.
18378 (cvs-dired-noselect): Use it.
18379 (vc-post-command-functions): use this new hook if available.
18380
18381 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18382 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18383 (cvs-filename-map, cvs-dirname-map): Remove.
18384 (cvs-default-action): Remove.
18385 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18386 if the arg is really a keymap.
18387 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18388 Don't hardcode the mapping from state (aka type) to face, but check
18389 the var cvs-fi-<type>-face instead.
18390 (cvs-fileinfo-from-entries): New function.
18391
18392 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18393 Docstring fix.
18394 (cvs-find-file-and-jump): Change default to be safer.
18395 (cvs-mode-diff-map): Define it as a function as well.
18396 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18397 Bind mouse-2 in this global map rather than with text-properties.
18398
18399 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18400 file to resolve the ambiguity between C(conflict) and C(need-merge).
18401
18402 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18403
18404 * international/mule.el (set-buffer-file-coding-system): If
18405 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18406 unconditionally.
18407
18408 2000-06-12 Dave Love <fx@gnu.org>
18409
18410 * wid-edit.el (widget-specify-button): Really suppress the face if
18411 required.
18412
18413 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18414
18415 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18416
18417 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18418
18419 * imenu.el (imenu-generic-expression): Docstring fix.
18420
18421 * composite.el (composition-function-table): Move the `put'
18422 below the autoload cookie so we can load the file before loaddefs.
18423
18424 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18425
18426 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18427 Handle easy-mmode-define-global-mode.
18428 For complex macros like define-minor-mode that can generate
18429 several autoload entries, try to autoload entries in the
18430 macroexpanded code.
18431
18432 * emacs-lisp/easy-mmode.el (define-minor-mode):
18433 If KEYMAP is a symbol, just use it.
18434 Use byte-compile-current-file and load-file-name to infer the
18435 proper :require to pass to defcustom.
18436 Wrap the hook var into `progn' so as not to autoload it.
18437 Add a :autoload-end cookie.
18438 Be more careful about the evaluation of KEYMAP.
18439 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18440 (define-derived-mode): Move define-abbrev-table outside of defvar.
18441
18442 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18443
18444 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18445 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18446 (backup-compiled-files): Ignore errors during `tar'.
18447 (bootstrap): Make autoloads before elc files.
18448
18449 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18450
18451 * international/mule.el (set-buffer-file-coding-system): If one of
18452 undecided-XXX is specified, change only EOL conversion.
18453
18454 * international/mule-conf.el (unix): New alias for the coding
18455 system undecided-unix.
18456
18457 2000-06-09 Dave Love <fx@gnu.org>
18458
18459 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18460
18461 * progmodes/executable.el: Byte compile dynamic.
18462 (executable-insert): Change custom type.
18463 (executable-find): Add autoload cookie.
18464 (executable-make-buffer-file-executable-if-script-p): New
18465 function. After Noah Friedman.
18466
18467 * files.el (after-save-hook): Customize, with
18468 executable-make-buffer-file-executable-if-script-p as an option.
18469
18470 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18471
18472 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18473 "tib24p-mule.bdf" for Tibetan.
18474
18475 * composite.el (decompose-composite-char): Declare it as obsolete.
18476
18477 * man.el (Man-fontify-manpage): Pay attention to underline and
18478 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18479
18480 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18481
18482 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18483 Set maintainer to FSF since author isn't reachable.
18484
18485 2000-06-08 Dave Love <fx@gnu.org>
18486
18487 * international/mule-cmds.el (select-safe-coding-system): If
18488 DEFAULT-CODING-SYSTEM is not specified, also check the most
18489 preferred coding-system if buffer-file-coding-system is
18490 `undecided'. From Handa.
18491
18492 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18493
18494 * international/mule.el
18495 (after-insert-file-set-buffer-file-coding-system): If the buffer
18496 size is greater than INSERTED, judget that we are not visiting.
18497
18498 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18499
18500 * whitespace.el (defgroup whitespace): Comment out `:version'.
18501 XEmacs 20.4 has problems defining the group with this present.
18502 We'll have this commented out till get resolve the problem.
18503
18504 2000-06-07 John Wiegley <johnw@gnu.org>
18505
18506 * align.el (align-dq-string-modes, align-sq-string-modes)
18507 (align-open-comment-modes): Add pyhton-mode.
18508 (align-rules-list): Use get-text-property instead of
18509 text-properties-at.
18510 (align-rules-list): Add python-assignment.
18511 (align-rules-list): Change perl-comma-delimiter to
18512 basic-comma-delimiter. Use if for Perl modes and python-mode.
18513 (align-rules-list): Add python-chain-logic and
18514 basic-line-continuation.
18515
18516 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18517
18518 * apropos.el (apropos-mode-hook): New user variable.
18519 (apropos-mode): Run apropos-mode-hook.
18520
18521 2000-06-07 David Ponce <david@dponce.com>
18522
18523 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18524 commands. Require `wid-edit' at run-time.
18525
18526 2000-06-07 David Ponce <david@dponce.com>
18527
18528 * recentf.el: Added some "Commentary".
18529 (recentf-open-more-files, recentf-edit-list): Minor changes to
18530 move the point at the top of the file list. This behaviour is
18531 consistent with the menu one when the list contains a lot of
18532 files.
18533 (recentf-cleanup): Now displays the number of items removed from
18534 the list.
18535 (recentf-relative-filter) New menu filter to show filenames
18536 relative to `default-directory'.
18537
18538 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18539
18540 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18541 with/without giving an error if PostScript printer doesn't have this
18542 kind of page size. Zebra Stripe continues or restarts on next page.
18543 Manual/automatic paper feeding. Switch or not the header.
18544 (ps-print-version): New version number (5.2.2).
18545 (ps-windows-system): Include emx as a Windows system.
18546 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18547 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18548 (ps-background-text): Code fix.
18549 (ps-error-handler-message, ps-user-defined-prologue)
18550 (ps-print-prologue-header, ps-printer-name)
18551 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18552 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18553 (ps-use-face-background): Customization fix.
18554 (ps-n-up-database): Data fix.
18555 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18556 (ps-switch-header): New vars.
18557 (ps-xemacs-color-name, ps-face-foreground-name)
18558 (ps-face-background-name, ps-boolean-constant): New funs.
18559
18560 2000-06-07 Dave Love <fx@gnu.org>
18561
18562 * allout.el: New version from Manheimer.
18563
18564 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18565
18566 * textmodes/fill.el (fill-find-break-point): Check the validity of
18567 charset.
18568
18569 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18570
18571 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18572 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18573 Call display-color-p and display-mouse-p instead of looking at
18574 window-system.
18575
18576 2000-06-06 Dave Love <fx@gnu.org>
18577
18578 * image.el (find-image): Doc fix. Return nil if image not found.
18579 (put-image, insert-image): Make STRING arg optional.
18580
18581 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18582
18583 * language/vietnamese.el: Remove eval-when-compile.
18584 (viet-viscii-nonascii-translation-table): Define it as a
18585 translation table made from viet-viscii-decode-table.
18586 (viet-viscii-encode-table): Define it as a translation table made
18587 from the reverse map of above.
18588 (viet-vscii-nonascii-translation-table): Define it as a
18589 translation table made from viet-vscii-decode-table.
18590 (viet-vscii-encode-table): Define it as a translation table made
18591 from the reverse map of above.
18592 (ccl-decode-viscii): Use translate-character.
18593 (ccl-encode-viscii, ccl-encode-viscii-font)
18594 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18595 Likewize.
18596
18597 * language/cyrillic.el: Remove eval-when-compile.
18598 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18599 translation table made from cyrillic-koi8-r-decode-table.
18600 (cyrillic-koi8-r-encode-table): Define it as a translation table
18601 made from the reverse map of above.
18602 (ccl-decode-koi8): Use translate-character.
18603 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18604 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18605 a translation table made from cyrillic-alternativnyj-decode-table.
18606 (cyrillic-alternativnyj-encode-table): Define it as a translation
18607 table made from the reverse map of above.
18608 (ccl-decode-alternativnyj): Use translate-character.
18609 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18610 Likewize
18611
18612 * international/mule-diag.el (non-iso-charset-alist): Specify
18613 translation table symbol instead of translation table itself.
18614 (list-block-of-chars): CHARSET may be a translation table symbol.
18615
18616 * international/mule.el (make-coding-system): If CODING-SYSTEM
18617 already exists, override it.
18618
18619 * international/fontset.el: Use family `proportional' for Tibetan
18620 fonts.
18621
18622 * international/ccl.el (ccl-compile-translate-character): Don't
18623 check if Rrr has property translation-table.
18624 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18625
18626 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18627
18628 * info.el: Bind case-fold-search to t when searching in case
18629 a user sets it to nil in a hook.
18630
18631 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
18632
18633 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18634 * hl-line.el (hl-line-mode): Use the new :global key argument.
18635
18636 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18637 (tar-clip-time-string): Prepend a space.
18638 (tar-grind-file-mode): Construct a string rather than modifying one.
18639 (tar-header-block-summarize): Fix docstring.
18640 Use `format' rather than an error-prone set of copy-loops.
18641
18642 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
18643 (diff-goto-source, diff-unified->context, diff-context->unified)
18644 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
18645 understand the format output by the `-p' argument to diff.
18646
18647 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
18648 (sh-re-done): Use defconst.
18649 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
18650 (sh-help-string-for-variable, sh-guess-basic-offset):
18651 Don't quote lambdas.
18652 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
18653 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
18654
18655 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
18656 (mh-letter-mode): Derive from text-mode.
18657 This implicitly means that it now calls kill-all-local-variables.
18658 Also remove the Emacs-18 compatibility code.
18659
18660 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
18661 Make use of symbol-property doc-string-elt.
18662 Use memq rather than a sequence of eq.
18663 (doc-string-elt): Fix the wrong or missing previously unused values.
18664 (autoload-print-form): New function extracted from
18665 generate-file-autoloads to allow recursion when handling progn
18666 so that defvar's and defun's docstrings are properly printed.
18667 (generate-file-autoloads): Use it.
18668
18669 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
18670 Use find-file-hooks in the minor-mode function.
18671 Be careful not to loop indefinitely in the post-command-hook function.
18672
18673 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
18674
18675 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
18676 tty's.
18677 * ediff-diff.el (ediff-exec-process): Use --binary for fine
18678 differences whenever appropriate.
18679 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
18680 * viper.el (find-file, find-file-other-window): Get viper to do
18681 wildcards.
18682
18683 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
18684
18685 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
18686 (jit-lock-fontify-buffer): New function for JIT refontification.
18687 (jit-lock-mode): Fix docstring.
18688 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
18689 Remove jit-lock-after-change from the _local_ hook.
18690 (jit-lock-function-1): Fix docstring.
18691
18692 * info.el (Info-on-current-buffer): Initialize info.
18693
18694 * newcomment.el (comment-indent): Ignore comment-indent-hook.
18695
18696 * progmodes/tcl.el (tcl-indent-for-comment):
18697 Ignore comment-indent-hook.
18698
18699 * emacs-lisp/easy-mmode.el: Require CL during compilation.
18700 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
18701 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
18702 and improve to use the lighter to guess the capitalization.
18703 (define-minor-mode): Inline code from easy-mmode-define-toggle.
18704 Add keyword arguments to specify global-ness or the custom group.
18705 Add local-map and help-echo properties to the lighter.
18706 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
18707 (easy-mmode-define-global-mode): New macro.
18708
18709 2000-06-02 Dave Love <fx@gnu.org>
18710
18711 * wid-edit.el: byte-compile-dynamic since we typically don't use
18712 all the widgets. Don't require cl or widget. Remove
18713 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
18714 (widget-read-event): Removed. Callers changed to use read-event.
18715 (widget-button-release-event-p): Renamed from
18716 button-release-event-p.
18717 (widget-field-add-space, widget-field-use-before-change):
18718 Uncustomize.
18719 (widget-specify-field): Use keymap property, not local-map.
18720 (widget-specify-button): Obey :suppress-face.
18721 (widget-specify-insert): Use modern backquote syntax.
18722 (widget-image-directory): Renamed from widget-glyph-directory.
18723 (widget-image-enable): Renamed from widget-glyph-enable.
18724 (widget-image-find): Replaces widget-glyph-find.
18725 (widget-button-pressed-face): Move defvar.
18726 (widget-image-insert): Replaces widget-glyph-insert.
18727 (widget-convert): Use keywordp.
18728 (widget-leave-text, widget-children-value-delete): Use mapc.
18729 (widget-keymap): Remove XEmacs stuff.
18730 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
18731 (widget-button-click): Don't set point at the click, but re-centre
18732 if we scroll out of window. Rewritten for images v. glyphs &c.
18733 (widget-tabable-at): Use POS arg, not point.
18734 (widget-beginning-of-line, widget-end-of-line)
18735 (widget-item-value-create, widget-sublist, widget-princ-to-string)
18736 (widget-sexp-prompt-value, widget-echo-help): Simplify.
18737 (widget-default-create): Use widget-image-insert; some rewriting.
18738 (widget-visibility-value-create)
18739 (widget-push-button-value-create, widget-toggle-value-create): Use
18740 widget-image-insert.
18741 (checkbox): Create on and off images dynamically.
18742 (documentation-link): Change :help-echo.
18743 (widget-documentation-link-echo-help): Remove.
18744
18745 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
18746
18747 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
18748
18749 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
18750 (easy-mmode-define-toggle, define-minor-mode): Use it.
18751 (easy-mmode-define-keymap): Docstring fix.
18752 (define-derived-mode): Default PARENT to fundamental-mode.
18753 Add the derived-mode-parent symbol-property.
18754 (easy-mmode-derived-mode-p): New function.
18755
18756 2000-06-02 Dave Love <fx@gnu.org>
18757
18758 * files.el (convert-standard-filename): Doc fix.
18759 (normal-backup-enable-predicate): New function.
18760 (backup-enable-predicate): Use it to replace the lambda form.
18761
18762 * calendar/todo-mode.el: [This needs more work on the outline
18763 stuff.] Doc fixes.
18764 (todo) <defgroup>: Add :version.
18765 (todo-add-category): Don't use pushnew.
18766 (todo-cmd-raise): Fix typo.
18767 (todo-top-priorities): Change temp buffer name.
18768 (todo-category-alist): Avoid redundant lambda.
18769 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
18770 Use outline-next-heading.
18771
18772 * autoarg.el: Rewritten to use define-minor-mode.
18773 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
18774 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
18775
18776 2000-06-02 Kenichi Handa <handa@etl.go.jp>
18777
18778 * isearch.el (isearch-other-meta-char): Fix previous change.
18779
18780 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18781
18782 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
18783 (log-edit-done): Only add the comment to the ring if it's different
18784 from the last comment entered.
18785
18786 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
18787
18788 2000-06-01 Dave Love <fx@gnu.org>
18789
18790 * hl-line.el: Rewritten using define-minor-mode.
18791
18792 * help.el (describe-function-1): Distinguish special form from
18793 builtin function. Sanity-check presence of arglist for builtins.
18794
18795 2000-06-01 Kenichi Handa <handa@etl.go.jp>
18796
18797 * international/characters.el: Fix syntax/category setting of
18798 Tibetan characters.
18799
18800 * language/tibet-util.el (tibetan-add-components): Fixes for new
18801 encoding of Tibetan characters.
18802 (tibetan-decompose-precomposition-alist): New variable.
18803 (tibetan-decompose-region): Convert precomposed characters to
18804 non-precomposed characters.
18805 (tibetan-decompose-string): Likewise.
18806 (tibetan-composition-function): Fix args to
18807 thibetan-compose-string.
18808
18809 * language/tibetan.el (tibetan-composable-pattern): More
18810 characters included.
18811 (tibetan-consonant-transcription-alist): Rule for "R" added.
18812 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
18813 "+R" added.
18814 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
18815
18816 * language/lao-util.el (lao-composition-function): Fix args to
18817 compose-string.
18818
18819 * language/thai-util.el (thai-composition-function): Fix args to
18820 compose-string.
18821
18822 * isearch.el (isearch-update): Set disable-point-adjustment to t
18823 to prevent the point moving to the end of a composition when a
18824 part of a composition is searched.
18825 (isearch-other-meta-char): If the key invoking this command can be
18826 mapped by function-key-map to a printing char, call
18827 isearch-process-search-char directly.
18828
18829 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18830
18831 * emacs-lisp/bytecomp.el:
18832 * frame.el:
18833 * international/mule-cmds.el:
18834 * international/mule-util.el:
18835 * international/mule.el:
18836 * mouse.el:
18837 * subr.el:
18838 * faces.el: Update calls to make-obsolete with a WHEN argument.
18839
18840 * byte-run.el (make-obsolete, make-obsolete-variable):
18841 Add an optional WHEN argument and change the format of the
18842 symbol-property information.
18843 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
18844 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
18845 new obsolete-symbol-property format and print WHEN if it is provided.
18846
18847 2000-05-31 Dave Love <fx@gnu.org>
18848
18849 * loadhist.el (loadhist-hook-functions): Remove
18850 before-change-function, after-change-function.
18851 (unload-feature): Deal with symbols which are both bound and
18852 fbound.
18853
18854 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
18855 before-change-function, after-change-function.
18856
18857 * simple.el (newline): Don't bind before-change-function,
18858 after-change-function.
18859
18860 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
18861
18862 * whitespace.el (whitespace-rescan-timer-time): Update interval
18863 set to 600 seconds (10 minutes) instead of 60 seconds since
18864 a large number of whitespace buffers causes emacs to `freeze'
18865 for a considerable amount of time.
18866
18867 * whitespace.el: Updated email address
18868
18869 2000-05-31 Dave Love <fx@gnu.org>
18870
18871 * add-log.el (change-log-font-lock-keywords) <function>: Add
18872 pattern for function of change.
18873 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
18874 acknowledgements patterns.
18875
18876 2000-05-31 Kenichi Handa <handa@etl.go.jp>
18877
18878 * isearch.el (isearch-printing-char): If keyboard coding system is
18879 being used, call isearch-process-search-multibyte-characters.
18880
18881 * international/isearch-x.el: Mostly rewritten.
18882
18883 * international/quail.el (quail-start-conversion): Don't include
18884 unhandled events in the returned events, but set them in
18885 unread-command-events. Exit if all inputs are deleted.
18886
18887 2000-05-30 Jason Rumney <jasonr@gnu.org>
18888
18889 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
18890
18891 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
18892 Reenable code to create initial fontsets.
18893 Use set-fontset-font in place of put-charset-property.
18894
18895 2000-05-30 Gerd Moellmann <gerd@gnu.org>
18896
18897 * progmodes/perl-mode.el (perl-indent-line): When looking for a
18898 label, ensure that the first colon isn't followed by another.
18899
18900 * paths.el (Info-default-directory-list): Doc fix.
18901
18902 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
18903 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
18904 send a query containing USER only, not USER@HOST.
18905
18906 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
18907 and rmail-msgend to compute the restriction at the end, instead of
18908 computing it.
18909
18910 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18911
18912 * dabbrev.el (dabbrev-expand): Don't display messages in the
18913 echo area if the minibuffer window is active.
18914
18915 * jit-lock.el (jit-lock-mode): Add after change function to
18916 local hook.
18917
18918 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
18919
18920 * antlr-mode.el: New commands: hide/unhide actions,
18921 upcase/downcase literals.
18922 (antlr-tiny-action-length): New user option.
18923 (antlr-hide-actions): New command. Suggested by
18924 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
18925 (antlr-mode-map): New binding [C-c C-v].
18926 (antlr-mode-menu): New entries.
18927 (antlr-downcase-literals): New command.
18928 (antlr-upcase-literals): Ditto.
18929
18930 * antlr-mode.el: Minor changes: indendation, mode-name.
18931 (antlr-indent-line): Indent cpp directive at column 0.
18932 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
18933
18934 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
18935 (antlr-font-lock-additional-keywords): Workaround for intentional
18936 bug in XEmacs version of font-lock.
18937 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
18938 be used by a smarter version of `buffers-menu-grouping-function'.
18939
18940 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18941
18942 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
18943 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
18944
18945 2000-05-29 Kenichi Handa <handa@etl.go.jp>
18946
18947 * international/encoded-kb.el
18948 (encoded-kbd-iso2022-designation-map): Pay attention to that
18949 charset-iso-final-char return -1 for eight-bit-control and
18950 eight-bit-graphic.
18951
18952 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18953
18954 * speedbar.el (speedbar-use-images, speedbar-update-flag)
18955 (speedbar-easymenu-definition-base): Use display-graphic-p where
18956 available, instead of window-system.
18957
18958 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18959
18960 * international/codepage.el (cp-coding-system-for-codepage-1): Add
18961 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
18962 coding systems.
18963
18964 2000-05-26 Dave Love <fx@gnu.org>
18965
18966 * disp-table.el (standard-display-underline): Don't use
18967 internal-find-face.
18968
18969 * mail/reporter.el: Maintainer change. Doc fixes.
18970 (reporter-version): Deleted.
18971
18972 * emacs-lisp/elp.el: Maintainer change.
18973 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
18974
18975 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
18976
18977 * add-log.el (add-change-log-entry): Merge the current entry with the
18978 previous one if the previous one is empty.
18979
18980 2000-05-26 Dave Love <fx@gnu.org>
18981
18982 * loadhist.el (unload-feature): Fix interactive spec [from
18983 lijnzaad@ebi.ac.uk].
18984
18985 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
18986 subr-arity to check primitives.
18987 (byte-compile-flush-pending, byte-compile-file-form-progn)
18988 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
18989 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
18990 mapcar.
18991
18992 2000-05-26 Kenichi Handa <handa@etl.go.jp>
18993
18994 * international/fontset.el: Set family names of non-latin charsets
18995 in default fontset to "*".
18996
18997 * international/mule-diag.el (print-fontset): Combine family part
18998 and registry part of the fontname by "-*-" instead of "-".
18999
19000 * international/mule-cmds.el (encode-coding-char): Make strings
19001 multibyte before calling encode-coding-string.
19002
19003 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19004
19005 * derived.el: Fix keywords.
19006 (define-derived-mode): Only define if needed.
19007
19008 * simple.el (fill-comment, comment-column, comment-start)
19009 (comment-start-skip, comment-end, comment-indent-function)
19010 (block-comment-start, block-comment-end, indent-for-comment)
19011 (set-comment-column, kill-comment, comment-padding, comment-region)
19012 (comment-multi-line, indent-new-comment-line): Remove.
19013
19014 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19015 function names for comment operations.
19016
19017 * newcomment.el: Add abundant autoload cookies.
19018 (comment-style): Don't depend on runtime data at compile-time.
19019 (comment-indent-hook): Remove.
19020 (comment-indent): Check if comment-indent-hook is bound.
19021 (comment-region): Docstring fix.
19022
19023 2000-05-25 Dave Love <fx@gnu.org>
19024
19025 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19026 byte-code-function-p.
19027
19028 * mail/rmailsum.el: Add provide.
19029
19030 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19031
19032 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19033 defcustom.
19034
19035 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19036
19037 * ediff-diff.el (ediff-exec-process): delete --binary option from
19038 non-buffer ediff jobs.
19039
19040 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19041
19042 * hilit-chg.el (highlight-changes-mode): Ask about color or
19043 grayscale support, not about window-system.
19044
19045 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19046 window-system.
19047 (ffap-highlight): Always default to t.
19048
19049 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19050 display-popup-menus-p instead of looking at window-system.
19051
19052 * disp-table.el (standard-display-g1, standard-display-graphic):
19053 Only refuse to use string glyphs on X and MS-Windows.
19054
19055 * avoid.el: Remove window-system from commentary, suggest to use
19056 display-*-p instead.
19057
19058 * apropos.el (apropos-print): Use display-mouse-p instead of
19059 window-system.
19060
19061 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19062
19063 * international/codepage.el (cp-decoding-vector-for-codepage):
19064 Fill up unsupported characters with their own codes. From Kenichi
19065 Handa.
19066
19067 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19068
19069 * international/mule-diag.el (describe-char-after): Use
19070 display-graphic-p instead of window-system, so that this function
19071 works on MS-DOS.
19072
19073 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19074
19075 * international/codepage.el (cp-make-coding-systems-for-codepage):
19076 Remove the eight-bit-graphic and eight-bit-control charsets from
19077 the list of charsets which we convert into `?'.
19078
19079 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19080
19081 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19082 private charsets.
19083 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19084 japanese-jisx0213-2): New charsets.
19085
19086 * international/fontset.el: Setup default fontset for new charsets.
19087
19088 2000-05-24 Dave Love <fx@gnu.org>
19089
19090 * info.el (Info-find-node-2): Restructure [following "Vadim
19091 S. Solomin" <sovs@uic.nnov.ru>].
19092
19093 * icomplete.el: Fix header for Finder.
19094
19095 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19096
19097 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19098 STAY.
19099
19100 * rmail.el (rmail-automatic-folder-directives): New user variable.
19101 (rmail-show-message): Add call to `rmail-auto-file' during
19102 display.
19103 (rmail-auto-file): New function.
19104
19105 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19106
19107 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19108 account.
19109 (ediff-test-utility,ediff-diff-mandatory-option)
19110 (ediff-reset-diff-options): Utilities for proper initialization of
19111 ediff-diff-options and ediff-diff3-options on Windows.
19112
19113 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19114 variable.
19115
19116 * ediff-mult.el (ediff-filegroup-action): Use
19117 ediff-merge-filename-prefix.
19118
19119 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19120
19121 * viper-ex.el (ex-write): Set selective display to nil.
19122
19123 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19124
19125 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19126 aliases for hebrew-iso-8bit.
19127
19128 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19129
19130 * woman.el: New version from Francis J. Wright
19131 <F.J.Wright@Maths.QMW.ac.uk>.
19132 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19133 names in environment variables regardless of the path separator.
19134 (woman-topic-all-completions-1): Don't call file-name-directory-p
19135 on all files, since woman-file-regexp already filters out any
19136 directories.
19137
19138 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19139
19140 * international/quail.el (quail-start-translation): Don't change
19141 modified-p of the current buffer.
19142 (quail-start-conversion): Likewise.
19143
19144 * international/kkc.el (kkc-region): Don't change modified-p of
19145 the current buffer.
19146
19147 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19148 conform to RFC1468.
19149 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19150
19151 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19152
19153 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19154 (speedbar-insert-button): Invisible text property fix.
19155 (speedbar-directory-plus): Renamed from speedbar-directory-+
19156 (speedbar-directory-minus): Renamed from speedbar-directory--
19157 (speedbar-page-plus): Renamed from speedbar-file-+
19158 (speedbar-page-minus): Renamed from speedbar-file--
19159 (speedbar-page): Renamed from speedbar-file-
19160 (speedbar-tag): Renamed from speedbar-tag-
19161 (speedbar-tag-plus): Renamed from speedbar-tag-+
19162 (speedbar-tag-minus): Renamed from speedbar-tag--
19163 (speedbar-expand-image-button-alist): Use above renames.
19164
19165 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19166 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19167 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19168 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19169 * sb-pg.xpm: Renamed from sb-file.xpm
19170 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19171 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19172
19173 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19174
19175 * international/quail.el (quail-show-guidance-buf): Set
19176 current-input-method of the guidance buffer to the name of the
19177 curren input method.
19178
19179 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19180
19181 * progmodes/compile.el (compile-internal): Style typo.
19182
19183 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19184 quote vars and functions in the docstring.
19185
19186 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19187
19188 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19189 Don't quote lambdas.
19190
19191 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19192
19193 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19194
19195 * startup.el (command-line): Determine source file of compiled
19196 user init file differently. Warn if compiled user init file
19197 is older than its source file.
19198
19199 * ffap.el (ffap-url-regexp): Add `https'.
19200
19201 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19202
19203 * files.el (make-backup-file-name-1): Replace slashes with `!'
19204 rather than `|' (which is not allowed on Windows). Replace the
19205 drive letters with a string "drive_X".
19206
19207 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19208
19209 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19210
19211 * files.el (interpreter-mode-alist): Add `bash2'.
19212
19213 2000-05-22 Dave Love <fx@gnu.org>
19214
19215 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19216 mapc.
19217 (feature-file): Avoid calling symbol-name. Doc fix.
19218 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19219 (loadhist-hook-functions): Add mouse-position-function.
19220 (unload-feature): Change uses of mapcar.
19221
19222 * files.el (parse-colon-path): Doc fix.
19223 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19224 (set-auto-mode): Use mapc.
19225
19226 * complete.el (PC-look-for-include-file): Use :alnum: character
19227 class.
19228 (partial-completion-mode): Add autoload cookie.
19229
19230 2000-05-22 Sam Steingold <sds@gnu.org>
19231
19232 * info.el (Info-fontify-node): Fixed the call to
19233 `add-text-properties' (bug introduced on 2000-05-18).
19234
19235 2000-05-22 Dave Love <fx@gnu.org>
19236
19237 * bindings.el: Remove debug-ignored-errors set in other files.
19238
19239 * progmodes/etags.el: Add to debug-ignored-errors.
19240 (visit-tags-table-buffer): Clear out buffers holding old tables
19241 when making a new list.
19242 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19243 mapc.
19244
19245 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19246 quote keywords.
19247 (cmpl-string-case-type): Use character classes.
19248
19249 * comint.el:
19250 * textmodes/ispell.el:
19251 * imenu.el:
19252 * mail/mh-e.el:
19253 * progmodes/compile.el: Add to debug-ignored-errors.
19254
19255 * dabbrev.el: Add to debug-ignored-errors.
19256 (dabbrev-completion): Use mapc.
19257
19258 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19259
19260 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19261 (woman-mapcan, woman-parse-man.conf)
19262 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19263 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19264 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19265 path syntax better.
19266 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19267 (woman-manpath): Call woman-parse-man.conf.
19268 (woman-emulation): New defcustom, defaults to nroff.
19269 (woman-font-support): New defconst.
19270 (woman-use-symbol-font): New defcustom.
19271 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19272 "Emulation".
19273 Many functions: Doc fix.
19274
19275 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19276
19277 * international/quail.el (quail-simple-translation-keymap): Map
19278 128..255 to quail-self-insert-command.
19279 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19280
19281 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19282
19283 * help.el (help-manyarg-func-alist): Typo.
19284
19285 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19286 intervals which makes it heaps simpler.
19287
19288 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19289 the nested comment markers.
19290
19291 * subr.el (remove-hook): Don't turn the hook's value into a list.
19292
19293 2000-05-21 Dave Love <fx@gnu.org>
19294
19295 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19296 are invalid characters.
19297
19298 * international/mule-util.el (detect-coding-with-priority): Use
19299 mapc. Remove redundant lambda.
19300
19301 * international/mule-diag.el (list-non-iso-charset-chars)
19302 (describe-fontset): Remove redundant lambda.
19303
19304 * emulation/crisp.el (brief-mode): New alias.
19305
19306 * emacs-lisp/ring.el (ring-elements): New function.
19307
19308 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19309 (easy-menu-do-add-item): Use keywordp.
19310
19311 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19312
19313 * replace.el: Doc and error message fixes.
19314 (replace-highlight): Use facep, not internal-find-face.
19315
19316 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19317
19318 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19319
19320 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19321 (log-edit-insert-changelog): Drop `:' as well.
19322
19323 * log-view.el: Fix file description.
19324 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19325 available.
19326 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19327 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19328
19329 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19330 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19331 Print a status message if the toggle is called interactively.
19332 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19333 for global minor modes and use `defcustom' for them.
19334 Use add-minor-mode.
19335 (easy-mmode-define-derived-mode): Remove.
19336 (define-derived-mode): Fancier default docstring.
19337 (easy-mmode-define-navigation): Signal an error rather than (ding).
19338
19339 * newcomment.el (comment-styles): New `box-multi'.
19340 (comment-normalize-vars): Better default for comment-continue to
19341 avoid whitespace-only continuations.
19342 (comment-search-forward): Always move even in the no-syntax case.
19343 (comment-padright): Only obey N if it's only obeyed for padleft.
19344 (comment-make-extra-lines): Better handling of empty continuations.
19345 Use `=' for the filler if comment-start has only one character.
19346 (uncomment-region): Try handling the special `=' filler.
19347 (comment-region): Allow LINES even if MULTI is nil.
19348 (comment-box): Choose box style based on comment-style.
19349
19350 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19351
19352 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19353 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19354
19355 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19356
19357 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19358 and insert, not subst-char-in-region.
19359
19360 * international/mule-diag.el (list-character-sets-1): Handle
19361 charsets eight-bit-control and eight-bit-graphic.
19362 (list-iso-charset-chars): Likewise.
19363 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19364 charactes as is. Use indent-to to align characters.
19365
19366 * international/mule-cmds.el (find-multibyte-characters): Never
19367 exclude charsets eight-bit-control and eight-bit-graphic.
19368
19369 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19370
19371 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19372 Don't quote lambdas.
19373
19374 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19375
19376 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19377
19378 * gud.el (gud-jdb-directories): Doc fix.
19379
19380 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19381
19382 * newcomment.el: New file.
19383
19384 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19385
19386 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19387
19388 2000-05-18 Andreas Schwab <schwab@suse.de>
19389
19390 * dired.el (dired-between-files): Also skip lines beginning with
19391 `used'.
19392
19393 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19394
19395 * msb.el (msb-menu-cond): Add choice `user'.
19396
19397 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19398
19399 * ps-print.el: Compatibility, customization and doc fix.
19400 (ps-printer-name-option): Replace defconst by defvar.
19401 (ps-postscript-code-directory): XEmacs compatibility.
19402 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19403 fix.
19404 (ps-user-defined-prologue, ps-print-prologue-header)
19405 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19406 compatibility and code fix.
19407 (ps-print-background-image, ps-print-background-text):
19408 Customization fix.
19409 (ps-line-number-start, ps-n-up-on): New vars.
19410
19411 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19412
19413 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19414 the indent-comment function to just return the appropriate indent.
19415
19416 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19417
19418 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19419 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19420 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19421
19422 2000-05-18 Dave Love <fx@gnu.org>
19423
19424 * info.el (Info-fontify-node): Add intangible property as well as
19425 invisible.
19426
19427 * calendar/appt.el (appt-make-list): Match all lines of entry.
19428 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19429
19430 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19431
19432 * international/mule-diag.el (describe-char-after): Call
19433 internal-char-font, not char-font. If internal-char-font returns
19434 nil, display "-- none --".
19435
19436 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19437
19438 * image.el (image-type-available-p): Don't reference image-types
19439 if it isn't bound.
19440
19441 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19442
19443 * autoarg.el (autoarg-mode): Typo in the :set argument.
19444
19445 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19446
19447 * startup.el (command-line-1): Don't signal an error if the
19448 directory for auto-save-list files does not yet exist.
19449
19450 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19451
19452 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19453
19454 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19455
19456 * subr.el (remove-hook): `setq' hook-value, not `set'.
19457
19458 2000-05-16 Sam Steingold <sds@gnu.org>
19459
19460 * info.el (debug-ignored-errors): More errors to ignore.
19461
19462 2000-05-16 Dave Love <fx@gnu.org>
19463
19464 * cus-edit.el: Don't require cl or easymenu.
19465 (custom-variable-prompt): Test standard-value property, not
19466 user-variable-p.
19467
19468 2000-05-16 Sam Steingold <sds@gnu.org>
19469
19470 * subr.el (add-hook): `setq' hook-value, not `set'.
19471
19472 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19473
19474 * startup.el (command-line-1): Mention the FAQ in the startup
19475 message.
19476
19477 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19478
19479 * progmodes/compile.el (compilation-parse-errors): Collect
19480 `nomessage' regexps last.
19481
19482 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19483
19484 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19485 to the function name.
19486
19487 2000-05-15 Dave Love <fx@gnu.org>
19488
19489 * speedbar.el (speedbar-recenter): Typo.
19490 (speedbar-expand-line): Make arg optional.
19491 (speedbar-mode): Avoid a compiler warning.
19492
19493 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19494
19495 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19496 user-specified option string is empty.
19497
19498 * mouse.el (mouse-yank-at-click): Doc fix.
19499
19500 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19501
19502 * term/internal.el (IT-character-translations): More updates of
19503 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19504 documents.
19505
19506 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19507
19508 * env.el (getenv): New function, interactively callable.
19509 (setenv, getenv): Remove autoload cookies.
19510
19511 * loadup.el: Load `env'.
19512
19513 * progmodes/f90.el: Change author's mail address.
19514
19515 2000-05-14 Dave Love <fx@gnu.org>
19516
19517 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19518 goto-addr as an option.
19519
19520 * help.el (help-xref-stack): Doc fix.
19521 (help-xref-following): New variable.
19522 (help-make-xrefs): Use it.
19523 (help-xref-go-back): Use position information from stack element.
19524 (help-follow): Make position in stack element a pair. Use
19525 help-xref-following.
19526
19527 * autoarg.el: New file.
19528
19529 * faces.el: Declare more functions obsolete.
19530
19531 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19532 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19533 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19534 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19535 Remove all the setup-...-environment functions.
19536
19537 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19538
19539 * speedbar.el: Updated the commentary section. xemacs20p now uses
19540 >= when detecting. Require `defimage' safely.
19541 (speedbar-easymenu-definition-base): Add toggle for images.
19542 (speedbar-easymenu-definition-special): Add flush cache & expand.
19543 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19544 (speedbar-reconfigure-keymaps-hook): New variable.
19545 (speedbar-frame-parameters): Updated documentation.
19546 (speedbar-use-imenu-flag): Updated custom tag
19547 (speedbar-dynamic-tags-function-list): New variable.
19548 (speedbar-tag-hierarchy-method): Updated doc & custom.
19549 (speedbar-indentation-width, speedbar-indentation-width) New
19550 variables.
19551 (speedbar-hide-button-brackets-flag): Customizable.
19552 (speedbar-vc-indicator): Doc update.
19553 (speedbar-ignored-path-expressions): Updated default value.
19554 (speedbar-supported-extension-expressions): Updated default value.
19555 (speedbar-syntax-table): Remove {} paren status.
19556 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19557 as "+". Added overlay aliases.
19558 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19559 `force-mode-line-update'.
19560 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19561 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19562 `mouse-set-point'
19563 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19564 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19565 of arbitrary text, and new helper functions.
19566 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19567 filename finder.
19568 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19569 (speedbar-directory-buttons): Update path search/expansion.
19570 (speedbar-make-tag-line): Pay attention to
19571 `speedbar-indentation-width'. Use more care w/ invisible
19572 properties.
19573 (speedbar-change-expand-button-char): Call
19574 `speedbar-insert-image-button-maybe'.
19575 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19576 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19577 (speedbar-trim-words-tag-hierarchy)
19578 (speedbar-simple-group-tag-hierarchy): New functions
19579 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19580 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19581 functions.
19582 (speedbar-mouse-set-point): New function
19583 (speedbar-power-click): Updated documentation.
19584 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19585 of tag prefix text.
19586 (speedbar-expand-line, speedbar-contract-line): Make more robust
19587 to strange text.
19588 (speedbar-expand-line): Takes universal argument to flush the
19589 cache.
19590 (speedbar-flush-expand-line): New function.
19591 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19592 Use new generator insertion method.
19593 (speedbar-fetch-dynamic-tags): New function.
19594 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19595 `speedbar-fetch-dynamic-imenu'.
19596 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19597 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19598 "Revert Buffer" menu items.
19599 (speedbar-buffer-buttons-engine): Be smarter when creating a
19600 filename tag (for expansion purposes.).
19601 (speedbar-highlight-one-tag-line,
19602 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19603 (speedbar-recenter): New functions.
19604 (defimage-speedbar): Image loading abstraction.
19605 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19606 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19607 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19608 (speedbar-tag-type, speedbar-tag-mail): New images.
19609 (speedbar-expand-image-button-alist): New variable.
19610 (speedbar-insert-image-button-maybe): Insert an image over some
19611 buttons.
19612
19613 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19614
19615 * international/mule-cmds.el (encode-coding-char): An ASCII
19616 character is always encodable.
19617
19618 * international/mule-conf.el: Add more information in descriptions
19619 of character sets.
19620
19621 * international/mule-diag.el (describe-char-after): New function.
19622 (describe-font-internal): Adjusted for the change of font-info.
19623 (describe-font): Likewise.
19624 (print-fontset): Rewritten for the new fontset implementation.
19625 (describe-fontset): Include fontset alias names in completion.
19626 (list-fontsets): Adjusted for the change of print-fontset.
19627
19628 * simple.el (what-cursor-position): If DETAIL is non-nil, call
19629 describe-char-after instead of displaying the detail in the echo
19630 area.
19631 (syntax-code-table): Format changed.
19632 (string-to-syntax): Adjusted for the above change.
19633
19634 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
19635
19636 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19637
19638 2000-05-12 Dave Love <fx@gnu.org>
19639
19640 * calendar/todo-mode.el: Remove some compatibility stuff and CL
19641 dependence. Use line-{beginning,end}-position, not
19642 point-at{b,e}ol. Some doc fixes.
19643 (todo-position): New function. Fix callers of position to use it.
19644 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
19645
19646 2000-05-12 Gerd Moellmann <gerd@gnu.org>
19647
19648 * time.el (display-time-mail-icon): Use `:ascent center'.
19649
19650 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
19651 handling FTP security extensions.
19652
19653 2000-05-11 Dave Love <fx@gnu.org>
19654
19655 * calendar/todo-mode.el: New file.
19656
19657 2000-05-11 Gerd Moellmann <gerd@gnu.org>
19658
19659 * comint.el (comint-read-input-ring): Move reference to
19660 comint-input-ring-size outside of the save-excursion. It was
19661 causing the default value to be the only one ever seen.
19662
19663 * font-lock.el: Update copyright. Remove Simon Marshall's email
19664 address on request from him.
19665
19666 * subr.el (substitute-key-definition): Add comment describing
19667 the meaning of PREFIX.
19668
19669 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
19670
19671 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
19672
19673 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
19674 (add-minor-mode): Don't make the variable buffer-local and add a
19675 reference to define-minor-mode in the docstring.
19676
19677 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
19678 HEADER/FOOTER and fix bug with trailing empty directory.
19679 (cvs-append-to-ignore): Use vc-editable-p if available.
19680 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
19681 (vc-do-command): Tweak advice to handle the new VC.
19682
19683 * log-view.el (log-view-goto-rev): New function for the new VC.
19684 (log-view-minor-wrap): Use mark-active.
19685
19686 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19687 (log-edit-changelog-full-paragraphs): New var.
19688 (log-edit-insert-changelog): Remove a lonely leading `* file'.
19689 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
19690 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
19691 (log-edit-changelog-ours-p, log-edit-changelog-entries)
19692 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
19693 Replace the `cvs' prefix with `log-edit'.
19694
19695 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
19696
19697 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
19698 (diff-font-lock-defaults): Explicitly turn off multiline.
19699 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
19700 (diff-ediff-patch): Fix call to ediff-patch-file.
19701 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
19702 Handle comments.
19703
19704 * frame.el (automatic-hscrolling): Typo.
19705
19706 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
19707
19708 2000-05-09 Sam Steingold <sds@goems.com>
19709
19710 * apropos.el (apropos-print): use `describe-face' instead of
19711 `customize-face-other-window'.
19712
19713 2000-05-09 Dave Love <fx@gnu.org>
19714
19715 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
19716
19717 * help.el (describe-variable): Have customize button pop the
19718 help-xref stack when invoked.
19719 (help-xref-symbol-regexp): Add `face'.
19720 (help-make-xrefs): Check for quoted face names and adapt regexp
19721 submatch numbers to cope.
19722 (help-xref-interned): Maybe insert face doc too. Separate
19723 sections with a line of hyphens.
19724
19725 * faces.el: Some doc fixes. Declare some functions obsolete.
19726 (describe-face): Add customize button. Return the help
19727 text. Fix prompt.
19728
19729 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
19730
19731 * term/internal.el (IT-character-translations): Fix last change.
19732
19733 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19734
19735 * woman.el: New file
19736 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
19737
19738 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19739
19740 * term/internal.el (IT-character-translations): Update ASCII
19741 simulations for greek-iso8859-7, add latin-iso8859-14 and
19742 latin-iso8859-15.
19743
19744 * international/mule-cmds.el (set-language-info-alist): Call
19745 define-prefix-command with 3 arguments, to make the map suitable
19746 for a menu.
19747
19748 2000-05-07 Dave Love <fx@gnu.org>
19749
19750 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
19751
19752 2000-05-05 Dave Love <fx@gnu.org>
19753
19754 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
19755 list in doc string. Don't quote keyword symbols.
19756 * emacs-lisp/cl.el: Likewise
19757 * emacs-lisp/cl-seq.el: Likewise
19758
19759 2000-05-05 Gerd Moellmann <gerd@gnu.org>
19760
19761 * abbrev.el (abbrev-mode): Make ARG optional.
19762
19763 2000-05-04 Gerd Moellmann <gerd@gnu.org>
19764
19765 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
19766
19767 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
19768
19769 * subr.el (substitute-key-definition): Clarify documentation.
19770
19771 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
19772
19773 * glasses.el (glasses-convert-to-unreadable): Use
19774 `glasses-separator' instead of the hard-wired "_".
19775 (glasses-mode): Call `glasses-make-unreadable' only in a single
19776 place.
19777
19778 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
19779
19780 * term/internal.el (cjk-codepages-alist): Add associations for
19781 Chinese and Korean codepages. Remove FIXME comment.
19782
19783 2000-05-03 Dave Love <fx@gnu.org>
19784
19785 * time.el (display-time-mail-face, display-time-use-mail-icon):
19786 New option.
19787 (display-time-mail-icon): New variable.
19788 (display-time-string-forms): Use the above. Fix the local-map.
19789
19790 2000-05-03 Gerd Moellmann <gerd@gnu.org>
19791
19792 * replace.el (query-replace-map): Add binding for `E'.
19793 (query-replace-help): Extend help text.
19794 (perform-replace): Allow editing the replacement string.
19795
19796 * make-mode.el (makefile-mode-abbrev-table): New variable.
19797 (makefile-mode): Set local abbrev table to
19798 makefile-mode-abbrev-table.
19799 (makefile-font-lock-keywords): Fontify includes and conditionals.
19800
19801 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
19802 set TOGGLE's value.
19803
19804 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
19805 mail-interactive-insert-alias.
19806 (mail-abbrev-complete-alias): New command.
19807 (mail-mode-map): Bind it to `M-TAB'.
19808
19809 2000-05-03 Kenichi Handa <handa@etl.go.jp>
19810
19811 * language/lao-util.el (lao-compose-region): New function.
19812
19813 2000-05-02 Gerd Moellmann <gerd@gnu.org>
19814
19815 * files.el (recover-session): Make directories as necessary
19816 if they don't exist yet.
19817
19818 * calendar/cal-french.el
19819 (french-calendar-multibyte-special-days-array)
19820 (french-calendar-special-days-array): Change French text.
19821 (calendar-french-date-string): Change output.
19822 (calendar-goto-french-date): Likewise.
19823
19824 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
19825
19826 * wid-edit.el (widget-default-active): Obey `:always-active'.
19827 (widget-documentation-string-value-create): Set `:always-active'.
19828
19829 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19830
19831 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
19832 default prefix to `~/_emacs.d/auto-save.list/_s'.
19833 (normal-top-level): Create the directory for auto-save files, if
19834 it doesn't already exist (in the ms-dos case only).
19835
19836 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19837
19838 * international/mule-cmds.el (set-language-environment): Don't
19839 concat an integer (dos-codepage), use format instead.
19840
19841 2000-05-02 Dave Love <fx@gnu.org>
19842
19843 * help.el (help-xref-on-pp): Check for constant symbols.
19844
19845 2000-04-29 Gerd Moellmann <gerd@gnu.org>
19846
19847 * startup.el (normal-top-level): Put a condition-case around
19848 the code loading subdirs.el.
19849
19850 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19851
19852 * ps-print.el: Upside-down and face background color printing,
19853 line number step, doc fix.
19854 (ps-print-version): New version number (5.2).
19855 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
19856 (ps-face-attribute-list, ps-plot-with-face): Code fix.
19857 (ps-spool-config): Var fix.
19858 (ps-printer-name-option): Const fix.
19859 (ps-print-upside-down, ps-use-face-background)
19860 (ps-line-number-step): New vars.
19861 (ps-window-system, ps-lp-system): New consts.
19862 (ps-face-background): New fun.
19863
19864 2000-04-28 Richard Stallman <rms@gnu.org>
19865
19866 * files.el (make-auto-save-file-name):
19867 Apply auto-save-file-name-transforms to visited file name
19868 before generating auto save file name.
19869 (auto-save-file-name-transforms): New variable.
19870
19871 * files.el (backup-enable-predicate):
19872 Correctly test for a file under a temporary directory.
19873
19874 2000-04-28 Gerd Moellmann <gerd@gnu.org>
19875
19876 * subr.el (add-minor-mode): Rewritten.
19877
19878 2000-04-28 Kenichi Handa <handa@etl.go.jp>
19879
19880 * mail/sendmail.el (sendmail-send-it): Set
19881 buffer-file-coding-system to the selected coding system for MIME
19882 header.
19883
19884 2000-04-27 Gerd Moellmann <gerd@gnu.org>
19885
19886 * dired.el (dired-move-to-filename-regexp): Allow format where
19887 YYYY is followed by two spaces.
19888
19889 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
19890 in the second character class of the regexp.
19891
19892 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
19893 mh-etc, too.
19894
19895 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
19896 nil.
19897
19898 * subr.el (add-minor-mode): Use `set' instead of `setq'.
19899
19900 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
19901 argument.
19902
19903 2000-04-27 Sen Nagata <sen@eccosys.com>
19904
19905 * emacs-lisp/crm.el (crm-completion-table): New variable.
19906 (crm-collection-fn, crm-test-completion)
19907 (completing-read-multiple): Use it.
19908
19909 2000-04-27 Dave Love <fx@gnu.org>
19910
19911 * help.el (locate-library): Use mapc.
19912 (help-manyarg-func-alist): Add call-process-region.
19913
19914 2000-04-26 Gerd Moellmann <gerd@gnu.org>
19915
19916 * subr.el (add-minor-mode): Make argument MAP optional.
19917
19918 * desktop.el (desktop-save): Save list of minor modes.
19919 (desktop-create-buffer): Restore minor modes.
19920 (desktop-minor-mode-table): New user-option.
19921
19922 * subr.el (add-minor-mode): New function.
19923
19924 * image.el (find-image): New function.
19925 (defimage): Rewritten to find image at load time.
19926
19927 * startup.el (normal-top-level-add-to-load-path): Handle
19928 case that the default directory is not in load-path.
19929
19930 * help.el: Old patch from Stefan Monnier.
19931 (help-xref-on-pp): New function.
19932 (describe-variable): Use it to display xrefs in a symbol's value.
19933
19934 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
19935
19936 * cus-edit.el (custom-face): Fix parenthesis.
19937
19938 2000-04-26 Kenichi Handa <handa@etl.go.jp>
19939
19940 * mail/rmail.el (rmail-expunge): When there are no deleted
19941 messages, do nothing.
19942
19943 2000-04-26 Dave Love <fx@gnu.org>
19944
19945 * international/mule-cmds.el (locale-translation-file-name):
19946 Defvar to nil.
19947 (set-locale-environment): Set it here (at runtime).
19948
19949 2000-04-25 Gerd Moellmann <gerd@gnu.org>
19950
19951 * replace.el (perform-replace): Add parameters START and END. Use
19952 them instead of the check for a region in Transient Mark mode.
19953 (query-replace-read-args): Return two more list elements for the
19954 start and end of the region in Transient Mark mode.
19955 (query-replace, query-replace-regexp, query-replace-regexp-eval)
19956 (map-query-replace-regexp, replace-string, replace-regexp): Add
19957 optional last arguments START and END and pass them to
19958 perform-replace.
19959
19960 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
19961 form with additional arguments for perform-replace.
19962
19963 * progmodes/etags.el (tags-query-replace): Add parameters START
19964 and END. Construct a form with additional arguments for
19965 perform-replace.
19966
19967 * simple.el (shell-command): Set default directory for "*Shell
19968 Command Output" buffer.
19969
19970 * language/european.el (iso-latin-4): Fix typo.
19971
19972 * emacs-lisp/crm.el: New file.
19973
19974 2000-04-24 Dave Love <fx@gnu.org>
19975
19976 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
19977 (Custom-reset-saved, Custom-reset-standard)
19978 (custom-group-value-create, custom-group-set, custom-group-save)
19979 (custom-group-reset-current, custom-group-reset-saved)
19980 (custom-group-reset-standard): Use mapc.
19981 (custom-buffer-create-internal): Disable undo when creating items.
19982 Use mapc.
19983 (custom-face): Avoid redundant lambda.
19984
19985 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19986
19987 * startup.el (auto-save-list-file-prefix): Set default to
19988 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
19989
19990 2000-04-24 Sam Steingold <sds@gnu.org>
19991
19992 * time-stamp.el (time-stamp-string-preprocess): Always convert
19993 `field-result' to a string.
19994
19995 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19996
19997 * frame.el (scrolling): New group.
19998 (automatic-hscrolling): New user-option.
19999
20000 * startup.el (command-line-x-option-alist): Add `-lsp' and
20001 `--line-spacing'.
20002
20003 2000-04-19 Dave Love <fx@gnu.org>
20004
20005 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20006 (cl-mapc): Rename from mapc. Fix the funcall.
20007
20008 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20009
20010 * simple.el (clone-indirect-buffer-other-window): New command.
20011 (clone-indirect-buffer): Add optional arg NORECROD.
20012 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20013
20014 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20015
20016 * window.el (count-screen-lines): New function.
20017 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20018 instead of window-buffer-height.
20019
20020 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20021 non-existing variable comint-input-sentinel.
20022 (inferior-lisp-args-to-list): Removed.
20023 (inferior-lisp): Use split-string instead of
20024 inferior-lisp-args-to-list.
20025
20026 * hexl.el (hexl-insert-hex-string): New command.
20027
20028 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20029 instead of concat.
20030
20031 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20032
20033 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20034 at the start of an existing but empty folder.
20035
20036 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20037
20038 * ps-mule.el: Customization fix, doc fix.
20039 (ps-multibyte-buffer): Customization fix.
20040
20041 2000-04-17 Richard M. Stallman <rms@gnu.org>
20042
20043 * subr.el (read-passwd): Use read-char-exclusive.
20044
20045 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20046
20047 * textmodes/texinfo.el (texinfo-insert-@email)
20048 (texinfo-insert-@emph, texinfo-insert-@quotation)
20049 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20050 (texinfo-mode-map): Add key bindings for them.
20051
20052 * files.el (basic-save-buffer-2): Use a template with `$'
20053 instead of `#' for VMS.
20054
20055 * simple.el (clone-indirect-buffer): New function.
20056
20057 2000-04-16 Stephen Eglen <stephen@gnu.org>
20058
20059 * iswitchb.el (iswitchb-case): New function. If the user input
20060 contains any upper-case characters, the search is made
20061 case-sensitive.
20062
20063 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20064
20065 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20066 comment-end.
20067 (texinfo-font-lock-syntactic-keywords): New var.
20068 (texinfo-font-lock-keywords): Remove comment regexp.
20069 (texinfo-insert-block): New function.
20070 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20071 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20072 and font-lock-defaults. Use regexp-opt for outline-regexp.
20073 (texinfo-environments): New var.
20074 (texinfo-environment-regexp): Use regexp-opt and
20075 texinfo-environments.
20076
20077 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20078 ispell-process is bound since this might be eval'd before ispell
20079 is loaded.
20080 (ispell-message): Use a tiny bit less magic and a bit more hard
20081 data to figure out what kind of sc-cite-regexp to use.
20082
20083 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20084
20085 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20086 (insert-cyclic-diary-entry): Unquote the lambda.
20087
20088 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20089
20090 * files.el (backup-enable-predicate): Unquote the lambda.
20091
20092 * cus-edit.el (custom-face, face): Unquote the lambda.
20093
20094 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20095
20096 * ps-print.el: Check for line-beginning-position definition.
20097
20098 * ps-print.el: Fix counting lines in a region.
20099 (ps-print-version): New version number (5.1.5).
20100 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20101 (ps-printing-region): Fun code fix.
20102
20103 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20104
20105 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20106 to file-directory-p.
20107
20108 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20109
20110 * gud.el (gud-jdb-build-source-files-list): Check that directory
20111 exists before calling directory-files.
20112
20113 2000-04-13 Dave Love <fx@gnu.org>
20114
20115 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20116 syntax.
20117
20118 * emacs-lisp/cl-specs.el: Remove when, unless.
20119
20120 * emacs-lisp/cl-extra.el: Don't quote keywords.
20121 (cl-old-mapc): New variable.
20122 (mapc): Use it.
20123 (cl-map-intervals): Use with-current-buffer. Don't check for
20124 next-property-change.
20125 (cl-map-overlays): Use with-current-buffer.
20126 (cl-expt): Remove.
20127 (copy-tree, remprop): Define unconditionally.
20128
20129 * emacs-lisp/cl-compat.el (keywordp): Remove.
20130
20131 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20132 to use keywordp.
20133 (edebug-spec): Enable keywordp.
20134
20135 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20136 string-lessp.
20137
20138 * cus-start.el: Use keywordp.
20139
20140 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20141
20142 * diary-lib.el (include-other-diary-files): Fix the fix of
20143 2000-02-18 by doing a save-excursion.
20144
20145 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20146
20147 * ps-print.el: Customization fix, doc fix.
20148 (ps-print-version): New version number (5.1.4).
20149 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20150 (ps-print-preprint): Adjust code.
20151 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20152 (ps-print-prologue-header, ps-print-control-characters)
20153 (ps-spool-config): Customization fix.
20154
20155 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20156
20157 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20158 converted to the new menu-item format, names silightly changed,
20159 help strings added.
20160
20161 Support for spelling without async subprocesses:
20162
20163 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20164 (ispell-session-buffer): New variables.
20165 (ispell-start-process, ispell-process-status,
20166 ispell-accept-output, ispell-send-string): New functions, for
20167 Ispell invocation when async subprocesses aren't supported.
20168 (ispell-word, ispell-pdict-save, ispell-command-loop,
20169 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20170 to process-send-string with calls to ispell-send-string, and
20171 accept-process-output with ispell-accept-output.
20172 (ispell-init-process): Call ispell-process-status instead of
20173 process-status with.
20174 (ispell-init-process): Call ispell-start-process. Call
20175 ispell-accept-output and ispell-send-string. Don't call
20176 process-kill-without-query and kill-process if they are unbound.
20177 (ispell-async-processp): New function.
20178
20179 2000-04-12 Dave Love <fx@gnu.org>
20180
20181 * info.el: Add debug-ignored-errors.
20182 (Info-mode-menu): Add some items.
20183 (Info-directory): Add autoload cookie.
20184
20185 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20186 Modify `truncate-lines'. Make `describe-language-environment'
20187 always visible and add help. Modify `describe-key' help. Invoke
20188 Info-directory from `info'. New entry `emacs-manual'.
20189
20190 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20191
20192 * progmodes/ebrowse.el (ebrowse-tree-mode):
20193 Use propertized-buffer-identification.
20194 (ebrowse-update-member-buffer-mode-line): Likewise.
20195 (ebrowse--mode-strings): Removed.
20196 (ebrowse--mode-line-props): Removed.
20197
20198 * files.el (auto-mode-alist): Add `EBROWSE'.
20199
20200 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20201 space before testing for end of buffer.
20202 (ebrowse-load): Removed.
20203 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20204 (ebrowse-create-tree-buffer): Rewritten.
20205 (ebrowse-tree-mode): Read tree from buffer.
20206
20207 * progmodes/ebrowse-ffh.el: Removed.
20208
20209 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20210
20211 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20212
20213 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20214
20215 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20216 at the wrong place.
20217
20218 2000-04-09 Dave Love <fx@gnu.org>
20219
20220 * files.el (backup-enable-predicate):
20221 Use temporary-file-directory, small-temporary-file-directory.
20222 (make-backup-file-name-function, backup-directory-alist): New vars.
20223 (make-backup-file-name-1): New function.
20224 (make-backup-file-name): Use it.
20225 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20226 (file-newest-backup): Use make-backup-file-name.
20227
20228 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20229
20230 * progmodes/ebrowse-ffh.el: New file.
20231
20232 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20233 Moved to ebrowse-ffh.el.
20234 (ebrowse-load): Add autoload.
20235
20236 * finder.el (finder-commentary): Add autoload cookie.
20237
20238 * mail/rfc2368.el: Correct author's email address.
20239
20240 * progmodes/ebrowse.el: New file.
20241
20242 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20243 item help string.
20244 (easy-menu-do-add-item): Ditto.
20245 (easy-menu-define): Extend doc string.
20246
20247 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20248 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20249 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20250 with-buffer-unmodified.
20251
20252 2000-04-08 Dave Love <fx@gnu.org>
20253
20254 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20255 unless, when.
20256
20257 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20258
20259 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20260 (viper-flash-search-pattern): No operation when using Emacs
20261 doesn't support face.
20262 Use `viper-put-on-search-overlay'.
20263
20264 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20265
20266 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20267 like C-r.
20268
20269 * progmodes/make-mode.el: Some doc fixes.
20270 (makefile-mode-abbrev-table): New variable.
20271 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20272 (makefile-font-lock-keywords): Fontify includes and conditionals.
20273 (toplevel): Require `dabbrev' and `add-log' when compiling.
20274
20275 * replace.el (perform-replace): Don't move forward one char
20276 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20277 to do that because it leaves point 1 position after the last
20278 replacement, after everything has been replaced.
20279
20280 * jit-lock.el (with-buffer-unmodified): New macro.
20281 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20282 modified state.
20283 (jit-lock-function-1): Extracted from jit-lock-function; not
20284 preserving buffer's modified state.
20285 (jit-lock-function, jit-lock-stealth-fontify):
20286 Call jit-lock-function-1.
20287
20288 * mail/rfc2368.el: Remove supernumerary copyright line.
20289
20290 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20291
20292 * glasses.el: Provide facilities for inserting space before left
20293 parentheses and uncapitalization of identifiers.
20294 (glasses-mode): Try to remove old overlays in all cases.
20295
20296 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20297
20298 * progmodes/compile.el (compile-internal): Display the compilation
20299 buffer in a different frame, if it's already displayed there.
20300
20301 * mail/rfc2368.el: New file.
20302
20303 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20304 header and insert its value as mail body.
20305
20306 * subr.el (member-ignore-case): New function.
20307
20308 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20309 (dabbrev--find-expansion): Ignore buffers matching a regexp
20310 from dabbrev-ignored-regexps.
20311
20312 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20313 to extensions handled by gzip.
20314
20315 2000-04-03 Richard M. Stallman <rms@gnu.org>
20316
20317 * files.el (insert-directory): List the total free space
20318 along with the used space.
20319
20320 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20321 line is followed by one that matches CITATION-REGEXP, end the
20322 paragraph.
20323
20324 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20325
20326 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20327 (rmail-make-basic-summary-line): Use that option.
20328
20329 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20330
20331 * international/mule-cmds.el (encoded-string-description):
20332 Rewritten. Try pretty description for ISO 2022 escape sequences
20333 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20334 for hexadecimal format.
20335
20336 2000-04-01 Dave Love <fx@gnu.org>
20337
20338 * cpp.el: Change customization group to `c' from `C'.
20339
20340 * vcursor.el (vcursor-move): Use display-color-p.
20341
20342 * international/mule-util.el: Provide mule-utils.
20343 (string-to-sequence): Simplify and speed up.
20344
20345 * international/mule.el (make-coding-system): Purecopy doc-string.
20346
20347 * international/mule-cmds.el: Various menu changes.
20348 (describe-specified-language-support): Handle `Default'.
20349 (set-language-info): Purecopy `info'.
20350
20351 2000-03-31 Andrew Innes <andrewi@gnu.org>
20352
20353 * vc.el (vc-backend-diff): Return the correct status if we had to
20354 retry the rcsdiff command without the --brief option.
20355
20356 2000-03-31 Dave Love <fx@gnu.org>
20357
20358 * help.el (help-manyarg-func-alist): Correct several omissions.
20359
20360 * add-log.el: Don't require cl, fortran.
20361 (add-log-current-defun-function): Doc fix.
20362 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20363 (change-log-version-rcs): Function deleted.
20364 (change-log-version-number-search): Doc fix.
20365 Use vc-workfile-version. Avoid CL dolist.
20366 (add-change-log-entry): Just call add-log-current-defun to get
20367 defun. Simplify somewhat.
20368 (change-log-get-method-definition-1): Likewise.
20369 (add-log-current-defun): Return nil if calling
20370 add-log-current-defun-function does so. Move Fortran stuff to
20371 fortran.el. Return string without properties.
20372
20373 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20374 and :alpha: char classes.
20375
20376 * mail/supercite.el: Defvar curline when compiling.
20377 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20378 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20379 rather than a-zA-Z0-9 to allow non-ASCII characters.
20380
20381 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20382
20383 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20384
20385 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20386 Re-enable new code.
20387
20388 * lpr.el (print-region-1): Use -d to specify printer name for
20389 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20390
20391 2000-03-31 Dave Love <fx@gnu.org>
20392
20393 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20394 Look for function definition in symbol's function value slot first
20395 instead of first consulting byte-compile-function-environment.
20396
20397 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20398
20399 * language/european.el ("Polish"): New language environment.
20400 (setup-polish-environment): New function.
20401
20402 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20403
20404 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20405 Disable new code.
20406
20407 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20408 trying to `load' the symbol of an autoload instead of the file
20409 recorded in the autoload. Fix error messages.
20410
20411 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20412
20413 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20414 (ps-print-version): New version number (5.1.3).
20415 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20416 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20417 (ps-generate-postscript-with-faces): Code fix.
20418 (ps-color-values): XEmacs compatibility.
20419 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20420 (ps-default-fg, ps-default-bg): Adjust customization.
20421 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20422 (ps-color-scale): Renaming old ps-color-value fun.
20423 (ps-print-headers): Replace ps-print-header group to avoid conflict
20424 with ps-print-header variable.
20425 (ps-print-miscellany): New group.
20426 (ps-format-color, ps-rgb-color): New funs.
20427 (ps-default-foreground): New var.
20428 (ps-printer-name-option): New const.
20429
20430 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20431
20432 * net/net-utils.el:
20433 (network-connection-host, network-connection-service): New variables
20434 (network-connection-mode): New mode, derived from comint-mode
20435 (network-connection-mode-setup): New function, saves host and
20436 service information in local variables.
20437
20438 * lisp/locate.el:
20439 (locate-word-at-point): Added this function
20440 (locate): Default to using locate-word-at-point as input
20441 Run dired-mode-hook
20442
20443 2000-03-29 Dave Love <fx@gnu.org>
20444
20445 * calendar/appt.el: Doc fixes.
20446 (appt-check): Convert min-to-app to a string before passing to
20447 appt-disp-window-function or concat.
20448 (appt-delete-window): Remove test for frame-root-window.
20449 (appt-select-lowest-window, appt-convert-time): Simplify.
20450
20451 * emacs-lisp/bytecomp.el: Doc fixes.
20452 (byte-compile-file-form-autoload):
20453 Update byte-compile-function-environment.
20454
20455 2000-03-29 Andreas Schwab <schwab@suse.de>
20456
20457 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20458
20459 * dired.el (dired-insert-directory): If dired-free-space-program
20460 failed just delete its output.
20461
20462 2000-03-29 Dave Love <fx@gnu.org>
20463
20464 * international/iso-cvt.el: Move provide to end. Doc fixes.
20465 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20466 (iso-iso2sgml, iso-sgml2iso): New functions.
20467 (iso-cvt-define-menu): Fix some entries and use backquote for
20468 clarity.
20469
20470 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20471
20472 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20473
20474 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20475 ISO-DATE. If non-nil, return date in ISO 8601 format.
20476
20477 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20478
20479 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20480 if it ever becomes used.
20481 (log-edit-mode-hook): Default to vc-log-mode-hook.
20482 (log-edit-mode): Fix the docstring.
20483
20484 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20485 the code.
20486
20487 2000-03-26 Dave Love <fx@gnu.org>
20488
20489 * net/browse-url.el (browse-url): Re-fix case of
20490 browse-url-browser-function being an alist.
20491 (browse-url): Add :link to defgroup.
20492
20493 * files.el: Doc fixes.
20494 (file-truename): Include `[' in wildcard characters.
20495 (automount-dir-prefix): Customize.
20496 (find-file-wildcards): Add :version.
20497 (find-file-noselect): Simplify a mapcar call.
20498
20499 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20500 compatible with inf-lisp version.
20501 (eval-defun-1): Fix custom-declare-variable case.
20502
20503 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20504
20505 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20506
20507 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20508
20509 * Makefile (COMPILE_FIRST): New macro.
20510 (compile-files): Compile files from COMPILE_FIRST first.
20511
20512 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20513
20514 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20515 matching open parenthesis in column 0 to defun-prompt-regexp
20516 only if open-paren-in-column-0-is-defun-start is set.
20517
20518 * sun-curs.el: Require CL at compile-time only.
20519
20520 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20521 instead of copy-list which is a function from CL.
20522 (msb--choose-menu, msb--mode-menu-cond)
20523 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20524 (msb--init-file-alist): Use mapcar instead of mapcan.
20525 (msb--aggregate-alist): Use mapcar instead of mapcan.
20526 Fix `(' in column 0 in doc string.
20527 (msb--add-separators): Use mapcar instead of mapcan.
20528
20529 * cus-dep.el: Require CL at compile-time only.
20530
20531 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20532
20533 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20534 (byte-compile-warnings): New warning `noruntime'.
20535 (byte-compile-constants, byte-compile-variables): Fix docstring.
20536 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20537 execute `eval-whenc-compile's body.
20538 (byte-compile-unresolved-functions): Fix docstring.
20539 (byte-compile-eval): New function.
20540 (byte-compile-callargs-warn): Check if the function will be available
20541 at runtime (via property `byte-compile-noruntime').
20542 (byte-compile-print-syms): New function.
20543 (byte-compile-warn-about-unresolved-functions): Also warn about
20544 `noruntime' functions (and use `byte-compile-print-syms').
20545 (byte-compile-file): Capitalize the message.
20546
20547 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20548
20549 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20550 (rmail-expunge): Ask for confirmation depending on the setting
20551 of rmail-confirm-expunge.
20552
20553 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20554
20555 * Makefile (bootstrap-clean): If $(emacs) exists, build
20556 loaddefs.el first. A loaddefs.el that's not up-to-date might
20557 cause a bootstrap failure because things don't autoload as expected.
20558
20559 2000-03-23 Dave Love <fx@gnu.org>
20560
20561 * net/browse-url.el: Restore previous use of
20562 browse-url-maybe-new-window.
20563
20564 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20565
20566 * ps-print.el: Skip banner page fix.
20567 (ps-print-version): New version number (5.1.2).
20568 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20569
20570 2000-03-23 Dave Pearson <davep@davep.org>
20571
20572 * net/quickurl.el Changed the type of parameter passed to the
20573 function defined by `quickurl-format-function'. Before only the
20574 text of the URL was passed. Now the whole URL structure is passed
20575 and the function is responsible for extracting the parts it requires.
20576 Changed the default of `quickurl-format-function' accordingly.
20577 (quickurl-insert): Changed the `funcall' of
20578 `quickurl-format-function' to match the above change.
20579 (quickurl-list-insert): Changed the `url' case so that it makes
20580 use of `quickurl-format-function', previous to this the format was
20581 hard wired.
20582
20583 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20584
20585 * startup.el: Change some spellings for the X Window System.
20586
20587 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20588
20589 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20590 Clean up the code and the regexp and make sure the cursor is
20591 temporarily moved to the suspicious line while querying the user.
20592
20593 2000-03-22 Jason Rumney <jasonr@gnu.org>
20594
20595 * w32-fns.el (w32-charset-info-alist): Initialize.
20596
20597 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20598
20599 * ps-print.el: N-up last page fix.
20600 (ps-print-version): New version number (5.1.1).
20601 (ps-end-file, ps-end-job, ps-generate): Code fix.
20602
20603 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20604
20605 * files.el (find-file-run-dired): Update docstring.
20606 (find-directory-functions): New hook.
20607 (find-file-noselect): Run find-directory-functions rather than
20608 calling dired directly.
20609
20610 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20611
20612 * pcvs.el: Add a minimal leading commentary.
20613 (cvs-make-cvs-buffer): Change the header part by removing the startup
20614 message and adding a `Module' entry. Also replace the FOOTER and
20615 HEADER special fileinfos with the new support in ewoc for updating
20616 its own footer and header.
20617 (cvs-update-header): Update to use the header/footer of the ewoc.
20618 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20619 (cvs-is-within-p): New function.
20620 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20621 to only examine some subset of the buffers.
20622
20623 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20624 `format' instead of our own ad-hoc functions.
20625 Remove HEADER and FOOTER cases, now handled in the EWOC.
20626 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20627
20628 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20629 output to avoid scaring the user.
20630 (cvs-parse-table): Catch message for non-up-to-date commits.
20631
20632 * pcvs-defs.el (cvs-startup-message): Remove.
20633 (cvs-global-menu): New autoloaded menu.
20634
20635 * pcvs-util.el (cvs-string-fill): Remove.
20636
20637 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20638 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20639 PP part of it and also make it work for footers and headers.
20640 (ewoc-create): Drop POS and BUFFER arguments.
20641 Use the DLL's dummy node to store the end-of-footer position.
20642 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
20643 (ewoc-refresh): Remove unused `header' variable.
20644 (ewoc-(get|set)-hf): New functions.
20645
20646 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
20647 log-view-*-(message|file) and use easy-mmode-define-navigation.
20648 (log-view-message-re): Match SCCS format as well.
20649 And match the revision line rather than the dashed separator line.
20650 (log-view-mode): Use the new define-derived-mode.
20651 (log-view-current-tag): Fill in with an actual implementation.
20652
20653 * cvs-status.el (cvs-status-(prev|next)): Rename from
20654 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
20655 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
20656 to let the output "breathe" a little more (more readable).
20657 (cvs-status-mode): Use the new define-derived-mode.
20658
20659 * smerge-mode.el (smerge-auto-leave): New function and variable.
20660 (smerge-basic-map): Rename from smerge-basic-keymap.
20661 Change the bindings for smerge-diff-*.
20662 (smerge-*-map): Use easy-mmode-defmap.
20663 (smerge-(next|prev)): Use easy-mmode-define-navigation.
20664 (smerge-keep-*): Use smerge-auto-leave.
20665
20666 2000-03-21 Jason Rumney <jasonr@gnu.org>
20667
20668 * cus-edit.el (custom-button-face): Use 3D look for w32.
20669 (custom-button-pressed-face): Likewise.
20670
20671 2000-03-21 Gerd Moellmann <gerd@gnu.org>
20672
20673 * progmodes/etags.el (tags-case-fold-search): New user-option.
20674 (tags-loop-eval): New function. Bind case-fold-search around eval
20675 depending on the value of tags-case-fold-search.
20676 (tags-loop-continue): Use tags-loop-eval.
20677 (find-tag-in-order): Bind case-fold-search depending on the value
20678 of tags-case-fold-search.
20679
20680 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20681
20682 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
20683 (diff-end-of-hunk): Return the end position for use in
20684 `easy-mmode-define-navigation'.
20685 (diff-recenter): Remove.
20686 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
20687 of `easy-mmode-define-navigation'.
20688 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
20689 previous renaming) and fix to use new names.
20690 (diff-merge-strings): Use \n as separator: simpler, faster.
20691 (diff-mode): Use `define-derived-mode'.
20692
20693 * derived.el (define-derived-mode): Don't autoload anymore.
20694 Prefer the macro-only version provided by easy-mmode.el.
20695
20696 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
20697 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
20698 (easy-mmode-define-navigation): New macro.
20699
20700 * subr.el (combine-run-hooks): New function.
20701
20702 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
20703
20704 * term/x-win.el: Fontsets related initialization is simplified.
20705
20706 * international/mule-diag.el (describe-font): Don't refer to
20707 global-fontset-alist, instead call font-list.
20708 (describe-fontset, list-fontsets, mule-diag): Likewise.
20709 (print-fontset): Adjusted for the change of fontset implementation.
20710
20711 * international/fontset.el (x-charset-registries): Variable removed,
20712 instead the corresponding data is stored in the default fontset.
20713 (register-alternate-fontnames): Function removed.
20714 (resolved-ascii-font): Variable removed.
20715 (x-compose-font-name): Ignore the second argument REDOCE.
20716 (x-complement-fontset-spec): Complement only an ASCII font and
20717 element for those charsets than can use that ASCII font.
20718 (generate-fontset-menu): Don't refer to global-fontset-alist,
20719 instead call fontset-list.
20720 (uninstantiated-fontset-alist): Variable removed.
20721 (x-style-funcs-alist): Likewise.
20722 (fontset-default-styles): Likewise.
20723 (x-modify-font-name): Function removed.
20724 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
20725 (create-fontset-from-ascii-font): Docsting adjusted for the above
20726 change.
20727 (instantiate-fontset, resolve-fontset-name): Functions removed.
20728 (fontset-list): Now implemented by C code.
20729
20730 * faces.el (read-face-font): Fix TABLE arg to completing-read.
20731 (describe-face): Include `font' attribute in the description.
20732
20733 2000-03-21 Kenichi Handa <handa@etl.go.jp>
20734
20735 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
20736
20737 2000-03-20 Gerd Moellmann <gerd@gnu.org>
20738
20739 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
20740 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
20741 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
20742
20743 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
20744 about behavior of set-buffer-modified-p wrt redisplay.
20745
20746 2000-03-19 Richard M. Stallman <rms@gnu.org>
20747
20748 * view.el (view-mode-disable): Kill local binding of view-read-only.
20749
20750 2000-03-18 Gerd Moellmann <gerd@gnu.org>
20751
20752 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
20753 is a string, convert it to a syntax cell using string-to-syntax.
20754
20755 * simple.el (syntax-code-table, syntax-flag-table): New variables.
20756 (string-to-syntax): New function.
20757
20758 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
20759 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
20760 try to use passive ftp mode.
20761
20762 2000-03-17 Gerd Moellmann <gerd@gnu.org>
20763
20764 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
20765
20766 * simple.el (append-to-buffer): Update point of windows after
20767 insertion.
20768
20769 * abbrev.el (inverse-add-abbrev): Identify word by first moving
20770 forward then moving backward. Reindent.
20771
20772 * frame.el (other-frame): Call x-focus-frame only if
20773 focus-follows-mouse is off.
20774
20775 2000-03-17 Dave Love <fx@gnu.org>
20776
20777 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
20778
20779 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
20780
20781 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
20782 regexp for labels cannot span several lines.
20783
20784 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
20785 `(setq :<key> ':<key>)' to the macro expansion.
20786
20787 2000-03-16 Dave Love <fx@gnu.org>
20788
20789 * progmodes/f90.el (f90): Put custom group under `languages', not
20790 `fortran'.
20791 (f90-mode-hook): Customize.
20792 (f90-mode): Set add-log-current-defun-function.
20793 (f90-current-defun): New function.
20794
20795 2000-03-16 Gerd Moellmann <gerd@gnu.org>
20796
20797 * cus-edit.el (custom-variable-tag-face): Handle case that
20798 default face's height is not a number.
20799 (custom-face-tag-face, custom-group-tag-face-1)
20800 (custom-group-tag-face): Ditto.
20801 (custom-group-tag-face-1): Add :group.
20802
20803 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
20804
20805 2000-03-15 Gerd Moellmann <gerd@gnu.org>
20806
20807 * pcvs-defs.el (toplevel): Remove autoload cookie for form
20808 requiring easymenu.
20809
20810 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20811
20812 * ps-print.el: PostScript user-defined prologue, PostScript error
20813 handler, doc fix.
20814 (ps-print-version): New version number (5.1).
20815 (ps-user-defined-prologue, ps-error-handler-message)
20816 (ps-print-prologue-0, ps-error-handler-alist): New vars.
20817 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
20818 (ps-insert-string): New function.
20819
20820 2000-03-15 Kenichi Handa <handa@etl.go.jp>
20821
20822 * international/ccl.el (ccl-compile-expression): Don't generate
20823 invalid self-assignment code.
20824
20825 2000-03-14 Dave Love <fx@gnu.org>
20826
20827 * subr.el (replace-regexp-in-string): Renamed from
20828 replace-regexps-in-string. Doc fix.
20829
20830 2000-03-12 Dave Love <fx@gnu.org>
20831
20832 * cus-edit.el: Doc fixes.
20833 (customize-set-variable, customize-save-variable): Rename args for doc.
20834 (custom-variable-tag-face, custom-face-tag-face)
20835 (custom-group-tag-face-1, custom-group-tag-face): Modify from
20836 style which user identify as hyperlink.
20837 (hook): Don't add undefined functions to the hook.
20838 (debug-ignored-errors): Transfer message from bindings.el.
20839
20840 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20841
20842 * recentf.el (recentf-keep-non-readable-files-p):
20843 Remove double/nested definition.
20844
20845 2000-03-12 Dave Love <fx@gnu.org>
20846
20847 * facemenu.el (facemenu-get-face): Use display-color-p.
20848 * enriched.el (enriched-decode-foreground): Likewise.
20849 (enriched-decode-background): Likewise.
20850 * isearch.el (isearch-highlight): Likewise.
20851 * info-look.el (info-lookup): Likewise.
20852 * simple.el (completion-setup-function): Likewise.
20853
20854 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
20855 :options.
20856
20857 * bindings.el (mode-line-format): Fix line-number and
20858 column-number items. Add help-echo for the background.
20859 (mode-line-mule-info): Modify help-echo.
20860
20861 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
20862
20863 * files.el (load-file): Allow completion to .elc.
20864
20865 * man.el: Doc fixes.
20866 (Man-init-defvars): Use display-color-p to set fontification.
20867
20868 * play/hanoi.el (hanoi-internal): Don't use oddp.
20869
20870 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20871
20872 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
20873
20874 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
20875
20876 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
20877
20878 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
20879 Fix comment.
20880
20881 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
20882
20883 * font-lock.el (font-lock-keywords): Fix the doc now that
20884 regexp-opt-depth is unnecessary.
20885 (save-buffer-state): Set an edebug spec.
20886 (font-lock-fontify-anchored-keywords): Properly handle the case when
20887 the matcher goes past the limit.
20888
20889 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
20890 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
20891
20892 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
20893 dll.el and cookie.el (from Elib) with heavy renaming and other
20894 massaging.
20895
20896 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
20897 Autoload the functions used.
20898 (easy-mmode-define-syntax): Fix CL typo.
20899 (easy-mmode-define-derived-mode): Improve the docstring generation.
20900
20901 2000-03-10 Gerd Moellmann <gerd@gnu.org>
20902
20903 * textmodes/texinfo.el (texinfo-version): Variable and function
20904 removed.
20905
20906 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
20907
20908 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
20909 allow more flexibility.
20910 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
20911 (easy-mmode-defmap, easy-mmode-defsyntax)
20912 (easy-mmode-define-derived-mode): New macros.
20913
20914 2000-03-09 Didier Verna <didier@xemacs.org>
20915
20916 * rect.el (replace-rectangle): New function.
20917
20918 2000-03-09 Dave Love <fx@gnu.org>
20919
20920 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
20921 (fortran-comment-line-start-skip): Don't match cpp stuff.
20922 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
20923 (fortran-mode-map): Remove over-eager custom-menu-create for now.
20924 (fortran-mode): Don't set fortran-comment-line-start-skip,
20925 fortran-comment-line-start here. Set comment-start,
20926 add-log-current-defun.
20927 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
20928 (fortran-current-defun): New function.
20929
20930 2000-03-09 Gerd Moellmann <gerd@gnu.org>
20931
20932 * emacs-lisp/re-builder.el: New file.
20933
20934 * mouse.el (mouse-drag-region): Don't run up-event handler
20935 if hscroll has changed.
20936
20937 * octave-mod.el (octave-font-lock-keywords): To font-lock the
20938 builtin operators, use `font-lock-builtin-face' for Emacs and
20939 `font-lock-preprocessor-face' otherwise.
20940
20941 * font-lock.el (lisp-font-lock-keywords-1): Highlight
20942 `(defun (setf foo)' differently.
20943
20944 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
20945
20946 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
20947 (regexp-opt): Update comment and adapt the code the new meaning of
20948 the `paren' argument of regex-opt-group for shy-groups.
20949 (regexp-opt-depth): Handle shy groups as well as backslashed
20950 backslashes.
20951 (regexp-opt-group): Turn the leading comment into a docstring.
20952 Allow `paren' to be a string (the string to use to open a group).
20953 Remove open-presuf and close-presuf. Instead of checking for `all
20954 one-char' and then later on check for `several one-char', handle
20955 both cases close together. Also apply a more generic algorithm
20956 for suffixes (the mirror image of the algorithm used for
20957 prefixes). Use shy-groups. Use nreverse rather than reverse.
20958 (regexp-opt-try-suffix): Removed.
20959
20960 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
20961 from comint-mode-map, so we can just inherit from it. Also, move
20962 the initialization into the `defvar' since there's no docstring
20963 anyway and it's fairly short.
20964 (inferior-scheme-mode): Define it as derived-mode: the code is
20965 shorter and this way we inherit from comint-mode-map rather than
20966 copying it.
20967
20968 * subr.el (replace-regexps-in-string): Properly handle the case
20969 where we match an empty string.
20970
20971 * comint.el (comint-exec-1): Add the current-dir to the exec-path
20972 when the command has a directory component (such as "./testml").
20973 Also fix a typo in the comment.
20974
20975 2000-03-08 Gerd Moellmann <gerd@gnu.org>
20976
20977 * Makefile (compile-files): Compile files one by one because
20978 that's the only way to ensure a clean compilation environment for
20979 each individual file.
20980
20981 * frame.el (other-frame): Call x-focus-frame.
20982
20983 2000-03-07 Dave Love <fx@gnu.org>
20984
20985 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
20986 :require to defcustom.
20987
20988 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
20989
20990 * files.el (auto-mode-alist): Add configure.in.
20991
20992 * progmodes/autoconf.el: New file.
20993
20994 2000-03-07 Gerd Moellmann <gerd@gnu.org>
20995
20996 * mail/mh-e.el: Change maintainer to `none'.
20997
20998 * recentf.el (recentf-keep-non-readable-files-p): Quote args
20999 to remove-hook and add-hook.
21000
21001 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21002
21003 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21004 it as the default.
21005 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21006 (sendmail-send-it): Conditionally add MIME headers specifying the
21007 used character set.
21008
21009 2000-03-07 Dave Love <fx@gnu.org>
21010
21011 * winner.el: Fix keywords, autoload cookies.
21012 Split eval-when-compile form to avoid compilation failure.
21013
21014 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21015
21016 * international/mule.el: Modify comment about coding system
21017 property `coding-category'.
21018 (make-coding-system): New argument EOL-TYPE. Pay attention to
21019 coding-category property of PROPERTIES.
21020
21021 * international/mule-conf.el (coding-category-utf-8)
21022 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21023 categories. Include them in the argument for set-coding-priority.
21024
21025 * international/mule-cmds.el (reset-language-environment):
21026 Include coding-category-utf-8, coding-category-utf-16-be, and
21027 coding-category-utf-16-le in the argument for set-coding-priority.
21028 (reset-language-environment): Initialize coding-category-utf-8,
21029 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21030
21031 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21032
21033 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21034 code abstracted out of `bookmark-jump-noselect'. Now tries info
21035 extensions as well as compression extensions.
21036 (bookmark-jump-noselect): Use above new func.
21037
21038 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21039
21040 * strokes.el: Change maintainer's mail address.
21041
21042 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21043
21044 * international/mule-diag.el (list-character-sets): Make help-echo
21045 string by substitute-command-keys.
21046 (list-character-sets): Likewise.
21047 (sort-listed-character-sets): Call help-setup-xref.
21048
21049 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21050
21051 * time.el (display-time-mail-file): Add `none' to the list of choices.
21052
21053 2000-03-01 Dave Love <fx@gnu.org>
21054
21055 * help.el (help-xref-go-back): Don't try to set position.
21056
21057 * international/mule-diag.el (list-character-sets):
21058 Call help-setup-xref. Add help-echo to xrefs.
21059 (list-character-sets-1): Add help-echo to xrefs.
21060
21061 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21062
21063 * frame.el (blink-cursor-mode): Switch cursor on when turning
21064 the mode off.
21065
21066 * add-log.el (add-log-current-defun): Add support for
21067 Autoconf mode.
21068
21069 * mail/rmail.el (rmail-quit-hook): New variable.
21070
21071 2000-03-01 Dave Love <fx@gnu.org>
21072
21073 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21074
21075 * help.el (help-xref-button): Add help-echo arg.
21076 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21077
21078 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21079
21080 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21081
21082 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21083
21084 * image.el (defimage): Look for image files in load-path.
21085
21086 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21087
21088 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21089
21090 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21091
21092 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21093
21094 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21095 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21096 action to select/unselect a file.
21097 (recentf-edit-list): Code cleanup and improvement.
21098 (recentf-open-more-files-action): `recentf-open-more-files' button
21099 widget action to open a file.
21100 (recentf-open-more-files): No more use standard completion but widgets.
21101 (recentf-more-collection): Deleted.
21102 (recentf-more-history): Deleted.
21103 (recentf-setup-more-completion): Deleted.
21104
21105 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21106
21107 * recentf.el (recentf-mode): No more needs that Emacs is running
21108 under a window-system.
21109
21110 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21111
21112 * recentf.el (recentf-edit-list): New command to edit the recent
21113 list which allow the user to remove files.
21114 (recentf-edit-selected-items): New global variable, used by
21115 `recentf-edit-list' to hold the list of files to be removed from
21116 the recent list.
21117 (recentf-make-menu-items): Updated to display a "Edit list..."
21118 menu item. Minor code cleanup.
21119
21120 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21121
21122 * recentf.el (recentf-open-more-files): New command to open files
21123 that are not displayed in the menu.
21124 (recentf-more-collection): New global variable holding the set of
21125 permissible completions used by `recentf-open-more-files'.
21126 (recentf-more-history): New global variable holding the history list
21127 used by `recentf-open-more-files' completion.
21128 (recentf-setup-more-completion): New function to setup completion for
21129 `recentf-open-more-files'.
21130 (recentf-make-menu-items): Updated to display a "More..." menu item.
21131
21132 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21133
21134 * recentf.el (recentf-menu-action): Doc fixed.
21135
21136 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21137
21138 * recentf.el (recentf-menu-filter): Doc updated.
21139 (recentf-update-menu-hook): Allow menu filters to force menu update.
21140 (recentf-make-menu-items): New menu filter handling.
21141 (recentf-make-menu-item): New helper function.
21142 (recentf-menu-elements): New menu handling function.
21143 (recentf-sort-ascending): Updated to new menu filter handling.
21144 (recentf-sort-descending): Updated to new menu filter handling.
21145 (recentf-sort-basenames-ascending): New menu filter function.
21146 (recentf-sort-basenames-descending): New menu filter function.
21147 (recentf-show-basenames): New menu filter function.
21148 (recentf-show-basenames-ascending): New menu filter function.
21149 (recentf-show-basenames-descending): New menu filter function.
21150
21151 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21152
21153 * diary-lib.el (list-diary-entries): Don't try to go forward at
21154 the end of the buffer.
21155
21156 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21157
21158 * international/mule-diag.el (list-character-sets):
21159 Completely rewritten.
21160 (sort-listed-character-sets): New function.
21161 (list-character-sets-1): Completely rewritten.
21162 (list-character-sets-2): New function.
21163 (non-iso-charset-alist): New variable.
21164 (decode-codepage-char): New function.
21165 (charset-history): New variable.
21166 (read-charset) (list-block-of-chars)
21167 (list-iso-charset-chars)
21168 (list-non-iso-charset-chars)
21169 (list-charset-chars): New functions.
21170 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21171 (dump-charsets): Likewise.
21172
21173 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21174
21175 * dired-x.el (dired-filename-at-point): Add `@' to valid
21176 file name characters.
21177 (dired-filename-at-point): Handle ange-ftp file names.
21178
21179 * frame.el (frame-notice-user-settings): Use assq-delete-all
21180 instead of assoc-delete-all.
21181 (frame-notice-user-settings): Ditto.
21182
21183 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21184 Don't copy alist.
21185
21186 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21187
21188 * calculator.el (calculator-use-menu): New option.
21189 (calculator-initial-bindings): Changed some bindings to work as macros.
21190 (calculator-forced-input): Removed.
21191 (calculator-restart-other-mode): New variable.
21192 (calculator-mode-map): Set up menu.
21193
21194 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21195
21196 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21197
21198 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21199
21200 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21201 translate all ESC key sequences.
21202 (viper-goto-mark-subr): Restore markers for files for which
21203 they were saved.
21204 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21205 * viper-util.el (viper-set-replace-overlay-glyphs)
21206 (viper-set-replace-overlay): Always check if the replacement
21207 overlay is live.
21208 * viper.el (viper-vi-state-mode-list): Add major modes.
21209 * ediff-wind.el: Minor comment changes.
21210 * ediff.el: Copyright notice date fix.
21211
21212 2000-02-27 Jason Rumney <jasonr@gnu.org>
21213
21214 * faces.el (face-font-family-alternatives): Add arial to helv.
21215 (mode-line, header-line, tool-bar): Same default as x for w32.
21216 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21217 face-font-family-alternatives from working.
21218 * term/w32-win.el (mouse-set-font): Do not build fontset from
21219 chosen font.
21220
21221 2000-02-25 Sam Steingold <sds@goems.com>
21222
21223 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21224 properly.
21225
21226 2000-02-25 Richard M. Stallman <rms@gnu.org>
21227
21228 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21229
21230 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21231
21232 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21233
21234 * frame.el (busy-cursor-delay-seconds): New option.
21235
21236 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21237
21238 * frame.el (show-cursor-in-non-selected-windows): New option.
21239
21240 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21241
21242 * diary-lib.el (include-other-diary-files): Undo the selective
21243 display in any included file and don't kill it.
21244
21245 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21246
21247 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21248 Menu items converted to (menu-item format, help strings added.
21249 [downcase, upcase]: Don't enable on MS-DOS.
21250 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21251 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21252
21253 2000-02-23 Dave Love <fx@gnu.org>
21254
21255 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21256 (backward-kill-word): Revert addition of * to interactive spec --
21257 it's a feature.
21258
21259 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21260 (backward-kill-sentence, kill-sentence): Likewise.
21261
21262 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21263 scratch buffer name.
21264 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21265
21266 * term/w32-win.el (internal-face-interactive): Update prompt for
21267 new read-face-name.
21268
21269 * mail/footnote.el (footnote): Add :version to defgroup.
21270 (footnote-section-tag-regexp): Customize.
21271 (footnote-start-tag, footnote-end-tag): New option.
21272 (footnote-latin-regexp): New variable.
21273 (Footnote-latin): New function.
21274 (footnote-style-alist): Add element for latin style.
21275 (footnote-style): Moved.
21276 (Footnote-goto-footnote): Use eq to test arg.
21277
21278 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21279
21280 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21281 (byte-compile-trueconstp): Include keywords.
21282 (byte-optimize-quote, byte-optimize-lapcode):
21283 Use byte-compile-const-symbol-p.
21284 (byte-optimize-char-before): New optimization.
21285
21286 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21287 (byte-compile-const-symbol-p): New function.
21288 (byte-compile-constp, byte-compile-out-toplevel)
21289 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21290 Use it.
21291
21292 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21293
21294 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21295
21296 * international/encoded-kb.el: Be sure to update minor-mode-alist
21297 and minor-mode-map-alist.
21298 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21299 codes SS2 and SS3 correctly.
21300 (encoded-kbd-self-insert-ccl): New function.
21301 (encoded-kbd-setup-keymap): New function.
21302 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21303 by calling encoded-kbd-setup-keymap.
21304
21305 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21306 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21307
21308 2000-02-22 Dave Love <fx@gnu.org>
21309
21310 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21311 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21312 (lisp-mode-syntax-table): Set up for #|...|# comments.
21313 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21314 classes. Match `defface'.
21315 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21316 (eval-defun-1): Fix for defcustom.
21317 (lisp-indent-region): Doc fix.
21318
21319 * subr.el (when, unless, split-string): Doc fix.
21320 (read-passwd): Move call of clear-this-command-keys to the right place.
21321 (replace-regexps-in-string): New function.
21322
21323 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21324
21325 * help.el (describe-variable): Set syntax table to
21326 emacs-lisp-mode-syntax-table when moving forward over the
21327 symbol's name.
21328
21329 2000-02-22 Dave Love <fx@gnu.org>
21330
21331 * xt-mouse.el: Doc fixes.
21332 (xterm-mouse-position-function): New function, replacing advice of
21333 mouse-position.
21334 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21335
21336 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21337
21338 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21339
21340 * format.el (format-annotate-single-property-change):
21341 Handle properties.with dotted-list values.
21342 (format-proper-list-p): New function.
21343
21344 * enriched.el (enriched-face-ans): Handle '(foreground-color
21345 . COLOR) and (background-color . COLOR).
21346
21347 2000-02-20 Dave Love <fx@gnu.org>
21348
21349 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21350 and assignments to it.
21351 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21352 current local map.
21353 (make-flyspell-overlay): Use it.
21354 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21355
21356 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21357 (lm-get-header-re): Defun, not defsubst.
21358 (lm-get-package-name): Defun, not defsubst. Simplify.
21359 (lm-version): Doc fix. Simplify.
21360 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21361 (lm-crack-address, lm-last-modified-date, lm-commentary)
21362 (lm-verify, lm-synopsis): Simplify.
21363 (lm-report-bug): Require emacsbug. Use compose-mail.
21364
21365 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21366
21367 * dired.el (dired-mode): Call propertized-buffer-identification
21368 to set mode-line-buffer-identification to something having
21369 the right text properties.
21370
21371 * bindings.el (propertized-buffer-identification): New function.
21372
21373 2000-02-20 Dave Love <fx@gnu.org>
21374
21375 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21376 check for t-mouse too.
21377
21378 * cus-start.el: Make echo-keystrokes `number'.
21379
21380 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21381
21382 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21383 Don't call ring-empty-p unless tags-location-ring is bound.
21384 From Noah Friedman <friedman@splode.com>.
21385
21386 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21387
21388 * progmodes/hideshow.el (hs-flag-region): No longer use
21389 `intangible' overlay property.
21390
21391 (hs-toggle-hiding): New command.
21392 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21393
21394 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21395 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21396 and deactivation.
21397
21398 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21399
21400 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21401
21402 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21403
21404 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21405
21406 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21407 of `*' to handle `(* ... *)' comments.
21408
21409 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21410
21411 * faces.el (list-faces-display): Use display-mouse-p instead of
21412 window-system.
21413
21414 * menu-bar.el (global-map): Menu-bar items converted to the new
21415 format (menu-item..., rearranged for better CUA compliance, and
21416 their names changed for better clarity. Help strings added.
21417
21418 * international/mule-cmds.el (mule-menu-keymap)
21419 (describe-language-environment-map, set-coding-system-map)
21420 (setup-language-environment-map): Convert to new (menu-item...
21421 form, add help strings. Change names of menu items for better clarity.
21422 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21423
21424 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21425
21426 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21427 within the code.
21428
21429 2000-02-16 Dave Love <fx@gnu.org>
21430
21431 * faces.el: Don't require custom. Add more specific :groups to
21432 various deffaces.
21433 (set-face-attribute): Purecopy args.
21434 (read-face-name): Default to name at point and use it in prompt.
21435 Remove colon from arg in all callers.
21436 (list-faces-display): Hyperlink to face descriptions and customize
21437 buffers.
21438
21439 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21440
21441 * wid-edit.el (widget-match-inline): An atom never matches a list.
21442
21443 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21444
21445 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21446 at ':' characters by call to split-string.
21447
21448 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21449
21450 * textmodes/bibtex.el: Added RCS version identification.
21451
21452 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21453
21454 * textmodes/bibtex.el: Some temporary comments removed.
21455 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21456 (bibtex-field-const): Allow capital letters.
21457 (bibtex-start-of-string): Deleted because unused.
21458
21459 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21460 use the term 'reference' to describe a bibtex entry as a whole.
21461 Further, reference keys are no longer called 'labels'.
21462 (bibtex-keys): Renamed to bibtex-reference-keys.
21463 (bibtex-reformat-previous-labels): Renamed to
21464 bibtex-reformat-previous-reference-keys.
21465 (bibtex-reference-type): Renamed to bibtex-entry-type.
21466 (bibtex-reference-head): Renamed to bibtex-entry-head.
21467 (bibtex-reference-maybe-empty-head): Renamed to
21468 bibtex-entry-maybe-empty-head.
21469 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21470 (bibtex-search-reference): Renamed to bibtex-search-entry.
21471 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21472 bibtex-enclosing-entry-maybe-empty-head.
21473 (bibtex-entry-field-alist, bibtex-entry-head)
21474 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21475 (bibtex-map-entries, bibtex-search-entry)
21476 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21477 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21478 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21479 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21480 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21481 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21482 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21483
21484 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21485
21486 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21487 comment.
21488 (bibtex-format-field-delimiters): New function, functionality
21489 extracted from bibtex-format-entry.
21490 (bibtex-autokey-get-yearfield-digits): New function, functionality
21491 extracted from bibtex-autokey-get-yearfield.
21492
21493 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21494 entries in order to avoid stack overflow in the regexp matcher if
21495 field contents become large.
21496 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21497 (bibtex-field-string-part-not-braced)
21498 (bibtex-field-string-part-no-inner-braces)
21499 (bibtex-field-string-part-1-inner-brace)
21500 (bibtex-field-string-part-2-inner-braces)
21501 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21502 (bibtex-field-string-quoted, bibtex-field-string)
21503 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21504 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21505 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21506 Deleted as parsing is now performed by the following functions.
21507 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21508 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21509 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21510 (bibtex-parse-association, bibtex-field-name-for-parsing)
21511 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21512 (bibtex-search-forward-field, bibtex-search-backward-field)
21513 (bibtex-start-of-field, bibtex-end-of-field)
21514 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21515 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21516 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21517 (bibtex-parse-string, bibtex-search-forward-string)
21518 (bibtex-search-backward-string, bibtex-start-of-string)
21519 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21520 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21521 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21522 entries. Instead of reporting the results of the parsing by
21523 match-beginning or match-end, these functions return data structures
21524 that hold the corresponding positions.
21525 (bibtex-enclosing-field): Changed to also report field boundaries by
21526 return values rather than by match-beginning or match-end.
21527 The following functions have been adapted to use the new
21528 parsing functions.
21529 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21530 (bibtex-enclosing-field, bibtex-format-entry)
21531 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21532 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21533 (bibtex-print-help-message, bibtex-end-of-entry)
21534 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21535 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21536 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21537 Use the new method for parsing.
21538 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21539 (bibtex-map-entries, bibtex-flash-head)
21540 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21541 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21542 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21543 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21544 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21545 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21546 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21547 order to make the new binding of case-fold-search immediately visible.
21548
21549 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21550
21551 * textmodes/bibtex.el: Copyright notice is up to date.
21552 Added constant 'bibtex-maintainer-salutation.
21553
21554 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21555 than make-temp-name, use match-string-no-properties and eliminate
21556 a quadratic behavior when building bibtex-strings.
21557
21558 * bibtex.el (bibtex-reference-key): Accept string entries whose
21559 reference key contains upper case letters.
21560
21561 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21562
21563 * bibtex.el (bibtex-reference-head): Allow entries to start with
21564 a new line.
21565
21566 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21567
21568 * bibtex.el: Hiding of entry bodies is not longer provided by
21569 bibtex.el directly. Instead the hideshow package can be used.
21570 Added a special bibtex entry to hs-special-modes-alist.
21571 (bibtex-hs-forward-sexp): Added for hideshow.el.
21572
21573 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21574
21575 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21576 proceedings entry type (for cross referencing). Thanks to Wagner
21577 Toledo Correa for the suggestion.
21578
21579 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21580
21581 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21582
21583 * international/characters.el: Setup case table for Vietnamese.
21584
21585 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21586
21587 * uniquify.el (toplevel): Require CL at compile time.
21588 (uniquify-push): Removed.
21589
21590 * shadowfile.el (shadow-when): Removed.
21591
21592 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21593 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21594
21595 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21596 regexp for paragraph-start.
21597
21598 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21599 commas as well.
21600
21601 2000-02-10 Dave Love <fx@gnu.org>
21602
21603 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21604 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21605 Deleted.
21606 (widget-specify-field, widget-specify-button): Don't use
21607 widget-mouse-help as help-echo property.
21608 (default): Use #'ignore for :validate and :mouse-down-action.
21609 (checkbox): Add help-echo.
21610 (widget-sexp-validate): Rewritten to clarify error messages.
21611 (character): Use char-valid-p in :match function.
21612 (widget-color-complete): Use facemenu-color-alist.
21613 (widget-color-action): Use facemenu-read-color.
21614
21615 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21616 set up `caar' &c that we now have.
21617
21618 2000-02-09 Ray Blaak <blaak@gnu.org>
21619
21620 * delphi.el: Make resourcestring a declaration region, like const
21621 and var.
21622
21623 2000-02-09 Dave Love <fx@gnu.org>
21624
21625 * bindings.el (mode-line-input-method-map): New variable.
21626 (mode-line-mule-info): Use it; fix last change.
21627 (mode-line-mode-menu): Move definition.
21628 (mode-line-mouse-sensitive-p): Deleted.
21629 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21630 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
21631
21632 * startup.el (command-line-1): Don't call
21633 make-mode-line-mouse-sensitive.
21634
21635 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21636
21637 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21638 before rmail-toggle-header, because the former toggles headers.
21639
21640 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
21641
21642 * diff-mode.el (diff-kill-junk): New interactive function.
21643 (diff-reverse-direction): Use delete-and-extract-region.
21644 (diff-post-command-hook): Restrict the area so that the hook also works
21645 outside of any diff hunk. This is necessary for the minor-mode.
21646 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
21647 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
21648
21649 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
21650 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
21651 so that it can be used more easily in <foo>-mode-hook. Also make sure
21652 to avoid duplicate entries.
21653 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
21654 (font-lock-remove-keywords): Just as was done for `add', allow it to
21655 work even if font-lock-mode is nil. Also make sure we don't modify
21656 any pre-existing list by forcing a copy-sequence. Finally rename
21657 `major-mode' to `mode'.
21658 (font-lock-fontify-syntactic-anchored-keywords)
21659 (font-lock-fontify-anchored-keywords)
21660 (font-lock-fontify-keywords-region): Use line-end-position.
21661 Don't make `font-lock-multiline' local (it's now done in
21662 font-lock-set-defaults).
21663 (font-lock-set-defaults): Make `font-lock-multiline' local.
21664 Move the `font-lock-fontified' creation to inside the `unless'.
21665
21666 2000-02-06 Andrew Innes <andrewi@gnu.org>
21667
21668 * term/w32-win.el (x-handle-args): Comment out call to message,
21669 which occurs before window system is initialized.
21670
21671 * makefile.nt: Add support for recompiling lisp code.
21672
21673 2000-02-04 Dave Love <fx@gnu.org>
21674
21675 * bindings.el (mode-line-mule-info): Fix/extend last change.
21676
21677 * completion.el: Replace completion-dolist with dolist.
21678
21679 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
21680
21681 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
21682
21683 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
21684 environment names before they go into the section regexp.
21685
21686 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
21687 char class in regexp.
21688
21689 * textmodes/reftex-parse.el (reftex-with-special-syntax):
21690 Bind `case-fold-search' to nil.
21691
21692 * progmodes/idlwave.el (idlwave-template):
21693 Respect `idlwave-abbrev-change-case'.
21694 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
21695 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
21696 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
21697 (idlwave-rw-case): New function.
21698 (idlwave-statement-match): Fixed problem with assignment regexp.
21699 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
21700 (idlwave-surround): New argument LENGTH to support padding of
21701 operators longer than 1 char.
21702
21703 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
21704 idlwave-shell-expression-overlay. Implemented printing of
21705 expressions on higher levels of the calling stack.
21706 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
21707 (idlwave-retrieve-expression-from-level): New function.
21708 (idlwave-shell-last-calling-stack): Variable removed.
21709 (idlwave-shell-reset): Argument action reversed (`visible' to
21710 `hidden'). Also remove stop-line overlay.
21711 (idlwave-shell-calling-stack-routine): New variable.
21712 (idlwave-shell-parse-stack-and-display): Messages now display
21713 negative level numbers.
21714 (idlwave-shell-mode): Set `modeline-format'.
21715 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
21716 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
21717 (idlwave-shell-print-expression-function): New option.
21718
21719 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
21720 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
21721 `tool-bar' instead of `toolbar'.
21722
21723 2000-02-02 Dave Love <fx@gnu.org>
21724
21725 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
21726 emacs-lisp-mode-hook. Don't check for defalias being defined.
21727
21728 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
21729 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
21730 Use the new builtins directly.
21731
21732 * whitespace.el (whitespace): Add :version to defgroup.
21733
21734 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
21735 Doc fix.
21736
21737 * thingatpt.el (sexp-at-point, symbol-at-point)
21738 (number-at-point, list-at-point): Add autoload cookie.
21739
21740 * recentf.el (recentf): Add :version to defgroup.
21741
21742 * quickurl.el (quickurl): Add :version to defgroup.
21743
21744 * elide-head.el (elide-head): Use point-marker more.
21745
21746 * bs.el (bs): Add :version to defgroup.
21747
21748 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
21749
21750 * progmodes/delphi.el (delphi): Add :version to defgroup.
21751
21752 2000-02-02 Gerd Moellmann <gerd@gnu.org>
21753
21754 * ange-ftp.el (ange-ftp-write-region): Handle case that
21755 succeeding process operation sets a different coding system.
21756
21757 * calculator.el: New file.
21758
21759 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21760
21761 * frame.el (frames-on-display-list, framep-on-display): New functions.
21762 (display-mouse-p, display-popup-menus-p, display-graphic-p)
21763 (display-selections-p, display-screens, display-pixel-width)
21764 (display-pixel-height, display-mm-width, display-mm-height)
21765 (display-backing-store, display-save-under, display-planes)
21766 (display-color-cells, display-visual-class): New functions.
21767
21768 * term/tty-colors.el (tty-color-gray-shades): New function.
21769
21770 * faces.el (display-color-p): Use framep-on-display.
21771 (display-grayscale-p): New function.
21772
21773 2000-01-31 Dave Love <fx@gnu.org>
21774
21775 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
21776 (create-fontset-from-x-resource): Don't concat integers.
21777
21778 2000-01-31 Inge Frick <inge@nada.kth.se>
21779
21780 * view.el: Some changes in documentation. Removed some trailing
21781 whitespace. Changed some parameter names to agree with documentation.
21782 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
21783 window is not deleted. Modifies change 1998-04-26.
21784
21785 2000-01-31 Gerd Moellmann <gerd@gnu.org>
21786
21787 * windmove.el: New file.
21788
21789 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21790 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21791 progmodes/ebnf-yac.el: Update copyright and license info.
21792
21793 * jit-lock.el (jit-lock-function): Widen before calculating
21794 end position.
21795 (jit-lock-stealth-chunk-start): Rewritten.
21796
21797 * info.el (Info-title-face-alist): Removed.
21798 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
21799 (Info-fontify-node): Use these faces.
21800
21801 2000-01-30 Gerd Moellmann <gerd@gnu.org>
21802
21803 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
21804 (cl-macro-list1): Recognize `&allow-other-keys' instead of
21805 `&allow-other-keywords'.
21806
21807 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
21808 the list of directories scanned heuristically.
21809
21810 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
21811
21812 2000-01-30 Jason Rumney <jasonr@gnu.org>
21813
21814 * w32-fns.el: Define w32-tty-standard-colors.
21815
21816 * startup.el (command-line): Use w32-tty-standard-colors when in
21817 w32 console mode.
21818
21819 2000-01-30 Dave Love <fx@gnu.org>
21820
21821 * jka-compr.el (jka-compr-load): Fix up load-history.
21822
21823 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
21824
21825 * emacs-lisp/cl-macs.el: Revert previous change.
21826
21827 2000-01-29 Dave Love <fx@gnu.org>
21828
21829 * facemenu.el: Purecopy various strings.
21830
21831 * timezone.el (timezone-fix-time): Window against 69 for two-digit
21832 years. Deal with three-digit years.
21833
21834 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
21835 Use defconst, purecopy.
21836 (help-back-label): Purecopy it.
21837
21838 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21839
21840 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
21841 variable. If non-nil, order the buffer list according to the
21842 currently selected frame.
21843 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
21844 non-nil, pass the selected frame to function buffer-list.
21845
21846 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21847
21848 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
21849
21850 2000-01-28 Dave Love <fx@gnu.org>
21851
21852 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
21853
21854 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
21855 Don't use lisp-indent-hook property.
21856 (cl-abs): Remove.
21857
21858 * subr.el: Move out indent and edebug specs for when and unless.
21859
21860 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
21861 when, unless.
21862
21863 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
21864 unless, when.
21865
21866 2000-01-28 Gerd Moellmann <gerd@gnu.org>
21867
21868 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
21869 `collecting' as synonym for `collect'.
21870
21871 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
21872 for the case it contains spaces.
21873
21874 * simple.el (what-cursor-position): Change formatting of messages.
21875
21876 * frame.el (delete-other-frames): New function.
21877 (toplevel): Bind it to C-x 5 1.
21878
21879 * sort.el (sort-numeric-base): New option.
21880 (sort-numeric-fields): If number starts with `0' or `0[xX[',
21881 interpret it as octal or hexadecimal. Use sort-numeric-base
21882 as default base.
21883
21884 * progmodes/glasses.el: New file.
21885
21886 2000-01-27 Gerd Moellmann <gerd@gnu.org>
21887
21888 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
21889 userids differently.
21890
21891 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21892 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21893 progmodes/ebnf-yac.el: New files.
21894
21895 2000-01-26 Dave Love <fx@gnu.org>
21896
21897 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
21898 on a function with an empty body. [From Eric Ludlam.]
21899
21900 2000-01-25 Andre Spiegel <spiegel@gnu.org>
21901
21902 * vc.el (vc-version-diff): Make sure file name is expanded.
21903
21904 2000-01-25 Gerd Moellmann <gerd@gnu.org>
21905
21906 * scroll-bar.el (scroll-bar-timer): Variable removed.
21907 (scroll-bar-toolkit-scroll): Don't use a timer.
21908
21909 2000-01-25 Kenichi Handa <handa@etl.go.jp>
21910
21911 * language/thai-util.el (thai-composition-function):
21912 Delete superfluous `a'.
21913
21914 2000-01-24 Dave Love <fx@gnu.org>
21915
21916 * fortran.el (fortran-mode): Use beginning-of-defun-function,
21917 end-of-defun-function.
21918
21919 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
21920
21921 2000-01-22 Jason Rumney <jasonr@gnu.org>
21922
21923 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
21924 conflicts with new face support.
21925
21926 2000-01-22 Richard M. Stallman <rms@gnu.org>
21927
21928 * replace.el (query-replace): Rename last arg to DELIMITED.
21929 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
21930 (query-replace-regexp): Likewise.
21931
21932 2000-01-20 Richard M. Stallman <rms@gnu.org>
21933
21934 * subr.el (with-syntax-table): Use make-symbol, not gensym.
21935
21936 * emacs-lisp/lisp.el (beginning-of-defun-function):
21937 Variable renamed from beginning-of-defun.
21938 Do not call make-variable-buffer-local.
21939 (beginning-of-defun-raw): Use new variable name; doc fix.
21940 (beginning-of-defun): Doc fix.
21941 (end-of-defun-function): Variable renamed from end-of-defun.
21942 Do not call make-variable-buffer-local.
21943 (end-of-defun): Use new variable name; doc fix.
21944
21945 * subr.el (dolist, dotimes): Copied from cl-macs.el
21946 and made to work.
21947
21948 * mail/undigest.el (rmail-digest-end-regexps):
21949 Variable replaces rmail-digest-end-regexp.
21950 Allows multiple regexps for detecting the end line.
21951 (undigestify-rmail-message): Corresponding changes.
21952
21953 2000-01-19 Dave Love <fx@gnu.org>
21954
21955 * files.el (user-init-file): Don't declare here -- is primitive.
21956
21957 * startup.el (command-line): Check for compiled user-init-file and
21958 set to uncompiled version if necessary.
21959
21960 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21961
21962 * mail/undigest.el (rmail-digest-end-regexp): New user option.
21963 (undigestify-rmail-message): Use it.
21964
21965 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
21966
21967 2000-01-17 Gerd Moellmann <gerd@gnu.org>
21968
21969 * tmm.el (tmm-goto-completions): Adapt to prompt being part
21970 of mini-buffer.
21971
21972 2000-01-14 Gerd Moellmann <gerd@gnu.org>
21973
21974 * emacs-lisp/copyright.el (copyright-update): Removed the
21975 requirement for a trailing space from `copyright-regexp', to
21976 support copyrights with owner specified on a separate line..
21977
21978 * align.el: New file.
21979
21980 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
21981
21982 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
21983
21984 2000-01-13 Dave Love <fx@gnu.org>
21985
21986 * ph.el: Removed. (Obsoleted by EUDC.)
21987
21988 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21989
21990 * net/eudc.el (toplevel): Remove autoloaded code installing
21991 menu with easymenu, because that causes build problems.
21992
21993 * frame.el (frame-notice-user-settings): New variable.
21994 (frame-notice-user-settings): Don't modify frame parameters
21995 if called a second time.
21996
21997 2000-01-13 Richard M. Stallman <rms@gnu.org>
21998
21999 * frame.el (frame-notice-user-settings):
22000 Notice default-frame-parameters even for non-window frames.
22001
22002 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22003
22004 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22005 for Emacs.
22006 (eudc-bob-can-display-inline-images): Extend for Emacs.
22007 (eudc-bob-toggle-inline-display): Ditto.
22008 (eudc-bob-display-jpeg): Ditto.
22009
22010 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22011
22012 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22013 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22014 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22015
22016 * add-log.el (add-change-log-entry): Fix error trying an
22017 `(insert nil)'.
22018
22019 * subdirs.el: Add `net' directory.
22020
22021 * net: New directory.
22022
22023 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22024 eval-last-sexp. Don't bind debug-on-error here.
22025 (eval-last-sexp): New function. Bind debug-on-error if
22026 eval-expression-debug-on-error is non-nil.
22027 (eval-defun-2, eval-defun): Likewise.
22028
22029 * simple.el (eval-expression): Don't bind debug-on-error if
22030 eval-expression-debug-on-error is nil. Detect changed
22031 debug-on-error, and propagate new value to global binding, if
22032 eval-expression-debug-on-error is non-nil,
22033 (eval-expression-debug-on-error): Change doc string.
22034
22035 2000-01-11 Richard M. Stallman <rms@gnu.org>
22036
22037 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22038
22039 * emacs-lisp/lisp-mode.el (with-syntax-table):
22040 Set up lisp-indent-function property.
22041
22042 * subr.el (with-syntax-table): Moved from simple.el.
22043
22044 * simple.el (with-syntax-table): Moved to subr.el.
22045
22046 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22047
22048 * tmm.el (tmm-shortcut): Delete region after prompt instead
22049 of erasing buffer.
22050
22051 * textmodes/fill.el (fill-common-string-prefix): New function.
22052 (fill-context-prefix): Use the longest common prefix of first
22053 and second line fill prefix, if there is one.
22054
22055 2000-01-11 Richard M. Stallman <rms@gnu.org>
22056
22057 * array.el (array-mode): Don't use make-variable-buffer-local.
22058 Use make-local-variable for `truncate-lines'.
22059
22060 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22061
22062 * add-log.el (add-log-current-defun): Handle user-defined
22063 add-log-current-function returning nil,
22064
22065 * add-log.el (add-change-log-entry): Insert version number
22066 if having found a current function
22067
22068 * add-log.el (add-log-current-defun):
22069 Call `add-log-current-defun-function'. Try matches at level 0 and
22070 level 1. Strip whitespace from defun found.
22071
22072 2000-01-10 John Wiegley <johnw@gnu.org>
22073
22074 * allout.el (isearch-done/outline-provisions): Added `edit'
22075 argument to correspond with the current definition of `isearch-done'.
22076
22077 2000-01-10 Dave Love <fx@gnu.org>
22078
22079 * elide-head.el (elide-head): Use point-marker, not point.
22080
22081 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22082
22083 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22084 before and after the year 2000.
22085
22086 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22087 Add ispell- prefix.
22088
22089 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22090
22091 * ispell.el: Only define dictionaries in menus when they exist.
22092 (version18p): New variable.
22093 (version20p): New variable.
22094 (xemacsp): New variable.
22095 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22096 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22097 (ispell-dictionary-alist6): Russian command lines no longer accept
22098 run-together words.
22099 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22100 (ispell-dictionary-alist): Add koi8-r to customize definition.
22101 (check-ispell-version): Added documentation string. Return library
22102 path when called non-interactively.
22103 (ispell-menu-map-needed): Uses new variables.
22104 (ispell-library-path): New variable.
22105 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22106 (ispell-word): Improved documentation string. Test for valid
22107 character mappings. Correctly check typed in word changes that can
22108 result in single words split into multiple words.
22109 Return replacement word.
22110 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22111 replace in recursive query replace mode. Help message for
22112 recursive edit mode.
22113 (ispell-show-choices): Protect against bad framepop bindings.
22114 (ispell-help): Fix to work with XEmacs.
22115 (ispell-highlight-spelling-error): Use new variables.
22116 (ispell-overlay-window): Fix to work with XEmacs.
22117 (ispell-parse-output): Passed and returns location information
22118 tracking spelling corrections. Doesn't recheck same word on
22119 current line.
22120 (ispell-init-process): Protect against bogus XEmacs variable binding.
22121 Fix call to single argument in sleep-for. Use new variables.
22122 (ispell-region): Passed and returns location information tracking
22123 spelling corrections. Doesn't check same word on current line.
22124 Improved documentation string. Doesn't resend a line already
22125 checked to the ispell process - fixes bug in LaTeX parsing.
22126 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22127 (ispell-skip-region): No longer skips <TT> in SGML.
22128 (ispell-process-line): Tracks location information with spelling
22129 corrections. Added documentation string. Accounts for words
22130 already accepted on this line. Don't allow query-replace on line
22131 starting with math characters. Doesn't resend a line already sent
22132 to ispell process. Fixes alignment error bug.
22133
22134 2000-01-10 Richard M. Stallman <rms@gnu.org>
22135
22136 * dired-x.el (dired-guess-shell-alist-default):
22137 Suggest xloadimage, which is free, not xv, which isn't.
22138
22139 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22140 Don't ever include the host name or user name in the value.
22141
22142 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22143
22144 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22145 of a real newline.
22146
22147 2000-01-09 Stephen Eglen <stephen@gnu.org>
22148
22149 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22150 for .png files.
22151
22152 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22153
22154 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22155
22156 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22157
22158 * progmodes/cperl-mode.el: Replace ^F with ^L.
22159
22160 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22161 `require'ing rmail and mailalias to prevent infinite recursion.
22162
22163 2000-01-08 Dave Love <fx@gnu.org>
22164
22165 * emacs-lisp/backquote.el: Remove inappropriate customization
22166 (allowing custom.el to use backquote).
22167
22168 2000-01-07 Dave Love <fx@gnu.org>
22169
22170 * add-log.el (add-log-debugging): Deleted.
22171 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22172 file. Remove debugging code.
22173 (change-log-get-method-definition, change-log-name): Add doc.
22174 (change-log-sortable-date-at): New function.
22175 (change-log-merge): New command.
22176
22177 * time.el (display-time-string-forms): Make the Mail string active.
22178 (display-time-update): Provide help-echo for load average.
22179
22180 * bindings.el (make-mode-line-mouse2-map): New function.
22181 (mode-line-modified): Use it and simplify.
22182 (mode-line-mule-info): Provide help-echo info.
22183 (minor-mode-alist): Activate the strings.
22184 (make-mode-line-mouse-sensitive): Simplify for
22185 mode-line-buffer-identification.
22186
22187 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22188
22189 * play/pong.el: New file.
22190
22191 2000-01-06 Dave Love <fx@gnu.org>
22192
22193 * array.el: Assorted cleanups for compiler warnings, doc strings,
22194 `array-' prefix for symbols.
22195
22196 2000-01-05 Dave Love <fx@gnu.org>
22197
22198 * textmodes/outline.el (outline-mode-menu-bar-map):
22199 Add outline-headers-as-kill.
22200 (outline-mode): Define imenu-generic-expression.
22201 (outline-headers-as-kill): New command.
22202
22203 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22204 from paragraph-start.
22205 (paragraph-indent-minor-mode): New command.
22206
22207 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22208 M-C-e, M-C-h, C-j, C-xnd, TAB.
22209 (fortran-mode): Set beginning-of-defun, end-of-defun.
22210 (fortran-column-ruler): Simplify.
22211 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22212 (fortran-with-subprogram-narrowing): Likewise.
22213 (fortran-indent-subprogram): Call mark-defun.
22214 (fortran-check-for-matching-do): Change narrowing.
22215
22216 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22217 (cl-lucid-hash-tag): Delete.
22218 (cl-hash-table-p): Correct test for native table.
22219 (cl-hash-table-count): Use hash-table-count.
22220
22221 * browse-url.el (browse-url): Fix case of
22222 browse-url-browser-function being an alist.
22223
22224 2000-01-05 Carsten Dominik <cd@gnu.org>
22225
22226 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22227 (reftex-index-phrase-file-extension): New options.
22228
22229 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22230 Use new option `reftex-index-phrase-file-extension'.
22231
22232 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22233 `reftex-parse-file-extension'.
22234
22235 2000-01-05 Dave Love <fx@gnu.org>
22236
22237 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22238 (beginning-of-defun-raw): Use it.
22239 (end-of-defun): New variable.
22240 (end-of-defun): Use it.
22241 (check-parens): New command.
22242
22243 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22244
22245 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22246 (hs-show-block): Don't use `mapcar' when not accumulating.
22247
22248 Fix buglet in local variables initialization.
22249
22250 2000-01-05 Andreas Schwab <schwab@suse.de>
22251
22252 * hscroll.el (hscroll): Doc fix.
22253
22254 2000-01-05 Carsten Dominik <cd@gnu.org>
22255
22256 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22257 Require idlw-toolbar.
22258
22259 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22260 file idlw-rinfo.el.
22261 (idlwave-customize): Load must read file idlw-shell.el.
22262 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22263
22264 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22265
22266 * progmodes/idlw-shell.el: Also provide idlwave-shell
22267 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22268 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22269
22270 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22271 both reftex-dcr and reftex-vcr.
22272
22273 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22274
22275 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22276
22277 * ps-print.el: PostScript code now is in separate files, doc fix.
22278 (ps-print-version): New version number (5.0.3).
22279 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22280 local.
22281 (ps-spool-config): Initialization fix.
22282 (ps-print-prologue-1, ps-print-prologue-2)
22283 (ps-print-duplex-feature): PostScript code moved to separated file.
22284 (ps-background-image): Little code reformating.
22285 (ps-begin-file, ps-begin-job): Fix code.
22286 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22287 (ps-prologue-file): New fun.
22288
22289 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22290
22291 * ps-vars.el: Eliminated.
22292
22293 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22294 `;;;###autoload'.
22295
22296 * ps-print.el: ps-vars eliminated, doc fix.
22297 (ps-print-version): New version number (5.0.2).
22298 (ps-spool-config): Initialization fix.
22299 (ps-print-customize): New fun.
22300
22301 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22302
22303 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22304
22305 2000-01-04 Dave Love <fx@gnu.org>
22306
22307 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22308 menu items.
22309
22310 2000-01-03 Dave Love <fx@gnu.org>
22311
22312 * elide-head.el (elide-head) [defgroup]: Add :version.
22313
22314 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22315 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22316 Use `cl-hash-table-p', not `hash-table-p'.
22317 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22318
22319 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22320
22321 * faces.el (face-read-integer, read-face-attribute)
22322 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22323
22324 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22325
22326 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22327 at comment end, and re-insert them after filling.
22328
22329 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22330
22331 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22332 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22333 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22334
22335 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22336
22337 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22338 the new name of face-color-supported-p.
22339
22340 * term/w32-win.el (xw-defined-colors): Likewise.
22341
22342 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22343
22344 * simple.el (completion-setup-function): Count completion-size
22345 from minibuffer-prompt-end, not from point-min.
22346
22347 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22348
22349 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22350 Pass the frame to tty-color-* functions.
22351 (display-color-p, frame-set-background-mode): Pass the frame to
22352 tty-display-color-p.
22353
22354 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22355 tty-color-alist.
22356 (tty-color-alist, tty-modify-color-alist): New functions.
22357 (tty-color-define, tty-color-clear, tty-color-approximate)
22358 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22359 optional parameter FRAME.
22360
22361 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22362
22363 * image.el (create-image, defimage): Don't assume image data is
22364 a string.
22365
22366 * image.el (defimage): Handle specifications containing :data
22367 instead of :file.
22368 (image-type-from-data): New function.
22369 (image-type-from-file-header): Use it.
22370 (create-image): Add parameter DATA-P.
22371
22372 See ChangeLog.8 for earlier changes.
22373
22374 ;; Local Variables:
22375 ;; coding: iso-2022-7bit
22376 ;; End:
22377
22378 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22379 Copying and distribution of this file, with or without modification,
22380 are permitted provided the copyright notice and this notice are preserved.